2016-09-22 23:10:34 +03:00

6 lines
71 B
PHP

<?php
if (starts_with($sysDescr, 'Tranzeo')) {
$os = 'tranzeo';
}