After saving go back to the domain settings list.

This commit is contained in:
FusionPBX 2020-07-30 07:59:45 -06:00 committed by GitHub
parent 8589febfba
commit a4f312af04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -317,7 +317,7 @@ if (count($_POST) > 0 && strlen($_POST["persistformvar"]) == 0) {
if ($action == "add") {
message::add($text['message-add']);
}
header("Location: ".PROJECT_PATH."/core/domains/domain_edit.php?id=".$domain_uuid);
header("Location: ".PROJECT_PATH."/core/domain_settings/domain_settings.php?id=".$domain_uuid);
exit;
}
}