Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
web commit by http://willu.myopenid.com/: Fix CAPTCHA code so you can actually try...
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
httpauth.pm
diff --git
a/IkiWiki/Plugin/httpauth.pm
b/IkiWiki/Plugin/httpauth.pm
index 336eb793a2a1cc7e3da89e0dfd9728abc80601e3..d28b6d2d0f033dcd107ceb7b9632b991c8da73a9 100644
(file)
--- a/
IkiWiki/Plugin/httpauth.pm
+++ b/
IkiWiki/Plugin/httpauth.pm
@@
-4,10
+4,10
@@
package IkiWiki::Plugin::httpauth;
use warnings;
use strict;
use warnings;
use strict;
-use IkiWiki;
+use IkiWiki
2.00
;
sub import { #{{{
sub import { #{{{
- hook(type => "auth", id => "
skeleton
", call => \&auth);
+ hook(type => "auth", id => "
httpauth
", call => \&auth);
} # }}}
sub auth ($$) { #{{{
} # }}}
sub auth ($$) { #{{{