librenms-librenms/includes/osdiscovery/discover-bcm963.php

11 lines
92 B
PHP

<?php
if(!$os) {
if(stripos($sysDescr, "bcm963") !== FALSE) { $os = "bcm963"; }
}
?>