summaryrefslogtreecommitdiffstats
path: root/etc/inc/system.inc
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2015-01-20 16:53:59 -0500
committerjim-p <jimp@pfsense.org>2015-01-20 16:53:59 -0500
commitde16863d9e65581d1efe76082849b2f4669002e5 (patch)
tree4875da7f86b010d77df9422290ecb3292228044a /etc/inc/system.inc
parentca276264ee3289e308f33bfc6d87217d108f4a13 (diff)
downloadpfsense-de16863d9e65581d1efe76082849b2f4669002e5.zip
pfsense-de16863d9e65581d1efe76082849b2f4669002e5.tar.gz
The reset button check should happen on all platforms, not only NanoBSD
Diffstat (limited to 'etc/inc/system.inc')
-rw-r--r--etc/inc/system.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/etc/inc/system.inc b/etc/inc/system.inc
index 8c61e6b..c47163c 100644
--- a/etc/inc/system.inc
+++ b/etc/inc/system.inc
@@ -1984,8 +1984,6 @@ function enable_watchdog() {
function system_check_reset_button() {
global $g;
- if($g['platform'] != "nanobsd")
- return 0;
$specplatform = system_identify_specific_platform();
OpenPOWER on IntegriCloud