11 lines
92 B
PHP

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