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
Add more trail regression tests
[git.ikiwiki.info.git]
/
IkiWiki
/
Plugin
/
anonok.pm
diff --git
a/IkiWiki/Plugin/anonok.pm
b/IkiWiki/Plugin/anonok.pm
index 1cbdfe4e5f337972c5c2a92e3cbb84aa5ebd514b..0e74cbfadfbe71986ae2755b98d979cd3d00cb9b 100644
(file)
--- a/
IkiWiki/Plugin/anonok.pm
+++ b/
IkiWiki/Plugin/anonok.pm
@@
-3,7
+3,7
@@
package IkiWiki::Plugin::anonok;
use warnings;
use strict;
-use IkiWiki
2
.00;
+use IkiWiki
3
.00;
sub import {
hook(type => "getsetup", id => "anonok", call => \&getsetup);
@@
-15,6
+15,7
@@
sub getsetup () {
plugin => {
safe => 1,
rebuild => 0,
+ section => "auth",
},
anonok_pagespec => {
type => "pagespec",