2016-08-20 11:42:05 +01:00

8 lines
110 B
PHP

<?php
if (!$os) {
if (preg_match('/Brother NC-.*(h|w),/', $sysDescr)) {
$os = 'brother';
}
}