Use include instead of require_once.
This commit is contained in:
parent
d191ea77d7
commit
408b13238e
|
|
@ -488,7 +488,7 @@ if (!class_exists('domains')) {
|
||||||
|
|
||||||
//get the domains settings
|
//get the domains settings
|
||||||
if (file_exists($_SERVER["PROJECT_ROOT"]."/app/domains/app_config.php")) {
|
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
|
//get the domains settings
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue