2016-09-22 02:34:17 +03:00

6 lines
171 B
PHP

<?php
if (str_contains($sysDescr, array('VRP (R) Software', 'VRP Software Version', 'Software Version VRP', 'Versatile Routing Platform Software'))) {
$os = 'vrp';
}