10 lines
83 B
PHP

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