diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-16 22:06:25 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-16 22:06:25 +0000 |
commit | 6d0c07eafffbc20e5e9c791e0fb09c4474c4b433 (patch) | |
tree | ec2c5a2384bb7d3da747352bffd18f41a015a7aa /usr/local | |
parent | ae62bbcfae6816cfd519fbc633d017deb380f395 (diff) | |
download | pfsense-6d0c07eafffbc20e5e9c791e0fb09c4474c4b433.zip pfsense-6d0c07eafffbc20e5e9c791e0fb09c4474c4b433.tar.gz |
Rename for not confusing people!
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 2 | ||||
-rwxr-xr-x | usr/local/www/firewall_shaper_queues.php | 2 | ||||
-rw-r--r-- | usr/local/www/firewall_shaper_vinterface.php | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php index 0cc0e30..10b9bf0 100755 --- a/usr/local/www/firewall_shaper.php +++ b/usr/local/www/firewall_shaper.php @@ -414,7 +414,7 @@ include("fbegin.inc"); $tab_array = array(); $tab_array[0] = array("By Interface", true, "firewall_shaper.php"); $tab_array[1] = array("By Queue", false, "firewall_shaper_queues.php"); - $tab_array[2] = array("Virtual Interfaces", false, "firewall_shaper_vinterface.php"); + $tab_array[2] = array("Limiter", false, "firewall_shaper_vinterface.php"); $tab_array[3] = array("Wizards", false, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); ?> diff --git a/usr/local/www/firewall_shaper_queues.php b/usr/local/www/firewall_shaper_queues.php index e61555f..b5e064d 100755 --- a/usr/local/www/firewall_shaper_queues.php +++ b/usr/local/www/firewall_shaper_queues.php @@ -174,7 +174,7 @@ include("head.inc"); $tab_array = array(); $tab_array[0] = array("By Interface", false, "firewall_shaper.php"); $tab_array[1] = array("By Queue", true, "firewall_shaper_queues.php"); - $tab_array[2] = array("Virtual Interfaces", false, "firewall_shaper_vinterface.php"); + $tab_array[2] = array("Limiter", false, "firewall_shaper_vinterface.php"); $tab_array[3] = array("Wizards", false, "firewall_shaper_wizards.php"); display_top_tabs($tab_array); ?> 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); ?> |