summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2016-04-23 03:14:46 -0500
committerChris Buechler <cmb@pfsense.org>2016-04-23 03:14:46 -0500
commit35c8b89170a203ee72225e056351f4b3105d81ff (patch)
treef3570610703b217bc850dc2f9dc50f6349a4c40f /src
parentb4594d39ab0099d23999dd4ead044b424e77db3a (diff)
downloadpfsense-35c8b89170a203ee72225e056351f4b3105d81ff.zip
pfsense-35c8b89170a203ee72225e056351f4b3105d81ff.tar.gz
Hyper-V SMART - didn't intend to commit that part. Ticket #6147
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/widgets/widgets/smart_status.widget.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/usr/local/www/widgets/widgets/smart_status.widget.php b/src/usr/local/www/widgets/widgets/smart_status.widget.php
index 16beb40..42feb40 100644
--- a/src/usr/local/www/widgets/widgets/smart_status.widget.php
+++ b/src/usr/local/www/widgets/widgets/smart_status.widget.php
@@ -62,10 +62,6 @@ require_once("pfsense-utils.inc");
require_once("functions.inc");
require_once("/usr/local/www/widgets/include/smart_status.inc");
-$specplatform = system_identify_specific_platform();
-if ($specplatform['name'] == "Hyper-V") {
- exit;
-}
?>
<table class="table table-striped table-hover">
OpenPOWER on IntegriCloud