mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-04 00:11:51 +02:00
Initialise arrays needed for merge
This commit is contained in:
@@ -36,6 +36,8 @@ $tmp_devices = array();
|
|||||||
$tmp_ids = array();
|
$tmp_ids = array();
|
||||||
$tmp_links = array();
|
$tmp_links = array();
|
||||||
$tmp_link_ids = array();
|
$tmp_link_ids = array();
|
||||||
|
$ports = array();
|
||||||
|
$devices = array();
|
||||||
|
|
||||||
if (in_array('mac',$config['network_map_items'])) {
|
if (in_array('mac',$config['network_map_items'])) {
|
||||||
$ports = dbFetchRows("SELECT
|
$ports = dbFetchRows("SELECT
|
||||||
|
|||||||
Reference in New Issue
Block a user