summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-05-18 21:06:30 -0400
committerScott Ullrich <sullrich@pfsense.org>2010-05-18 21:06:30 -0400
commit223ef06a4172e9aecfd41f857ae778187e27b1e0 (patch)
tree5c61a43a44383d00e9846ffa7938952fb9b81286 /etc/inc/system.inc
parentd16af75d98e56a53f7b42ba10fabae1267878841 (diff)
downloadpfsense-223ef06a4172e9aecfd41f857ae778187e27b1e0.zip
pfsense-223ef06a4172e9aecfd41f857ae778187e27b1e0.tar.gz
Use !=
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 0cf1b84..7d051a9 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1342,7 +1342,7 @@ function enable_watchdog() {
function system_check_reset_button() {
global $g;
- if(!$g['platform'] == "nanobsd")
+ if($g['platform'] != "nanobsd")
return 0;
$specplatform = system_identify_specific_platform();
OpenPOWER on IntegriCloud