summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-03-30 18:28:19 +0700
committergnhb <gnoahb@gmail.com>2010-03-30 18:28:19 +0700
commitd02951e924a787c18a5cd941822b0236920df460 (patch)
tree436cdd8f8760d757bec1e5375095fe1b1ae5a75e /usr/local/www/interfaces_gre.php
parent57b053e94e966e4e9fe42596eebaa05421c98e6f (diff)
downloadpfsense-d02951e924a787c18a5cd941822b0236920df460.zip
pfsense-d02951e924a787c18a5cd941822b0236920df460.tar.gz
Fix other interfaces_* pages and keep working with mlppp.
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r--usr/local/www/interfaces_gre.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 248d520..8d72127 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -91,11 +91,11 @@ 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", true, "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");
+ $tab_array[6] = array("MLPPP", false, "interfaces_mlppp.php");
+ $tab_array[7] = array("GRE", true, "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");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud