10 lines
85 B
PHP
Raw Normal View History

<?php
if(!$os) {
if(strstr($sysDescr, "RICOH Aficio")) { $os = "ricoh"; }
}
?>