summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2014-12-23 09:41:35 +0545
committerPhil Davis <phil.davis@inf.org>2014-12-23 09:41:35 +0545
commitf244dca85a2500586f28a6ae92ab1df6be0b7e6e (patch)
tree69352bd374b9367f09d26abe2cba85f11aba57c4 /usr
parent6422c6f14deb9bf3770c36c639d0f3d52b1cb115 (diff)
downloadpfsense-f244dca85a2500586f28a6ae92ab1df6be0b7e6e.zip
pfsense-f244dca85a2500586f28a6ae92ab1df6be0b7e6e.tar.gz
Reboot not required for password protect console menu
On my systems I can toggle and save "Password protect the console menu" back and forth and the console switches back and forth from the menu to a login prompt in real time. IMHO a reboot is no longer needed. Remove this note might save some people unnecessary reboot time.
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index 43bc1c7..4314dee 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -599,8 +599,6 @@ function prot_change() {
<td width="78%" class="vtable">
<input name="disableconsolemenu" type="checkbox" id="disableconsolemenu" value="yes" <?php if ($pconfig['disableconsolemenu']) echo "checked=\"checked\""; ?> />
<strong><?=gettext("Password protect the console menu"); ?></strong>
- <br />
- <span class="vexpl"><?=gettext("Changes to this option will take effect after a reboot."); ?></span>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud