Followup r86898, fix $wgProxyScriptPath
authorSam Reed <reedy@users.mediawiki.org>
Mon, 25 Apr 2011 21:18:17 +0000 (21:18 +0000)
committerSam Reed <reedy@users.mediawiki.org>
Mon, 25 Apr 2011 21:18:17 +0000 (21:18 +0000)
includes/DefaultSettings.php

index bd6c733..6ce6e51 100644 (file)
@@ -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 */