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