summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_gateways.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-05-29 17:46:50 -0400
committerjim-p <jimp@pfsense.org>2012-05-29 17:46:50 -0400
commitb011547764e845a49e9a3c4d2202a09b2234ce1f (patch)
treeba6596440ac54f0fdae8915dc1a584938e2fbab5 /usr/local/www/diag_logs_gateways.php
parent0350b81419d141793a77a29ddc73b7b1ba3eb129 (diff)
downloadpfsense-b011547764e845a49e9a3c4d2202a09b2234ce1f.zip
pfsense-b011547764e845a49e9a3c4d2202a09b2234ce1f.tar.gz
Fix a couple misdirected form submissions
Diffstat (limited to 'usr/local/www/diag_logs_gateways.php')
-rwxr-xr-xusr/local/www/diag_logs_gateways.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_logs_gateways.php b/usr/local/www/diag_logs_gateways.php
index faa887f..aafd219 100755
--- a/usr/local/www/diag_logs_gateways.php
+++ b/usr/local/www/diag_logs_gateways.php
@@ -117,7 +117,7 @@ include("head.inc");
?>
<tr>
<td align="left" valign="top">
- <form id="filterform" name="filterform" action="diag_logs.php" method="post" style="margin-top: 14px;">
+ <form id="filterform" name="filterform" action="diag_logs_gateways.php" method="post" style="margin-top: 14px;">
<input id="submit" name="clear" type="submit" class="formbtn" value="<?=gettext("Clear log");?>" />
</form>
</td>
OpenPOWER on IntegriCloud