2013-05-07 Sergio Martin <sergio.martin@artica.es>
* include/functions_config.php: Set a default value to enable_metaconsole_netflow config token to avoid metaconsole ugly notice for bug #2210 git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8108 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
8f9521bbf3
commit
5fd283d9a8
|
@ -1,3 +1,9 @@
|
|||
2013-05-07 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_config.php: Set a default value to
|
||||
enable_metaconsole_netflow config token to avoid metaconsole
|
||||
ugly notice for bug #2210
|
||||
|
||||
2013-05-06 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/group_view.php, godmode/groups/group_list.php,
|
||||
|
|
|
@ -980,6 +980,10 @@ function config_process_config () {
|
|||
if (!isset ($config['meta_num_elements'])) {
|
||||
config_update_value('meta_num_elements', 100);
|
||||
}
|
||||
|
||||
if (!isset ($config['enable_metaconsole_netflow'])) {
|
||||
config_update_value('enable_metaconsole_netflow', 0);
|
||||
}
|
||||
}
|
||||
|
||||
if (!isset ($config['relative_path']) && (isset ($_POST['nick'])
|
||||
|
|
Loading…
Reference in New Issue