From c18aaf20783f12dbcaab507e09fb9d1eddb486c3 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 1 Sep 2004 22:29:25 +0000 Subject: [PATCH] comments from DefaultSettings.php Fix bug http://bugzilla.wikipedia.org/show_bug.cgi?id=257 --- LocalSettings.sample | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1