17 lines
164 B
PHP
Raw Normal View History

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