crcro 97e9a7f692 i
2016-09-24 16:24:07 +03:00

6 lines
74 B
PHP

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