summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2011-03-22 18:19:49 +0000
committerErmal <eri@pfsense.org>2011-03-22 18:19:49 +0000
commit6be14e38fdebf095e91845a92dae5374b90ef502 (patch)
treeebdfb17242cb9ddb7a9445b7c9a2ddcddda2d2bb /usr
parent66fc1f14ee447c8b31620e799b5fd2f54b4a583d (diff)
downloadpfsense-6be14e38fdebf095e91845a92dae5374b90ef502.zip
pfsense-6be14e38fdebf095e91845a92dae5374b90ef502.tar.gz
Unbreak adding subqueues to limiters. Correct some text in the way.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/firewall_shaper_vinterface.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper_vinterface.php b/usr/local/www/firewall_shaper_vinterface.php
index 5222771..fae5429 100644
--- a/usr/local/www/firewall_shaper_vinterface.php
+++ b/usr/local/www/firewall_shaper_vinterface.php
@@ -72,7 +72,7 @@ if ($_POST) {
if ($_POST['name'])
$qname = htmlspecialchars(trim($_POST['name']));
else if ($_POST['newname'])
- $qname = htmlspecialchars(trim($_POST['name']));
+ $qname = htmlspecialchars(trim($_POST['newname']));
if ($_POST['pipe'])
$pipe = htmlspecialchars(trim($_POST['pipe']));
else
OpenPOWER on IntegriCloud