Files
librenms-librenms/includes/discovery/os/brother.inc.php

10 lines
98 B
PHP

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