2015-06-08 14:27:33 +02:00

10 lines
109 B
PHP

<?php
if (!$os) {
if (preg_match("/^Enterasys Networks/", $sysDescr)) {
$os = "enterasys";
}
}
?>