X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2FObj%2Fproxyscan.phh;h=d809e6f5a5b1ab9d2b96644248f8857cd56ea3e6;hb=3acc6cae843ca6f74272e76eb2650c8674840c85;hp=1e9376b08cda97822f6540c619ec49f5c9511483;hpb=3ad972807dfceca464574e0ce7cfc1ffe1e70013;p=brisk.git 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.

";