Added additional discovery check for Ricoh printers

This commit is contained in:
laf
2016-05-03 22:51:11 +00:00
parent e12f670de7
commit fb8011adb7

View File

@@ -4,4 +4,8 @@ if (!$os) {
if (strstr($sysDescr, 'RICOH Aficio')) {
$os = 'ricoh';
}
if (stristr($sysDescr, 'RICOH Network Printer')) {
$os = 'ricoh';
}
}