mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-26 08:03:51 +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
|
||||
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