summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_gre.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-23 17:02:38 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-23 17:02:38 +0000
commit77d129c68593aa7678a1b085f112428058b86ec7 (patch)
treea816b07c50bab6ed5a313a43c82c4cd011816605 /usr/local/www/interfaces_gre.php
parent06a9dc5aa4c32f0f1e626bf0d6ab798652ed8015 (diff)
downloadpfsense-77d129c68593aa7678a1b085f112428058b86ec7.zip
pfsense-77d129c68593aa7678a1b085f112428058b86ec7.tar.gz
Link GRE/GIF to the GUI.
Diffstat (limited to 'usr/local/www/interfaces_gre.php')
-rw-r--r--usr/local/www/interfaces_gre.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr/local/www/interfaces_gre.php b/usr/local/www/interfaces_gre.php
index 2aeeaa0..e02c7c6 100644
--- a/usr/local/www/interfaces_gre.php
+++ b/usr/local/www/interfaces_gre.php
@@ -80,9 +80,8 @@ include("head.inc");
$tab_array[0] = array("Interface assignments", false, "interfaces_assign.php");
$tab_array[1] = array("VLANs", false, "interfaces_vlan.php");
$tab_array[2] = array("PPP", false, "interfaces_ppp.php");
- $tab_array[3] = array("Bridge", false, "interfaces_bridge.php");
- $tab_array[4] = array("GRE", true, "interfaces_gre.php");
- $tab_array[5] = array("GIF", false, "interfaces_gif.php");
+ $tab_array[3] = array("GRE", true, "interfaces_gre.php");
+ $tab_array[4] = array("GIF", false, "interfaces_gif.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud