Files
librenms/includes/osdiscovery/discover-brother.php
T
2010-07-17 18:00:26 +00:00

10 lines
98 B
PHP

<?php
if (!$os) {
if (preg_match("/Brother NC-.*h,/", $sysDescr)) { $os = "brother"; }
}
?>