librenms/includes/discovery/os/bcm963.inc.php
2015-07-11 16:12:35 +02:00

8 lines
91 B
PHP

<?php
if (!$os) {
if (stristr($sysDescr, 'bcm963')) {
$os = 'bcm963';
}
}