8 lines
110 B
PHP
Raw Normal View History

<?php
2015-07-13 20:10:26 +02:00
if (!$os) {
if (strstr($sysDescr, 'AT-8000')) {
$os = 'radlan';
} //end if
}