mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Use include instead of require_once.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user