diff options
author | Bill Marquette <billm@pfsense.org> | 2005-04-16 01:07:34 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-04-16 01:07:34 +0000 |
commit | c65a14bc785f55496132c2cff023cb5db779e951 (patch) | |
tree | 85b333236344453a8648d2577a13c15a20ecd44b /packages/pfstat.php | |
parent | f998bebd6dd215d721df7358c8c190e8babdc72d (diff) | |
download | pfsense-packages-c65a14bc785f55496132c2cff023cb5db779e951.tar.gz pfsense-packages-c65a14bc785f55496132c2cff023cb5db779e951.tar.bz2 pfsense-packages-c65a14bc785f55496132c2cff023cb5db779e951.zip |
this isn't a form (nor is it firewall_nat ;))
Diffstat (limited to 'packages/pfstat.php')
-rw-r--r-- | packages/pfstat.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/pfstat.php b/packages/pfstat.php index 7ae58a21..771d974a 100644 --- a/packages/pfstat.php +++ b/packages/pfstat.php @@ -49,7 +49,6 @@ function gentitle_pkg($pgname) { include("fbegin.inc"); ?> <p class="pgtitle"><?=$title?></p> -<form action="firewall_nat_out_load_balancing.php" method="post"> <?php if ($savemsg) print_info_box($savemsg); ?> <?php @@ -72,7 +71,6 @@ echo "<center>There are currently no graphs defined."; } ?> -</form> <?php include("fend.inc"); ?> </body> </html> |