From 30f6103dbba894105f3ab2da2bd89a256030ce1a Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 17 Apr 2025 16:32:12 -0600 Subject: [PATCH] Update authentication.php --- 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 46ebc34e56..e4b2864fdf 100644 --- a/core/authentication/resources/classes/authentication.php +++ b/core/authentication/resources/classes/authentication.php @@ -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