8 lines
86 B
PHP

<?php
if (!$os)
{
if (strstr($sysDescr, "EPSON Built-in")) { $os = "epson"; }
}
?>