mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update authentication.php
This commit is contained in:
@@ -310,7 +310,7 @@ class authentication {
|
||||
|
||||
//get the domains
|
||||
if (file_exists($project_root . '/app/domains/resources/domains.php') && !is_cli()) {
|
||||
require_once $project_root . 'app/domains/resources/domains.php';
|
||||
require_once $project_root . '/app/domains/resources/domains.php';
|
||||
}
|
||||
|
||||
//store user settings in the session when available
|
||||
|
||||
Reference in New Issue
Block a user