8 lines
91 B
PHP
Raw Normal View History

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