mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 04:41:41 +02:00
log invalid IP Loginattempts to the webservers error_log
This commit is contained in:
parent
ce3ee8e556
commit
b0ba5cbf50
@ -428,7 +428,7 @@ class setup
|
|||||||
}
|
}
|
||||||
$GLOBALS['egw_info']['setup']['HeaderLoginMSG'] = '';
|
$GLOBALS['egw_info']['setup']['HeaderLoginMSG'] = '';
|
||||||
$GLOBALS['egw_info']['setup']['ConfigLoginMSG'] = lang('Invalid IP address');
|
$GLOBALS['egw_info']['setup']['ConfigLoginMSG'] = lang('Invalid IP address');
|
||||||
|
error_log(__METHOD__.'-> checking IP failed:'.print_r($remoteip,true));
|
||||||
return False;
|
return False;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user