Files
librenms-librenms/includes/discovery/os/packetshaper.inc.php
2016-09-23 01:26:54 +03:00

6 lines
82 B
PHP

<?php
if (str_contains($sysDescr, 'PacketShaper')) {
$os = 'packetshaper';
}