Related: https://github.com/hestiacp/hestiacp/commit/65e8b73dd356e9748681d30836e1cf19ac195dd2 Related: #1285
@@ -813,6 +813,8 @@ if (!empty($_POST['save'])) {
// Set success message
if (empty($_SESSION['error_msg'])) {
$_SESSION['ok_msg'] = _('Changes has been saved.');
+ header("Location: /edit/web/?domain=" . $v_domain);
+ exit();
}