2016-09-22 02:10:50 +03:00

6 lines
126 B
PHP

<?php
if (str_contains($sysDescr, array('Xerox Phaser', 'Xerox WorkCentre', 'FUJI XEROX DocuPrint'))) {
$os = 'xerox';
}