mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
array keys are strings, duh
git-svn-id: http://www.observium.org/svn/observer/trunk@2863 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
# Tranzeo TR6CPQ, OS 6.3.34(1019), FW TR6-2.0.12CPQ, 2.4GHz, 15dBi int. antenna
|
||||
# Tranzeo TR900Rt, OS 6.8.0(1024), FW TR900-3.3.3Rt, 900MHz, 17dBi ext. antenna
|
||||
|
||||
list($hardware, $version, $features, $hardware_antenna) = explode(", ", $poll_device[sysDescr]);
|
||||
list($hardware, $version, $features, $hardware_antenna) = explode(", ", $poll_device['sysDescr']);
|
||||
|
||||
list(,$version) = explode(" ", $version);
|
||||
list($version) = explode("(", $version);
|
||||
|
||||
Reference in New Issue
Block a user