8 lines
112 B
PHP
Raw Normal View History

<?php
if (!$os) {
2015-07-13 20:10:26 +02:00
if (preg_match('/^Enterasys Networks/', $sysDescr)) {
$os = 'enterasys';
}
}