Made form 'get' again
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@1935 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
188ca65ca5
commit
593909fd58
|
@ -257,7 +257,7 @@ window.focus();
|
|||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form name="filter_form" method="post" action="<?= $PHP_SELF ?>">
|
||||
<form name="filter_form" method="get" action="<?= $PHP_SELF ?>">
|
||||
<input type="hidden" name="view" value="filter">
|
||||
<input type="hidden" name="page" value="<?= $page ?>">
|
||||
<input type="hidden" name="reload" value="0">
|
||||
|
|
Loading…
Reference in New Issue