]> mop.ddnsfree.com - git repositories - brisk.git/commitdiff
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 e40870689669ddf9d829cbc907b7dde21b51badb..ea704c3ef454d3f5a927dd75f0e7d6c36a880223 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)