diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 17:44:51 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-02-20 17:44:51 +0000 |
commit | 176735aaf1e52d9c074e851703320dbb18c620e4 (patch) | |
tree | edaf93ec9bf71f2088288bddce38142b47644ac8 /usr | |
parent | 012c68342083696415d7bbc6924a3e7f830a33a0 (diff) | |
download | pfsense-176735aaf1e52d9c074e851703320dbb18c620e4.zip pfsense-176735aaf1e52d9c074e851703320dbb18c620e4.tar.gz |
Add page title.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_shaper.php | 2 |
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(); } |