Added Basic Support für Enterasys Devices

This commit is contained in:
vitalisator
2015-06-08 14:27:33 +02:00
parent aa6ffa137b
commit 267f07e1b2
4 changed files with 25 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
if (!$os) {
if (preg_match("/^Enterasys Networks/", $sysDescr)) {
$os = "enterasys";
}
}
?>