Files
librenms/includes/discovery/os/raritan.inc.php
T
2011-08-14 11:25:18 +00:00

17 lines
164 B
PHP

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