From 47cce07033c7d04612e648d8b34cb73cfb7f12ad Mon Sep 17 00:00:00 2001 From: mdtrooper Date: Tue, 18 Aug 2009 13:34:53 +0000 Subject: [PATCH] 2009-08-18 Miguel de Dios * include/functions_config.php: add to save the attachment_store config value. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1860 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 4 ++++ pandora_console/include/functions_config.php | 1 + 2 files changed, 5 insertions(+) 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"])); } /**