diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 1d486015e4..36e035cbbc 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,8 @@ +2013-09-12 Ramon Novoa + + * include/functions_config.php: Removed some code that set + netflow_disable_custom_lvfilters to an invalid value. + 2013-09-11 Ramon Novoa * godmode/agentes/module_manager_editor.php, diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index ab3aebf32d..10375935c7 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -816,10 +816,6 @@ function config_process_config () { config_update_value ( 'netflow_max_resolution', '50'); } - if (!isset ($config['netflow_disable_custom_lvfilters'])) { - config_update_value('netflow_disable_custom_lvfilters', 100); - } - if (!isset ($config['netflow_disable_custom_lvfilters'])) { config_update_value ( 'netflow_disable_custom_lvfilters', 0); }