Files
librenms/includes/osdiscovery/brother.inc.php
T
2010-07-18 22:43:27 +00:00

10 lines
98 B
PHP

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