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

6 lines
79 B
PHP

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