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

6 lines
71 B
PHP

<?php
if (str_contains($sysDescr, 'NX-OS(tm)')) {
$os = 'nxos';
}