From b01cf6694ed355873898aff5254e0b7068cfa895 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Mon, 25 Apr 2005 10:13:19 +0000 Subject: [PATCH] * Fixed two spelling errors * Turned off using sorbs.net to check for open proxies --- includes/DefaultSettings.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index d4b19d68e6..a7706ce795 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -350,7 +350,7 @@ $wgMemCachedDebug = false; # Language settings # -/** Site language code, should be one of ./language/Language(.*).php */ +/** Site language code, should be one of ./languages/Language(.*).php */ $wgLanguageCode = 'en'; /** Filename of a language file generated by dumpMessages.php */ @@ -1008,7 +1008,7 @@ $wgTidyConf = $IP.'/extensions/tidy/tidy.conf'; $wgTidyOpts = ''; $wgTidyInternal = function_exists( 'tidy_load_config' ); -/** See list of skins and their symbolic names in languagel/Language.php */ +/** See list of skins and their symbolic names in languages/Language.php */ $wgDefaultSkin = 'monobook'; /** @@ -1294,7 +1294,7 @@ $wgDisabledActions = array(); /** * Use http.dnsbl.sorbs.net to check for open proxies */ -$wgEnableSorbs = true; +$wgEnableSorbs = false; /** * On Special:Unusedimages, consider images "used", if they are put -- 2.20.1