2010-07-20 14:03:54 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-13 20:10:26 +02:00
|
|
|
if (!$os) {
|
|
|
|
if (strstr($sysObjectId, '.1.3.6.1.4.1.30155.23.1')) {
|
|
|
|
$os = 'openbsd';
|
|
|
|
} //end if
|
|
|
|
if (preg_match('/OpenBSD/', $sysDescr)) {
|
|
|
|
$os = 'openbsd';
|
|
|
|
} //end if
|
2010-07-20 14:03:54 +00:00
|
|
|
}
|