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

6 lines
98 B
PHP

<?php
if (str_contains($sysDescr, array('Brocade VDX', 'BR-VDX', 'VDX67'))) {
$os = 'nos';
}