Update domain_edit.php

This commit is contained in:
FusionPBX 2019-07-24 01:43:19 -06:00 committed by GitHub
parent 1623796b9b
commit 52a6c298b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -628,7 +628,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
echo "</form>";
if ($action == "update" && permission_exists('domain_setting_view')) {
require PROJECT_PATH."/app/domain_settings/domain_settings.php";
require PROJECT_PATH."core/domain_settings/domain_settings.php";
}
//include the footer