array( 'active' => false, 'text' => '' . html_print_image ("images/eye.png", true, array ("title" => __('Update manager'))) .'')); ui_print_page_header (__('Update manager').' - '. __('Settings'), "images/extensions.png", false, "", true, $buttons); if ($update_settings) { foreach ($_POST['keys'] as $key => $value) { um_db_update_setting ($key, $value); } if (!enterprise_installed()) { global $conf_update_pandora; if (empty($conf_update_pandora)) $conf_update_pandora = update_pandora_get_conf(); $conf_update_pandora['download_mode'] = get_parameter('download_mode', 'curl'); update_pandora_update_conf(); } echo "