mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
Update route.inc.php
Change if condition
This commit is contained in:
@@ -19,7 +19,7 @@
|
|||||||
//like the others, so if i use the context, you will have the same information n time the context how have the same VRF
|
//like the others, so if i use the context, you will have the same information n time the context how have the same VRF
|
||||||
global $debug;
|
global $debug;
|
||||||
|
|
||||||
if ($config['enable_route']) {
|
if ($config['discovery_modules']['route']) {
|
||||||
$ids = array();
|
$ids = array();
|
||||||
|
|
||||||
// For the moment only will be cisco and the version 3
|
// For the moment only will be cisco and the version 3
|
||||||
|
|||||||
Reference in New Issue
Block a user