Update quanta.inc.php

This commit is contained in:
Neil Lathwood
2016-09-27 09:03:22 +01:00
committed by GitHub
parent 64fdeeb87f
commit 812cf1c29d

View File

@@ -1,5 +1,5 @@
<?php
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'),true)) {
if (starts_with($sysObjectId, array('.1.3.6.1.4.1.4413', '.1.3.6.1.4.1.7244')) && str_contains($sysDescr, array('vxworks', 'quanta'), true)) {
$os = 'quanta';
}