2016-09-21 12:53:39 -05:00

6 lines
79 B
PHP

<?php
if (str_contains($sysDescr, 'SensorProbe', true)) {
$os = 'akcp';
}