Clean up some bogus defaults
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 10 Dec 2004 03:56:04 +0000 (03:56 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 10 Dec 2004 03:56:04 +0000 (03:56 +0000)
includes/DefaultSettings.php

index 8ed7cad..690671b 100644 (file)
@@ -856,6 +856,7 @@ $wgBrowserBlackList = array(
 # $wgLocaltimezone = 'PST8PDT';
 # $wgLocaltimezone = 'Europe/Sweden';
 # $wgLocaltimezone = 'CET';
+$wgLocaltimezone = null;
 
 # User level management
 # The number is the database id of a group you want users to be attached by
@@ -863,8 +864,6 @@ $wgBrowserBlackList = array(
 $wgAnonGroupId = 1;
 $wgLoggedInGroupId = 2;
 
-$wgWhitelistRead = array ( ':Accueil', ':Main_Page');
-
 /*
 When translating messages with wfMsg(), it is not always clear what should
 be considered UI messages and what shoud be content messages.