Files
librenms-librenms/includes/osdiscovery/discover-procurve.php
T
2009-11-24 23:58:56 +00:00

11 lines
85 B
PHP
Executable File

<?php
if(!$os) {
if(strstr($sysDescr, "ProCurve")) { $os = "procurve"; }
}
?>