Update authentication.php

This commit is contained in:
FusionPBX
2025-04-17 16:32:12 -06:00
committed by GitHub
parent 0b74f0bb26
commit 30f6103dbb

View File

@@ -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