From: Matteo Nastasi (mop) Date: Thu, 27 Mar 2008 12:32:12 +0000 (+0000) Subject: debug removed X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=31f360d098b4863223ea11b4b0191d29ab4a4a25;p=brisk.git debug removed --- 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.

";