return bug fixed
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Mar 2008 11:22:43 +0000 (11:22 +0000)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 30 Mar 2008 11:22:43 +0000 (11:22 +0000)
web/Obj/proxyscan.phh

index e408706..ea704c3 100644 (file)
@@ -134,7 +134,7 @@ class proxy_detector {
 
     foreach($G_proxy_white_list as $authproxy) {
       if ($_SERVER['REMOTE_ADDR'] == $authproxy)
-       return (TRUE);
+       return (FALSE);
     }
 
     if ($this->exists_in_rbl($_SERVER['REMOTE_ADDR']) == TRUE)