2015-11-20 04:00:06 +00:00
|
|
|
<?php
|
2016-09-22 23:03:44 +03:00
|
|
|
|
|
|
|
|
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244'))) {
|
|
|
|
|
$os = 'quanta';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
if (str_contains($sysDescr, array('vxworks', 'Quanta'))) {
|
|
|
|
|
$os = 'quanta';
|
2015-11-20 04:00:06 +00:00
|
|
|
}
|