Change the path from /app/user_logs to /core/user_logs.

This commit is contained in:
FusionPBX 2021-02-13 15:46:12 -07:00 committed by GitHub
parent 14fced5009
commit ddb03b7722
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class authentication {
}
//add user logs
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/user_logs/app_config.php")) {
if (file_exists($_SERVER["PROJECT_ROOT"]."/core/user_logs/app_config.php")) {
user_logs::add($result);
}