From cadaf093453262e0463edb612347f281612ae480 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 16 Jan 2005 03:04:25 +0000 Subject: [PATCH] Do *NOT* force all wikis into a non-functional initial state with a broken whitelist. I'm hoping this was an accidental check-in. --- config/index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/index.php b/config/index.php index d90caffcf9..69e1d2ef6b 100644 --- a/config/index.php +++ b/config/index.php @@ -1104,9 +1104,6 @@ if ( \$wgCommandLineMode ) { \$wgProxyKey = \"$proxyKey\"; -# The whitelist -\$wgWhitelistRead = array(\"Special:Userlogin\"); - ## Default skin: you can change the default skin. Use the internal symbolic ## names, ie 'standard', 'nostalgia', 'cologneblue', 'monobook': # \$wgDefaultSkin = 'monobook'; -- 2.20.1