crcro f1b25d1457 k
2016-09-24 16:31:36 +03:00

6 lines
79 B
PHP

<?php
if (str_contains($sysDescr, 'KONICA MINOLTA ')) {
$os = 'konica';
}