summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-26 01:20:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-26 01:20:24 +0000
commitae48674b35317f1f3433bacc68584bd1ffd4e662 (patch)
tree63fd4f9cd4f228cc712e730ccf83445e6190b434
parentde115edfdb31f7d668482061ed39f4c8edfbd59f (diff)
downloadpfsense-ae48674b35317f1f3433bacc68584bd1ffd4e662.zip
pfsense-ae48674b35317f1f3433bacc68584bd1ffd4e662.tar.gz
Do not modify scheduler type. Wizard is currently the master of the domain.
-rwxr-xr-xusr/local/www/system_advanced.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 34015bf..06cdc5b 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -182,7 +182,8 @@ if ($_POST) {
unset($config['system']['webgui']['noantilockout']);
/* Firewall and ALTQ options */
- $config['shaper']['schedulertype'] = $_POST['schedulertype'];
+ /* alternate scheduler types are currently unsupported */
+ //$config['shaper']['schedulertype'] = $_POST['schedulertype'];
$config['system']['maximumstates'] = $_POST['maximumstates'];
if($_POST['enablesshd'] == "yes") {
OpenPOWER on IntegriCloud