From 57b053e94e966e4e9fe42596eebaa05421c98e6f Mon Sep 17 00:00:00 2001 From: gnhb Date: Tue, 30 Mar 2010 14:43:53 +0700 Subject: Add new menu name to other interfaces_* pages. --- usr/local/www/interfaces_groups.php | 1 + 1 file changed, 1 insertion(+) (limited to 'usr/local/www/interfaces_groups.php') diff --git a/usr/local/www/interfaces_groups.php b/usr/local/www/interfaces_groups.php index 65564dd..afad3af 100755 --- a/usr/local/www/interfaces_groups.php +++ b/usr/local/www/interfaces_groups.php @@ -77,6 +77,7 @@ include("head.inc"); $tab_array[3] = array("VLANs", false, "interfaces_vlan.php"); $tab_array[4] = array("QinQs", false, "interfaces_qinq.php"); $tab_array[5] = array("PPP", false, "interfaces_ppp.php"); + $tab_array[5] = array("MLPPP", false, "interfaces_mlppp.php"); $tab_array[6] = array("GRE", false, "interfaces_gre.php"); $tab_array[7] = array("GIF", false, "interfaces_gif.php"); $tab_array[8] = array("Bridges", false, "interfaces_bridge.php"); -- cgit v1.1