fix for issue #4089

This commit is contained in:
crcro
2016-08-19 12:08:19 +03:00
parent f0c82498b5
commit bd14338fec

View File

@ -6,5 +6,8 @@ if (!$os) {
}
else if (preg_match('/eCos-[0-9.]+/', $sysDescr)) {
$os = 'procurve';
} elseif (preg_match('/HP(.+)2530(.+)/', $sysDescr)) {
//hp aruba 2530 series
$os = 'procurve';
}
}