芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/public_html/ebpt.pulsehost.co.uk/wp-content/plugins/lte-ext/inc/demo/config.php
true, ); global $wpdb; $cfg['db.backup.exclude_options'] = array( $wpdb->prefix .'user_roles' => true, 'admin_email' => true, 'cron' => true, 'mailserver_login' => true, 'mailserver_pass' => true, 'mailserver_port' => true, 'mailserver_url' => true, 'ftp_credentials' => true, 'use_ssl' => true, 'WPLANG' => true, 'recently_edited' => true, 'current_theme' => true, ); $cfg['db.restore.keep_options'] = array_merge( $cfg['db.backup.exclude_options'], array( 'home' => true, 'siteurl' => true, 'date_format' => true, 'links_updated_date_format' => true, 'time_format' => true, 'timezone_string' => true, 'gmt_offset' => true, 'start_of_week' => true, 'rewrite_rules' => true, 'ping_sites' => true, 'upload_path' => true, 'upload_url_path' => true, 'uploads_use_yearmonth_folders' => true, 'users_can_register' => true, 'use_smilies' => true, 'use_trackback' => true, 'blogname' => true, 'blogdescription' => true, 'blog_charset' => true, 'active_plugins' => true, 'uninstall_plugins' => true, 'recently_activated' => true, 'moderation_notify' => true, 'blacklist_keys' => true, 'comment_registration' => true, 'default_role' => true, 'blog_public' => true, 'can_compress_scripts' => true, 'template' => true, 'stylesheet' => true, ) ); $cfg['max_timeout'] = 60 * 10; $cfg['dirs.destination'] = lte_ext_backups_destination_directory();