Skip to content

Commit

Permalink
Make form on console use post
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Oct 3, 2022
1 parent 6d786e0 commit 2139a0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/skins/classic/views/console.php
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@
getBodyTopHTML();
?>
<?php echo $navbar ?>
<form name="monitorForm" method="get" action="?">
<input type="hidden" name="view" value="<?php echo $view ?>"/>
<form name="monitorForm" method="post" action="?view=<?php echo $view; ?>">
<input type="hidden" name="action" value=""/>

<div class="filterBar" id="fbpanel"<?php echo ( isset($_COOKIE['zmFilterBarFlip']) and $_COOKIE['zmFilterBarFlip'] == 'down' ) ? ' style="display:none;"' : '' ?>>
Expand Down

0 comments on commit 2139a0c

Please sign in to comment.