aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-16 01:08:40 +0000
committerBill Marquette <billm@pfsense.org>2005-04-16 01:08:40 +0000
commit93731e27e160b77de780f54b8122bd0b24c86213 (patch)
treedd0784c1d81585fb6b8937e5605ca7392b4017eb /packages
parentc65a14bc785f55496132c2cff023cb5db779e951 (diff)
downloadpfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.tar.gz
pfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.tar.bz2
pfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.zip
No form - and not firewall_nat
Diffstat (limited to 'packages')
-rw-r--r--packages/carp_status.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/carp_status.php b/packages/carp_status.php
index 036ad096..ddf8cb39 100644
--- a/packages/carp_status.php
+++ b/packages/carp_status.php
@@ -50,7 +50,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); ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
@@ -110,7 +109,6 @@ if($config['installedpackages']['carp']['config'] <> "")
</td></tr>
</table>
-</form>
<?php include("fend.inc"); ?>
</body>
</html>