fixed OS variable

This commit is contained in:
flatterlight
2015-12-30 02:50:18 +01:00
parent 936b17d294
commit 9844915107
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX')) {
$os = 'samsungprinterOS';
$os = 'samsungprinter';
}
}