2011-11-03 12:26:45 +00:00
|
|
|
<?php
|
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
if (!$os) {
|
|
|
|
if (preg_match('/^Avocent/', $sysDescr)) {
|
|
|
|
$os = 'avocent';
|
|
|
|
}
|
2011-11-03 12:26:45 +00:00
|
|
|
|
2015-07-10 13:36:21 +02:00
|
|
|
if (preg_match('/^AlterPath/', $sysDescr)) {
|
|
|
|
$os = 'avocent';
|
|
|
|
}
|
|
|
|
}
|