Use include instead of require_once.

This commit is contained in:
FusionPBX 2021-09-13 11:52:12 -06:00 committed by GitHub
parent d191ea77d7
commit 408b13238e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ if (!class_exists('domains')) {
//get the domains settings
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/domains/app_config.php")) {
require_once "app/domains/resources/settings.php";
include "app/domains/resources/settings.php";
}
//get the domains settings