Merge pull request #2361 from laf/issue-2186

Basic support for SAF Lumina radios
This commit is contained in:
Daniel Preussker
2015-10-29 15:18:21 +00:00
4 changed files with 33 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.7571.100.1.1.5')) {
$os = 'saf';
}
}