crcro 43d3e16bc3 l
2016-09-24 16:34:54 +03:00

6 lines
70 B
PHP

<?php
if (str_contains($sysDescr, 'LANIER')) {
$os = 'lanier';
}