From: Matteo Nastasi (mop) Date: Sun, 30 Mar 2008 11:22:43 +0000 (+0000) Subject: return bug fixed X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=commitdiff_plain;h=6ecbac42f49695a00c5c641c39d03e873e9de227;p=brisk.git return bug fixed --- diff --git a/web/Obj/proxyscan.phh b/web/Obj/proxyscan.phh index e408706..ea704c3 100644 --- a/web/Obj/proxyscan.phh +++ b/web/Obj/proxyscan.phh @@ -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)