8 lines
111 B
PHP
Raw Normal View History

<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.5596.130.6.4.1')) {
$os = 'vcs';
}
}