diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-11-25 20:05:06 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2009-11-25 20:05:06 +0100 |
commit | bd95caa380cce60bd98a171fa1ac6c34cdb2e67a (patch) | |
tree | 3a8a6b6725975149e30da14cfcf163a741250b5b /ikiwiki.setup | |
parent | d5d09c5a41a27ce9876e7e155a0a9d88bd0276c3 (diff) | |
parent | 1f439ae283757162a3a3fa74806a12f053a988cd (diff) | |
download | web-bd95caa380cce60bd98a171fa1ac6c34cdb2e67a.tar.gz web-bd95caa380cce60bd98a171fa1ac6c34cdb2e67a.tar.bz2 web-bd95caa380cce60bd98a171fa1ac6c34cdb2e67a.zip |
Merge branch 'master' of flubber:~hurd-web/hurd-web
Diffstat (limited to 'ikiwiki.setup')
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ikiwiki.setup b/ikiwiki.setup index 7a5078f3..4f0cf989 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -38,7 +38,7 @@ IkiWiki::Setup::Standard->import({ # users who are wiki admins adminuser => [qw{tschwinge}], # users who are banned from the wiki - banned_users => [], + banned_users => [qw{ColetCris}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |