Updated network to support old style format, docs provided

This commit is contained in:
laf
2015-08-01 18:14:55 +00:00
parent 8a54cddaf2
commit 3484581dd6
5 changed files with 279 additions and 2 deletions
+3
View File
@@ -794,5 +794,8 @@ $config['leaflet']['default_lat'] = '50.898482';
$config['leaflet']['default_lng'] = '-3.401402';
$config['leaflet']['default_zoom'] = 2;
// General GUI options
$config['gui']['network-map']['style'] = 'new';//old is also valid
// Navbar variables
$config['navbar']['manage_groups']['hide'] = 0;