Update $wgProxyScriptPath default path to point to valid file, as per http://mail...
authorNick Jenkins <nickj@users.mediawiki.org>
Wed, 6 Dec 2006 22:25:49 +0000 (22:25 +0000)
committerNick Jenkins <nickj@users.mediawiki.org>
Wed, 6 Dec 2006 22:25:49 +0000 (22:25 +0000)
includes/DefaultSettings.php

index 9499ae8..36255bd 100644 (file)
@@ -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 */