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:
parent
db26cb849b
commit
05037374d3
|
@ -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,
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue