diff options
author | Bill Marquette <billm@pfsense.org> | 2005-04-16 01:08:40 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-04-16 01:08:40 +0000 |
commit | 93731e27e160b77de780f54b8122bd0b24c86213 (patch) | |
tree | dd0784c1d81585fb6b8937e5605ca7392b4017eb /packages/carp_status.php | |
parent | c65a14bc785f55496132c2cff023cb5db779e951 (diff) | |
download | pfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.tar.gz pfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.tar.bz2 pfsense-packages-93731e27e160b77de780f54b8122bd0b24c86213.zip |
No form - and not firewall_nat
Diffstat (limited to 'packages/carp_status.php')
-rw-r--r-- | packages/carp_status.php | 2 |
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> |