10 lines
84 B
PHP

<?php
if(!$os) {
if(strstr($sysDescr, "OKI OkiLAN")) { $os = "okilan"; }
}
?>