2016-09-22 23:03:44 +03:00

6 lines
86 B
PHP

<?php
if (str_contains($sysDescr, array('Raritan', 'PX2'))) {
$os = 'raritan';
}