8 lines
91 B
PHP
Raw Normal View History

<?php
if (!$os) {
2015-07-13 20:10:26 +02:00
if (stristr($sysDescr, 'NetApp')) {
$os = 'netapp';
}
}