Files
librenms-librenms/includes/osdiscovery/discover-speedtouch.php
T
2009-12-04 15:28:52 +00:00

10 lines
95 B
PHP
Executable File

<?php
if(!$os) {
if(strpos($sysDescr, "TG585v7") !== FALSE) { $os = "speedtouch"; }
}
?>