8 lines
105 B
PHP
Raw Normal View History

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