IMPROVEMENT in method log from class G

This commit is contained in:
Julio Cesar Laura
2014-10-03 11:09:45 -04:00
parent 2015aea438
commit c248fa5f0c
5 changed files with 7 additions and 7 deletions

View File

@@ -131,7 +131,7 @@ try {
}
//Log failed authentications
$message = "| Many failed authentication attempts for USER: " . $usr . " | IP: " . G::getIpAddress() . " | WS: " . SYS_SYS;
$message .= " | BROWSER: " . $_SERVER['HTTP_USER_AGENT'] ." | \n" ;
$message .= " | BROWSER: " . $_SERVER['HTTP_USER_AGENT'];
G::log($message, PATH_DATA, 'loginFailed.log');
}