2015-07-11 16:12:35 +02:00

8 lines
99 B
PHP

<?php
if (!$os) {
if (strstr($sysDescr, 'Novell NetWare')) {
$os = 'netware';
}
}