11000 #2

Merged
lapervenche merged 22 commits from ZwiiCMS-Team/ZwiiCMS:11000 into 11000 2021-01-10 18:17:01 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b9864fbfb8 - Show all commits

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;