From b0ba5cbf5070a1924328c024e700d941a54a0c26 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Thu, 27 Aug 2009 12:35:27 +0000 Subject: [PATCH] log invalid IP Loginattempts to the webservers error_log --- setup/inc/class.setup.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/inc/class.setup.inc.php b/setup/inc/class.setup.inc.php index 1b2984ea67..5094afcadc 100644 --- a/setup/inc/class.setup.inc.php +++ b/setup/inc/class.setup.inc.php @@ -428,7 +428,7 @@ class setup } $GLOBALS['egw_info']['setup']['HeaderLoginMSG'] = ''; $GLOBALS['egw_info']['setup']['ConfigLoginMSG'] = lang('Invalid IP address'); - + error_log(__METHOD__.'-> checking IP failed:'.print_r($remoteip,true)); return False; }