Merge remote-tracking branch 'upstream/master'

This commit is contained in:
SourceDoctor
2020-04-11 12:44:30 +02:00
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 B

After

Width:  |  Height:  |  Size: 3.7 KiB

+1 -1
View File
@@ -12,7 +12,7 @@ $oids = [
$data = snmp_get_multi($device, $oids, '-OQUs', $mibs);
$version = $data[0]['sysProductVersion'];
$hardware = $data[0]['sysPlatformInfoMarketingName'];
$serial = $data[0]['sysProductVersion'];
$serial = $data[0]['sysGeneralChassisSerialNum'];
unset($data, $oids);