Neil Lathwood fedcd8eef0 refactor: OS discovery files (b) (#4531)
* refactor: OS discovery files (b)

* Switched order

* small if() if() fix
2016-09-23 20:53:55 -05:00

6 lines
84 B
PHP

<?php
if (starts_with($sysObjectId, '.1.3.6.1.4.1.3320.1')) {
$os = 'bdcom';
}