Revision 42809b4a
Added by Marcus Brown about 15 years ago
usr/local/www/interfaces_groups.php | ||
---|---|---|
76 | 76 |
$tab_array[2] = array("Wireless", false, "interfaces_wireless.php"); |
77 | 77 |
$tab_array[3] = array("VLANs", false, "interfaces_vlan.php"); |
78 | 78 |
$tab_array[4] = array("QinQs", false, "interfaces_qinq.php"); |
79 |
$tab_array[5] = array("PPP", false, "interfaces_ppp.php"); |
|
80 |
$tab_array[6] = array("MLPPP", false, "interfaces_mlppp.php"); |
|
79 |
$tab_array[5] = array("PPPs", false, "interfaces_ppps.php"); |
|
81 | 80 |
$tab_array[7] = array("GRE", false, "interfaces_gre.php"); |
82 | 81 |
$tab_array[8] = array("GIF", false, "interfaces_gif.php"); |
83 | 82 |
$tab_array[9] = array("Bridges", false, "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.