Do not modify scheduler type. Wizard is currently the master of the domain.

This commit is contained in:
Scott Ullrich 2005-12-26 01:20:24 +00:00
parent de115edfdb
commit ae48674b35

View File

@ -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") {