From 7818d9902d6518069be5f1f279756322a56d2daa Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 14 Oct 2003 09:32:39 +0000 Subject: [PATCH] phpGroupWare --> eGroupWare in login blocked message --- phpgwapi/inc/class.sessions.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpgwapi/inc/class.sessions.inc.php b/phpgwapi/inc/class.sessions.inc.php index d55c5caa4b..45facca03f 100644 --- a/phpgwapi/inc/class.sessions.inc.php +++ b/phpgwapi/inc/class.sessions.inc.php @@ -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))