2015-05-11 15:54:57 +01:00

8 lines
91 B
PHP

<?php
if (!$os) {
if (stristr($sysDescr, "NetApp")) {
$os = "netapp";
}
}