10 lines
109 B
PHP
Raw Normal View History

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