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