From ddb03b77228c8d9259c9261f5482c24fa85982f9 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Feb 2021 15:46:12 -0700 Subject: [PATCH] Change the path from /app/user_logs to /core/user_logs. --- core/authentication/resources/classes/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/authentication/resources/classes/authentication.php b/core/authentication/resources/classes/authentication.php index a6b50bad9f..6b7fd340d5 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -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); }