mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not modify scheduler type. Wizard is currently the master of the domain.
This commit is contained in:
parent
de115edfdb
commit
ae48674b35
@ -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") {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user