From: Brion Vibber Date: Fri, 10 Dec 2004 03:56:04 +0000 (+0000) Subject: Clean up some bogus defaults X-Git-Tag: 1.5.0alpha1~1117 X-Git-Url: https://git.cyclocoop.org/admin/?a=commitdiff_plain;h=d0aa298e81852b0f544d3fe52b2b591fa0d5f136;p=lhc%2Fweb%2Fwiklou.git Clean up some bogus defaults --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 8ed7cad222..690671bc83 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -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.