Your amazon s3 setting has been saved.
'; } $wp_db_backup_destination_s3 = get_option( 'wp_db_backup_destination_s3',0); $wpdb_dest_amazon_s3_bucket = get_option( 'wpdb_dest_amazon_s3_bucket',null); $wpdb_dest_amazon_s3_bucket_key = get_option( 'wpdb_dest_amazon_s3_bucket_key',null); $wpdb_dest_amazon_s3_bucket_secret = get_option( 'wpdb_dest_amazon_s3_bucket_secret',null); $wpdbbkp_amazon_s3_status = ' '; if($wp_db_backup_destination_s3==1 && !empty($wpdb_dest_amazon_s3_bucket) && !empty($wpdb_dest_amazon_s3_bucket_key) && !empty($wpdb_dest_amazon_s3_bucket_secret)) { $wpdbbkp_amazon_s3_status=' '; } ?>