From 6be14e38fdebf095e91845a92dae5374b90ef502 Mon Sep 17 00:00:00 2001 From: Ermal Date: Tue, 22 Mar 2011 18:19:49 +0000 Subject: Unbreak adding subqueues to limiters. Correct some text in the way. --- usr/local/www/firewall_shaper_vinterface.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr/local/www/firewall_shaper_vinterface.php') 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 -- cgit v1.1