remove carp VIP tab - it's no longer needed

This commit is contained in:
Bill Marquette 2005-07-13 03:59:03 +00:00
parent 64ed8739a7
commit 07bdf97384

View File

@ -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>
</html>