Revision 42809b4a
Added by Marcus Brown over 15 years ago
usr/local/www/interfaces_bridge.php | ||
---|---|---|
91 | 91 |
$tab_array[2] = array("Wireless", false, "interfaces_wireless.php"); |
92 | 92 |
$tab_array[3] = array("VLANs", false, "interfaces_vlan.php"); |
93 | 93 |
$tab_array[4] = array("QinQs", false, "interfaces_qinq.php"); |
94 |
$tab_array[5] = array("PPP", false, "interfaces_ppp.php"); |
|
95 |
$tab_array[6] = array("MLPPP", false, "interfaces_mlppp.php"); |
|
94 |
$tab_array[5] = array("PPPs", false, "interfaces_ppps.php"); |
|
96 | 95 |
$tab_array[7] = array("GRE", false, "interfaces_gre.php"); |
97 | 96 |
$tab_array[8] = array("GIF", false, "interfaces_gif.php"); |
98 | 97 |
$tab_array[9] = array("Bridges", true, "interfaces_bridge.php"); |
Also available in: Unified diff
Use "PPPs" as the new Tab name in Interfaces -> Assign. Rename files and update affected files.
Also, add upgrade_config function 062_to_063.