debug removed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Mar 2008 12:32:12 +0000 (12:32 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 27 Mar 2008 12:32:12 +0000 (12:32 +0000)
web/Obj/proxyscan.phh

index 1e9376b..d809e6f 100644 (file)
@@ -177,7 +177,7 @@ function is_proxy()
   $proxy = new proxy_detector();
   
   //start detect
-  if(!$proxy->detect()) {
+  if($proxy->detect()) {
     //returned true, lets die...
     echo "<br><br><div style=\"text-align:center;\"><h1>Proxy detected</h1><br><br>";
     echo "Please disable your proxy server in your browser preferences or internet settings, and try again.<br><br></div>";