Add Canon iR Support

#3025
This commit is contained in:
Rosiak
2016-02-20 11:04:23 +01:00
parent 838bec63e4
commit 66acb724c0

View File

@@ -1,7 +1,7 @@
<?php
if (!$os) {
// Canon Multifunction Printer/Scanner
if (strstr($sysDescr, 'Canon MF')) {
if (strstr($sysDescr, 'Canon MF') || strstr($sysDescr, 'Canon iR')) {
$os = 'canonprinter';
}
}