mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-19 15:02:14 +00:00
Update authentication.php
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user