mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
@@ -12,7 +12,7 @@
|
||||
*/
|
||||
$pagetitle[] = 'Map';
|
||||
|
||||
if ($config['gui']['network-map']['style'] == 'old') {
|
||||
if (\LibreNMS\Config::get('gui.network-map.style') == 'old') {
|
||||
print_error('You are using the old style network map, a global map is not available');
|
||||
} else {
|
||||
require_once 'includes/html/print-map.inc.php';
|
||||
|
Reference in New Issue
Block a user