diff options
author | Ermal <eri@pfsense.org> | 2011-03-22 18:19:49 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2011-03-22 18:19:49 +0000 |
commit | 6be14e38fdebf095e91845a92dae5374b90ef502 (patch) | |
tree | ebdfb17242cb9ddb7a9445b7c9a2ddcddda2d2bb /usr | |
parent | 66fc1f14ee447c8b31620e799b5fd2f54b4a583d (diff) | |
download | pfsense-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.php | 2 |
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 |