summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-20 17:44:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-20 17:44:51 +0000
commit176735aaf1e52d9c074e851703320dbb18c620e4 (patch)
treeedaf93ec9bf71f2088288bddce38142b47644ac8 /usr/local/www/firewall_shaper.php
parent012c68342083696415d7bbc6924a3e7f830a33a0 (diff)
downloadpfsense-176735aaf1e52d9c074e851703320dbb18c620e4.zip
pfsense-176735aaf1e52d9c074e851703320dbb18c620e4.tar.gz
Add page title.
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index c85966a..acf9bce 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -34,6 +34,8 @@
require("guiconfig.inc");
+$pgtitle = array("Firewall","Traffic Shape");
+
if (!is_array($config['shaper']['queue'])) {
$config['shaper']['queue'] = array();
}
OpenPOWER on IntegriCloud