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 from 66.249.66.135: poll vote (Accept both)
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
httpauth.pm
diff --git
a/IkiWiki/Plugin/httpauth.pm
b/IkiWiki/Plugin/httpauth.pm
index 336eb793a2a1cc7e3da89e0dfd9728abc80601e3..786bcba3b34b99676766f074f52db9bb6beda264 100644
(file)
--- a/
IkiWiki/Plugin/httpauth.pm
+++ b/
IkiWiki/Plugin/httpauth.pm
@@
-7,7
+7,7
@@
use strict;
use IkiWiki;
sub import { #{{{
- hook(type => "auth", id => "
skeleton
", call => \&auth);
+ hook(type => "auth", id => "
httpauth
", call => \&auth);
} # }}}
sub auth ($$) { #{{{