summaryrefslogtreecommitdiffstats
path: root/usr/local/www/carp_status.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-13 03:59:03 +0000
committerBill Marquette <billm@pfsense.org>2005-07-13 03:59:03 +0000
commit07bdf973849fc62e1eb86697826cbc50bbecd8f2 (patch)
tree5d6b343cc19271c6e56587c8ea134e4425cd131d /usr/local/www/carp_status.php
parent64ed8739a7616cfa3833216dc26ff0249f6ff02e (diff)
downloadpfsense-07bdf973849fc62e1eb86697826cbc50bbecd8f2.zip
pfsense-07bdf973849fc62e1eb86697826cbc50bbecd8f2.tar.gz
remove carp VIP tab - it's no longer needed
Diffstat (limited to 'usr/local/www/carp_status.php')
-rwxr-xr-xusr/local/www/carp_status.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr/local/www/carp_status.php b/usr/local/www/carp_status.php
index 33aeca4..f2ddbfc 100755
--- a/usr/local/www/carp_status.php
+++ b/usr/local/www/carp_status.php
@@ -73,9 +73,8 @@ include("fbegin.inc");
<tr><td>
<?php
$tab_array = array();
- $tab_array[0] = array("CARP Virtual IPs", false, "/pkg.php?xml=carp.xml");
- $tab_array[1] = array("CARP Status", true, "carp_status.php");
- $tab_array[2] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
+ $tab_array[] = array("CARP Status", true, "carp_status.php");
+ $tab_array[] = array("CARP Settings", false, "/pkg_edit.php?xml=carp_settings.xml&id=0");
display_top_tabs($tab_array);
?>
</td></tr>
@@ -172,4 +171,4 @@ Rounded("div#mainlevel","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud