fix: Improve BDCOM detection (#4329)

This commit is contained in:
Søren Rosiak
2016-09-04 16:31:08 +01:00
committed by Neil Lathwood
parent 20a452912f
commit 96fc6a8ff8
+1 -1
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';
}
}