From: Nick Jenkins Date: Wed, 6 Dec 2006 22:25:49 +0000 (+0000) Subject: Update $wgProxyScriptPath default path to point to valid file, as per http://mail... X-Git-Tag: 1.31.0-rc.0~54966 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=01efe7446c16382d896076d0ae0f959af144db15;p=lhc%2Fweb%2Fwiklou.git Update $wgProxyScriptPath default path to point to valid file, as per mail.wikipedia.org/pipermail/wikitech-l/2006-December/040264.html --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 9499ae8f8c..36255bdf0e 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1015,7 +1015,7 @@ $wgBlockOpenProxies = false; /** Port we want to scan for a proxy */ $wgProxyPorts = array( 80, 81, 1080, 3128, 6588, 8000, 8080, 8888, 65506 ); /** Script used to scan */ -$wgProxyScriptPath = "$IP/proxy_check.php"; +$wgProxyScriptPath = "$IP/includes/proxy_check.php"; /** */ $wgProxyMemcExpiry = 86400; /** This should always be customised in LocalSettings.php */