Updated support for Brother printers

This commit is contained in:
laf 2016-08-20 11:42:05 +01:00
parent c763d4deff
commit 03af171f22

View File

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