Merge pull request #2760 from Tawmu/Add-Samsung-SCX

This commit is contained in:
Søren Rosiak
2016-01-13 16:30:50 +01:00
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX')) {
if (strstr($sysDescr, 'Samsung CLX') || strstr($sysDescr, 'Samsung SCX')) {
$os = 'samsungprinter';
}
}