2016-09-23 01:26:54 +03:00

6 lines
76 B
PHP

<?php
if (starts_with($sysDescr, 'Net Vision')) {
$os = 'netvision';
}