diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index 34015bf409..06cdc5be61 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") {