mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Change the path from /app/user_logs to /core/user_logs.
This commit is contained in:
@@ -102,7 +102,7 @@ class authentication {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//add user logs
|
//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);
|
user_logs::add($result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user