From d0aa298e81852b0f544d3fe52b2b591fa0d5f136 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Fri, 10 Dec 2004 03:56:04 +0000 Subject: [PATCH] Clean up some bogus defaults --- includes/DefaultSettings.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -- 2.20.1