Neil Lathwood fedcd8eef0 refactor: OS discovery files (b) (#4531)
* refactor: OS discovery files (b)

* Switched order

* small if() if() fix
2016-09-23 20:53:55 -05:00

6 lines
76 B
PHP

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