librenms/includes/osdiscovery/discover-procurve.php
2010-07-17 17:26:47 +00:00

11 lines
86 B
PHP
Executable File

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