From: Antoine Musso Date: Wed, 1 Sep 2004 22:29:25 +0000 (+0000) Subject: comments from DefaultSettings.php X-Git-Tag: 1.5.0alpha1~2178 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=c18aaf20783f12dbcaab507e09fb9d1eddb486c3;p=lhc%2Fweb%2Fwiklou.git comments from DefaultSettings.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=257 --- diff --git a/LocalSettings.sample b/LocalSettings.sample index a094ab3446..afa47c251a 100644 --- a/LocalSettings.sample +++ b/LocalSettings.sample @@ -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