summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_vinterface.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-16 22:06:25 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-16 22:06:25 +0000
commit6d0c07eafffbc20e5e9c791e0fb09c4474c4b433 (patch)
treeec2c5a2384bb7d3da747352bffd18f41a015a7aa /usr/local/www/firewall_shaper_vinterface.php
parentae62bbcfae6816cfd519fbc633d017deb380f395 (diff)
downloadpfsense-6d0c07eafffbc20e5e9c791e0fb09c4474c4b433.zip
pfsense-6d0c07eafffbc20e5e9c791e0fb09c4474c4b433.tar.gz
Rename for not confusing people!
Diffstat (limited to 'usr/local/www/firewall_shaper_vinterface.php')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 6f31e56..1469ce4 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -35,7 +35,7 @@ if($_GET['reset'] <> "") {
exit;
}
-$pgtitle = array("Firewall","Traffic Shaper", "Virtual Interfaces");
+$pgtitle = array("Firewall","Traffic Shaper", "Limiter");
read_dummynet_config();
/*
@@ -347,7 +347,7 @@ include("fbegin.inc");
$tab_array = array();
$tab_array[0] = array("By Interface", false, "firewall_shaper.php");
$tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php");
- $tab_array[2] = array("Virtual Interfaces", true, "firewall_shaper_vinterface.php");
+ $tab_array[2] = array("Limiter", true, "firewall_shaper_vinterface.php");
$tab_array[3] = array("Wizards", false, "firewall_shaper_wizards.php");
display_top_tabs($tab_array);
?>
OpenPOWER on IntegriCloud