From 77d129c68593aa7678a1b085f112428058b86ec7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Wed, 23 Jul 2008 17:02:38 +0000 Subject: Link GRE/GIF to the GUI. --- usr/local/www/interfaces_gif.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr/local/www/interfaces_gif.php') diff --git a/usr/local/www/interfaces_gif.php b/usr/local/www/interfaces_gif.php index ca3c8c9..7ec6cf8 100644 --- a/usr/local/www/interfaces_gif.php +++ b/usr/local/www/interfaces_gif.php @@ -80,9 +80,8 @@ include("head.inc"); $tab_array[0] = array("Interface assignments", false, "interfaces_assign.php"); $tab_array[1] = array("VLANs", false, "interfaces_vlan.php"); $tab_array[2] = array("PPP", false, "interfaces_ppp.php"); - $tab_array[3] = array("Bridge", false, "interfaces_bridge.php"); - $tab_array[4] = array("GRE", false, "interfaces_gre.php"); - $tab_array[5] = array("GIF", true, "interfaces_gif.php"); + $tab_array[3] = array("GRE", false, "interfaces_gre.php"); + $tab_array[4] = array("GIF", true, "interfaces_gif.php"); display_top_tabs($tab_array); ?> -- cgit v1.1