Last modified: 2005-06-02 01:34:11 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T3929, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 1929 - Incorrect comment in DefaultSettings.php
Incorrect comment in DefaultSettings.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: Low minor (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-04-19 23:09 UTC by hunter_mediawiki
Modified: 2005-06-02 01:34 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description hunter_mediawiki 2005-04-19 23:09:34 UTC
The comment in DefaultSettings.php for wgWhitelistRead is incorrect, and using
the values indicated does not work.  Current line reads (note Main Page ref):

$wgWhitelistRead = false;	# Pages anonymous user may see, like: = array (
":Main_Page", "Special:Userlogin", "Wikipedia:Help");

yet should read:

$wgWhitelistRead = false;	# Pages anonymous user may see, like: = array ( "Main
Page", "Special:Userlogin", "Wikipedia:Help");

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links