Update domain_edit.php
This commit is contained in:
parent
62c37b1e54
commit
ec415db7f0
|
|
@ -628,7 +628,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
|
||||||
echo "</form>";
|
echo "</form>";
|
||||||
|
|
||||||
if ($action == "update" && permission_exists('domain_setting_view')) {
|
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
|
//include the footer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue