Files
librenms/includes/discovery/os/brother.inc.php
T
2011-03-14 19:16:40 +00:00

8 lines
95 B
PHP

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