This commit is contained in:
Clint Armstrong
2015-07-22 12:17:34 -04:00
parent 44c4533d41
commit 735868c202

View File

@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (preg_match('/^Linux/', $sysDescr) && $sysObjectID != '.1.3.6.1.4.1.674.10892.2') {
if (preg_match('/^Linux/', $sysDescr) && $sysObjectId != '.1.3.6.1.4.1.674.10892.2') {
$os = 'linux';
}