2013-09-12 Ramon Novoa <rnovoa@artica.es>

* include/functions_config.php: Removed some code that set
	  netflow_disable_custom_lvfilters to an invalid value.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8761 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
ramonn 2013-09-12 08:18:51 +00:00
parent db26cb849b
commit 05037374d3
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2013-09-12 Ramon Novoa <rnovoa@artica.es>
* include/functions_config.php: Removed some code that set
netflow_disable_custom_lvfilters to an invalid value.
2013-09-11 Ramon Novoa <rnovoa@artica.es>
* godmode/agentes/module_manager_editor.php,

View File

@ -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);
}