From 31f360d098b4863223ea11b4b0191d29ab4a4a25 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Thu, 27 Mar 2008 12:32:12 +0000 Subject: [PATCH] debug removed --- web/Obj/proxyscan.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Obj/proxyscan.phh b/web/Obj/proxyscan.phh index 1e9376b..d809e6f 100644 --- a/web/Obj/proxyscan.phh +++ b/web/Obj/proxyscan.phh @@ -177,7 +177,7 @@ function is_proxy() $proxy = new proxy_detector(); //start detect - if(!$proxy->detect()) { + if($proxy->detect()) { //returned true, lets die... echo "

Proxy detected



"; echo "Please disable your proxy server in your browser preferences or internet settings, and try again.

"; -- 2.17.1