summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-24 19:13:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-24 19:13:58 +0000
commitaefb60ce69b283ecedbf0b1aa174f0b3e49e496e (patch)
tree2a1be48bea770f9e3156020f909c9ddee8241ad4 /usr/local/www/system_advanced.php
parenta9e4aee783c4b1b3b108788a50b961917504120f (diff)
downloadpfsense-aefb60ce69b283ecedbf0b1aa174f0b3e49e496e.zip
pfsense-aefb60ce69b283ecedbf0b1aa174f0b3e49e496e.tar.gz
Nuke keep diagnostics expanded
Diffstat (limited to 'usr/local/www/system_advanced.php')
-rwxr-xr-xusr/local/www/system_advanced.php12
1 files changed, 1 insertions, 11 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 118e11f..37510d4 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -42,7 +42,6 @@ $pconfig['ipv6nat_ipaddr'] = $config['diag']['ipv6nat']['ipaddr'];
$pconfig['cert'] = base64_decode($config['system']['webgui']['certificate']);
$pconfig['key'] = base64_decode($config['system']['webgui']['private-key']);
$pconfig['disableconsolemenu'] = isset($config['system']['disableconsolemenu']);
-$pconfig['expanddiags'] = isset($config['system']['webgui']['expanddiags']);
$pconfig['harddiskstandby'] = $config['system']['harddiskstandby'];
$pconfig['noantilockout'] = isset($config['system']['webgui']['noantilockout']);
$pconfig['tcpidletimeout'] = $config['filter']['tcpidletimeout'];
@@ -119,10 +118,7 @@ if ($_POST) {
$config['system']['disableconsolemenu'] = true;
else
unset($config['system']['disableconsolemenu']);
- if ($_POST['expanddiags'] == "yes")
- $config['system']['webgui']['expanddiags'] = true;
- else
- unset($config['system']['webgui']['expanddiags']);
+ unset($config['system']['webgui']['expanddiags']);
$config['system']['optimization'] = $_POST['optimization'];
if($_POST['disablefirmwarecheck'] == "yes")
@@ -400,12 +396,6 @@ function openwindow(url) {
Puts the hard disk into standby mode when the selected amount of time after the last
access has elapsed. <em>Do not set this for CF cards.</em></td>
</tr>
- <tr>
- <td width="22%" valign="top" class="vncell">Navigation</td>
- <td width="78%" class="vtable">
- <input name="expanddiags" type="checkbox" id="expanddiags" value="yes" <?php if ($pconfig['expanddiags']) echo "checked"; ?>>
- <strong>Keep diagnostics in navigation expanded </strong></td>
- </tr>
<tr>
<td width="22%" valign="top" class="vncell">webGUI anti-lockout</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud