summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-11-21 19:15:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-11-21 19:15:33 +0000
commitd514874244cc986216d31f4ea8c1a8156186e820 (patch)
tree3dbc04b091545c630b85cfae70a344b481d0175c
parentc823acd4facbf57fea8bf3d52f73b2b25c612540 (diff)
downloadpfsense-d514874244cc986216d31f4ea8c1a8156186e820.zip
pfsense-d514874244cc986216d31f4ea8c1a8156186e820.tar.gz
enable hard disk stand-by option
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index 36fe2b3..59dd208 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -261,7 +261,6 @@ function enable_change(enable_over) {
seconds<br>
Idle TCP connections will be removed from the state table after no packets have been received for the specified number of seconds. Don't set this too high or your state table could become full of connections that have been improperly shut down. The default is 2.5 hours.</span></td>
</tr>
-<?php if ($g['platform'] == "generic-pc"): ?>
<tr>
<td width="22%" valign="top" class="vncell">Hard disk standby time </td>
<td width="78%" class="vtable">
@@ -283,7 +282,6 @@ function enable_change(enable_over) {
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>
-<?php endif; ?>
<tr>
<td width="22%" valign="top" class="vncell">Navigation</td>
<td width="78%" class="vtable">
OpenPOWER on IntegriCloud