From: Brion Vibber Date: Sun, 16 Jan 2005 03:04:25 +0000 (+0000) Subject: Do *NOT* force all wikis into a non-functional initial state with a broken whitelist... X-Git-Tag: 1.5.0alpha1~923 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=cadaf093453262e0463edb612347f281612ae480;p=lhc%2Fweb%2Fwiklou.git Do *NOT* force all wikis into a non-functional initial state with a broken whitelist. I'm hoping this was an accidental check-in. --- 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';