Skip to content

Commit 65e8b73

Browse files
committed
Bugfix old values were shown after changing web template option
-Reloading page after saving changes, also prevents double POST-ing when refreshing the page
1 parent a562362 commit 65e8b73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/edit/web/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,7 @@
715715
// Set success message
716716
if (empty($_SESSION['error_msg'])) {
717717
$_SESSION['ok_msg'] = __('Changes has been saved.');
718+
header("Location: /edit/web/?domain=" . $v_domain);
718719
}
719720

720721
}

0 commit comments

Comments
 (0)