summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-09-15 01:27:34 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-09-15 01:27:34 +0000
commitf30ae5025cc6810ff24c72e35bf2ed9794a4086e (patch)
tree53087a0290150ef8aa42358f706d67569e3fc9ee /usr
parent7e1b16ca8cadf1536d4e9f01c21274cdfb20b7e1 (diff)
downloadpfsense-f30ae5025cc6810ff24c72e35bf2ed9794a4086e.zip
pfsense-f30ae5025cc6810ff24c72e35bf2ed9794a4086e.tar.gz
system -> shaper
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index aa78b3a..985497c 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -45,7 +45,7 @@ $pconfig['disableconsolemenu'] = isset($config['system']['disableconsolemenu']);
$pconfig['harddiskstandby'] = $config['system']['harddiskstandby'];
$pconfig['noantilockout'] = isset($config['system']['webgui']['noantilockout']);
$pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout'];
-$pconfig['schedulertype'] = $config['system']['schedulertype'];
+$pconfig['schedulertype'] = $config['shaper']['schedulertype'];
$pconfig['maximumstates'] = $config['system']['maximumstates'];
$pconfig['theme'] = $config['system']['theme'];
$pconfig['disablerendevouz'] = $config['system']['disablerendevouz'];
@@ -167,7 +167,7 @@ if ($_POST) {
unset($config['system']['webgui']['noantilockout']);
/* Firewall and ALTQ options */
- $config['system']['schedulertype'] = $_POST['schedulertype'];
+ $config['shaper']['schedulertype'] = $_POST['schedulertype'];
$config['system']['maximumstates'] = $_POST['maximumstates'];
if($_POST['enablesshd'] == "yes") {
OpenPOWER on IntegriCloud