Skip to content

Commit 56154eb

Browse files
LupulScIT-Raphael
authored andcommitted
Restore success notification after editing web domain
Related: hestiacp@65e8b73 Related: hestiacp#1285
1 parent 00f67ec commit 56154eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

web/edit/web/index.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,8 @@
813813
// Set success message
814814
if (empty($_SESSION['error_msg'])) {
815815
$_SESSION['ok_msg'] = _('Changes has been saved.');
816+
header("Location: /edit/web/?domain=" . $v_domain);
817+
exit();
816818
}
817819

818820
}

0 commit comments

Comments
 (0)