summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-04-16 01:30:48 +0000
committerBill Marquette <billm@pfsense.org>2005-04-16 01:30:48 +0000
commitd875f27389e0691440525eb67c012a91013fb3ec (patch)
treeb6f14e3769772cdc37c828641a2652c3805082b6 /usr
parent60f9e276c3c1f9e4e63319767900210f158ed6db (diff)
downloadpfsense-d875f27389e0691440525eb67c012a91013fb3ec.zip
pfsense-d875f27389e0691440525eb67c012a91013fb3ec.tar.gz
only need one form tag - add an action to the remaining tag
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/status_interfaces.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 305951f..70f71e0 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -216,11 +216,9 @@ function get_interface_info($ifdescr) {
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
-<form>
-
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<form action="" method="post">
+<form action="status_interfaces.php" method="post">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<?php $i = 0; $ifdescrs = array('wan' => 'WAN', 'lan' => 'LAN');
OpenPOWER on IntegriCloud