2016-09-22 16:59:35 -05:00

10 lines
180 B
PHP

<?php
if (str_contains($sysDescr, 'NETOS 6.0')) {
$os = 'wxgoos';
}
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.901.1', '.1.3.6.1.4.1.17373'))) {
$os = 'wxgoos';
}