diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-01-05 20:47:57 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-01-05 20:47:57 +0100 |
commit | abd7a8186f9be21a117ab49b083270cb9167dc75 (patch) | |
tree | 41085e8557c60d2cb6f5fa7588271ceaa1d33ed8 /ikiwiki.setup | |
parent | 1b18ab5e20a23a2d48b426a6d961a5b556d2e4cb (diff) | |
download | web-abd7a8186f9be21a117ab49b083270cb9167dc75.tar.gz web-abd7a8186f9be21a117ab49b083270cb9167dc75.tar.bz2 web-abd7a8186f9be21a117ab49b083270cb9167dc75.zip |
Revert abe4d45653bcafa85221f0629899f9c4cd2417ea and 1b18ab5e20a23a2d48b426a6d961a5b556d2e4cb. Ban user.
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 4f0cf989..9cd23660 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 => [qw{ColetCris}], + banned_users => [qw{ColetCris http://calvinyoung.myopenid.com/}], # where the source of the wiki is located srcdir => $srcdir, # where to build the wiki |