log invalid IP Loginattempts to the webservers error_log

This commit is contained in:
Klaus Leithoff 2009-08-27 12:35:27 +00:00
parent ce3ee8e556
commit b0ba5cbf50

View File

@ -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;
}