summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-11 22:25:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-11 22:25:54 +0000
commitb1ce7649756684cedd6f3db53ac3bc465c5fc519 (patch)
treeb0e590676b5ace407c5b522ed7e58276b17aac09 /usr
parent0f20d7299af14c50b4ce912372b5fea5bda07a84 (diff)
downloadpfsense-b1ce7649756684cedd6f3db53ac3bc465c5fc519.zip
pfsense-b1ce7649756684cedd6f3db53ac3bc465c5fc519.tar.gz
Fix the no job control errors.
Thanks to satu for doing the research on keyboard muxing.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index e616a3b..4a46351 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -152,8 +152,10 @@ 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'];
OpenPOWER on IntegriCloud