8 lines
109 B
PHP
Raw Normal View History

2015-10-28 21:56:59 +00:00
<?php
if (!$os) {
2015-10-28 21:56:59 +00:00
if (strstr($sysObjectId, '.1.3.6.1.4.1.11863.1.1')) {
$os = 'tplink';
}
}