From: Sam Reed Date: Mon, 25 Apr 2011 21:18:17 +0000 (+0000) Subject: Followup r86898, fix $wgProxyScriptPath X-Git-Tag: 1.31.0-rc.0~30557 X-Git-Url: http://git.cyclocoop.org/data/%24oldEdit?a=commitdiff_plain;h=86a6564c717df2c6ce0f4290830b2b01c209a6e8;p=lhc%2Fweb%2Fwiklou.git Followup r86898, fix $wgProxyScriptPath --- diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index bd6c733067..6ce6e5155c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -3707,7 +3707,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/includes/proxy_check.php"; +$wgProxyScriptPath = "$IP/maintenance/proxy_check.php"; /** */ $wgProxyMemcExpiry = 86400; /** This should always be customised in LocalSettings.php */