missed file deletion (#6430)

This commit is contained in:
Tony Murray
2017-04-15 07:25:10 -05:00
committed by GitHub
parent fa731f3826
commit 801a563c10

View File

@ -1,7 +0,0 @@
<?php
if (preg_match('/.+Firmware Version \d+-\d+-\d+.+/', $sysDescr)) {
if (is_numeric(snmp_get($device, '.1.3.6.1.4.1.22626.1.5.2.1.3.0', '-Oqv', ''))) {
$os = 'cometsystem-p85xx';
}
}