fix: Improve BDCOM detection (#4329)

This commit is contained in:
Søren Rosiak
2016-09-04 18:31:08 +03:00
committed by Neil Lathwood
parent 20a452912f
commit 96fc6a8ff8

View File

@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.3320.1.185')) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.3320.1')) {
$os = 'bdcom';
}
}