login message erroné

This commit is contained in:
fredtempez 2021-01-04 17:33:38 +01:00
parent 18bfadec1f
commit b9864fbfb8
1 changed files with 1 additions and 1 deletions

View File

@ -456,7 +456,7 @@ class user extends common {
? strftime('%d/%m/%y',time()) . ';' . strftime('%R',time()) . ';'
: utf8_encode(strftime('%d/%m/%y',time())) . ';' . utf8_encode(strftime('%R',time())) . ';' ;
$dataLog .= helper::getIp() . ';';
$dataLog .= $this->getInput('userLoginId', helper::FILTER_ID, true) . ';' ;
$dataLog .= $this->getInput('userLoginId', helper::FILTER_ID) . ';' ;
$dataLog .= $this->getUrl() .';' ;
$dataLog .= $logStatus ;
$dataLog .= PHP_EOL;