Update authentication.php

This commit is contained in:
FusionPBX
2020-02-20 01:01:23 -07:00
committed by GitHub
parent a8288d85c8
commit 56d0811478

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;
}