Update authentication.php

This commit is contained in:
FusionPBX 2020-02-20 01:01:23 -07:00 committed by GitHub
parent a8288d85c8
commit 56d0811478
1 changed files with 5 additions and 0 deletions

View File

@ -101,6 +101,11 @@ class authentication {
}
}
//add user logs
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/user_logs/app_config.php")) {
user_logs::add($result);
}
//return the result
return $result;
}