summaryrefslogtreecommitdiffstats
path: root/usr/local/www/firewall_shaper_queues_edit.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-06 04:25:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-06 04:25:33 +0000
commit5eb0dec6d47d41e3fcc361d1159aee7b6ec5584e (patch)
tree48d4dcc70026c6a7b2b0c9fd04f5005502e5b2b4 /usr/local/www/firewall_shaper_queues_edit.php
parent44b9bb7adb7dd8f4c23d13a0c354250068dad2e9 (diff)
downloadpfsense-5eb0dec6d47d41e3fcc361d1159aee7b6ec5584e.zip
pfsense-5eb0dec6d47d41e3fcc361d1159aee7b6ec5584e.tar.gz
Scheduler type has been switched to advanced screen. Remove a few bugger hiding from when this was per interface driven.
Reported-by: DungaBee
Diffstat (limited to 'usr/local/www/firewall_shaper_queues_edit.php')
-rwxr-xr-xusr/local/www/firewall_shaper_queues_edit.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/local/www/firewall_shaper_queues_edit.php b/usr/local/www/firewall_shaper_queues_edit.php
index d247025..b270fa8 100755
--- a/usr/local/www/firewall_shaper_queues_edit.php
+++ b/usr/local/www/firewall_shaper_queues_edit.php
@@ -42,10 +42,9 @@ if (isset($_POST['id']))
$wan_sched = $config['interfaces']['wan']['schedulertype'];
$lan_sched = $config['interfaces']['lan']['schedulertype'];
$pconfig['schedulertype'] = $config['system']['schedulertype'];
-$schedulertype = $pconfig['schedulertype'];
+$schedulertype = $config['system']['schedulertype'];
if (isset($id) && $a_queues[$id]) {
- $pconfig['bandwidth'] = $a_queues[$id]['bandwidth'] . $a_queues[$id]['bandwidthtype'];
$pconfig['priority'] = $a_queues[$id]['priority'];
$pconfig['mask'] = $a_queues[$id]['mask'];
$pconfig['name'] = $a_queues[$id]['name'];
@@ -167,7 +166,6 @@ if ($_POST) {
$parentqueue = $pconfig["parentqueue"];
$defaultqueue = $pconfig["defaultqueue"];
$parent = $pconfig["parent"];
- $schedulertype = $pconfig["schedulertype"];
?>
<p class="pgtitle">Firewall: Traffic shaper: Edit queue</p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
OpenPOWER on IntegriCloud