From bc3f71b91114a4229d1e697425045aa16887ec8f Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 30 Oct 2019 01:01:52 -0600 Subject: [PATCH] Update domain_edit.php --- core/domains/domain_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/domains/domain_edit.php b/core/domains/domain_edit.php index fcb974e3ff..92c10c1f3c 100644 --- a/core/domains/domain_edit.php +++ b/core/domains/domain_edit.php @@ -650,7 +650,7 @@ if ($action == "update" && permission_exists('domain_setting_view')) { echo "
\n"; - require PROJECT_PATH."core/domain_settings/domain_settings.php"; + require PROJECT_PATH."/core/domain_settings/domain_settings.php"; } //include the footer