Files
librenms/includes/discovery/os/zywall.inc.php
T

8 lines
90 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'ZyWALL')) {
$os = 'zywall';
}
}