Removed " from ZyWall version number (#3693)

* Removed " from ZyWall version number

* Updated to str_replace
This commit is contained in:
Neil Lathwood
2016-06-21 18:34:26 +01:00
committed by Tony Murray
parent 7bc3e3e33e
commit cfea3ba13d

View File

@ -3,4 +3,5 @@
$hardware = $poll_device['sysDescr'];
$version = snmp_get($device, '.1.3.6.1.4.1.890.1.15.3.1.6.0', '-Osqv');
$version = str_replace('"', ' ', $version);
$serial = snmp_get($device, '1.3.6.1.4.1.890.1.15.3.1.12.0', '-Osqv');