diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 7aff9d2b38..2fabde0e19 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2009-08-18 Miguel de Dios + * include/functions_config.php: add to save the attachment_store config + value. + 2009-08-18 Miguel de Dios * godmode/reporting/reporting_builder.php: add filter parameter in ajax that pick the modules for select in form. The parameter is filter that don't diff --git a/pandora_console/include/functions_config.php b/pandora_console/include/functions_config.php index ab98d69f5f..65ac6ad108 100644 --- a/pandora_console/include/functions_config.php +++ b/pandora_console/include/functions_config.php @@ -105,6 +105,7 @@ function update_config () { update_config_value ('status_images_set', (string) get_parameter ('status_images_set', $config["status_images_set"])); update_config_value ('agentaccess', (int) get_parameter ('agentaccess', $config['agentaccess'])); update_config_value ('flash_charts', (bool) get_parameter ('flash_charts', $config["flash_charts"])); + update_config_value ('attachment_store', (string) get_parameter ('attachment_store', $config["attachment_store"])); } /**