Updated NX-OS to avoid conflicts elsewhere

This commit is contained in:
laf
2015-06-29 16:28:58 +01:00
parent 116a64deb9
commit 57159cc8cd

View File

@ -2,7 +2,7 @@
if (!$os)
{
if (strstr($sysDescr, "NX-OS")) { $os = "nxos"; }
if (strstr($sysDescr, "NX-OS(tm)")) { $os = "nxos"; }
}
?>
?>