2013-02-04 Ramon Novoa <rnovoa@artica.es>

* include/functions_config.php: Added the config variable
	  netflow_disable_custom_lvfilters.



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7577 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
Ramon Novoa 2013-02-04 16:57:39 +00:00
parent d2eb095526
commit 639e0edcb0
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-02-04 Ramon Novoa <rnovoa@artica.es>
* include/functions_config.php: Added the config variable
netflow_disable_custom_lvfilters.
2013-02-04 Miguel de Dios <miguel.dedios@artica.es>
* operation/events/events.php: fixed exotic bug with the var name

View File

@ -613,6 +613,10 @@ function config_process_config () {
config_update_value('netflow_disable_custom_lvfilters', 100);
}
if (!isset ($config['netflow_disable_custom_lvfilters'])) {
config_update_value ( 'netflow_disable_custom_lvfilters', 0);
}
if (!isset ($config['auth'])) {
config_update_value ( 'auth', 'mysql');
}