comments from DefaultSettings.php
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 1 Sep 2004 22:29:25 +0000 (22:29 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 1 Sep 2004 22:29:25 +0000 (22:29 +0000)
Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=257

LocalSettings.sample

index a094ab3..afa47c2 100644 (file)
@@ -193,7 +193,8 @@ $wgLocalInterwiki   = $wgSitename;
 #
 # Invitation-only closed shop type of system
 # $wgWhitelistEdit = true;
-# $wgWhitelistRead = array ( ":Main_Page" );
+# Pages anonymous user may see:
+# $wgWhitelistRead = array ( ":Main_Page", "Special:Userlogin", "Wikipedia:Help");
 # $wgWhitelistAccount = array ( "user" => 0, "sysop" => 1, "developer" => 1 );
 #
 # Public website, closed editorial team