diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 17:03:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-08-03 17:03:20 -0400 |
commit | 1230e914b1859e1108033319ade26f30693deccc (patch) | |
tree | ee7c2f392c51dd97cff46e48b1339dd7d7f004a3 /IkiWiki | |
parent | 6fb0226a55d2e1eaa72981c393f4221802c3d193 (diff) | |
download | ikiwiki-1230e914b1859e1108033319ade26f30693deccc.tar ikiwiki-1230e914b1859e1108033319ade26f30693deccc.tar.gz |
anonok is safe
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/anonok.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/anonok.pm b/IkiWiki/Plugin/anonok.pm index 521b07f40..2be983693 100644 --- a/IkiWiki/Plugin/anonok.pm +++ b/IkiWiki/Plugin/anonok.pm @@ -13,7 +13,7 @@ sub import { #{{{ sub getsetup () { #{{{ return plugin => { - safe => 0, + safe => 1, rebuild => 0, }, anonok_pagespec => { |