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 | |
parent | 2d278626b0b9f66a9c008013bf14556bcd483385 (diff) | |
download | web-1f439ae283757162a3a3fa74806a12f053a988cd.tar.gz web-1f439ae283757162a3a3fa74806a12f053a988cd.tar.bz2 web-1f439ae283757162a3a3fa74806a12f053a988cd.zip |
Remove spam and ban user.
This reverts commit f14b983f9f74a48f0c38c404e0114bd93013b48d.
-rw-r--r-- | colophon.mdwn | 3 | ||||
-rw-r--r-- | ikiwiki.setup | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/colophon.mdwn b/colophon.mdwn index 3043ffcb..a9a2952e 100644 --- a/colophon.mdwn +++ b/colophon.mdwn @@ -62,6 +62,3 @@ already](http://lists.gnu.org/archive/html/web-hurd/2006-04/msg00000.html), on This wiki instance is now running distributed over two GNU/Hurd machines, and is also providing the content of the official GNU Hurd pages. - -Additional: -This is very helpful for students who are interested in the subject in fact they can write a complete <a href="http://uk.bestessays.com">custom essay</a> using the information here. No need to go to an <a href="http://uk.bestessays.com/essay_service.html">essay writing service</a> company. 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 |