2015-04-28 22:58:03 +02:00

8 lines
78 B
PHP

<?php
if (!$os)
{
if (strstr($sysDescr, "SAN-OS")) { $os = "sanos"; }
}
?>