2016-04-25 08:26:46 +02:00

8 lines
105 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'Viprinet VPN Router')) {
$os = 'viprinux';
}
}