From 6ecbac42f49695a00c5c641c39d03e873e9de227 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 30 Mar 2008 11:22:43 +0000 Subject: [PATCH] return bug fixed --- web/Obj/proxyscan.phh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.17.1