7 lines
91 B
PHP
Raw Normal View History

<?php
if (!$os) {
if (strstr($sysDescr, 'SHARP MX-')) {
$os = 'sharp';
}
}