mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-05-19 12:06:29 -04:00
Redirect Events when post
Fixes broken back due to form resubmit
This commit is contained in:
@@ -88,6 +88,11 @@ $pagination = getPagination( $pages, $page, $maxShortcuts, $filterQuery.$sortQue
|
||||
|
||||
$focusWindow = true;
|
||||
|
||||
if ($_POST) {
|
||||
header("Location: " . $_SERVER['REQUEST_URI'].htmlspecialchars_decode($filterQuery).htmlspecialchars_decode($sortQuery).'&limit='.$limit.'&page='.$page);
|
||||
exit();
|
||||
}
|
||||
|
||||
xhtmlHeaders(__FILE__, translate('Events') );
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user