From 01efe7446c16382d896076d0ae0f959af144db15 Mon Sep 17 00:00:00 2001 From: Nick Jenkins Date: Wed, 6 Dec 2006 22:25:49 +0000 Subject: [PATCH] Update $wgProxyScriptPath default path to point to valid file, as per http://mail.wikipedia.org/pipermail/wikitech-l/2006-December/040264.html --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.20.1