Update edge-core.inc.php

This commit is contained in:
Tony Murray
2016-09-27 14:38:35 -05:00
committed by GitHub
parent ef59d5110f
commit 82a7d3fa5f
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.259.6.10.94')) {
if (starts_with($sysObjectId, '.1.3.6.1.4.1.259.6.10.94')) {
$os = 'edge-core';
}
}