mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00: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
|
||||
global $debug;
|
||||
|
||||
if ($config['enable_route']) {
|
||||
if ($config['discovery_modules']['route']) {
|
||||
$ids = array();
|
||||
|
||||
// For the moment only will be cisco and the version 3
|
||||
|
Reference in New Issue
Block a user