11 lines
173 B
PHP
Raw Normal View History

<?php
if (!$os) {
if (strstr($sysDescr, 'Xerox Phaser')) {
$os = 'xerox';
}
if (strstr($sysDescr, 'Xerox WorkCentre')) {
$os = 'xerox';
}
}