summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-02-18 20:40:49 +0000
committerErmal Luçi <eri@pfsense.org>2008-02-18 20:40:49 +0000
commitcedae3d316ebf2cf2c44739964d0bf3118dd7da6 (patch)
treee9a7ba241e5227a6634fd13e6be19340e722107b /usr/local/www/firewall_shaper.php
parent2821f8e690c50b722ec29ccfef7ebd06a0c820eb (diff)
downloadpfsense-cedae3d316ebf2cf2c44739964d0bf3118dd7da6.zip
pfsense-cedae3d316ebf2cf2c44739964d0bf3118dd7da6.tar.gz
* Unbreak creation of new queues
* Fix input validation for bandwidth
Diffstat (limited to 'usr/local/www/firewall_shaper.php')
-rwxr-xr-xusr/local/www/firewall_shaper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/firewall_shaper.php b/usr/local/www/firewall_shaper.php
index f1bec50..04585d1 100755
--- a/usr/local/www/firewall_shaper.php
+++ b/usr/local/www/firewall_shaper.php
@@ -243,7 +243,7 @@ if ($_GET) {
if ($qtmp) {
$tmppath =& $qtmp->GetLink();
array_push($tmppath, $qname);
- $tmp =& $qtmp->add_queue($interface, $_POST, &$tmppath, &$input_errors);
+ $tmp =& $qtmp->add_queue($interface, $_POST, $tmppath, &$input_errors);
if (!$input_errors) {
array_pop($tmppath);
$tmp->wconfig();
OpenPOWER on IntegriCloud