6 lines
79 B
PHP
Raw Normal View History

<?php
2016-09-22 02:34:17 +03:00
2016-09-22 16:06:08 +03:00
if (str_contains($sysDescr, array('SHARP MX-'))) {
2016-09-22 02:34:17 +03:00
$os = 'sharp';
}