mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Do not alter /etc/gettytab
This commit is contained in:
parent
49720ba5c2
commit
db67df01fa
@ -137,10 +137,8 @@ if ($_POST) {
|
||||
$config['system']['webgui']['private-key'] = base64_encode($_POST['key']);
|
||||
if($_POST['disableconsolemenu'] == "yes") {
|
||||
$config['system']['disableconsolemenu'] = true;
|
||||
auto_login(true);
|
||||
} else {
|
||||
unset($config['system']['disableconsolemenu']);
|
||||
auto_login(false);
|
||||
}
|
||||
unset($config['system']['webgui']['expanddiags']);
|
||||
$config['system']['optimization'] = $_POST['optimization'];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user