forked from extern/egroupware
phpGroupWare --> eGroupWare in login blocked message
This commit is contained in:
parent
5811a65bbf
commit
7818d9902d
@ -654,8 +654,8 @@
|
|||||||
$GLOBALS['phpgw_info']['server']['login_blocked_mail_time'] < time()-5*60)
|
$GLOBALS['phpgw_info']['server']['login_blocked_mail_time'] < time()-5*60)
|
||||||
{
|
{
|
||||||
// notify admin(s) via email
|
// notify admin(s) via email
|
||||||
$from = 'phpGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
|
$from = 'eGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
|
||||||
$subject = lang("phpGroupWare: login blocked for user '%1', IP %2",$login,$ip);
|
$subject = lang("eGroupWare: login blocked for user '%1', IP %2",$login,$ip);
|
||||||
$body = lang("Too many unsucessful attempts to login: %1 for the user '%2', %3 for the IP %4",$false_id,$login,$false_ip,$ip);
|
$body = lang("Too many unsucessful attempts to login: %1 for the user '%2', %3 for the IP %4",$false_id,$login,$false_ip,$ip);
|
||||||
|
|
||||||
if(!is_object($GLOBALS['phpgw']->send))
|
if(!is_object($GLOBALS['phpgw']->send))
|
||||||
|
Loading…
Reference in New Issue
Block a user