Added netapp detection and disk support

This commit is contained in:
laf
2015-05-11 15:54:57 +01:00
parent 6a7152938f
commit f7aee3520a
4 changed files with 27 additions and 3 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (stristr($sysDescr, "NetApp")) {
$os = "netapp";
}
}