20 lines
260 B
PHP
Raw Normal View History

<?php
2015-07-13 20:10:26 +02:00
if (!$os) {
if (strstr($sysDescr, 'Raritan')) {
$os = 'raritan';
}
}
2015-07-13 20:10:26 +02:00
if (!$os) {
if (strstr($sysDescr, 'PX2')) {
$os = 'raritan';
}
2015-05-17 16:42:09 +02:00
}
2015-07-13 20:10:26 +02:00
if (!$os) {
if (strstr($sysDescr, 'Raritan')) {
$os = 'raritan';
}
}