diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-10-27 16:44:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-10-27 16:44:08 +0000 |
commit | abf5a84b4522a7ae16b16dffbccfe737aa0e0b3f (patch) | |
tree | e4be9eb2ce86767f157606ac75c1fd64ede7c59a /usr/local | |
parent | 341869f3ffc5a019297281e0cee7e7be5264437b (diff) | |
download | pfsense-abf5a84b4522a7ae16b16dffbccfe737aa0e0b3f.zip pfsense-abf5a84b4522a7ae16b16dffbccfe737aa0e0b3f.tar.gz |
Only show hard disk standy time on hard disk platforms
Ticket #643
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_advanced.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php index 85a2420..c96f5a4 100755 --- a/usr/local/www/system_advanced.php +++ b/usr/local/www/system_advanced.php @@ -443,7 +443,8 @@ include("head.inc"); <br /> <span class="vexpl">This will cause pfSense not to check for newer firmware versions when the <a href="system_firmware.php">System: Firmware</a> page is viewed.</span> </td> - </tr> + </tr> +<?php if($g['platform'] == "pfSense"): ?> <tr> <td width="22%" valign="top" class="vncell">Hard disk standby time </td> <td width="78%" class="vtable"> @@ -464,6 +465,7 @@ include("head.inc"); access has elapsed. <em>Do not set this for CF cards.</em> </td> </tr> +<?php endif; ?> <tr> <td width="22%" valign="top" class="vncell">webGUI anti-lockout</td> <td width="78%" class="vtable"> |