mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Updated network to support old style format, docs provided
This commit is contained in:
@@ -11,4 +11,10 @@
|
||||
* the source code distribution for details.
|
||||
*/
|
||||
$pagetitle[] = 'Map';
|
||||
require_once 'includes/print-map.inc.php';
|
||||
|
||||
if ($config['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/print-map.inc.php';
|
||||
}
|
||||
|
Reference in New Issue
Block a user