diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2009-11-24 10:14:08 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2009-11-24 10:18:18 +0100 |
commit | 1f439ae283757162a3a3fa74806a12f053a988cd (patch) | |
tree | a4b0a872af24981d2234e4ab82aece38a9eef44d /ikiwiki.setup | |
parent | 2d278626b0b9f66a9c008013bf14556bcd483385 (diff) | |
download | web-1f439ae283757162a3a3fa74806a12f053a988cd.tar.gz web-1f439ae283757162a3a3fa74806a12f053a988cd.tar.bz2 web-1f439ae283757162a3a3fa74806a12f053a988cd.zip |
Remove spam and ban user.
This reverts commit f14b983f9f74a48f0c38c404e0114bd93013b48d.
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 |