phpGroupWare --> eGroupWare in login blocked message

This commit is contained in:
Ralf Becker 2003-10-14 09:32:39 +00:00
parent 5811a65bbf
commit 7818d9902d

View File

@ -654,8 +654,8 @@
$GLOBALS['phpgw_info']['server']['login_blocked_mail_time'] < time()-5*60)
{
// notify admin(s) via email
$from = 'phpGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
$subject = lang("phpGroupWare: login blocked for user '%1', IP %2",$login,$ip);
$from = 'eGroupWare@'.$GLOBALS['phpgw_info']['server']['mail_suffix'];
$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);
if(!is_object($GLOBALS['phpgw']->send))