Files
librenms/includes/discovery/os/procurve.inc.php
T
2011-03-14 19:16:40 +00:00

8 lines
84 B
PHP
Executable File

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