We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a562362 commit 65e8b73Copy full SHA for 65e8b73
1 file changed
web/edit/web/index.php
@@ -715,6 +715,7 @@
715
// Set success message
716
if (empty($_SESSION['error_msg'])) {
717
$_SESSION['ok_msg'] = __('Changes has been saved.');
718
+ header("Location: /edit/web/?domain=" . $v_domain);
719
}
720
721
0 commit comments