2015-04-28 22:58:03 +02:00

8 lines
76 B
PHP

<?php
if (!$os)
{
if (strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
}
?>