| Server IP : 5.129.245.98 / Your IP : 216.73.217.19 Web Server : Apache/2.4.66 (Debian) System : Linux 1b8c17c336b9 6.8.0-111-generic #111-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 11 23:16:02 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/plugins/wp-all-import-pro/config/ |
Upload File : |
<?php
/**
* List of plugin optins, contains only default values, actual values are stored in database
* and can be changed by corresponding wordpress function calls
*/
$config = array(
"info_api_url" => "https://www.wpallimport.com",
"info_api_url_new" => "https://update.wpallimport.com",
"history_file_count" => 10000,
"history_file_age" => 365,
"highlight_limit" => 10000,
"upload_max_filesize" => 2048,
"post_max_size" => 2048,
"max_input_time" => -1,
"max_execution_time" => 0,
"dismiss" => 0,
"dismiss_speed_up" => 0,
"html_entities" => 0,
"utf8_decode" => 0,
"cron_job_key" => wp_all_import_url_title(wp_all_import_rand_char(12)),
"chunk_size" => 32,
"pingbacks" => 1,
"backups_prompt" => 1,
"pmxi_auto_retry_import" => 0,
"pmxi_file_download_timeout" => 5,
"legacy_special_character_handling" => 1,
"case_sensitive" => 1,
"session_mode" => 'default',
"enable_ftp_import" => 0,
"large_feed_limit" => 1000,
"cron_processing_time_limit" => 59,
"secure" => 1,
"log_storage" => 5,
"cron_sleep" => "",
"port" => "",
"google_client_id" => "",
"google_signature" => "",
"licenses" => array(),
"statuses" => array(),
"force_stream_reader" => 0,
"scheduling_license" => "",
"scheduling_license_status" => "",
);