From 0661b194d96764d8cb2f09eb8615c558b9a57bec Mon Sep 17 00:00:00 2001 From: gnhb Date: Wed, 26 May 2010 21:07:00 +0700 Subject: Fix many things related to PPP connections. Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections. Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from single line if conditionals, and more . . . --- usr/local/www/interfaces_wireless.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr/local/www/interfaces_wireless.php') diff --git a/usr/local/www/interfaces_wireless.php b/usr/local/www/interfaces_wireless.php index f639615..42fd149 100644 --- a/usr/local/www/interfaces_wireless.php +++ b/usr/local/www/interfaces_wireless.php @@ -91,10 +91,10 @@ 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("PPPs", false, "interfaces_ppps.php"); - $tab_array[7] = array("GRE", false, "interfaces_gre.php"); - $tab_array[8] = array("GIF", false, "interfaces_gif.php"); - $tab_array[9] = array("Bridges", false, "interfaces_bridge.php"); - $tab_array[10] = array("LAGG", false, "interfaces_lagg.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"); + $tab_array[9] = array("LAGG", false, "interfaces_lagg.php"); display_top_tabs($tab_array); ?> -- cgit v1.1