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:
stan 2006-04-20 18:13:34 +00:00
parent 188ca65ca5
commit 593909fd58
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ window.focus();
</script> </script>
</head> </head>
<body> <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="view" value="filter">
<input type="hidden" name="page" value="<?= $page ?>"> <input type="hidden" name="page" value="<?= $page ?>">
<input type="hidden" name="reload" value="0"> <input type="hidden" name="reload" value="0">