Add detection for 3com Baseline switches

This commit is contained in:
Kevin Fleshman
2015-03-09 10:07:01 -07:00
parent 25508a3d03
commit 9b940bdba4
+2 -1
View File
@@ -4,6 +4,7 @@ if (!$os)
{
if (strstr($sysDescr, "3Com Switch ")) { $os = "3com"; }
else if (strstr($sysDescr, "3Com SuperStack")) { $os = "3com"; }
else if (strstr($sysDescr, "3Com Baseline")) { $os = "3com"; }
}
?>
?>