-- phpMyAdmin SQL Dump
-- version 4.9.7
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Nov 30, 2021 at 02:34 PM
-- Server version: 5.7.36
-- PHP Version: 7.3.32

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
SET AUTOCOMMIT = 0;
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `usses_wp`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2020-09-23 19:52:11', '2020-09-23 19:52:11', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_draft_submissions`
--

CREATE TABLE `wp_gf_draft_submissions` (
  `uuid` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `email` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `form_id` mediumint(10) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `submission` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_entry`
--

CREATE TABLE `wp_gf_entry` (
  `id` int(10) UNSIGNED NOT NULL,
  `form_id` mediumint(10) UNSIGNED NOT NULL,
  `post_id` bigint(10) UNSIGNED DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_starred` tinyint(10) NOT NULL DEFAULT '0',
  `is_read` tinyint(10) NOT NULL DEFAULT '0',
  `ip` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `source_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_agent` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `currency` varchar(5) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_status` varchar(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `payment_date` datetime DEFAULT NULL,
  `payment_amount` decimal(19,2) DEFAULT NULL,
  `payment_method` varchar(30) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `transaction_id` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_fulfilled` tinyint(10) DEFAULT NULL,
  `created_by` bigint(10) UNSIGNED DEFAULT NULL,
  `transaction_type` tinyint(10) DEFAULT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_entry_meta`
--

CREATE TABLE `wp_gf_entry_meta` (
  `id` bigint(10) UNSIGNED NOT NULL,
  `form_id` mediumint(10) UNSIGNED NOT NULL DEFAULT '0',
  `entry_id` bigint(10) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci,
  `item_index` varchar(60) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_entry_notes`
--

CREATE TABLE `wp_gf_entry_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `entry_id` int(10) UNSIGNED NOT NULL,
  `user_name` varchar(250) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `user_id` bigint(10) DEFAULT NULL,
  `date_created` datetime NOT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci,
  `note_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `sub_type` varchar(50) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_form`
--

CREATE TABLE `wp_gf_form` (
  `id` mediumint(10) UNSIGNED NOT NULL,
  `title` varchar(150) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `date_created` datetime NOT NULL,
  `date_updated` datetime DEFAULT NULL,
  `is_active` tinyint(10) NOT NULL DEFAULT '1',
  `is_trash` tinyint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_form_meta`
--

CREATE TABLE `wp_gf_form_meta` (
  `form_id` mediumint(10) UNSIGNED NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `entries_grid_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `confirmations` longtext COLLATE utf8mb4_unicode_520_ci,
  `notifications` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_form_revisions`
--

CREATE TABLE `wp_gf_form_revisions` (
  `id` bigint(10) UNSIGNED NOT NULL,
  `form_id` mediumint(10) UNSIGNED NOT NULL,
  `display_meta` longtext COLLATE utf8mb4_unicode_520_ci,
  `date_created` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_form_view`
--

CREATE TABLE `wp_gf_form_view` (
  `id` bigint(10) UNSIGNED NOT NULL,
  `form_id` mediumint(10) UNSIGNED NOT NULL,
  `date_created` datetime NOT NULL,
  `ip` char(15) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `count` mediumint(10) UNSIGNED NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_gf_rest_api_keys`
--

CREATE TABLE `wp_gf_rest_api_keys` (
  `key_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `nonces` longtext COLLATE utf8mb4_unicode_520_ci,
  `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `last_access` datetime DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'siteurl', 'https://usses.beanstalkweb.com', 'yes'),
(2, 'home', 'https://usses.beanstalkweb.com', 'yes'),
(3, 'blogname', 'USSES - DEV', 'yes'),
(4, 'blogdescription', 'Just another WordPress site', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'mike@beanstalkwebsolutions.com', 'yes'),
(7, 'start_of_week', '1', 'yes'),
(8, 'use_balanceTags', '0', 'yes'),
(9, 'use_smilies', '1', 'yes'),
(10, 'require_name_email', '1', 'yes'),
(11, 'comments_notify', '1', 'yes'),
(12, 'posts_per_rss', '10', 'yes'),
(13, 'rss_use_excerpt', '0', 'yes'),
(14, 'mailserver_url', 'mail.example.com', 'yes'),
(15, 'mailserver_login', 'login@example.com', 'yes'),
(16, 'mailserver_pass', 'password', 'yes'),
(17, 'mailserver_port', '110', 'yes'),
(18, 'default_category', '1', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:23:{i:0;s:31:\"query-monitor/query-monitor.php\";i:1;s:29:\"gravityforms/gravityforms.php\";i:2;s:34:\"advanced-custom-fields-pro/acf.php\";i:3;s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";i:4;s:27:\"autoptimize/autoptimize.php\";i:5;s:47:\"better-search-replace/better-search-replace.php\";i:6;s:33:\"classic-editor/classic-editor.php\";i:7;s:36:\"contact-form-7/wp-contact-form-7.php\";i:8;s:53:\"contact-form-submissions/contact-form-submissions.php\";i:9;s:37:\"disable-comments/disable-comments.php\";i:10;s:27:\"js_composer/js_composer.php\";i:11;s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";i:12;s:37:\"rocket-lazy-load/rocket-lazy-load.php\";i:13;s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";i:14;s:46:\"under-construction-page/under-construction.php\";i:15;s:33:\"user-switching/user-switching.php\";i:16;s:21:\"usersnap/usersnap.php\";i:17;s:15:\"usses/usses.php\";i:18;s:33:\"w3-total-cache/w3-total-cache.php\";i:19;s:29:\"webp-express/webp-express.php\";i:20;s:23:\"wordfence/wordfence.php\";i:21;s:24:\"wordpress-seo/wp-seo.php\";i:22;s:33:\"wps-hide-login/wps-hide-login.php\";}', 'yes'),
(34, 'category_base', '', 'yes'),
(35, 'ping_sites', 'http://rpc.pingomatic.com/', 'yes'),
(36, 'comment_max_links', '2', 'yes'),
(37, 'gmt_offset', '0', 'yes'),
(38, 'default_email_category', '1', 'yes'),
(39, 'recently_edited', 'a:5:{i:0;s:49:\"/home/usses/dev/wp-content/themes/usses/style.css\";i:1;s:53:\"/home/usses/dev/wp-content/themes/usses/page-home.php\";i:3;s:54:\"/home/usses/dev/wp-content/themes/usses/page-about.php\";i:4;s:53:\"/home/usses/dev/wp-content/themes/usses/functions.php\";i:5;s:53:\"/home/usses/dev/wp-content/themes/usses/js/counter.js\";}', 'no'),
(40, 'template', 'usses', 'yes'),
(41, 'stylesheet', 'usses', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '49752', 'yes'),
(47, 'uploads_use_yearmonth_folders', '1', 'yes'),
(48, 'upload_path', '', 'yes'),
(49, 'blog_public', '0', 'yes'),
(50, 'default_link_category', '2', 'yes'),
(51, 'show_on_front', 'page', 'yes'),
(52, 'tag_base', '', 'yes'),
(53, 'show_avatars', '1', 'yes'),
(54, 'avatar_rating', 'G', 'yes'),
(55, 'upload_url_path', '', 'yes'),
(56, 'thumbnail_size_w', '150', 'yes'),
(57, 'thumbnail_size_h', '150', 'yes'),
(58, 'thumbnail_crop', '1', 'yes'),
(59, 'medium_size_w', '300', 'yes'),
(60, 'medium_size_h', '300', 'yes'),
(61, 'avatar_default', 'mystery', 'yes'),
(62, 'large_size_w', '1024', 'yes'),
(63, 'large_size_h', '1024', 'yes'),
(64, 'image_default_link_type', 'none', 'yes'),
(65, 'image_default_size', '', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', 'yes'),
(72, 'comments_per_page', '50', 'yes'),
(73, 'default_comments_page', 'newest', 'yes'),
(74, 'comment_order', 'asc', 'yes'),
(75, 'sticky_posts', 'a:0:{}', 'yes'),
(76, 'widget_categories', 'a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:3:{s:27:\"autoptimize/autoptimize.php\";s:29:\"autoptimizeMain::on_uninstall\";s:29:\"webp-express/webp-express.php\";a:2:{i:0;s:28:\"\\WebPExpress\\PluginUninstall\";i:1;s:9:\"uninstall\";}s:46:\"under-construction-page/under-construction.php\";a:2:{i:0;s:3:\"UCP\";i:1;s:9:\"uninstall\";}}', 'no'),
(80, 'timezone_string', 'America/Chicago', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '2', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '0', 'yes'),
(87, 'medium_large_size_w', '768', 'yes'),
(88, 'medium_large_size_h', '0', 'yes'),
(89, 'wp_page_for_privacy_policy', '3', 'yes'),
(90, 'show_comments_cookies_opt_in', '1', 'yes'),
(91, 'admin_email_lifespan', '1651604236', 'yes'),
(92, 'disallowed_keys', '', 'no'),
(93, 'comment_previously_approved', '1', 'yes'),
(94, 'auto_plugin_theme_update_emails', 'a:0:{}', 'no'),
(95, 'initial_db_version', '48748', 'yes'),
(96, 'wp_user_roles', 'a:8:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:65:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"wf2fa_activate_2fa_self\";b:1;s:25:\"wf2fa_activate_2fa_others\";b:1;s:21:\"wf2fa_manage_settings\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:8:\"exporter\";a:2:{s:4:\"name\";s:8:\"Exporter\";s:12:\"capabilities\";a:0:{}}s:14:\"exporter-admin\";a:2:{s:4:\"name\";s:14:\"Exporter Admin\";s:12:\"capabilities\";a:0:{}}s:5:\"ussec\";a:2:{s:4:\"name\";s:5:\"USSEC\";s:12:\"capabilities\";a:0:{}}s:11:\"ussec-admin\";a:2:{s:4:\"name\";s:11:\"USSEC Admin\";s:12:\"capabilities\";a:0:{}}s:15:\"exporter-viewer\";a:2:{s:4:\"name\";s:15:\"Exporter Viewer\";s:12:\"capabilities\";a:0:{}}}', 'yes'),
(97, 'fresh_site', '0', 'yes'),
(98, 'widget_search', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(99, 'widget_recent-posts', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(100, 'widget_recent-comments', 'a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(101, 'widget_archives', 'a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}', 'yes'),
(102, 'widget_meta', 'a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}', 'yes'),
(103, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:2:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";}s:13:\"array_version\";i:3;}', 'yes'),
(182, 'recently_activated', 'a:0:{}', 'yes'),
(196, 'gform_pending_installation', '', 'yes'),
(104, 'cron', 'a:19:{i:1638305531;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1638305550;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1638306810;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1638307905;a:1:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638335543;a:1:{s:15:\"ao_cachechecker\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638337739;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638345131;a:2:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1638378795;a:1:{s:26:\"wordfence_daily_autoUpdate\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638378810;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638378866;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638378888;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638388331;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638388344;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1638388357;a:1:{s:17:\"gravityforms_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638388406;a:4:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1638474731;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1638514800;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"7bc81b951a142f267d66751a7c5ba04e\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1638514800;}}}}i:1638774000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"4d4d974bbf29a07f11431dc79cbc2df9\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1638774000;}}}}s:7:\"version\";i:2;}', 'yes'),
(105, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(106, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(107, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(108, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(109, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(110, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(111, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(112, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(113, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(115, 'theme_mods_twentytwenty', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1600890764;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:9:\"sidebar-2\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}}}}', 'yes'),
(116, 'recovery_keys', 'a:0:{}', 'yes'),
(125, 'fs_debug_mode', '', 'yes'),
(126, 'fs_accounts', 'a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:5860;a:3:{s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}}s:11:\"plugin_data\";a:1:{s:28:\"advanced-nocaptcha-recaptcha\";a:15:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1600890732;s:16:\"sdk_last_version\";s:5:\"2.3.2\";s:11:\"sdk_version\";s:5:\"2.4.1\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:5:\"6.1.2\";s:14:\"plugin_version\";s:5:\"6.1.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:22:\"usses.beanstalkweb.com\";s:9:\"server_ip\";s:12:\"3.16.220.195\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1600890760;s:7:\"version\";s:5:\"6.1.2\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:28:\"advanced-nocaptcha-recaptcha\";}s:7:\"plugins\";a:1:{s:28:\"advanced-nocaptcha-recaptcha\";O:9:\"FS_Plugin\":23:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:38:\"Advanced noCaptcha & invisible Captcha\";s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:12:\"premium_slug\";s:44:\"advanced-nocaptcha-and-invisible-captcha-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:7:\"version\";s:5:\"6.1.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:3:\"PRO\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:10:\"public_key\";s:32:\"pk_8758a9fa397c3760defbec41e2e35\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"5860\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"0768bcf0f8260ad1d11949d4586d99d8\";}', 'yes'),
(11397, '_site_transient_timeout_theme_roots', '1638304150', 'no'),
(11398, '_site_transient_theme_roots', 'a:2:{s:5:\"usses\";s:7:\"/themes\";s:9:\"usses_old\";s:7:\"/themes\";}', 'no'),
(306, 'sendgrid_asm_permission', 'true', 'yes'),
(308, 'sendgrid_api_key', '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', 'yes'),
(309, 'sendgrid_reply_to', '', 'yes'),
(310, 'sendgrid_categories', '', 'yes'),
(311, 'sendgrid_stats_categories', '', 'yes'),
(312, 'sendgrid_template', '', 'yes'),
(313, 'sendgrid_api', 'api', 'yes'),
(314, 'sendgrid_port', '587', 'yes'),
(315, 'sendgrid_content_type', 'plaintext', 'yes'),
(319, 'sendgrid_unsubscribe_group', '0', 'yes'),
(124, 'fs_active_plugins', 'O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:37:\"advanced-nocaptcha-recaptcha/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.4.1\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1638304413;s:11:\"plugin_path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";}}s:7:\"abspath\";s:16:\"/home/usses/dev/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:8:\"sdk_path\";s:37:\"advanced-nocaptcha-recaptcha/freemius\";s:7:\"version\";s:5:\"2.4.1\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1638304413;}}', 'yes'),
(135, 'wpcf7', 'a:2:{s:7:\"version\";s:5:\"5.4.1\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1600890734;s:7:\"version\";s:5:\"5.2.2\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}', 'yes'),
(165, 'wf_plugin_act_error', '', 'yes'),
(168, 'wpseo', 'a:44:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:26:\"permalink_settings_changed\";s:29:\"indexables_indexing_completed\";b:0;s:7:\"version\";s:4:\"16.3\";s:16:\"previous_version\";s:6:\"15.2.1\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1600890744;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:12:\"/%postname%/\";s:8:\"home_url\";s:30:\"https://usses.beanstalkweb.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:0:{}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:1;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;}', 'yes'),
(140, 'disable_comments_options', 'a:4:{s:19:\"disabled_post_types\";a:5:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:10:\"attachment\";i:3;s:3:\"faq\";i:4;s:9:\"portfolio\";}s:17:\"remove_everywhere\";b:1;s:16:\"extra_post_types\";b:0;s:10:\"db_version\";i:6;}', 'yes'),
(155, 'wordfence_ls_version', '1.0.9', 'yes'),
(156, 'wordfence_version', '7.5.7', 'yes'),
(157, 'wordfence_case', '1', 'yes'),
(158, 'wordfence_installed', '1', 'yes'),
(159, 'autoptimize_version', '2.8.4', 'yes'),
(160, 'autoptimize_service_availablity', 'a:2:{s:12:\"extra_imgopt\";a:3:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:28:\"https://sp-ao.shortpixel.ai/\";}s:16:\"launch-threshold\";s:4:\"4096\";}s:7:\"critcss\";a:2:{s:6:\"status\";s:2:\"up\";s:5:\"hosts\";a:1:{i:1;s:24:\"https://criticalcss.com/\";}}}', 'yes'),
(161, 'autoptimize_ccss_version', 'AO_2.8.4', 'yes'),
(162, 'anr_admin_options', 'a:1:{s:7:\"version\";s:5:\"6.1.5\";}', 'yes'),
(164, 'wordfenceActivated', '1', 'yes'),
(169, 'yoast_migrations_free', 'a:1:{s:7:\"version\";s:4:\"16.3\";}', 'yes'),
(170, 'wpseo_titles', 'a:73:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:23:\"is-media-purge-relevant\";b:0;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"&raquo;\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:14:\"person_logo_id\";i:0;s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:15:\"company_logo_id\";i:0;s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;}', 'yes'),
(171, 'wpseo_social', 'a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}', 'yes'),
(172, 'wpseo_flush_rewrite', '1', 'yes'),
(203, 'fs_gdpr', 'a:1:{s:2:\"u0\";a:1:{s:8:\"required\";b:0;}}', 'yes'),
(186, 'vc_version', '6.4.1', 'yes'),
(199, 'gravityformsaddon_gravityformswebapi_version', '1.0', 'yes'),
(4909, 'auto_update_core_dev', 'enabled', 'yes'),
(4910, 'auto_update_core_minor', 'enabled', 'yes'),
(4911, 'auto_update_core_major', 'unset', 'yes'),
(405, 'gf_previous_db_version', '2.5.14', 'yes'),
(406, 'gf_upgrade_lock', '', 'yes'),
(407, 'gform_sticky_admin_messages', 'a:2:{s:23:\"gravityforms_update_2.5\";a:5:{s:4:\"type\";s:7:\"success\";s:4:\"text\";s:200:\"Welcome to Gravity Forms 2.5! <a href=\"https://www.gravityforms.com/two-five/\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more</a> about all the new features and updates included in this version.\";s:3:\"key\";s:22:\"gravityforms_update_25\";s:12:\"capabilities\";b:0;s:4:\"page\";N;}s:23:\"gravityforms_update_2_5\";a:5:{s:4:\"type\";s:7:\"success\";s:4:\"text\";s:200:\"Welcome to Gravity Forms 2.5! <a href=\"https://www.gravityforms.com/two-five/\" target=\"_blank\" rel=\"noopener noreferrer\">Learn more</a> about all the new features and updates included in this version.\";s:3:\"key\";s:23:\"gravityforms_update_2_5\";s:12:\"capabilities\";b:0;s:4:\"page\";N;}}', 'yes'),
(409, 'auto_core_update_notified', 'a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:30:\"mike@beanstalkwebsolutions.com\";s:7:\"version\";s:5:\"5.7.4\";s:9:\"timestamp\";i:1636609915;}', 'no'),
(1079, '_options_usses_google_map_style_json', 'usses_google_map_style_json', 'no'),
(197, 'widget_gform_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(188, 'wpseo_ryte', 'a:2:{s:6:\"status\";i:-1;s:10:\"last_fetch\";i:1637856263;}', 'yes'),
(193, 'gf_db_version', '2.5.15', 'no'),
(194, 'rg_form_version', '2.5.15', 'no'),
(195, 'gform_enable_background_updates', '1', 'yes');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(201, 'gform_version_info', 'a:11:{s:12:\"is_valid_key\";b:1;s:6:\"reason\";s:0:\"\";s:7:\"version\";s:6:\"2.5.15\";s:3:\"url\";s:166:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Ypu8C2wbXLN3nivNVwfGHJQPSLw%3D\";s:15:\"expiration_time\";i:1641061598;s:9:\"offerings\";a:60:{s:12:\"gravityforms\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:6:\"2.5.15\";s:14:\"version_latest\";s:8:\"2.5.15.1\";s:3:\"url\";s:166:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Ypu8C2wbXLN3nivNVwfGHJQPSLw%3D\";s:10:\"url_latest\";s:168:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=i0p63keGs8eGEH4eQ5hGQDSng8g%3D\";}s:21:\"gravityforms2checkout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=9MmdH3I027eAQ6arZnUChpvTL7I%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_2.0.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=o%2BpIA79xQSOD8IUcRmbqZ5bNksc%3D\";}s:26:\"gravityformsactivecampaign\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.9\";s:14:\"version_latest\";s:5:\"1.9.1\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=whICZzLfOWbmEZZqO0d8r8GqZrE%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.9.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=88CP3UciODkHCJxVB6gJ7UHRPoU%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.1\";s:3:\"url\";s:204:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=pZ4z4EAK1ohUuHgWBWVR%2FXjwFUI%3D\";s:10:\"url_latest\";s:204:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=40J%2BYM6Dks6oXxBdmAUl6dkgH54%3D\";}s:20:\"gravityformsagilecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=cj2a076d8%2FopJCVC%2FoP13vHOaEg%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=cj2a076d8%2FopJCVC%2FoP13vHOaEg%3D\";}s:19:\"gravityformsakismet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/akismet/gravityformsakismet_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xuXCtWEiDQTE7C%2BwnNkjHZzHjSY%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/akismet/gravityformsakismet_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xuXCtWEiDQTE7C%2BwnNkjHZzHjSY%3D\";}s:24:\"gravityformsauthorizenet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";s:3:\"url\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=nKqPu3pcMgiM91hLQ6G2L5tLNoQ%3D\";s:10:\"url_latest\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=nKqPu3pcMgiM91hLQ6G2L5tLNoQ%3D\";}s:18:\"gravityformsaweber\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";s:3:\"url\";s:175:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xMKpYTHBkMcEOL3ZIQhgtFNVh14%3D\";s:10:\"url_latest\";s:175:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xMKpYTHBkMcEOL3ZIQhgtFNVh14%3D\";}s:21:\"gravityformsbatchbook\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=mc56NhCTPsZpq2eYxZjtYzsCCX4%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=mc56NhCTPsZpq2eYxZjtYzsCCX4%3D\";}s:18:\"gravityformsbreeze\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=m%2BGpV4NzQTnoIvyDZsKgRorwYzQ%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=m%2BGpV4NzQTnoIvyDZsKgRorwYzQ%3D\";}s:27:\"gravityformscampaignmonitor\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:3:\"3.9\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=aVre7GnIDcyyfvTQyaAsbU49v0g%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=aVre7GnIDcyyfvTQyaAsbU49v0g%3D\";}s:20:\"gravityformscampfire\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=UT25E%2B%2BIkgNF1dYMy5jZR0LdQmU%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Zpnm0%2Bif%2FHgJT%2FNRMLs140Yq16I%3D\";}s:22:\"gravityformscapsulecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Td5TeLiSkesDV8%2Fth9CTfXUr7zU%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Td5TeLiSkesDV8%2Fth9CTfXUr7zU%3D\";}s:26:\"gravityformschainedselects\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NUurQH19jhZEq1GeMhnYyvf3xCk%3D\";s:10:\"url_latest\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NUurQH19jhZEq1GeMhnYyvf3xCk%3D\";}s:23:\"gravityformscleverreach\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=M4a129NJrC8Lz4U7skoFqIetHPs%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=M4a129NJrC8Lz4U7skoFqIetHPs%3D\";}s:15:\"gravityformscli\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/cli/gravityformscli_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Ec9jyhZrHkNNZIb%2Fvx0x0uE8r%2Fc%3D\";}s:27:\"gravityformsconstantcontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6MHcRoJq6h5auPOXwr5ane4CIos%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6MHcRoJq6h5auPOXwr5ane4CIos%3D\";}s:19:\"gravityformscoupons\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.0\";s:14:\"version_latest\";s:3:\"3.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=P82ug9N8mKfR9OsnEeWkFLikcz4%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=P82ug9N8mKfR9OsnEeWkFLikcz4%3D\";}s:17:\"gravityformsdebug\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta12\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:179:\"https://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta12.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wh5QyB3hnIEcbGKNktzJFyaieWg%3D\";}s:19:\"gravityformsdropbox\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.0\";s:14:\"version_latest\";s:3:\"3.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=5lLLnktcf9l2ZVtXwVg5HfHSBYs%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=5lLLnktcf9l2ZVtXwVg5HfHSBYs%3D\";}s:24:\"gravityformsemailoctopus\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HNj5kJmaeTIKSsirs024BwEInUc%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HNj5kJmaeTIKSsirs024BwEInUc%3D\";}s:16:\"gravityformsemma\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=usEnZyU45RQxLoKkAlLq7ftnC4g%3D\";s:10:\"url_latest\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=usEnZyU45RQxLoKkAlLq7ftnC4g%3D\";}s:22:\"gravityformsfreshbooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=bnqaPknmD40QYGo2aNCbx%2BzdfDI%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=bnqaPknmD40QYGo2aNCbx%2BzdfDI%3D\";}s:23:\"gravityformsgetresponse\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=d4aAKhgPIvAAp4%2FtUY%2Fm2%2B6ZxK4%3D\";s:10:\"url_latest\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=d4aAKhgPIvAAp4%2FtUY%2Fm2%2B6ZxK4%3D\";}s:21:\"gravityformsgutenberg\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-rc-1.4\";s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";s:3:\"url\";s:189:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=eE49EhTJnzmVb%2FLSFjWV2nsTn2A%3D\";s:10:\"url_latest\";s:189:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=uuNS8UieQk3eyfbtmPw%2FjL5KWis%3D\";}s:21:\"gravityformshelpscout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=GUByUTbdYrgcrVJJH1F%2F9ujbmZ8%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=GUByUTbdYrgcrVJJH1F%2F9ujbmZ8%3D\";}s:20:\"gravityformshighrise\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=D0LQnDmEMn50%2FUaq8EfnwzEZVKs%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=D0LQnDmEMn50%2FUaq8EfnwzEZVKs%3D\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";}s:19:\"gravityformshubspot\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wBso%2FW2zwySkC%2F76PZPEJKY2dnA%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wBso%2FW2zwySkC%2F76PZPEJKY2dnA%3D\";}s:20:\"gravityformsicontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=klO%2BlWcdqzsVatKeTvMC9RoRvRc%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=klO%2BlWcdqzsVatKeTvMC9RoRvRc%3D\";}s:19:\"gravityformslogging\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=sTT56%2F9O6lXVQb3SxBS3pp0TDq8%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hw2V5ygE6AlzcdeNqrOpOwSosp0%3D\";}s:19:\"gravityformsmadmimi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2BEJY%2F4E1f2NCM%2FDDzjVdXfb%2BE0Q%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2BEJY%2F4E1f2NCM%2FDDzjVdXfb%2BE0Q%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"5.0\";s:14:\"version_latest\";s:3:\"5.0\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_5.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=YYNka19Ar%2Fr0zLQsNoBfQbIMEYE%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_5.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=YYNka19Ar%2Fr0zLQsNoBfQbIMEYE%3D\";}s:19:\"gravityformsmailgun\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=a%2BlGeG83N40GHGbmVvwdQr9at8w%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.3.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PPJvM1h41fiifCW3ARHlYb2B24Q%3D\";}s:18:\"gravityformsmollie\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/mollie/gravityformsmollie_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8FCdYFJjLSI4Cbcd0QqsjtpMo6I%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/mollie/gravityformsmollie_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8FCdYFJjLSI4Cbcd0QqsjtpMo6I%3D\";}s:26:\"gravityformspartialentries\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:5:\"1.6.1\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6M2pziWQRXN95WNdSPLtKGtGVTk%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.6.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CbDLEhj4jrl1SZ99pbkwnsjEz4w%3D\";}s:18:\"gravityformspaypal\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.5\";s:14:\"version_latest\";s:3:\"3.5\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HOSkuEZynAGaDEn97mKMb3oihjI%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HOSkuEZynAGaDEn97mKMb3oihjI%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.7\";s:14:\"version_latest\";s:3:\"2.7\";s:3:\"url\";s:200:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8iCBD2oEGJ%2Fjn9d9yA8L3P%2BkpB8%3D\";s:10:\"url_latest\";s:200:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8iCBD2oEGJ%2Fjn9d9yA8L3P%2BkpB8%3D\";}s:21:\"gravityformspaypalpro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.4\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=y08ZwMtYMwYlq2EMwkMECg755pg%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=lBE2eGegnWwFpJjygkDNjVDUJdw%3D\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=sxvEF046Za4AZsHEa%2BWP75fs43E%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2B%2BZiuNNmHM7XYHCa6Ob0bHs%2Baro%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:3:\"3.9\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=H%2Bw%2FEjlyrbcYPhj3Nwjv5JlbH3g%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=H%2Bw%2FEjlyrbcYPhj3Nwjv5JlbH3g%3D\";}s:20:\"gravityformspostmark\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=k8iOn9b3K8HsMBht5fCcm0QXogs%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=k8iOn9b3K8HsMBht5fCcm0QXogs%3D\";}s:16:\"gravityformsppcp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.2\";s:14:\"version_latest\";s:3:\"2.2\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/ppcp/gravityformsppcp_2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8BqBXMkA2cLZ7Ei00OwQylJ0Ko%3D\";s:10:\"url_latest\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/ppcp/gravityformsppcp_2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8BqBXMkA2cLZ7Ei00OwQylJ0Ko%3D\";}s:16:\"gravityformsquiz\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.8\";s:14:\"version_latest\";s:3:\"3.8\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NuFwiu5SrcQ1r%2Bzp0%2FIoEuvoDqc%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NuFwiu5SrcQ1r%2Bzp0%2FIoEuvoDqc%3D\";}s:21:\"gravityformsrecaptcha\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:3:\"1.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/recaptcha/gravityformsrecaptcha_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oyzHg5Vh6mgxQyeVwyJ1Djw3NrQ%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/recaptcha/gravityformsrecaptcha_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oyzHg5Vh6mgxQyeVwyJ1Djw3NrQ%3D\";}s:19:\"gravityformsrestapi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";s:3:\"url\";s:185:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=SlXpmPsw3hQINIi5qORBf1pl%2BLs%3D\";s:10:\"url_latest\";s:185:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=SlXpmPsw3hQINIi5qORBf1pl%2BLs%3D\";}s:20:\"gravityformssendgrid\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CxicLg9CU%2BI4ucsktXWTlQf1VFU%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CxicLg9CU%2BI4ucsktXWTlQf1VFU%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=V0bF2rqMZg5TvKnmhqva3hxQAc0%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=V0bF2rqMZg5TvKnmhqva3hxQAc0%3D\";}s:17:\"gravityformsslack\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PzSqL6ITBt5cWsquib%2Fb7QsES4o%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PzSqL6ITBt5cWsquib%2Fb7QsES4o%3D\";}s:18:\"gravityformssquare\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.3\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/square/gravityformssquare_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=x37rcVzXole9IYMjx6FXVUe7xJA%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/square/gravityformssquare_1.5.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=BCMZyEMydBGy%2Fr2uBw54EdWw2DE%3D\";}s:18:\"gravityformsstripe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:5:\"4.1.1\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Beslk4VcZLXBdIlSRZXdBYd22O0%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_4.1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=eqJq2bgG02%2FhMB3TdAwnnctsdGI%3D\";}s:18:\"gravityformssurvey\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=qgS4rBfBlWbb4P6Q7sgur1dU8HM%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=qgS4rBfBlWbb4P6Q7sgur1dU8HM%3D\";}s:18:\"gravityformstrello\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=4Z0%2F9Z%2B08Deh5R78rr6BDExRJZU%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=4Z0%2F9Z%2B08Deh5R78rr6BDExRJZU%3D\";}s:18:\"gravityformstwilio\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=jAp0GGgupigrLpECG153eBzJpDA%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=jAp0GGgupigrLpECG153eBzJpDA%3D\";}s:28:\"gravityformsuserregistration\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.9\";s:14:\"version_latest\";s:3:\"4.9\";s:3:\"url\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oMmAl0jqSW6a%2FoaAQcoR9df97sM%3D\";s:10:\"url_latest\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oMmAl0jqSW6a%2FoaAQcoR9df97sM%3D\";}s:20:\"gravityformswebhooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=om2qM24UMIZ25tCNTKOtzAFQ8oo%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=om2qM24UMIZ25tCNTKOtzAFQ8oo%3D\";}s:18:\"gravityformszapier\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:5:\"4.1.1\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8gNkNaS0lHDoWIoYfUt5ktJSO4%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_4.1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=EC5XqxUl7S6bzEPxsUHbfGUilBo%3D\";}s:19:\"gravityformszohocrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hHDH7xaabu4d9m14rPNAyFyVZFw%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hHDH7xaabu4d9m14rPNAyFyVZFw%3D\";}}s:9:\"is_active\";s:1:\"1\";s:12:\"product_code\";s:7:\"GFELITE\";s:14:\"version_latest\";s:8:\"2.5.15.1\";s:10:\"url_latest\";s:168:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=i0p63keGs8eGEH4eQ5hGQDSng8g%3D\";s:9:\"timestamp\";i:1638268750;}', 'no'),
(205, 'current_theme', 'USSES', 'yes'),
(859, 'theme_mods_usses', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:7:{s:6:\"menu-1\";i:2;s:6:\"footer\";i:3;s:9:\"copyright\";i:4;s:13:\"usses-backend\";i:5;s:20:\"dashboard-navigation\";i:6;s:19:\"dashboard-resources\";i:7;s:19:\"usses-admin-backend\";i:8;}s:18:\"custom_css_post_id\";i:-1;s:12:\"header_image\";s:13:\"remove-header\";}', 'yes'),
(206, 'theme_switched', '', 'yes'),
(3375, 'options_partners_ctas_2_usses_partner_cta_icon', '52', 'no'),
(3376, '_options_partners_ctas_2_usses_partner_cta_icon', 'field_6064937a7b4b4', 'no'),
(3377, 'options_partners_ctas_2_usses_partner_cta_backgroud', '41', 'no'),
(3378, '_options_partners_ctas_2_usses_partner_cta_backgroud', 'field_606493dd7b4b5', 'no'),
(3379, 'options_partners_ctas_2_usses_partner_cta_text', 'View The Protocol', 'no'),
(3380, '_options_partners_ctas_2_usses_partner_cta_text', 'field_606493f47b4b6', 'no'),
(3381, 'options_partners_ctas_2_usses_partner_cta_link', '', 'no'),
(3382, '_options_partners_ctas_2_usses_partner_cta_link', 'field_6064959f02d77', 'no'),
(3383, 'options_partners_ctas_2_usses_partner_cta_which_page', 'a:4:{i:0;s:1:\"2\";i:1;s:2:\"50\";i:2;s:2:\"54\";i:3;s:3:\"145\";}', 'no'),
(3384, '_options_partners_ctas_2_usses_partner_cta_which_page', 'field_606d988799cd9', 'no'),
(3385, 'options_usses_tos_file', '147', 'no'),
(3386, '_options_usses_tos_file', 'field_607055f49ac7a', 'no'),
(3387, 'options_usses_counters', '4', 'no'),
(3388, '_options_usses_counters', 'field_60645773a19c2', 'no'),
(3395, 'options_usses_counters_0_counter_info', 'companies', 'no'),
(3396, '_options_usses_counters_0_counter_info', 'field_6064584ba19c4', 'no'),
(3397, 'options_usses_counters_0_counter_subtitle', 'Total Participating Companies', 'no'),
(3398, '_options_usses_counters_0_counter_subtitle', 'field_606458c1a19c7', 'no'),
(3399, 'options_usses_counters_0_counter_backgroud', '43', 'no'),
(3400, '_options_usses_counters_0_counter_backgroud', 'field_606458a7a19c6', 'no'),
(3401, 'options_usses_counters_1_counter_info', 'shipments', 'no'),
(3402, '_options_usses_counters_1_counter_info', 'field_6064584ba19c4', 'no'),
(3403, 'options_usses_counters_1_counter_subtitle', 'Total Verified Shipments', 'no'),
(3404, '_options_usses_counters_1_counter_subtitle', 'field_606458c1a19c7', 'no'),
(3405, 'options_usses_counters_1_counter_backgroud', '42', 'no'),
(3406, '_options_usses_counters_1_counter_backgroud', 'field_606458a7a19c6', 'no'),
(3407, 'options_usses_counters_2_counter_info', 'total_allocation', 'no'),
(3408, '_options_usses_counters_2_counter_info', 'field_6064584ba19c4', 'no'),
(3409, 'options_usses_counters_2_counter_subtitle', 'Total U.S. Soy Sustainable Allocation', 'no'),
(3410, '_options_usses_counters_2_counter_subtitle', 'field_606458c1a19c7', 'no'),
(3411, 'options_usses_counters_2_counter_backgroud', '41', 'no'),
(3412, '_options_usses_counters_2_counter_backgroud', 'field_606458a7a19c6', 'no'),
(3413, 'options_usses_counters_3_counter_info', 'total_weight_shipped', 'no'),
(3414, '_options_usses_counters_3_counter_info', 'field_6064584ba19c4', 'no'),
(3415, 'options_usses_counters_3_counter_subtitle', 'Total Verified Weight Shipped', 'no'),
(3416, '_options_usses_counters_3_counter_subtitle', 'field_606458c1a19c7', 'no'),
(3417, 'options_usses_counters_3_counter_backgroud', '40', 'no'),
(3418, '_options_usses_counters_3_counter_backgroud', 'field_606458a7a19c6', 'no'),
(4941, 'rewrite_rules', 'a:126:{s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:37:\"account/companies/edit/([0-9]+)[\\/]?$\";s:42:\"index.php?companies_company_id=$matches[1]\";s:34:\"account/shipments/edit/([0-9]+)/?$\";s:52:\"index.php?account_shipments__shipment_id=$matches[1]\";s:34:\"account/shipments/view/([0-9]+)/?$\";s:52:\"index.php?account_shipments__shipment_id=$matches[1]\";s:36:\"account/ussec-users/edit/([0-9]+)/?$\";s:42:\"index.php?ussec_users__user_id=$matches[1]\";s:30:\"account/users/edit/([0-9]+)/?$\";s:36:\"index.php?users__user_id=$matches[1]\";s:36:\"account/departments/edit/([0-9]+)/?$\";s:54:\"index.php?ussec_departments__department_id=$matches[1]\";s:41:\"account/dashboard/approval/([0-9]+)[\\/]?$\";s:41:\"index.php?approval_company_id=$matches[1]\";s:48:\"account/customer/certificate-view/([0-9]+)[\\/]?$\";s:53:\"index.php?account_customer_certificate_id=$matches[1]\";s:48:\"account/customer/certificate-edit/([0-9]+)[\\/]?$\";s:53:\"index.php?account_customer_certificate_id=$matches[1]\";s:39:\"account/customer/approve/([0-9]+)[\\/]?$\";s:53:\"index.php?account_customer_certificate_id=$matches[1]\";s:52:\"account/dashboard/allocation-approval/([0-9]+)[\\/]?$\";s:51:\"index.php?allocation_approval__alloc_id=$matches[1]\";s:39:\"account/allocations/edit/([0-9]+)[\\/]?$\";s:50:\"index.php?global_allocations__alloc_id=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:40:\"vc_grid_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"vc_grid_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"vc_grid_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"vc_grid_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"vc_grid_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"vc_grid_item/([^/]+)/embed/?$\";s:45:\"index.php?vc_grid_item=$matches[1]&embed=true\";s:33:\"vc_grid_item/([^/]+)/trackback/?$\";s:39:\"index.php?vc_grid_item=$matches[1]&tb=1\";s:41:\"vc_grid_item/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&paged=$matches[2]\";s:48:\"vc_grid_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?vc_grid_item=$matches[1]&cpage=$matches[2]\";s:37:\"vc_grid_item/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?vc_grid_item=$matches[1]&page=$matches[2]\";s:29:\"vc_grid_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"vc_grid_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"vc_grid_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"vc_grid_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"vc_grid_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'yes'),
(4920, 'can_compress_scripts', '0', 'no'),
(924, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'yes'),
(983, 'options_usses_footer_copyright', '© 2020 U.S. Soybean Export Council. All Rights Reserved.\r\nPartially Funded By The National Soybean Checkoff.', 'no'),
(984, '_options_usses_footer_copyright', 'usses_footer_copyright', 'no'),
(992, 'options_usses_contact_address_line_1', '', 'no'),
(993, '_options_usses_contact_address_line_1', 'usses_contact_address_line_1', 'no'),
(994, 'options_usses_google_map_place_id', 'ChIJ93FPByor34cRtYBb5YHKzSo', 'no'),
(995, '_options_usses_google_map_place_id', 'usses_google_map_place_id', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(209, 'hb_highend_option', 'a:382:{s:13:\"hb_apple_icon\";s:0:\"\";s:16:\"hb_apple_icon_72\";s:0:\"\";s:17:\"hb_apple_icon_114\";s:0:\"\";s:17:\"hb_apple_icon_144\";s:0:\"\";s:21:\"hb_ios_bookmark_title\";s:0:\"\";s:13:\"hb_responsive\";s:1:\"1\";s:14:\"hb_queryloader\";s:7:\"disable\";s:24:\"hb_disable_page_comments\";s:1:\"0\";s:21:\"hb_enable_breadcrumbs\";s:1:\"1\";s:16:\"hb_to_top_button\";s:1:\"1\";s:19:\"hb_pagination_style\";s:8:\"standard\";s:19:\"hb_back_to_top_icon\";s:18:\"hb-moon-arrow-up-4\";s:17:\"hb_analytics_code\";N;s:16:\"hb_custom_script\";N;s:13:\"hb_custom_css\";N;s:16:\"hb_global_layout\";s:19:\"hb-stretched-layout\";s:20:\"hb_boxed_layout_type\";s:23:\"hb_boxed_layout_regular\";s:15:\"hb_boxed_shadow\";s:1:\"1\";s:29:\"hb_upload_or_predefined_image\";s:18:\"predefined-texture\";s:23:\"hb_predefined_bg_texure\";s:96:\"http://usses.beanstalkweb.com/wp-content/themes/HighendWP/admin/assets/images/textures/washi.png\";s:27:\"hb_default_background_image\";s:0:\"\";s:20:\"hb_background_repeat\";s:9:\"no-repeat\";s:24:\"hb_background_attachment\";s:6:\"scroll\";s:22:\"hb_background_position\";s:10:\"center top\";s:21:\"hb_background_stretch\";s:1:\"1\";s:16:\"hb_content_width\";s:6:\"1140px\";s:19:\"hb_header_notebox_1\";N;s:17:\"hb_top_header_bar\";s:1:\"1\";s:23:\"hb_top_header_container\";s:9:\"container\";s:23:\"hb_top_header_info_text\";s:48:\"Call us toll free <strong>0800 1800 900</strong>\";s:17:\"hb_top_header_map\";s:1:\"1\";s:22:\"hb_top_header_map_text\";s:14:\"Find us on Map\";s:19:\"hb_top_header_email\";s:30:\"mike@beanstalkwebsolutions.com\";s:28:\"hb_top_header_socials_enable\";s:1:\"1\";s:19:\"hb_top_header_login\";s:1:\"1\";s:23:\"hb_top_header_languages\";s:1:\"1\";s:22:\"hb_top_header_checkout\";s:1:\"1\";s:18:\"hb_top_header_link\";s:1:\"0\";s:23:\"hb_top_header_link_icon\";s:10:\"icon-glass\";s:22:\"hb_top_header_link_txt\";s:23:\"Enter your text here...\";s:23:\"hb_top_header_link_link\";s:21:\"https://hb-themes.com\";s:24:\"hb_main_header_container\";s:9:\"container\";s:22:\"hb_header_layout_style\";s:10:\"nav-type-1\";s:17:\"hb_logo_alignment\";s:0:\"\";s:20:\"hb_sticky_header_alt\";s:1:\"0\";s:16:\"hb_sticky_header\";s:1:\"1\";s:23:\"hb_sticky_header_height\";s:2:\"60\";s:24:\"hb_regular_header_height\";s:2:\"80\";s:20:\"hb_header_right_text\";s:55:\"Ultimate WordPress Theme<br/>With Powerful Page Builder\";s:17:\"hb_side_nav_style\";s:16:\"hb-side-standard\";s:19:\"hb_side_color_style\";s:12:\"hb-side-dark\";s:17:\"hb_side_nav_align\";s:22:\"hb-side-alignment-left\";s:14:\"hb_side_nav_bg\";s:0:\"\";s:26:\"hb_side_nav_enable_socials\";s:1:\"1\";s:23:\"hb_side_nav_bottom_text\";s:38:\"&copy; [the-year] &mdash; Your Website\";s:26:\"hb_side_nav_with_animation\";s:1:\"0\";s:21:\"hb_header_layout_skin\";s:10:\"third-skin\";s:23:\"hb_navigation_animation\";s:12:\"hb-effect-10\";s:17:\"hb_search_in_menu\";s:1:\"1\";s:15:\"hb_search_style\";s:17:\"hb-default-search\";s:14:\"hb_ajax_search\";s:1:\"1\";s:15:\"hb_side_section\";s:1:\"0\";s:28:\"hb_enable_sticky_shop_button\";s:1:\"1\";s:24:\"hb_main_navigation_color\";s:18:\"dark-menu-dropdown\";s:30:\"hb_interactive_mobile_dropdown\";s:1:\"1\";s:25:\"hb_enable_pre_footer_area\";s:1:\"1\";s:18:\"hb_pre_footer_text\";s:72:\"Experience something completely different. The most powerful theme ever.\";s:25:\"hb_pre_footer_button_text\";s:14:\"Button Example\";s:25:\"hb_pre_footer_button_link\";s:1:\"#\";s:25:\"hb_pre_footer_button_icon\";s:0:\"\";s:27:\"hb_pre_footer_button_target\";s:5:\"_self\";s:24:\"hb_enable_footer_widgets\";s:1:\"1\";s:27:\"hb_enable_footer_separators\";s:1:\"0\";s:27:\"hb_enable_footer_background\";s:1:\"0\";s:18:\"hb_footer_bg_image\";s:0:\"\";s:16:\"hb_footer_layout\";s:7:\"style-1\";s:26:\"hb_enable_footer_copyright\";s:1:\"1\";s:18:\"hb_enable_backlink\";s:1:\"1\";s:18:\"hb_copyright_style\";s:16:\"normal-copyright\";s:22:\"hb_copyright_line_text\";s:40:\"&copy; [the-year] &middot; Your Website.\";s:22:\"hb_fixed_footer_effect\";s:1:\"0\";s:27:\"hb_default_settings_notebox\";N;s:15:\"hb_sidebar_size\";s:13:\"hb-sidebar-30\";s:16:\"hb_sidebar_style\";s:18:\"hb-default-sidebar\";s:22:\"hb_page_layout_sidebar\";s:13:\"right-sidebar\";s:17:\"hb_choose_sidebar\";s:18:\"hb-default-sidebar\";s:18:\"hb_page_title_type\";s:19:\"hb-color-background\";s:30:\"hb_page_title_background_color\";s:7:\"#fafafa\";s:30:\"hb_page_title_background_image\";s:0:\"\";s:39:\"hb_page_title_background_image_parallax\";s:1:\"1\";s:19:\"hb_page_title_style\";s:12:\"simple-title\";s:23:\"hb_page_title_alignment\";s:9:\"alignleft\";s:20:\"hb_page_title_height\";s:14:\"normal-padding\";s:19:\"hb_page_title_color\";s:9:\"dark-text\";s:23:\"hb_page_title_animation\";s:0:\"\";s:32:\"hb_page_title_subtitle_animation\";s:0:\"\";s:22:\"hb_posts_page_template\";s:4:\"blog\";s:26:\"hb_posts_page_grid_columns\";s:1:\"3\";s:19:\"hb_archive_template\";s:12:\"blog-minimal\";s:23:\"hb_archive_grid_columns\";s:1:\"3\";s:18:\"hb_search_template\";s:12:\"blog-minimal\";s:22:\"hb_search_grid_columns\";s:1:\"3\";s:14:\"hb_logo_option\";s:106:\"http://usses.beanstalkweb.com/wp-content/themes/HighendWP/admin/assets/images/theme-files/highend_logo.png\";s:21:\"hb_logo_option_retina\";s:0:\"\";s:20:\"hb_logo_light_option\";s:0:\"\";s:27:\"hb_logo_light_option_retina\";s:0:\"\";s:17:\"hb_wordpress_logo\";s:106:\"http://usses.beanstalkweb.com/wp-content/themes/HighendWP/admin/assets/images/theme-files/highend_logo.png\";s:18:\"hb_logo_max_height\";s:0:\"\";s:25:\"hb_contact_settings_email\";s:30:\"mike@beanstalkwebsolutions.com\";s:27:\"hb_enable_quick_contact_box\";s:1:\"1\";s:26:\"hb_quick_contact_box_title\";s:10:\"Contact Us\";s:25:\"hb_quick_contact_box_text\";s:74:\"We\'re currently offline. Send us an email and we\'ll get back to you, asap.\";s:33:\"hb_quick_contact_box_button_title\";s:12:\"Send Message\";s:23:\"hb_general_notebox_blog\";N;s:23:\"hb_blog_excerpt_disable\";s:1:\"0\";s:22:\"hb_blog_excerpt_length\";s:2:\"20\";s:24:\"hb_blog_read_more_button\";s:1:\"1\";s:29:\"hb_blog_enable_image_cropping\";s:1:\"1\";s:24:\"hb_blog_enable_by_author\";s:1:\"1\";s:19:\"hb_blog_enable_date\";s:1:\"1\";s:23:\"hb_blog_enable_comments\";s:1:\"1\";s:25:\"hb_blog_enable_categories\";s:1:\"1\";s:19:\"hb_blog_enable_tags\";s:1:\"1\";s:28:\"hb_blog_enable_related_posts\";s:1:\"1\";s:24:\"hb_blog_enable_next_prev\";s:1:\"1\";s:20:\"hb_blog_enable_likes\";s:1:\"1\";s:29:\"hb_blog_enable_featured_image\";s:1:\"1\";s:20:\"hb_blog_image_height\";s:3:\"350\";s:19:\"hb_blog_author_info\";s:1:\"1\";s:20:\"hb_blog_enable_share\";s:1:\"1\";s:20:\"hb_comment_form_text\";s:27:\"Your email is safe with us.\";s:17:\"hb_archives_title\";s:7:\"Archive\";s:28:\"hb_general_notebox_portfolio\";N;s:19:\"hb_portfolio_layout\";s:15:\"hb_meta_sidebar\";s:25:\"hb_portfolio_sidebar_side\";s:12:\"left-sidebar\";s:27:\"hb_portfolio_content_layout\";s:9:\"fullwidth\";s:25:\"hb_portfolio_enable_likes\";s:1:\"1\";s:33:\"hb_portfolio_enable_related_posts\";s:1:\"1\";s:29:\"hb_portfolio_enable_next_prev\";s:1:\"1\";s:25:\"hb_portfolio_enable_share\";s:1:\"1\";s:28:\"hb_portfolio_taxonomy_filter\";s:1:\"1\";s:28:\"hb_portfolio_taxonomy_sorter\";s:1:\"1\";s:29:\"hb_portfolio_taxonomy_columns\";i:3;s:33:\"hb_portfolio_taxonomy_orientation\";s:9:\"landscape\";s:27:\"hb_portfolio_taxonomy_ratio\";s:6:\"ratio1\";s:15:\"hb_staff_layout\";s:11:\"metasidebar\";s:21:\"hb_staff_sidebar_side\";s:12:\"left-sidebar\";s:29:\"hb_staff_enable_related_posts\";s:1:\"1\";s:25:\"hb_staff_enable_next_prev\";s:1:\"1\";s:12:\"hb_woo_count\";s:2:\"12\";s:22:\"hb_woo_product_columns\";s:1:\"3\";s:19:\"hb_woo_enable_likes\";s:1:\"1\";s:20:\"hb_woo_notifications\";s:1:\"1\";s:21:\"hb_woo_layout_sidebar\";s:9:\"fullwidth\";s:21:\"hb_woo_choose_sidebar\";s:18:\"hb-default-sidebar\";s:24:\"hb_woo_sp_layout_sidebar\";s:9:\"fullwidth\";s:24:\"hb_woo_sp_choose_sidebar\";s:18:\"hb-default-sidebar\";s:19:\"hb_woo_enable_share\";s:1:\"1\";s:20:\"hb_soc_links_new_tab\";s:1:\"0\";s:21:\"hb_top_header_socials\";a:1:{i:0;s:8:\"facebook\";}s:15:\"hb_twitter_link\";N;s:16:\"hb_facebook_link\";s:29:\"https://facebook.com/hbthemes\";s:10:\"hb_vk_link\";N;s:13:\"hb_skype_link\";N;s:17:\"hb_instagram_link\";N;s:17:\"hb_pinterest_link\";N;s:19:\"hb_google-plus_link\";N;s:16:\"hb_dribbble_link\";N;s:12:\"hb_digg_link\";N;s:12:\"hb_xing_link\";N;s:15:\"hb_myspace_link\";N;s:18:\"hb_soundcloud_link\";N;s:15:\"hb_youtube_link\";N;s:13:\"hb_vimeo_link\";N;s:14:\"hb_flickr_link\";N;s:14:\"hb_tumblr_link\";N;s:13:\"hb_yahoo_link\";N;s:18:\"hb_foursquare_link\";N;s:15:\"hb_blogger_link\";N;s:17:\"hb_wordpress_link\";N;s:14:\"hb_lastfm_link\";N;s:14:\"hb_github_link\";N;s:16:\"hb_linkedin_link\";N;s:12:\"hb_yelp_link\";N;s:14:\"hb_forrst_link\";N;s:18:\"hb_deviantart_link\";N;s:19:\"hb_stumbleupon_link\";N;s:17:\"hb_delicious_link\";N;s:14:\"hb_reddit_link\";N;s:15:\"hb_behance_link\";N;s:14:\"hb_twitch_link\";N;s:13:\"hb_weibo_link\";N;s:19:\"hb_tripadvisor_link\";N;s:15:\"hb_sn500px_link\";N;s:15:\"hb_envelop_link\";N;s:14:\"hb_feed-2_link\";N;s:18:\"hb_custom-url_link\";N;s:20:\"hb_twitter_notebox_1\";N;s:23:\"hb_twitter_consumer_key\";N;s:26:\"hb_twitter_consumer_secret\";N;s:23:\"hb_twitter_access_token\";N;s:30:\"hb_twitter_access_token_secret\";N;s:17:\"hb_share_facebook\";s:1:\"1\";s:16:\"hb_share_twitter\";s:1:\"1\";s:14:\"hb_share_gplus\";s:1:\"1\";s:17:\"hb_share_linkedin\";s:1:\"1\";s:18:\"hb_share_pinterest\";s:1:\"1\";s:15:\"hb_share_tumblr\";s:1:\"1\";s:18:\"hb_share_vkontakte\";s:1:\"1\";s:15:\"hb_share_reddit\";s:1:\"1\";s:14:\"hb_share_email\";s:1:\"1\";s:16:\"hb_map_notebox_1\";N;s:15:\"hb_gmap_api_key\";s:0:\"\";s:11:\"hb_map_zoom\";s:2:\"16\";s:15:\"hb_map_latitude\";s:9:\"48.856614\";s:16:\"hb_map_longitude\";s:8:\"2.352222\";s:20:\"hb_enable_custom_pin\";s:1:\"0\";s:22:\"hb_custom_marker_image\";s:0:\"\";s:19:\"hb_enable_map_color\";s:1:\"1\";s:18:\"hb_map_focus_color\";s:7:\"#ff6838\";s:21:\"hb_enable_map_buttons\";s:1:\"1\";s:17:\"hb_map_1_latitude\";s:9:\"48.856614\";s:18:\"hb_map_1_longitude\";s:8:\"2.352222\";s:18:\"hb_location_1_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_2\";s:1:\"0\";s:17:\"hb_map_2_latitude\";s:9:\"48.856614\";s:18:\"hb_map_2_longitude\";s:8:\"2.352227\";s:18:\"hb_location_2_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_3\";s:1:\"0\";s:17:\"hb_map_3_latitude\";s:9:\"48.856615\";s:18:\"hb_map_3_longitude\";s:8:\"2.352221\";s:18:\"hb_location_3_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_4\";s:1:\"0\";s:17:\"hb_map_4_latitude\";s:9:\"48.856619\";s:18:\"hb_map_4_longitude\";s:8:\"2.352229\";s:18:\"hb_location_4_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_5\";s:1:\"0\";s:17:\"hb_map_5_latitude\";s:9:\"48.856610\";s:18:\"hb_map_5_longitude\";s:8:\"2.352220\";s:18:\"hb_location_5_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_6\";s:1:\"0\";s:17:\"hb_map_6_latitude\";s:9:\"48.856610\";s:18:\"hb_map_6_longitude\";s:8:\"2.352220\";s:18:\"hb_location_6_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_7\";s:1:\"0\";s:17:\"hb_map_7_latitude\";s:9:\"48.856610\";s:18:\"hb_map_7_longitude\";s:8:\"2.352220\";s:18:\"hb_location_7_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_8\";s:1:\"0\";s:17:\"hb_map_8_latitude\";s:9:\"48.856610\";s:18:\"hb_map_8_longitude\";s:8:\"2.352220\";s:18:\"hb_location_8_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_enable_location_9\";s:1:\"0\";s:17:\"hb_map_9_latitude\";s:9:\"48.856610\";s:18:\"hb_map_9_longitude\";s:8:\"2.352220\";s:18:\"hb_location_9_info\";s:39:\"Enter your info here or leave it empty.\";s:21:\"hb_enable_location_10\";s:1:\"0\";s:18:\"hb_map_10_latitude\";s:9:\"48.856610\";s:19:\"hb_map_10_longitude\";s:8:\"2.352220\";s:19:\"hb_location_10_info\";s:39:\"Enter your info here or leave it empty.\";s:20:\"hb_general_notebox_5\";N;s:12:\"hb_font_body\";s:15:\"hb_font_default\";s:17:\"hb_font_body_face\";s:7:\"ABeeZee\";s:20:\"hb_font_body_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:17:\"hb_font_body_size\";s:2:\"13\";s:19:\"hb_font_body_weight\";N;s:24:\"hb_font_body_line_height\";s:2:\"22\";s:27:\"hb_font_body_letter_spacing\";s:1:\"0\";s:18:\"hb_font_navigation\";s:15:\"hb_font_default\";s:23:\"hb_font_navigation_face\";s:7:\"ABeeZee\";s:19:\"hb_font_nav_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:23:\"hb_font_navigation_size\";s:2:\"13\";s:18:\"hb_font_nav_weight\";N;s:30:\"hb_font_navigation_line_height\";s:2:\"22\";s:33:\"hb_font_navigation_letter_spacing\";s:1:\"0\";s:28:\"hb_font_navigation_transform\";s:1:\"0\";s:27:\"hb_font_navigation_dropdown\";s:15:\"hb_font_default\";s:32:\"hb_font_navigation_face_dropdown\";s:7:\"ABeeZee\";s:28:\"hb_font_nav_subsets_dropdown\";a:1:{i:0;s:9:\"{{first}}\";}s:32:\"hb_font_navigation_size_dropdown\";s:2:\"12\";s:27:\"hb_font_nav_weight_dropdown\";N;s:39:\"hb_font_navigation_line_height_dropdown\";s:2:\"22\";s:42:\"hb_font_navigation_letter_spacing_dropdown\";s:1:\"0\";s:37:\"hb_font_navigation_transform_dropdown\";s:1:\"0\";s:17:\"hb_font_copyright\";s:15:\"hb_font_default\";s:22:\"hb_font_copyright_face\";s:7:\"ABeeZee\";s:25:\"hb_font_copyright_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:22:\"hb_font_copyright_size\";s:2:\"12\";s:24:\"hb_font_copyright_weight\";N;s:29:\"hb_font_copyright_line_height\";s:2:\"22\";s:32:\"hb_font_copyright_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h1\";s:15:\"hb_font_default\";s:15:\"hb_font_h1_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h1_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h1_size\";s:2:\"30\";s:17:\"hb_font_h1_weight\";N;s:22:\"hb_font_h1_line_height\";s:2:\"36\";s:25:\"hb_font_h1_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h2\";s:15:\"hb_font_default\";s:15:\"hb_font_h2_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h2_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h2_size\";s:2:\"24\";s:17:\"hb_font_h2_weight\";N;s:22:\"hb_font_h2_line_height\";s:2:\"30\";s:25:\"hb_font_h2_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h3\";s:15:\"hb_font_default\";s:15:\"hb_font_h3_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h3_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h3_size\";s:2:\"20\";s:17:\"hb_font_h3_weight\";N;s:22:\"hb_font_h3_line_height\";s:2:\"26\";s:25:\"hb_font_h3_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h4\";s:15:\"hb_font_default\";s:15:\"hb_font_h4_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h4_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h4_size\";s:2:\"18\";s:17:\"hb_font_h4_weight\";N;s:22:\"hb_font_h4_line_height\";s:2:\"24\";s:25:\"hb_font_h4_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h5\";s:15:\"hb_font_default\";s:15:\"hb_font_h5_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h5_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h5_size\";s:2:\"16\";s:17:\"hb_font_h5_weight\";N;s:22:\"hb_font_h5_line_height\";s:2:\"22\";s:25:\"hb_font_h5_letter_spacing\";s:1:\"0\";s:10:\"hb_font_h6\";s:15:\"hb_font_default\";s:15:\"hb_font_h6_face\";s:7:\"ABeeZee\";s:18:\"hb_font_h6_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:15:\"hb_font_h6_size\";s:2:\"16\";s:17:\"hb_font_h6_weight\";N;s:22:\"hb_font_h6_line_height\";s:2:\"22\";s:25:\"hb_font_h6_letter_spacing\";s:1:\"0\";s:18:\"hb_pre_footer_font\";s:15:\"hb_font_default\";s:23:\"hb_pre_footer_font_face\";s:7:\"ABeeZee\";s:26:\"hb_font_pre_footer_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:23:\"hb_pre_footer_font_size\";s:2:\"13\";s:25:\"hb_font_pre_footer_weight\";N;s:25:\"hb_pre_footer_line_height\";s:2:\"22\";s:28:\"hb_pre_footer_letter_spacing\";s:1:\"0\";s:20:\"hb_font_modern_title\";s:15:\"hb_font_default\";s:25:\"hb_font_modern_title_face\";s:7:\"ABeeZee\";s:28:\"hb_font_modern_title_subsets\";a:1:{i:0;s:9:\"{{first}}\";}s:27:\"hb_font_modern_title_weight\";N;s:35:\"hb_font_modern_title_letter_spacing\";s:1:\"0\";s:30:\"hb_font_modern_title_transform\";s:1:\"0\";s:21:\"hb_color_manager_type\";s:24:\"hb_color_manager_schemes\";s:22:\"hb_general_notebox_991\";N;s:19:\"hb_customizer_field\";s:132:\"<div class=\"hb-buttons\"><a href=\"#\" class=\"vp-button button button-primary hb-customizer-button\">Run Live Color Customizer</a></div>\";s:17:\"hb_scheme_chooser\";s:14:\"default_scheme\";s:18:\"hb_maint_notebox_2\";N;s:21:\"hb_enable_maintenance\";s:1:\"0\";s:30:\"hb_maintenance_layout_position\";s:14:\"left-alignment\";s:19:\"hb_maintenance_logo\";s:0:\"\";s:31:\"hb_maintenance_enable_countdown\";s:1:\"0\";s:17:\"hb_countdown_date\";s:3:\"+1D\";s:18:\"hb_countdown_hours\";s:1:\"8\";s:20:\"hb_countdown_minutes\";s:2:\"30\";s:18:\"hb_countdown_style\";s:14:\"hb-light-style\";s:22:\"hb_maintenance_content\";s:181:\"<h1>We are working on something awesome!</h1><h4>Phasellus sit amet turpis euismod, dignissim ante eget.</h4><h4>Proin porttitor facilisis semper. Maecenas aliquam, sapien vel.</h4>\";s:23:\"hb_maintenance_bg_color\";s:7:\"#323436\";s:23:\"hb_maintenance_bg_image\";s:0:\"\";s:12:\"hb_404_title\";s:14:\"File not Found\";s:15:\"hb_404_subtitle\";s:61:\"Sorry, but we couldn\'t find the content you were looking for.\";s:21:\"hb_404_button_caption\";s:16:\"Back to our Home\";s:11:\"hb_404_icon\";s:20:\"hb-moon-construction\";s:18:\"hb_control_modules\";s:1:\"0\";s:19:\"hb_module_portfolio\";s:1:\"1\";s:17:\"hb_module_gallery\";s:1:\"1\";s:22:\"hb_module_team_members\";s:1:\"1\";s:13:\"hb_module_faq\";s:1:\"1\";s:22:\"hb_module_testimonials\";s:1:\"1\";s:17:\"hb_module_clients\";s:1:\"1\";s:24:\"hb_module_pricing_tables\";s:1:\"1\";s:24:\"hb_module_not_found_page\";s:1:\"1\";s:26:\"hb_module_coming_soon_mode\";s:1:\"1\";s:21:\"hb_module_prettyphoto\";s:1:\"1\";s:28:\"hb_module_plugin_recommender\";s:1:\"1\";s:26:\"hb_module_dashboard_widget\";s:1:\"1\";s:23:\"hb_module_demo_importer\";s:1:\"1\";s:28:\"hb_module_system_diagnostics\";s:1:\"1\";s:0:\"\";N;}', 'yes'),
(210, 'theme_mods_HighendWP-child', 'a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1605627944;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"hb-default-sidebar\";a:3:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";}s:23:\"hb-side-section-sidebar\";a:3:{i:0;s:10:\"archives-2\";i:1;s:12:\"categories-2\";i:2;s:6:\"meta-2\";}s:15:\"custom-sidebar0\";a:0:{}s:15:\"custom-sidebar1\";a:0:{}s:15:\"custom-sidebar2\";a:0:{}s:15:\"custom-sidebar3\";a:0:{}}}}', 'yes'),
(211, 'widget_hb_most_commented_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(212, 'widget_hb_latest_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(213, 'widget_hb_latest_posts_simple_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(214, 'widget_hb_most_liked_posts_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(215, 'widget_hb_recent_comments_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(216, 'widget_hb_testimonials_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(217, 'widget_hb_pinterest_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(218, 'widget_hb_flickr_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(219, 'widget_hb_dribbble_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(220, 'widget_hb_google_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(221, 'widget_hb_facebook_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(222, 'widget_hb_contact_info_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(223, 'widget_hb_soc_net_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(224, 'widget_gmap', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(225, 'widget_twitter', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(226, 'widget_hb_portfolio_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(227, 'widget_hb_portfolio_widget_rand', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(228, 'widget_hb_liked_portfolio_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(229, 'widget_hb_ad_twofifty_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(230, 'widget_hb_gallery_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'yes'),
(233, 'highend_theme_version', '3.6.12', 'yes'),
(234, 'highend_database_version', '3.6.0', 'yes'),
(292, 'rg_gforms_enable_akismet', '1', 'yes'),
(293, 'rg_gforms_currency', 'USD', 'yes'),
(294, 'gform_enable_toolbar_menu', '1', 'yes'),
(291, 'rg_gforms_key', 'a3cedc7c14fad46c112da6808ba5422a', 'yes'),
(237, 'whl_page', 'bws-login', 'yes'),
(238, 'whl_redirect_admin', '404', 'yes'),
(239, 'sendgrid', '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', 'yes'),
(240, 'sendgrid_from_name', 'USSES - DEV', 'yes'),
(241, 'sendgrid_from_email', 'no-reply@usses.beanstalkweb.com', 'yes'),
(246, 'acf_version', '5.9.6', 'yes'),
(247, 'external_theme_updates-HighendWP', 'O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1605627773;s:14:\"checkedVersion\";s:6:\"3.6.12\";s:6:\"update\";O:11:\"ThemeUpdate\":10:{s:7:\"version\";s:6:\"3.6.13\";s:11:\"details_url\";s:40:\"https://hb-themes.com/changelog/highend/\";s:12:\"download_url\";s:59:\"http://hb-themes.com/update/?action=download&slug=HighendWP\";s:4:\"name\";s:7:\"Highend\";s:8:\"homepage\";s:41:\"https://www.hb-themes.com/themes/highend/\";s:6:\"author\";s:9:\"HB-Themes\";s:15:\"author_homepage\";s:21:\"https://hb-themes.com\";s:12:\"last_updated\";s:19:\"2020-10-03 09:41:27\";s:4:\"slug\";s:9:\"HighendWP\";s:20:\"request_time_elapsed\";s:5:\"0.000\";}}', 'yes'),
(263, 'wpb_js_composer_license_activation_notified', 'yes', 'yes'),
(297, 'finished_updating_comment_type', '1', 'yes'),
(352, '_transient_health-check-site-status-result', '{\"good\":\"13\",\"recommended\":\"6\",\"critical\":\"0\"}', 'yes'),
(4846, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638299073;s:7:\"checked\";a:2:{s:5:\"usses\";s:5:\"1.0.0\";s:9:\"usses_old\";s:5:\"1.0.0\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}', 'no'),
(4946, 'wpins_block_notice', 'a:1:{s:16:\"disable-comments\";s:16:\"disable-comments\";}', 'yes'),
(4918, 'https_detection_errors', 'a:0:{}', 'yes'),
(11324, '_transient_timeout_GFCache_0e253834924986e914cbd1880eb8f95f', '1638355150', 'no'),
(11325, '_transient_GFCache_0e253834924986e914cbd1880eb8f95f', 'C:59:\"Gravity_Forms\\Gravity_Forms\\License\\GF_License_API_Response\":769:{a:5:{s:4:\"data\";a:1:{i:0;a:17:{s:15:\"license_key_md5\";s:32:\"a3cedc7c14fad46c112da6808ba5422a\";s:12:\"date_created\";s:19:\"2019-12-02 18:27:01\";s:12:\"date_expires\";s:19:\"2022-01-01 18:26:38\";s:9:\"is_active\";s:1:\"1\";s:24:\"is_subscription_canceled\";s:1:\"0\";s:12:\"product_code\";s:7:\"GFELITE\";s:12:\"product_name\";s:19:\"Gravity Forms Elite\";s:18:\"is_near_expiration\";b:0;s:14:\"days_to_expire\";i:32;s:10:\"is_expired\";b:0;s:8:\"is_valid\";b:1;s:22:\"is_past_renewal_period\";b:0;s:9:\"is_legacy\";b:0;s:9:\"max_sites\";s:9:\"unlimited\";s:12:\"active_sites\";i:108;s:15:\"remaining_seats\";s:9:\"unlimited\";s:20:\"is_multisite_allowed\";b:1;}}s:6:\"errors\";a:0:{}s:6:\"status\";s:9:\"valid_key\";s:4:\"meta\";a:0:{}s:5:\"strat\";O:63:\"Gravity_Forms\\Gravity_Forms\\Transients\\GF_WP_Transient_Strategy\":0:{}}}', 'no'),
(11376, '_transient_timeout_GFCache_1b0fd9dc302c043aa13b6e94864bfb4a', '1638903871', 'no'),
(11377, '_transient_GFCache_1b0fd9dc302c043aa13b6e94864bfb4a', 'a:67:{i:0;a:5:{s:3:\"key\";s:29:\"gravityforms/gravityforms.php\";s:4:\"name\";s:12:\"gravityforms\";s:5:\"title\";s:13:\"Gravity Forms\";s:14:\"last_published\";b:0;s:14:\"version_latest\";b:0;}i:1;a:5:{s:3:\"key\";s:34:\"gravityforms-beta/gravityforms.php\";s:4:\"name\";s:17:\"gravityforms-beta\";s:5:\"title\";s:20:\"Gravity Forms (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:8:\"2.5-rc-3\";}i:2;a:5:{s:3:\"key\";s:35:\"gravityforms2checkout/2checkout.php\";s:4:\"name\";s:21:\"gravityforms2checkout\";s:5:\"title\";s:16:\"2Checkout Add-On\";s:14:\"last_published\";s:19:\"2021-02-22 10:46:00\";s:14:\"version_latest\";s:5:\"2.0.1\";}i:3;a:5:{s:3:\"key\";s:45:\"gravityformsactivecampaign/activecampaign.php\";s:4:\"name\";s:26:\"gravityformsactivecampaign\";s:5:\"title\";s:21:\"ActiveCampaign Add-On\";s:14:\"last_published\";s:19:\"2021-11-24 16:57:15\";s:14:\"version_latest\";s:5:\"1.9.1\";}i:4;a:5:{s:3:\"key\";s:57:\"gravityformsadvancedpostcreation/advancedpostcreation.php\";s:4:\"name\";s:32:\"gravityformsadvancedpostcreation\";s:5:\"title\";s:29:\"Advanced Post Creation Add-On\";s:14:\"last_published\";s:19:\"2021-08-05 18:42:57\";s:14:\"version_latest\";s:3:\"1.1\";}i:5;a:5:{s:3:\"key\";s:33:\"gravityformsagilecrm/agilecrm.php\";s:4:\"name\";s:20:\"gravityformsagilecrm\";s:5:\"title\";s:16:\"Agile CRM Add-On\";s:14:\"last_published\";s:19:\"2020-09-16 13:41:00\";s:14:\"version_latest\";s:3:\"1.4\";}i:6;a:5:{s:3:\"key\";s:31:\"gravityformsakismet/akismet.php\";s:4:\"name\";s:19:\"gravityformsakismet\";s:5:\"title\";s:14:\"Akismet Add-On\";s:14:\"last_published\";s:19:\"2021-07-07 14:46:08\";s:14:\"version_latest\";s:3:\"1.0\";}i:7;a:5:{s:3:\"key\";s:41:\"gravityformsauthorizenet/authorizenet.php\";s:4:\"name\";s:24:\"gravityformsauthorizenet\";s:5:\"title\";s:20:\"Authorize.net Add-On\";s:14:\"last_published\";s:19:\"2021-03-24 11:24:21\";s:14:\"version_latest\";s:4:\"2.11\";}i:8;a:5:{s:3:\"key\";s:29:\"gravityformsaweber/aweber.php\";s:4:\"name\";s:18:\"gravityformsaweber\";s:5:\"title\";s:13:\"AWeber Add-On\";s:14:\"last_published\";s:19:\"2020-09-21 10:48:00\";s:14:\"version_latest\";s:4:\"2.11\";}i:9;a:5:{s:3:\"key\";s:35:\"gravityformsbatchbook/batchbook.php\";s:4:\"name\";s:21:\"gravityformsbatchbook\";s:5:\"title\";s:16:\"Batchbook Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.3\";}i:10;a:5:{s:3:\"key\";s:29:\"gravityformsbreeze/breeze.php\";s:4:\"name\";s:18:\"gravityformsbreeze\";s:5:\"title\";s:13:\"Breeze Add-On\";s:14:\"last_published\";s:19:\"2020-09-24 14:03:00\";s:14:\"version_latest\";s:3:\"1.5\";}i:11;a:5:{s:3:\"key\";s:47:\"gravityformscampaignmonitor/campaignmonitor.php\";s:4:\"name\";s:27:\"gravityformscampaignmonitor\";s:5:\"title\";s:23:\"Campaign Monitor Add-On\";s:14:\"last_published\";s:19:\"2020-09-21 10:57:00\";s:14:\"version_latest\";s:3:\"3.9\";}i:12;a:5:{s:3:\"key\";s:33:\"gravityformscampfire/campfire.php\";s:4:\"name\";s:20:\"gravityformscampfire\";s:5:\"title\";s:15:\"Campfire Add-On\";s:14:\"last_published\";s:19:\"2019-06-14 13:29:00\";s:14:\"version_latest\";s:5:\"1.2.2\";}i:13;a:5:{s:3:\"key\";s:37:\"gravityformscapsulecrm/capsulecrm.php\";s:4:\"name\";s:22:\"gravityformscapsulecrm\";s:5:\"title\";s:18:\"Capsule CRM Add-On\";s:14:\"last_published\";s:19:\"2021-05-06 09:19:29\";s:14:\"version_latest\";s:3:\"1.6\";}i:14;a:5:{s:3:\"key\";s:45:\"gravityformschainedselects/chainedselects.php\";s:4:\"name\";s:26:\"gravityformschainedselects\";s:5:\"title\";s:22:\"Chained Selects Add-On\";s:14:\"last_published\";s:19:\"2020-09-24 13:33:00\";s:14:\"version_latest\";s:3:\"1.5\";}i:15;a:5:{s:3:\"key\";s:50:\"gravityformschainedselects-beta/chainedselects.php\";s:4:\"name\";s:31:\"gravityformschainedselects-beta\";s:5:\"title\";s:29:\"Chained Selects Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:12:\"1.0-beta-1.3\";}i:16;a:5:{s:3:\"key\";s:39:\"gravityformscleverreach/cleverreach.php\";s:4:\"name\";s:23:\"gravityformscleverreach\";s:5:\"title\";s:18:\"CleverReach Add-On\";s:14:\"last_published\";s:19:\"2020-09-08 11:53:00\";s:14:\"version_latest\";s:3:\"1.7\";}i:17;a:5:{s:3:\"key\";s:23:\"gravityformscli/cli.php\";s:4:\"name\";s:15:\"gravityformscli\";s:5:\"title\";s:17:\"Gravity Forms CLI\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.4\";}i:18;a:5:{s:3:\"key\";s:47:\"gravityformsconstantcontact/constantcontact.php\";s:4:\"name\";s:27:\"gravityformsconstantcontact\";s:5:\"title\";s:23:\"Constant Contact Add-On\";s:14:\"last_published\";s:19:\"2020-09-16 14:16:00\";s:14:\"version_latest\";s:3:\"1.5\";}i:19;a:5:{s:3:\"key\";s:31:\"gravityformscoupons/coupons.php\";s:4:\"name\";s:19:\"gravityformscoupons\";s:5:\"title\";s:14:\"Coupons Add-On\";s:14:\"last_published\";s:19:\"2021-04-29 10:19:00\";s:14:\"version_latest\";s:3:\"3.0\";}i:20;a:5:{s:3:\"key\";s:39:\"gravityformsdebug/gravityformsdebug.php\";s:4:\"name\";s:17:\"gravityformsdebug\";s:5:\"title\";s:12:\"Debug Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"1.0.beta12\";}i:21;a:5:{s:3:\"key\";s:31:\"gravityformsdropbox/dropbox.php\";s:4:\"name\";s:19:\"gravityformsdropbox\";s:5:\"title\";s:14:\"Dropbox Add-On\";s:14:\"last_published\";s:19:\"2021-09-02 16:46:42\";s:14:\"version_latest\";s:3:\"3.0\";}i:22;a:5:{s:3:\"key\";s:36:\"gravityformsdropbox-beta/dropbox.php\";s:4:\"name\";s:24:\"gravityformsdropbox-beta\";s:5:\"title\";s:21:\"Dropbox Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:12:\"2.0-beta-1.1\";}i:23;a:5:{s:3:\"key\";s:41:\"gravityformsemailoctopus/emailoctopus.php\";s:4:\"name\";s:24:\"gravityformsemailoctopus\";s:5:\"title\";s:19:\"EmailOctopus Add-On\";s:14:\"last_published\";s:19:\"2020-09-08 16:39:00\";s:14:\"version_latest\";s:3:\"1.2\";}i:24;a:5:{s:3:\"key\";s:25:\"gravityformsemma/emma.php\";s:4:\"name\";s:16:\"gravityformsemma\";s:5:\"title\";s:11:\"Emma Add-On\";s:14:\"last_published\";s:19:\"2021-05-07 13:46:32\";s:14:\"version_latest\";s:3:\"1.5\";}i:25;a:5:{s:3:\"key\";s:37:\"gravityformsfreshbooks/freshbooks.php\";s:4:\"name\";s:22:\"gravityformsfreshbooks\";s:5:\"title\";s:17:\"FreshBooks Add-On\";s:14:\"last_published\";s:19:\"2021-05-07 14:13:59\";s:14:\"version_latest\";s:3:\"2.8\";}i:26;a:5:{s:3:\"key\";s:39:\"gravityformsgetresponse/getresponse.php\";s:4:\"name\";s:23:\"gravityformsgetresponse\";s:5:\"title\";s:18:\"GetResponse Add-On\";s:14:\"last_published\";s:19:\"2021-05-06 10:32:13\";s:14:\"version_latest\";s:3:\"1.6\";}i:27;a:5:{s:3:\"key\";s:47:\"gravityformsgoogleanalytics/googleanalytics.php\";s:4:\"name\";s:27:\"gravityformsgoogleanalytics\";s:5:\"title\";s:23:\"Google Analytics Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";b:0;}i:28;a:5:{s:3:\"key\";s:35:\"gravityformsgutenberg/gutenberg.php\";s:4:\"name\";s:21:\"gravityformsgutenberg\";s:5:\"title\";s:31:\"Gutenberg Add-On (Experimental)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";}i:29;a:5:{s:3:\"key\";s:35:\"gravityformshelpscout/helpscout.php\";s:4:\"name\";s:21:\"gravityformshelpscout\";s:5:\"title\";s:17:\"Help Scout Add-On\";s:14:\"last_published\";s:19:\"2021-05-06 12:15:28\";s:14:\"version_latest\";s:3:\"2.0\";}i:30;a:5:{s:3:\"key\";s:33:\"gravityformshighrise/highrise.php\";s:4:\"name\";s:20:\"gravityformshighrise\";s:5:\"title\";s:15:\"Highrise Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.3\";}i:31;a:5:{s:3:\"key\";s:31:\"gravityformshipchat/hipchat.php\";s:4:\"name\";s:19:\"gravityformshipchat\";s:5:\"title\";s:14:\"HipChat Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"1.2\";}i:32;a:5:{s:3:\"key\";s:31:\"gravityformshubspot/hubspot.php\";s:4:\"name\";s:19:\"gravityformshubspot\";s:5:\"title\";s:14:\"HubSpot Add-On\";s:14:\"last_published\";s:19:\"2021-11-10 20:23:24\";s:14:\"version_latest\";s:3:\"1.7\";}i:33;a:5:{s:3:\"key\";s:33:\"gravityformsicontact/icontact.php\";s:4:\"name\";s:20:\"gravityformsicontact\";s:5:\"title\";s:15:\"iContact Add-On\";s:14:\"last_published\";s:19:\"2020-09-08 12:15:00\";s:14:\"version_latest\";s:3:\"1.5\";}i:34;a:5:{s:3:\"key\";s:31:\"gravityformslogging/logging.php\";s:4:\"name\";s:19:\"gravityformslogging\";s:5:\"title\";s:14:\"Logging Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"1.3.1\";}i:35;a:5:{s:3:\"key\";s:31:\"gravityformsmadmimi/madmimi.php\";s:4:\"name\";s:19:\"gravityformsmadmimi\";s:5:\"title\";s:15:\"Mad Mimi Add-On\";s:14:\"last_published\";s:19:\"2020-09-08 12:23:00\";s:14:\"version_latest\";s:3:\"1.4\";}i:36;a:5:{s:3:\"key\";s:35:\"gravityformsmailchimp/mailchimp.php\";s:4:\"name\";s:21:\"gravityformsmailchimp\";s:5:\"title\";s:16:\"Mailchimp Add-On\";s:14:\"last_published\";s:19:\"2021-09-29 19:38:05\";s:14:\"version_latest\";s:3:\"5.0\";}i:37;a:5:{s:3:\"key\";s:31:\"gravityformsmailgun/mailgun.php\";s:4:\"name\";s:19:\"gravityformsmailgun\";s:5:\"title\";s:14:\"Mailgun Add-On\";s:14:\"last_published\";s:19:\"2021-11-17 10:03:48\";s:14:\"version_latest\";s:5:\"1.3.1\";}i:38;a:5:{s:3:\"key\";s:29:\"gravityformsmollie/mollie.php\";s:4:\"name\";s:18:\"gravityformsmollie\";s:5:\"title\";s:13:\"Mollie Add-On\";s:14:\"last_published\";s:19:\"2021-09-01 14:32:54\";s:14:\"version_latest\";s:3:\"1.2\";}i:39;a:5:{s:3:\"key\";s:45:\"gravityformspartialentries/partialentries.php\";s:4:\"name\";s:26:\"gravityformspartialentries\";s:5:\"title\";s:22:\"Partial Entries Add-On\";s:14:\"last_published\";s:19:\"2021-05-07 14:18:47\";s:14:\"version_latest\";s:5:\"1.6.1\";}i:40;a:5:{s:3:\"key\";s:29:\"gravityformspaypal/paypal.php\";s:4:\"name\";s:18:\"gravityformspaypal\";s:5:\"title\";s:13:\"PayPal Add-On\";s:14:\"last_published\";s:19:\"2021-04-28 12:27:43\";s:14:\"version_latest\";s:3:\"3.5\";}i:41;a:5:{s:3:\"key\";s:59:\"gravityformspaypalexpresscheckout/paypalexpresscheckout.php\";s:4:\"name\";s:33:\"gravityformspaypalexpresscheckout\";s:5:\"title\";s:30:\"PayPal Express Checkout Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";b:0;}i:42;a:5:{s:3:\"key\";s:51:\"gravityformspaypalpaymentspro/paypalpaymentspro.php\";s:4:\"name\";s:29:\"gravityformspaypalpaymentspro\";s:5:\"title\";s:26:\"PayPal Payments Pro Add-On\";s:14:\"last_published\";s:19:\"2021-05-05 14:28:16\";s:14:\"version_latest\";s:3:\"2.7\";}i:43;a:5:{s:3:\"key\";s:35:\"gravityformspaypalpro/paypalpro.php\";s:4:\"name\";s:21:\"gravityformspaypalpro\";s:5:\"title\";s:17:\"PayPal Pro Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"1.8.4\";}i:44;a:5:{s:3:\"key\";s:33:\"gravityformspicatcha/picatcha.php\";s:4:\"name\";s:20:\"gravityformspicatcha\";s:5:\"title\";s:15:\"Picatcha Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:3:\"2.0\";}i:45;a:5:{s:3:\"key\";s:25:\"gravityformspipe/pipe.php\";s:4:\"name\";s:16:\"gravityformspipe\";s:5:\"title\";s:11:\"Pipe Add-On\";s:14:\"last_published\";s:19:\"2020-09-28 13:52:00\";s:14:\"version_latest\";s:3:\"1.3\";}i:46;a:5:{s:3:\"key\";s:27:\"gravityformspolls/polls.php\";s:4:\"name\";s:17:\"gravityformspolls\";s:5:\"title\";s:12:\"Polls Add-On\";s:14:\"last_published\";s:19:\"2021-09-08 13:37:44\";s:14:\"version_latest\";s:3:\"3.9\";}i:47;a:5:{s:3:\"key\";s:33:\"gravityformspostmark/postmark.php\";s:4:\"name\";s:20:\"gravityformspostmark\";s:5:\"title\";s:15:\"Postmark Add-On\";s:14:\"last_published\";s:19:\"2021-02-03 05:38:00\";s:14:\"version_latest\";s:3:\"1.3\";}i:48;a:5:{s:3:\"key\";s:25:\"gravityformsppcp/ppcp.php\";s:4:\"name\";s:16:\"gravityformsppcp\";s:5:\"title\";s:22:\"PayPal Checkout Add-On\";s:14:\"last_published\";s:19:\"2021-09-15 15:04:14\";s:14:\"version_latest\";s:3:\"2.2\";}i:49;a:5:{s:3:\"key\";s:30:\"gravityformsppcp-beta/ppcp.php\";s:4:\"name\";s:21:\"gravityformsppcp-beta\";s:5:\"title\";s:22:\"PayPal Checkout (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"2.0-beta-3\";}i:50;a:5:{s:3:\"key\";s:33:\"gravityformsppcp-release/ppcp.php\";s:4:\"name\";s:24:\"gravityformsppcp-release\";s:5:\"title\";s:25:\"PayPal Checkout (Release)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:5:\"2.0.2\";}i:51;a:5:{s:3:\"key\";s:25:\"gravityformsquiz/quiz.php\";s:4:\"name\";s:16:\"gravityformsquiz\";s:5:\"title\";s:11:\"Quiz Add-On\";s:14:\"last_published\";s:19:\"2021-10-14 12:47:04\";s:14:\"version_latest\";s:3:\"3.8\";}i:52;a:5:{s:3:\"key\";s:35:\"gravityformsrecaptcha/recaptcha.php\";s:4:\"name\";s:21:\"gravityformsrecaptcha\";s:5:\"title\";s:16:\"reCAPTCHA Add-On\";s:14:\"last_published\";s:19:\"2021-07-21 17:40:44\";s:14:\"version_latest\";s:3:\"1.1\";}i:53;a:5:{s:3:\"key\";s:31:\"gravityformsrestapi/restapi.php\";s:4:\"name\";s:19:\"gravityformsrestapi\";s:5:\"title\";s:15:\"Rest API Add-On\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"2.0-beta-2\";}i:54;a:5:{s:3:\"key\";s:33:\"gravityformssendgrid/sendgrid.php\";s:4:\"name\";s:20:\"gravityformssendgrid\";s:5:\"title\";s:15:\"SendGrid Add-On\";s:14:\"last_published\";s:19:\"2021-04-29 12:41:47\";s:14:\"version_latest\";s:3:\"1.5\";}i:55;a:5:{s:3:\"key\";s:35:\"gravityformssignature/signature.php\";s:4:\"name\";s:21:\"gravityformssignature\";s:5:\"title\";s:16:\"Signature Add-On\";s:14:\"last_published\";s:19:\"2021-09-01 14:41:25\";s:14:\"version_latest\";s:3:\"4.1\";}i:56;a:5:{s:3:\"key\";s:27:\"gravityformsslack/slack.php\";s:4:\"name\";s:17:\"gravityformsslack\";s:5:\"title\";s:12:\"Slack Add-On\";s:14:\"last_published\";s:19:\"2021-04-21 16:08:07\";s:14:\"version_latest\";s:3:\"2.0\";}i:57;a:5:{s:3:\"key\";s:29:\"gravityformssquare/square.php\";s:4:\"name\";s:18:\"gravityformssquare\";s:5:\"title\";s:13:\"Square Add-On\";s:14:\"last_published\";s:19:\"2021-11-26 12:13:25\";s:14:\"version_latest\";s:5:\"1.5.3\";}i:58;a:5:{s:3:\"key\";s:29:\"gravityformsstripe/stripe.php\";s:4:\"name\";s:18:\"gravityformsstripe\";s:5:\"title\";s:13:\"Stripe Add-On\";s:14:\"last_published\";s:19:\"2021-11-08 11:04:28\";s:14:\"version_latest\";s:5:\"4.1.1\";}i:59;a:5:{s:3:\"key\";s:29:\"gravityformssurvey/survey.php\";s:4:\"name\";s:18:\"gravityformssurvey\";s:5:\"title\";s:13:\"Survey Add-On\";s:14:\"last_published\";s:19:\"2021-04-29 12:30:55\";s:14:\"version_latest\";s:3:\"3.7\";}i:60;a:5:{s:3:\"key\";s:29:\"gravityformstrello/trello.php\";s:4:\"name\";s:18:\"gravityformstrello\";s:5:\"title\";s:13:\"Trello Add-On\";s:14:\"last_published\";s:19:\"2021-07-07 14:33:27\";s:14:\"version_latest\";s:3:\"2.0\";}i:61;a:5:{s:3:\"key\";s:29:\"gravityformstwilio/twilio.php\";s:4:\"name\";s:18:\"gravityformstwilio\";s:5:\"title\";s:13:\"Twilio Add-On\";s:14:\"last_published\";s:19:\"2020-05-06 13:53:00\";s:14:\"version_latest\";s:3:\"2.8\";}i:62;a:5:{s:3:\"key\";s:49:\"gravityformsuserregistration/userregistration.php\";s:4:\"name\";s:28:\"gravityformsuserregistration\";s:5:\"title\";s:24:\"User Registration Add-On\";s:14:\"last_published\";s:19:\"2021-10-21 16:34:44\";s:14:\"version_latest\";s:3:\"4.9\";}i:63;a:5:{s:3:\"key\";s:33:\"gravityformswebhooks/webhooks.php\";s:4:\"name\";s:20:\"gravityformswebhooks\";s:5:\"title\";s:15:\"Webhooks Add-On\";s:14:\"last_published\";s:19:\"2021-05-06 21:12:03\";s:14:\"version_latest\";s:3:\"1.5\";}i:64;a:5:{s:3:\"key\";s:29:\"gravityformszapier/zapier.php\";s:4:\"name\";s:18:\"gravityformszapier\";s:5:\"title\";s:13:\"Zapier Add-On\";s:14:\"last_published\";s:19:\"2021-06-04 13:39:55\";s:14:\"version_latest\";s:5:\"4.1.1\";}i:65;a:5:{s:3:\"key\";s:34:\"gravityformszapier-beta/zapier.php\";s:4:\"name\";s:23:\"gravityformszapier-beta\";s:5:\"title\";s:24:\"Zapier 4.0 Add-On (Beta)\";s:14:\"last_published\";b:0;s:14:\"version_latest\";s:10:\"4.0-beta-2\";}i:66;a:5:{s:3:\"key\";s:31:\"gravityformszohocrm/zohocrm.php\";s:4:\"name\";s:19:\"gravityformszohocrm\";s:5:\"title\";s:15:\"Zoho CRM Add-On\";s:14:\"last_published\";s:19:\"2021-10-27 17:29:43\";s:14:\"version_latest\";s:3:\"2.0\";}}', 'no'),
(11374, '_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a', '1638309701', 'no'),
(11375, '_site_transient_poptags_40cd750bba9870f18aada2478b24840a', 'O:8:\"stdClass\":100:{s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:5255;}s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4774;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2740;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2607;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:2021;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1874;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1863;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1535;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1532;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1511;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1506;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1501;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1480;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1310;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:1308;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1297;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1244;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1167;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1136;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:1076;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:983;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:944;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:921;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:915;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:889;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:849;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:826;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:824;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:822;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:809;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:770;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:761;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:744;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:738;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:729;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:728;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:718;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:694;}s:9:\"gutenberg\";a:3:{s:4:\"name\";s:9:\"gutenberg\";s:4:\"slug\";s:9:\"gutenberg\";s:5:\"count\";i:685;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:679;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:669;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:667;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:666;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:666;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:665;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:655;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:607;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:604;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:596;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:594;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:581;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:577;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:571;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:571;}s:5:\"block\";a:3:{s:4:\"name\";s:5:\"block\";s:4:\"slug\";s:5:\"block\";s:5:\"count\";i:571;}s:9:\"elementor\";a:3:{s:4:\"name\";s:9:\"elementor\";s:4:\"slug\";s:9:\"elementor\";s:5:\"count\";i:570;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:566;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:566;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:561;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:559;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:553;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:542;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:534;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:525;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:517;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:516;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:509;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:503;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:502;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:495;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:488;}s:8:\"shipping\";a:3:{s:4:\"name\";s:8:\"shipping\";s:4:\"slug\";s:8:\"shipping\";s:5:\"count\";i:484;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:481;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:477;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:476;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:474;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:455;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:451;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:448;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:444;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:437;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:427;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:426;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:426;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:415;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:415;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:409;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:404;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:400;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:392;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:392;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:392;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:385;}s:6:\"blocks\";a:3:{s:4:\"name\";s:6:\"blocks\";s:4:\"slug\";s:6:\"blocks\";s:5:\"count\";i:384;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:382;}s:6:\"import\";a:3:{s:4:\"name\";s:6:\"import\";s:4:\"slug\";s:6:\"import\";s:5:\"count\";i:381;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:374;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:372;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:363;}s:5:\"cache\";a:3:{s:4:\"name\";s:5:\"cache\";s:4:\"slug\";s:5:\"cache\";s:5:\"count\";i:362;}}', 'no'),
(11118, '_site_transient_timeout_browser_9c7cba4c3dd1b2f7ace2dd877a58051a', '1638350946', 'no'),
(11119, '_site_transient_browser_9c7cba4c3dd1b2f7ace2dd877a58051a', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"94.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11120, '_site_transient_timeout_php_check_1d343e7f9aee33bb3a30d3fe7077ec03', '1638350946', 'no'),
(11121, '_site_transient_php_check_1d343e7f9aee33bb3a30d3fe7077ec03', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"5.6.20\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'no'),
(11354, '_transient_timeout_sendgrid_api_key_check', '1638306080', 'no'),
(11355, '_transient_sendgrid_api_key_check', 'valid', 'no'),
(11356, '_transient_timeout_sendgrid_api_key_stats_check', '1638306080', 'no'),
(11357, '_transient_sendgrid_api_key_stats_check', 'valid', 'no'),
(11297, '_site_transient_timeout_browser_bcbc7efdabc110373e4fb2723c76f086', '1638830182', 'no'),
(11298, '_site_transient_browser_bcbc7efdabc110373e4fb2723c76f086', 'a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"94.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'no'),
(11385, 'w3tc_extensions_hooks', '{\"actions\":[],\"filters\":{\"w3tc_notes\":[\"w3tc_notes_wordpress_seo\"]},\"next_check_date\":1638385479}', 'yes'),
(11386, '_transient_timeout_w3tc.verify_plugins', '1638903879', 'no'),
(11387, '_transient_w3tc.verify_plugins', '1', 'no'),
(11399, 'ucp_notices', 'a:1:{s:19:\"dismiss_whitelisted\";b:1;}', 'yes'),
(11364, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1638342082', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11365, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:79:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News –  – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Nov 2021 13:25:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.9-alpha-52276\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:20:{i:0;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WP Briefing: Episode 21: All Things Block Themes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Nov 2021 12:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11636\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:424:\"In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor: Dustin Hartzler Logo: Beatriz Fialho Production: Chloé Bringmann Song: Fearless [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/11/WP-Briefing-021.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26769:\"\n<p>In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">5.9 Beta 1 Delay Announcement </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">5.9 Revised Release Schedule</a></li><li><a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a></li><li>Charitable Giving: <ul><li><a href=\"https://wordpressfoundation.org/donate/\">WordPress Foundation</a></li><li><a href=\"https://donate.bigorangeheart.org/\">Big Orange Heart</a></li><li><a href=\"https://heropressnetwork.com/support/\">HeroPress</a></li></ul></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11636\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it&#8217;s been a bit since I&#8217;ve had a guest, so I&#8217;m very excited to introduce you to who I have with me today. Today, I have <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I&#8217;m really excited to have this conversation with you today.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>01:39</p>\n\n\n\n<p>Thank you for having us. Excited to be here.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:45</p>\n\n\n\n<p>I&#8217;m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>02:34</p>\n\n\n\n<p>I can try to start unless, Maggie? Okay. Well, if you take a look at what I&#8217;ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it&#8217;s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it&#8217;s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>I think you can dare to say it.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>03:03</p>\n\n\n\n<p>And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that&#8217;s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they&#8217;ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two. </p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>04:04</p>\n\n\n\n<p>But like patterns as this idea that a theme, hopefully, what it is, it&#8217;s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say &#8220;I want you this layout, like two columns of text or with like some images here.&#8221; Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that&#8217;s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I&#8217;m biased.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>I also think it&#8217;s a good example. Maggie, did you have anything that you wanted to add to that?</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>05:08</p>\n\n\n\n<p>Yeah, What I really like about patterns is how it empowers the user, even if they don&#8217;t really have like a deep knowledge of code, or they&#8217;re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it&#8217;s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it&#8217;s like, really, really easy to use, even if you&#8217;re not familiar with it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:07</p>\n\n\n\n<p>One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it&#8217;s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:57</p>\n\n\n\n<p>And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they&#8217;re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn&#8217;t destroy all of my work, just because I didn&#8217;t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it&#8217;s not gonna work, it&#8217;s kind of easy to fix too. So like, I&#8217;m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that&#8217;s really exciting. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:20</p>\n\n\n\n<p>I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we&#8217;re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it&#8217;s block themes. There was like this floating around the term, universal themes. And now we&#8217;re looking at just like block themes forever. And so I wondered if y&#8217;all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:11</p>\n\n\n\n<p>So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that&#8217;s where that term kind of came from is like, oh, let&#8217;s, let&#8217;s start talking about this idea that themes can be completely made up out of blocks. And what does that mean?&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:33</p>\n\n\n\n<p>I think over time, it wasn&#8217;t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it&#8217;s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they&#8217;ll just be called themes again. If we do a good enough they will just be called themes.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:57</p>\n\n\n\n<p>I&#8217;m gonna, I&#8217;m gonna take us into a philosophical area now that you&#8217;ve just put us in there. You said, someday they&#8217;ll be called Themes. Again, I&#8217;ve talked about this on this podcast a few times. And for anyone who&#8217;s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one&#8217;s like caffeinated coffee, because that&#8217;s what you expect out of it. And so when you&#8217;re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you&#8217;re probably right, there will be a time when the modifier isn&#8217;t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:08</p>\n\n\n\n<p>Maggie is nowhere near me. And so she&#8217;s never been in the room when I&#8217;ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I&#8217;m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question? </p>\n\n\n\n<p>12:29</p>\n\n\n\n<p>Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don&#8217;t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn&#8217;t something that you could actually do for production websites like you could build them to test some experiments, but they weren&#8217;t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:00</p>\n\n\n\n<p>There&#8217;s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it&#8217;s kind of like an on-ramp, it&#8217;s a safe way to get back to something that they do know, in the event that what they don&#8217;t know, really hinders their progress makes it hard for them to get the work done.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:31</p>\n\n\n\n<p>I think I wouldn&#8217;t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it&#8217;s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it&#8217;s not fully ready.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>14:54</p>\n\n\n\n<p>They still need to support the old way of doing things.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:58</p>\n\n\n\n<p>Like being backward compatible and being ready for any kind of user.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:05</p>\n\n\n\n<p>So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it. </p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>15:12</p>\n\n\n\n<p>It&#8217;s also good for users; If they feel secure in using the customizer.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:20</p>\n\n\n\n<p>Well, I think that there&#8217;s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that&#8217;s one way. Which works for a lot of companies in the world, I&#8217;m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what&#8217;s coming but also the ability to keep kind of working in your old space where you need to, I think it&#8217;s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can&#8217;t cut off all the methods. You can&#8217;t cut off all the ways people can get away from you. And even if we could, it wouldn&#8217;t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that&#8217;s supposed to bring in leads for you or generate revenue like you don&#8217;t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it&#8217;s moving forward, I think it&#8217;s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I&#8217;ve confused anyone, please email me at wpbriefing@wordpress.org. And tell me how I confused you. And I will do a follow-up to unconfuse everyone. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:40</p>\n\n\n\n<p>So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I&#8217;m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there&#8217;s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it&#8217;s moved ahead in the past 12 months or so.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>19:23</p>\n\n\n\n<p>So you&#8217;re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we&#8217;ve come?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:36</p>\n\n\n\n<p>Yeah, yeah. So like, if you&#8217;re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they&#8217;re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>20:05</p>\n\n\n\n<p>I think there&#8217;s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it&#8217;s full potential, and it&#8217;s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it&#8217;s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell [Reigstad]</a> has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It&#8217;s really, really amazing how that can turn into a reality. And it&#8217;s so easy for users to tinker with that if they want to. And it&#8217;s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code. </p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>21:23</p>\n\n\n\n<p>Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It&#8217;s super fast. And it&#8217;s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it&#8217;s just yeah. And workers do for you. Exactly. And like that. That&#8217;s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it&#8217;s like, Wow, pretty cool. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:10</p>\n\n\n\n<p>Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y&#8217;all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don&#8217;t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:41</p>\n\n\n\n<p>So, Maggie, Jeff, thank you both for joining me. And I&#8217;m sure that we&#8217;ll talk to you all again soon.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:56</p>\n\n\n\n<p>That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I&#8217;m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:19</p>\n\n\n\n<p>Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It&#8217;s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I&#8217;ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:33</p>\n\n\n\n<p>The second small list of big things is that the first back to people WordCamp. I don&#8217;t think that&#8217;s what we&#8217;re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I&#8217;m so excited I wish I were local, but I&#8217;m not so if you are local stop by their website and pick up your ticket. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don&#8217;t know if you do your charitable giving at the end of the year or if that&#8217;s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There&#8217;s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you&#8217;re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:42</p>\n\n\n\n<p>And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Watch State of the Word at a Watch Party with your WordPress Friends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2021 18:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11641\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"State of the Word 2021 is just around the corner!&#160; Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&#160; This year, as State of the Word is streamed live for the second time, we want to [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7280:\"\n<p><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a> is just around the corner!&nbsp;</p>\n\n\n\n<p>Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&nbsp;</p>\n\n\n\n<p>This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —</strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>read this handbook to learn more</strong></a><strong>.</strong></p></blockquote>\n\n\n\n<h2 id=\"why-organize-a-watch-party\">Why organize a watch party?&nbsp;</h2>\n\n\n\n<ul><li>If you are a <a href=\"https://meetup.com/pro/wordpress\">WordPress meetup</a> organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.</li><li>As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.</li><li>Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.</li><li>And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!</li></ul>\n\n\n\n<h2 id=\"how-do-i-organize-a-state-of-the-word-watch-party\">How do I organize a State of the Word watch party?</h2>\n\n\n\n<p>You can choose to host a watch party online or in person. Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#schedule-a-state-of-the-word-watch-party-for-your-meetup\">our handbook</a> for detailed instructions on how to schedule an event (including event templates).</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3 id=\"online\">Online</h3>\n\n\n\n<p>The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement. </p>\n\n\n\n<div class=\"wp-container-61a671e14f75d wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-online-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Organize an Online Watch Party</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3 id=\"in-person\">In Person</h3>\n\n\n\n<p>If your region meets <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/\">the guidelines for in person events</a> (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.</p>\n\n\n\n<div class=\"wp-container-61a671e14fad6 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-in-person-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Plan an In person Watch Party</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>NOTE:</strong> If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If your Local WordPress Meetup is organizing an in person watch party, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/request-swag-for-in-person-watch-parties/\"><strong>fill out this form</strong></a><strong> so that we can ship some swag for your group to celebrate!</strong><br>Deadline: November 30, 2021</p></blockquote>\n\n\n\n<h2 id=\"what-else-do-i-need-to-know-about-organizing-a-state-of-the-word-watch-party\">What else do I need to know about organizing a State of the Word watch party?</h2>\n\n\n\n<p>Excited? To help you get started, we’ve put together a few resources:</p>\n\n\n\n<ul><li><strong>Check out this </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>handbook</strong></a><strong> for detailed instructions on how to organize a watch party, </strong>be it online or in person.</li><li>Looking for a Zoom Pro account to host your online watch party?&nbsp;<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Request a community zoom pro account</a>&nbsp;for your event right away!</li><li>We have prepared some <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/email-templates-for-state-of-the-word/\">email templates</a> that Meetup Organizers can use to spread the word in their Meetup groups.</li><li>Don’t forget to share on social media about your watch party events using the hashtag <strong>#StateOfTheWord</strong> so we can join in on the fun!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>NOTE: </strong> The guidelines in this post are primarily aimed at WordPress Meetup organizers. <strong>However, you do not need to be a Meetup organizer to schedule a watch party!</strong> You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!</p></blockquote>\n\n\n\n<p>If you are planning a watch party for State of the Word, and have questions, please drop us an email to: <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> if you have any questions. We are happy to help you in the best way possible.</p>\n\n\n\n<p><em>The following folks contributed to this post: <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <em><a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em></em> <em>and <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"A Look at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 21:02:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11625\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:322:\"WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with Twenty Twenty-Two joining the fun and over 30 theme blocks to build all parts of your site. In anticipation of the January 25th release, we hope you enjoy this sneak peek of 5.9. New design tools will [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Kelly Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2972:\"\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/XvEG9XWD4JI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a> joining the fun and over 30 theme blocks to build all parts of your site. <a href=\"https://make.wordpress.org/core/5-9/\">In anticipation of the January 25th release</a>, we hope you enjoy this sneak peek of 5.9.</p>\n\n\n\n<p>New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes<strong>.</strong></p>\n\n\n\n<p>No matter what you’re editing, whether it&#8217;s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can&#8217;t wait to see what you create with WordPress 5.9! </p>\n\n\n\n<h2 id=\"stay-tuned\">Stay Tuned</h2>\n\n\n\n<p>Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">test everything</a>! For all the details, <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">check out this Make Core post</a>.</p>\n\n\n\n<p><em>Video props: <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> (also co-wrote the post) <a href=\'https://profiles.wordpress.org/michaelpick/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michaelpick</a> <a href=\'https://profiles.wordpress.org/matveb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>matveb</a> <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a> <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> <a href=\'https://profiles.wordpress.org/critterverse/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>critterverse</a> <a href=\'https://profiles.wordpress.org/joen/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joen</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Join us for State of the Word 2021, in person or online!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Nov 2021 21:08:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11611\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:297:\"As previously announced, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on December 14, 2021, between 5 and 7 pm EST! To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1726:\"\n<p>As <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">previously announced</a>, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on <a href=\"https://www.worldtimebuddy.com/?qm=1&amp;lid=5128581,100&amp;h=5128581&amp;date=2021-12-14&amp;sln=17-19&amp;hf=0\">December 14, 2021, between 5 and 7 pm EST</a>!</p>\n\n\n\n<p>To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>, where the livestream will be embedded.&nbsp;</p>\n\n\n\n<p>If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30.&nbsp;</p>\n\n\n\n<p>In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees.&nbsp;</p>\n\n\n\n<div class=\"wp-container-61a671e152250 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2021\">Request a seat</a></div>\n</div>\n\n\n\n<p>Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question &amp; Answer session. If you have a question for Matt, you can send your question ahead of time to ask-matt@wordcamp.org, or ask during the event in the YouTube chat.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WP Briefing: Episode 20: WordPress=Blogging+\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Nov 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11556\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:386:\"In this episode, WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week&#8217;s small list of big things. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/11/WP-Briefing-020.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10275:\"\n<p>In this episode, WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week&#8217;s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs WordPress Usage Statistics </a></li><li><a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 Development Cycle </a></li><li><a href=\"https://make.wordpress.org/updates/2021/10/22/team-rep-nominations/\">Call for Team Rep Nomination</a></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11556\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>So I was in a meeting recently, which I realize isn&#8217;t saying much for me since I spend a quarter of my time in meetings. But in this particular meeting, I was asked a couple of questions that I absolutely loved. The first question was, “if there were one thing you could change in people&#8217;s minds about WordPress, what would it be?” And my answer, predictable though it may be, was that I want to change the idea that WordPress is just a blogging platform.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:06</p>\n\n\n\n<p>WordPress has grown into a lot more than that. But the idea of a content management system, even now, sometimes gets a mental shorthand where content is a stand-in for the word writing or words. If you&#8217;re using WordPress today in an enterprise context, or as part of a governmental agency, or if you use it in a classroom setting, you know that your content cannot be confined that way. And if you&#8217;re supporting or building anything to hand off to clients, you know that timely, easy-to-ship changes on a site are considered a vital part of any overarching brand and marketing strategy. And when was the last time that any marketing strategy was literally only about the words?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:51</p>\n\n\n\n<p>So that was the first question. And also my first answer. There is also this kind of annual, not fear, necessarily, but this annual question that is sort of related that is raised to me and has been asked of me recently, that I&#8217;m just going to give you a small answer to. One annual worry that I get every year around November and December is, &#8220;What are we going to do about the fact that the term blog and blogging are declining in search popularity?&#8221; And I was gonna say it&#8217;s been a while since I answered that in any sort of public format. But I think maybe I&#8217;ve never answered it in a public format at all. And so I&#8217;m just going to answer it here. Because I think maybe a lot of people have that same question.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:36</p>\n\n\n\n<p>So number one, I think that the way that people search now is different. There&#8217;s a lot more semantic cognition. This is not the way to answer this &#8212;  search engines are smarter now. So like, it used to be the case with early search engines that yeah, there was a lot of just like, individual search terms that were looked for. But now, people are asking full questions; they have, essentially, an entire sentence that they are searching for. And then, search engines are able to parse that information better and get more high-quality answers and information for them. So like, that&#8217;s one thing that I&#8217;m already not worried about. If people are searching for individual words anymore, it&#8217;s so that they can get a definition of that word. So I&#8217;m not specifically worried about a decline in search volume for the word blog or blogging for that reason. But the answer to my first question, if there is probably the real reason that I&#8217;m not actually super worried about any decline in search volume for the word blog, or blogging, is that WordPress has really moved beyond that. And since we have moved beyond that, then it doesn&#8217;t necessarily make sense for WordPress as an entity for WordPress as a project to get overly hung up on the idea that the term blog has gone out of fashion.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:52</p>\n\n\n\n<p>Okay, now that I did my first question, and the answer, and then an additional question that only ever gets asked in private and is being answered by me for the first time in public, I will tell you now, the second question that I loved, someone asking of me, and that question is this: &#8220;What is one thing you&#8217;d like people to see or experience, right when they first land on wordpress.org?&#8221; Now, I often don&#8217;t get asked questions about the wordpress.org website, like administrative tasks, things that we need to update, move around where they should go. Sure. But like, “Josepha, what&#8217;s the point and purpose of this site?” Never. I&#8217;ve never been asked that, and so I was really excited that someone asked me, and I&#8217;m going to give you a heads up. I think some of you might disagree with my answer.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:40</p>\n\n\n\n<p>So the primary thing that I want people to see or experience when they first get to wordpress.org, the website is the depth of WordPress. Not which audience segment they should belong to or that we believe they should belong to or raw data about the CMS or even how much we care about the freedoms of open source. Now the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has 1,000s of really smart people making sure it works and gets better every day, now.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:19</p>\n\n\n\n<p>WordPress is a Goliath in its field. I know that we cite this bit of context. Frequently, we say that we are 42% of the web. And that is true that is the percentage by usage. But in its field, which is websites that are using a content management system, we actually have a 65% market share. This is very easy to find. It&#8217;s on the W3Techs website: I can put a link in the show notes, but you could find it just by searching for it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:46</p>\n\n\n\n<p>So WordPress is a Goliath in its field of websites that are run using a CMS. Because we have always brought our learnings forward with us with the understanding that knowledge, when shared grows rather than diminishes. But open source, the heart of what defines this project, open source is not a Goliath; it&#8217;s barely even David somedays. Even though the web is built on scads of open source software, there&#8217;s a pervasive public perception that it is built by and for hobbyists or that it is inherently risky, and that if there were if it were worth something, then people would pay something. And I just know that if the first impression of WordPress, we&#8217;re, &#8220;we&#8217;ve got 18 years of experience and learning that brought us to today,&#8221; the rest of the sale to adopt software that protects other people&#8217;s freedoms would take care of itself. And I guess, to quote John Oliver, at this point, &#8220;And now this.&#8221;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:59</p>\n\n\n\n<p>Alright, that brings us now to our small list of big things. There are actually quite a few big things on this small list today. So number one, we have reached the beta phase for the year&#8217;s final release, which means that WordPress 5.9 beta one is happening tomorrow, Tuesday, November 16. And then seven days later, I believe on the 23rd, if I recall correctly, comes beta two.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:24</p>\n\n\n\n<p>The second thing on my list is that team rep nominations are happening all over the project right now. I&#8217;ve got a post that I will share in the notes below that I believe all the team reps have put their team&#8217;s nomination posts on. So if you have had an interest in learning more about that and what it means to help keep teams kind of running in the WordPress project, then this is a great opportunity to check those out.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:49</p>\n\n\n\n<p>And the third thing, this last thing actually isn&#8217;t in the next two weeks, but it is very important, nonetheless. Matt&#8217;s annual State of the Word is coming up on December 14. So basically a month from today. It&#8217;s going to join the growing list of in-person events that are on the calendar. It will be in New York City but will also be live-streamed across the world as usual. Keep an eye out for additional updates about that for anyone who, like me, really looks forward to this particular presentation from our project co-founder every year.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:25</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"State of the Word 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Nov 2021 00:38:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11567\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:346:\"Howdy, World!&#160; Mark your calendars; it’s almost time for State of the Word 2021! State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg. Every year, the event allows us to reflect on the project’s progress and the future of open source. This year will include that and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5054:\"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410-1024x696.png?resize=632%2C430&#038;ssl=1\" alt=\"State of the Word 2021\" class=\"wp-image-11568\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=1024%2C696&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=300%2C204&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?resize=768%2C522&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>State of the Word 2021 is happening on Dec 14!</figcaption></figure></div>\n\n\n\n<p>Howdy, World!&nbsp;</p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">Mark your calendars</a>; it’s almost time for State of the Word 2021!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg. Every year, the event allows us to reflect on the project’s progress and the future of open source. This year will include that and more.</p>\n\n\n\n<p>Due to the pandemic, we moved the State of the World online for the first time ever in 2020. This year, the event will be livestreamed from New York City. That will enable us to take as many folks as possible along for the ride!</p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2021, discusses the latest trends he’s seeing, celebrates the community’s amazing wins, and explores the future. Expect to hear about a range of topics, from WordPress 5.9 and Openverse to Web3 and non-fungible tokens (NFTs).</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2021</p>\n\n\n\n<p><strong>When:</strong> <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&amp;dates=20211214T220000Z/20211215T000000Z&amp;details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">December 14, 2021, between 5 and 7 pm ET/10 &#8211; 12 am (December 15) UTC</a></p>\n\n\n\n<p><strong>How:</strong> If you’re watching from the comfort of your home or <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">local watch party</a>, the livestream will be embedded on wordpress.org/news.</p>\n\n\n\n<p><strong>Have a question for Matt?</strong></p>\n\n\n\n<p>State of the Word will be followed by a Question &amp; Answer session. If you want to participate, you can either send your question ahead of time to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>, or ask during the event in the livestream chat on YouTube.</p>\n\n\n\n<p>If you’re new to State of the Word, the previous years’ recordings (below) will help you get a sense of what the event is about. Check them out:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\">State of the Word 2020 (online)</a></li><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\n\n\n\n<p>We hope to see you online on December 14th!</p>\n\n\n\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/anjanavasan/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>anjanavasan</a> <a href=\'https://profiles.wordpress.org/eidolonnight/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>eidolonnight</a> <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a> for their work on this post. The featured image was created by <a href=\'https://profiles.wordpress.org/beafialho/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>beafialho</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Take the 2021 WordPress Annual Survey (and view the 2020 results)!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 23:52:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11551\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide their valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual State of the Word address, are shared in the public project blogs, and can influence the direction and [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4885:\"\n<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide their valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual <a href=\"https://wordpress.tv/tag/state-of-the-word/\"><em>State of the Word</em></a> address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress Project.</p>\n\n\n\n<p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors’ experiences.&nbsp;&nbsp;</p>\n\n\n\n<p>To ensure that <strong><em>your</em></strong> WordPress experience is represented in the 2021 survey results, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">take the 2021 annual survey now.</a></p>\n\n\n\n<div class=\"wp-container-61a671e1579bc wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">Take the Annual Survey! (English)</a></div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>You may also take the survey in <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-french\" target=\"_blank\" rel=\"noreferrer noopener\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-german\" target=\"_blank\" rel=\"noreferrer noopener\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-japanese\" target=\"_blank\" rel=\"noreferrer noopener\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-russian\" target=\"_blank\" rel=\"noreferrer noopener\">Russian</a>, or <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-spanish\" target=\"_blank\" rel=\"noreferrer noopener\">Spanish</a>. These are the top five languages (other than English) based on the number of WordPress locale downloads. For 2022, additional languages may be considered for translation.</p>\n\n\n\n<p>The survey will be open through the end of 2021, and the results will be published in a future post on this blog for anyone to view. Next year, there will be a new format for this survey, including which segments and questions are included, so that your valuable time spent responding results in equally valuable information.</p>\n\n\n\n<h2 id=\"2020-survey-results\">2020 Survey Results</h2>\n\n\n\n<p>For the 2020 survey, more than 17,000 responses were collected, representing the highest submission volume in four years, up three times from the prior year. In the inaugural year of the survey (2015), over 50,000 responses were collected. Given the reach and adoption of WordPress, there is a significant number we have not reached. As you take the 2021 survey, consider sharing the link on social media and with other colleagues who use WordPress. Gathering feedback from more folks who benefit from WordPress will strengthen our project.</p>\n\n\n\n<div class=\"wp-container-61a671e157cf4 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">View the 2020 Survey Results (PDF)</a></div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>The 2020 survey results show that the pandemic has had a major impact on how we operate as a community. With few in-person events, many community members continue to find it challenging to balance community contributions with their own personal and professional obligations.&nbsp;</p>\n\n\n\n<h2 id=\"footnotes\">Footnotes:</h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses nor IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<p>Like last year, the 2021 survey will be promoted via a banner on WordPress.org, and throughout the make blogs. However, taking a moment to amplify these posts through your own social media and Slack accounts will ensure broader participation. Each of the translated surveys will be promoted through banners on their associated localized-language WordPress.org sites.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a> for the initial draft of this post, and to <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> &amp; <a href=\"https://profiles.wordpress.org/zackkrida/\">@zackkrida</a> for review!</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Nov 2021 18:20:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11546\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:365:\"WordPress 5.8.2&#160;is now available! This security and maintenance release features 2 bug fixes in addition to 1 security fix. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated. WordPress 5.8.2 is a small focus security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3030:\"\n<p><strong>WordPress 5.8.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">2 bug</a> fixes in addition to <a href=\"https://core.trac.wordpress.org/ticket/54207\">1 security</a> fix. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.2 is a small focus security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.2 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now. If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&amp;milestone=5.8.2&amp;group=component&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;col=milestone&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-2/\">version 5.8.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.8.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.2 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>.\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props </em><a href=\'https://profiles.wordpress.org/circlecube/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>circlecube</a><em> and </em><a href=\'https://profiles.wordpress.org/pbiron/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>pbiron</a> <em>for peer review.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/11/the-month-in-wordpress-october-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Nov 2021 23:35:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11501\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:344:\"October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg. More notably, in the latest episode of WP Briefing, Executive Director Josepha Haden reminded us about the importance of freedom in open source platforms like WordPress. Free speech has with it a lot of responsibility, just like [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24011:\"\n<p>October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg. More notably, in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/10/episode-18-the-economics-of-wordpress/\" target=\"_blank\">latest episode</a> of <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/podcast/\" target=\"_blank\">WP Briefing</a>, Executive Director <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">Josepha Haden</a> reminded us about the importance of freedom in open source platforms like WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Free speech has with it a lot of responsibility, just like being a part of a community. Governments or communities, or in our case, <strong>this software is built by the people who show up. </strong><br><br>For WordPress, at 42% of the web, every small choice we make can cause huge changes in the way that people experience the web today and tomorrow.</p><cite>Josepha Haden, Executive Director of the WordPress project</cite></blockquote>\n\n\n\n<p>Last month was yet another chapter in this journey. So keep reading to learn what&#8217;s new. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.9: All proposed updates will likely be included</h2>\n\n\n\n<ul><li>We announced the<strong> </strong><a href=\"https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>go/no-go for WordPress 5.9 features</strong></a><strong> </strong>in mid-October. The release will probably include all the proposed features—though not all of them are ready yet, they should be by the <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\" target=\"_blank\" rel=\"noreferrer noopener\">proposed release date</a> (December 14, 2021).</li><li><strong style=\"color: initial\">WordPress 5.9 will include a new default theme called </strong><a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Twenty Twenty-Two</strong></a><strong style=\"color: initial\">! </strong><span style=\"color: initial\">The theme&#8217;s foundation will be strong, and the unpredictable yet reliable behavior of birds inspired the intentionally subtle design. </span></li></ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" width=\"632\" height=\"433\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=632%2C433&#038;ssl=1\" alt=\"WordPress Default Theme Twenty Twenty-Two released with WordPress Version 5.9\" class=\"wp-image-11509\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=1024%2C701&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=300%2C205&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=768%2C526&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=1536%2C1051&amp;ssl=1 1536w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=2048%2C1402&amp;ssl=1 2048w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?w=1264&amp;ssl=1 1264w, https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure></div>\n\n\n\n<ul><li>5.9 bug scrub sessions began in September and will continue each week until the release on December 14, 2021. <strong>View the full </strong><a href=\"https://make.wordpress.org/core/2021/10/18/bug-scrub-schedule-for-5-9/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>bug scrub schedule</strong></a><strong>. </strong></li><li>Many of you requested a few <a href=\"https://make.wordpress.org/core/2021/10/25/wordpress-5-9-editor-update-26-october/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;must have&#8221; enhancements</a> for the 5.9 release—follow the <a href=\"https://github.com/WordPress/gutenberg/projects/62\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Must-Haves project board</a> to track their status.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/27/overview-of-the-5-9-test-leads-approach/\" target=\"_blank\" rel=\"noreferrer noopener\">shared an overview</a> of the team’s approach to testing WordPress 5.9.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-default\"><p><strong>Interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\" target=\"_blank\" rel=\"noreferrer noopener\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\" target=\"_blank\" rel=\"noreferrer noopener\">8 PM</a> UTC.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg releases: 11.6, 11.7, and 11.8 are here</h2>\n\n\n\n<p>We released three new versions of the Gutenberg block editor between the end of September and October:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Version 11.6</strong></a><strong> </strong>brings site logo cropping and rotation, block-level locking, improvements to Query Pagination block, support for child themes and <a href=\"https://make.wordpress.org/core/2021/10/29/thunks-in-gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">thunks</a>, template focus mode, and enhancements to the writing flow.</li><li><a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg version 11.7</strong></a><strong> </strong>includes bug fixes and polishes to the navigation block and editor, global styles and full site editing (including a handy back button that lets you quickly return to the site editor), and columns block support, among other improvements.</li><li>Finally, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg 11.8</strong></a> is the second to last version to make it into the <a href=\"https://make.wordpress.org/core/5-9/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9</a> release, and it comes with plenty of developments to the editing experience: featured Block Patterns, new animations for a few elements (like Dropzone and Insertion Point), spacing tools for heading blocks, and a lot more.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\" target=\"_blank\" rel=\"noreferrer noopener\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress Slack</a>. For details on the latest updates, follow the &#8220;<a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">What&#8217;s next in Gutenberg</a>&#8221; post.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp US returned virtually this year with more than 3,600 attendees</h2>\n\n\n\n<p><a href=\"https://us.wordcamp.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> 2021 was on October 1, and it was online for the first time. The event drew more than 3,600 attendees, 27 sponsors, and 18 remarkable speakers on topics ranging from accessibility and sustainability to e-commerce, to name a few. </p>\n\n\n\n<p>Matt Mullenweg&#8217;s “State of the Word” is expected to be held as a separate event later this year, rather than being part of WordCamp US.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p>If you missed the live event, <strong>you can still watch the <a href=\"https://www.youtube.com/watch?v=0Vkq4BFZbhI\" target=\"_blank\" rel=\"noreferrer noopener\">Yukon Track</a> and the <a href=\"https://www.youtube.com/watch?v=_6-yAZRXY8k\" target=\"_blank\" rel=\"noreferrer noopener\">Columbia Track</a> of WordCamp US 2021.</strong></p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Polyglots monthly newsletter, a new Performance team, and more</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/polyglots/2021/10/15/polyglots-monthly-newsletter-october-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">first edition</a> of the <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots monthly newsletter</a> went out on October 15, 2021.</li><li>The following teams opened up their call for team representatives last month, and more are coming soon: <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Core</a>, <a href=\"https://make.wordpress.org/community/2021/10/11/community-team-rep-nominations-for-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Community</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\" target=\"_blank\" rel=\"noreferrer noopener\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\" target=\"_blank\" rel=\"noreferrer noopener\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\" target=\"_blank\" rel=\"noreferrer noopener\">Support</a>, <a href=\"https://make.wordpress.org/training/2021/11/02/nominations-for-training-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Training</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Hosting</a>.</li><li>A draft of the <a href=\"https://make.wordpress.org/community/2021/10/08/proposal-2022-global-community-sponsorship-program/\" target=\"_blank\" rel=\"noreferrer noopener\">2022 Global Community Sponsorship program proposal</a> was released on October 8, 2021. </li><li>The October 2021 edition of <a href=\"https://wordpress.org/news/2021/10/people-of-wordpress-ecommerce-ronald-gijsel/\" target=\"_blank\" rel=\"noreferrer noopener\">People of WordPress</a>, featuring WordPress e-commerce specialist Ronald Gijsel, went live.</li><li>Following excellent responses to the <a href=\"https://make.wordpress.org/core/2021/10/12/proposal-for-a-performance-team/\" target=\"_blank\" rel=\"noreferrer noopener\">initial proposal</a>, members of the Core Team announced the next steps in <a href=\"https://make.wordpress.org/core/2021/10/28/wordpress-performance-team-kick-off/\" target=\"_blank\" rel=\"noreferrer noopener\">launching a performance team</a> that aims to increase the performance (speed) of WordPress.</li><li>The Polyglots Team kicked-off <a href=\"https://make.wordpress.org/polyglots/2021/10/12/new-glotpress-meetings/\" target=\"_blank\" rel=\"noreferrer noopener\">bi-weekly Glotpress meetings</a> aimed at improving the functionality of the plugin that powers <a href=\"https://translate.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">translate.wordpress.org</a>.</li><li>A <a href=\"https://make.wordpress.org/training/2021/10/27/documentation-sprint/\" target=\"_blank\" rel=\"noreferrer noopener\">sprint</a> is planned on November 10-12 to explore a <a href=\"https://make.wordpress.org/training/2021/10/04/a-dedicated-volunteer-program-for-the-training-team/\" target=\"_blank\" rel=\"noreferrer noopener\">dedicated volunteer program</a> for the Training Team, similar to the Deputy program in the Community Team.</li><li>WordPress.org profiles now display <a href=\"https://make.wordpress.org/meta/2021/10/11/wordpress-org-profiles-now-show-github-activity/\" target=\"_blank\" rel=\"noreferrer noopener\">activity from the WordPress GitHub organization</a>.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/21/fse-program-pattern-party-summary/\" target=\"_blank\" rel=\"noreferrer noopener\">shared results</a> of the tenth Full Site Editing (FSE) Outreach Program: Pattern Party. </li><li>Answers from the <a href=\"https://make.wordpress.org/core/2021/10/28/fse-program-answers-from-round-three-of-questions/\" target=\"_blank\" rel=\"noreferrer noopener\">third round of questions</a> from the FSE Outreach Program are now out!</li><li>The Docs Team is<a href=\"https://make.wordpress.org/docs/\" target=\"_blank\" rel=\"noreferrer noopener\"> consulting with independent legal experts</a> to explore whether there are issues with having Gutenberg (which is dual-licensed GPL + MPL) coexist with other contents in WordPress (our documentation has a CC0 license and the code is GPL). </li><li>The Themes Team shared a recap of work happening on <a href=\"https://make.wordpress.org/themes/2021/10/14/theme-tools-and-requirements-recap/\" target=\"_blank\" rel=\"noreferrer noopener\">automation and improvement processes</a> for the WordPress Themes directory. The Team also shared a p2 post highlighting the performance impact of<a href=\"https://make.wordpress.org/themes/2021/10/04/the-performance-impact-of-using-jquery-in-wordpress-themes/\" target=\"_blank\" rel=\"noreferrer noopener\"> jQuery on WordPress themes</a>.</li><li>The Marketing Team participated in a <a href=\"https://make.wordpress.org/marketing/2021/10/21/make-marketing-workshop-contributor-ladder/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor ladder workshop</a> to help plan their future activities.</li><li>The feature<a href=\"https://wptranslationday.org/blog/celebrating-wordpress-translation-day-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"> recap of the WordPress Translation Day 2021</a> is out from the Polyglots and Marketing teams, with the results of the <a href=\"https://wptranslationday.org/wptd-2021/polyglots-appreciation-nominees/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots appreciation nominations 2021</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><a href=\"https://wordpressfoundation.us17.list-manage.com/subscribe?u=0f93eb6000a019fcbd53d10be&amp;id=04c6fa5c90\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up </a>for the Polyglots monthly newsletter</strong>, if you haven’t already.</p></blockquote>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing requests: Deadline for redesigned Gutenberg landing page is November 5, 2021</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"396\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=632%2C396&#038;ssl=1\" alt=\"WordPress.Org redesigned Gutenberg page\" class=\"wp-image-11519\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=1024%2C642&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=300%2C188&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=768%2C482&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=1536%2C963&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=2048%2C1284&amp;ssl=1 2048w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?w=1264&amp;ssl=1 1264w, https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?w=1896&amp;ssl=1 1896w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<ul><li><strong>The Design Team is </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>working on redesigning</strong></a><strong> the </strong><a href=\"https://wordpress.org/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>wordpress.org/gutenberg</strong></a><strong> landing page, and has already shared a </strong><a href=\"https://www.figma.com/proto/Gl653sYvO3RBhVtWSFwMcD/Gutenberg-Page?page-id=1865%3A12926&amp;node-id=1919%3A14707&amp;viewport=241%2C48%2C0.15&amp;scaling=min-zoom&amp;starting-point-node-id=1919%3A14707\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>prototype</strong></a><strong>. </strong></li><li>The team has also shared a few other concepts where they have requested feedback from contributors:<ul><li>Site Editing iA Concepts: <a href=\"https://make.wordpress.org/design/2021/10/15/site-editing-ia-concepts-how-to-surface-and-access-new-features/\" target=\"_blank\" rel=\"noreferrer noopener\">Part1</a> and <a href=\"https://make.wordpress.org/design/2021/10/22/site-editing-ia-concepts-part-2/\" target=\"_blank\" rel=\"noreferrer noopener\">Part 2</a></li><li><a href=\"https://make.wordpress.org/design/2021/10/08/adventures-in-block-theme-switching/\" target=\"_blank\" rel=\"noreferrer noopener\">Block theme switching</a> concepts</li></ul></li><li>Version 18.5 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/10/18/call-for-testing-wordpress-for-ios-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/10/19/call-for-testing-wordpress-for-android-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">Android</a> are now available for testing!</li><li>The Accessibility Team is <a href=\"https://make.wordpress.org/accessibility/2021/10/30/accessibility-team-meeting-notes-october-22-2021-2/\" target=\"_blank\" rel=\"noreferrer noopener\">requesting feedback</a> on a new Gutenberg Pull request that <a href=\"https://github.com/WordPress/gutenberg/pull/35896\" target=\"_blank\" rel=\"noreferrer noopener\">announces formatting changes or screen readers</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Share your feedback on the new Gutenberg landing page design in </strong><a href=\"https://meta.trac.wordpress.org/ticket/5600\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Trac</strong></a><strong> or by </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>commenting on the blog post</strong></a><strong> by November 5, 2021.</strong></p></blockquote>\n\n\n\n<h2>Keep an eye out for WordCamp Spain, Sâo Paulo, and Taiwan 2021</h2>\n\n\n\n<p>We had several WordPress events in October, and several more to look forward to the rest of the year:</p>\n\n\n\n<ul><li>We’re seeking a new host city for <a href=\"https://us.wordcamp.org/2021/wordcamp-us-update-city-search-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US 2022</a>.</li><li>WordCamp Europe 2022 has extended its <a href=\"https://europe.wordcamp.org/2022/porto-is-calling/\" target=\"_blank\" rel=\"noreferrer noopener\">call for organizers</a>.</li><li><a href=\"https://italia.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Italia 2021</a> was held online on October 22-23, 2021. The event had 23 speakers, 17 sponsors, and more than 1,000 registrants. Check out its <a href=\"https://www.youtube.com/channel/UCGdoJtlsv9BhODCQ71cOFnQ\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube channel</a> to watch the event replay.</li><li>Another highlight of the month was <a href=\"https://nicaragua.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Nicaragua 2021</a> which was held on October 8-9, 2021.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\" target=\"_blank\" rel=\"noreferrer noopener\">#WPDiversity</a> working group of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Allyship workshop for event organizers</a> on October 28. <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up now</a> for the diversity events planned by the team for November! </li><li>A <a href=\"https://make.wordpress.org/training/2021/10/29/contribute2wp-learn-training-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">two-day contributor event</a> focused on <a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn WordPress</a>, took place on October 29 and 31, 2021. There was also another <a href=\"https://yoast.com/about-us/events/yoast-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor day</a> on October 8, 2021, which involved working groups across the board, from accessibility to user testing.</li><li>The Test Team organized the following Hallway Hangouts this week—check out their recaps:<ul><li><a href=\"https://make.wordpress.org/test/2021/10/06/hallway-hangout-pattern-party-testing-walkthrough-6-october/\" target=\"_blank\" rel=\"noreferrer noopener\">Pattern Party Testing Walkthrough </a></li><li><a href=\"https://make.wordpress.org/test/2021/10/20/hallway-hangout-5-9-go-no-go-site-editor-ia-and-more/\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Go/No go, Site Editor Internal Audit, and more</a></li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Don’t miss the following upcoming online WordCamps: </strong><a href=\"https://spain.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Spain 2021</strong></a><strong>, </strong><a href=\"https://saopaulo.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Sâo Paulo 2021</strong></a><strong>, and </strong><a href=\"https://taiwan.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Taiwan 2021</strong></a><strong>!</strong></p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to October 2021’s Month in WordPress: </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/anjanavasan/\" target=\"_blank\"><em>@anjanavasan</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker/\" target=\"_blank\"><em>@harishanker</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/rmartinezduque/\" target=\"_blank\"><em>@rmartinezduque</em></a><em>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/callye/\" target=\"_blank\">@callye</a></em>, <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\">@webcommsat</a></em>, and <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chaion07/\" target=\"_blank\">chaion07</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WP Briefing: Episode 19: The People of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/11/episode-19-the-people-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 01 Nov 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11368\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:463:\"In this nineteenth episode, WordPress&#8217;s Executive director, Josepha Haden Chomphosy, discusses and expresses gratitude for the inspiration behind the People of WordPress series, HeroPress. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless First by Kevin [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/10/WP-Briefing-019.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8207:\"\n<p>In this nineteenth episode, WordPress&#8217;s Executive director, Josepha Haden Chomphosy, discusses and expresses gratitude for the inspiration behind the People of WordPress series, HeroPress.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/category/interviews/\">People of WordPress series</a></p>\n\n\n\n<p><a href=\"https://heropress.com/\">HeroPress</a></p>\n\n\n\n<p><a href=\"https://heropressnetwork.com/\">HeroPress Network</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 Development Cycle</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/updates/2021/10/22/team-rep-nominations/\">Call for Team Rep Nomination</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11368\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:29</p>\n\n\n\n<p>The month of November includes the Thanksgiving holiday in my part of the world and in my familial traditions. And one of the things that November always brings up for me is the concept of gratitude. I have a gratitude practice that lasts throughout the year. But this time of year always kind of lets me look outside what makes me feel routinely grateful and explore areas that I don&#8217;t always notice.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:05</p>\n\n\n\n<p>This year, I&#8217;m taking some time to do that in the context of the WordPress project, and it&#8217;s reminded me of one of the foundational things I talk about a lot that may be a little harder for folks to see. I am routinely grateful, of course, for the people who show up to maintain WordPress, the people who keep the back office work going, the contributors who contribute directly to the WordPress CMS and project, the folks who routinely go out and tell other people about WordPress and make sure others know how to use it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:35</p>\n\n\n\n<p>But there&#8217;s another group that I talk about a lot that is a little harder to grasp. And that&#8217;s this conceptual group of people whose lives have been changed by WordPress. I used to run into people like this all the time when I was organizing WordCamps. And the small but meaningful successes that they share year after year made me realize that my small contribution of organizing these events was really quite valuable; valuable to them, and I assumed also valuable to just other people in the WordPress project.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:09</p>\n\n\n\n<p>Now, if you&#8217;re contributing in a way that doesn&#8217;t let you have contact with the same users consistently over time, or if contributing doesn&#8217;t quite balance out in your ledger at the moment, it can be hard to put names to faces in a way that lets you see how your contributions are making an impact. To help with that, a few years ago, the WordPress project partnered with the community Marketing team and the HeroPress team to share the People of WordPress series which you can find monthly on wordpress.org/news. For me, this series provides a glimpse into the humanity of the people who use WordPress, and for me, that&#8217;s enough. If all the series ever did was to remind us that WordPress was made for people whose needs matter, that would be enough to continue to have that series forever. But fortunately, the series does quite a bit more than that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>The People of WordPress series also lifts up the stories of people who we don&#8217;t always hear from in technology. It highlights the wide array of origin stories that lead people to WordPress. It reminds us of the global nature of what we&#8217;re doing. It reconnects us to the hopefulness of our own first WordPress successes. And it draws a direct line to why we should care about refreshing the commons of this open ecosystem. I&#8217;m sure that there are more things that do as well. But those are just the things off the top of my head, we draw all of the people of WordPress stories that are inside that series directly from the HeroPress essays that have been submitted by users. And I was gonna say users like you in a kind of Reading Rainbow way. But I actually don&#8217;t know if any of you are everyday users who are also using WordPress but maybe not contributing yet. If you are then like I&#8217;m talking to you. And if you&#8217;re not, I&#8217;m probably still talking to you. Because all of these stories that go to HeroPress are very valuable and very important for us to know. Anyway, I digress.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:14</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/topher1kenobe/\">Topher DeRosia</a>, who founded HeroPress, is among the first people I met in the community lo these many years ago. And I think the impact that HeroPress has on the WordPress community as a whole is not always well recognized. So in the spirit of expanding the scope of my gratitude, and in the context of refreshing the commons, I would encourage you to head over to HeroPress.com and their newly launched HeroPress Network and see if there&#8217;s any little way that you can contribute to their commons, submitting your story donating to their network offering a small bit of volunteer time if you happen to have any spare time lying around. I know that the team would be delighted to hear from you.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:01</p>\n\n\n\n<p>That leads us now to our small list of big things. We are about a week away from the feature freeze for WordPress 5.9, the final release of the year. Feature freeze caused a little confusion last time. So I just want to clarify there won&#8217;t be a package released with this milestone. But no more enhancements or features will be worked on at that point. And bug fixing will become the primary focus. That will be on November 9, which I believe is next Tuesday. It&#8217;s definitely next week whenever the calendar turns to nine of November 2021. That&#8217;s the day that we&#8217;re going into feature freeze.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:38</p>\n\n\n\n<p>The second big thing in our small list of big things is that team rep nomination season is upon us. If you are a team rep or want to learn more about being one, now is the time to kind of look at what&#8217;s going on and how to keep everything moving in that way. I&#8217;ll include a link to the announcement post of that in the notes below.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:57</p>\n\n\n\n<p>And finally, Daylight Saving Time movements are also upon us. Some parts of the world are ending Daylight Saving Time others are starting it and some have already started or stopped that already. So no matter where you are, don&#8217;t forget to check and double-check the timing of things across time zones for the next few weeks.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:21</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11368\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:78:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Ronald Gijsel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://wordpress.org/news/2021/10/people-of-wordpress-ecommerce-ronald-gijsel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Oct 2021 12:21:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"Contributor Story\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"HeroPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"meetups\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:20:\"WordPress e-commerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:17:\"WordPress journey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11370\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"Ronald Gijsel on his path from chef to WordPress e-commerce specialist, in the latest People of WordPress feature. #ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11750:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a WordPress e-commerce specialist on the difference it makes.</p>\n\n\n\n<h2>Empowered to make a change</h2>\n\n\n\n<p><strong>For WordPress contributor Ronald Gijsel, open source is a lifeline and a perfect place for people with creative minds. It led him on a transformational journey from chef to WordPress e-commerce specialist. Originally from the Netherlands, where he trained in hospitality, he was to find a restorative and energizing power within the WordPress local and global community. </strong></p>\n\n\n\n<p>Ten years ago, life took a sad turn for Ronald and his wife Nihan when their baby daughter passed away only a few days after she was born. At that time, Ronald was a restaurant owner in the UK, working hard in a challenging economic environment.&nbsp;Discovering open source was in many ways his lifeline and helped him and his wife through their considerable heartache. Through this community, a journey to understand the opportunities of the web and new career paths began.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img src=\"https://i0.wp.com/wordpress.org/news/files/2021/10/ronaldgijsel2-1.jpg?w=632&#038;ssl=1\" alt=\"Portrait picture of Ronald Gijsel\" class=\"wp-image-11403\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>Ronald believes that working together in WordPress and other open source communities can lead to massive benefits for a large number of users. Not least, an online presence has been essential to the survival of many businesses during the Covid-19 pandemic.&nbsp;</p>\n\n\n\n<p>During recent years, he has visited open source events worldwide as a partnership manager at a WordPress e-commerce plugin company and community supporter. His enthusiasm for WordPress has steered him to being part of local support, solutions and collaboration as a co-organizer of <a href=\"https://central.wordcamp.org/\">WordCamp</a> Bristol, the <a href=\"https://www.meetup.com/Cheltenham-WordPress-Meetup/\">WordPress Cheltenham Meetup</a> and more.</p>\n\n\n\n<h2>Moving forward&nbsp;</h2>\n\n\n\n<p>When Nihan enrolled in the UK&#8217;s Open University to complete her computer science degree, Ronald found her course materials stirring his own interest. He started to follow the lectures with her and even attempted some of the course work for himself &#8211; all whilst he continued to work as a chef in various local pubs.&nbsp;</p>\n\n\n\n<p>Through this, he discovered how to generate affiliate commission earnings through blogging on different platforms. “Creating websites was slowly becoming a passion. In these first few years, I enjoyed every part of the steep learning curve, from tackling the basics to more advanced coding and designs,” said Ronald.</p>\n\n\n\n<h2>The Start of a Web Career</h2>\n\n\n\n<p>Ronald reduced his hours as a chef and devoted more time to online courses learning coding, e-commerce, SEO, and online marketing. Yet when he applied for a job as a WordPress designer, he had only heard of the platform in the context of blogging. This was all to change when an online tutor on one of the training sites revealed the many functions available with WordPress. It was the start of a new career and life journey. This tutor was Topher DeRosia, who went on to create <a href=\"https://heropress.com/\">HeroPress</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"632\" height=\"467\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=632%2C467&#038;ssl=1\" alt=\"Ronald Gijsel and Topher De Rosia at \na WordCamp\" class=\"wp-image-11398\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?w=900&amp;ssl=1 900w, https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=300%2C222&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/10/with-topher.jpg?resize=768%2C567&amp;ssl=1 768w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Ronald with Topher at WordCamp London in 2019</figcaption></figure>\n\n\n\n<p>To learn WordPress, Ronald ‘binge-watched’ webinars on various development topics and over time he became more familiar with it. Securing a job as a designer was only the beginning of his journey into the WordPress ecosystem.</p>\n\n\n\n<p>A year later in 2015, after landing the job as a WordPress designer, Ronald&#8217;s boss asked him to consider taking on the business and its clients. With his wife, Ronald decided to take on the firm and to expand their work in WordPress e-commerce and online marketing.</p>\n\n\n\n<p>As an advocate for learning new skills and practicing them, Ronald encourages others to continue to expand their knowledge through study, attending talks at Meetups and WordCamps, and using the new <a href=\"https://learn.wordpress.org/\">Learn WordPress resource</a>. </p>\n\n\n\n<p>“WordPress has evolved in so many branches that require different skills. There are hundreds of areas of expertise, roles, and jobs that complement WordPress to make it what it is.”</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"528\" height=\"652\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?resize=528%2C652&#038;ssl=1\" alt=\"Ronald talking about WordPress and e-commerce solutions\" class=\"wp-image-11414 size-full\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?w=528&amp;ssl=1 528w, https://i2.wp.com/wordpress.org/news/files/2021/10/meetup3-1.jpg?resize=243%2C300&amp;ssl=1 243w\" sizes=\"(max-width: 528px) 100vw, 528px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-large-font-size\">“WordPress is an essential tool in my box.”<br><em><strong>Ronald Gijsel</strong></em></p>\n</div></div>\n\n\n\n<p>Ronald believes WordPress thrives on diversity, with many <a href=\"https://make.wordpress.org/\">contributor opportunities</a> and jobs in the ecosystem that require a wide range of skills.&nbsp;</p>\n\n\n\n<p>“A big part of this is that each person’s personal background complements their skill sets. Who you are and what you do is influenced by what you have done and learned. We need to cherish this. These things also add to our culture, language, experience, and knowledge,” he said.<br></p>\n\n\n\n<h2>A journey into WordPress e-commerce</h2>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?resize=632%2C442&#038;ssl=1\" alt=\"Ronald presenting on WordPress and e-commerce at an event\" class=\"wp-image-11400\" width=\"632\" height=\"442\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?zoom=2&amp;resize=900%2C630&amp;ssl=1 1800w, https://i2.wp.com/wordpress.org/news/files/2021/10/meetup2.jpg?zoom=3&amp;resize=900%2C630&amp;ssl=1 2700w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Ronald shares his enthusiasm for building WordPress and e-commerce websites at WordCamp London in 2019</figcaption></figure>\n\n\n\n<p>Ronald initially extended his interest in the&nbsp;WordPress ecosystem through representing a plugin company at WordCamps in the UK. He became hooked and went on to attend events in many different countries.&nbsp;</p>\n\n\n\n<p>In 2018, he realized he could do more with his connections and create meaningful partnerships. Within a few weeks, he had crafted his dream job and sent a proposal to the CEO of a WordPress e-commerce firm.</p>\n\n\n\n<p>But pitching to strangers wasn’t an easy task, as he did not know if they would understand his vision. </p>\n\n\n\n<p>Ronald said: “The doubts went through my head for months. ‘Do I give up my business and work for the benefit of another company? What if I don’t get on? What do I do with my customers?’ But I decided to take the leap.&#8221; His pitch proved successful, joining his current firm in 2019.<br><br>In the firm’s CEO, Ronald found a mentor, supporter, and a friend. He explained: “Nando Pappalardo never tells me what to do, but instead, he asks questions to make me realize what is achievable, or could be even better. He simply makes suggestions that I read something and reach my own conclusions.”</p>\n\n\n\n<h2>Looking back at the journey&nbsp;</h2>\n\n\n\n<p>Taking risks or changing directions in mid-career often involves a giant leap. In Ronald&#8217;s view, through WordPress, you don&#8217;t need to be alone. He believes its community can offer support and help to process thinking.</p>\n\n\n\n<p>Ronald said: “I often think back to the moment my daughter passed away. She only lived for a few days. Every day, I wonder how events would have unfolded if she had survived. Maybe her memory lives on in every decision I make and the paths I decide to take.”</p>\n\n\n\n<p>From his experience, he found that&nbsp;changing a career can sometimes take a few years and have a period of transition. He said: “Only looking back do I realize that each small step slowly made a difference in my life.”</p>\n\n\n\n<figure class=\"wp-block-pullquote\"><blockquote><p>“It was WordPress that made the online world easier to navigate and empowered me to make a change”&nbsp;</p><cite>Ronald Gijsel</cite></blockquote></figure>\n\n\n\n<p>He added: “Feeling welcomed into the WordPress community through Meetups and WordCamps added a human dimension and confidence that I can do ‘this’ too.”</p>\n\n\n\n<p>Ronald’s wish is that his story will offer support to others who may have experienced tragedy in their lives. “I hope that I can give you the hope and strength to try and put your energy into something else that can lead to more significant changes in your life. Try to take it as one positive decision at a time.”</p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help us share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series.</a>&nbsp;#ContributorStory.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thank you to Abha Thakor (<a href=\"https://profiles.wordpress.org/webcommsat/\">@</a><a href=\"https://profiles.wordpress.org/webcommsat/\" data-type=\"URL\" data-id=\"https://profiles.wordpress.org/webcommsat/\">webcommsat</a>), and Surendra Thakor (<a href=\"https://profiles.wordpress.org/sthakor/\">@sthakor</a>) for the interviews and writing this feature, and to Ronald Gijsel (<a href=\"https://profiles.wordpress.org/just2ronald/\">@just2ronald</a>) for sharing his story.</p>\n\n\n\n<p>Thanks to Meher Bala (<a href=\"https://profiles.wordpress.org/meher/\">@meher</a>), Chloé Bringmann (<a href=\"https://profiles.wordpress.org/cbringmann/\">@cbringmann</a>), Anjana Vasan (<a href=\"https://profiles.wordpress.org/anjanavasan/\">@anjanavasan</a>), Collieth Clarke (<a href=\"https://profiles.wordpress.org/callye/\">@callye</a>), and Reyes Martinez (<a href=\"https://profiles.wordpress.org/rmartinezduque/\">@rmartinezduque</a>) for their content contributions, and Josepha Haden Chomphosy (@<a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>), and Topher DeRosia (<a href=\"https://profiles.wordpress.org/topher1kenobe/\">@topher1kenobe</a>) for their support for the series.</p>\n\n\n\n<p><em>This People of WordPress feature is inspired by an essay originally published on </em><a href=\"https://heropress.com/\"><em>HeroPress.com</em></a><em>, a community initiative created by Topher DeRosia. It highlights people in the WordPress community who have overcome barriers and whose stories might otherwise go unheard.&nbsp;</em>#HeroPress</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11370\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WP Briefing: Episode 18: The Economics of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2021/10/episode-18-the-economics-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Oct 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11351\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"In episode 18 of WP Briefing, Josepha Haden Chomphosy reflects on a recent lecture that she gave to students at Hendrix College in which she explored the economics of WordPress and the principles that sustain the project&#8217;s ecosystem. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/10/WP-Briefing-018.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:20806:\"\n<p>In episode 18 of WP Briefing, Josepha Haden Chomphosy reflects on a recent lecture that she gave to students at Hendrix College in which she explored the economics of WordPress and the principles that sustain the project&#8217;s ecosystem.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://wordpress.org/showcase/\">WordPress Showcase</a></p>\n\n\n\n<p><a href=\"https://wpengine.com/resources/value-of-wordpress-worlds-first-study-of-wordpress-economy/#An_Expansive_WordPress_Ecosystem\">The Value of WordPress: The World&#8217;s First Study of the WordPress Economy </a></p>\n\n\n\n<p><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/\">WordPress 5.9 Feature Go/No-Go </a></p>\n\n\n\n<h3>Digital Citizenship Resources</h3>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/becoming-better-digital-citizens-through-open-source/\">Becoming Better Digital Citizens Through Open Source</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/empowering-generations-of-digital-natives/\" data-type=\"post\" data-id=\"7413\">Empowering Generations of Digital Natives</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/news/2019/10/responsible-participation-in-online-communities/\" data-type=\"post\" data-id=\"7386\">Responsible Participation in Online Communities</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11351\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>So today marks the start of Digital Citizenship week. This year in 2021, it is the week of October 18th, and to kick it off, I want to share with you a bit of a lecture that I gave to a college class last week.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:55</p>\n\n\n\n<p>An economics professor teaches this class. And so, a little bit, I went to talk about how WordPress is essentially a microcosm of global societies. That was mostly why I was invited to come and give the talk. But one of the students asked a really interesting question about economics, and especially the economics of WordPress. And so, I&#8217;m going to take some time to do my best to answer that question here as well. But first, we&#8217;re going to start with some big picture information about WordPress that I shared with the students, and then maybe you also don&#8217;t necessarily know.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:00</p>\n\n\n\n<p>So the first place that we started was with the question of what WordPress is. Most of them had heard of it but didn&#8217;t necessarily have a good handle on what it is. And so this is the definition that I gave to them. This is a bit of each of the facets of WordPress that we kind of see right now.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:57</p>\n\n\n\n<p>Firstly, WordPress is, of course, a content management system, which means it&#8217;s a piece of software that uses a copyleft license, which means that it&#8217;s open source, and no one individual necessarily owns the rights to the code. If you get very specific, WordPress is, of course, a FOSS project or a free and open source software project. I know that there are discussions around when a piece of software is free, then what are you using to pay for that piece of software or to pay for your access to that software? And often, the answer is that you&#8217;re using your personally identifying information to pay for something commonly referred to as the data economy. If you&#8217;re not familiar with that, it&#8217;s a little bit of a three-pronged effort there. So you submit your data to get access to the software, or you can join the platform, depending on what it is that you&#8217;re working with. That platform or that software collects your data so that they can build a profile about what sorts of content engages you and so that they can share, essentially, audience cohorts like groups of people that kind of are talking about what you&#8217;re talking about, agree with what you agree about, and find interesting, the same sorts of things that you find interesting. And then those companies sell access to your attention. This is something that I refer to as the attention economy. I think there are a lot of startups at the moment that refers to the attention economy. The most iconic recent example was when the folks over at Netflix said that they weren&#8217;t competing against other streaming services; they were competing against sleep.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:54</p>\n\n\n\n<p>And I think that might ring true for quite a few of us at the moment. But anyway, to scoot us back one level, I had, as I said, WordPress is free software. But the difference with WordPress is that to get a copy of WordPress, you are not necessarily required to hand over any data. You don&#8217;t need to give anyone data to get a copy. You don&#8217;t need to give anyone money or data to open up a copy that you own or to build a website in it if you&#8217;re just doing it locally, but especially around that data side because WordPress is not collecting any data, we&#8217;re also not brokering access to anyone&#8217;s attention.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:37</p>\n\n\n\n<p>Another answer to the question of &#8220;What is WordPress?&#8221; WordPress software and the project enable nearly half a trillion dollars of revenue in the global digital economy, as we learned from a recent study from one of the hosting companies inside the WordPress project&nbsp; &#8211; oh, Inside the WordPress ecosystem anyway. And WordPress also runs 42% of the web, with some of the biggest sites we know using WordPress. Such sites like the New York Times, Rolling Stone, many, many others, which you can see in the WordPress showcase as well. I don&#8217;t necessarily want to just like call out all the big groups that use it. But it&#8217;s a lot.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:22</p>\n\n\n\n<p>&nbsp;To recap what we just learned about WordPress and what WordPress is. It is software that one uses a copyleft license, meaning no single entity owns it. Two, it is available at no cost, meaning no money changes hands for you to own a copy. Three does not track you, which means that you don&#8217;t have to give WordPress any personally identifying information to get a copy. Four is an enabler of a massive digital economy massive portion of the digital economy even. That, you know, means their services, extensions, themes, plugins, all of that stuff. And five, it is software that supports 42% of the web. Practically every other site you visit uses the software. So that&#8217;s WordPress.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:10</p>\n\n\n\n<p>With this massive free software, you might be thinking to yourself a couple of things. The first thing you might be thinking is, &#8220;Well, that sounds impossible.&#8221; But if that&#8217;s not what you&#8217;re thinking, you may be thinking, &#8220;how is it possible that a software that is technically owned by no one and takes no money or data to obtain &#8211;&nbsp; how is it that a software like that can power 42% of the web.&#8221; This brings me, of course, to a topic that I specialize in, which is how WordPress is made.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:45</p>\n\n\n\n<p>WordPress is, by now you know, built by a global community of contributors. And it&#8217;s partially contributors that are self-sponsored or giving of their own time freely, and partly sponsored volunteers, people who are paid by Five for the Future initiatives inside various companies. I have said many times, most recently at WordCamp US, that I have an ideal ratio of about two to one in that kind of volunteer or self-sponsored versus corporately sponsored set of voices. And also, as I said, at WordCamp US, we’re not necessarily getting to that ideal ratio right now because of the nature of the way the world is at the moment. However, this community functions almost like a tiny little digital society. There are ways to get your voice heard ways to take on leadership roles; there is a little bit of light governmental structure. And as with any society, any community like this, there&#8217;s a relationship inherent there. There&#8217;s almost a transactional element that takes place when you&#8217;re participating fully. Although I know that for the WordPress project, especially for open source in general, there is a reminder that we should always be contributing without the expectation of reciprocity. But even if you are contributing without the expectation of reciprocity, you still are engaging in an existing community, which means that you are fostering a relationship with the community or with the people who are also participating in the community with you. It&#8217;s just inescapable if you have people around and working together.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:38</p>\n\n\n\n<p>So two concepts really informed my work to future-proof the WordPress project. And the first one is digital citizenship, which is why this particular WordPress Briefing fits today. And the other is the Tragedy of the Commons, especially how we go about refreshing those commons. So digital citizenship, I talked about it a bit in the last WP Briefing. But it&#8217;s still true today that that&#8217;s important. And the thing that really matters to me as we are working through how to make sure that WordPress is moving forward together. But most discussions of citizenship are location-specific, which makes plenty of sense. However, with so many mobile devices and broader access to some level of internet, we have increasing opportunities to be connected because of interests or skill sets. And even the things that we aspire to or aspire to be with a community like WordPress, which has no home office or main location. Of course, it&#8217;s very important that all of the leaders in WordPress, all of the team reps in WordPress, are proactively engaging with the people in their teams and in their portions of the community instead of waiting for like happenstance running into people. We also use a bunch of social stuff to get people together: twitch screams, not twitch screams because it&#8217;s not that Halloweeny! Twitch streams, hallway hangouts, events that are both online and off. Everything that the Learn section of the community is doing with their discussion groups. There are so many ways that WordPress proactively engages with each other and engages with itself. And that work is all really important to keeping the community involved, which is key to any organization&#8217;s long-term success, and certainly is true for WordPress as long-term success. Because when your community or your organization or your society is engaged and invested in your collective success, then you are (get ready for a list) one, more likely to see obstacles early and be able to overcome them, two more likely to see upcoming trends and prepare for them, three more likely to see what is broken and be able to repair it before it is a major issue. And four, you are more likely to be a resilient and fruitful organization long after any single member has stopped participating.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:10</p>\n\n\n\n<p>The more connected to the community you are and the more active, the greater your influence and the ability to affect changes also become. And so, not only is it important for us to remain connected as a community just to make sure that everything is going well. But also, it&#8217;s one of the primary ways that people who are giving back can sort of have more of an opportunity in this particular ecosystem. In open source, anyone can gain influence by helping others by helping the software and by keeping the trains on the tracks. And so, one of the only lasting limits to long-term potential in an open source project is how good you are at seeing beyond yourself and seeing what good action can make beyond just your own benefits. I understand that there are also specific hurdles to contribution in your free time that I have dedicated a couple of different podcasts to, so I don&#8217;t want to neglect that reality.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:19</p>\n\n\n\n<p>I have found in my experience that one of the limiting factors that sometimes cannot be unlearned is not being able to see kind of a broader scope, a broader perspective than what you&#8217;re already bringing into it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:34</p>\n\n\n\n<p>So being a good digital citizen, that&#8217;s a really important part of keeping any society together any organization together and moving forward. But especially is in the context of digital citizenship, is true for WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:48</p>\n\n\n\n<p>The second thing that is really important to me is this concept of the Tragedy of the Commons, which is, of course, an economics term, open source has borrowed. We have talked about it in this podcast in the past. And today, I specifically am talking about how WordPress works to consistently be refreshing the commons. So the theory of the Tragedy of the Commons says that all societies can withstand a certain volume of free-riders. A certain number of people who reap the benefits of that community’s society without necessarily putting anything back into it. And that is no different in open source than in any other place where you would apply this concept. The particular catch for WordPress is of course, that it is free, freely available and has no specific copyright holder. And so in those circumstances, it is incredibly easy for a small group of people to maintain the software while the whole world uses it for free. And not only is it possible for a small group of people to maintain it, but if you&#8217;re not careful, it&#8217;s also easy for a small group of unpaid people and unacknowledged people to maintain something forever. And at the volume that WordPress operates at, that&#8217;s a really risky choice. It doesn&#8217;t help to support those people; it puts the long-term stability of the software in jeopardy. And at the end of the day, it just does not help to replenish the commons to make sure that everybody keeps getting to have the benefits of this ecosystem in the long term.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:39</p>\n\n\n\n<p>As many of you know, there is this program called Five for the Future. And that program is essentially modeled after a tithe. So the invitation to this program when it was first introduced in 2014 was that if you or your company or your community is made better or made possible by WordPress, you should give back to the WordPress project 5% of your resources.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:07</p>\n\n\n\n<p>It is an aspirational 5%, of course, and some groups give back their time while others give back with their money. But almost anyone who wants to give back has some skill that WordPress needs. That particular program has really grown in leaps and bounds since it was introduced. I don&#8217;t know exactly how many team members were considered Five for the Future contributors when it was first introduced in 2014; it was a little before my time. But at the moment, it&#8217;s about 150 people that I am routinely aware of or in contact with, which is still a small number considering how many people use WordPress.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:52</p>\n\n\n\n<p>However, many corporations who have seen the most benefit, including, you know, the company that I work for (Automattic), and a lot of other hosting companies in the ecosystem, all do a really good job of refreshing the commons so that WordPress is still usable for businesses of all levels.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:11</p>\n\n\n\n<p>I want to leave us with one final big picture thought about open source. This is going to be a callback to one of my earliest episodes in this podcast. But I think that it&#8217;s always worth remembering. We&#8217;re going to talk about this really popular phrase in open source projects &#8220;free as in speech, not free as in beer.&#8221; And for WordPress, as you know, it&#8217;s a little bit of both. It&#8217;s literally free. But also, since it&#8217;s open source, it has a free as in speech component to it as well.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:46</p>\n\n\n\n<p>The four freedoms of open source as laid out in the 90s. So 10 years into the open source movement, are basically that you have the freedom to run the program for any purpose, the freedom to study how the program works, and change it so that it can do your computing as you wish, the freedom to redistribute copies so that you can help your neighbor and the freedom to distribute copies of your modified versions, giving the community a chance to learn and benefit from the changes that you put into the software.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:22</p>\n\n\n\n<p>I don&#8217;t remember if I said this in my original podcast, but I&#8217;m going to say it today, free speech has a lot of responsibility, just like being a part of a community. Governments or communities, or in our case, this software is built by the people who show up. For WordPress at 42% of the web, every small choice we make can cause huge changes in how people experience the web today and tomorrow. And that, to my mind, is really no different than participating in any sort of civic infrastructure. The changes that are made today, or the errors that we prevent, set the tone and the circumstance and the potential to thrive for everyone who comes after us.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>18:17</p>\n\n\n\n<p>That leads us into our smallest of big things. I just have a couple of things for you all today. Firstly, at the time of this recording, this is prior to the Go/No-Go demo meeting for WordPress 5.9. So I have no idea what&#8217;s happened. But by the time this podcast has been released, we will have had the Go/No-Go meeting and also have shipped the post that summarizes what happened, what we hope to change in the next essentially sprint so that we can confidently move forward with a clear set of features for the 5.9 release. I will include a link to the notes below in the show notes. Kudos to everyone, props to everyone who participated in that meeting. And also props to all the people who have been helping us as we head into this final release of the year and all of you who are going to help us make it successfully to the end.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:15</p>\n\n\n\n<p>The second thing I already kind of alluded to at the top of the podcast, it is Digital Citizenship week; two or three years ago, the WordPress blog had a series about digital citizenship and what it means to be a good digital citizen, what it means to do that in the context of WordPress. I will drop a link to those posts in the show notes as well. They are very well written and very important, and fairly evergreen content. If I think that there is something worth updating, I will update it before putting it in the show notes. And that is your small list of big things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:57</p>\n\n\n\n<p>Thank you all for tuning in today for the WordPress sprint. I&#8217;m your host, Joseph Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11351\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress: September 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2021/10/the-month-in-wordpress-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 05 Oct 2021 20:01:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11327\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:351:\"There’s a lot of tolerance in open source software for shipping slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS. That was Josepha Haden on the [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16575:\"\n<blockquote class=\"wp-block-quote\"><p>There’s a lot of tolerance in open source software for shipping slightly imperfect work. And that’s good. When we ship software that’s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.</p></blockquote>\n\n\n\n<p class=\"has-drop-cap\">That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\">A Sneak Peek at WordPress 5.9</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about what goes into a WordPress release like version 5.9. Read on to find out more about updates on the latest release and the latest WordPress news from September 2021.</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress Translation Day 2021 Celebrations ran for 30 days</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=632%2C332&#038;ssl=1\" alt=\"WP Translation Day Matt Mullenweg Quote. Quote text: “Translation is so magical because it multiplies the work of all the other contributors of WordPress. If you care about freedom and the future of the internet, translating WordPress is one of the best things you can do for people who speak your language.”\" class=\"wp-image-11328\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=1024%2C538&amp;ssl=1 1024w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=300%2C158&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?resize=768%2C403&amp;ssl=1 768w, https://i2.wp.com/wordpress.org/news/files/2021/10/image.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress Contributor teams, led by the Polyglots and Marketing teams, organized <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September. Contributors from across the world joined the celebrations by translating WordPress into their own languages. Additionally, the team organized a host of <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global</a> and <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local events</a>. Translation sprints were organized by the <a href=\"https://make.wordpress.org/community/2021/09/20/kicking-off-the-community-documentation-translation-sprint-from-september-20-to-24/\">Community</a> and <a href=\"https://make.wordpress.org/training/2021/09/30/wptranslationday-subtitling-videos-on-learn/\">Training</a> teams, as well as local groups.</p>\n\n\n\n<p>As part of the celebrations, nominations were invited for contributors who had made a significant impact on the translation of WordPress and its availability in so many languages worldwide. <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">More than 30 notable polyglot contributors were nominated for their contributions</a>. They will be featured in the coming month on the <a href=\"https://wptranslationday.org/\">WP Translation Day website, together with event recaps and more news.</a></p>\n\n\n\n<p>Read the latest <a href=\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\">People of WordPress feature on polyglots contributor Yordan Soares</a>, from South America.</p>\n\n\n\n<h2>WordPress Release updates</h2>\n\n\n\n<ul><li>WordPress security and maintenance release – <a href=\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\">Version 5.8.1</a> came out on September 9, 2021. The release fixes three major issues and includes 60 bug fixes. You can update to the latest version directly from your WordPress dashboard or by <a href=\"https://wordpress.org/download/\">downloading</a> it from WordPress.org. The <a href=\"https://make.wordpress.org/core/2021/10/04/wordpress-5-8-2-deferred/\">5.8.2 release has been deferred</a> and if needed a minor release will be added before 5.9.&nbsp;</li><li>Work is progressing towards WordPress 5.9, and the team released a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">planning round-up</a> along with a <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">call for release leads</a>. October 14 is the go/no-go date of the release, which is planned to be <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">launched on December 14, 2021</a>.</li></ul>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC.&nbsp;</p>\n\n\n\n<h2>Say hi to Gutenberg Versions 11.4 and 11.5</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">version 11.4</a> and <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">version 11.5</a> this month. <a href=\"https://make.wordpress.org/core/2021/09/01/whats-new-in-gutenberg-11-4-1-september/\">Version 11.4</a> adds image blocks to the gallery block, duotone filters for featured images, and padding support for Button Blocks. <a href=\"https://make.wordpress.org/core/2021/09/17/whats-new-in-gutenberg-11-5-16-september/\">Version 11.5</a> adds flex layout support to the group and social icon blocks along with <a href=\"https://make.wordpress.org/core/2021/09/22/core-editor-improvement-introducing-the-widget-group-block/\">widget group blocks</a>. It will support the addition of a site logo or title directly into menus.</p>\n\n\n\n<p>Want to get involved in developing Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The <a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\">What’s next in Gutenberg</a> post gives details on the latest updates.</p>\n\n\n\n<h2>New Guidelines for in-person WordCamps</h2>\n\n\n\n<p>The Community Team <a href=\"https://make.wordpress.org/community/2021/09/13/announcement-updated-guidelines-for-in-person-wordcamps/\">published new guidelines</a> for returning to in-person WordCamps in regions where in-person events are allowed by the local public health authorities.&nbsp;</p>\n\n\n\n<p>Community members can now organize in-person WordCamps for fully vaccinated, recently tested negative, or recently recovered folks (in the last three months) — provided their region passes the in-person <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/in-person-meetup-decision-checklist/\">safety checklist</a> OR if vaccines and/or COVID testing are accessible to all. Organizers can continue to plan online WordCamps if their region does not meet the guideline.&nbsp;</p>\n\n\n\n<p>New guidelines are also available on the <a href=\"https://make.wordpress.org/community/2021/09/27/announcement-returning-to-in-person-do_action-charity-hackathons/\">return of in-person do_action hackathons</a>.</p>\n\n\n\n<p>Want to get involved in the Community Team and help bring back in-person WordPress events? <a href=\"https://make.wordpress.org/community/\">Follow the Community Team blog</a> and join the <a href=\"https://wordpress.slack.com/archives/C02RQC7RN\">#community-events</a> channel in <a href=\"https://make.wordpress.org/chat/\">the Make WordPress Slack</a>! Check out the following <a href=\"https://central.wordcamp.org/\">upcoming WordCamps</a> and <a href=\"https://make.wordpress.org/community/events/\">meetups</a>.</p>\n\n\n\n<h2>Important Team announcements/updates</h2>\n\n\n\n<ul><li>The Polyglots Team <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\">opened sign-ups</a> for their new monthly newsletter. The first edition goes out on October 15!</li><li>The<a href=\"https://make.wordpress.org/project/2021/09/10/suggested-iterations-for-the-five-for-the-future-program-and-tool/\"> Five for the Future program is being revisited</a> to identify opportunities for growth.&nbsp;</li><li>The Docs Team formally <a href=\"https://make.wordpress.org/docs/2021/09/15/announcement-new-workflow-for-reporting-documentation-issues/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/09/20/change-to-how-long-active-reviews-remain-open/\">reduced the time period to complete active review requests for plugins</a> from six to three months.</li><li>The Community Team started work on the <a href=\"https://make.wordpress.org/community/2021/09/10/2022-global-sponsorship-working-group/\">2022 Global Sponsorship program</a>.</li><li>The Design Team is <a href=\"https://make.wordpress.org/design/2021/09/16/document-status-and-visibility/\">working on a redesign proposal of the Inspector sidebar</a> in the WordPress post/page editor.</li><li>The Themes Team announced the results of the <a href=\"https://make.wordpress.org/themes/2021/09/13/theme-upload-survey-results-next-steps/\">six-week Theme author survey</a>.</li><li>The Training Team also shared <a href=\"https://make.wordpress.org/training/2021/09/14/learn-wordpress-needs-assessment-results/\">results of a third-party needs assessment exercise for Learn WordPress</a> which offers some excellent insights.&nbsp;</li></ul>\n\n\n\n<h2>Feedback/Testing requests from Contributor Teams</h2>\n\n\n\n<ul><li>Version 18.3 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/09/20/call-for-testing-wordpress-for-ios-18-3/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/09/21/call-for-testing-wordpress-for-android-18-3/\">Android</a> are now available for testing!</li><li>Join the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">10th challenge</a> of the <a href=\"https://make.wordpress.org/core/2020/12/11/the-fse-outreach-program-is-officially-starting/\">Full Site Editing (FSE) Outreach program</a> &#8211; “<a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">Pattern Party</a>”. Check out the <a href=\"https://make.wordpress.org/test/2021/09/29/fse-program-testing-call-10-pattern-party/\">announcement post</a> for testing instructions and join the fun in the <a href=\"https://wordpress.slack.com/archives/C015GUFFC00\">#fse-outreach-experiment</a> Slack channel. Deadline: October 13, 2021</li><li>The Training Team is requesting feedback on:<ul><li><a href=\"https://make.wordpress.org/training/2021/09/27/proposal-ensuring-high-quality-video-contributions-to-learn-wordpress/\">Strategies to ensure high-quality video contributions for Learn WordPress</a>. Deadline: October 6, 2021</li><li><a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">Learner achievements on profiles</a>: no current deadline</li></ul></li><li>Help the Test Team <a href=\"https://make.wordpress.org/test/2021/10/01/test-team-chat-summary-28-september-2021/\">reach out to extenders to check if their test suites are compatible with the modernization of the WordPress Core PHP Test Suites</a>. Information on what the changes mean and step-by-step instructions are available over in the following post: <a href=\"https://make.wordpress.org/core/2021/09/27/changes-to-the-wordpress-core-php-test-suite/\">Changes to the WordPress Core PHP Test Suite</a>.</li><li>The Polyglots Team is <a href=\"https://make.wordpress.org/polyglots/2021/09/19/how-to-handle-block-pattern-translations/\">exploring two different mechanisms on translating user-submitted block patterns</a>: GlotPress v/s forking patterns to locales and is requesting feedback from community members.</li></ul>\n\n\n\n<h2>WordPress Events updates</h2>\n\n\n\n<ul><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> was held from September 30 &#8211; October 2, 2021 and <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a> ran on October 1.</li><li>Don’t miss these upcoming WordCamps: <a href=\"https://nicaragua.wordcamp.org/2021/\">WordCamp Nicaragua 2021</a> (October 8-9, 2021) and <a href=\"https://italia.wordcamp.org/2021/\">WordCamp Italia 2021</a> (October 22-23, 2021) </li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/09/15/wpdiversity-events-in-september-attention-india/\">allyship workshop, along with dedicated workshops focused on India in September</a>.</li><li>The Test Team organized a <a href=\"https://make.wordpress.org/test/2021/09/17/hallway-hangout-discussion-on-adoption-pathways-for-full-site-editing-16-september/\">Hallway Hangout on adoption pathways for Full Site Editing</a> where attendees mentioned how they use FSE and shared ideas for improvement. </li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further reading</h2>\n\n\n\n<ul><li>The Hosting Team recommended that all web hosts <a href=\"https://make.wordpress.org/hosting/2021/09/15/wordpress-5-8-1-security-release-is-time-sensitive/\">test and push the WordPress 5.8.1 security update through to their users</a> as soon as possible.</li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/09/21/should-learn-wordpress-contributors-be-gpl-compliant/\">clarified GPL compliance guidelines</a> for Learn WordPress contributions, and the <a href=\"https://learn.wordpress.org/meta/handbook/workshops/eligibility-of-workshop-presenters/\">guidelines for workshop presenters are available in the handbook</a>.</li><li>The codebase for Openverse, a search engine for openly-licensed media,&nbsp; i<a href=\"https://make.wordpress.org/openverse/2021/09/03/call-for-translations-i18n-in-openverse/\">s now available for translation</a>.</li><li>The Core Team implemented a <a href=\"https://make.wordpress.org/core/2021/09/28/implementing-a-webfonts-api-in-wordpress-core/\">Webfonts API in WordPress core</a> for simplifying the process of enqueuing external fonts on WordPress sites.&nbsp;</li><li>The Test Team rescheduled <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">the End-to-End (e2e) Test working strategy session</a> to October 6. More details <a href=\"https://make.wordpress.org/test/2021/09/23/5-9-end-to-end-e2e-working-strategy-session-agenda-for-29-sep-2021/\">in the announcement post</a>.</li></ul>\n\n\n\n<p><em>Have a story that we could include in the next ‘Month in WordPress’ post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to September’s Month in WordPress: <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/chaion07/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chaion07</a>, <a href=\'https://profiles.wordpress.org/dansoschin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dansoschin</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, and <a href=\'https://profiles.wordpress.org/tobifjellner/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tobifjellner</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11327\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:55:\"\n		\n		\n		\n		\n		\n				\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WP Briefing: Episode 17: WordPressing Your Way to Digital Literacy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://wordpress.org/news/2021/10/episode-17-wordpressing-your-way-to-digital-literacy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Oct 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11316\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:400:\"In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&#160; Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/09/WP-Briefing-017.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:29421:\"\n<p>In episode 17 of the WordPress Briefing, Josepha Haden Chomphosy reflects on her WordCamp US keynote and digs into how participating in open source projects can help you learn 21st Century Skills.&nbsp;</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11316\"></span>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:42</p>\n\n\n\n<p>Today I want to talk to you a little bit about the digital divide, where it is, maybe a bit of where it&#8217;s headed, and which parts of the WordPress open source project and CMS can help. This is a focused look, though, so I won&#8217;t touch on some of the hurdles that everyone is aware of when you get outside of in-person environments, things like parental modeling or supervision, education on the relevance of technology, etc. This is a follow-up to the conversation that I had at WordCamp US last week—and so doing a little bit of a deeper dive here. And we&#8217;re gonna start with what exactly is the digital divide.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:23</p>\n\n\n\n<p>So the digital divide is considered those who benefit from the digital age versus those who don&#8217;t; that feels like a really big concept. And the current discussion is primarily about access, or for years that has been about access anyway, especially physical access. So those who have computers versus those who do not have internet in their homes versus those who do not. But I don&#8217;t necessarily agree with that particular, really focused definition of the problem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:59</p>\n\n\n\n<p>If the only problem we see is access, then the solution becomes to get cheap devices and internet to everyone, which certainly has led to more people being connected than ever before.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:12</p>\n\n\n\n<p>With this proliferation of devices that are considered both smart and mobile (mobile in this context, meaning handheld or pocket-sized), the discussion over the last few years has been shifting. It’s been shifting into more of a discussion around the education around the relevance of internet access, discussions around the quality of access to the Internet, and also discussions around Wi-Fi and dial-up and the surprising cost of data.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:42</p>\n\n\n\n<p>But from my perspective, there are a number of really dangerous assumptions that we make when we boil it all the way down to who has access and the quality of that kind of access.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:54</p>\n\n\n\n<p>The first dangerous assumption is that we run the risk of conflating being tech-savvy with being digitally literate, and they&#8217;re not really the same things. The second assumption that we run the risk of is assuming that access to cellular data equals access to the internet through any other means. And also assuming that cost is always the determining factor.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:19</p>\n\n\n\n<p>And the final fairly dangerous assumption that we&#8217;re making there is that we allow ourselves the ability to mark the digital divide is fixed in our minds. Once we get enough access to everyone, we&#8217;re just done. There is no more divide. But as a way of illustration, if you think about access, not in the context of technology, like high technology, digital technology, and in the context of like writing, you probably own a writing utensil, and you probably have access to paper of some sort, which is great. But just because you have like a pencil and a piece of paper doesn&#8217;t mean that I can send you home right now &#8211; I guess most of you are listening at home.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:07</p>\n\n\n\n<p>It doesn&#8217;t mean that I can send you to your desk right now. And consider you prepared to write a best-selling novel, right? Because giving you physical tools no more makes you a novelist than handing me a computer when I was a teen made me digitally literate.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:24</p>\n\n\n\n<p>So let&#8217;s talk about what it takes to be digitally literate. I&#8217;ve lumped the following skills into three groups. It&#8217;s broadly defined as 21st-century skills, but the groups that I have them in is not a comprehensive list of those 21st-century skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:41</p>\n\n\n\n<p>The first group that is a large component of digital literacy is critical thinking skills. So computational thinking and problem-solving. That particular one is not new, exactly. But the computational thinking part certainly is. Not all problems are solved with code, but the basis for thinking through things procedurally is increasingly important.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:04</p>\n\n\n\n<p>The second one in that set is communication through multiple media, consuming communications or content through Twitter, Instagram, Snapchat, or any other format, but also creating the things that communicate—writing blogs, creating videos, both calls and standalone, and forums, things like that.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:27</p>\n\n\n\n<p>The third set in that group of critical thinking skills is around collaboration, which some people will say is more about communication. But I find that collaboration both online and in-person is a skill set all to its own. Communication only gets you so far when you&#8217;re learning to cook to collaborate with people that you don&#8217;t normally work with. And so, I have lumped that into critical thinking skills.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:54</p>\n\n\n\n<p>The second big bucket for digital literacy is actually literally digital literacy. So I have three, three things in here as well. Evaluating information is obviously incredibly important in the environment that we&#8217;re in right now, for just information’s sake. But then things like understanding the differences between copyright versus copyleft licenses, understanding the difference between an .org ending URL and a .com ending URL, and evaluating the general veracity of sources that you&#8217;re finding on the web.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:32</p>\n\n\n\n<p>The second part of that group is media use and creation, understanding the difference between folks who consume and folks who create the content we have, how to find information online, and the most sensible places to keep information online. And the third area of digital literacy that I find to be vitally important is the ethics of licenses both around use and access. So again, things like copyright vs. Copy, copyleft. And specifically for WordPress, that means understanding things like the Creative Commons licenses, GPL, MIT, but then also copyright is its own complicated question unto itself. But the other things that show up for us for WordPress that show up for us with technology are also things like open access versus proprietary information and sources. And things like plagiarism versus sampling.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:33</p>\n\n\n\n<p>And our third big bucket, which has become increasingly complex, but the third big bucket for digital literacy to my mind is actually considered something that I call life skills. So things like self-direction, knowing what you want to do next, and how to get it done. Time management is also in there, knowing how much time something will take and being able to make sure that you are getting things done over time, as opposed to trying to accomplish everything at the last second.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:03</p>\n\n\n\n<p>A big part of these life skills is cross-cultural and social communication. The internet is tricky, right? Because it&#8217;s simultaneously incredibly insular and increasingly global. Like you can if you wanted only ever read things that already confirm your existing biases. But the very nature of the internet, the very nature of the web, means that the world is much smaller. We have more ready access faster to everyone everywhere in the world than we used to have. This means, of course, that cultural awareness is an absolute must now more than ever. This is for what it&#8217;s worth the time of year when I give this talk. And that&#8217;s because of this last part of the life skills section, which is digital citizenship.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:54</p>\n\n\n\n<p>Digital citizenship generally is the second week of October 2 or the third week of October. And it&#8217;s one of my favorite weeks because it is something that comes up all the time in our ecosystem. It comes up all the time and open source in general, but certainly for WordPress. So those are our three big buckets of digital literacy, a subset of 21st-century skills as a whole.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:22</p>\n\n\n\n<p>That&#8217;s a lot of stuff, I know. And it&#8217;s also really hard to figure out how you can learn any of those skills, and from my experience, I really believe that WordPress as an open source project can help people learn those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:43</p>\n\n\n\n<p>Once upon a time, ages and ages ago, my mother told me that in order for me to become a better writer, I would have to read and in order to become a better communicator, it would probably help if I spent a little bit more time writing, and I have always felt that the same must be true for all the things that we learn, you find a positive example and study it to become better. Or, depending on what you&#8217;re learning and how you&#8217;re trying to learn it, you find a passive example of something that you want to be able to do better from an active standpoint and participate in that so that your active production of the other part is better.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:24</p>\n\n\n\n<p>Here are a few parts of the WordPress project and WordPress itself that can help with this.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:31</p>\n\n\n\n<p>So there are first a few really specific teams; if you&#8217;re contributing to a team like Themes, or Plugins, or Core, the three areas of those digital literacy skills that you have an opportunity to learn there. For critical thinking, you&#8217;re going to run into problem-solving and computational thinking. You’re also going to run into distributed collaboration, which was really important as just a concept when I first wrote this talk. And now it is currently really important as a reality because we have a bunch of companies that are going to either remote work or partially distributed or fully distributed. And that&#8217;s the way that WordPress has worked for a pretty long time.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>11:19</p>\n\n\n\n<p>So I&#8217;ve always felt like it was important because it was important to WordPress, but it&#8217;s also becoming increasingly an important part of just how to exist in the world at the moment. For those three teams, the things that you can really tap into and practice for the life skill section are digital literacy, nope, digital citizenship, self-direction, and time management obviously comes up in any open source project because you are volunteering your time and it is up to you to kind of decide how much you can commit or not various other parts of time management and directing one&#8217;s own project. Now, but you also get the opportunity to test and practice your cross-cultural communication, social communication and learning what it means to collaborate across cultures in that way.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:15</p>\n\n\n\n<p>On the digital literacy side, you also get a little bit of that information evaluation and synthesis for what it&#8217;s worth. And then obviously get to learn more about the ethics of various types of licenses and how use and access relate to those things.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:35</p>\n\n\n\n<p>We also have a team or two; these are not really teams or twos. These are things that you can do that are either solo activities or group activities. One is working or checking out the support forums, and the other is blogging. We’ll start with support forums.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:52</p>\n\n\n\n<p>If you&#8217;re doing this as a group activity, there are a couple of extra things that that you can practice here. But suppose you&#8217;re doing it as a solo, just way to give back to the project sort of thing or way to learn some of these skills sort of thing. In that case, you can get almost all of these digital literacy skills woven into working in the support forums, depending on what&#8217;s happening in the moment and the questions people have brought up. But for critical thinking, obviously, you get some problem solving in there, not as much the computational thinking as the procedural thinking part. But you certainly also get to tap into communication with multiple types of media, collaboration in person and online, depending on whether you&#8217;re doing this as a solo effort or a group effort. And then, of course, research, which I didn&#8217;t really bring up in any of those groupings for digital literacy, is certainly a very important part of it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>13:49</p>\n\n\n\n<p>For the digital literacy grouping of skills related to digital literacy, you get to work on evaluating information and, depending on how complicated an answer might be. You can also get that opportunity to practice synthesizing complex information and research, a digital literacy skill. And then, once people have responded to a topic you&#8217;ve answered, you also get to tap into that life skill section. You get to be you get the opportunity to practice digital citizenship related to synchronous or asynchronous conversation. You also get to see more about how cross-cultural communication and collaboration works and social communication across those various boundaries that naturally show up when we&#8217;re working across cultures that way. And as I mentioned previously, information synthesis, as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:53</p>\n\n\n\n<p>The second one that I have mentioned can be like a solo effort or a group effort, depending on what you do. Blogging, for most people who use WordPress, is probably the most common application of how WordPress can help you do stuff. So I often see it as the most relevant and the most immediately accessible to anyone. But you know, you got to meet people where they are. So, I would strongly believe that this is our best way to help people learn these things.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:30</p>\n\n\n\n<p>So blogging for the critical thinking sorts of things, you have an opportunity to practice communication across mediums. You will probably get an opportunity to practice your research skills, chances are, you&#8217;re going to get the opportunity to practice some problem solving, and honestly, like if you&#8217;re hosting your site, problem-solving is going to come up when using WordPress as soon as you add in plugins and themes, because you sometimes kind of have to figure out what&#8217;s working and what&#8217;s not, and what&#8217;s playing nicely with other things and what&#8217;s not. It&#8217;s possible that with blogging, you&#8217;re also going to have an opportunity to get to practice some distributed collaboration. But that&#8217;s probably going to depend on what you&#8217;re doing with your site as well.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:30</p>\n\n\n\n<p>Licenses and how they apply to the thing that you&#8217;re using feel a bit different when you are the one who&#8217;s creating. And so learning about how those things work and don&#8217;t work and how they can best suit what you&#8217;re trying to do. Blogging is absolutely an excellent opportunity to dig into that a bit and learn a bit more about that. As far as your life skills go,</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>16:56</p>\n\n\n\n<p>that&#8217;s where you, again, get to practice some digital citizenship by figuring out who your audiences are and also when you have to communicate with them via the comments or any other way that you have built up a feedback mechanism there.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:11</p>\n\n\n\n<p>Self-direction obviously will come into this, maybe time management if you are blogging on, I was gonna say on a paid basis, but that&#8217;s not really I don&#8217;t know, on a project basis, like some of us are students and have to write things based on deadlines. And so, you know, self-direction, potentially time management, always cross-cultural communication, social communication, research, all of these things show up in there.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:41</p>\n\n\n\n<p>And, you know, I really believe in this concept of how blogging and bringing people into maintaining a website can teach you all of these skills. Because when I was younger, I was a bad communicator. And now, I am across the board known for my effective communication and my ability to work across cultures. And so the defining moment, which was like a four-year moment, and so not necessarily a moment, but the thing that really made all the difference was when my mom challenged me to write every single day. She had noted that I was not necessarily great at getting from one point to the next. I wasn&#8217;t necessarily great at building my arguments when I had to explain something to people. And she suggested that writing every day would help me tap into this big thing about communication and working with other people collaboration, all of that. And as an adult on the other side of it. Like, I thought she was super wrong when I was younger, because don&#8217;t we all think our parents are wrong when we&#8217;re younger. But as an adult on the other side of it, not only was that an opportunity for me to literally learn how to communicate better. But it also, when I look at it, gave me access to opportunities to practice all sorts of 21st-century skills and digital literacy skills in an environment that was relatively safe. And so, I am a big proponent of this particular one.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:26</p>\n\n\n\n<p>Another team that helps us tap into and practice a lot of our digital literacy skills is the Documentation team. I recommend that you let this be a supervised activity if you&#8217;re doing this with students because, you know, it&#8217;s a wiki. You can put weird things in there on accident or just inaccurate things. So for critical thinking, the primary skill that you&#8217;re going to be able to practice if you&#8217;re working on documentation is collaboration. You would think that it was also like information synthesis and information evaluation. But for a lot of the work that we&#8217;re doing, the documentation exists. And what we&#8217;re looking at is trying to figure out where it no longer matches what is currently in the CMS, or currently in the project or currently in the team, whatever it is that you&#8217;re working on at that moment. And so, it&#8217;s a strong collaborative effort in the WordPress project. You have to have done the general work to figure out what needs to be changed in the documentation. But a lot of times, you need to figure out who has access to make the changes, what has prevented us from making changes in the past, and things like that. And so I say, collaboration is the only one to learn and critical thinking, but it&#8217;s actually a really big one and can take a fair amount of effort in this particular context.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>20:49</p>\n\n\n\n<p>From the digital literacy aspect, of course, there is evaluating information. But this particular type of information evaluation is a little different for documentation. And this actually is true for the Documentation team, for the Training team, and also for the new Learn team. This question is true for all of them. There is a huge difference between presentation versus application of information. The way you present information for people who already know it and just need confirmation of something or are using it for reference material is really different from when people are looking at a piece of documentation that should be telling them how to accomplish something. And they try to apply it either to their own processes at the moment or apply it to teaching other people. And so evaluating information to make sure that what is presented can be applied, and all of the ways that that very complicated journey with managing information can kind of work or not, depending on how things are going in your section of the open source project at the moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>21:59</p>\n\n\n\n<p>The third group of skills that you can really dig into in those teams, again, is digital citizenship, basically, everything is digital citizenship in WordPress because we&#8217;re just people online.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:24</p>\n\n\n\n<p>And this final grouping that we have this final team and group of skills. So the Community team is a substantial and far-ranging team; they have many things that fall into their area of expertise. And so this has traditionally kind of functioned as a linchpin around education and ensuring that that was all relevant for users and attendees of events. The Community team will remain pivotal to so many things that we do now. But now that we have really awakened the Learn team and re-enlivened that Training team, this will shift a little over time. But yes, so that grain of salt that depending on when you listen to this, if you listen to it in 2050, maybe it&#8217;s not accurate anymore. Hopefully, most of what I say is not accurate in 2050. But you know, still.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:27</p>\n\n\n\n<p>&nbsp;Anyway! Critical thinking that&#8217;s where we were. So the critical thinking group of skills inside the Community team, you are going to have an opportunity to practice problem-solving. And frequently also procedural thinking, depending on what you&#8217;re working on in that team. Multimedia communication is absolutely true. And that&#8217;s true, whether you contribute to the team itself and make sure that the team is functioning and doing their basic tasks. Or if you are organizing an entire event, whether it&#8217;s online or offline or however that is being accomplished.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:07</p>\n\n\n\n<p>Multimedia communication for this particular team is constant for all of their work and something that everyone who works on there gets to practice all the time. For digital literacy, this comes up a lot if what you&#8217;re doing is working through any sort of like programming plans, making sure that what we have in place for events is really excellent. It&#8217;s a really excellent opportunity for practicing the evaluation of information, learning more about media use and creation, and then naturally, everything to do with licenses copyright copyleft, not only for everything that we produce but then also for everyone in the ecosystem.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>This team helps so many plugins, authors and theme developers, and other groups who participate in the ecosystem understand the nuances of the GPL and why it matters so much to WordPress. And then in the life skill section, there&#8217;s the obvious life skill section, life skills that have come up for all of them—so digital citizenship, cross-cultural and social communication. But also you have the opportunity to tap into that self-direction and time management practice, which probably should also be considered in all of these teams. But, you know, things change as we go.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:45</p>\n\n\n\n<p>Those are the most likely digital literacy skills that you would end up practicing in the Community team, depending on how you are participating in the Community team at that moment.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:59</p>\n\n\n\n<p>So I said that we would talk a little bit about where this is all headed and what to do next. And like I just said, when I got lost in my own reverie, they&#8217;re like, hopefully, everything that I&#8217;ve shared here is out of date by 2050. Like, if we can come back to this particular podcast, or this presentation, or anything I&#8217;ve ever said, about digital literacy over my time with WordPress. And if we could come back to that in 2050, or, you know, I was going to say, 20 years from now, 2041 feels really close. But, you know, come back to it in the future, and say, that was all really excellent information to know at the moment. And we did do those things. And now, WordPress has proven that open source contribution and collaboration can teach all of the necessary 21st-century skills that anyone would need to survive in the world. And we did do it, that would be really cool. But I don&#8217;t think that that&#8217;s where we&#8217;re headed. Not because I don&#8217;t think people believe in what I&#8217;m saying or care about what I&#8217;m saying. But because it&#8217;s very easy to kind of let these things go at some point.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>27:20</p>\n\n\n\n<p>Even if you at some point, were proficient in all of what is considered 21st-century skills, sometimes our skills don&#8217;t get used very much. And so we lose track of them. And we don&#8217;t know, or we don&#8217;t know how to teach them to other people and various ways to do that. So I hope that when we revisit this in the time capsule of the internet 20 years from now, we can say that was a great explanation. And we learned so much. And we made so many changes in such progress that now we need a new version of this. That&#8217;s really all we can do, always striving to leave the world in a better position than when we found it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>28:07</p>\n\n\n\n<p>All right, that brings us to our small list of big things. I don&#8217;t have a ton to share with you today. But what I do have to share with you is a really big deal. So we are about a week away from the Go/No-Go point of WordPress 5.9. That is the final release of the year. And as soon as we know what is a go or a no go from that meeting on October 12th,&nbsp; everyone is going just to hit the ground running. And so, if you are interested in contributing to that release, either by being a participant in the release squad or leading some part of the release squad. Absolutely. Drop by and let me know because I am interested to know who wants to learn more about doing that. And this is actually something that has gone by. I mentioned at the top that I spoke at WordCamp US.&nbsp; That is still true; I did do it. And so did a bunch of other really excellent presenters. If you missed WordCamp US on Friday, for whatever reason, because you know, life is complicated. Pretty soon, we will have the videos. We&#8217;ll have all the videos up with captions quickly and have those available for everyone to watch and learn more from as their schedule allows and as their attention allows. And that is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphos, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"People of WordPress: Yordan Soares\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2021/09/people-of-wordpress-yordan-soares/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Sep 2021 13:14:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"heropress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"Interviews\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11279\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:160:\"To coincide with International Translation Day, we feature the story of a WordPress developer and translator Yordan Soares from South America. #ContributorStory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14398:\"\n<p>In this series, we share some of the inspiring stories of how WordPress and its global network of contributors can change people&#8217;s lives for the better. This month we feature a South American WordPress developer and community translator on how it brought him a freelance career.</p>\n\n\n\n<p><strong>To coincide with International Translation Day and the final day of the <a href=\"https://wptranslationday.org/\">2021 WordPress Translation celebration</a>, we feature the story of a WordPresser who has made a major impact in the polyglots team. </strong></p>\n\n\n\n<h2>Beyond software, meeting the WordPress community</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" width=\"600\" height=\"600\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=600%2C600&#038;ssl=1\" alt=\"Yordan Soares pictured in front of a bookcase packed with books\" class=\"wp-image-11299\" srcset=\"https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?w=600&amp;ssl=1 600w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=300%2C300&amp;ssl=1 300w, https://i2.wp.com/wordpress.org/news/files/2021/09/yordan-min-300x300@2x.jpg?resize=150%2C150&amp;ssl=1 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>For Yordan Soares, finding WordPress also meant discovering friends, community, and opportunities. He had not expected to find a whole global movement behind the web development software.</p>\n\n\n\n<p>Yordan, who is from Venezuela, South America, said: “The first time I used WordPress, I had no idea what was going on behind the software or beyond it. I knew there was someone making it all work, but I couldn’t even remotely imagine all the people who were making WordPress not just a tool for developing websites, but a whole movement that comes together to share, build, and help make the world better.”<br></p>\n\n\n\n<h2>Turning your hobby into your job</h2>\n\n\n\n<p>Initially, Yordan earned his income from computer technical support and installing networks for small and medium-sized businesses. Back in 2005, web development and code-writing was just a hobby. When he discovered the concept of CSS and how it could make everything dynamic. This opened up a whole new career pathway for him.</p>\n\n\n\n<p>In 2010, an introduction to WordPress through a friend opened up a future he had not imagined. He stopped using any other content management system (CMS) and wanted to explore how much he could do with the platform.</p>\n\n\n\n<p>Three years later in 2013, he was able to take his WordPress journey further by starting a small advertising agency with some of his friends. During this time, they crafted commercials for local radio and TV stations. Through WordPress, they found it easy to build more than 15 websites for businesses in a market that previously had not valued the importance of having an online presence.</p>\n\n\n\n<p>He said: “We were working for almost four years until at the end of 2017 the economic crisis in Venezuela became too acute, and we decided to close the agency when we stopped making profits. Taking stock of that period, I think we changed the way merchants saw the Internet business in the city.”</p>\n\n\n\n<h2>Working full time as a freelancer</h2>\n\n\n\n<p>One year on in 2018, Yordan began to freelance full-time as a web developer. His first clients were primarily agencies and friends who had emigrated to other countries. Later, he expanded into freelance marketplaces.</p>\n\n\n\n<p>At that time, getting started as a freelancer was quite a challenging task in Venezuela. The first hindrance was getting a fair level of recompense. Additionally, the deteriorating conditions in the country with constant blackouts and internet connection failures complicated matters.</p>\n\n\n\n<p>At the time, Yordan was living in Guarenas, where the situation was relatively better. He managed to get a reasonably uninterrupted electricity supply with adequate internet speed, which was just good enough to complete his projects.</p>\n\n\n\n<h2>Meeting the WordPress community</h2>\n\n\n\n<p>“Surely if I hadn’t met the community, I would have continued to work on my own, like a lone wolf, doing the ordinary work of solving problems for occasional customers and paying my bills,” he said.</p>\n\n\n\n<p>Living in Guarenas, Yordan began to experience stability in his career and made new friends and contacts. He began looking for co-working spaces or technology communities nearby, and that’s when he met the WordPress community in Caracas.</p>\n\n\n\n<p>He quickly signed up for the first face-to-face event. As soon as the event concluded, he went to talk to the co-organizer and offered his help. He was inspired to help with designing promotional pieces, managing social networks, and organizing events.</p>\n\n\n\n<p>Through such events, he met and connected with several people living in nearby cities.</p>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\" style=\"grid-template-columns:32% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" width=\"120\" height=\"300\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1-120x300.png?resize=120%2C300&#038;ssl=1\" alt=\"WordPress Guarenas-Guatire Meetup logo \" class=\"wp-image-11300 size-medium\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?resize=120%2C300&amp;ssl=1 120w, https://i0.wp.com/wordpress.org/news/files/2021/09/WP_Guarenas-Guatire-120x300-1.png?w=240&amp;ssl=1 240w\" sizes=\"(max-width: 120px) 100vw, 120px\" data-recalc-dims=\"1\" /></figure><div class=\"wp-block-media-text__content\">\n<p class=\"has-normal-font-size\"> A few months later, with other WordPress users in the area, the idea emerged to start a new Guarenas-Guatire meetup group. The idea became a reality by December 2019, when they applied to the WordPress community team. </p>\n\n\n\n<p>Once the final approvals came in, the team started scheduling the activities. The <a href=\"https://www.meetup.com/wordpress-meetup-guarenas-guatire/\">WordPress Guarenas-Guatire Meetup</a> was officially recognized!</p>\n\n\n\n<p>During the first quarter of 2020, just before the pandemic, Yordan and colleagues organized five face-to-face events. With the worldwide lockdown, in-person community engagements came to a halt. However, the Guarenas-Guatire community was eager to continue meeting.</p>\n</div></div>\n\n\n\n<p>To keep the community active and motivated, and with the support of sponsors, they started organizing online events under a format called “WordPress a la medianoche” (WordPress at midnight).</p>\n\n\n\n<p>The format of these events was inspired by Alexis Arnal, who suggested meeting at midnight to make the most of the internet speed that would usually improve somewhat after that time!</p>\n\n\n\n<p>At the time of writing, Yordan and the team have organized 16 WordPress a la medianoche events with an attendance of up to 50 people per online gathering. An impressive audience which enabled a comparatively small meetup to keep communications flowing at a difficult and unprecedented time.</p>\n\n\n\n<p>One positive of such events, is an opportunity to invite people from other countries and run sessions in partnership with others. An example was a special translation event with Javier Esteban, a member of the translation team from Spain. The meetup also invited contributors from Mexico, Costa Rica, Peru, and Colombia who were happy to participate.</p>\n\n\n\n<h2>Strengthened by the community</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"241\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=632%2C241&#038;ssl=1\" alt=\"Screenshot from the WordPress Translation Day 2020 events streamed on YouTube featuring Yordan\" class=\"wp-image-11307\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1024%2C390&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=300%2C114&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=768%2C292&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?resize=1536%2C585&amp;ssl=1 1536w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1889&amp;ssl=1 1889w, https://i1.wp.com/wordpress.org/news/files/2021/09/wp-translation-2020.jpg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /><figcaption>Yordan (pictured bottom left) speaking at the WordPress Translation Day 2020 events</figcaption></figure>\n\n\n\n<p>Yordan believes that he would have continued to work on his own had he not met the WordPress community.</p>\n\n\n\n<p>He said: &#8220;Fortunately, this was not the case and I have been able to live a lot of transforming experiences that have shown me the meaning of the words &#8216;community&#8217; and &#8216;volunteerism&#8217;.&#8221;</p>\n\n\n\n<p>Yordan felt empowered by the community and it led him to volunteer for many other roles and activities, including Locale Manager for <a href=\"https://translate.wordpress.org/locale/es-ve/\">Spanish Venezuela</a>, a moderator for <a href=\"https://make.wordpress.org/tv/\">WordPress.tv</a>, and as a <a href=\"https://make.wordpress.org/support/\">support</a> contributor in the forums helping people with technical issues. He has also developed free plugins for the official WordPress directory and <a href=\"https://wordpress.tv/speakers/yordan-soares/\">spoken at community events</a> including <a href=\"https://spain.wordcamp.org/2020/session/actualizaciones-automaticas-para-tus-plugins-y-temas-personalizados/\">WordCamp Spain 2020</a>.  </p>\n\n\n\n<p>All this has a boomerang effect, Yordan explains. These experiences helped him grow personally and professionally, as it’s always rewarding to know that you’ve helped improve the WordPress ecosystem.</p>\n\n\n\n<p>He also likes being able to directly help people when they need it and feels it is a two-way learning process.</p>\n\n\n\n<p>&#8220;At first, when I told my family and friends about the community and the work I was doing, they would ask me &#8216;what do you get in return?&#8217; Perhaps they expected me to tell them a specific amount of money, but the answer is more complex,&#8221; he said.</p>\n\n\n\n<p>&#8220;It’s rewarding to know that you’ve helped improve the WordPress ecosystem, the tool you use to work and put food on the table.&#8221;</p>\n\n\n\n<p>During his journey, Yordan has met many wonderful people with common interests and values, and the best part is that many of these people are now his friends, business partners, or customers.</p>\n\n\n\n<p>At the same time, he has learned new skills and gained experience, which have given him a significant confidence boost in facing difficult situations that may come in life.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" width=\"632\" height=\"332\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=632%2C332&#038;ssl=1\" alt=\"Polyglots special appreciation poster featuring Yordan Soares. \" class=\"wp-image-11320\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=1024%2C538&amp;ssl=1 1024w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=300%2C158&amp;ssl=1 300w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?resize=768%2C403&amp;ssl=1 768w, https://i1.wp.com/wordpress.org/news/files/2021/10/special-acknowledgement-yordansoares.png?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>As part of the <a href=\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\">WordPress Translation Day 2021</a> celebrations, Yordan was nominated for his contribution to the work of the Polyglots Team translating WordPress. The full nominations list and stories will be published in October and November on the <a href=\"https://wptranslationday.org/\">WordPress Translation Day website</a>. </p>\n\n\n\n<h2>Share the stories</h2>\n\n\n\n<p>Help us share these stories of open source contributors and continue to grow the community.&nbsp;Meet more WordPressers in the <a href=\"https://wordpress.org/news/category/newsletter/interviews/\">People of WordPress series.</a>&nbsp;#ContributorStory.</p>\n\n\n\n<h2>Contributors</h2>\n\n\n\n<p>Thanks to Abha Thakor (<a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>), Larissa Murillo (<a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>), Maedah Batool (<a href=\'https://profiles.wordpress.org/maedahbatool/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>maedahbatool</a>), Chloé Bringmann (<a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>), and Nalini (<a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>) for work on this story. Thank you to Yordan Soares (<a href=\'https://profiles.wordpress.org/yordansoares/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>yordansoares</a>) for sharing his Contributor Story, and to Josepha Haden Chomphosy (<a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>) and Topher DeRosia (<a href=\'https://profiles.wordpress.org/topher1kenobe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>topher1kenobe</a>) for their support of the series. The WordPress Guarenas-Guatire logo on this page was designed by <a href=\"https://profiles.wordpress.org/bragnieljimenez/\">Bragniel Jimenez</a>. </p>\n\n\n\n<p><em>This People of WordPress feature is inspired by an article originally published on <a href=\"https://heropress.com/\">HeroPress.com</a>, a community initiative created by Topher DeRosia. The initiative highlights people in the WordPress community who have overcome barriers and whose stories would otherwise go unheard. </em>#HeroPress</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11279\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:65:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Upcoming Gallery Block improvements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/09/upcoming-gallery-block-improvements/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Sep 2021 15:36:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"Features\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11258\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:330:\"Thanks to @javiarce &#38; @annezazu for design and copy contributions. An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change won’t be available for most folks until WordPress 5.9’s launch in January 2022, we wanted to share some of what’s to come [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:49:\"https://wordpress.org/news/files/2021/09/Main.mp4\";s:6:\"length\";s:8:\"16081214\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:56:\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\";s:6:\"length\";s:7:\"1557447\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Kelly Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2695:\"\n<p><em>Thanks to <a href=\'https://profiles.wordpress.org/javiarce/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>javiarce</a> &amp; <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a> for design and copy contributions.</em></p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Main.mp4\"></video></figure>\n\n\n\n<p>An exciting update to the Gallery Block gives you more ways to show off images in your posts and pages. While this change won’t be available for most folks until WordPress 5.9’s launch in January 2022, we wanted to share some of what’s to come to get you excited about the future.</p>\n\n\n\n<h2 id=\"style-individual-images\">Style individual images</h2>\n\n\n\n<p>You can now use the same tools that are available for individual image blocks on <em>each</em> image in the Gallery Block! This added flexibility means you can do more customization &#8211; from adding links to each individual image, inline cropping to edit on the fly, apply unique styles for more visually compelling images, and apply an array of duotone filters.</p>\n\n\n\n<h2 id=\"add-custom-styles\">Add custom styles</h2>\n\n\n\n<p>For more advanced folks who like to go a bit deeper in their customizations, you now have the option to add custom CSS styles per image. This is thanks to the ability to assign CSS classes to each image.</p>\n\n\n\n<h2 id=\"more-accessible-and-intuitive\">More accessible and intuitive&nbsp;</h2>\n\n\n\n<p>With this change comes the benefit of improved keyboard navigation and the ability to add alt text right within the block sidebar. You can also drag and drop to rearrange images.</p>\n\n\n\n<figure class=\"wp-block-video\"><video autoplay controls loop src=\"https://wordpress.org/news/files/2021/09/Drag-_-Drop.mp4\"></video></figure>\n\n\n\n<h2 id=\"next-steps\">Next steps</h2>\n\n\n\n<p>This will be available in January with the release of WordPress 5.9. You can check it out now if you’re using the Gutenberg plugin on any of your sites. Read more about <a href=\"https://wordpress.org/news/2021/04/become-an-early-adopter-with-the-gutenberg-plugin/\">becoming an early adopter</a> if you’d like to get ahead.</p>\n\n\n\n<p>If you’re a plugin or theme author who has built upon the Gallery Block functionality,<a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\"> be sure to check out this Dev Note detailing what steps need to be taken for compatibility</a> since this is a breaking change.</p>\n\n\n\n<p>We’re excited to see the new galleries that these options open up and what ideas you have to make creating galleries even better.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:58:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WP Briefing: Episode 16: A Sneak Peek at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://wordpress.org/news/2021/09/episode-16-a-sneak-peek-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Sep 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11248\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:423:\"In addition to this episode’s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features. Have a question you&#8217;d like answered? You can submit them to wpbriefing@wordpress.org, either written or as a voice recording. Credits Editor:&#160;Dustin Hartzler Logo:&#160;Beatriz Fialho Production:&#160;Chloé Bringmann Song: Fearless First by [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2021/09/WP-Briefing-016.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11753:\"\n<p>In addition to this episode’s small list of big things, Josepha Haden Chomphosy reviews the upcoming 5.9 WordPress release and its Full Site Editing features.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2>Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2>References </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">WordPress 5.9 Planning&nbsp;</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">5.9 Target Features</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/08/20/gallery-block-refactor-dev-note/\">Gallery Block Refactor Dev Notes</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/The_Cathedral_and_the_Bazaar\">The Cathedral and the Bazaar, 19 Lessons of Open Source</a></p>\n\n\n\n<p><a href=\"https://wptranslationday.org/\">WordPress Translation Day</a></p>\n\n\n\n<p><a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021</a></p>\n\n\n\n<p><a href=\"https://andreamiddleton.blog/2021/09/07/letters-to-an-open-source-contributor/\">Letters to an open source contributor, by Andrea Middleton</a></p>\n\n\n\n<h2>Transcript</h2>\n\n\n\n<span id=\"more-11248\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing. The podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Joseph Haden Chomphosy. Here we go.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Today I&#8217;m going to take you through a quick look at the final WordPress release of 2021. It will be WordPress 5.9. And there will be a ton of things in it, including a fresh new default theme. And there are a few things that you need to know about it right now. The target release date is December 14, 2021, which means some of our milestones happen around Thanksgiving in the US. And a few significant commercial dates globally, days, like Giving Tuesday and Black Friday, etc. I&#8217;ll include a link to the post with all the target dates in the show notes so that you can plan with those in mind. And also in the show notes. I&#8217;ll include a link to Matías Ventura&#8217;s post that includes the target features for the release. When you look at that post, you&#8217;ll notice that you can sort of group things into two big buckets. The two buckets that I grouped them into are themes plus tools, and also better tools.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:31</p>\n\n\n\n<p>So bucket number one themes and all their tools. Three things were important for me as I was reading through them. Number one is that there is a default theme. As of the time of this recording, I&#8217;ve seen the early concepts for the theme, and I love them. Hopefully, by the time this podcast is published, the post that showcases the look and feel will also be up on make.wordpress.org/design. If it is, I&#8217;ll include a link in the show notes to make it easy for everyone to reference.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:04</p>\n\n\n\n<p>The second thing is block themes in general. So WordPress 5.8 brought to core WordPress a lot of the infrastructure needed to create block themes. And in this release in WordPress 5.9, much of that infrastructure will be made available for folks who don&#8217;t always feel comfortable working in the code. That&#8217;s mostly UX and UI changes. So user experience and user interface changes are based on user feedback that we&#8217;ve gathered over the last six to eight months. But it also will include the long-awaited navigation block.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:37</p>\n\n\n\n<p>The third thing that shows up for me in this first bucket, in the themes and all their tools bucket, is the UX and interface for theme.json. The user interface that we&#8217;re making available for theme.json is a major step forward in this project has been referred to as global styles for a few years. And it kind of is what it sounds like on the box, a way for users to tap into that powerful management tool that we have built through theme.JSON.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:09</p>\n\n\n\n<p>Bucket number two, which I am calling publicly &#8220;tools for days.&#8221; But also, I refer to it as design tools, block tools, and pattern tools. I had this whole vision of a Wizard of Oz, “lions and tigers and bears. Oh my!” moment, but I couldn’t make it work. So “design tools and block tools and pattern tools Hoorah!” That&#8217;s as close as we&#8217;re getting. So that&#8217;s my first big number two bucket for you.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:37</p>\n\n\n\n<p>For most of these tools, the best way to describe it is quality of life improvements, lots of streamlining of what&#8217;s there, lots of building what&#8217;s not. But there&#8217;s one that&#8217;s substantial and worth digging into a bit more. And that&#8217;s the gallery block refactor. The dev note for this already exists. Like before we had the planning round-up post, the dev note was created. And so I will put a link to that in the show notes. But the headline is that this refactor will make the creation and maintenance of image blocks and the gallery block work the same way. If you are a theme or plugin developer, head on over to the dev notes that I have linked below and take some time to get familiar with it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:20</p>\n\n\n\n<p>And then the final thing, which has a bunch of small things in it, but will make a huge impact for all of our users overall, is that we&#8217;re working on more intuitive and responsive tools on blocks. That has come up frequently in our user testing again over the last six to eight months. And we are going to chip away at that long list of needs that we have in those particular toolsets. And that&#8217;s it. So that&#8217;s a really big broad look at what we&#8217;re trying to get into the final release of the year.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:58</p>\n\n\n\n<p>I&nbsp; know that when I say like this is our hoped for stuff. This is our best guess at the moment. Sometimes it can feel like we should know that already &#8212; I should know already what&#8217;s going into the release. And on the one hand, yes, I believe in this list of things that we&#8217;re going to put into the release, I think they&#8217;re going to be good. But I always refer to it as like the hoped-for things, the things that are on the roadmap, our best targets, because I know that I don&#8217;t ever want to ship something that is going to be a worse experience for users. And so I always like to save the space to be able to remove a feature or remove an enhancement, a little bit closer to the time of the release, just to make sure that what we are offering is the best that we can offer. However, as it says right there in the 19 learnings of open source, “if there&#8217;s a bug, there&#8217;s a job,” right? There&#8217;s a lot of tolerance in open source software for shipping, slightly imperfect work. And that&#8217;s good. When we ship software that&#8217;s a little bit imperfect, it makes it clear how everyone can participate, how everyone could participate, if they could find this WordPress community that supports the CMS.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:20</p>\n\n\n\n<p>If you&#8217;ve never participated in a release and are interested in learning how it goes, you can always follow along on make.wordpress.org/core. And of course, we do a lot of our meetings in the making WordPress, community Slack, which you can find at chat.wordpress.org if you are not already in that particular instance.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:49</p>\n\n\n\n<p>That brings us now to our small list of big things. I have three things on my list for you. The first one is WP Translation day slash month. For folks who&#8217;ve been following along for a bit, you probably noticed that Translation Day has been going on all month long all of September so that we can have small individual local events and bring people into the process of translating WordPress and making WordPress more usable for more people, especially when they don&#8217;t necessarily speak English as their first language. It&#8217;s a wonderful event. There&#8217;s been Translation Day at the end of September for years. And this Translation Month is working its way up to that Translation Day; I will leave a link to the event page in the notes below. And I really encourage you to drop by.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:38</p>\n\n\n\n<p>The second thing is that WordCamp US is coming up on October 1. It is going to be a virtual event, as so many of our events are right now. Tickets are open. The schedule just got published last week. And so we have a good concept of who is talking about what while we&#8217;re there. I suggest you wander over to the schedule. Take a look at anything that might be inspirational to you or anyone who looks like they&#8217;re answering questions that you&#8217;ve had as you have been trying to build your WordPress business.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:08</p>\n\n\n\n<p>And then the third thing on my smallest of big things. Some of you may already be aware that <a href=\"https://profiles.wordpress.org/andreamiddleton/\">Andrea Middleton</a> has left the WordPress project. She has been an absolute fixture in the WordPress open source project for the last ten years. And while we will all miss her terribly, her work has been so influential and so foundational that we actually won&#8217;t really feel much like she&#8217;s gone. We will see the evidence of her work in everything she does and everything she has done while we build a better and more inclusive WordPress after her.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:47</p>\n\n\n\n<p>As a final love letter to the community, she published a series of things that she learned about contributing to open source and especially how to contribute to WordPress as an open source project. I&#8217;m going to link those in the show notes as well. For anyone who has worked with Andrea for a long time, when you read it, it will just remind you of her voice and will be like a nice warm, comforting hug as she heads on to her next endeavors. And for folks who have never worked with her before. It&#8217;s still really excellent information that I think translates into all areas of our work, especially right now as people are moving to distributed work and remote work a bit more. Now I encourage everyone to at least give one or two of them a read.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>09:38</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11248\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Join us for WordPress Translation Day Global Events in September 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wordpress.org/news/2021/09/join-us-for-wordpress-translation-day-global-events-in-september-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 16 Sep 2021 21:51:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"polyglots\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"translation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:16:\"wptranslationday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11215\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"WordPress contributors around the world are celebrating the sixth Global WordPress Translation Day throughout September 2021! \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"webcommsat AbhaNonStopNewsUK\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8447:\"\n<p>WordPress contributors around the world are <a href=\"https://wptranslationday.org/\">celebrating the sixth Global WordPress Translation Day</a> throughout the entire month of September! That&#8217;s 30 days dedicated to help and encourage the volunteers that translate the software and its related resources. One of the highlights will be a <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">series of exciting global events</a>, starting on September 17 2021 and finishing on the United Nations&#8217; International Translation Day itself on September 30, 2021.</p>\n\n\n\n<p>Everyone is welcome to watch these events live on <a href=\"https://www.youtube.com/c/WordPressMarketingTeam\">YouTube</a> and to share their translation stories which will be featured during the celebrations and beyond. The global events will be in English and include presentations on how and why to you should join the thousands of translators in the project, tips and tools, interviews, and much more. </p>\n\n\n\n<p>There are now 205 locales translating in what is a remarkable open source effort, bringing the opportunities of the software and its community to people in their own native languages.   </p>\n\n\n\n<h2>Inaugural session: Introduction and latest news on WordPress Translation</h2>\n\n\n\n<h3><strong>Friday, September 17, 2021 at </strong><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210917T1000\"><strong>10:00 UTC</strong></a></h3>\n\n\n\n<p>We will start the <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">global events</a> with a panel featuring the latest update on what is happening in the world of WordPress polyglots. Panellists will include translators and polyglot supporters <a href=\"https://profiles.wordpress.org/petya/\">Petya Raykovska</a> and <a href=\"https://profiles.wordpress.org/evarlese/\">Erica Varlese</a>. There will be a video demonstration on how to translate WordPress, a short presentation on translation statistics, a run down of upcoming events, and more. <br><br>Watch the <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3HSBB5F_ag0\" target=\"_blank\">event live on YouTube</a> (or click on the play button below) &#8211; sign-up for notifications in the video stream right now so you don&#8217;t miss it when it goes live!&nbsp;</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"632\" height=\"356\" src=\"https://www.youtube.com/embed/3HSBB5F_ag0?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<h3><strong>Friday, September 17, 2021 at 11:00 UTC</strong> </h3>\n\n\n\n<p>Right after the livestream, there will be a &#8216;drop-in&#8217; translation sprint on Zoom video-conferencing, open to all. You can join and hang out virtually with your Polyglots friends from all around the world and translate WordPress in your own language! <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823032/\">RSVP for the session now and get joining links!</a> </p>\n\n\n\n<figure class=\"wp-block-image\"><img src=\"https://lh4.googleusercontent.com/r2rVEDkb39h02LiBg2GdayDk1LpZi6kxZnv1MRzT9h6pgSQE9FMBmyx_kJUA-Pjyy1KD__YlzLYvd1P53o1UIxTEfb0fmQnHm40UU23Wb1slXm-ajdGNP5qOyzHyTI07NBCM-mwY=s0\" alt=\"\" /></figure>\n\n\n\n<h2>Check out the other exciting global events</h2>\n\n\n\n<h3><strong>Sunday, September 19, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\">12:00 UTC</a></strong></h3>\n\n\n\n<p><a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=M7UtEKIp2FY\" target=\"_blank\"><strong>Panel on Polyglots Tools</strong></a><a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210919T1200\"> <br></a>Join <a href=\"https://profiles.wordpress.org/amieiro/\">Jesús Amieiro</a>, <a href=\"https://profiles.wordpress.org/psmits1567/\">Peter Smits</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad Timotei</a>, and <a href=\"https://profiles.wordpress.org/vibgyj/\">Vibgy Joseph</a> to talk about the tools they’ve contributed to or developed to help translators and translation editors.</p>\n\n\n\n<h3><strong>Tuesday, September 21, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\">11:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=0Ps8byYIwLs\"><strong>Panel on Open Source Translation Communities</strong></a> (YouTube link &#8211; opens in a new tab)<a rel=\"noreferrer noopener\" href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210921T1100\" target=\"_blank\"><br></a>Join <a href=\"https://profiles.wordpress.org/vanillalounge/\">Zé Fontainhas</a> (WordPress), <a href=\"https://profiles.wordpress.org/tokyobiyori/\">Ali Darwich</a> (WordPress), <a href=\"https://www.linkedin.com/in/mstanke?originalSubdomain=cz\">Michal Stanke</a> (Mozilla), and <a href=\"https://www.linkedin.com/in/satomi-tsujita/?originalSubdomain=jp\">Satomi Tsujita</a> (Hyperledger Fabric) to learn about nurturing translation communities.</p>\n\n\n\n<h3><strong>Thursday, September 30, 2021 <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\">16:00 UTC</a></strong></h3>\n\n\n\n<p><a href=\"https://www.youtube.com/watch?v=qyQUaiK19js\"><strong>Finale Event – Why do you translate?</strong></a> <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?iso=20210930T1600\"><br></a>Our finale event for 2021 with emcee <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> and a panel from the WordPress Translation Day Team. It will feature highlights from some of the local and global events during the month and a selection of results. Some of the nominees for this year&#8217;s polyglots appreciation will join the livestream to share their stories.</p>\n\n\n\n<p>The livestream will be followed by an after party celebration for anyone who has taken part in the event or is a WordPress polyglot. <a href=\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/280823393/\">Book now</a> for the session on Zoom.</p>\n\n\n\n<h2>Ideas on how to get involved this September</h2>\n\n\n\n<p>There&#8217;s lots of ways to take part &#8211; discover this <a href=\"https://wptranslationday.org/blog/ways-to-participate/\">list of ideas</a>.</p>\n\n\n\n<p>You can also nominate <a href=\"https://wptranslationday.org/blog/call-for-nominations-polyglots-appreciation/\">translation contributors</a> to be featured in this year&#8217;s celebrations.</p>\n\n\n\n<h2>Help us spread the word about #WPTranslationDay</h2>\n\n\n\n<ul><li>Share what you are translating using the #WPTranslationDay hashtag on: <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>,<a href=\"https://twitter.com/TranslateWP\"> Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>! </li><li>You can also find images and translator badges in our <a href=\"https://wptranslationday.org/wptd-2021/media-kit/\">Media Kit</a> to share during September.</li></ul>\n\n\n\n<p>For more information on the 2021 WordPress Translation Day celebrations, visit <a href=\"https://wptranslationday.org/\">the WordPress Translation Day website</a>.</p>\n\n\n\n<p></p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a>, <a href=\'https://profiles.wordpress.org/harishanker/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>harishanker</a>, <a href=\'https://profiles.wordpress.org/lmurillom/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>lmurillom</a>, <a href=\'https://profiles.wordpress.org/oglekler/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>oglekler</a>, <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/nalininonstopnewsuk/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nalininonstopnewsuk</a>, <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a></em> for contributing to this story.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11215\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WordPress 5.8.1 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/09/wordpress-5-8-1-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 03:11:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11190\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"WordPress 5.8.1 is now available! This security and maintenance release features 60 bug fixes in addition to 3 security fixes. Because this is a security release, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated. WordPress 5.8.1 is a short-cycle security and maintenance release. The next [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8900:\"\n<p>WordPress 5.8.1 is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">60 bug</a> <a href=\"https://github.com/WordPress/gutenberg/pull/34393\">fixes</a> in addition to 3 security fixes. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.4 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.1 is a short-cycle security and maintenance release. The next major release will be version <a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.1 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now.</p>\n\n\n\n<p>If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<h3><strong>Security Updates</strong></h3>\n\n\n\n<p>3 security issues affect WordPress versions between 5.4 and 5.8. If you haven’t yet updated to 5.8, all WordPress versions since 5.4 have also been updated to fix the following security issues:</p>\n\n\n\n<ul><li>Props <a href=\'https://profiles.wordpress.org/mdawaffe/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mdawaffe</a>, member of the WordPress Security Team for their work fixing a data exposure vulnerability within the REST API.</li><li>Props to Michał Bentkowski of Securitum for reporting a XSS vulnerability in the block editor.</li><li>The Lodash library has been updated to version 4.17.21 in each branch to incorporate upstream security fixes.</li></ul>\n\n\n\n<p>In addition to these issues, the security team would like to thank the following people for reporting vulnerabilities during the WordPress 5.8 beta testing period, allowing them to be fixed prior to release:</p>\n\n\n\n<ul><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://evanricafort.com/\">Evan Ricafort</a>&nbsp;for reporting a XSS vulnerability in the block editor discovered during the 5.8 release’s beta period.</li><li>Props <a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>&nbsp;for reporting a privilege escalation issue in the block editor.</li></ul>\n\n\n\n<p>Thank you to all of the reporters for <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/\">privately disclosing the vulnerabilities</a>. This gave the WordPress security team time to fix the vulnerabilities before WordPress sites could be attacked.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?milestone=5.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-1/\">version 5.8.1 HelpHub documentation page</a>.</p>\n\n\n\n<h2>Thanks and props!</h2>\n\n\n\n<p>The 5.8.1 release was led by <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> and <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the security researchers and release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.1 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/2linctools/\">2linctools</a>, <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zielinski</a>, <a href=\"https://profiles.wordpress.org/schlessera/\">Alain Schlesser</a>, <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a>, <a href=\"https://profiles.wordpress.org/alexstine/\">alexstine</a>, <a href=\"https://profiles.wordpress.org/algala/\">AlGala</a>, <a href=\"https://profiles.wordpress.org/oandregal/\">André</a>, <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a>, <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a>, <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a>, <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/ribaricplusplus/\">Bruno Ribaric</a>, <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/daisyo/\">Daisy Olsen</a>, <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/dariak/\">Daria</a>, <a href=\"https://profiles.wordpress.org/davidanderson/\">David Anderson</a>, <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a>, <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a>, <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a>, <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van&nbsp;Durpe</a>, <a href=\"https://profiles.wordpress.org/enchiridion/\">Enchiridion</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a>, <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/priethor/\">Héctor Prieto</a>, <a href=\"https://profiles.wordpress.org/ianmjones/\">ianmjones</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/jblz/\">Jeff Bowen</a>, <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a>, <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a>, <a href=\"https://profiles.wordpress.org/gwwar/\">Kerry Liu</a>, <a href=\"https://profiles.wordpress.org/kevinfodness/\">Kevin Fodness</a>, <a href=\"https://profiles.wordpress.org/mkaz/\">Marcus Kazmierczak</a>, <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a>, <a href=\"https://profiles.wordpress.org/mhuntdesign/\">Matt</a>, <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a>, <a href=\"https://profiles.wordpress.org/mikeschroder/\">Mike Schroder</a>, <a href=\"https://profiles.wordpress.org/moch11/\">moch11</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a>, <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a>, <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a>, <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/walbo/\">Petter Walbø Johnsgård</a>, <a href=\"https://profiles.wordpress.org/radixweb/\">Radixweb</a>, <a href=\"https://profiles.wordpress.org/rtm909/\">Rahul Mehta</a>, <a href=\"https://profiles.wordpress.org/ramonopoly/\">ramonopoly</a>, <a href=\"https://profiles.wordpress.org/ravipatel/\">ravipatel</a>, <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a>, <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a>, <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a>, <a href=\"https://profiles.wordpress.org/sanketchodavadiya/\">Sanket Chodavadiya</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a>, <a href=\"https://profiles.wordpress.org/stevehenty/\">Steve Henty</a>, <a href=\"https://profiles.wordpress.org/terraling/\">terraling</a>, <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a>, <a href=\"https://profiles.wordpress.org/tmatsuur/\">tmatsuur</a>, <a href=\"https://profiles.wordpress.org/tobiasbg/\">TobiasBg</a>, <a href=\"https://profiles.wordpress.org/hellofromTonya/\">Tonya Mork</a>, <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a>, <a href=\"https://profiles.wordpress.org/vladytimy/\">Vlad T</a>, <a href=\"https://profiles.wordpress.org/wb1234/\">wb1234</a>, and <a href=\"https://profiles.wordpress.org/wfmattr/\">WFMattR</a>.\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11190\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"The Month in WordPress: August 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/09/the-month-in-wordpress-august-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11176\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:338:\"I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16142:\"\n<blockquote class=\"wp-block-quote\"><p>I really believe in WordPress’ mission to democratize publishing. And I, for one, will never stop learning about what gives people more access to the software, and what makes the software more usable, and especially how we can combine usability with accessibility in a way that puts form and function on a level playing field.<br></p></blockquote>\n\n\n\n<p>That was <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden</a> on the “<a href=\"https://wordpress.org/news/2021/08/episode-14-the-art-and-science-of-accessibility/\">The Art and Science of Accessibility</a>” episode of the <a href=\"https://wordpress.org/news/podcast/\">WP Briefing Podcast</a>, talking about accessibility and exploring how it applies to the WordPress open source software. You will find that many of our updates from August 2021 tie in closely with the core principles of access, accessibility, and usability. Read on to find out more!</p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Join the 2021 WordPress Translation Day Celebrations in September</h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wptranslationday.org/\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" width=\"632\" height=\"395\" src=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=632%2C395&#038;ssl=1\" alt=\"WordPress Translation Day 2021 September 1 - 30, 2021\" class=\"wp-image-11177\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=1024%2C640&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=300%2C188&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?resize=768%2C480&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1440&amp;ssl=1 1440w, https://i0.wp.com/wordpress.org/news/files/2021/09/image.jpeg?w=1264&amp;ssl=1 1264w\" sizes=\"(max-width: 632px) 100vw, 632px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Join WordPress contributors around the world on <a href=\"https://wptranslationday.org/\">WordPress Translation Day celebrations</a> for the entire month of September! The sixth edition of #WPTranslationDay &#8211; which is a cross-team effort led by the Polyglots and Marketing Teams, has a host of fun programs aimed at helping WordPress speak all languages of the world. Want to join the fun? Here’s how.</p>\n\n\n\n<ul><li><a href=\"https://wptranslationday.org/wptd-2021/local-events/\">Join your local translation event</a> and collaborate on efforts to translate WordPress! Can’t find a <a href=\"https://wptranslationday.org/wptd-2021/local-events/\">local event in your area</a>? Why don’t you <a href=\"https://make.wordpress.org/polyglots/2021/08/11/call-for-local-event-organizers-wordpress-translation-day-2021/\">organize one on your own</a>?</li><li>Join <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">one of our global events</a> from September 17-30!<em> </em>We have exciting sessions on <a href=\"https://wptranslationday.org/wptd-2021/global-events/\">polyglots tools and open source translation communities</a>, to name a few.</li><li>You can help<a href=\"https://translate.wordpress.org/\"> translate WordPress to your own language</a>, in your own time, this month! <a href=\"https://make.wordpress.org/polyglots/handbook/translating/first-steps/\">Here’s how!</a></li><li>Share what you are translating using the #WPTranslationDay hashtag on social media, to build excitement around the event! Don’t forget to amplify posts about the event on <a href=\"https://www.facebook.com/WPTranslationDay/\">Facebook</a>, <a href=\"https://twitter.com/TranslateWP\">Twitter</a>, <a href=\"https://www.instagram.com/wptranslationday/\">Instagram</a>, and <a href=\"https://www.linkedin.com/company/wptranslationday/\">LinkedIn</a>!</li></ul>\n\n\n\n<p>&nbsp;For more information, check out <a href=\"https://wptranslationday.org/\">the translation day website</a> and the <a href=\"https://make.wordpress.org/polylgots/tag/wptranslationday/\">Polyglots blog</a>.</p>\n\n\n\n<h2>WordPress Release Updates</h2>\n\n\n\n<p>The Core Team <a href=\"https://make.wordpress.org/core/2021/08/13/preliminary-road-to-5-9/\">commenced work</a> on the next major release &#8211; WordPress 5.9. The team aims to ship some cool features such as intrinsic web design to blocks, improved block patterns, navigation menus, better design tools, edit flows for block themes, and a new interface for theme.json. Check out the <a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 development cycle</a> to know more. This release is set to go out in December 2021. The team is also <a href=\"https://make.wordpress.org/core/2021/08/24/wordpress-5-8-x-release-team-and-5-8-1-schedule/\">working on shipping a minor release WordPress 5.8.1</a> –– its <a href=\"https://make.wordpress.org/core/2021/09/01/wordpress-5-8-1-rc-1/\">release candidate</a> is already out and the final release will launch on September 8.</p>\n\n\n\n<p>Want to contribute to WordPress core? Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\">team handbook</a>. Don’t miss the Core Team chats on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=5&amp;min=00&amp;sec=0\">5 AM</a> and <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&amp;min=00&amp;sec=0\">8 PM</a> UTC. You can also help <a href=\"https://translate.wordpress.org/\">translate WordPress</a> to your local language &#8211; and what better time to do it, than in September, <a href=\"https://wptranslationday.org/\">during the translation month celebrations</a>? Another fun way to contribute would be to <a href=\"https://make.wordpress.org/marketing/2021/08/11/share-about-wordpress-5-8-on-social-media/\">share about WordPress 5.8 on social media</a>!</p>\n\n\n\n<h2>Say Hello to Gutenberg Versions 11.2 and 11.3</h2>\n\n\n\n<p>We launched Gutenberg <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">version 11.2</a> and <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">version 11.3</a> this month. <a href=\"https://make.wordpress.org/core/2021/08/05/whats-new-in-gutenberg-11-2-0-4-august/\">Version 11.2</a> adds customizing/color options to the search block, a flex layout for the group block, and a new button for creating posts as part of the publishing flow. <a href=\"https://make.wordpress.org/core/2021/08/18/whats-new-in-gutenberg-11-3-18-august/\">Version 11.3</a> offers a new dimensions panel (replacing the spacing panel) with more styling options, dimensions control for the feature image block, and significant performance improvements for block inserters.<br></p>\n\n\n\n<p>Want to get involved in building Gutenberg? Follow <a href=\"https://make.wordpress.org/core/\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\">Make WordPress Slack</a>. The “<a href=\"https://make.wordpress.org/core/2021/07/21/whats-next-in-gutenberg-site-editing-status-check-late-july-august-2021/\">What’s next in Gutenberg</a>” post offers more details on the latest updates.&nbsp;</p>\n\n\n\n<h2>Get Excited about WordCamp US 2021</h2>\n\n\n\n<p>The biggest WordCamp in North America &#8211; <a href=\"https://us.wordcamp.org/2021/\">WordCamp US 2021-</a> is barely a month away. <a href=\"https://us.wordcamp.org/2021/tickets/\">Get your (free) tickets</a>, if you haven’t already! The organizing team has opened up calls for <a href=\"https://us.wordcamp.org/2021/calling-all-musicians/\">musicians</a>, <a href=\"https://us.wordcamp.org/2021/call-for-contributor-stories/\">contributor stories</a>, and <a href=\"https://us.wordcamp.org/2021/call-for-media-partners/\">media partners</a>. Check out <a href=\"https://us.wordcamp.org/2021/\">the event website</a> and follow the event on <a href=\"https://twitter.com/wordcampus\">Twitter</a>, <a href=\"https://www.instagram.com/wordcampus/\">Instagram</a>, and <a href=\"https://www.facebook.com/WordCampUSA\">Facebook</a> to stay updated on all that #WCUS news.</p>\n\n\n\n<h2>Important Announcements/Updates</h2>\n\n\n\n<ul><li>Support for the Classic Editor plugin <a href=\"https://wordpress.org/news/2021/08/an-update-on-the-classic-editor-plugin/\">will be extended for a full year until 2022</a>!</li><li>The Themes Team published a <a href=\"https://make.wordpress.org/themes/2021/08/06/summary-of-the-request-for-feedback-on-requirement-changes/\">feedback summary</a> on the <a href=\"https://make.wordpress.org/themes/2021/07/20/discussion-request-for-feedback-on-requirement-changes/\">proposed requirement changes for WordPress theme review</a>, and will soon be updating the handbook and review tools. You will find more context in their <a href=\"https://make.wordpress.org/themes/2021/08/10/meeting-notes-themes-team-and-theme-authors-regarding-requirements-change/\">meeting notes</a>.</li><li>The Plugins Team <a href=\"https://make.wordpress.org/plugins/2021/08/27/inaccurate-stats-have-been-corrected/\">corrected inaccurate plugin statistics</a> in the plugin directory.</li><li>Check out the <a href=\"https://make.wordpress.org/test/2021/08/17/fse-program-theme-design-survey-results/\">results of the FSE Theme Design (theme.json) survey</a>!</li></ul>\n\n\n\n<h2>Feedback/Testing Requests from Contributor Teams</h2>\n\n\n\n<ul><li>The Testing Team is requesting testing help for a <a href=\"https://make.wordpress.org/test/2021/08/30/week-in-test-30-aug-2021/\">few tickets and patches in WordPress</a>. The team is also looking for volunteers to <a href=\"https://make.wordpress.org/test/2021/08/20/call-for-volunteeers-audit-and-update-testing-instructions-across-the-make-sites/\">audit and update Core testing instructions </a>across different Make sites.</li><li>The Community Team shared a <a href=\"https://make.wordpress.org/community/2021/09/01/proposal-centralized-global-do_action-charity-hackathons/\">proposal on planning online-only recurring global do_action charity hackathons</a>. Share your feedback by September 24.</li><li>The Training Team is also exploring the possibility of adding <a href=\"https://make.wordpress.org/training/2021/08/10/proposal-learner-achievements-on-profiles/\">learner achievements (on learn.wordpress.org) on WP Profiles</a> and is requesting feedback from the community.</li><li>Help the Marketing Team’s outreach research by filling out <a href=\"https://forms.gle/4QFhX8fcNxKAfK8y5\">this 2 question survey</a> on how you search for WordPress release information. If you have any favorite features from the latest release (WordPress 5.8) let the team know by completing this <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSd_2llymf79-h5sgTiprz7Kw4Gr4cbDHh-AAdAQfiArXlHksg/viewform\">short form</a>.</li><li>Version 18.1 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-ios-18-1/\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/08/23/call-for-testing-wordpress-for-android-18-1/\">Android</a> are now available for testing!</li></ul>\n\n\n\n<h2>WordPress Event Updates</h2>\n\n\n\n<ul><li><a href=\"https://floripa.wordcamp.org/2021/\">WordCamp Florianopolis 2021</a> was held on August 11-12, 2021. The event, which sold 390 tickets, had 11 speakers and 4 sponsors. Catch the <a href=\"https://www.youtube.com/channel/UCh1CeGfuDRH-o13xh7kpgUQ\">event recap on YouTube</a>!</li><li><a href=\"https://galicia.wordcamp.org/2021/\">WordCamp Galicia 2021</a> is being held from September 30 &#8211; October 2, 2021! </li><li><a href=\"https://doaction.org/event/karnataka-2021/\">do_action Karnataka 2021</a> was held from August 7-15, 2021. Check out <a href=\"https://wordpressfoundation.org/2021/do_action-karnataka-2021-a-report/\">the recap</a>!</li><li>The Core Team organized a <a href=\"https://make.wordpress.org/core/2021/08/25/hallway-hangout-summary-compare-and-contrast-the-navigation-screens/\">hallway hangout</a> to compare the ‘experimental’ Gutenberg navigation feature with the built-in core feature. The team decided to wait until feature parity with core nav menus, to move the feature from experiments to the main plugin.</li><li>The Diverse Speakers Training group (<a href=\"https://make.wordpress.org/community/tag/wpdiversity/\">#WPDiversity</a>) of the Community Team held their first “<a href=\"https://make.wordpress.org/community/2021/09/02/report-diverse-speaker-workshops-august-2021/\">Allyship for WordPress Event Organizers</a>” workshop on August 19, 2021. The event had 13 attendees from six countries who reported a 52% increase in preparedness to help create inclusive WordPress events. <a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\">Stay tuned</a> for their next workshop in November!</li></ul>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>Further Reading</h2>\n\n\n\n<ul><li>Don’t miss this blog post on <a href=\"https://wordpress.org/news/2021/08/widgets-in-wordpress-5-8-and-beyond/\">Widgets in WordPress 5.8 and beyond</a>!</li><li>The Full Site Editing (FSE) Outreach program wrapped up its ninth challenge –– <a href=\"https://make.wordpress.org/test/2021/08/11/fse-program-testing-call-9-handling-highered-headers/\">Handling HigherEd Headers</a>, on September 1. Keep an eye out for <a href=\"https://make.wordpress.org/test/tag/fse-outreach-program/\">test results and future testing call announcements</a>!</li><li>The Test Team is <a href=\"https://make.wordpress.org/test/2021/08/19/test-team-chat-summary-17-august-2021/\">attempting to modernize PHPUnit tests</a> for WordPress.</li><li>The Accessibility Team is testing the <a href=\"https://make.wordpress.org/accessibility/2021/08/20/accessibility-team-meeting-notes-august-20-2021/\">navigation block</a> for accessibility feedback.</li><li>The Docs Team <a href=\"https://make.wordpress.org/docs/2021/08/31/summary-of-docs-team-meeting-aug-24-2021/\">launched a new repository</a> for tracking issues with WordPress documentation: <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker\">https://github.com/WordPress/Documentation-Issue-Tracker</a></li><li>The Training Team <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/#comment-3130\">finalized</a> brand <a href=\"https://make.wordpress.org/training/2021/08/17/proposal-brand-guidelines-for-learn-wordpress-content/\">guidelines</a> for <a href=\"https://learn.wordpress.org\">learn.wordpress.org</a>. The team is also working on setting up <a href=\"https://make.wordpress.org/training/2021/08/12/wordpress-101-microcourses-proposal/\">Micro courses for Learn</a>.</li><li>The Openverse Team is <a href=\"https://make.wordpress.org/openverse/2021/08/16/multi-stage-docker-builds-in-the-openverse-api/\">exploring Multistage docker builds</a> as a solution to better set up waveforms for audio search results in the Openverse tool.&nbsp;</li></ul>\n\n\n\n<p><em>Have a story that we should include in the next “Month in WordPress” post? Please </em><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><em>submit it using this form</em></a><em>.&nbsp;</em></p>\n\n\n\n<p><em>The following folks contributed to August’s Month in WordPress:&nbsp; <a href=\'https://profiles.wordpress.org/evarlese/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>evarlese</a> <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a> <em><a href=\'https://profiles.wordpress.org/nao/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>nao</a></em> <a href=\'https://profiles.wordpress.org/jillbinder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jillbinder</a></em> <em><a href=\'https://profiles.wordpress.org/webcommsat/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>webcommsat</a></em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"11176\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Nov 2021 19:01:22 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 29 Nov 2021 13:25:05 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20210520213141\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11362, '_site_transient_timeout_community-events-ad01bb07465b0e90b63639c11c6aa979', '1638342082', 'no'),
(11363, '_site_transient_community-events-ad01bb07465b0e90b63639c11c6aa979', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"137.26.46.0\";}s:6:\"events\";a:2:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:22:\"WordCamp Taiwan Online\";s:3:\"url\";s:33:\"https://taiwan.wordcamp.org/2021/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2021-12-11 13:00:00\";s:8:\"end_date\";s:19:\"2021-12-12 00:00:00\";s:20:\"start_unix_timestamp\";i:1639198800;s:18:\"end_unix_timestamp\";i:1639238400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"TW\";s:8:\"latitude\";d:25.032963599999998649536792072467505931854248046875;s:9:\"longitude\";d:121.5654267999999973426383803598582744598388671875;}}i:1;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Birmingham, AL\";s:3:\"url\";s:37:\"https://birmingham.wordcamp.org/2022/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2022-02-04 00:00:00\";s:8:\"end_date\";s:19:\"2022-02-05 00:00:00\";s:20:\"start_unix_timestamp\";i:1643954400;s:18:\"end_unix_timestamp\";i:1644040800;s:8:\"location\";a:4:{s:8:\"location\";s:14:\"Birmingham, AL\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:33.51415800000000189129423233680427074432373046875;s:9:\"longitude\";d:-86.8079790000000031113813747651875019073486328125;}}}}', 'no'),
(4073, 'usersnap_options', 'a:7:{s:7:\"api-key\";s:36:\"d5d981bf-64ee-4670-9412-0319b04c507b\";s:11:\"visible-for\";s:3:\"all\";s:19:\"visible-for-backend\";s:7:\"backend\";s:17:\"usersnap-api-requ\";b:0;s:7:\"message\";s:0:\"\";s:5:\"error\";b:0;s:10:\"widget_url\";s:63:\"//api.usersnap.com/load/d5d981bf-64ee-4670-9412-0319b04c507b.js\";}', 'yes'),
(3310, 'gf_rest_api_db_version', '2.5.15', 'yes'),
(952, 'options_usses_header_logo', '22', 'no'),
(953, '_options_usses_header_logo', 'usses_header_logo', 'no'),
(446, 'webp-express-messages-pending', '', 'yes'),
(447, 'webp-express-state', '{\"pendingMessages\":[]}', 'no'),
(454, 'autoptimize_imgopt_launched', 'on', 'yes'),
(449, 'w3tc_state', '{\"common.install\":1604423543,\"common.install_version\":\"0.14.4\",\"license.status\":\"no_key\",\"license.next_check\":1638729820,\"license.terms\":\"\",\"common.next_support_us_invitation\":1621797377,\"common.support_us_invitations\":1}', 'no'),
(451, 'webp-express-migration-version', '13', 'yes'),
(860, 'options_usses_contact_phone', '(636) 449-6046', 'no'),
(861, '_options_usses_contact_phone', 'usses_contact_phone', 'no'),
(862, 'options_usses_contact_email', 'sesadmin@ussec.org', 'no'),
(863, '_options_usses_contact_email', 'usses_contact_email', 'no'),
(864, 'options_usses_contact_address_line_2', '', 'no'),
(865, '_options_usses_contact_address_line_2', 'usses_contact_address_line_2', 'no'),
(866, 'options_usses_google_map_key', 'AIzaSyAtbH11dzRO8IJvrKPI5q8naj5iCRxURAc', 'no'),
(867, '_options_usses_google_map_key', 'usses_google_map_key', 'no'),
(868, 'options_sub_title', '', 'no'),
(869, '_options_sub_title', 'field_1', 'no'),
(900, 'category_children', 'a:0:{}', 'yes'),
(301, 'acf_pro_license', 'YToyOntzOjM6ImtleSI7czo3NjoiYjNKa1pYSmZhV1E5TVRBeU9EZzJmSFI1Y0dVOVpHVjJaV3h2Y0dWeWZHUmhkR1U5TWpBeE55MHdNeTB5TnlBeE9Eb3lPRG8xTUE9PSI7czozOiJ1cmwiO3M6MzA6Imh0dHBzOi8vdXNzZXMuYmVhbnN0YWxrd2ViLmNvbSI7fQ==', 'yes'),
(832, 'pand-d83e5fe4823f8f867dc30d3bb0b6c7de', '1616187521', 'no'),
(833, 'dnh_dismissed_notices', 'a:1:{i:0;s:24:\"wrm_1e278f4992d8bb3f1f0b\";}', 'yes'),
(1078, 'options_usses_google_map_style_json', '[\r\n    {\r\n        \"featureType\": \"all\",\r\n        \"elementType\": \"labels.text.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"saturation\": 36\r\n            },\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 40\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"all\",\r\n        \"elementType\": \"labels.text.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            },\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 16\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"all\",\r\n        \"elementType\": \"labels.icon\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"all\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"geometry.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 20\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"geometry.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#9e9e9e\"\r\n            },\r\n            {\r\n                \"lightness\": 17\r\n            },\r\n            {\r\n                \"weight\": \"1.70\"\r\n            },\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"labels.text.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#9e9e9e\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative\",\r\n        \"elementType\": \"labels.text.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.country\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.country\",\r\n        \"elementType\": \"geometry.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.province\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.province\",\r\n        \"elementType\": \"geometry.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            },\r\n            {\r\n                \"weight\": \"1.77\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.locality\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.land_parcel\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"administrative.land_parcel\",\r\n        \"elementType\": \"geometry.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"landscape\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#fdfdfd\"\r\n            },\r\n            {\r\n                \"lightness\": 20\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"poi\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 21\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"poi.park\",\r\n        \"elementType\": \"labels.text\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"road.highway\",\r\n        \"elementType\": \"geometry.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 17\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"road.highway\",\r\n        \"elementType\": \"geometry.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 29\r\n            },\r\n            {\r\n                \"weight\": 0.2\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"road.arterial\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 18\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"road.local\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 16\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"transit\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#000000\"\r\n            },\r\n            {\r\n                \"lightness\": 19\r\n            },\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"water\",\r\n        \"elementType\": \"geometry\",\r\n        \"stylers\": [\r\n            {\r\n                \"color\": \"#2d2d2d\"\r\n            },\r\n            {\r\n                \"lightness\": \"0\"\r\n            },\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"water\",\r\n        \"elementType\": \"geometry.fill\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"on\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"featureType\": \"water\",\r\n        \"elementType\": \"geometry.stroke\",\r\n        \"stylers\": [\r\n            {\r\n                \"visibility\": \"off\"\r\n            }\r\n        ]\r\n    }\r\n]', 'no'),
(6756, 'options_terms_of_use_title_dialog_window_title', 'Terms of Use, Privacy Policy, and Exporter Agreement', 'no'),
(6757, '_options_terms_of_use_title_dialog_window_title', 'field_60ded7e6aeaea', 'no'),
(6758, 'options_terms_of_use_dialog_window_text', 'TERMS OF USE, PRIVACY POLICY, AND EXPORTER AGREEMENT\r\n\r\nTHE TERMS OF USE, PRIVACY POLICY, AND EXPORTER AGREEMENT SET FORTH THE LEGALLY BINDING TERMS AND CONDITIONS THAT GOVERN YOUR USE OF THE WEBSITE LOCATED AT CERTIFICATION.USSEC.ORG (the “Site”). PLEASE READ THE TERMS OF USE, PRIVACY POLICY, AND EXPORTER AGREEMENT CAREFULLY BEFORE USING THIS SITE. BY USING THIS SITE, YOU AGREE TO BE BOUND BY THE FOLLOWING TERMS OF USE, PRIVACY POLICY, AND EXPORTER AGREEMENT:\r\n\r\nEXPORTER AGREEMENT \r\n\r\nIf you are an exporter of United States soybeans and/or United States soy products that desires to issue U.S. Soy Sustainability Assurance Protocol certificates (“SSAP Certificates”) to your customers then, in consideration for the authority to issue SSAP Certificates to your customers, you hereby agree as follows:\r\n\r\n1.	SSAP Certificates are only for international use.\r\n\r\n2.	Each SSAP Certificate must be tied to a specific shipment.  	\r\n\r\n3.	You hereby indemnify, defend, and hold Soy Export Sustainability LLC entirely harmless from and against any claim, demand, cause of action, judgment, loss, liability, cost, or expense which Soy Export Sustainability LLC may suffer, sustain, incur, or otherwise become subject to (either directly or indirectly) to the extent the same results from any action or omission by you, your affiliates, agents, employees, or representatives, or in connection with your issuance of SSAP Certificates.\r\n\r\nTERMS OF USE\r\n\r\nCOPYRIGHT AND TRADEMARK NOTICE\r\n\r\nAll content on this Site is owned by Soy Export Sustainability LLC (“SES,” “we,” “us,” or “our”). This Site is protected by U.S. copyright laws, and may be protected by the copyright laws of other countries and jurisdictions. Except as specifically permitted below, any copy, reproduction, display,  performance or retransmission of the contents of this Site is strictly prohibited.\r\n\r\nAny use of any trademarks, service marks, trade names and logos that we, our subsidiaries, affiliates, divisions or licensors use is strictly prohibited absent our prior written consent. In addition, the names, logos, trade names, trademarks and service marks of third parties that appear on this Site are proprietary to their respective owners and may be used only with their express written permission.\r\n\r\nDISCLAIMERS AND LIMITATION OF LIABILITY\r\n\r\nWe make no representations or warranties of any kind as to: (a) the accuracy or completeness of the information or materials on the Site, and we assume no responsibility for any errors or omissions in the Site’s content; (b) the availability for use of any copyrighted, trademarked or proprietary materials of third parties that may appear in this Site; (c) computer viruses or other bugs that third    parties may embed in or attach to this Site without our knowledge or consent; (d) any software made available for downloading, copying or other use through this Site; or (e) the merchantability, fitness for use, title and/or non-infringement of any or all of the contents of this Site. We do not warrant that access to the Site will be uninterrupted, timely, secure or error-free, or that defects in the Site will be corrected.\r\n\r\nNeither we nor anyone involved in the creation or delivery of this Site or whose materials or information appear on this Site shall have any liability (whether based on contract, tort, statute or otherwise) for any costs, losses, damages (whether direct, indirect, compensatory, special, lost profits, liquidated, consequential, punitive, or other), arising out of or in connection with your      access to, browsing of or use of this Site or any of the contents of this Site.\r\n\r\nPROHIBITED ACTIVITIES\r\n\r\nThis Site may be used only for lawful purposes. You agree that you will not:\r\n    (1) Use the Site or its content in connection with unsolicited commercial messages;\r\n    (2) Use the Site to transmit any false, inaccurate or misleading information;\r\n    (3) Be defamatory, obscene, indecent, threatening or harassing;\r\n    (4) Infringe upon SES’s or any third party’s intellectual property rights;\r\n    (5) Use any automated means to access the Site;\r\n    (6) Access protected data or intercept personal information; or\r\n    (7) Engage in any illegal conduct using the Site.\r\n\r\nYOU MUST BE 13 YEARS OR OLDER TO USE THIS SITE\r\n\r\nYou may only use this Site if you are at least 13 years of age. Our Site is not available for use by children under the age of 13. By using this Site, you represent that you are at least 13 years of age.\r\n\r\nYOUR ACCEPTANCE OF THESE TERMS\r\n\r\nBy using this Site, you signify your acceptance of the Terms of Use, Privacy Policy, and Exporter Agreement. If you do not agree to      the Terms of Use, Privacy Policy, and Exporter Agreement please do not use our Site. We reserve the right to make changes to the Terms of   Use, Privacy Policy, and Exporter Agreement. Your continued use of the Site following the posting of changes to these Terms of Use, Privacy Policy, and Exporter Agreement will mean     you accept those changes. You acknowledge that we may terminate or suspend your use of the Site at any time without cause and without liability to us.\r\n\r\nGOVERNING LAW\r\n\r\nAny claim relating to our Site shall be governed by the laws of the Commonwealth of Virginia without regard to its conflict of law provisions.\r\n\r\nPRIVACY POLICY\r\n\r\nSES has a policy to respect and protect the privacy of Site users. This Privacy Policy tells you how we collect information from you and how we use it.\r\n\r\nPOLICY FOR INDIVIDUALS 13 YEARS OF AGE OR OLDER\r\n\r\nYou may only use this Site if you are at least 13 years of age. SES does not require you to share any personal information about yourself in order to visit our Site. We do not collect any personal information from you unless you voluntarily provide it. For example, we may request personal information when you apply for authorization to issue SSAP Certificates.\r\n\r\nPersonal information you provide will not be disclosed to third parties without your consent, other than as described herein; however, SES may share aggregate information about Site visitors with our business partners and other third parties.\r\n\r\nFor each company that registers to use the Site and receives authorization to issue SSAP Certificates, we will list the company’s name and location (city and state) on the Site..\r\n\r\nWe may use third parties to help us operate our business and the Site, or administer activities on our behalf, and we may share your information with these third parties for those limited purposes.\r\nSES may disclose Site user personal information in special cases when we have reason to believe that disclosing this information is necessary to identify, contact or bring legal action against someone who may be causing injury to or interference with (either intentionally or unintentionally) SES’s rights or property, other Site users, or anyone else that could be harmed by such activities. SES may also disclose Site user information when we believe in good faith that the law requires it.\r\n\r\nOPTING OUT\r\n\r\nInformation provided by you may be used for marketing and promotional purposes by SES. To keep you in control of your personal information and the communications directed to you, you may opt out of receiving communications from SES about new features or services. If you object to SES’s use of your information for marketing and promotional purposes for any reason, you may stop that use by e-mail request to sesadmin@ussec.org.\r\n\r\nSES DOES NOT KNOWINGLY COLLECT PERSONAL INFORMATION FROM CHILDREN  (INDIVIDUALS UNDER 13 YEARS OF AGE)\r\n\r\nThe information included on this Site is for users aged 13 years and older. The Site is not directed at children under the age of 13. Children are not permitted to use the Site or to submit or post information.\r\n\r\nIf you believe that your child has provided personal information to us, please contact us. If we become aware that we have inadvertently received information from a child under the age of 13, we will delete the information from our records.\r\n\r\nUSE OF COOKIES AND COLLECTION OF INFORMATION AUTOMATICALLY\r\n\r\nSES collects and stores certain non-personal information automatically whenever a user visits our Site. For example, SES automatically collects Internet protocol (IP) addresses (a number that is used to connect your computer to the Internet) and other information, such as browser type and version and the operating system that you use, to audit the use of our Site.\r\n\r\nSES also uses cookie and tracking technology on our Site. Cookie and tracking technology is useful for gathering information such as browser type and operating system, tracking the number of visitors to the Site, and understanding how visitors use the Site. Cookies can also help tailor the Site to visitors’ needs and help customize the Site for visitors. The Site may also use cookies to deliver content specific to your interests and for other similar purposes. You can, of course, disable cookies on your computer by indicating this in the preferences or options menus in your browser, and most browsers will allow you to stop accepting new cookies, be notified when you receive a new cookie, and disable existing cookies.\r\n\r\nWe do not normally link IP addresses or information collected to anything personally identifiable, which means that a user’s session will be logged, but the user ordinarily remains anonymous to us. However, if you previously provided personally identifiable information, IP addresses and cookies may be tied to such information. We can and will use IP addresses to identify a user when we feel it is necessary to enforce compliance with our Terms of Use or to protect our service, Site, customers, or others. We may also share aggregate (not individual), cookie and tracking information with third parties for other purposes.\r\n\r\nLINKS TO OTHER WEBSITES\r\n\r\nUsers should be aware that when they are on this Site, they can be directed to other websites, the content and practices of which are beyond our control. These other websites may send their own cookies to users, collect data, or solicit personal information. Please keep in mind that whenever you give out personal information online that information can be collected and used by people you don’t know. While SES strives to protect our users’ personal information and privacy, we cannot guarantee the security of any information you disclose online, and you do so at your own risk.\r\n\r\nSES’s Privacy Policy does not extend to anything that is inherent in the operation of the Internet, and therefore beyond SES’s control, and is not to be applied in any manner contrary to applicable  law or governmental regulation.\r\n\r\nSECURITY\r\n\r\nThe security of all personally identifiable information associated with the Site’s users is of utmost concern to us. We exercise great care in providing secure transmission of your information from your computer to our servers. Unfortunately, no data transmission over the Internet can be guaranteed to be 100% secure. As a result, while we strive to protect your personal information, SES can’t ensure or warrant the security of any information you transmit    to us, and you do so at your own risk.\r\n\r\nYOUR ACCEPTANCE OF THIS PRIVACY POLICY\r\n\r\nBy using this Site, you signify your assent to the Privacy Policy. If you do not agree to this Privacy  Policy, please do not use our Site. We reserve the right to make changes to the terms of this Privacy Policy. Your continued use of the Site following the posting of changes to this Privacy Policy will mean you accept those changes. If you have questions or concerns regarding this Site’s Privacy Policy, you should first contact: sesadmin@ussec.org', 'no'),
(6759, '_options_terms_of_use_dialog_window_text', 'field_60ded3889adfb', 'no'),
(3363, 'options_usses_partners_logos_0_usses_partner_logo_link', 'https://ussec.org/', 'no'),
(3364, '_options_usses_partners_logos_0_usses_partner_logo_link', 'field_606731d8267a8', 'no'),
(3365, 'options_usses_partners_logos_1_usses_partner_logo_link', 'https://ussoy.org/', 'no'),
(3366, '_options_usses_partners_logos_1_usses_partner_logo_link', 'field_606731d8267a8', 'no'),
(3367, 'options_usses_partners_logos_2_usses_partner_logo_link', 'https://soygrowers.com/', 'no'),
(3368, '_options_usses_partners_logos_2_usses_partner_logo_link', 'field_606731d8267a8', 'no'),
(3369, 'options_usses_partners_logos_3_usses_partner_logo_link', 'https://www.unitedsoybean.org/', 'no'),
(3370, '_options_usses_partners_logos_3_usses_partner_logo_link', 'field_606731d8267a8', 'no'),
(3371, 'options_partners_ctas_0_usses_partner_cta_which_page', 'a:2:{i:0;s:1:\"2\";i:1;s:2:\"54\";}', 'no'),
(3372, '_options_partners_ctas_0_usses_partner_cta_which_page', 'field_606d988799cd9', 'no'),
(3373, 'options_partners_ctas_1_usses_partner_cta_which_page', 'a:2:{i:0;s:2:\"50\";i:1;s:3:\"145\";}', 'no'),
(3374, '_options_partners_ctas_1_usses_partner_cta_which_page', 'field_606d988799cd9', 'no'),
(3035, 'options_usses_partners_logos_1_usses_partner_logo', '142', 'no'),
(3036, '_options_usses_partners_logos_1_usses_partner_logo', 'field_6064931b15d97', 'no'),
(3037, 'options_usses_partners_logos_2_usses_partner_logo', '143', 'no'),
(3038, '_options_usses_partners_logos_2_usses_partner_logo', 'field_6064931b15d97', 'no'),
(3039, 'options_usses_partners_logos_3_usses_partner_logo', '144', 'no'),
(3040, '_options_usses_partners_logos_3_usses_partner_logo', 'field_6064931b15d97', 'no'),
(3041, 'options_usses_partners_logos', '4', 'no'),
(3042, '_options_usses_partners_logos', 'field_606492fb15d96', 'no'),
(3043, 'options_partners_ctas_0_usses_partner_cta_icon', '53', 'no'),
(3044, '_options_partners_ctas_0_usses_partner_cta_icon', 'field_6064937a7b4b4', 'no'),
(3045, 'options_partners_ctas_0_usses_partner_cta_text', 'Register Here', 'no'),
(3046, '_options_partners_ctas_0_usses_partner_cta_text', 'field_606493f47b4b6', 'no'),
(3047, 'options_partners_ctas_0_usses_partner_cta_backgroud', '50', 'no'),
(3048, '_options_partners_ctas_0_usses_partner_cta_backgroud', 'field_606493dd7b4b5', 'no'),
(3049, 'options_partners_ctas_0_usses_partner_cta_link', '/register', 'no'),
(3050, '_options_partners_ctas_0_usses_partner_cta_link', 'field_6064959f02d77', 'no'),
(3051, 'options_partners_ctas_1_usses_partner_cta_icon', '53', 'no'),
(3052, '_options_partners_ctas_1_usses_partner_cta_icon', 'field_6064937a7b4b4', 'no'),
(3053, 'options_partners_ctas_1_usses_partner_cta_text', 'More About Us', 'no'),
(3054, '_options_partners_ctas_1_usses_partner_cta_text', 'field_606493f47b4b6', 'no'),
(3055, 'options_partners_ctas_1_usses_partner_cta_backgroud', '43', 'no'),
(3056, '_options_partners_ctas_1_usses_partner_cta_backgroud', 'field_606493dd7b4b5', 'no'),
(3057, 'options_partners_ctas_1_usses_partner_cta_link', '/about', 'no'),
(3058, '_options_partners_ctas_1_usses_partner_cta_link', 'field_6064959f02d77', 'no'),
(3059, 'options_partners_ctas', '3', 'no'),
(3060, '_options_partners_ctas', 'field_6064937a7b4b3', 'no'),
(2777, 'wfls_last_role_change', '1634622536', 'no'),
(4868, 'w3tc_generic_widgetservices', '{\"content\":{\"items\":[{\"name\":\"Premium Support Response (Usually <1h First Response)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Premium Support Response (Usually <1h First Response)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Audit \\/ Consult (Theme, Plugin, Content, Server)\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Plugin Configuration\",\"parameter_name\":\"field4\",\"parameter_value\":\"Plugin Configuration\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"SSL Performance Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"SSL Performance Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Full Site Delivery Setup\",\"parameter_name\":\"field4\",\"parameter_value\":\"Full Site Delivery Setup\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Hosting Environment Troubleshooting\",\"parameter_name\":\"field4\",\"parameter_value\":\"Hosting Environment Troubleshooting\",\"form_hash\":\"m5pom8z0qy59rm\"},{\"name\":\"Performance Monitoring\",\"parameter_name\":\"field4\",\"parameter_value\":\"Performance Monitoring\",\"form_hash\":\"m5pom8z0qy59rm\"}],\"ui_strings\":{\"cdn.maxcdn.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.maxcdn.signUpAndSave.description\":\"MaxCDN is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"cdn.stackpath.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now and save!\",\"cdn.stackpath2.signUpAndSave\":\"Sign Up Now and save !\",\"cdn.stackpath2.signUpAndSave.description\":\"StackPath is a service that lets you speed up your site even more with W3 Total Cache. Sign up now to recieve a special offer!\",\"minify.general.header\":\"Reduce load time by decreasing the size and number of <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym> and <acronym title=\'JavaScript\'>JS<\\/acronym> files. Automatically remove unncessary data from <acronym title=\'Cascading Style Sheet\'>CSS<\\/acronym>, <acronym title=\'JavaScript\'>JS<\\/acronym>, feed, page and post <acronym title=\'Hypertext Markup Language\'>HTML<\\/acronym>.\",\"newrelic.general.header\":\"New Relic may not be installed or not active on this server. <a href=\'%s\' target=\'_blank\'>Sign up for a (free) account<\\/a>. Visit <a href=\'%s\' target=\'_blank\'>New Relic<\\/a> for installation instructions.\",\"reverseproxy.general.header\":\"A reverse proxy adds scale to an server by handling requests before WordPress does. Purge settings are set on the <a href=\'%s\'>Page Cache settings<\\/a> page and <a href=\'%s\'>Browser Cache settings<\\/a> are set on the browser cache settings page.\",\"cdnfsd.general.header\":\"Host the entire website with your compatible <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> provider to reduce page load time.\",\"cdn.general.header\":\"Host static files with your <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> to reduce page load time.\",\"cdn.stackpath.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.existing\":\"If you\'re an existing StackPath customer, enable <acronym title=\'Content Delivery Network\'>CDN<\\/acronym> and:\",\"cdn.stackpath2.widget.works_magically\":\"StackPath works magically with W3 Total Cache.\",\"cdn.stackpath.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\",\"cdn.stackpath2.widget.header\":\"Dramatically increase website speeds in just a few clicks! Add the StackPath content delivery network (<acronym title=\'Content Delivery Network\'>CDN<\\/acronym>) service to your site.\"}},\"expires\":1622142978}', 'no'),
(2840, 'options_usses_favicon_144', '128', 'no'),
(2841, '_options_usses_favicon_144', 'usses_favicon_144', 'no'),
(2842, 'options_usses_favicon_114', '129', 'no'),
(2843, '_options_usses_favicon_114', 'usses_favicon_114', 'no'),
(2844, 'options_usses_favicon_72', '130', 'no'),
(2845, '_options_usses_favicon_72', 'usses_favicon_72', 'no'),
(2846, 'options_usses_favicon_57', '131', 'no'),
(2847, '_options_usses_favicon_57', 'usses_favicon_57', 'no'),
(2848, 'options_usses_favicon_32', '132', 'no'),
(2849, '_options_usses_favicon_32', 'usses_favicon_32', 'no'),
(3029, 'options_usses_partners_title', 'Our Trusted Supporting Partners', 'no'),
(3030, '_options_usses_partners_title', 'field_6064922815d95', 'no'),
(3031, 'options_usses_partners_backgroud', '51', 'no'),
(3032, '_options_usses_partners_backgroud', 'field_6064a1d000202', 'no'),
(3033, 'options_usses_partners_logos_0_usses_partner_logo', '141', 'no'),
(3034, '_options_usses_partners_logos_0_usses_partner_logo', 'field_6064931b15d97', 'no'),
(11384, 'ucp_meta', 'a:3:{s:13:\"first_version\";s:4:\"3.89\";s:13:\"first_install\";i:1638299079;s:11:\"options_ver\";s:4:\"3.89\";}', 'yes'),
(3523, 'options_partners_ctas_0_usses_partner_cta_target_blank', '0', 'no'),
(3524, '_options_partners_ctas_0_usses_partner_cta_target_blank', 'field_607086fbf1221', 'no'),
(3525, 'options_partners_ctas_1_usses_partner_cta_target_blank', '0', 'no'),
(3526, '_options_partners_ctas_1_usses_partner_cta_target_blank', 'field_607086fbf1221', 'no'),
(3527, 'options_partners_ctas_2_usses_partner_cta_link_to_file', '157', 'no'),
(3528, '_options_partners_ctas_2_usses_partner_cta_link_to_file', 'field_6070745ff4cd7', 'no'),
(3529, 'options_partners_ctas_2_usses_partner_cta_target_blank', '1', 'no'),
(3530, '_options_partners_ctas_2_usses_partner_cta_target_blank', 'field_607086fbf1221', 'no'),
(4912, 'db_upgraded', '', 'yes'),
(11360, '_transient_timeout_wpseo-statistics-totals', '1638385282', 'no'),
(11361, '_transient_wpseo-statistics-totals', 'a:1:{i:1;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts <strong>without</strong> a focus keyphrase\";s:5:\"count\";i:1;s:4:\"link\";s:107:\"https://usses.beanstalkweb.com/wp-admin/edit.php?post_status=publish&#038;post_type=post&#038;seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}', 'no'),
(11352, '_transient_timeout_wfcredentialstatus_1', '1638302474', 'no'),
(11353, '_transient_wfcredentialstatus_1', '03d11ed74d2a477b72fec006ebbf42378f16c2870bb7495fc70de5b71317fb2b1', 'no'),
(11370, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1638342083', 'no'),
(11371, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1638298883', 'no'),
(11372, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1638342083', 'no'),
(11373, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\'>WP Briefing: Episode 21: All Things Block Themes!</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\'>Watch State of the Word at a Watch Party with your WordPress Friends</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements\'>WPTavern: Gutenberg 12.0 Focuses on Cleanup and Minor Enhancements</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\'>WordPress.org blog: WP Briefing: Episode 21: All Things Block Themes!</a></li><li><a class=\'rsswidget\' href=\'https://gutenbergtimes.com/podcast/gutenberg-changelog-56-gutenberg-12-wordpress-5-9-ryan-welcher/\'>Gutenberg Times: Gutenberg Changelog #56 – Gutenberg 12.0, WordPress 5.9 Release Schedule, Navigation Block and Site Editor</a></li></ul></div>', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11380, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1638299078;s:7:\"checked\";a:24:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.9.6\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:5:\"6.1.5\";s:27:\"autoptimize/autoptimize.php\";s:5:\"2.8.4\";s:47:\"better-search-replace/better-search-replace.php\";s:5:\"1.3.4\";s:33:\"classic-editor/classic-editor.php\";s:3:\"1.6\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.4.1\";s:53:\"contact-form-submissions/contact-form-submissions.php\";s:5:\"1.7.1\";s:37:\"disable-comments/disable-comments.php\";s:5:\"2.1.1\";s:33:\"disable-emails/disable-emails.php\";s:5:\"1.7.0\";s:29:\"gravityforms/gravityforms.php\";s:6:\"2.5.15\";s:37:\"rocket-lazy-load/rocket-lazy-load.php\";s:5:\"2.3.4\";s:31:\"query-monitor/query-monitor.php\";s:5:\"3.7.1\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:5:\"3.1.5\";s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";s:6:\"1.11.8\";s:46:\"under-construction-page/under-construction.php\";s:4:\"3.89\";s:21:\"usersnap/usersnap.php\";s:4:\"4.10\";s:33:\"user-switching/user-switching.php\";s:5:\"1.5.7\";s:15:\"usses/usses.php\";s:5:\"1.0.0\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"2.1.2\";s:29:\"webp-express/webp-express.php\";s:6:\"0.19.1\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.7\";s:27:\"js_composer/js_composer.php\";s:5:\"6.4.1\";s:33:\"wps-hide-login/wps-hide-login.php\";s:5:\"1.8.5\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"16.3\";}s:8:\"response\";a:13:{s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:42:\"w.org/plugins/advanced-nocaptcha-recaptcha\";s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:6:\"plugin\";s:61:\"advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:11:\"new_version\";s:5:\"6.1.7\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/advanced-nocaptcha-recaptcha/\";s:7:\"package\";s:77:\"https://downloads.wordpress.org/plugin/advanced-nocaptcha-recaptcha.6.1.7.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/advanced-nocaptcha-recaptcha/assets/icon-128x128.jpg?rev=1146799\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/advanced-nocaptcha-recaptcha/assets/banner-772x250.jpg?rev=1146799\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"autoptimize/autoptimize.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/autoptimize\";s:4:\"slug\";s:11:\"autoptimize\";s:6:\"plugin\";s:27:\"autoptimize/autoptimize.php\";s:11:\"new_version\";s:5:\"2.9.3\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/autoptimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/autoptimize.2.9.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608\";s:2:\"1x\";s:64:\"https://ps.w.org/autoptimize/assets/icon-128x128.png?rev=1864142\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/autoptimize/assets/banner-772x250.jpg?rev=1315920\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:5:\"5.2.4\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.5.3\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"disable-comments/disable-comments.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/disable-comments\";s:4:\"slug\";s:16:\"disable-comments\";s:6:\"plugin\";s:37:\"disable-comments/disable-comments.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/disable-comments.2.2.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-256x256.png?rev=2509854\";s:2:\"1x\";s:69:\"https://ps.w.org/disable-comments/assets/icon-128x128.png?rev=2509854\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/disable-comments/assets/banner-1544x500.png?rev=2509854\";s:2:\"1x\";s:71:\"https://ps.w.org/disable-comments/assets/banner-772x250.png?rev=2509854\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:21:\"usersnap/usersnap.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/usersnap\";s:4:\"slug\";s:8:\"usersnap\";s:6:\"plugin\";s:21:\"usersnap/usersnap.php\";s:11:\"new_version\";s:4:\"4.13\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/usersnap/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/usersnap.4.13.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/usersnap/assets/icon-256x256.png?rev=1883029\";s:2:\"1x\";s:61:\"https://ps.w.org/usersnap/assets/icon-128x128.png?rev=1883029\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/usersnap/assets/banner-1544x500.jpg?rev=2552751\";s:2:\"1x\";s:63:\"https://ps.w.org/usersnap/assets/banner-772x250.jpg?rev=2552751\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.0\";s:6:\"tested\";s:5:\"5.7.4\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"user-switching/user-switching.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/user-switching\";s:4:\"slug\";s:14:\"user-switching\";s:6:\"plugin\";s:33:\"user-switching/user-switching.php\";s:11:\"new_version\";s:5:\"1.5.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/user-switching/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/user-switching.1.5.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/user-switching/assets/icon-256x256.png?rev=2204931\";s:2:\"1x\";s:59:\"https://ps.w.org/user-switching/assets/icon.svg?rev=2032062\";s:3:\"svg\";s:59:\"https://ps.w.org/user-switching/assets/icon.svg?rev=2032062\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/user-switching/assets/banner-1544x500.png?rev=2204929\";s:2:\"1x\";s:69:\"https://ps.w.org/user-switching/assets/banner-772x250.png?rev=2204929\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.2.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.2.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"webp-express/webp-express.php\";O:8:\"stdClass\":14:{s:2:\"id\";s:26:\"w.org/plugins/webp-express\";s:4:\"slug\";s:12:\"webp-express\";s:6:\"plugin\";s:29:\"webp-express/webp-express.php\";s:11:\"new_version\";s:6:\"0.24.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/webp-express/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/webp-express.0.24.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:65:\"https://ps.w.org/webp-express/assets/icon-256x256.png?rev=1918288\";s:2:\"1x\";s:57:\"https://ps.w.org/webp-express/assets/icon.svg?rev=1918288\";s:3:\"svg\";s:57:\"https://ps.w.org/webp-express/assets/icon.svg?rev=1918288\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/webp-express/assets/banner-772x250.jpg?rev=1918288\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}s:14:\"upgrade_notice\";s:32:\"<ul>\n<li>Minor bugfix</li>\n</ul>\";}s:33:\"wps-hide-login/wps-hide-login.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/wps-hide-login\";s:4:\"slug\";s:14:\"wps-hide-login\";s:6:\"plugin\";s:33:\"wps-hide-login/wps-hide-login.php\";s:11:\"new_version\";s:5:\"1.9.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/wps-hide-login/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wps-hide-login.1.9.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-256x256.png?rev=1820667\";s:2:\"1x\";s:67:\"https://ps.w.org/wps-hide-login/assets/icon-128x128.png?rev=1820667\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/wps-hide-login/assets/banner-1544x500.jpg?rev=1820667\";s:2:\"1x\";s:69:\"https://ps.w.org/wps-hide-login/assets/banner-772x250.jpg?rev=1820667\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"17.7\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.17.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.2\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"js_composer/js_composer.php\";O:8:\"stdClass\":6:{s:4:\"slug\";s:11:\"js_composer\";s:11:\"new_version\";s:3:\"6.7\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:3:\"url\";s:0:\"\";s:7:\"package\";b:0;s:4:\"name\";N;}s:34:\"advanced-custom-fields-pro/acf.php\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.11.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.8.1\";s:7:\"package\";s:251:\"https://connect.advancedcustomfields.com/v2/plugins/download?token=eyJwIjoicHJvIiwiayI6ImIzSmtaWEpmYVdROU1UQXlPRGcyZkhSNWNHVTlaR1YyWld4dmNHVnlmR1JoZEdVOU1qQXhOeTB3TXkweU55QXhPRG95T0RvMU1BPT0iLCJ3cF91cmwiOiJodHRwczpcL1wvdXNzZXMuYmVhbnN0YWxrd2ViLmNvbSJ9\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:9:{s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:5:\"1.3.4\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/better-search-replace.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=1238934\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=1238934\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=1238934\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.png?rev=1238934\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:53:\"contact-form-submissions/contact-form-submissions.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/contact-form-submissions\";s:4:\"slug\";s:24:\"contact-form-submissions\";s:6:\"plugin\";s:53:\"contact-form-submissions/contact-form-submissions.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/contact-form-submissions/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/contact-form-submissions.1.7.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/contact-form-submissions/assets/icon-128x128.jpg?rev=1290767\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/contact-form-submissions/assets/banner-772x250.png?rev=1290767\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:33:\"disable-emails/disable-emails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/disable-emails\";s:4:\"slug\";s:14:\"disable-emails\";s:6:\"plugin\";s:33:\"disable-emails/disable-emails.php\";s:11:\"new_version\";s:5:\"1.7.0\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/disable-emails/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/disable-emails.1.7.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/disable-emails/assets/icon-256x256.png?rev=2590619\";s:2:\"1x\";s:67:\"https://ps.w.org/disable-emails/assets/icon-128x128.png?rev=2590619\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:37:\"rocket-lazy-load/rocket-lazy-load.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/rocket-lazy-load\";s:4:\"slug\";s:16:\"rocket-lazy-load\";s:6:\"plugin\";s:37:\"rocket-lazy-load/rocket-lazy-load.php\";s:11:\"new_version\";s:5:\"2.3.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/rocket-lazy-load/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/rocket-lazy-load.2.3.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/rocket-lazy-load/assets/icon-256x256.png?rev=1776193\";s:2:\"1x\";s:69:\"https://ps.w.org/rocket-lazy-load/assets/icon-128x128.png?rev=1776193\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/rocket-lazy-load/assets/banner-1544-500.png?rev=1776193\";s:2:\"1x\";s:71:\"https://ps.w.org/rocket-lazy-load/assets/banner-772x250.png?rev=1776193\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:31:\"query-monitor/query-monitor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:27:\"w.org/plugins/query-monitor\";s:4:\"slug\";s:13:\"query-monitor\";s:6:\"plugin\";s:31:\"query-monitor/query-monitor.php\";s:11:\"new_version\";s:5:\"3.7.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/query-monitor/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/query-monitor.3.7.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/query-monitor/assets/icon-256x256.png?rev=2301273\";s:2:\"1x\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";s:3:\"svg\";s:58:\"https://ps.w.org/query-monitor/assets/icon.svg?rev=2056073\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/query-monitor/assets/banner-1544x500.png?rev=2457098\";s:2:\"1x\";s:68:\"https://ps.w.org/query-monitor/assets/banner-772x250.png?rev=2457098\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";}s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/regenerate-thumbnails\";s:4:\"slug\";s:21:\"regenerate-thumbnails\";s:6:\"plugin\";s:47:\"regenerate-thumbnails/regenerate-thumbnails.php\";s:11:\"new_version\";s:5:\"3.1.5\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/regenerate-thumbnails/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/regenerate-thumbnails.3.1.5.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:74:\"https://ps.w.org/regenerate-thumbnails/assets/icon-128x128.png?rev=1753390\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/regenerate-thumbnails/assets/banner-1544x500.jpg?rev=1753390\";s:2:\"1x\";s:76:\"https://ps.w.org/regenerate-thumbnails/assets/banner-772x250.jpg?rev=1753390\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:48:\"w.org/plugins/sendgrid-email-delivery-simplified\";s:4:\"slug\";s:34:\"sendgrid-email-delivery-simplified\";s:6:\"plugin\";s:49:\"sendgrid-email-delivery-simplified/wpsendgrid.php\";s:11:\"new_version\";s:6:\"1.11.8\";s:3:\"url\";s:65:\"https://wordpress.org/plugins/sendgrid-email-delivery-simplified/\";s:7:\"package\";s:84:\"https://downloads.wordpress.org/plugin/sendgrid-email-delivery-simplified.1.11.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:87:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/icon-256x256.png?rev=1445523\";s:2:\"1x\";s:87:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/icon-128x128.png?rev=1445523\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:89:\"https://ps.w.org/sendgrid-email-delivery-simplified/assets/banner-772x250.jpg?rev=1445523\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:46:\"under-construction-page/under-construction.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/under-construction-page\";s:4:\"slug\";s:23:\"under-construction-page\";s:6:\"plugin\";s:46:\"under-construction-page/under-construction.php\";s:11:\"new_version\";s:4:\"3.89\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/under-construction-page/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/under-construction-page.3.89.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-256x256.gif?rev=2284849\";s:2:\"1x\";s:76:\"https://ps.w.org/under-construction-page/assets/icon-128x128.gif?rev=2284852\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/under-construction-page/assets/banner-1544x500.png?rev=1628376\";s:2:\"1x\";s:78:\"https://ps.w.org/under-construction-page/assets/banner-772x250.png?rev=1575797\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.5.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.5.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}}}', 'no'),
(11381, 'ucp_pointers', 'a:0:{}', 'yes'),
(11388, 'ucp_options', 'a:33:{s:6:\"status\";s:1:\"1\";s:11:\"license_key\";s:0:\"\";s:14:\"license_active\";b:0;s:15:\"license_expires\";s:10:\"1900-01-01\";s:12:\"license_type\";s:0:\"\";s:8:\"end_date\";s:0:\"\";s:14:\"ga_tracking_id\";s:0:\"\";s:5:\"theme\";s:6:\"rocket\";s:10:\"custom_css\";s:0:\"\";s:5:\"title\";s:34:\"[site-title] is under construction\";s:11:\"description\";s:14:\"[site-tagline]\";s:8:\"heading1\";s:40:\"Sorry, we\'re doing some work on the site\";s:7:\"content\";s:89:\"Thank you for being patient. We are doing some work on the site and will be back shortly.\";s:15:\"social_facebook\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:9:\"social_vk\";s:0:\"\";s:12:\"social_email\";s:0:\"\";s:12:\"social_phone\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:15:\"social_telegram\";s:0:\"\";s:15:\"social_whatsapp\";s:0:\"\";s:12:\"login_button\";s:1:\"1\";s:8:\"linkback\";i:0;s:17:\"whitelisted_roles\";a:1:{i:0;s:13:\"administrator\";}s:17:\"whitelisted_users\";a:0:{}}', 'yes'),
(11368, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1638342083', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11369, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: Gutenberg 12.0 Focuses on Cleanup and Minor Enhancements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-12-0-focuses-on-cleanup-and-minor-enhancements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5644:\"<p class=\"has-drop-cap\">Last week, contributors to the Gutenberg plugin wrapped up the <a href=\"https://make.wordpress.org/core/2021/11/29/whats-new-in-gutenberg-12-0-0-24-november/\">version 12.0 release</a> just ahead of the U.S. Thanksgiving holiday. Most work is being pushed toward the upcoming WordPress 5.9 release, which has been <a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\">postponed to January 25</a>. As a result, Gutenberg 12.0 has fewer bells and whistles and more bug fixes and maintenance. However, the latest update has a handful of enhancements.</p>\n\n\n\n<p>The most notable features are an overhaul of block styles previews, grouped paragraph typography options, and block icons in the global styles sidebar. The site editor also has a new <a href=\"https://github.com/WordPress/gutenberg/pull/36172\">welcome guide</a>, which should ship with WordPress 5.9 and introduce users to the new tool.</p>\n\n\n\n<p>Theme authors can now opt-out of the <a href=\"https://github.com/WordPress/gutenberg/pull/36492\">core color palette and gradients</a>. There is <a href=\"https://github.com/WordPress/gutenberg/issues/36852\">still a bug</a> where this does not currently work for the site editor.</p>\n\n\n\n<h2 id=\"block-styles-previews\">Block Styles Previews</h2>\n\n\n\n<img />Hovering a block style to see its preview.\n\n\n\n<p class=\"has-drop-cap\">For once in the last few years, the editor sidebar feels kind of clean and organized. When using a theme with multiple block styles, the style previews have been nothing short of an annoyance. The tab that held them took up a lot of space by presenting an entire demo of every option.</p>\n\n\n\n<p>In the latest Gutenberg plugin release, the previews have been replaced with text-based buttons, emphasizing the style names. Users can still <a href=\"https://github.com/WordPress/gutenberg/pull/34522\">see what individual block styles look like</a> by hovering over each one or focusing on it with a keyboard.</p>\n\n\n\n<p>The downside to this new experience is that longer block-style names can sometimes get cut off. For example, the &ldquo;Portfolio: Tilt Left&rdquo; and &ldquo;Polaroid: Tilt Right&rdquo; options in my custom theme both read &ldquo;Portfolio: Ti&hellip;&rdquo; I will have to rethink their names, but that is a small price to pay for the cleaner interface.</p>\n\n\n\n<h2 id=\"paragraph-drop-cap-control-moved\">Paragraph Drop Cap Control Moved</h2>\n\n\n\n<img />Drop cap control now under Typography tab.\n\n\n\n<p class=\"has-drop-cap\">It seems this release has been one for fixing those irritating issues with the user experience. The option for adding a drop cap to the Paragraph block now <a href=\"https://github.com/WordPress/gutenberg/pull/36334\">rests alongside similar controls</a> under the Typography block options tab.</p>\n\n\n\n<p>Formerly, users had to find it under a separate Text Settings tab, which only held the drop cap option. I am sure I have mentioned this being a poor user experience on a few occasions as someone who often reaches for the control. I, for one, am a happy camper with this change.</p>\n\n\n\n<h2 id=\"icons-shown-in-the-blocks-list\">Icons Shown in the Blocks List</h2>\n\n\n\n<img />Blocks now show their icons.\n\n\n\n<p class=\"has-drop-cap\">After the <a href=\"https://wptavern.com/gutenberg-11-7-iterates-on-global-styles-improves-adding-navigation-links-and-adds-column-spacing\">Gutenberg 11.7 release</a>, one of my suggestions was to add icons to the global styles blocks list. Previously, it was a vertical scrollable area with dozens of block names, making it hard to find something specific to customize.</p>\n\n\n\n<p>Whether Nik Tsekouras, who wrote the patch for this change, happened to read that Tavern post or saw the same issue with his own experience, I am grateful that he <a href=\"https://github.com/WordPress/gutenberg/pull/36520\">coded a solution</a>. Finding a block is now much faster because I can just scan the list for a recognizable icon.</p>\n\n\n\n<h2 id=\"themes-can-opt-into-all-appearance-settings\">Themes Can Opt Into All Appearance Settings</h2>\n\n\n\n<p><em><strong>Note:</strong> This was incorrectly <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">tagged as part of 12.0</a> but did not make it into the release. However, the code should be merged in the trunk branch of the Gutenberg repository.</em></p>\n\n\n\n<p class=\"has-drop-cap\">For any theme author who has been working with <code>theme.json</code>, you know how unruly the file can get when enabling or disabling specific settings. A new flag allows themes to opt into <a href=\"https://github.com/WordPress/gutenberg/pull/36646\">support of all appearance-related options</a> at once.</p>\n\n\n\n<p>An example <code>theme.json</code> file would look like the following:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>{\n        \"version\": 2,\n        \"settings\": {\n                \"appearanceTools\": true\n        }\n}</code></pre>\n\n\n\n<p>Setting the <code>appearanceTools</code> flag to <code>true</code> enables support for all border, color, spacing, and typography options. This should cut back on unnecessary JSON code, especially for themers who are opting into almost everything. Theme authors can still disable specific features individually.</p>\n\n\n\n<p>Depending on the theme author&rsquo;s point of view, the potential up or downside to this new flag is that it will also enable support for other appearance-related features in the future. It would allow users to access new features before their themes officially support them. On the flip-side, theme authors may want more control or to run tests before enabling something new.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Nov 2021 23:15:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordPress.org blog: WP Briefing: Episode 21: All Things Block Themes!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11636\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2021/11/episode-21-all-things-block-themes/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:26767:\"<p>In episode 21 of the WordPress Briefing, Executive Director, Josepha Haden Chomphosy, talks all things block themes with developers and theme specialists Maggie Cabrera and Jeff Ong.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo: <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production: <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">5.9 Beta 1 Delay Announcement </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">5.9 Revised Release Schedule</a></li><li><a href=\"https://sevilla.wordcamp.org/2021/\">WordCamp Sevilla 2021</a></li><li>Charitable Giving: <ul><li><a href=\"https://wordpressfoundation.org/donate/\">WordPress Foundation</a></li><li><a href=\"https://donate.bigorangeheart.org/\">Big Orange Heart</a></li><li><a href=\"https://heropressnetwork.com/support/\">HeroPress</a></li></ul></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11636\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:11</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. See, here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>Well, today, folks, in our podcast, I am joined by a couple of special guests. I know it&#8217;s been a bit since I&#8217;ve had a guest, so I&#8217;m very excited to introduce you to who I have with me today. Today, I have <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> and <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a>. They both are working on themes, and especially the future of themes as we move into this low code, no code block based experience of editing things in WordPress. And there have been so many questions lately about what does the landscape of being a theme developer turns into once we move fully into this excellent promise of user empowerment for Gutenberg? I figured who best to come and talk to us about that than these two. So welcome, Maggie. Welcome, Jeff. I&#8217;m really excited to have this conversation with you today.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>01:39</p>\n\n\n\n<p>Thank you for having us. Excited to be here.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:45</p>\n\n\n\n<p>I&#8217;m just gonna hop right in, and we will see what happens. The first thing that I want to chat about, I hear so many questions and so much discussion about patterns in a lot of different places. Like obviously, the work that I helped to steward the most is around like the Block Pattern directory and various other user-facing tools. And so I have never really been able to give a really solid answer about like patterns and how they work inside themes. And so I wondered if you all had anything that you could offer to our listeners to help clarify what is the power of patterns inside themes in the future? Implementation of themes?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>02:34</p>\n\n\n\n<p>I can try to start unless, Maggie? Okay. Well, if you take a look at what I&#8217;ve been doing for the last couple of months working on Twenty Twenty-Two. And if you look at that theme, it&#8217;s mostly just the collection of patterns. Patterns. As you know, if you read the description, the theme, it&#8217;s designed to be the most flexible and kind of like flexible theme ever, dare I say ever created.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:04</p>\n\n\n\n<p>I think you can dare to say it.&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>03:03</p>\n\n\n\n<p>And, you know, I think a huge part of that is because of the Full Site Editing being launched, introduced in 5.9. And also that theme itself ships with all of these patterns in it that work with the overall design, but really can be configured to your own kind of unique liking and kind of taste and ultimately, what you want to accomplish, whether that&#8217;s I want to make a portfolio, I want to make, you know, a single-page website promoting like my podcast, or there are patterns for that kind of shipping with the theme. And they&#8217;ve all been kind of designed and tailored to work with the typography choices at a baseline level with the color choices at a baseline level, but can very easily be tweaked. And you can kind of rely on them to work with the editor. And I guess, kind of zooming out for a little bit, not just about Twenty-Twenty Two. </p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>04:04</p>\n\n\n\n<p>But like patterns as this idea that a theme, hopefully, what it is, it&#8217;s a collection of different design options or layout options that are ultimately presented as patterns to the user, the patterns are just a really easy way to basically say &#8220;I want you this layout, like two columns of text or with like some images here.&#8221; Basically, a theme becomes a way of packaging the patterns together in a way that feels like a coherent piece of a coherent website. And I think that&#8217;s a pretty powerful idea. I know that the patterns directory is also opening up making those patterns pretty widely available. But I think a theme you could think of as like a curation of those patterns in a way that makes sense. And I think Twenty-Twenty Two is a really good example. I mean, I&#8217;m biased.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:03</p>\n\n\n\n<p>I also think it&#8217;s a good example. Maggie, did you have anything that you wanted to add to that?</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>05:08</p>\n\n\n\n<p>Yeah, What I really like about patterns is how it empowers the user, even if they don&#8217;t really have like a deep knowledge of code, or they&#8217;re not used to the more complex blocks. When the theme developer gives you this pattern about using the query block, for example, it lays out your posts in a very compelling manner. And you can edit it if you want it or just use it out of the box. And you have this dynamic blog that it&#8217;s, like, such a big important part of your website. Like if you want to have a page where you have, you have maybe a podcast website, and you want to showcase your podcasts differently than your regular blog posts. So you can use a different gray pattern for that. And it&#8217;s like, really, really easy to use, even if you&#8217;re not familiar with it.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:07</p>\n\n\n\n<p>One of the things that I have found compelling about this new version of themes and kind of the way that themes are planning to look in the future; it&#8217;s going to be like a super throwback, so everyone get ready for me to sound old, my guests and my listeners alike. It reminds me of my original days of blogging on the web. I was not a developer and even though I had this really short stint of working with JavaScript in my career, at some point. Like no one actually would ever look to me and be like, that one is excellent at design and fixing everything with code, like I was just killer at searching for the right pieces of code, right. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:57</p>\n\n\n\n<p>And so I remember sitting there on Zynga, which is, of course, now powered by WordPress, I absolutely just went out and found bundles of code that are now what we would consider themes and modified the small pieces that I needed to change in order to like really suit what I wanted to have happen on the site at the time. And they&#8217;re like, I knew I could break it all. Really easily. But also, it was, it was not scary to think about breaking it. Like it was clear how I could fix it if I really broke it. The content, like what I had written, was separate from everything to do with the way that it was looking. And so like, I wouldn&#8217;t destroy all of my work, just because I didn&#8217;t put a semicolon in the right place, or whatever it was in that moment. And so like, this future of themes really reminds me of this a lot where someone has curated how it can look how it should look. And you can just like add in modular pieces that will augment what was already intended, but still kind of work. And if it&#8217;s not gonna work, it&#8217;s kind of easy to fix too. So like, I&#8217;m excited. That was a really exciting time in my learning of the web and certainly was formative in my career, as we all now see. And so yeah, I think that&#8217;s really exciting. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:20</p>\n\n\n\n<p>I did have actually another question that this conversation has kind of brought up for me. I have, obviously just use the term modular, which no one has ever used in the context of themes for WordPress. And I know that there is a lot there are a lot of terms kind of wandering around about themes right now. And especially as we&#8217;re moving into what themes can look like in the future. There was block based theme as a term for a while. And now it&#8217;s block themes. There was like this floating around the term, universal themes. And now we&#8217;re looking at just like block themes forever. And so I wondered if y&#8217;all could give us a just like a clear understanding of these terms that had been being used and maybe are going out of fashion? Like, are they important for us to keep knowing?</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:11</p>\n\n\n\n<p>So yes, the history of terms around themes. And obviously, even my knowledge only goes back so far. But it was around when we started doing the block based themes meeting. And trying to I think that&#8217;s where that term kind of came from is like, oh, let&#8217;s, let&#8217;s start talking about this idea that themes can be completely made up out of blocks. And what does that mean?&nbsp;</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>09:33</p>\n\n\n\n<p>I think over time, it wasn&#8217;t just block themes, because, you know, previously, there were themes and even default themes that used and took into account the fact that blocks existed. So there was some confusion there. Enough time has gone on where we focus on this idea that themes whose templates are ultimately made out of blocks are block themes. And to me, it&#8217;s kind of as simple as that. Its themes that supply a set of templates that previously in the past were a collection of PHP and various template tags and whatnot is all transitioned to themes made up including other blocks, as well as themes that supply styles through theme.json configuration instead of supplying it in raw CSS. To me this idea is really crystallizing around like this is a block theme, one that is really, at its core, supplying a set of templates, and styles through a language that WordPress understands natively, and can allow it to be configured and customized in a really powerful way. And then maybe someday in the future, they&#8217;ll just be called themes again. If we do a good enough they will just be called themes.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>10:57</p>\n\n\n\n<p>I&#8217;m gonna, I&#8217;m gonna take us into a philosophical area now that you&#8217;ve just put us in there. You said, someday they&#8217;ll be called Themes. Again, I&#8217;ve talked about this on this podcast a few times. And for anyone who&#8217;s worked with me for any length of time, like you all probably heard this from me as well. But like, adjectives are so frequently the realm of things that are not what you expect, right? Because like you have coffee, and then decaf coffee, no one&#8217;s like caffeinated coffee, because that&#8217;s what you expect out of it. And so when you&#8217;re like themes, and block themes, it makes it look like block themes are secondary, which at the moment, they are, ish. But in the future, I think you&#8217;re probably right, there will be a time when the modifier isn&#8217;t necessary anymore because it will be hopefully a much better way for people to kind of change the way that their themes work and make it more usable for users and people who are, you know, having to manage their own site without necessarily wanting to or being able to, like, have a Maggie in the room to fix everything that they break. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>12:08</p>\n\n\n\n<p>Maggie is nowhere near me. And so she&#8217;s never been in the room when I&#8217;ve broken anything. But I believe that Maggie on one occasion, at least, has come in and helped me fix something that I definitely broke. I&#8217;m an excellent breaker of WordPress things. Maggie, did you have anything you wanted to add to that question? </p>\n\n\n\n<p>12:29</p>\n\n\n\n<p>Yeah, I guess, maybe clarify a bit, what universal themes are because, yeah, maybe some people have heard about the term but they don&#8217;t really know what they are. And maybe just clarify that. The term was born when developing block themes wasn&#8217;t something that you could actually do for production websites like you could build them to test some experiments, but they weren&#8217;t really ready for users to use. So universal themes want to grasp the power of love themes while still being ready for users. So the way they do it is they are block based, like we used to call them in the sense that the templates are made of blocks. But they are also able to be customized using the customizer, which is the old way of customizing themes, instead of using the site editor. So they can have a balance between two worlds between the worlds of classic themes and block themes. But they are, at heart, a temporary concept. They are bound to be blocked themes in the future, but with maybe a foot in the past, where they can actually serve users who are not ready for full-on site editor. But they are bound to be full block themes in the future.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>14:00</p>\n\n\n\n<p>There&#8217;s a really interesting concept in there. So universal themes, it sounds like are basically kind of like an on-ramp for people who are not really ready to fully commit to this for any number of reasons. Like we never want to say that we know the reason that people would be a little bit shy to get started with this. But like it&#8217;s kind of like an on-ramp, it&#8217;s a safe way to get back to something that they do know, in the event that what they don&#8217;t know, really hinders their progress makes it hard for them to get the work done.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:31</p>\n\n\n\n<p>I think I wouldn&#8217;t say that they are for people shyer to get into new stuff rather than developers who want to embrace the new stuff before it&#8217;s even really ready. They really want to embrace the power of the blocks instead of doing things the old way. But even if it&#8217;s not fully ready.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>14:54</p>\n\n\n\n<p>They still need to support the old way of doing things.</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>14:58</p>\n\n\n\n<p>Like being backward compatible and being ready for any kind of user.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:05</p>\n\n\n\n<p>So mostly for developers, everyone who heard me just talking about how it was a great thing for users, ignore it. </p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>15:12</p>\n\n\n\n<p>It&#8217;s also good for users; If they feel secure in using the customizer.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>15:20</p>\n\n\n\n<p>Well, I think that there&#8217;s something important here that we certainly learned with the adoption of Gutenberg in 5.0. Right, which is that there is certainly one method of helping people to adopt things, which is to go like the art of war style, and kind of smash their rice pots and burn all their boats, like, that&#8217;s one way. Which works for a lot of companies in the world, I&#8217;m sure. But WordPress has always had kind of a commitment, not even kind of, has always had a commitment to backward compatibility. And like, we know that a lot of the work on Gutenberg is going to represent some breaking changes around the around workflows and around the user experience the interface, especially like, we know that. But the opportunity to like have a thing that gives you an early taste of what&#8217;s coming but also the ability to keep kind of working in your old space where you need to, I think it&#8217;s an excellent way to bring people forward into the future of things, I have never been a fan of the just like cut off all avenues and hope that they stay with your method because of course, like you can&#8217;t cut off all the methods. You can&#8217;t cut off all the ways people can get away from you. And even if we could, it wouldn&#8217;t be in line with how WordPress hopes to kind of help people through some tough stuff like making your first website is hard. If you are doing it as part of, an overall campaign that&#8217;s supposed to bring in leads for you or generate revenue like you don&#8217;t want to necessarily play with that in a way that could break things and be risky for you in the long term. So I think all the tools that we offer to help people kind of move forward with the technology move forward with the CMS as it&#8217;s moving forward, I think it&#8217;s really smart. And so universal themes are one of those things, but also not around to stay. As we move into non modified themes, just the word themes that happen to be based in blocks. If I&#8217;ve confused anyone, please email me at wpbriefing@wordpress.org. And tell me how I confused you. And I will do a follow-up to unconfuse everyone. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>17:40</p>\n\n\n\n<p>So speaking of the way that we help people kind of move forward with WordPress and with the technology. So much has been done in the CMS in the past 12 months in the past 18 months to be able to move themes into this same future as the rest of the editor. Right. So like, for folks who have not been listening to me for the last five years, you may not know this. So I&#8217;m going to tell everybody now, like one of the pain points that Gutenberg overall is solving is the fact that you for a long time had to learn five different editing interfaces to get one thing done in WordPress, right. And so like the advent of blocks and moving it into more and more spaces in the CMS is intended to really flatten the editing experience by making the type of user interaction the type of workflow really similar across all of the editing interfaces in the CMS. And so themes are a natural extension of that, where we can take similar user patterns and workflows, and work them out into themes. So over the last 12 months or so probably a little bit more, there&#8217;s been a lot of work on the CMS to move us forward in that that is now enabling the work that we want to be able to do to move things forward ahead. And so, I mean, this is probably our last question. Is there anything that you all want to offer to people who maybe saw themes early on or saw Gutenberg early on and felt like this is just not for me, in that in that context of like, how far it&#8217;s moved ahead in the past 12 months or so.</p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>19:23</p>\n\n\n\n<p>So you&#8217;re asking like, what in the last 12 months has maybe like really surprised me or like sticks out to me as something that like, Wow, look how far we&#8217;ve come?</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>19:36</p>\n\n\n\n<p>Yeah, yeah. So like, if you&#8217;re looking at what is the one thing that you saw in the last 12 months, that changed in the CMS that really enabled something wonderful for themes or from the other side of it. Like if someone had looked at themes or WordPress 18 months ago, and now they&#8217;re looking at it and seeing this new and different way to do things with the look and feel of their site, like what is one thing that they should be aware of? On either side of that question,</p>\n\n\n\n<p><strong>Maggie Cabrera&nbsp; </strong>20:05</p>\n\n\n\n<p>I think there&#8217;s more than one thing that has really evolved through this last year, year and a half. Like the maturity of some of the blocks is astounding now, like navigation blog, for example, was really bare-bones at the start and now it&#8217;s full potential, and it&#8217;s really looking really great. I would say the same thing about those days or the features on fire, like how basic it was at the start, was full potential. But now it&#8217;s really, really mature in terms of how much you can do with it. Like, I think the example, the perfect example of that is the work that <a href=\"https://profiles.wordpress.org/kjellr/\">Kjell [Reigstad]</a> has done on Twenty-Twenty Two with the alternative theme.json files, where just changing that file basically feels like a new theme, with just the configuration and the styles. And without writing any CSS without changing any templates. It&#8217;s really, really amazing how that can turn into a reality. And it&#8217;s so easy for users to tinker with that if they want to. And it&#8217;s much easier than having to delve deep into CSS and changing everything in like 2000 lines of code. </p>\n\n\n\n<p><strong>Jeff Ong&nbsp; </strong>21:23</p>\n\n\n\n<p>Yeah, I probably would echo most of that. What the thing that astounds me is global styles and how the UI can be shipping a theme or default theme with basically like, 20 lines of CSS, and have it be one of them. A beautiful, beautiful, like crisp and sharp, like, experience. It&#8217;s super fast. And it&#8217;s like, what this is a theme, you know, I thought a theme was supposed to supply all the styles like no, like, it&#8217;s just yeah. And workers do for you. Exactly. And like that. That&#8217;s pretty amazing to think in the last 12 months, we can go from, you know, shipping 1000s of lines of CSS to you none, it&#8217;s like, Wow, pretty cool. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:10</p>\n\n\n\n<p>Well, my friends, thank you so much for joining me today. This has been a really interesting conversation. I hope that all y&#8217;all out listening. Also find it interesting. As I mentioned, if you have any follow-up questions, absolutely. Send them to me via email. And I collect all of my questions that I get through the year for answering at the end of the year, mostly because I don&#8217;t get lots of questions that people want to be answered on this. Everyone just asked me their questions on Twitter and in Slack, which is fine as well. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:41</p>\n\n\n\n<p>So, Maggie, Jeff, thank you both for joining me. And I&#8217;m sure that we&#8217;ll talk to you all again soon.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>22:56</p>\n\n\n\n<p>That brings us now to our small list of big things. In the last episode, I got all excited about being in the beta phase. But today, I&#8217;m rolling that back a little bit. As part of our usual open source processes, a group of contributors did a deep dive review on the WordPress 5.9 release and found a workflow that needed some refinement. So we are delaying the beta. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>23:19</p>\n\n\n\n<p>Since we are in the midst of a major commerce slash/sales season, and of course, a lengthy holiday season, that delay also means that it makes sense to delay WordPress 5.9 final release a little as well. And so we are delaying that all the way into 2022 to January 25. For me, the trade-off works really well there. Every decision that we make in open source, of course, has some balance to it. It&#8217;s great for these aspects, it is less great for these aspects over here. But for myself, the opportunity to make sure that we have a really excellent experience for our users and also an opportunity to kind of avoid all of the chaos and hustle and bustle of the end of the year. Really, it seemed like a no-brainer for me. So in case you want to learn a little bit more about why we made the decision and get some insight into the actual milestones and where they have moved now, I&#8217;ll include some posts in the show notes below in case you want to read more and of course, if you have any additional questions you can always ask.</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:33</p>\n\n\n\n<p>The second small list of big things is that the first back to people WordCamp. I don&#8217;t think that&#8217;s what we&#8217;re calling it. Our first back to people WordCamp is happening in a couple of weeks actually. WordCamp Sevilla is happening in person on December 11. And I&#8217;m so excited I wish I were local, but I&#8217;m not so if you are local stop by their website and pick up your ticket. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>24:55</p>\n\n\n\n<p>And the third thing on our smallest a big things is that it is, of course, charitable giving season. I don&#8217;t know if you do your charitable giving at the end of the year or if that&#8217;s even part of your general ways of giving back. But I can think of two or three charitable organizations inside the WordPress ecosystem. There&#8217;s of course the WordPress Foundation, but also Big Orange Heart and HeroPress. If there are others out there, I certainly do want to know about them. WordPress Foundation also does additional giving on behalf of just like the open web and open source as a whole. So if you&#8217;re the sort of person who does their charitable giving at the end of the year, just a reminder that you have some options inside the WordPress ecosystem if you were trying to figure out some new places to donate to in 2021. </p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>25:42</p>\n\n\n\n<p>And that is your small list of big things. Thank you so much for tuning in today for the WordPress Briefing. Thank you again to our special guests, Maggie and Jeff. I&#8217;m your host Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 29 Nov 2021 12:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"Gutenberg Times: Gutenberg Changelog #56 – Gutenberg 12.0, WordPress 5.9 Release Schedule, Navigation Block and Site Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=19715\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-gutenberg-12-wordpress-5-9-ryan-welcher/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6547:\"<p>Co-hosts, Birgit Pauli-Haack and Grzegorz Ziolkowski discuss with Ryan Welcher the Gutenberg 12.0 release, the updated WordPress 5.9 Release Schedule and a lot more.</p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://paulisystems.net/wordpress-consulting\">Pauli Systems</a></li></ul>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-Gutenberg-12-wordpress-5.9-Ryan-Welcher#shownotes\">Show Notes </a>/ <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-56-Gutenberg-12-wordpress-5.9-Ryan-Welcher#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-19715\"></span>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast via your favorite podcast apps!</strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes </strong></p>\n\n\n\n<h2 id=\"ryan-welcher-developer-advocate-sponsored-by-automattic\"><a href=\"https://twitter.com/ryanwelcher\"><strong>Ryan Welcher</strong></a>, Developer advocate, sponsored by Automattic. </h2>\n\n\n\n<ul><li><a href=\"https://www.twitch.tv/ryanwelchercodes\">Twitch Live Streams @ ryanwelchercodes</a></li><li><a href=\"https://github.com/WordPress/gutenberg-examples\">Gutenberg Examples Repository at GitHub</a></li><li><a href=\"https://ryanwelcher.com/\">Website &amp; Blog </a></li></ul>\n\n\n\n<h2 id=\"community-contributions\">Community Contributions</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/24/wordpress-development-environment/\">WordPress development environment</a> by Marcus Kasmierczak</p>\n\n\n\n<h2 id=\"wordpress-5-9-updated-schedule\"><strong>WordPress 5.9 updated Schedule</strong></h2>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/5-9/\">Updated Release Schedule for 5.9 </a></li><li><a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\"><strong>WordPress 5.9 Revised Release Schedule</strong></a> by Core release lead <strong>Tonya Mork</strong></li><li><a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\"><strong>Why I voted to delay WordPress 5.9</strong></a> by <strong>Anne McCarthy</strong>, release co-lead for testing</li><li><a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\"><strong>WordPress 5.9 Revised Release Date Confirmed for January 25, 2022</strong></a>, <strong>Sarah Gooding</strong>, WPTavern</li><li><a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\"><strong>A Look at WordPress 5.9</strong></a> with the newly published video via WordPress News. </li><li>Video: <a href=\"https://www.youtube.com/watch?v=r59aR1tmY6k&t=75s\"><strong>Exploring WordPress 5.9: Block theme flows, Styling, Patterns Explorer, &amp; more</strong></a></li></ul>\n\n\n\n<h2 id=\"gutenberg-12-0\">Gutenberg 12.0</h2>\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">Find the full changelog on GitHub</a></strong>  </p>\n\n\n\n<ul><li>Block Styles Previews (<a href=\"https://github.com/WordPress/gutenberg/pull/34522\">34522</a>),</li><li>Featured Image block Visual Enhancement in the Site Editor (<a href=\"https://github.com/WordPress/gutenberg/pull/36517\">36517</a>), </li><li>the Site Editor Welcome Guide (<a href=\"https://github.com/WordPress/gutenberg/pull/36172\">36172</a>) and </li><li>the updates to the JSON schemas for <a href=\"https://schemas.wp.org/trunk/block.json\"><strong>block.json</strong></a> and <strong><a href=\"https://schemas.wp.org/trunk/theme.json\">theme.json</a></strong>. </li><li><a href=\"https://github.com/WordPress/gutenberg/discussions/categories/developer-experience\">GitHub discussions on Developer Experience</a>.</li></ul>\n\n\n\n<p><a href=\"https://www.twitch.tv/videos/1214655583\">Gutenberg plugin v12.0.0 Release Party with Ryan Welcher</a></p>\n\n\n\n<h2 id=\"what-s-discussed-and-in-active-development\">What&#8217;s discussed and in active development</h2>\n\n\n\n<ul><li>Pull Request by Ryan Welcher related to ordering slotfill/panel: <a href=\"https://github.com/WordPress/gutenberg/pull/16384\">Plugin sorting via priority property in registerPlugin</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/28273\">Enable React Fast Refresh for block development</a> coming to @wordpress/scripts by Grzegorz Ziolkowski</li><li><a href=\"https://www.godaddy.com/garage/gutenberg-how-to-test-the-latest-updates/\">Gutenberg: How to test the latest updates</a> w/ Birgit Pauli-Haack, Andy Fragen and George Mamadashvili via GoDaddy Pro</li></ul>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-61a63c78b50c5 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gziolo\">@gziolo </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Is in the works</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 27 Nov 2021 23:33:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Gutenberg Times: Rendering WooCommerce Blocks, Hold the Phone, WTF is FSE? and more — Weekend Edition #194\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=19686\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://gutenbergtimes.com/rendering-woocommerce-blocks-hold-the-phone-wtf-is-fse-and-more-weekend-edition-194/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16501:\"<p>Howdy, </p>\n\n\n\n<p>For my US American friends, I am sending Happy Thanksgiving greetings! I hope y&#8217;all had a Happy Turkey Day! 🦃 🍗 You probably won&#8217;t get to read this until Monday or even later next week. Hopefully, the Black-Friday-Cyber-Monday offerings turn out well for you. </p>\n\n\n\n<p>I am so grateful that you let me drop a weekend edition into your inbox every week. And thank you for the thoughtful notes, questions, ideas, and product updates.  Keep &#8217;em coming. It is you for whom I build the Gutenberg Times, and it has been an ongoing joy and wonderful adventure! </p>\n\n\n\n<p>I am also grateful for everyone working on Gutenberg and on WordPress. The contributors and the Community at large has been a home to me in a world more and more divided.  I have been hurting through these two years of no in-person meetings, longing to see my friends again,  so I hope to meet you&#8217;all soon at a future WordCamp! </p>\n\n\n\n<p>That&#8217;s it for now. Y&#8217;all have a great weekend! </p>\n\n\n\n<p>Yours,💕<br />Birgit </p>\n\n\n\n\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#updates-on-wordpress-5-9\">Updates on WordPress 5.9 </a><ul><li><a href=\"https://gutenbergtimes.com/feed/#new-schedule-for-january-25-2022-release\">New schedule for January 25, 2022 release</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-12-0-x-released\">Gutenberg 12.0.x released</a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-custom-blocks\">Developing Custom Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#full-site-editing-and-themes\">Full-Site Editing and Themes</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#fse-program-testing-call-1\">FSE Program Testing Call #1</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-events\">WordPress Events</a></li></ul></div>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"updates-on-wordpress-5-9\">Updates on WordPress 5.9 </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\"><strong>A Look at WordPress 5.9</strong></a> with the newly published video via WordPress News. </p>\n\n\n\n<p>You can also take a longer discovery journey with <strong>Anne McCarthy</strong> on video <a href=\"https://www.youtube.com/watch?v=r59aR1tmY6k&t=75s\"><strong>Exploring WordPress 5.9: Block theme flows, Styling, Patterns Explorer, &amp; more</strong></a></p>\n\n\n\n<h3 id=\"new-schedule-for-january-25-2022-release\">New schedule for January 25, 2022 release</h3>\n\n\n\n<p class=\"has-drop-cap\">After a few features were deemed not-quite ready, the WordPress release team held intense discussions about the feature freeze and the release schedule of WordPress 5.9.  Beta 1 was supposed to be released on November 16th. </p>\n\n\n\n<p>After careful weighing a few aspects of contributor sanity, user expectations, and technical details, the release team decided to punt Beta 1 for two weeks and release it on November 30th, 2021. Because of the Holidays mostly in America and Europe, these two weeks delay resulted into a six-weeks postponement of the final release, now scheduled for January 25th, 2021. </p>\n\n\n\n<p>Core release lead <strong>Tonya Mork</strong> has the details about the  <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\"><strong>WordPress 5.9 Revised Release Schedule</strong></a></p>\n\n\n\n<p><strong>Anne McCarthy</strong>, release co-lead for testing, wrote in <a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\"><strong>Why I voted to delay WordPress 5.9</strong></a>, her hope &#8220;is to bring you all along for the decision-making process and to demystify how this decision came to be.&nbsp;&#8220;</p>\n\n\n\n<p><strong>Sarah Gooding </strong>over the WPTavern posted: <a href=\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\"><strong>WordPress 5.9 Revised Release Date Confirmed for January 25, 2022</strong></a>.</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  </p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<h2 id=\"gutenberg-12-0-x-released\">Gutenberg 12.0.x released</h2>\n\n\n\n<p class=\"has-drop-cap\">Grzegorz Ziolkowski and I asked Ryan Welcher to be our guest for the Gutenberg Changelog episode 56. As he also worked on the release of this version, we heard first hand what the experience is like. </p>\n\n\n\n<p>Most contributors worked on the final touches for the WordPress 5.9 Beta 1 Feature Freeze, there are no big new features expected in this version. This version is more about the small details that end up making a big difference in the overall user experience. </p>\n\n\n\n<p>The most exciting updates: </p>\n\n\n\n<ul><li>Block Styles Previews (<a href=\"https://github.com/WordPress/gutenberg/pull/34522\">34522</a>),</li><li>Featured Image block Visual Enhancement in the Site Editor (<a href=\"https://github.com/WordPress/gutenberg/pull/36517\">36517</a>), </li><li>the Site Editor Welcome Guide (<a href=\"https://github.com/WordPress/gutenberg/pull/36172\">36172</a>) and </li><li>the updates to the JSON schemas for <a href=\"https://schemas.wp.org/trunk/block.json\"><strong>block.json</strong></a> and <strong><a href=\"https://schemas.wp.org/trunk/theme.json\">theme.json</a></strong>. </li></ul>\n\n\n\n<p>The changelog  has a new section called <strong>Developer Experience.</strong> It lists the PRs that are relevant to WordPress extenders (plugin &amp; theme developers and developers working in agencies) as well as core contributors. It goes along with the <a href=\"https://github.com/WordPress/gutenberg/discussions/categories/developer-experience\">GitHub Discussion</a> Category with the same name.</p>\n\n\n\n<p><strong><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v12.0.0\">Find the full changelog on GitHub</a></strong>  </p>\n\n\n\n\n<p><em>A huge thank You to Álvaro Gómez Velasco who mentioned the Gutenberg Changelog as one of his <a href=\"https://mrfoxtalbot.wordpress.com/2021/11/25/my-favorite-podcasts-2021-edition/\"><strong>Favorite podcasts in 2021</strong></a>.</em></p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><a href=\"https://twitter.com/bph\">&#8220;</a><a href=\"https://gutenbergtimes.com/feed/podcast\">Gutenberg Changelog</a>&nbsp;podcast is the best way to keep up with changes in Gutenberg, the WordPress Block Editor. The show is very on point, full of useful content and they have some great guests too.&#8221;</p><cite>Álvaro Gómez Velasco</cite></blockquote>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n\n<h2 id=\"developing-custom-blocks\">Developing Custom Blocks</h2>\n\n\n\n<p id=\"developing-custom-blocks\"><strong><a href=\"https://twitter.com/AlexStandiford\">Alex Standiford</a></strong> published a 2-hours course to teach developer how to <a href=\"https://www.wpdev.academy/course/build-a-block-from-other-blocks/\"><strong>build a Block from other Blocks</strong></a>. He wrote: &#8220;You’ll learn how to build a WordPress block using existing WordPress blocks. This allows you to pre-build commonly used block patterns and drastically simplify the block editing experience, even with the most advanced page layouts.&#8221; </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/laras126\"><strong>Lara Sc henck</strong></a> shared on her blog how to <a href=\"https://notlaura.com/gutenberg-snippet-retrieve-taxonomy-terms-with-compose-withselect-and-getentityrecords/\"><strong>Retrieve taxonomy terms with compose, withSelect, and getEntityRecords</strong></a>, using the built-in @wordpress/data packages. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a> </strong>continues building a <a href=\"https://www.twitch.tv/videos/1215549420\"><strong>Poll Block on his Twitch Live Stream</strong></a>. Last week, he started on the block. This week, he decided to abandons the original approach and rebuild it with the &lt;InnerBlocks/&gt; that is part of the WordPress scripts and takes care of the &#8220;CRUD stuff&#8221;. Check it out!  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his article, <strong>Nadir Seghir</strong>, code wrangler at Automattic, explains <a href=\"https://developer.woocommerce.com/2021/11/15/how-does-woocommerce-blocks-render-interactive-blocks-in-the-frontend/\"><strong>how  WooCommerce Blocks plugin renders interactive blocks in the&nbsp;frontend</strong></a>. The gist of it? Both, PHP and React component read the HTML data attributes. It&#8217;s of course more complicated than this. Follow along! </p>\n\n\n\n<h2 id=\"full-site-editing-and-themes\">Full-Site Editing and Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/JS_Zao\">Justin Sainton</a> </strong>takes his readers along on his journey to <a href=\"https://zao.is/blog/2021/11/22/building-the-new-pagely-com/\"><strong>Building the New website of the hosting company Pagely</strong></a>, recently sold to GoDaddy. He writes about what excites him about the new way of building themes. He explains what FSE is and how to get started with great list of resources. In his Bad &amp; Ugly section, Sainton  &#8220;found things to be painful or otherwise confusing.&#8221; He puts a lot of work in getting to the actionable details. Readers beware the post is over 4,500 words.  </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you want to contribute and stay on the bleeding edge of the development of Full-site Editing, Design Tool, Global Styles and block Themes, <a href=\"https://twitter.com/jeffikus\"><strong>Jeffrey Pearce</strong></a> posted the<a href=\"https://make.wordpress.org/themes/2021/11/26/gutenberg-themes-week-of-november-22nd-2021/\"><strong> Gutenberg + Themes 74th weekly round-up</strong></a> of approximately 40 theme related open issues and PRs. He also shares released merged features and updates as well as overview issues that are a great resource to keep up with the development. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h3 id=\"fse-program-testing-call-1\">FSE Program Testing Call #1</h3>\n\n\n\n<p>The deadline for Call for Testing #11 Comments has been extended to December 7th, 2021. <a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\"><strong>FSE Program Testing Call #11: Site Editing Safari</strong></a> There won&#8217;t be any zebras, rhinos and giraffes, though. </p>\n\n\n\n<p>If you prefer an Italian version of the call for testing, <a href=\"https://twitter.com/succoallapera\"><strong>Piermario Orecchioni</strong></a> published the translation: <a href=\"https://it.wordpress.org/team/2021/11/25/chiamata-per-il-test-del-programma-fse-11-un-safari-nella-modifica-di-un-sito/\"><strong>ESF Program Test Call # 11: A Site Editing Safari</strong></a>. </p>\n\n\n\n<p><a href=\"https://twitter.com/atachibana\"><strong>Akira Tashibana</strong> </a>posted the Japanese version of the FSE Call for testing #11 <a href=\"https://ja.wordpress.org/team/2021/11/12/2381/\"><strong>FSE プログラムのテスト募集 #11: サイト編集の探索</strong></a></p>\n\n\n\n<p><strong><a href=\"https://twitter.com/cdils\">Carrie Dils</a> </strong>prepared a <a href=\"https://carriedils.com/local-import-for-wordpress-5-8-x-beta-testing/\">one file import for LocalWP</a> to have an easy way to set up a test environment for the FSE Call for Testing. </p>\n\n\n\n<h2 id=\"wordpress-events\">WordPress Events</h2>\n\n\n\n<p><strong>December 11 + 12, 2021</strong> <br /><a href=\"https://taiwan.wordcamp.org/2021/\"><strong>WordCamp Taiwan</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 14th, 2021 &#8211; 5:00 pm ET / 22:00 UTC</strong> <br /><strong><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">WordPress News</a></strong> <br /><strong>State of The Word w/ Matt Mullenweg</strong> + Q &amp; A</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>February 4+5, 2022 <br /><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, AL</a></strong> <br />Call for Sponsors and Speakers are open now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>March 4th, 2022 all day <br /><a href=\"https://www.wordfest.live/2022/march/\">WordFest 2022</a></strong> <br />a 24-hour festival of WordPress. <a href=\"https://www.wordfest.live/2022/march/call-for-speakers/\">Call for Speakers is open</a>. Deadline Dec 6th, 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p><a href=\"https://www.flickr.com/photos/13998657@N02/18526571462\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://www.flickr.com/photos/51035555243@N01/38744499\" target=\"_blank\" rel=\"noreferrer noopener\"></a>Featured image: <a href=\"https://www.flickr.com/photos/21524575@N05/2301648783\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;office block in sutton&#8221;</a>&nbsp;by&nbsp;<a href=\"https://www.flickr.com/photos/21524575@N05\" target=\"_blank\" rel=\"noreferrer noopener\">Mr Tigggs</a>&nbsp;is licensed under&nbsp;<a href=\"https://creativecommons.org/licenses/by/2.0/?ref=openverse&atype=rich\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY 2.0</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 26 Nov 2021 22:09:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Post Status: Post Status Excerpt (No. 34) — Developer Overload: Physical and Mental Health\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=89989\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/34/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3530:\"<h2>&#8220;I prioritized my mental health over my physical health until I realized it was all the same thing.&#8221;</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David chats with Cory about taking care of your physical and mental health and how these factor into &#8220;Developer Overload.&#8221; Far too often (especially younger) professionals do not prioritize their health so they can work or do more in a day — until it comes back to bite them.</p>\n\n\n\n<p><strong>Also: </strong>David shares that getting up early in the morning works for him and encourages people who have a hard time managing things in the morning to give it a shot — early mornings are usually quiet for many people, both in the place they live and the clients and employees they communicate with during the day.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"http://twitter.com/nathaningram\">Cory Miller</a><a href=\"http://twitter.com/corymiller303\"> (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Bluehost</a></h3>\n\n\n\n<p>Everything your website needs — from start-up to success story — is at Bluehost. Whether you\'re looking to create a website, blog, or online store, Bluehost will get you started with an all-in-one website platform tailored to your specific needs. Get a free domain name in your first year, free 24/7 lifetime support, and total design freedom with WordPress at Bluehost.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Nov 2021 04:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WordPress.org blog: Watch State of the Word at a Watch Party with your WordPress Friends\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11641\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7241:\"<p><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">State of the Word 2021</a> is just around the corner!&nbsp;</p>\n\n\n\n<p>Although attending State of the Word in person would be ideal, not all WordPress community members get to enjoy the experience of attending the speech live with friends.&nbsp;</p>\n\n\n\n<p>This year, as State of the Word is streamed live for the second time, we want to restore that in person camaraderie through State of the Word watch parties for WordPress Community members around the world.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>We encourage WordPress meetup organizers and community members worldwide to (safely) host State of the Word 2021 watch parties —</strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>read this handbook to learn more</strong></a><strong>.</strong></p></blockquote>\n\n\n\n<h2 id=\"why-organize-a-watch-party\">Why organize a watch party?&nbsp;</h2>\n\n\n\n<ul><li>If you are a <a href=\"https://meetup.com/pro/wordpress\">WordPress meetup</a> organizer, many folks in your meetup may be unaware of the State of the Word, and a watch party could be a great opportunity to introduce or remind them.</li><li>As meetup organizers slowly bid goodbye to a tough year, the watch party could be an excellent opportunity to revitalize your group, especially if you haven’t had many events this year.</li><li>Along with your Meetup group members, you get a platform to ask questions directly to Matt Mullenweg.</li><li>And last but not least, even if you are not a Meetup Organizer, a watch party can be the perfect opportunity to reconnect and have a blast with your WordPress friends!</li></ul>\n\n\n\n<h2 id=\"how-do-i-organize-a-state-of-the-word-watch-party\">How do I organize a State of the Word watch party?</h2>\n\n\n\n<p>You can choose to host a watch party online or in person. Check out <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#schedule-a-state-of-the-word-watch-party-for-your-meetup\">our handbook</a> for detailed instructions on how to schedule an event (including event templates).</p>\n\n\n\n<div class=\"wp-block-columns\">\n<div class=\"wp-block-column\">\n<h3 id=\"online\">Online</h3>\n\n\n\n<p>The simplest way to organize an online watch party is to schedule an online event for your WordPress group and add the State of the Word YouTube streaming link directly on Meetup.com. Alternatively, you can schedule an online meeting using tools like Zoom and broadcast the live stream over there by screen sharing––thereby facilitating better engagement. </p>\n\n\n\n<div class=\"wp-container-61a4d6052e24f wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-online-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Organize an Online Watch Party</a></div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column\">\n<h3 id=\"in-person\">In Person</h3>\n\n\n\n<p>If your region meets <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/2021-returning-to-in-person-meetups/\">the guidelines for in person events</a> (if vaccines and testing are freely available), you can organize an in person watch party event (for fully vaccinated OR recently tested OR recently recovered folks) for your WordPress Meetup! Group members can hang out together (following local safety guidelines of course) and watch State of the Word live.</p>\n\n\n\n<div class=\"wp-container-61a4d6052e72c wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/#organizing-an-in-person-watch-party\" target=\"_blank\" rel=\"noreferrer noopener\">Plan an In person Watch Party</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>NOTE:</strong> If State of the Word is happening at an odd hour in your timezone, you can still organize a watch party by organizing a replay of live stream, at a date/time that is convenient for your group.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>If your Local WordPress Meetup is organizing an in person watch party, <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/request-swag-for-in-person-watch-parties/\"><strong>fill out this form</strong></a><strong> so that we can ship some swag for your group to celebrate!</strong><br />Deadline: November 30, 2021</p></blockquote>\n\n\n\n<h2 id=\"what-else-do-i-need-to-know-about-organizing-a-state-of-the-word-watch-party\">What else do I need to know about organizing a State of the Word watch party?</h2>\n\n\n\n<p>Excited? To help you get started, we’ve put together a few resources:</p>\n\n\n\n<ul><li><strong>Check out this </strong><a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/\"><strong>handbook</strong></a><strong> for detailed instructions on how to organize a watch party, </strong>be it online or in person.</li><li>Looking for a Zoom Pro account to host your online watch party?&nbsp;<a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/getting-started/special-virtual-events-zoom-request/\">Request a community zoom pro account</a>&nbsp;for your event right away!</li><li>We have prepared some <a href=\"https://make.wordpress.org/community/handbook/meetup-organizer/event-formats/2021-state-of-the-word-watch-parties/email-templates-for-state-of-the-word/\">email templates</a> that Meetup Organizers can use to spread the word in their Meetup groups.</li><li>Don’t forget to share on social media about your watch party events using the hashtag <strong>#StateOfTheWord</strong> so we can join in on the fun!</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>NOTE: </strong> The guidelines in this post are primarily aimed at WordPress Meetup organizers. <strong>However, you do not need to be a Meetup organizer to schedule a watch party!</strong> You can simply hang out together with your friends online or in person (while following local safety guidelines) and catch the event live!</p></blockquote>\n\n\n\n<p>If you are planning a watch party for State of the Word, and have questions, please drop us an email to: <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> if you have any questions. We are happy to help you in the best way possible.</p>\n\n\n\n<p><em>The following folks contributed to this post: <a href=\"https://profiles.wordpress.org/anjanavasan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>anjanavasan</a> <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> <em><a href=\"https://profiles.wordpress.org/evarlese/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>evarlese</a></em></em> <em>and <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a></em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2021 18:30:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress Foundation: Give Back to Open Source this Giving Tuesday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpressfoundation.org/?p=202833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://wordpressfoundation.org/news/2021/give-back-to-open-source-this-giving-tuesday/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3907:\"<p>Giving Tuesday is a global, non-profit movement that encourages people, organizations, and companies around the world to give, collaborate and celebrate generosity.</p>\n\n\n\n<p>Hosted on the first Tuesday following Thanksgiving in the United States, this year the charitable giving event will be taking place on <strong>November 30, 2021</strong>.</p>\n\n\n\n<p>With Giving Tuesday around the corner, many in the world are thinking about giving back. If you’re one of them, consider this opportunity to give back to open source.</p>\n\n\n\n<p>2021 and the pandemic brought a lot of changes to the world, including the open source community. And the year wasn’t without its challenges.</p>\n\n\n\n<p>Open source developers worldwide <a href=\"https://www.statista.com/statistics/912378/worldwide-open-source-professional-challenges-in-work/\" target=\"_blank\" rel=\"noreferrer noopener\">still face roadblocks</a>, from “lack of training opportunities” to “getting management buy-in for open source.”</p>\n\n\n\n<p>This is why the WordPress Foundation exists.</p>\n\n\n\n<h2 id=\"how-does-the-wordpress-foundation-support-open-source\">How does the WordPress Foundation support open source?</h2>\n\n\n\n<p>As a non-profit organization, our <a href=\"https://wordpressfoundation.org/\">work</a> is to ensure that open source software gets the support it needs. The funds we raise go toward ensuring free access to the projects we promote, protecting the WordPress trademark, and funding multiple programs aligned with our mission.</p>\n\n\n\n<p><strong>Some of the programs the WordPress Foundation supports include</strong>:</p>\n\n\n\n<ul><li><a rel=\"noreferrer noopener\" href=\"https://wordpress.tv/\" target=\"_blank\">Video documentation</a> of WordCamp and WordPress meetup events.</li><li>“<a href=\"https://wordpressfoundation.org/tag/intro-to-open-source/\">Intro to Open Source</a>” workshops that increase awareness and understanding of the open web and open source in regions around the world that have relatively less participation.</li><li><a rel=\"noreferrer noopener\" href=\"https://doaction.org/\" target=\"_blank\">Charity hackathons</a> where developers come together and volunteer to build websites for nonprofit organizations around the world.</li><li><a rel=\"noreferrer noopener\" href=\"https://learn.wordpress.org/workshops/\" target=\"_blank\">Workshops</a>, both live and recorded, on how to use and develop for the WordPress platform.</li><li>School mentorship programs to encourage interest in WordPress and open source development from a young age.</li><li>Improving documentation about how to use and develop for, and contribute to the WordPress project.</li></ul>\n\n\n\n<p>But this is just the beginning. With your help, we can strengthen our support for these programs and fund many more exciting open source projects.</p>\n\n\n\n<a href=\"https://i0.wp.com/wordpressfoundation.org/content/uploads/2018/08/capetown.jpg?ssl=1\"><img /></a>Volunteers from do_action Cape Town 2018 working on charity websites\n\n\n\n<h2 id=\"how-can-you-help-this-giving-tuesday\">How can you help this Giving Tuesday?</h2>\n\n\n\n<p>The future is open source, and whether you’re a believer or part of the open source community, you can play a part in helping build this foundation for generations to come.</p>\n\n\n\n<p><strong>This Giving Tuesday, consider donating to the WordPress Foundation so we can work together toward a future that’s built on open source.</strong></p>\n\n\n\n<p>You can choose to donate annually or make a one-time donation. Every gift counts!</p>\n\n\n\n<div class=\"wp-container-61a671343079b wp-block-buttons\">\n<div class=\"wp-block-button is-style-fill\"><a class=\"wp-block-button__link has-white-color has-text-color has-background\" href=\"https://wordpressfoundation.org/donate/\"><strong>Donate to the WordPress Foundation</strong></a></div>\n</div>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-text-align-left\">Thank you for supporting our mission!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2021 16:05:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"HeroPress: Tales Of A Serial Contributor – Histórias de um colaborador em série\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4283\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:132:\"https://heropress.com/essays/tales-of-a-serial-contributor/#utm_source=rss&utm_medium=rss&utm_campaign=tales-of-a-serial-contributor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:31833:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/11/112321-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I believe that the great advantage and differential of WordPress ... is its community.\" /><p><a href=\"https://heropress.com/feed/#portuguese\"><span class=\"css-901oao css-16my406 r-poiln3 r-bcqeeo r-qvutc0\">O texto também está disponível em português do Brasil.</span></a></p>\n<p>Hey! My name is Daniel Kossmann. I&#8217;ve been WordPress user since 2009, one of the organizers of the Curitiba community, creator of the weekly newsletter called PainelWP, and a regular writer about WP in my blog. This is my before and after story from joining the WordPress community in Brazil. Happy reading!</p>\n<h2>First contacts with the internet</h2>\n<p>Since I was a kid I was very fond of computers and video games, but the internet opened a whole new world for me. I was so fascinated that at eleven years, around 1998, reading tutorials and analyzing HTML codes I created my first website on James Bond, of whom I was a big fan. In those first years, even though my parents didn&#8217;t quite understand what I was doing and why I was spending so much time in front of the computer, they backed me up by purchasing books and computers.</p>\n<p>Little by little I learned more about programming and developing my systems in ASP and only then PHP. Since there weren&#8217;t so many websites teaching programming, I created a series of websites that taught others how to create websites and add small functionalities for them, like counters, login area, blinking text, &#8230;. At that time, I even created a content management system, that could receive contributions through a form and automatically published them every day at a given time, with a countdown timer in the website telling visitors when the next update would occur. This may be seen as trivial today, but at that time it was very uncommon. Those were really fun days, where I spent several nights learning new things and talking to other people who had the same interest in IRC on the deceased Brasnet network. If you are curious to learn more, check out <a href=\"https://belohorizonte.wordcamp.org/2016/daniel-kossmann-ferraz-automacao/\">my interview at WordCamp Belo Horizonte 2016</a> (content in Portuguese).</p>\n<h2>First contact with WordPress</h2>\n<p>When the time came to choose my undergraduate, there was no doubt that it would be something related to computers. So I chose a Computer Science degree from Federal University from Parana (UFPR). During college, I also wanted to dabble in other fields, so I decided to create a blog in which to write movie reviews. Looking for a platform in which to easily publish texts, so I wouldn&#8217;t have to worry about coding because I already was doing this every day at school, I discovered WordPress. It didn&#8217;t take long and, in 2009, I launched my first public blog about movies, which after one year became <a href=\"https://www.interrogacao.com.br/\"><i>interrogAção</i></a> (content in portuguese), a cultural hub on cinema, literature, and comics, with collaborators from several cities in Brazil. As in the case with my first tutorial websites and IRC conversations, many of these people I only knew virtually, but we had an intense contact while exchanging know-how.</p>\n<p>Even though my focus was more on content creation and editorializing, I began to learn more about how to create themes and features in WordPress to customize the website. In one of these researches, I found out that an event focused on WP was going to happen in my city. Even not knowing a lot about the platform, I decided to attend and learn more.</p>\n<h2>First contact with the community</h2>\n<p>The event was <a href=\"https://curitiba.wordcamp.org/2010/\">WordCamp Curitiba 2010</a> (content in portuguese) and I still remember how amazed I was at it being so cheap, I think it was R$60 or less, offering so many souvenirs and snacks. Other tech events I had attended had always charged more than double and hadn&#8217;t offered half of these things.</p>\n<p>The talks were amazing, and everyone was always very kind and available. I was so excited about everything that I promised myself that I would volunteer during the next edition and also try to be a speaker. As I didn&#8217;t know anyone at the event, I challenged myself to talk with at least three people — I was extremely shy back then. Since then two of them have become lifelong friends.</p>\n<p>At the end of the event, I found out that there was an after-party called WordCana (a joke with the word &#8220;cana&#8221;, from sugarcane, that is used to make distilled spirit). Even though I didn&#8217;t drink alcohol, I decided to go and it was awesome! There, I got to know the event&#8217;s speakers, organizers and attendees. Everyone talking as equals. And the fact that I didn&#8217;t drink alcohol didn&#8217;t change at all my interaction with them.</p>\n<h2>From attendee to WordCamp organizer</h2>\n<p>The promise I had made during that event came true! Less than two years later, I was helping to organize the next edition, <a href=\"https://curitiba.wordcamp.org/2012/\">WordCamp Curitiba 2012</a> (content in portuguese), which was where I also gave <a href=\"https://wordpress.tv/2012/10/11/daniel-kossmann-ferramentas-livres-para-desenvolvimento-wordpress/\">my first public talk</a> (content in portuguese). I was still very shy and, during the talk, I was so nervous that I couldn&#8217;t hold the microphone near my mouth. Because of that, even though it was a small room, people were having a hard time listening to my voice. Nevertheless, it was an important overcoming experience that has kept me desiring to improve my public speaking skills for future talks to this day.</p>\n<h2>From user to entrepreneur</h2>\n<p>Since I was a kid I had dreamt about opening my own company. Therefore, when I graduated in 2011, as I have always liked creating websites, I had little doubts about my next step: creating a web development company. I named it Spirallab, because of my passion for spirals and imagining turning it into a creative project lab. In the beginning, I didn&#8217;t define a direction and I worked with various systems and programming languages. Soon I realized that giving maintenance to these different solutions was a lot of work. So I opted to use a single platform, WordPress, due to its ease of use for my clients and the possibility to create various types of websites.</p>\n<p>This decision allowed me to dive even deeper into the system, making better and faster-to-deliver solutions for my clients. As time went by, I also increased my services within the platform, adding support, maintenance, courses, consulting and optimized hosting for WordPress, which at that time was extremely hard to find. This allowed for a broader client range. It also enabled us to specialize in the platform, getting to better know all of its facets.</p>\n<p>Even being a small company, never going beyond four people, I made sure to find ways to contribute to the WordPress community. After all, I managed to support my business without paying a single cent to use the platform. That is why I sponsored several WordCamps and meetups. This created a curious situation: Spirallab&#8217;s name was side by side with other sponsors that had 10 to 50 times its size. I wondered why there weren&#8217;t more companies doing the same. The sponsorship quotas started with a very low price tag, sometimes R$250. Considering the annual revenue of a company that uses WP as its main solution, I believe that this cost or investment could be easily included in its annual budget. I wish more companies, regardless of their size, would do that.</p>\n<p>Besides that, I&#8217;ve talked at several meetups and WordCamps, where I shared what I learned in my day-to-day life. It was always and still is a big pleasure to be able to make these contributions. During the events, I gave away some stickers from my company that had an illustration of a digital alchemist (a kind of modern wizard). Because of that, and my looks (long hair and beard), I ended up being nicknamed the WordPress Wizard.</p>\n<p>Eight years after Spirallab&#8217;s foundation, I decided to close the company&#8217;s activities and start a new chapter at <a href=\"https://www.pipefy.com/\">Pipefy</a> in 2019, where I currently work as a WordPress Development Coordinator.</p>\n<h2>The return of Curitiba&#8217;s WordPress Community</h2>\n<p>After WordCamp 2012, Curitiba&#8217;s community became inactive. But the urge to continue with the events stayed with me. It took me three years to take the first step. So I got in touch with other people from the Brazilian community that I had met at WordCamp, to find out what was needed to restart the meetings, which are called meetups, in Curitiba. Coincidentally, I found out three people who wanted to do the same and we started planning the event through Slack, a text chat software. In less than a month, we organized the <a href=\"https://www.meetup.com/pt-BR/wpcuritiba/events/224130389/\">first event</a>, on August 5, 2015. The most curious thing was that we were able to do all of the planning virtually, and only met for the first time in person on the day of the event.</p>\n<p>Due to the speed in which we were able to organize this event, it may seem that we already had experience with this type of organization, but in fact, we didn&#8217;t have much, if any. So the first thing we asked ourselves was, &#8220;What would be nice to have included in the event if we were attendees?&#8221;. And two things stood out: having food and fun. So we ordered food (pizza, for convenience) and we tried to make something funner and without many formalities. We didn&#8217;t want to have those events where hardly anyone talks to anyone and after the talk, everyone leaves like they&#8217;re running away from something.</p>\n<p>Keeping anyone from feeling lost, we made a brief presentation with slides at the beginning of the meetup, explaining what the event was and how it was organized, asking everyone to introduce themselves. This structure was maintained during all future events. Little by little, we carried out several experiments, such as a section where everyone could share news, themes, or plugin tips, or a classified section, where people could say if they were looking for or offering a particular service. Among the organizers, we always pre-arranged tips to be shared, in order to encourage others to participate. At first, few people engaged, but over time, they ended up becoming an important part of the event.</p>\n<p>As I was extremely shy, getting in front of people to introduce the meetup was not easy.</p>\n<blockquote><p>I was very nervous and ended up speaking very low, even stuttering a little. I wanted to change that and knew that the only way was to practice. I believe the meetup is a great place for this, as it is a small group of people with a common interest: learning.</p></blockquote>\n<p>This makes everyone more receptive, creating a safe environment to participate in a variety of ways.</p>\n<p>By the way, this is something very important to me: making the events an environment where everyone feels welcome and safe to ask questions and share experiences. Therefore, I always welcome new participants and encourage them to participate and talk to other people. Sometimes I retell the story of my first WordCamp, where I challenged myself to talk to three strangers.</p>\n<p>Nowadays, although I&#8217;m still a reserved person, I&#8217;m not so shy anymore and can speak in public without as much difficulty. Because of this personal achievement, whenever possible, I encourage others to give their first talk and also share all the tips I used, and still use, to make better presentations. I get very happy when I see people overcoming these challenges and growing personally and professionally. Despite having changed a lot, I still set a personal challenge to always do something to take me out of my comfort zone in each and every talk. Sometimes it doesn&#8217;t have the expected effect, but at least I have one more funny story to tell.</p>\n<p>It&#8217;s been more than six years since the first meetup (there was even a <a href=\"https://www.youtube.com/watch?v=vhYqoPaRsPo\">commemorative video</a>) and throughout this time the WordPress community in Curitiba has held monthly events. I confess that it is not easy to maintain this consistency, but it is very rewarding!</p>\n<h2>From developer to WordPress content creator</h2>\n<p>I&#8217;ve always enjoyed reading technology newsletters, but there weren&#8217;t any specific to WordPress in Brazil. After much contemplation (and procrastination) I decided to create a newsletter that prioritized the spreading of content in Portuguese. And, on June 22, 2019, I published the Zero edition of <a href=\"https://www.painelwp.com.br/\">PainelWP</a> (content in portuguese). Since then, I&#8217;ve searched and published the main news, tutorials, tips, events, and WordPress jobs weekly. My main goal with the newsletter is to inspire more people to create content about WP in Portuguese.</p>\n<p>As I learn a lot from reading tutorials and articles, this year (2021), I also started writing content regularly about WordPress on <a href=\"https://www.danielkossmann.com/category/wordpress/\">my blog</a> (content in portuguese). One of the publications I&#8217;m doing on behalf of PainelWP is to write about <a href=\"https://developer.wordpress.org/reference/functions/\">how to use WordPress&#8217;s native PHP functions</a> (content in portuguese), with code examples. Writing regularly is quite challenging, but it&#8217;s very rewarding and I learn a lot. I recommend creating a blog and posting on it regularly to all professionals who want to improve their knowledge. One idea is to keep a record of what you are learning on the blog.</p>\n<p>In addition, all of this is published under the <a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.en\">Creative Commons BY-SA license</a>, almost an equivalent of free software license for content. I chose this license because it makes it easy for content to be shared and used, like the WordPress source code.</p>\n<h2>The Importance of the WordPress Community</h2>\n<p>I believe that the great advantage and differential of WordPress, in addition to the numerous plugins and themes available, is its community. Because it&#8217;s an open platform and makes it easy to create websites, it attracts people with very different technical levels and backgrounds. This diversity helps create an open space for exchange, where everyone has something different to teach.</p>\n<p>This creates a connection both online and in person. It&#8217;s very satisfying to meet people in person at community events. From these encounters, I&#8217;ve made several lasting friendships. These contacts also have helped me a lot professionally. I&#8217;ve received several job referrals from them and I&#8217;ve also referred several people.</p>\n<p>An important tip I&#8217;ve learned in the WordPress community is: every time you&#8217;re in a conversation circle during events, leave a free space for a new person to join the circle. This format is also called <a href=\"https://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">the Pac-Man Rule</a>.</p>\n<p>If you&#8217;re not yet part of the WordPress community, I recommend looking for a meetup in your city, or nearby, to join. There are also several community meetings online now, which is a great opportunity to exchange knowledge with people from other cities. Hope you&#8217;ve enjoyed my story and see you at the next meetup or WordCamp!</p>\n<h1 id=\"portuguese\">Histórias de um colaborador em série</h1>\n<p>Oi! Meu nome é Daniel Kossmann. Utilizo WordPress desde 2009, sou um dos organizadores da Comunidade de WordPress de Curitiba, criador da newsletter semanal PainelWP e escrevo regularmente sobre WP em meu blog pessoal. Esta é a minha história antes e depois de começar a participar da comunidade do WordPress do Brasil. Boa leitura!</p>\n<h2>Primeiros contatos com a internet</h2>\n<p>Desde criança já gostava bastante de computadores e videogames, mas a internet abriu um mundo totalmente novo para mim. Fiquei tão fascinado que aos 11 anos, por volta de 1998, lendo tutoriais e analisando códigos HTML criei o meu primeiro site (sobre James Bond, eu era um grande fã). Nesses primeiros anos, apesar de meus pais não entenderem direito o que eu fazia e porque passava tantas horas em frente ao computador, eles me apoiaram comprando livros e computadores.</p>\n<p>Aos poucos fui aprendendo mais sobre programação e criando meus próprios sistemas em ASP e depois em PHP. Como existiam poucos sites em português que ensinavam programação, criei vários sites que ensinavam outras pessoas a criarem sites e adicionar pequenas funcionalidades neles (como contadores, áreas de login, textos piscando, …). Nesta época, também cheguei a criar meu próprio gerenciador de conteúdo, que aceitava o envio de conteúdo por colaboradores através de um formulário e fazia a publicação automaticamente todos os dias em um determinado horário (com um contador no site avisando quando seria a próxima atualização). Isto pode parecer bem trivial hoje em dia, mas naquele tempo ainda não era nada comum. Esta foi uma época bem divertida, onde passei várias madrugadas aprendendo coisas novas e conversando com outras pessoas que tinham o mesmo interesse no IRC, na falecida rede Brasnet. Se você ficou curioso para saber sobre essa época, veja a <a href=\"https://belohorizonte.wordcamp.org/2016/daniel-kossmann-ferraz-automacao/\">entrevista que o WordCamp Belo Horizonte 2016 fez comigo</a>.</p>\n<h2>Primeiros contatos com o WordPress</h2>\n<p>Quando chegou a hora de escolher um curso superior, não tinha dúvidas que seria algo relacionado à computação. Então entrei no curso de Ciência da Computação na Universidade Federal do Paraná (UFPR). Durante a faculdade, também queria experimentar outras áreas e decidi criar um blog para escrever críticas de filmes. Procurando por uma plataforma que fosse fácil de publicar textos para que eu não tivesse que me preocupar com códigos (já via isso todo dia no meu curso), descobri o WordPress. Não demorou muito e em 2009 criei meu primeiro blog público sobre cinema, que depois de um ano se transformou no <a href=\"https://www.interrogacao.com.br/\">interrogAção</a>, um portal cultural sobre cinema, literatura e quadrinhos, com colaboradores de várias cidades do Brasil. Assim como nos meus primeiros sites de tutoriais, e conversas do IRC, muitas dessas pessoas eu só conhecia virtualmente, mas tínhamos um contato intenso de troca de conhecimento.</p>\n<p>Apesar do meu foco estar mais voltado para criação e editoração de conteúdo, comecei a aprender mais sobre como funcionava a criação de temas e funcionalidades no WordPress para poder personalizar o site. Em uma dessas pesquisas, descobri que iria acontecer um evento só sobre o WP na minha cidade. Mesmo não sabendo ainda muito sobre o sistema, decidi me inscrever para poder aprender mais.</p>\n<h2>Primeiro contato com a comunidade</h2>\n<p>O evento era o <a href=\"https://curitiba.wordcamp.org/2010/\">WordCamp Curitiba 2010</a> e ainda lembro do quanto fiquei impressionado por ele ser tão barato (acho que foi R$60 ou menos), oferecer tantos brindes e ter lanches. Os outros eventos de tecnologia que havia participado sempre custaram mais que o dobro e não ofereciam nem metade dessas coisas.</p>\n<p>As palestras foram ótimas e todo mundo era sempre muito gentil e disponível. Fiquei tão empolgado com tudo, que prometi para mim mesmo que iria ajudar na próxima edição e também tentar palestrar nela. Como não conhecia ninguém no evento, defini como desafio pessoal falar com pelo menos três pessoas (eu era extremamente tímido). Duas delas acabaram se tornando amizades de longa data.</p>\n<p>No final do evento, descobri que haveria uma continuação chamada WordCana. Mesmo não gostando de beber, decidi ir e foi sensacional! Lá, conheci mais de perto os palestrantes, organizadores e participantes do evento. Todos falando de igual para igual. E o fato de não beber, não influenciou em nada minha interação com as outras pessoas.</p>\n<h2>De participante para organizador do WordCamp</h2>\n<p>A promessa que fiz durante o evento deu certo! Menos de dois anos depois, estava ajudando a organizar a próxima edição, o <a href=\"https://curitiba.wordcamp.org/2012/\">WordCamp Curitiba 2012</a>. Nele também fiz <a href=\"https://wordpress.tv/2012/10/11/daniel-kossmann-ferramentas-livres-para-desenvolvimento-wordpress/\">minha primeira palestra pública</a>. Eu continuava sendo muito tímido e durante a palestra, fiquei tão nervoso que não conseguia deixar o microfone perto da boca. Por conta disso, mesmo em uma sala pequena, as pessoas tiveram dificuldades para me escutar. Mesmo assim, foi uma importante experiência de superação, que me ajudou a continuar querendo melhorar minhas habilidades de falar em público em futuras palestras.</p>\n<h2>De usuário para empreendedor</h2>\n<p>Desde criança sonhava em abrir minha própria empresa e como gostava de criar sites, quando me formei em 2011, não tive muitas dúvidas sobre qual seria meu próximo passo: abrir uma empresa que desenvolve soluções para a internet. Chamei ela de Spirallab, por conta da minha paixão por espirais e pensando em torná-la um laboratório para projetos criativos. No início não defini muito um foco e trabalhei com vários sistemas e linguagens de programação diferentes. Aos poucos percebi que a manutenção dessas diferentes soluções estava ficando muito trabalhosa. Decidi que deveria utilizar apenas uma única plataforma e escolhi o WordPress, porque era fácil de ser utilizado pelo cliente e permitia a criação de diversos tipos de sites.</p>\n<p>Esta decisão me permitiu aprofundar muito mais no sistema, fazendo com que criasse soluções melhores e mais rápidas de entregar para meus clientes. Conforme o tempo foi passando, também aumentei as opções de serviços oferecidos em volta da plataforma: suporte, manutenção, hospedagem otimizada para WordPress (na época era extremamente difícil achar algo assim), cursos e consultorias. Isto permitiu uma diversificação maior de clientes. Também possibilitou uma especialização na plataforma, conhecendo todos os aspectos que a envolviam.</p>\n<p>Mesmo sendo uma empresa pequena (nunca passou de 4 pessoas), fiz questão de encontrar maneiras de contribuir com a comunidade do WordPress. Afinal, eu estava conseguindo sustentar o negócio sem precisar pagar nenhum centavo para utilizar a plataforma. Por isso ajudei a patrocinar vários WordCamps e meetups. Isso criava uma situação curiosa: o nome da Spirallab ficava ao lado de outros patrocinadores que tinham 10 ou 50 vezes o tamanho dela. Ficava então me perguntando porque não haviam mais empresas fazendo o mesmo. As cotas desses patrocínios iniciavam com um valor bem baixo (muitas vezes em R$250). Se formos considerar o faturamento de uma empresa que utiliza o WP como solução principal, acredito que este custo (ou investimento) poderia ser facilmente adicionado ao planejamento anual. Gostaria muito que mais empresas, independente do tamanho, fizessem isso.</p>\n<p>Além disso, palestrei em vários meetups e WordCamps, onde compartilhei o que havia aprendido no meu dia a dia. Sempre foi (e ainda é) uma satisfação muito grande poder fazer estas contribuições. Durante os eventos eu distribuía um adesivo da minha empresa que tinha a ilustração de um alquimista digital (uma espécie de mago moderno). Por conta disto, e do meu visual (cabelo comprido e barba), acabei ganhando o apelido de o Mago do WordPress.</p>\n<p>Oito anos depois da fundação da Spirallab, decidi encerrar as atividades da empresa e iniciei um novo capítulo na <a href=\"https://www.pipefy.com/\">Pipefy</a> em 2019, onde trabalho atualmente como coordenador de desenvolvimento WordPress.</p>\n<h2>O retorno da Comunidade de WordPress de Curitiba</h2>\n<p>Depois do WordCamp 2012, a Comunidade de Curitiba ficou inativa. Mas a vontade de continuar com os eventos continuou na minha cabeça. Demorei três anos para dar o primeiro passo. Então entrei em contato com outras pessoas da comunidade brasileira que tinha conhecido no WordCamp, para saber o que era necessário para voltar a fazer os encontros (também chamados de <i>meetups</i>) em Curitiba. Por coincidência, descobri que mais três pessoas estavam querendo fazer o mesmo e começamos a planejar o evento através do Slack (software de bate papo em texto). Em menos de um mês, organizamos o <a href=\"https://www.meetup.com/pt-BR/wpcuritiba/events/224130389/\">primeiro evento, no dia 5 de agosto de 2015</a>. O mais interessante foi que conseguimos fazer tudo isso virtualmente. Só no dia do evento que nós nos encontramos pessoalmente pela primeira vez.</p>\n<p>Pela velocidade que conseguimos organizar este evento, pode parecer que já tínhamos experiência neste tipo de organização, mas na verdade não tínhamos muita (ou nenhuma) experiência como organizadores. Por isso, a primeira coisa que nos perguntamos foi: o que seria legal ter, caso fossemos participantes? E duas coisas se destacaram: ter comida e ser divertido. Então pedimos comida (pizza, pela praticidade) e tentamos fazer algo mais divertido e sem formalidades. Não queríamos aqueles eventos onde quase ninguém fala com ninguém e depois da palestra todos vão embora como se estivessem fugindo de algo.</p>\n<p>Para que ninguém se sentisse perdido, no início do meetup fizemos uma breve apresentação com slides, explicando o que é o evento e como ele é organizado, pedindo para cada um se apresentar. Essa estrutura se manteve durante todos os próximos eventos. Aos poucos fomos fazendo vários experimentos. Desde uma seção onde todos podiam compartilhar uma notícia, dica de tema ou plugin, até um espaço para classificados, onde as pessoas poderiam dizer se procuravam ou ofereciam determinado serviço. Entre os organizadores, sempre combinamos previamente dicas para serem compartilhadas, de forma a estimular outras pessoas a participarem. No começo poucas pessoas participavam, mas com o tempo, estes momentos acabaram se tornando uma parte importante do evento.</p>\n<p>Como eu era extremamente tímido, ficar em frente a várias pessoas para apresentar o meetup não era nada fácil. Ficava muito nervoso e acabava falando bem baixo, até gaguejando um pouco. Queria mudar isso e sabia que o único jeito era praticar. Acredito que o meetup é uma ótima oportunidade para isto, por ser um grupo pequeno de pessoas com um interesse em comum: aprender. Isso faz com que todos sejam mais receptivos, criando um ambiente seguro para participar de várias formas.</p>\n<p>Aliás, isto é algo muito importante para mim: tornar os eventos um ambiente onde todas as pessoas se sintam bem vindas e seguras para fazerem perguntas e compartilharem experiências. Por isso, sempre dou boas vindas para os novos participantes e os incentivo a participarem e conversarem com outras pessoas do evento. Às vezes, conto a história do meu primeiro WordCamp, onde me desafiei a conversar com três pessoas desconhecidas.</p>\n<p>Hoje em dia, apesar de continuar sendo uma pessoa mais quieta, não sou mais tão tímido e consigo falar em público sem tanta dificuldade. Por conta desta superação pessoal, sempre que possível, incentivo outras pessoas a darem sua primeira palestra e também compartilho todas as dicas que utilizei (e ainda utilizo) para fazer melhores apresentações. Fico muito feliz quando vejo pessoas superando essas dificuldades e crescendo pessoalmente e profissionalmente. Apesar de ter mudado muita coisa, ainda utilizo como desafio pessoal fazer sempre algo para me tirar da zona de conforto em cada palestra (às vezes não tem o efeito esperado, mas pelo menos tenho mais uma história engraçada para contar).</p>\n<p>Já se passaram mais de seis anos desde o primeiro meetup (teve até um <a href=\"https://www.youtube.com/watch?v=vhYqoPaRsPo\">vídeo comemorativo</a>) e desde lá a comunidade de WordPress de Curitiba faz eventos mensalmente. Confesso que não é nada fácil manter essa consistência, mas é muito gratificante!</p>\n<h2>De desenvolvedor para criador de conteúdo sobre WordPress</h2>\n<p>Sempre gostei muito de ler newsletters sobre tecnologia, mas não havia nenhuma específica de WordPress no Brasil. Depois de muito contemplar (e procrastinar), decidi criar uma newsletter que priorizasse a divulgação de conteúdo em português. E, em 22 de junho de 2019, publiquei a edição zero do <a href=\"https://www.painelwp.com.br/\">PainelWP</a>. Desde lá, semanalmente procuro e divulgo as principais notícias, tutoriais, dicas, eventos e vagas de WordPress. Meu principal objetivo com a newsletter é inspirar mais pessoas a criarem conteúdo sobre WP em português.</p>\n<p>Como aprendo muito lendo tutoriais e artigos, também comecei a escrever regularmente este ano (2021) no <a href=\"https://www.danielkossmann.com/category/wordpress/\">meu blog conteúdo sobre WordPress</a>. Uma das publicações que estou fazendo por conta do PainelWP é escrever semanalmente sobre como utilizar <a href=\"https://developer.wordpress.org/reference/functions/\">funções nativas em PHP do WordPress</a>, com exemplos de códigos. Escrever regularmente é bem desafiador, mas é muito gratificante e aprendo bastante. Recomendo a todos os profissionais que querem aprimorar seus conhecimentos, criar um blog e postar regularmente. Uma ideia é manter um registro do que você está aprendendo no blog.</p>\n<p>Além disso, tudo isso é publicado sob a <a href=\"https://creativecommons.org/licenses/by-sa/4.0/deed.pt_BR\">licença Creative Commons BY-SA</a>, quase um equivalente do software livre para conteúdo. Escolhi esta licença pois facilita que o conteúdo seja compartilhado e utilizado, assim como o código fonte do WordPress.</p>\n<h2>A importância da comunidade de WordPress</h2>\n<p>Acredito que a grande vantagem e diferencial do WordPress, além dos inúmeros plugins e temas disponíveis, é a sua comunidade. Por ser uma plataforma aberta e facilitar a criação de sites, ele atrai pessoas com vários níveis técnicos e históricos muito diferentes. Esta diversificação ajuda a criar um espaço aberto para trocas, onde cada um tem algo diferente para ensinar.</p>\n<p>Isto cria uma conexão que se dá tanto online quanto presencialmente. É muito gratificante encontrar pessoas pessoalmente em eventos da comunidade. A partir desses encontros, fiz várias amizades duradouras. Estes contatos também me ajudaram bastante profissionalmente. Já recebi várias indicações para serviços a partir deles e também já indiquei várias pessoas.</p>\n<p>Uma dica importante que aprendi na comunidade de WordPress é: toda vez que estiver em uma roda de conversa durante os eventos, deixe um espaço livre para que uma nova pessoa possa se juntar à roda. Este formato também é chamado de <a href=\"https://ericholscher.com/blog/2017/aug/2/pacman-rule-conferences/\">regra do Pac-Man</a>.</p>\n<p>Se você ainda não faz parte da comunidade de WordPress, recomendo procurar um meetup na sua cidade (ou próximo dela) para participar. Também há várias comunidades fazendo encontros online agora, que são uma ótima oportunidade de trocar conhecimento com pessoas de outras cidades. Espero que você tenha gostado da minha história e nos vemos no próximo meetup ou WordCamp!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2021 11:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Daniel Kossmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"WPTavern: WordPress, Blogging, and the Things We Are Thankful For\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126085\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:171:\"https://wptavern.com/wordpress-blogging-and-the-things-we-are-thankful-for?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-blogging-and-the-things-we-are-thankful-for\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4246:\"<p class=\"has-drop-cap\">On Saturday, one side of my family held our pre-Thanksgiving reunion. It had been two years since we were able to do it. I offered to host this year when our previous venue&rsquo;s loss threatened to sideline the event for yet another year. Needless to say, I was exhausted by the time my last cousin and his wife got in the car and drove off toward their home in south Alabama.</p>\n\n\n\n<p>Sunday, the day after, was the first relaxing day I had taken in weeks. But, I am not one for spending the entire day dedicated to watching TV &mdash; except when <em>Squid Game</em> was released.</p>\n\n\n\n<p>Dusting off my rarely-used personal blog, I began to pen an update post on my National Novel Writing Month progress. Instead of actually doing that, at least until later in the night, I looked over years of published blog posts.</p>\n\n\n\n<p>There is a rich history there, at least to me. My blog is a journal of my personal memories going back to 2003. For 18 years, I have been writing something, spitting out words into what can sometimes feel like an endless void. That na&iuml;ve 19-year-old kid who was just setting foot into the online world was not thinking he would still be doing the same thing all these years later. He was just blogging. It was one part an extension of the angst-ridden notebooks he had filled as a teen. It was another part of a new and exciting journey.</p>\n\n\n\n<p>For around an hour or so, I simply clicked and read and clicked and read. It is an extraordinary time to be alive, to take part in this moment in history where anyone from all over the world could live those same memories with me. And I can read their blogs. I can read about their hopes and dreams, view galleries of their pets, or catch up on their goals for the new year.</p>\n\n\n\n<p>This is one of the reasons I subscribe to people&rsquo;s personal blog feeds more so than news or development sites. At the end of the day, everything we do here is about people.</p>\n\n\n\n<p>I took a deep dive through my archives, caught up with some fun moments I had shared with the world, and read over some of my old WordPress development tutorials. I even scanned through my obsession with Marie Kond&#333;s tidying rules.</p>\n\n\n\n<p>I was only disappointed that there were many moments that I decided not to share. I perused some of the notes from unpublished drafts of various instances of #WPDrama, discussions where I decided to keep my thoughts to myself rather than rock the boat. I skipped over headlines for books I had read but never reviewed. I remembered some life-changing moments that I never bothered to even write a draft about.</p>\n\n\n\n<p>Aside from reminiscing over the past half of my life, I realized that my blog is older than many people who are just starting their own blogging journeys. WordPress, which also <a href=\"https://wptavern.com/happy-18th-birthday-wordpress\">turned 18 this year</a>, is older than its next generation of users.</p>\n\n\n\n<p>I also realized that I simply enjoy blogging. I had never given it much thought before &mdash; the <em>why</em> behind my continued participation in this artform. Perhaps it is because I have something I want to say from time to time. Maybe it is simply therapeutic. In the end, it might not matter. However, I am grateful that we have platforms like WordPress that allow us all to do it, regardless of our reasons.</p>\n\n\n\n<p>As we close shop for the week for some much-needed rest, I am making a note to read through the bookmarked blog posts I have not gotten around to (thank you to everyone who has shared). I want to dive into the backlog of personal blogs I have yet to catch up on. I always check out every Tavern commenter&rsquo;s website when they leave a URL in the form. I do not always get around to them immediately, but I have found many blogs that I genuinely enjoy reading this way.</p>\n\n\n\n<p>Heading into this year&rsquo;s U.S. Thanksgiving holiday, I am reminded of how fortunate I am to be a part of the WordPress community. It is a living, breathing ecosystem that has always remained true to its blogging roots. The platform allows millions of people to share their voices while owning their content.  That alone is something worth being thankful for.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 24 Nov 2021 00:05:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: WordPress 5.9 Revised Release Date Confirmed for January 25, 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=126003\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/wordpress-5-9-revised-release-date-confirmed-for-january-25-2022?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-revised-release-date-confirmed-for-january-25-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4210:\"<p>Last week WordPress 5.9&rsquo;s release leads found a consensus for <a href=\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022\">delaying the release</a> after missing the deadlines for Beta 1 due to significant blockers. At that time they proposed a schedule for moving forward, and that is now <a href=\"https://make.wordpress.org/core/5-9/\">confirmed</a>. Beta 1 is planned for November 30, 2021, with subsequent betas in December. RC 1 is scheduled for January 4, 2022, and the official release is anticipated on January 25.</p>\n\n\n\n<p>For the past decade, Matt Mullenweg&rsquo;s <a href=\"https://make.wordpress.org/core/2010/04/20/deadlines-are-not-arbritrary-theyre-a/\">deadlines are not arbitrary</a> philosophy has guided core development, preventing  releases from being delayed by the desire to squeeze in one more feature:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Deadlines are not arbitrary, they&rsquo;re a promise we make to ourselves and our users that helps us rein in the endless possibilities of things that could be a part of every release. </p></blockquote>\n\n\n\n<p>Deadlines make it possible for agencies, product developers, and hosting companies with millions of WordPress customers, to prepare for upcoming releases in a predictable way that ultimately enables more sites to update regularly. The situation with WordPress 5.9 is unique, because the effort involves shipping a set of interdependent features that also provide the foundation for a new way of theming.</p>\n\n\n\n<p>&ldquo;As the FSE features are very closely intertwined, removing some of its pieces would risk making the release unstable,&rdquo; 5.9 Core Tech Lead Tonya Mork said in a <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">post</a> announcing the new schedule. &ldquo;To avoid delivering a sub-optimal experience, moving fixes to a 5.9 minor or 6.0 was ruled out.&rdquo;</p>\n\n\n\n<p>Mork said the team considered punting full-site editing (FSE) and the Twenty Twenty-Two theme that depends on it to 6.0 but saw more benefit in shipping the collection of features sooner.</p>\n\n\n\n<p>&ldquo;The 6.0 release isn&rsquo;t due until April 2022&mdash;too long for the community to wait for them,&rdquo; Mork said. &ldquo;After processing this<a href=\"http://github.com/WordPress/gutenberg/issues/36556\">&nbsp;list of issues</a>,&nbsp;Core&nbsp;Editor team saw the features could ship in 5.9 with the revised schedule.&rdquo;&nbsp;</p>\n\n\n\n<p>Anne McCarthy, who is co-leading testing for the release, is in the trenches with FSE and wrote a <a href=\"https://nomad.blog/2021/11/23/why-i-voted-to-delay-wordpress-5-9/\">summary</a> of why she was proponent of delaying in this instance. She cited improved sustainability for contributors, and the value of users getting access to the whole suite of FSE features rather than smaller pieces, as factors in the decision.</p>\n\n\n\n<p>&ldquo;More specifically, if we were to push everything to 6.0, this would delay the Twenty Twenty-Two theme, hold back the launch of block themes in general, and delay a ton of user value in exploring ways to edit all parts of a site,&rdquo; McCarthy said.</p>\n\n\n\n<p>The decision to delay 5.9 to January 2022 has been met with positive feedback from all sides, and many following the progress have expressed their appreciation of the team&rsquo;s transparency throughout the decision-making process. It&rsquo;s reassuring to see the release leads acting in the interest of users and contributors, instead of forcing something half-baked forward. </p>\n\n\n\n<p>In the meantime, if you want a sneak peak of some newer features coming in 5.9, check out the video the release team <a href=\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\">published</a> today. It showcases the amazing flexibility of the upcoming Twenty Twenty-Two theme and how much more you can do with WordPress without having to change to a different theme. If you want to be part of the team making FSE better for everyone, jump in and <a href=\"https://make.wordpress.org/test/tag/fse-testing-call/\">start testing</a> the new features ahead of the beta release.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 23:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress.org blog: A Look at WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11625\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2021/11/a-look-at-wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2465:\"<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>WordPress 5.9 is expected to be a ground-breaking release. It will introduce the next generation of themes with <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">Twenty Twenty-Two</a> joining the fun and over 30 theme blocks to build all parts of your site. <a href=\"https://make.wordpress.org/core/5-9/\">In anticipation of the January 25th release</a>, we hope you enjoy this sneak peek of 5.9.</p>\n\n\n\n<p>New design tools will allow you to create exactly what you want, from adding filters to all your images to fine-tuning the border radius on all your buttons. With WordPress 5.9 providing more design control along with streamlined access to patterns, you can easily change the entire look and feel of your site without switching themes<strong>.</strong></p>\n\n\n\n<p>No matter what you’re editing, whether it&#8217;s crafting a new post or working on a header, improvements to List View make it simple to navigate content regardless of complexity. More improvements and features for everyone are to come in this release and we can&#8217;t wait to see what you create with WordPress 5.9! </p>\n\n\n\n<h2 id=\"stay-tuned\">Stay Tuned</h2>\n\n\n\n<p>Stay tuned for more updates as the date draws near. If you want to help, the best thing you can do is <a href=\"https://make.wordpress.org/core/handbook/testing/beta-testing/\">test everything</a>! For all the details, <a href=\"https://make.wordpress.org/core/2021/11/22/wordpress-5-9-revised-release-schedule/\">check out this Make Core post</a>.</p>\n\n\n\n<p><em>Video props: <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a> (also co-wrote the post) <a href=\"https://profiles.wordpress.org/michaelpick/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>michaelpick</a> <a href=\"https://profiles.wordpress.org/matveb/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>matveb</a> <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a> <a href=\"https://profiles.wordpress.org/javiarce/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>javiarce</a> <a href=\"https://profiles.wordpress.org/critterverse/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>critterverse</a> <a href=\"https://profiles.wordpress.org/joen/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joen</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 21:02:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Kelly Hoffman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: GoDaddy Data Breach Exposes 1.2 Million Active and Inactive Managed WordPress Hosting Accounts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125998\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:253:\"https://wptavern.com/godaddy-data-breach-exposes-1-2-million-active-and-inactive-managed-wordpress-hosting-accounts?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-data-breach-exposes-1-2-million-active-and-inactive-managed-wordpress-hosting-accounts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3389:\"<p>In a disclosure to the U.S. Securities and Exchange Commission (SEC) that was <a href=\"https://www.sec.gov/Archives/edgar/data/1609711/000160971121000122/gddyblogpostnov222021.htm\">published today</a>, GoDaddy announced a data security breach impacting its WordPress managed hosting customers. The company discovered unauthorized third-party access to its hosting environment on November 17, 2021, through an exploited vulnerability.</p>\n\n\n\n<p>GoDaddy&rsquo;s initial investigations show the attacker gained access using a compromised password beginning on September 6, 2021. Nearly every sensitive data point associated with hosting a WordPress website was compromised, including customer email addresses, admin passwords, sFTP and database credentials, and SSL private keys. GoDaddy published the following summary of data the attacker had access to for more than two months:</p>\n\n\n\n<ul><li>Up to 1.2 million active and inactive Managed WordPress customers had their email address and customer number exposed. The exposure of email addresses presents risk of phishing attacks.</li><li>The original WordPress Admin password that was set at the time of provisioning was exposed. If those credentials were still in use, we reset those passwords.</li><li>For active customers, sFTP and database usernames and passwords were exposed. We reset both passwords.</li><li>For a subset of active customers, the SSL private key was exposed. We are in the process of issuing and installing new certificates for those customers.</li></ul>\n\n\n\n<p>GoDaddy has more than 20 million customers but only the managed WordPress hosting accounts were affected by this breach. Looking further into the incident, <a href=\"https://www.wordfence.com/blog/2021/11/godaddy-breach-plaintext-passwords/\">Wordfence claims that GoDaddy was storing sFTP credentials as plaintext</a>, although GoDaddy has not officially confirmed it:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>GoDaddy stored sFTP passwords in such a way that the plaintext versions of the passwords could be retrieved, rather than storing salted hashes of these passwords, or providing public key authentication, which are both industry best practices.</p><p>We confirmed this by accessing the user interface for GoDaddy Managed Hosting and were able to view our own password&hellip;When using public-key authentication or salted hashes, it is not possible to view your own password like this because the hosting provider simply does not have it.</p></blockquote>\n\n\n\n<p>GoDaddy&rsquo;s stock tumbled after the SEC disclosure got picked up by major news organizations, finishing down&nbsp;5.25%. The company <a href=\"http://previous%20incidents:%20https://twitter.com/lenraleigh/status/1462974068588789769\">emailed its customers</a> to notify them that their accounts may have been compromised during the two months when the attacker had unauthorized access.</p>\n\n\n\n<img />\n\n\n\n<p>The incident has damaged customers&rsquo; trust and puts developers and agencies in an uncomfortable position if they are required to notify their customers about the breach. Impacted site owners will need to watch for malware, suspicious activity, and potential phishing attacks.</p>\n\n\n\n<p>Godaddy says it has already taken steps to further secure its provisioning system and is continuing its investigation with the help of an IT forensics firm and law enforcement.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Nov 2021 04:55:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WPTavern: How Do Post Formats Fit Into a Block Theme World?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:161:\"https://wptavern.com/how-do-post-formats-fit-into-a-block-theme-world?utm_source=rss&utm_medium=rss&utm_campaign=how-do-post-formats-fit-into-a-block-theme-world\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5899:\"<p class=\"has-drop-cap\">Over the weekend, Nick Bohle asked Ellen Bauer of Elma Studio <a href=\"https://twitter.com/nickbohle/status/1462231308697018373\">how post formats fit into the block-theming world</a>. The question was a proposal for her a WordPress theme and FSE <a href=\"https://twitter.com/i/spaces/1ZkJzbaDPVgJv/peek\">chat she held yesterday</a> via Twitter Spaces. I could not attend and see if Bauer touched on the subject, but the question is something I have given a lot of thought to not that long ago.</p>\n\n\n\n<p>Over the summer, I <a href=\"https://twitter.com/justintadlock/status/1407208677795373056\">tweeted out a screenshot</a> of an experiment around post formats. A part of me was trying to figure out if we could revive a dying feature, one I continue to use today.</p>\n\n\n\n<img />Aside post format archive.\n\n\n\n<p>I have been using post formats since before they were a thing. &ldquo;Asides&rdquo; were one of the precursors to the feature landing in WordPress. I wrote my first on my personal blog back in 2006. I had borrowed some code that WordPress cofounder Matt Mullenweg had <a href=\"https://ma.tt/2004/05/asides/\">posted two years earlier</a>. It was a concept he had borrowed from others.</p>\n\n\n\n<p>For me, it was a way to give a unique layout to quick posts and links without all the beefiness of a long-form article.</p>\n\n\n\n<p>In 2011, WordPress 3.1 launched with a new taxonomy. Users could choose between nine different formats for their posts, assuming their theme supported one or more of them. The goal was to allow theme authors to design custom layouts around each one.</p>\n\n\n\n<p>For much of the community, it felt like WordPress was chasing Tumblr&rsquo;s post content feature. The allure quickly wore off after it seemed to have hit a standstill beyond its initial release. Besides a few fixes and trivial enhancements under the hood, post formats never amounted to much.</p>\n\n\n\n<p>They have remained a niche feature over the years. A few theme authors still add in support. Some of us old-school bloggers who have been using them in some form or fashion are still hanging on. But, post formats have been dead for a long time.</p>\n\n\n\n<p>Therefore, I decided to try to make them work for block themes.</p>\n\n\n\n<p>One of the most frustrating things I encountered with post formats in this block-based theme project was how powerless I felt over making them work &ldquo;the old way.&rdquo; The dynamic nature of classic theming meant that I could switch post content templates out on pages that listed multiple posts. Query Loop and its inner Post Template block do not allow me to show a different template for a quote or gallery-formatted post, for example.</p>\n\n\n\n<p>This was frustrating because that part of the design process was out of my hands. If I wanted to do something as simple as show an entirely different design for an aside post within a mix of normal posts, I could not do so as the theme designer, at least not without doing some hacky workarounds.</p>\n\n\n\n<p>My &ldquo;light bulb&rdquo; moment was when I realized that it was OK to not have that control. I needed to get outside of the mindset that the design was mine and mine alone. That is viewing creation through a classic theming lens. My approach was wrong. Instead, I had to start thinking about how to hand over these design tools to the user.</p>\n\n\n\n<p>The question became: Can I create something that utilizes that original post format concept while giving users the freedom to do what they want?</p>\n\n\n\n<p>Then, it dawned on me. The following is the response I tweeted to Jeff Chandler, who had <a href=\"https://twitter.com/jeffr0/status/1407211205685661700\">asked if I thought post formats</a> would work as patterns:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I think of blocks themselves as an evolution of post formats. Video, audio, embeds (basically cool links), quotes, etc. Most of the elements are already there. Patterns just give users an easy way to insert various designs, which could build off those blocks.</p></blockquote>\n\n\n\n<p>Maybe post formats as they currently exist are dead. However, the idea of designing a layout around specific types of posts is very much alive.</p>\n\n\n\n<p>If users want to embed a single video into a post, it is just a matter of copying and pasting a link. To share a quote they found from their favorite author, they merely need to drop it into a Quote block. Other than chat posts (let&rsquo;s just gloss over those entirely), the concept of post formats has simply been replaced with blocks.</p>\n\n\n\n<p>However, theme authors still have a role to play. If all the elements for post formats have been essentially replaced by blocks themselves, that means designers can have a field day building patterns around them.</p>\n\n\n\n<img />Patterns built for post formats.\n\n\n\n<p>That led me to build off my original idea for asides, my favorite post format. Instead of offering a single design, I built three different patterns for users to choose from. End-users could mix and match how they appeared on the front end.</p>\n\n\n\n<p>I also built a custom <code>taxonomy-post_format-aside.html</code> template to showcase them on their archive page. It merely displayed the published date and the post content, which the user controls.</p>\n\n\n\n<p>I went back to the drawing board and built a quote pattern that I liked. Again, it would be up to the user whether they wanted that particular design. They could always go in a different direction.</p>\n\n\n\n<img />Quote block pattern and custom style.\n\n\n\n<p>In some ways, post formats were always limiting. The feature was never fleshed out, and there were only nine allowed formats. At the end of the day, each was merely a term within a taxonomy. There were never any rules about how it all was supposed to work. Maybe that is not such a bad thing. Now, posts can be anything users want them to be.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Nov 2021 23:57:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WordPress.org blog: Join us for State of the Word 2021, in person or online!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11611\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://wordpress.org/news/2021/11/join-us-for-state-of-the-word-2021-in-person-or-online/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1704:\"<p>As <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">previously announced</a>, State of the Word will be livestreamed from New York City. That means that you can join the fun either online or in person, on <a href=\"https://www.worldtimebuddy.com/?qm=1&lid=5128581,100&h=5128581&date=2021-12-14&sln=17-19&hf=0\">December 14, 2021, between 5 and 7 pm EST</a>!</p>\n\n\n\n<p>To join State of the Word 2021 online, check your Meetup chapter for a local watch party, or simply visit <a href=\"https://wordpress.org/news/\">wordpress.org/news</a>, where the livestream will be embedded.&nbsp;</p>\n\n\n\n<p>If you would like to participate in person in New York City, please request a seat by filling out the registration form by Sunday, November 28. Not all requests will receive a seat due to venue capacity, but everyone who requests one will receive further notification on Tuesday, November 30.&nbsp;</p>\n\n\n\n<p>In person attendees will be asked to show their COVID vaccination card at the venue entrance, and are expected to follow the safety measures in place. Because of these safety measures, there is a maximum of 50 attendees.&nbsp;</p>\n\n\n\n<div class=\"wp-container-61a4d60531e1d wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordcampcentral.survey.fm/request-a-seat-sotw-2021\">Request a seat</a></div>\n</div>\n\n\n\n<p>Whether you participate in person or online, we are so excited to see you on December 14! Don’t forget, State of the Word will be followed by a Question &amp; Answer session. If you have a question for Matt, you can send your question ahead of time to ask-matt@wordcamp.org, or ask during the event in the YouTube chat.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 22 Nov 2021 21:08:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Gutenberg Times: Creating a Poll Block for Gutenberg, Skins Are Back in Style, WordPress 5.9 in 2022 – Weekend Edition 193\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=19604\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://gutenbergtimes.com/creating-a-poll-block-for-gutenberg-skins-are-back-in-style-wordpress-5-9-in-2022-weekend-edition-193/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20455:\"<p>Howdy!</p>\n\n\n\n<p>I am back from our trip to Chicago. It is a fun city even when it&#8217;s cold. I took it as a  training run for our Christmas travels to Canada in about four weeks. One afternoon, we walked Michigan Avenue, The Bean and the sculpture and botanical garden in Millennium Park. Another afternoon, we visited the Shedd Aquarium. It is definitely worth a visit should you ever get to Chicago. Their exhibition space is vast and wonderful.  My favorite section was the <a href=\"https://www.instagram.com/p/CWJxgUnAS7j/\">Caribbean Reef </a>with the most colorful corals, algae and fish. The greatest joy was however to spend some quality time with my coworkers at Automattic, Tara King and Ryan Welcher. Turns out we all like beer and scuba diving. </p>\n\n\n\n<p>Now back to Gutenberg News, WordPress release and State of the Word. I had fun catching up on all the good vibe from the community. </p>\n\n\n\n<p>Stay warm, stay calm, be brave and wait for the signs.<sup>1</sup></p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n<p class=\"has-small-font-size\"><sup>1</sup> <em>Canadian Cree</em></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Monday, November 22nd, 2021 at 7pm ET / 00:00 UTC </strong> join us for WordPress Meetup organized by the group in Montclair, NJ. I will talk about <a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><strong>What is Full-Site Editing?</strong></a> and answer questions from participants. I am looking forward to seeing friends there and make new ones. </p>\n\n\n\n<a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><img /></a><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><em>RSVP and get the Zoom Link</em></a>\n\n\n\n\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#the-gutenberg-minute\">The Gutenberg Minute</a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-team-and-core-wordpress-updates\">Gutenberg Team and Core WordPress updates</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-11-9-and-11-9-1-has-been-released\">Gutenberg 11.9 and 11.9.1 has been released. </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#theme-builders-and-block-themes\">Theme Builders and Block Themes</a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-for-gutenberg-and-building-custom-blocks\">Developing for Gutenberg and Building Custom Blocks </a></li><li><a href=\"https://gutenbergtimes.com/feed/#gutenberg-for-site-builders-and-content-creators\">Gutenberg for Site Builders and Content Creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-events\">WordPress Events</a></li></ul></div>\n\n\n\n\n<h2 id=\"the-gutenberg-minute\">The Gutenberg Minute</h2>\n\n\n\n<p>As part of the WP Minute podcast, we record a minute of Gutenberg updates to be added to the show. Here is this week&#8217;s content. </p>\n\n\n\nGutenberg Minute November 2021  for this week&#8217;s <a href=\"https://thewpminute.com/pagedaddy/\">WPMinute </a>episode\n\n\n\n<ul><li><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">WordPress Theme Repository &#8211; List of Block Themes </a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/36332\">Update theme.json schema to refer to wp.org URL </a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/34843\">Add API to access global settings, styles and stylesheet </a></li><li><a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\">Call for Testing: Site Editing Safari</a></li></ul>\n\n\n\n<p>Big Thank You to Matt Medeiros for including the segment every month. </p>\n\n\n\n<p><em>Updates: The Full-Site Editing will come to WordPress 5.9, however not on December 14th. There are now 28 block themes in the WordPress repository. </em></p>\n\n\n\n<h2 id=\"gutenberg-team-and-core-wordpress-updates\">Gutenberg Team and Core WordPress updates</h2>\n\n\n\n<p>The Beta 1 for WordPress 5.9 release has been moved to November 30th, 2021, due to not enough time to fix FSE interface issues for users. This also moves the date for the final release to January 2021. The new proposed schedule has January 25th, 2021 as release date. </p>\n\n\n\n<ul><li><strong>Tonya Mork</strong>, Core Tech Release lead posted <a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">more details on the Make Core blog.</a></li><li><strong>Robert Anderson</strong>, Editor Tech Release lead, posted <a href=\"https://github.com/WordPress/gutenberg/issues/36556\">the list of pending issues and blockers</a>. </li><li><strong>Sarah Gooding</strong> posted <a href=\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022\"><strong>WordPress 5.9 Delayed Until January 2022</strong></a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>If you want to assist in testing Beta and release candidate versions, <strong><a href=\"https://twitter.com/courtneyr_dev\">Courtney Robertson</a></strong>, held a panel discussion  with Core Contributors George Mamadashvili, Andy Fragen and yours truly on the various options to test upcoming versions. The recording is available now <a href=\"https://www.godaddy.com/garage/gutenberg-how-to-test-the-latest-updates/\"><strong>Testing the latest features in WordPress</strong></a> with resources and links. </p>\n\n\n\n<p>After the Beta 1 release, you only need to install the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> and set it to c<em>hannel</em> <strong>Bleeding Edge</strong> and <em>stream </em><strong>Beta/RC Only</strong>. </p>\n\n\n\n<img />Setting <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester Plugin</a> for testing Beta and Release Candidates during the release cycle of an new WordPress version. \n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h3 id=\"gutenberg-11-9-and-11-9-1-has-been-released\">Gutenberg 11.9 and 11.9.1 has been released. </h3>\n\n\n\n<p>Just before the <em>Feature Freeze</em> of the WordPress 5.9 release cycle, Gutenberg 11.9 was released. <a href=\"https://twitter.com/andrewserong\"><strong>Andrew Serong</strong></a> published the release notes in <strong><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">What’s new in Gutenberg 11.9.0 (10 November)</a></strong>.</p>\n\n\n\n<p><strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> posted the details as well: <a href=\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\"><strong>Gutenberg 11.9 Focuses on Navigation Menus and Block Theming</strong></a></p>\n\n\n\n<p>In&nbsp;<strong><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-55-gutenberg-11-9-wordpress-5-9-navigation-block/\">Gutenberg Changelog newest episode (#55)</a></strong>,&nbsp;<strong><a href=\"https://twitter.com/gziolo\">Grzegorz (Greg) Ziolkowski</a> </strong>and I discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise guest: <strong><a href=\"https://twitter.com/riadbenguella\">Riad Benguella.</a></strong> Listen in and <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><em><strong>write us a review.</strong></em></a></p>\n\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  </p>\n\n\n\n\n<h2 id=\"theme-builders-and-block-themes\">Theme Builders and Block Themes</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/ellenbauer\">Ellen Bauer</a> </strong>wrote an <strong><a href=\"https://www.elmastudio.de/en/theme-json-for-wordpress-block-themes-explained/\">Introduction to Theme.json</a></strong> and explained how the  configuration choices work together to manage a build a block theme, like Aino and can be used in Classic themes as well. Bauer also invites you to a Twitter Spaces conversation on November 21, 2021 at 2pm to the <strong><a href=\"https://twitter.com/i/spaces/1ZkJzbaDPVgJv?s=20\">WordPress FSE &amp; block theme chat</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his article <a href=\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\"><strong>“Skins” Are Back in Style, Proposal for Themes To Bundle User-Selectable Design Variations</strong></a>, Justin Tadlock commented on a Proof of Concept by Riad Benguella, who explored &#8220;a way for extenders to offer multiple global styles variations and the user would be able to pick up one of the variation for its site.&#8221; (<a href=\"https://github.com/WordPress/gutenberg/pull/35619\"><em>on Github</em></a>). </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/critterverse\">Channing Ritter</a></strong> also experimented and explored the possibility of <a href=\"https://critterverse.blog/2021/11/10/a-global-styles-switcher/\">switching out different style settings within the Global Styles panel</a>. In the comments, Ritter mentioned that a feature like that could make it fairly quickly into the Gutenberg plugin for users to test. </p>\n\n\n\n<h2 id=\"developing-for-gutenberg-and-building-custom-blocks\">Developing for Gutenberg and Building Custom Blocks </h2>\n\n\n\n<p>The latest Decode Podcast episode is titled <strong><a href=\"https://developers.wpengine.com/podcast/9511712\">Gutenberg with Jason Bahl</a>.</strong>  <strong>Kellen Mace</strong> and <strong>Will Johnston</strong>, talked to <strong><a href=\"https://twitter.com/jasonbahl\">Jason Bahl</a></strong>, creator and maintainer of <a href=\"https://www.wpgraphql.com/\">WPGraphQL</a> plugin and ecosystem,  about the benefits of Gutenberg, what&#8217;s lacking in Gutenberg&#8217;s current implementation, and what implementations exist for rendering Gutenberg in headless WordPress.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/mattwatsoncodes\">Matt Watson</a></strong> shared his experience in <a href=\"https://wpowls.co/articles/creating-a-custom-block-for-wp-owls/\"><strong>Creating a Custom Block for WPOwl</strong></a>. The task was a Link block displaying and image a text blurb and a URL. Watson then described his implementation journey and covers these steps: </p>\n\n\n\n<ul><li>Building a Reusable Block, </li><li>Convert it to a Block Pattern</li><li>Why use a Block instead of a Pattern</li><li>Create a Block WordPress Script</li><li>Write the edit.js and save.js functions </li><li>Create Block Styles and Variations. </li></ul>\n\n\n\n<p>The final block is now used on the <a href=\"https://wpowls.co/wpowls-60/\"><em>WPOwls newsletter.</em></a> You can study the <a href=\"https://github.com/wholesomecode/wp-owls-owl-link\">code via the public GitHub repository</a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Editor <strong><a href=\"https://twitter.com/palmiak_fp\">Maciek Palmowski</a></strong> announced the <a href=\"https://wpowls.co/the-owl-link-challenge/\"><strong>WPOwls Challenge </strong></a>for the WordPress community to build a similar block with different tools. Besides the version built as Block Patterns and Native Custom Blocks (ReactJS) they already have versions built with ACF Blocks, and via Block Builder plugin. There are other tools available, for instance you could us <a href=\"https://wordpress.org/plugins/genesis-custom-blocks/\">Genesis Custom Blocks</a> or <a href=\"https://wordpress.org/plugins/lazy-blocks/\">Lazy Blocks</a> or a <a href=\"https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/creating-dynamic-blocks/\">Dynamic Block</a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/ryanwelcher\">Ryan Welcher</a></strong> live-coded again this week. He walked us through the first part of <a href=\"https://www.youtube.com/watch?v=G6sxo9tpRvA\">Creating a Poll Block for Gutenberg</a> using <a href=\"https://react-google-charts.com/\"><em>React Google Charts</em></a> and the native <em><a href=\"https://developer.wordpress.org/block-editor/getting-started/create-block/\">WordPress Create Block</a></em> script. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/joe_hoyle\">Joe Hoyle</a></strong>, co-founder and CTO of HumanMade, published an experimental library to render custom Gutenberg blocks built in React (front-end) on the server (using PHP V8JS).  Hoyle wrote in the Readme file of the <a href=\"https://github.com/humanmade/block-editor-ssr\"><strong>repository Block Editor SSR</strong></a> &#8220;Building blocks that will render as a React-app on the front end has many possible architectures and solutions. Block Editor SSR expects blocks to be built in a&nbsp;<em>certain</em>&nbsp;way (the way that made most sense to me). Before detailing how Block Editor SSR will server-render and hydrate your custom React block, first let&#8217;s go over how building custom blocks in React (front end) is expected to go.&#8221;</p>\n\n\n\n<h2 id=\"gutenberg-for-site-builders-and-content-creators\">Gutenberg for Site Builders and Content Creators</h2>\n\n\n\n<p><a href=\"https://twitter.com/kathyzant\"><strong>Kathy Zant,</strong></a> new product marketing manager for KadenceWP, <a href=\"https://www.kadencewp.com/blog/introducing-kadence-conversions/\"><strong>introduced the new premium plugin, Kadence Conversation</strong></a>, as a no-code interface to create lightweight and performant popups, modals, slide-ins, and banners for your site. At the time of this post, the plugin is available via Black Friday sale at 40% off. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In his tutorial, <strong><a href=\"https://twitter.com/scruffian\">Ben Dwyer</a></strong> explains how to use the plugin <strong><a href=\"https://themeshaper.com/2021/11/17/create-a-blockbase-child-theme/\">Create A Blockbase Child&nbsp;Theme</a></strong>  and employ the existing tools to modify a Blockbase theme, and then export a bundle of templates and theme.json as a new child theme. <a href=\"https://wptavern.com/automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes\"><em>Justin Tadlock wrote about it, too.</em></a> </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><em>Block Theme No 28 </em>was added to the WordPress Theme repository. <strong><a href=\"https://twitter.com/justintadlock\">Justin Tadlock</a></strong> took it out for a spin and shared his findings: <a href=\"https://wptavern.com/wowmall-a-free-experimental-woocommerce-block-theme\"><strong>Wowmall: A Free Experimental WooCommerce Block Theme</strong></a>. Tadlock wrote: &#8220;For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns.&#8221;</p>\n\n\n\n<h2 id=\"wordpress-events\">WordPress Events</h2>\n\n\n\n<p><strong>November 22, 2021 &#8211; 7pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/\" rel=\"nofollow\">Meetup Montclair, New Jersey</a></strong><br /><strong>What is Full-Site Editing?</strong> w/ Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>November 23, 2021 &#8211; 10:00 am EST / 15:00 UTC</strong><br /><strong><a href=\"https://www.meetup.com/wordpress-social-learning/events/282149151/\">WordPress Social Learning</a></strong><br /><strong>Discussion: Discovering theme.json for WordPress themes</strong> with Daisy Olson</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>November 27th, 2021</strong><br /><strong><a href=\"https://saopaulo.wordcamp.org/2021/\">WordCamp São Paulo</a></strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 11 + 12, 2021</strong><br /><a href=\"https://taiwan.wordcamp.org/2021/\"><strong>WordCamp Taiwan</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>December 14th, 2021 &#8211; 5:00 pm ET / 22:00 UTC</strong><br /><strong><a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">WordPress News</a></strong><br /><strong>State of The Word w/ Matt Mullenweg</strong> + Q &amp; A</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>February 4+5, 2022<br /><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, AL</a></strong><br />Call for Sponsors and Speakers are open now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>March 4th, 2022 all day<br /><a href=\"https://www.wordfest.live/2022/march/\">WordFest 2022</a></strong><br />a 24-hour festival of WordPress. <a href=\"https://www.wordfest.live/2022/march/call-for-speakers/\">Call for Speakers is open</a>. Deadline Dec 6th, 2021. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p><a href=\"https://www.flickr.com/photos/13998657@N02/18526571462\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://www.flickr.com/photos/51035555243@N01/38744499\" target=\"_blank\" rel=\"noreferrer noopener\"></a>Featured image: <a href=\"https://americanart.si.edu/artwork/baby-blocks-112064\">&#8220;Baby Blocks&#8221;&nbsp;by&nbsp;Bessie Ely&nbsp;is licensed under&nbsp;CC0 1.0</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 20 Nov 2021 06:42:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WPTavern: Automattic Theme Team Releases a Plugin To Build Blockbase Child Themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125905\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:207:\"https://wptavern.com/automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes?utm_source=rss&utm_medium=rss&utm_campaign=automattic-theme-team-releases-a-plugin-to-build-blockbase-child-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4388:\"<p class=\"has-drop-cap\">On Wednesday, Ben Dwyer <a href=\"https://themeshaper.com/2021/11/17/create-a-blockbase-child-theme/\">announced a new block-based plugin</a> on the Theme Shaper blog. The Automattic Theme Team had built a <a href=\"https://github.com/Automattic/create-blockbase-theme\">child theme creator</a> for its Blockbase WordPress parent theme.</p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/blockbase/\">Blockbase</a> has quickly started filling the role of Underscores, a starter that many developers used to create custom themes in the classic era. For block templating and global styles, something fresh was needed. It is both a launchpad and educational tool for theme authors who want to test the block theme waters.</p>\n\n\n\n<p>The approach is different now than in the past. Instead of using Blockbase as a customizable starting point, which is still a valid use case, the Automattic Theme Team is leaning far more heavily into child theming. It is a single parent to raise a legion of children, and the family has grown at a rapid pace. Since releasing Blockbase on WordPress.org, the team has already launched five child themes for it. Their <a href=\"https://github.com/Automattic/themes\">themes repo on GitHub</a> shows several others in progress.</p>\n\n\n\n<p>With the talent in the team&rsquo;s arsenal and the Create Blockbase Theme plugin at hand, they could spit out design after design after design. Of course, the child themes might begin to lose some of their flavor if the team moved too fast.</p>\n\n\n\n<p>Dwyer created a custom theme called Typewriter, which is downloadable via the announcement post. For my test, I did not go quite as far with customization and relied on one of the pre-existing color schemes from Blockbase.</p>\n\n\n\n<img />\n\n\n\n<p>I primarily wanted to get a feel for how the tool worked. After a bit of tinkering, I had something that still felt much like its parent with some simple changes.</p>\n\n\n\n<p>To use the plugin, users must install and activate the Blockbase theme. Until WordPress 5.9 is released, the Gutenberg plugin is necessary too. Currently, there are two places to make stylistic changes. The first is in the site editor. I made some adjustments to the header template part and index template. I also changed a few global styles.</p>\n\n\n\n<img />Customizing the index template and global styles.\n\n\n\n<p>The second place to modify the theme&rsquo;s design is via the customizer, which Blockbase enables (it is not accessible by default with block themes). The long-term goal should move all of these extra customizations to the site editor when it handles all the necessary use cases, such as a <a href=\"https://wptavern.com/proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first\">web fonts API</a>.</p>\n\n\n\n<p>After switching the color scheme and selecting a couple of custom fonts, I had everything in place.</p>\n\n\n\n<img />Selecting a custom font.\n\n\n\n<p>After I had all the customizations I wanted, I headed over to Appearance &gt; Create Blockbase Theme in the admin. The page has a handful of fields to fill in &mdash; just basic theme info. Once I was finished, clicking the &ldquo;Create Blockbase Theme&rdquo; created a downloadable ZIP file.</p>\n\n\n\n<img />Generating a Blockbase child theme.\n\n\n\n<p>Everything worked. The only issue I ran into was with the theme folder slug when using a multi-word theme name. <code>Tavern Test</code> became <code>tavern_test.zip</code>. It is standard practice to hyphenate theme folders instead of using an underscore to separate multiple words.</p>\n\n\n\n<p>The plugin does add a blank <code>screenshot.png</code> file. Creators will want to change that if they intend to publicly release their custom child theme.</p>\n\n\n\n<p>This is the sort of future I have long imagined for the WordPress theme space, one that can empower anyone to create designs of their own. It is a future where an end-user, even a non-coder, can tinker around for a while, export whatever they have built, and share it with others.</p>\n\n\n\n<p>We are not at that point with WordPress itself. The site editor currently allows users to export their templates. However, I hope that this same functionality is extended to exporting a fully-installable parent or child theme in the future. The basis of democratizing design means that everyone can give it a go without learning to code.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2021 23:42:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WPTavern: WordPress 5.9 Delayed Until January 2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"https://wptavern.com/wordpress-5-9-delayed-until-january-2022?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-9-delayed-until-january-2022\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6511:\"<img />photo credit: <a href=\"https://flickr.com/photos/bionicteaching/5948497535/in/photolist-a4DB5k-ddR7m6-2hY62pS-2j1SNKo-2gVgBDF-2iQKbJz-2mpRzg5-o5uNv-2kZXTrc-2kaA4cG-2ipXyyx-2i1FMBL-2hczLX3-2gVikgB-2kHAzjL-2gNm6zQ-4FqcGi-7GRAo8-2gNkmv2-2gNkms1-2m7Fjzj-2hy98BL-2iABt8S-2jcVFsu-R46BYR-atjfJF-cJjJXb-2jNysNx-2kRrhRt-RaqGFB-2hzjuNi-2hxXktV-2hzoRjj-2hy7SMX-2hYCngf-2g5DqMg-2eq7vbd-Fi1aN3-Q9DhTa-2hzp4eS-2hxJzsN-j1RYuM-RNKgg5-2kNMrwW-TAdgqb-rPgJLf-2cw8mMR-2gNm6Dc-2j4c5D2-2hdmx5p\">Tom Woodward</a>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/17/wordpress-5-9-beta-1-delayed/\">WordPress 5.9 has been delayed</a> due to significant blockers that could not be resolved in time for Beta 1, which was previously <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\">scheduled</a> to be released November 16. The 5.9 release team came to the decision after a lengthy deliberation on the impact a delay will have on users and contributors. </p>\n\n\n\n<p>Robert Anderson, Editor Tech Lead for 5.9, published <a href=\"https://github.com/WordPress/gutenberg/issues/36556\">a summary of the blockers</a> that were found while testing full-site editing in&nbsp;core&nbsp;this week. They are identified as either blockers for beta 1 or blockers for 5.9.</p>\n\n\n\n<p>&ldquo;Historically (and even in the linked post), &lsquo;<a href=\"https://make.wordpress.org/core/2010/04/20/deadlines-are-not-arbritrary-theyre-a/\">deadlines are not arbitrary</a>&lsquo; has referred to the ability to cut features that aren&rsquo;t quite ready yet, and include them in a future release,&rdquo; Gary Pendergast commented on the post announcing 5.9 beta 1 as delayed. &ldquo;Are there particular reasons for why this philosophy has been re-interpreted?&rdquo;</p>\n\n\n\n<p>Tonya Mork, Core Tech Lead for the 5.9 release, responded with an explanation that FSE is going to have to be a package deal. </p>\n\n\n\n<p>&ldquo;Removing those areas that need fixing were ruled out as they are too intertwined into FSE and would make it unstable,&rdquo; Mork said. &ldquo;Punting fixes was ruled out as these meant delivering a &lsquo;half-baked&rsquo; experience.</p>\n\n\n\n<p>&ldquo;The choice is between shipping these major features in 5.9 with a delay or moving these major features to 6.0 to ship in the spring.</p>\n\n\n\n<p>&ldquo;Impacts were assessed. Shipping these major features sooner than later were determined to be more beneficial with less impact.&rdquo;</p>\n\n\n\n<p>Others commenting on the post shared concerns about the features possibly being rushed after seeing the list of blockers.</p>\n\n\n\n<p>&ldquo;My initial reaction when reading the&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/36556\">Overview of WP 5.9 pending issues and blockers</a>&nbsp;-issue on&nbsp;Gutenberg&nbsp;repository was &lsquo;holy smokes, there are so many open issues and blockers,\'&rdquo; Timi Wahalahti said.</p>\n\n\n\n<p>&ldquo;Nevertheless, from the viewpoint of a developer working in an agency and having 150+ client sites to look after, I do have similar concerns that Gary and Addison (in the Gutenberg repo issue) have already shared about rushing features out. After seeing the&nbsp;blocker&nbsp;list and reading how new major features are still under works, I&rsquo;d be very uncomfortable on updating to 5.9 after releasing it, knowing that some features were probably finished in a hurry.&rdquo;</p>\n\n\n\n<p>Contributors on GitHub cautioned that the new flows for FSE features have not been adequately tested and should not be shipped just days after landing major changes. </p>\n\n\n\n<p>&ldquo;I think there are some large red flags here that some things are not ready for 5.9,&rdquo; Gutenberg contributor Addison Stavlo said. &ldquo;Overall, it seems like right now we are rushing things in a dangerous way. We targeted 5.9 as the release for these items in core but too many things are just not ready, hence the rushing to change so many things at the last minute. Wouldn&rsquo;t it be better to miss the expected target date than to rush potentially regrettable decisions and brand new flows into core WP at the last minute?&rdquo;</p>\n\n\n\n<p>The new proposed schedule, which has not yet been officially confirmed, is as follows:</p>\n\n\n\n<ul><li>Nov 30 &ndash; Beta 1 (2 weeks from now)</li><li>Dec 7 &ndash; Beta 2</li><li>Dec 14 &ndash; Beta 3</li><li>Dec 21 &ndash; Beta 4 (optional)</li><li>Jan 4 &ndash; RC 1 (5 weeks from Beta)</li><li>Jan 11 &ndash; RC2</li><li>Jan 18 &ndash; RC 3</li><li>Jan 25 &ndash; Release date</li></ul>\n\n\n\n<p>At the time of publishing, all 18 contributors who weighed in on <a href=\"https://wordpress.slack.com/archives/C02JUSF02TT/p1637262875087500\">a poll in the 5.9 release leads slack channel</a> are in favor of the proposed new schedule. More blockers are being resolved and should continue throughout the weekend, but the delay to Beta 1 makes it inevitable that the stable release will be pushed back to January.</p>\n\n\n\n<p>The remaining consideration is whether or not FSE will be on track for inclusion in 5.9 or if it will need to be shipped in 6.0.</p>\n\n\n\n<p>&ldquo;If for some reason progress does not advance on track or something unknown / unexpected happens to cause further delays, then FSE features and TT2 theme are at risk to be punted to 6.0,&rdquo; Mork told the Tavern. The team is working to put safeguards in place to protect the release from further delays.</p>\n\n\n\n<p>&ldquo;FSE is a collection of features with some that are interconnected,&rdquo; WordPress 5.9 Testing Co-Lead Anne McCarthy said. &ldquo;This release includes a selection that are interconnected including Styles, Block theme flows, Navigation Block, etc. In order for them to really shine, it makes the most sense for them to be released together, making it hard to just delay shipping one. They need more time to be refined in order to be shipped&nbsp;<em>together</em>.&rdquo;</p>\n\n\n\n<p>The release team plans to publish an update on Monday with confirmation of the schedule moving forward. McCarthy noted that contributions have been lower this year, which has contributed to the delay.</p>\n\n\n\n<p>&ldquo;We need to recognize the very Human situation we&rsquo;re in right now both in terms of larger cultural moments coming up with various holidays/celebrations and the reality of still being in the midst of a pandemic,&rdquo; McCarthy said. &ldquo;Delaying provides sustainability to get this release right without potentially burning out the remaining contributor base.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2021 23:07:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: BuddyPress 10.0.0 Beta 1 Delayed, Stable Release Rescheduled for December 24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125869\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/buddypress-10-0-0-beta-1-delayed-stable-release-rescheduled-for-december-24?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-10-0-0-beta-1-delayed-stable-release-rescheduled-for-december-24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2662:\"<p>The upcoming BuddyPress 10.0.0 beta 1 release was scheduled for November 20, but contributors have decided to <a href=\"https://bpdevel.wordpress.com/2021/11/18/bp-dev-chat-summary-november-17-2021/\">postpone the beta</a> by two weeks, due to lack of time for adequately testing recent improvements to the planned features. The stable release has been rescheduled for December 24. This version will <a href=\"https://buddypress.trac.wordpress.org/ticket/8318\">require WordPress &gt;=&nbsp;5.4</a>. </p>\n\n\n\n<p>The delayed beta gives BuddyPress plugin developers more time to update the way they add custom tabs in admin screens, as version 10 will make changes to&nbsp;the layout of the Settings and Tools Administration screens. A short tutorial for <a href=\"https://bpdevel.wordpress.com/2021/11/17/buddypress-admin-tabs-will-look-different-in-10-0-0/\">how to update custom tabs</a> was published in a recent BP dev note.</p>\n\n\n\n<p>Version 10 will add a new <a href=\"https://buddypress.trac.wordpress.org/ticket/8582\">site membership requests</a> feature, which changes the registration process so that a site admin must manually approve requests. Approval sends an email to the user with a link to activate their account. Administrators can turn the feature on by disabling &ldquo;Anyone can register&rdquo; and enabling membership requests. Improvements to site membership requests are still under review and need more testing, which was one factor in the decision to postpone beta 1.</p>\n\n\n\n<p>Contributors are also still working on <a href=\"https://buddypress.trac.wordpress.org/ticket/8581\">extending no content activities with images and call of actions</a>, a feature that needs some refinement to the initial approach.</p>\n\n\n\n<p>Unrelated to the postponed beta schedule, BuddyPress contributors are now discussing a proposal regarding the core BP blocks.</p>\n\n\n\n<p>&ldquo;I was thinking we should probably stop adding blocks to BP Core and instead create standalone blocks into the WordPress plugins directory,&rdquo; BuddyPress core developer Mathieu Viet said during the most recent dev chat. </p>\n\n\n\n<p>One advantage of not packaging them with BuddyPress is that they can be updated independently of core updates, which happen less frequently. One contributor, Varun Dubey, noted that this will increase the number of active plugins on sites and suggested the team consider bundling them in a block collection plugin instead. Anyone with a strong opinion on the matter is encouraged to share it as a comment on the most recent <a href=\"https://bpdevel.wordpress.com/2021/11/18/bp-dev-chat-summary-november-17-2021/\">BP Dev Chat summary post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2021 05:03:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Post Status: The Open Web Manifesto\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://poststatus.com/?post_type=mn_rocks_news&p=89816\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://poststatus.com/news/the-open-web-manifesto/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:693:\"<p>Accessibility, Creatibility, and Connectibility — these are the three things that define the Open Web in its ideal state. It can be accessed by everyone, anyone can freely create on it, and the communities that form there can sustain themselves and grow. WordPress is critical to the Open Web as an indicator of its health, an ecosystem for business growth, and a path for people to contribute to the health, growth, and future of the Open Web. We want to guide, connect, and elevate our members — WordPress businesses and professionals — as they grow. And we want to make sure we share, nurture, and replenish the common resource we have in the Open Web. <strong><br />\n</strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Nov 2021 00:44:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jonathan Wold\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"WPTavern: Donate to Big Orange Heart, Become a Self-Proclaimed Winner in the WP Builds WordPress Awards 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125645\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"https://wptavern.com/donate-to-big-orange-heart-become-a-self-proclaimed-winner-in-the-wp-builds-wordpress-awards-2021?utm_source=rss&utm_medium=rss&utm_campaign=donate-to-big-orange-heart-become-a-self-proclaimed-winner-in-the-wp-builds-wordpress-awards-2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5730:\"<p class=\"has-drop-cap\">Flipping the usual <del>popularity contests</del> <em>WordPress-related award systems</em> on their heads, Nathan Wrigley has created something where we can all be a winner. What started as a joke to crown his WP Builds podcast as the best quickly took a positive turn that has seen several charitable donations in the past week or so.</p>\n\n\n\n<p>The awards &ldquo;contest&rdquo; is simple. Anyone can donate the minimum amount of $10 to <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a> and show their receipt via the submission form.  They can then create a new award category for the <a href=\"https://wpbuilds.com/wp-builds-wordpress-awards-2021/\">WP Builds awards page</a> and claim themselves as the sole winner. There are 27 days remaining to enter.</p>\n\n\n\n<img />Awards page and submission form.\n\n\n\n<p>While I certainly want to be charitable, I saw this as an opportunity to crown myself as the Best WordPress Halo Player in 2021. I have already won, so no one can dispute it.</p>\n\n\n\n<p>In all seriousness, Big Orange Heart is a worthy cause in which to donate, regardless of whether you claim your award. The charity organization focuses on mental and physical health for remote workers. It offers coaching, mentoring, workshops, and other resources to over 14,500 members.</p>\n\n\n\n<p>&ldquo;So I really did not come up with this,&rdquo; said Wrigley. &ldquo;It was an accident. I saw a few posts about a variety of awards polls (both inside WordPress and outside too), and I thought that it would be funny to create an Awards poll of my own. It had only one question, which was &lsquo;Best Podcast called WP Builds&rsquo; and there was only one option to choose from, which was, <em>erm</em>&hellip;WP Builds. I thought that this was enormously funny because somewhat humorless dad jokes are the level that I&rsquo;m on.&rdquo;</p>\n\n\n\n<p>He then <a href=\"https://twitter.com/wpbuilds/status/1458387183283458056\">posted on Twitter</a> and got 30 votes for the joke award poll in which his podcast could be the only winner.</p>\n\n\n\n<p>&ldquo;A day later, I got a <a href=\"https://twitter.com/pootlepress/status/1458431706243997702\">tweet from Jamie Marsland</a> of PootlePress who said (jokingly, I expect) that he&rsquo;d give me &pound;10 if I would add a new question of &lsquo;Best WordPress Tennis Player&rsquo; and him as the only possible winner. Now, I know nothing about tennis (or WordPress, if the truth be known), and so I thought about this for a moment. I imagined all of the things that I would do with Jamie&rsquo;s &pound;10. The new Bond film at the cinema, some new tennis balls, a billionth of a Bitcoin&hellip;Then I remembered Big Orange Heart.&rdquo;</p>\n\n\n\n<p>Thus, a new fundraiser and faux awards contest had been born. Wrigley described Big Orange Heart as a charity that&rsquo;s really close to his heart. He told Marsland <a href=\"https://twitter.com/wpbuilds/status/1458432722955902977\">to donate to the organization</a> to earn his spot. A $25 contribution and a <a href=\"https://twitter.com/pootlepress/status/1458433464559091713\">screenshot of a receipt</a> later, and he had become the unofficial best WordPress tennis player.</p>\n\n\n\n<p>Not to be outdone, Nigel M Rodgers later won the &ldquo;Bestest Best WordPress Tennis Player&rdquo; award. It is all in good fun.</p>\n\n\n\n<p>&ldquo;So this silliness had taken a new turn,&rdquo; said Wrigley. &rdquo; A silly idea had generated $25 for Big Orange Heart. My heart was racing; this could be huge. I went to bed. In the morning, I woke up and sent out a new tweet.&rdquo;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">If you donate $10 to <a href=\"https://twitter.com/aBigOrangeHeart?ref_src=twsrc%5Etfw\">@aBigOrangeHeart</a> I will make you a 100% certain winner of a category of your choosing in \"The WP Builds WordPress Awards 2021\". It\'s money well spent. You\'ll feel like a winner! <a href=\"https://t.co/L8i8O4Ayog\">https://t.co/L8i8O4Ayog</a></p>&mdash; Nathan Wrigley (@wpbuilds) <a href=\"https://twitter.com/wpbuilds/status/1458433750027718658?ref_src=twsrc%5Etfw\">November 10, 2021</a></blockquote>\n</div>\n\n\n\n<p>&ldquo;I had set a new low for Awards,&rdquo; he said. &ldquo;I will allow you to donate/buy your way into winning whatever category you choose for yourself in exchange for a guarantee that you&rsquo;ll win!&rdquo;</p>\n\n\n\n<p>The WP Builds WordPress Awards 2021 is, without a doubt, unique. Now that we are just ahead of the holidays, it is always a welcome time to donate.</p>\n\n\n\n<p>Michelle Frechette &ldquo;is actually triplets masquerading as one person&rdquo; reads one award. Leanne Mitton is the &ldquo;Best Gnome Collector in the WordPress community.&rdquo; Isaac Coleman is &ldquo;The Most Awesome 13 Year Old in the World&rdquo; &mdash; <em>there could be a proud parent involved in that one</em>. And, there are many others to read through just for laughs.</p>\n\n\n\n<p>Wrigley does not yet know if he will run it in 2022. He is waiting to see how this one turns out. With enough support from the WordPress community, it could be fun to keep up with every year.</p>\n\n\n\n<p>For now, Big Orange Heart is the only accepted charitable organization. However, I asked if Wrigley would be open to others in our space in the future, assuming he keeps it up next year.</p>\n\n\n\n<p>&ldquo;I&rsquo;m sure that there would be ways to allow the person making the donation to choose alternative charities,&rdquo; he said. &ldquo;This seems like a great idea! I&rsquo;m open to suggestions about which charities we could include.&rdquo;</p>\n\n\n\n<p><strong>Note: </strong><em>Nathan Wrigley runs the WP Jukebox podcast for WP Tavern.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Nov 2021 19:12:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Post Status: Post Status Excerpt (No. 33) — The Next Chapter For In-Person WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=89029\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/33/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3940:\"<h2>&#8220;I expect the hallway track to be pretty busy during this event.&#8221; —Nathan Ingram</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David talks with special guests <strong>Nathan Ingram</strong> and <strong>Ryan Marks</strong> about <strong>WordCamp Birmingham 2022</strong> — one of the first in-person WordCamps after almost two years of no live events anywhere in the world. With 200+ people expected to attend, Nathan and Ryan talk about the safeguards that will be in place, how they are managing expectations, how their sponsorships are being handled, the role of hybrid events, and how WordCamp Birmingham\'s reboot is being received in the WordPress community.</p>\n\n\n\n<p><strong>Also don\'t forget: </strong>We\'re encouraging listeners to check out the &#8220;<a href=\"https://poststatus.com/make-wordpress/\">Week at WordPress.org</a>&#8221; — get the feed <a href=\"https://poststatus.com/make-wordpress/feed/\">here</a> — and <a href=\"https://poststatus.com/submit-2021-black-friday-cyber-monday-deals/\">submit your Black Friday / Cyber Monday deals</a> to us at Post Status for us to share.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham / WP\'Yall</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"http://twitter.com/nathaningram\">Nathan Ingram (Twitter)</a></li><li><a href=\"http://twitter.com/cdrmarks\">Ryan Marks (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">SpinupWP</a></h3>\n\n\n\n<p>Spin up your own extremely fast WordPress server in minutes with <strong>SpinupWP</strong>. Use any cloud hosting provider you want, and manage your servers remotely with a simple but powerful control panel. Get the security and performance of managed hosting without losing the independence of hosting your projects and your clients yourself.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Nov 2021 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"WPTavern: New Core Web Vitals Technology Report Shows Overall Pass Rate for WordPress Sites Decreases with Newer Versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:287:\"https://wptavern.com/new-core-web-vitals-technology-report-shows-overall-pass-rate-for-wordpress-sites-decreases-with-newer-versions?utm_source=rss&utm_medium=rss&utm_campaign=new-core-web-vitals-technology-report-shows-overall-pass-rate-for-wordpress-sites-decreases-with-newer-versions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5696:\"<p>Some new data from a recent <a href=\"https://discuss.httparchive.org/t/new-dashboard-the-core-web-vitals-technology-report/2178\">Core Web Vitals (CWV) technology report</a> produced by the HTTP Archive shows WordPress sites running newer versions have lower CWV pass rates. </p>\n\n\n\n<p>The original report was published in July by Rick Viscomi, one of the maintainers of the HTTP Archive. The site provides a permanent repository of web performance information, giving researchers a common set of data for researching and understanding trends. Contributors&rsquo; efforts are sponsored by Google, Mozilla, New Relic, Etsy, and other companies.</p>\n\n\n\n<p>One of the most notable findings in Viscomi&rsquo;s report showed that just 22% of WordPress-powered origins pass the Core Web Vitals &ldquo;Good&rdquo; threshold.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>WordPress core committer Adam Silverstein wanted to dig a little deeper into this data set to see if he could extract more information about WordPress sites&rsquo; CWV performance that wasn&rsquo;t represented in the initial published graphs. He proposed an analysis that would <a href=\"https://discuss.httparchive.org/t/comparing-core-web-vital-performance-across-wordpress-versions/2256\">compare Core Web Vital performance across WordPress versions</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>How have CWV scores changed over WordPress versions? Are there measurable improvements in the wild after recent changes like adding native&nbsp;<a href=\"https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/\">image</a>&nbsp;(version 5.5) and&nbsp;<a href=\"https://make.wordpress.org/core/2021/02/19/lazy-loading-iframes-in-5-7/\">iframe</a>&nbsp;(version 5.7) lazy loading and&nbsp;<a href=\"https://make.wordpress.org/core/2021/06/07/wordpress-5-8-adds-webp-support/\">WebP image support</a>&nbsp;(version 5.8)?</p></blockquote>\n\n\n\n<p>Silverstein worked with Viscomi to create a query that would extract performance data grouped by WordPress version. He found that core additions like native image and iframe lazy loading, and WebP image support have had no measurable improvement on CWV scores in the wild. </p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://datastudio.google.com/u/0/reporting/ab251873-b787-4a8e-b4c8-efccf4b9a911/page/HUaeC?s=vvFHFeV3n_Q\">WordPress Versions Core Web Vitals report</a></div>\n\n\n\n<p>&ldquo;Lazy loading may be too aggressive as it is applied to all images,&rdquo; Silverstein said, noting that <a href=\"https://web.dev/lcp-lazy-loading/\">lazy loading can be detrimental</a> if over used. This should be remedied soon. Google-sponsored WordPress core committer Felix Arntz opened <a href=\"https://core.trac.wordpress.org/ticket/53675\">a ticket to improve lazy loading</a>, which will be included in WordPress 5.9. </p>\n\n\n\n<p>&ldquo;WebP adoption in WordPress has been growing since the 5.8 release, however users need to manually convert their images to WebP before uploading to take advantage of the format,&rdquo; Silverstein said. &ldquo;Landing WebP as the default format for sub-sized images which was started in&nbsp;<a href=\"https://core.trac.wordpress.org/ticket/52867\">this ticket</a>&nbsp;will have a much bigger impact by automatically converting uploaded images to WebP.&#8203;&#8203;&rdquo;</p>\n\n\n\n<p>A few highlights of Silverstein&rsquo;s observations from the analysis include: </p>\n\n\n\n<ul><li>70% of origins are on the latest version of WordPress and 88% are on one of the last two versions, meaning changes we make to core reach the majority of sites relatively quickly.</li><li>The number of origins is quite low for older versions of WordPress, with fewer than 5k origins for most versions before 4.7</li><li>Overall CWV pass rates have generally decreased over WordPress versions. Although it might also be the case that &ldquo;leading-edge&rdquo; websites that update to the latest version are generally slower than those that linger on older versions.</li></ul>\n\n\n\n<p>Silverstein anticipates this analysis will provide the basis for tracking major improvements in the future. The Google-sponsored WordPress contributors on his team are active in certain core projects and are leading <a href=\"https://wptavern.com/yoast-and-google-sponsored-core-contributors-propose-new-wordpress-performance-team\">WordPress&rsquo; new performance team</a> with the goal of improving core performance as measured by&nbsp;<a href=\"https://web.dev/vitals/\">Google&rsquo;s Core Web Vitals</a>&nbsp;metrics.</p>\n\n\n\n<p>&ldquo;Basically I wanted to create a way to measure the impact of core WordPress improvements on WordPress sites (at scale),&rdquo; Silverstein told the Tavern. &ldquo;My team at Google is focused on helping improve the performance of the web at scale, and WordPress is a huge part of that! You may have noticed us working on features like lazy loaded images and iframes, WebP image support and now helping start the performance group. I wanted to find a way to see if our work is having a measurable impact &ndash; and not just on a vanilla WordPress site you might set up for testing, but in the wild, or real world websites that upgrade to the latest version of WordPress. That is the goal of the dashboard.&rdquo;</p>\n\n\n\n<p>The new <a href=\"https://datastudio.google.com/u/0/reporting/ab251873-b787-4a8e-b4c8-efccf4b9a911/page/HUaeC?s=vvFHFeV3n_Q\">dashboard</a>, which tracks WordPress CWV performance by version, is available to the performance team for monitoring their progress with each new WordPress release. Google-sponsored contributors are using it to measure the impact of their efforts across various performance initiatives.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Nov 2021 03:15:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WPTavern: Rank Math SEO Launches a Content AI Feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:151:\"https://wptavern.com/rank-math-seo-launches-a-content-ai-feature?utm_source=rss&utm_medium=rss&utm_campaign=rank-math-seo-launches-a-content-ai-feature\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8496:\"<p class=\"has-drop-cap\">Last week, the popular <a href=\"https://wordpress.org/plugins/seo-by-rank-math/\">Rank Math SEO</a> plugin received a major update that includes a new artificial intelligence system. The Content AI feature is a SaaS product that behaves like a personal writing assistant to boost search rankings.</p>\n\n\n\n<p>&ldquo;We built Rank Math&rsquo;s Content AI feature to revolutionize the content production and optimization process with proprietary AI that gives SEOs and content marketers a competitive edge,&rdquo; said Bhanu Ahluwalia, Rank Math&rsquo;s CMO.</p>\n\n\n\n<p>The system allows users to research what their content should look like based on a keyword. Each keyword analysis costs one credit. This data is stored on the user&rsquo;s server, so the same keyword used on multiple posts does not cost extra. Users get five free credits after signing up for a user account with Rank Math. However, they must upgrade to one of the three commercial plans, ranging from $59 to $499 per year, for more.</p>\n\n\n\n<p>Each of the <a href=\"https://rankmath.com/offer/\">commercial plans</a> comes with a specific number of credits. They are marketed as free extras, but they are not &ldquo;free&rdquo; for users who want to upgrade for credits alone. The team says they are working on a pricing solution to address this.</p>\n\n\n\n<p>Users should see a new Content AI module that they can enable from the plugin&rsquo;s Dashboard screen. Turning this on creates a new tab under the plugin&rsquo;s General Settings page for further configuration.</p>\n\n\n\n<img />Content AI general settings.\n\n\n\n<p>The Content AI feature works with the WordPress editor, the classic editor, Elementor, and Divi. However, the team plans to extend this support to other page builders in the future</p>\n\n\n\n<p>Users can then enter a focus keyword from the post-editing screen and click the Content AI button. From there, they can research their chosen keyword, and Rank Math pulls up suggestions from their system.</p>\n\n\n\n<img />Example post with Content AI score.\n\n\n\n<p>The scoring system is easy to understand. Above 80 (in the green) is considered &ldquo;good.&rdquo; Anything below might need some work based on the plugin&rsquo;s recommendations.</p>\n\n\n\n<p>The primary suggestions from the Content AI center on total words, links, headings, and media. When asked how the numbers were figured, Ahluwalia said, &ldquo;This is a computation performed based on the top-ranking content in search engine results pages (i.e., characteristics of content that ranks).&rdquo; It is a proprietary system, so maybe the team is not ready to give away the exact details.</p>\n\n\n\n<p>The feature also lets users copy related keywords to use in their posts, offers questions that the content should answer, and lists potential links to use.</p>\n\n\n\n<p>The following video explains how Content AI works:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<h2 id=\"are-content-scores-a-good-thing\">Are Content Scores a Good Thing?</h2>\n\n\n\n<p class=\"has-drop-cap\">I am admittedly skeptical of any claims from SEO tools. There is value in most of the plugins in the space, and Rank Math is no different. However, I also want end-users to take SEO or content scores with a grain of salt. Hitting a specific word, link, heading, or media count is not going to make or break you. These should be guidelines, not goalposts.</p>\n\n\n\n<p>When asked how the score was calculated, I was pointed to a <a href=\"https://rankmath.com/kb/seo-score-vs-content-ai-score/\">knowledgebase article</a> on the Rank Math website. Nothing in the Content AI section explicitly explains the &ldquo;math&rdquo; behind the score. Essentially, the documentation references how the AI analyzes search results for various factors and describes how the tool works. There is some generally solid advice throughout, but it does not answer how those scores are calculated.</p>\n\n\n\n<p>One particular area of concern was the recommended media count for each post. I had access to a full demo of the feature with a few dozen posts to check. Nearly all that I ran through the Content AI had a recommendation of using 18 media. The number felt off. While I cannot claim to be an SEO guru, I do not see why a typical 1,000 or 2,000-word post should need that many images or videos. Even with web-optimized media, that could bring page-loading speed to a crawl for many site visitors.</p>\n\n\n\n<p>&ldquo;That entirely depends on the focus keyword that you had set for your post,&rdquo; said Ahluwalia on how the recommended count is determined. &ldquo;Page speed is a ranking factor, but the media count and its associated guideline there is a super simple way to quickly see and consider whether that&rsquo;s something that you need to do to rank as well. If we&rsquo;re, for example, looking at the keyword &lsquo;SEO tools,&rsquo; the recommendation is as high as 26, which is unsurprising because the majority of ranking content hasn&rsquo;t just covered essential SEO tools, they&rsquo;ve covered the 15, 20, or even 109 &lsquo;best SEO tools.&rsquo;</p>\n\n\n\n<p>&ldquo;This concern with using media in content as it relates to page speed is surprisingly common, but the reality is that content without design doesn&rsquo;t typically perform particularly well (even if it ends up ranking, then not from a conversion/social sharing perspective because people leave with the impression of encountering a wall of text). A lot of the content on our site wouldn&rsquo;t be the same without the images in the posts to paint the full picture and distill what are complex SEO processes/ideas into something that&rsquo;s super simple for people to understand.&rdquo;</p>\n\n\n\n<p>I generally agree that sites should use media alongside text. Looking over one of the demo posts I had access to, the content did not seem to warrant the recommended count.</p>\n\n\n\n<p>This particular post had 1,199 words and 32 paragraphs. It also had six images, which presumably played a significant role in the 20/100 score. Content AI recommended 18 instances of media.</p>\n\n\n\n<img />\n\n\n\n<p>Had the post met the recommended media count, there would have been one image for at least every two paragraphs. Even with half that number, visitors would unlikely think they are just &ldquo;encountering a wall of text.&rdquo;</p>\n\n\n\n<p>Maybe the analysis is correct. Perhaps it will help sites rank. But, that much media mixed in with text strikes me as a sub-optimal reading experience.</p>\n\n\n\n<p>My primary concern with tools like Content AI &mdash; this applies to SEO plugins in general &mdash; is that site owners are trying to make sure they are <em>in the green</em>. Instead of writing for readers, they are writing to rank. The two things are not mutually exclusive, but when end-users take recommendations as gospel, it can lead to stunted prose.</p>\n\n\n\n<p>&ldquo;We completely agree, and while AI content has come a long way, we&rsquo;re very much also still fans of well-researched content that&rsquo;s put together by humans like you and I (as is all of the content on our own blog),&rdquo; said Ahluwalia. &ldquo;The goal with Rank Math&rsquo;s Content AI is assisted content production and optimization (streamlined by software).</p>\n\n\n\n<p>&ldquo;Broadly speaking, as you say, traffic-light style scores or numerical scores don&rsquo;t paint a full picture for most content. This was a very big motivation for the new content optimization suggestions that go beyond typical scoring (that is the same no matter what you&rsquo;re writing about). When writing something that isn&rsquo;t search-driven at all (i.e. targeting a keyword and search intent that has little demand and no competition with a thought leadership piece, for example) you&rsquo;re not writing for searchers, you&rsquo;re writing for a specific set of people you have in mind. This content is still incredibly valuable though.&rdquo;</p>\n\n\n\n<p>He went on to say that for what the Rank Math team calls &ldquo;search-driven&rdquo; content, there are specific elements that well-ranking competing content has in common.</p>\n\n\n\n<p>&ldquo;It goes without saying that when using content optimization tools the consideration for still writing good content that&rsquo;s helpful has to be there for the end result to be truly exceptional,&rdquo; he said. &ldquo;With the aim here being to aid the creation of content, ensuring it addresses search intent, and meets what search engines deem valuable and useful content.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 18 Nov 2021 01:11:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Gutenberg Times: Gutenberg Changelog #55 – Gutenberg 11.9, WordPress 5.9, Navigation Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=19591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-55-gutenberg-11-9-wordpress-5-9-navigation-block/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:56225:\"<p>Birgit Pauli-Haack, Grzegorz Ziolkowski discuss Gutenberg 11.9, WordPress 5.9 and Navigation Block. Surprise Guest: Riad Benguella</p>\n\n\n\n<ul><li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li><li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li><li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li><li>Production:&nbsp;<a href=\"https://paulisystems.net/wordpress-consulting\">Pauli Systems</a></li></ul>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/changelog-54-gutenberg-11-8#shownotes\">Show Notes </a>/ <a href=\"https://gutenbergtimes.com/podcast/changelog-54-gutenberg-11-8#transcript\">Transcript</a></p>\n\n\n\n<span id=\"more-19591\"></span>\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast via your favorite podcast apps!</strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<p class=\"has-large-font-size\" id=\"shownotes\"><strong>Show Notes </strong></p>\n\n\n\n<h2 id=\"announcements\">Announcements</h2>\n\n\n\n<p id=\"jerseypress-what-is-full-site-editing\">Nov 22, 2021 7pm EST / 0:00 UTC <br /><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/281915481/\"><strong>JerseyPress: What is Full-Site Editing?</strong></a><br />WordPress Meetup in Montclair, New Jersey </p>\n\n\n\n<p><a href=\"https://wordpress.org/themes/tags/full-site-editing/\">𝗕𝗹𝗼𝗰𝗸 𝗕𝗮𝘀𝗲𝗱 (𝗙𝗦𝗘 𝗰𝗼𝗺𝗽𝗮𝘁𝗶𝗯𝗹𝗲) Theme in the WordPress Directory</a></p>\n\n\n\n<h2 id=\"what-s-released\">What&#8217;s released: </h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\">WordPress 5.8.2</a></p>\n\n\n\n<h3 id=\"gutenberg-11-9\">Gutenberg 11.9</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">What’s new in Gutenberg 11.9.0 (10 November)</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\">Gutenberg 11.9 Focuses on Navigation Menus and Block Theming</a></p>\n\n\n\n<p></p>\n\n\n\n<h2 id=\"what-s-in-active-development-or-discussed\">What&#8217;s in active development or discussed</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2021/11/08/fse-program-testing-call-11-site-editing-safari/\">FSE Program Testing Call #11: Site Editing Safari</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-container-61a63c78c1d92 wp-block-group\"><div class=\"wp-block-group__inner-container\">\n<ul><li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li><li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gziolo\">@gziolo </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li><li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li><li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li></ul>\n</div></div>\n\n\n\n<p></p>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\">Transcription</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, hello and welcome to our 55th episode of the Gutenberg Changelog podcast, recording on November 15th, 2021. In today&#8217;s episode, we will talk about Gutenberg 11.9, WordPress 5.9 coming up to a WordPress instance near you and then about navigation area block on Full-Site Editing and all the good things that come to WordPress.</p>\n\n\n\n<p>I&#8217;m Birgit Pauli-Haack, curator of the Gutenberg Times and WordPress developer advocate. And today, I have two co-hosts. You all know Grzegorz Ziolkowski, JavaScript developer at Automattic and WordPress core contributor. And our surprise guest today is Riad Benguella, one of the lead developers on Gutenberg and also code wrangler at Automattic. I am delighted you are here with us Riad, thanks for joining us.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hi, Birgit. Thanks for having me. It&#8217;s an honor for me to join you and Grzegorz on the show, and help spread the Gutenberg love to the community.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. It&#8217;s good. Yeah. Well, your passion for it is really contagious when I saw you before at WordCamp US and so when we met, it&#8217;s always nice and yeah patiently explaining things to me. So are you both on a team retreat? Where are you right now in the world and how are you doing?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Hola, qué tal? That means greetings from Spain. So I&#8217;m so happy that Riad joins us today to discuss the latest 11.9 Gutenberg plugin release and the upcoming COR press 5.9 release.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. It&#8217;s so great to be able to meet colleagues again, we are kind of learning to travel again. Right?</p>\n\n\n\n<p>And yeah, I&#8217;m also, so looking forward to be able to join the community in upcoming word camps in-person events. We miss these a lot.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The one is happening in Seville in December. That&#8217;s going to be fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You&#8217;re going to be there in December in Seville.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I&#8217;m not it&#8217;s the connection to Seville is bad for me, but I know that some of my colleagues from Spain, which will be there from Automattic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p>Riad Benguella: Personally I&#8217;m so looking forward to word camp Europe in Porto in June, hopefully.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, me too. Me too. And I&#8217;m so excited. I was excited two years ago when it was supposed to happen and now I&#8217;m even more excited to come to Portugal and to see everybody from Europe again, it&#8217;s going to be such a great event. And I hope that all the people that are still hesitant about vaccinations, that they get their shots, also the booster shots so we can all be together. Because I found that in-person meetings are so much richer than even though an online meeting like this, it&#8217;s good to help out and kind of bridge the gap. But the in-person meeting, even with family, we visited the family for five weeks in August and September. And there was such a relief to finally be together in one room again, and just hang out and go out and eat and just sit and chat. Yeah. But back to here.</p>\n\n\n\n<h3 id=\"announcements-1\"><strong>Announcements</strong></h3>\n\n\n\n<p>So I just wanted to let you know that November 22 is a WordPress meetup in Montclair, New Jersey, which is a virtual meetup and anybody can join. And I will demo the concept of full-site editing. And I will also take questions, AMA style, ask me anything style and it will take place on 7:00 PM eastern 12:00 AM. I was just going to think, is this am or PM because, it&#8217;s 12:00 AM UTC. And if you go to meetup.com, look for WordPress Montclair in New Jersey to sign up for it. Well, of course we will have the link in the show notes but it would be great if you want to learn more about what&#8217;s coming to WordPress 5.9 and Full Site editing to join us there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And speaking of that, I would like to thank props to Munir Kamal for reminding us on Twitter about the new tag that is in the WordPress teams directory, which called Full-Site editing. And it allows you to see all the block teams that are already there and it looks that we have 27 teams that are marked with this tag.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>:&nbsp; Yeah. That&#8217;s great that, tweeting that out Munir. I&#8217;m also seeing that&#8217;s also a link that I will share in the show notes, of course, and also in the meeting at Montclair and some of the themes that are in there are actually universal themes. They work for a classic theme or a block theme. So it&#8217;s quite interesting to see how you can switch it over. But don&#8217;t use them on production caveat it&#8217;s still a beta kind of feature.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, it&#8217;s like in one month, everything could change.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Everything, the whole Internet&#8217;s going to change. But only if you want it. Yeah, we don&#8217;t want to scare anybody to upgrade to 5.9 because it&#8217;s all opt in. And it&#8217;s only when you have a block theme available, the Full-Site Editing is actually available to you.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-released-wordpress-5-8-2-and-gutenberg-11-9\"><strong>What’s Released &#8211; WordPress 5.8.2 and Gutenberg 11.9&nbsp;</strong></h3>\n\n\n\n<p>So what&#8217;s released in last week, we had the WordPress 5.8.2 release, that&#8217;s a maintenance and security fix. And if you haven&#8217;t updated yet, you definitely should do so now. Most WordPress managed hostings automatically update to a point release, but not everybody is comfortable doing that, but update it. And the other release was of course the Gutenberg 11.9 plugin release with 223 PRs, yes I counted them and they made it into the release.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: The largest ever.</p>\n\n\n\n<p><em>Riad Benguella</em>: I also counted the PRs for WordPress 5.9, and it&#8217;s actually 600 feature PRs and like 400 bug fixes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow.</p>\n\n\n\n<p><em>Riad Benguella</em>: So it&#8217;s like 1000 PRs that are coming to WordPress 5.9.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Whoa.</p>\n\n\n\n<p><em>Riad Benguella</em>: In a couple of weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, that&#8217;s huge. Yeah. So the&#8230;</p>\n\n\n\n<p><em>Riad Benguella</em>: I don&#8217;t know how the community managed to do that, but yeah. It&#8217;s very impressive.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Wow. Yeah. Well, thank you for the data. So 600 features and 400 bug fixes. That&#8217;s a thousand, wow. Yeah and how many contributors, you don&#8217;t know, but we will know in December.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. That&#8217;s important. Someone will run the script that will calculate everything for us.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So stay tuned.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Stay tuned. Right. Okay. So what&#8217;s in Gutenberg 11.9.&nbsp;</p>\n\n\n\n<h3 id=\"enhancements\"><strong>Enhancements</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> So first we start with new blocks, but they are not part of WordPress 5.9&#8217;s release. They are still experimental and they are related to comments block, we already have one that is going to be in 5.9, this which is called post comments and is basically everything you see when you go to the comments section under the post. And this one is something brand new. So we are doing it in a way that is more granular and similar to the way how the query loop block works. So the new blocks are comment replying, comment edit link, comment outer avatar, and the comments query loop. There is also comment templates. So the idea is you can combine everything, decide what you want to display and so on.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: I was going to mention the navigation block and the work that has been performed during this release, which is an important work that was actually answering some feedback from the user testing that happened on FSE. So users were finding it a bit hard to actually reuse navigation across teams and across templates for FSE teams. So an important work went into the navigation block during this release. So now the blocks are actually saved into their own custom post type. They work like template parts so you should be able to reuse navigation menus more easily across templates, and when you switch teams.</p>\n\n\n\n<p>Also the same features will allow classic themes to migrate more seamlessly into a block theme. So when you switch from a classic theme to a block theme, all your navigation should probably be retained. And yeah, these are some important change that are coming and actually was important before the beta of WordPress 5.9, which is I think coming tomorrow.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. Yeah. It needed to be within the feature freeze. So it makes it in 5.9 and bug fixes will come probably with the next plugin release that will be back porting some of the issues.</p>\n\n\n\n<p>Yeah. Thank you for mentioning the navigation block I have, in the last few days before I went to Chicago, tested some of the navigation items, and I&#8217;m glad that some made it in there. One is the single placeholder for the block. Where you can actually select the menu when you already have one or add all the pages or start an empty navigation block. And that is really helpful for users to get it all set up. But I also like, and I don&#8217;t think it&#8217;s in the release note now, but what also helps is that you can add the site title to the navigation or a site logo to the navigation block.</p>\n\n\n\n<p>So it&#8217;s all kind of one unit that is on the header. That definitely spruces up the FSE, as Riad mentioned, FSE means Full-Site Editing and listeners will know, that referred to the Full Site Editing outreach program, that is run by Anne McCarthy. Do we have anything else? Oh, what I also like is the responsive navigation, there is a way to get the hamburger menu out of the box with a little feature there. And you can decide if you want the hamburger menu by default, also for your desktop site or just for the mobile site. And another tool is there that you can have the menu, have a navigation, an orientation horizontal or vertical. So you could if you wanted to put it in a column block on the left hand side, and it kind of goes down the left hand side, like one of the default themes, I think it was 15 that had a navigation block on the left hand side, yeah. All right and then we had these post comments, but it was interesting to hear that will not come into 5.9. Thanks for pointing that out.&nbsp;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: There, are two things it&#8217;s quite confusing because we had a post comments like plural, a post comment, but also post comment, singular block. So the, the one that has that got deprecated was the more or less what we are trying to replicate now with comment template block. But the old one, it was just very limited. And it worked more like a format you had to provide a comment ID, which was very hard to use for you. You don&#8217;t know the comment ID of your comments. So yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I don&#8217;t even know the post ID. Yeah. Okay.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Otherwise there was enhancement to the post comments blocks that will be included also in Twenty Twenty-Two default theme. And there was some features missing, there was some issues with the marking inside the block, and also in some cases is when the outer of the site decides to close the comments. So we should show proper messaging or you can also on your website decide that after a certain amount of time, you can no longer comment on posts anymore. So these cases are sorted it out and it should work pretty good in those situations.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I also see that the post comment form that&#8217;s now available for block based theme on the post template, I would think. Yeah. Excellent. Excellent.&nbsp;</p>\n\n\n\n<p>Then there were some enhancements for accessibility with announcing the formatting change to screen readers also communicate to the screen reader the post title is a text area and some other smaller fixes or enhancements there, which is in all the little things that kind of make a user experience so much richer.</p>\n\n\n\n<p>On the block editor we have the enable rich previews in the link UI for the site editor. That is something that had been in the block editor for, I think two versions of the plugin and now it also comes to the site editor. That&#8217;s a feature that when you put a link text in a paragraph or in a navigation or wherever you need it and you save it and then come back to it, you come back to update the post or you just kind of continue editing it, and you hover over the link, you get a rich preview with a title, a description as well as if it&#8217;s available, a feature image. So, you know exactly if the link is still working or if you need to update it in your content.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. As we get closer to 5.9 the contributors worked more on parity between site editor and post editor. So they brought these features, the link preview, the save keyboard. Now you can press command S and it triggers the saving. And there were some discussions also about the menu item of site editor and where we place it exactly and where it makes most sense. So for the moment, this decision has been to use editor and move it in their appearance. And it&#8217;s now worked that way across WordPress trunk. And also the Gutenberg plugin.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Now the controversy is that under appearance, we have editor and a theme editor, so that&#8217;s a confusing thing that probably needs to be further discussed among the contributors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I hear you there. There is a lot of editing going on. Yeah. And the theme editor it&#8217;s really hazard because it gets you to the files of your PHP theme. And if you change a code and leave a quote out or something like that, you can actually create fatal error messages on your site. And it&#8217;s very hard to get to them to fix it. So I would always suggest to take away the theme editor instead of the site editor, because the site editor is a much safer place to be for someone who is not particularly technical.</p>\n\n\n\n<p><em>Riad Benguella</em>: Makes me wonder if it&#8217;s basically the ancestor of the site editor. In classic themes, you cannot edit the theme directly, you have to edit the code. So you go to the theme editor, or you edit the files manually. So now that you have the site editor, maybe we could consider removing the theme editor&#8217;s UI entirely. I don&#8217;t know if it makes sense anymore to have it there. Maybe some people still would still need it from time to time, but is it something that the user should be exposed then by default? That&#8217;s I think a question that could be discussed.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah I think so. You&#8217;re right.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Could be left somewhere, but probably you need to know what to do and finding in one place or when you know the link. And the other things that maybe the only reason why we should keep that exposed is for the CSS code. Maybe at this time, when not everything is covert with global styles. There are some reasons for people to use that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a similar case with the customizer. Yeah. When you have a Full Site Editing theme, a block by theme, the customizer itself, link in the appearance menu disappears, but the customizer is still available through the theme card on the theme screen. So you could still use the customizer if there&#8217;s something in there that a plugin put in there that the theme doesn&#8217;t have a control yet for it. And that could be a similar way to do, okay a Full-Site Editing theme is a block theme, is active. Yeah. Let&#8217;s remove the theme editor for that part and see what happens and just let the functionality be in there, but not have it in the menu. I think that will be valid to have that discussion. Yes. All right.&nbsp;</p>\n\n\n\n<p>Yeah, and then the next one of Full-Site Editing Enhancement is the Search. Control Component that you can have inside the navigation menu. I really like that. It could use a few more controls to adjust the size of it a bit in relation to the other items in the navigation menu. But that is certainly fixable in a later version, but just having it there, it really helpful.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. This navigation block becomes so powerful, there are so many options. And I really like how it evolves over time also, how it becomes easier to use with every release. It came a really long way from the beginning.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: And the challenge always with these powerful features is to find the balance between the good user experience, and also continue adding features without deteriorating the simplicity of the block. So, yeah I think we will continue to iterate on these things until we find the right balance there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. I think the other balance is also to strike, what do we want as feature parity to the previous version or the previous way of doing menus? Because there were quite a few extenders who extended the menu controls through plugins and themes and all that. I&#8217;m not sure that they all have been tested and kind of migrated over. I think there&#8217;s still some experience and some learning to be done, but is there a way to do it differently?</p>\n\n\n\n<p>Yeah. Well, and then we have duo tone component there was only one change in the description that the underlying image that is to which the duo tone is applied is not changed. I think that&#8217;s a very important distinction because people always fear that something changes that they don&#8217;t have any control over and there was something else in duo tone.</p>\n\n\n\n<p>Oh yeah. The duo tone now is using transparency as well. So you could have a background and a duo tone and transparency and have the background shine through. So it&#8217;s multiple layers of features that you can put on top of it, and I will share in the show notes, a video that Anne McCarthy did to kind of show you how this all works together. And she has some very neat representation of some of her photos now with the different duo tones there. Yeah, you have to see it to actually appreciate it really and not get confused about things, but I really love it. Duo tone. It&#8217;s almost like gradients and I love gradients. You could do now gradients in duo tone with transparency, background on cover. So yeah, what else can you need?</p>\n\n\n\n<p><em>Riad Benguella</em>: There&#8217;s so many customization control now available on the plugin and the contributors keep adding more and more. And I think it&#8217;s an infinite work. You can open your imagination and just make it happen.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Riad in 10 years we will still talk about gradients and where we can apply it. Yeah, no, absolutely. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And there is now also a change to the tools panel, which is related mostly to the setting sidebar. So the thing that change is the type of section. So in the past, you would have a list of controls displayed at once. Now, you have better control over what&#8217;s displayed by default and you can enable more controls or hide some of them when you stop using them. It&#8217;s very similar to the dimension panel. That&#8217;s already in the plugin for quite a while. And the direction is just to give the same capabilities to all sections. So they work the same way. Yeah.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: This change also use a, a little bit that you can actually have multiple columns in the theme, in the typography controls, when they&#8217;re just small controls, you get two next to each other, and that certainly saves you some real estate or some spool on up and down on that. And, and I like it. It has a more harmonious layout there. So like that. Yeah.&nbsp;</p>\n\n\n\n<p><em>Riad Benguella</em>: The idea with these tools panels is that we should unify how blocks show their different customization option on the sidebar. So typography uses the tools panel color U could use the tools panel. I think there is another one dimensions could use the tools panel. So that way, no matter the block you are using, you could SU similar things on the, on this side. And if you find it too overwhelming, you could show and hide the controls you want.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: It&#8217;s awesome. Yeah. Yeah. It kind of goes a little bit towards what, what we have been discussing on the developer advocacy relations team that can we have some best practices on yeah. If somebody builds a custom block yeah. Best practices on how to distinguish between the side settings and the toolbar settings and all that. I think it&#8217;s, it&#8217;s time to kind of put some of those best practices in writing. So of people can look it up and I will going to work that&#8217;s part of our 2022 kind of plan to figure that out and work with the developers on that. So consistency goes a long way in not having to figure out this for every single block or for every single type of block. How is a car applied cred and applied and all that. Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: In this case, we are following what Riad did for the block toolbar. So he created groups like for block, for formatting controls and so on. And here we will have also those extension points for dimension colors, typographic easy. You know, it&#8217;s not still setting stone, how it&#8217;ll end up. So we don&#8217;t want to spoil the game and like introduce any hustle to the community. But once everything is ready, then we&#8217;ll definitely come up with some recommendations that we share with the community. Awesome.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the template editor has as a template part focus mode. Now that means that you can separately change the header or the footer in your site editor. There&#8217;s also a post available on the make blog/core about those editor improvements and the template part focus mode that you now can use to, when you look in the site editor, you have always the full page, but if you just want to isolate the header and just look at that, you can switch over to the template part focus mode.</p>\n\n\n\n<p><em>Riad Benguella</em>: The next thing is, if you are building a theme, whether it&#8217;s classic or block theme and using theme JSON, there is a small change that you could apply to your theme JSON. So for consistency, we removed some custom prefixes from some settings like custom line height, custom margin and custom filing, I think. So you could move to theme JSON version two and remove these prefixes that way you&#8217;re on the last version.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: So to do that, you need in your team, JSON, at a new field called, version. Oh, it&#8217;s not in new field, but you need to set version to number two. And that basically enables this new updated APIs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I know that there were quite a few efforts around the development team to put actually a schema up on schema store and have also the link via.webpress.org. And are those schema already updated to the version two? Do we know?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Oh, thank you for reminding about that yet. It&#8217;s done. It&#8217;s ready for both block JSON and theme JSON it&#8217;s now in WordPress domain and the new member, the URL, we will show that later in the show notes. And yes, it&#8217;s already the old one that you could use will still work because the schema in the schema store it has a very interesting configuration. So it&#8217;s now referencing the new URL, so whatever use it will work anyway. And as we found out, someone pointed that out, I don&#8217;t remember but anyway, even if you don&#8217;t provide the dollar schema field, most of the editors will be able to recognize that based on the name of the file and they will show you hints anyway. So you only need probably to do that for visual studio code explicitly.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Mm. Yeah. That&#8217;s interesting to know there&#8217;s some learning to be on the editor. So, oh you use it once I know where that was. See here. Yeah, I excellent. Speaking of gradients, now you can show all the colors on the gradient origin in the different panels. So there&#8217;s a new panel when you do site editing and color configuration, and it has the core color palette, the themed color palette. And if a user creates their own color palette, it will show there too.</p>\n\n\n\n<p>It&#8217;s a little bit crowded and I know there&#8217;s also an issue posted to find a way to actually remove the core color palette because it has so many colors and when people use it some team developers or agencies definitely would want to remove that. But it&#8217;s a nicer interface, but it has the text color 1, 2, 3 core theme and user. And then it has the background color in core theme and user colors. And then it has the link colors as well. If it, theme JSON says, please use the link color scheme as well, and then it will go in there as well. And it&#8217;s interesting to see. So I&#8217;m looking forward to the user feedback that we are going to get there to adjust an next iteration now.</p>\n\n\n\n<p><em>Riad Benguella</em>: So one of the original reasons for this feature, why do we introduce these different pallets core theme and user is, if you think about patterns, we have now a directory for patterns and theme could provide patterns and we wanted to have some color in these patterns, right? And so how can we make sure that these patterns work across themes, if teams change their own palette, it becomes harder. So the idea is to allow themes to still rely on core palettes, and pattern to still rely on core palettes. So for example, when you build a palette, you should probably only use core colors that way it works across themes, if you want to publish it to the pattern directory. And yeah, in terms of UI, it&#8217;s kind of crowded right now, especially in the post editor.</p>\n\n\n\n<p>But I think the idea is that it should get closer and closer to how it looks in the global style bar, which is kind of nested navigation. So the idea is that it should look like the global styles view of colors. So you will see at the high level button to go to the link color, another one to go to the button background and another one to go to the text color. And they are not shown every time, all the colors at the same time. So that way it&#8217;s less crowded and it allows you to navigate more efficiently. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And I can and see, that&#8217;s a very good reason to have the block parents be consistent, not so much depending on the theme color scheme, but so it shows up as you see it in the preview. And I can also see to just switch off the core colors in the user interface, so the pattern comes over, but the user can only use the theme and their own color to modify it and not have the core colors as well. Because the core colors always show up on other places when it&#8217;s not a pattern from the repository and using those core colors on other things that might not be wanted by the site owner or the theme author. Yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. Theme authors and agencies also want to control these things more strictly. So yeah there is, they is some work in progress to allow actually to remove the core powers entirely. And yeah it&#8217;s going to be sitting in team JSON and you just enable it and it&#8217;s gone.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>:&nbsp; Awesome. It&#8217;s all so well thought through. Excellent.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And there is now also change for the typographic block support. So because we had this change, we discussed about the block tools feature. So now most of the typography controls were added to the existing text blocks, like heading, paragraph and so on. And there are also some default controls enabled for them. So you just go and check those blocks and see how many new options are there now.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. It&#8217;s a great variety there. Yes, indeed.&nbsp;</p>\n\n\n\n<p><em>Riad Benguella</em>: The next change is another change that is meant to be for WordPress 5.9. So now that global styles are actually the landing in WordPress 5.9, and even the UI, some plugin developers and then some team developers need some API to access these settings and access these styles. If they want to adapt their code. For example, to check whether there&#8217;s a global layout or to retrieve whether I don&#8217;t know, there&#8217;s a color palette or anything, basically any settings in or style in the global style. So a new idea has been introduced, it allows you to retrieve these settings pretty easily in just a function call. You don&#8217;t have to go check directly in the theme JSON file or the user settings or anything, you just get the current value. That&#8217;s pretty handy, another also global style related API that landed pretty recently is actually arrest API to retrieve modified global styles and also the base global styles for the active team. So this could be pretty handy for plug-in and team authors.</p>\n\n\n\n<h3 id=\"apis\"><strong>APIs</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: And regarding the API functions that were introduced, they are called get_global_settings, get global_styles and get global_style sheet. So pretty easy to remember and expect a dev note published in a few weeks.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah, I think that was the missing piece that we got quite a few questions about in the community. So having that public API available is now so much better. So believe it or not, we&#8217;re still talking about enhancements and new features.&nbsp;</p>\n\n\n\n<h3 id=\"bug-fixes\"><strong>Bug Fixes</strong></h3>\n\n\n\n<p>Now we, I think there were about 80 or so in them, 73 and we didn&#8217;t talk about all of them, but the bug fixes also are 73 bug fixes in this release. And some of them are very granular and in the back end of it. But the one that stood out for me was that for the blocks, it fixes the relative URLs for the inline styles. So if you had a style sheet with a background color or a background image and the URL if it wasn&#8217;t an absolute URL but only relative like ../ it wouldn&#8217;t find that anymore, and that has been fixed. So quite a few developers will say finally!</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: They should still exist in WordPress 5.8. And yeah, this is something we missed because it only happens for the custom blocks and only when you opt in for the option to use those in line styles.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good. So wasn&#8217;t all that big. Okay. So are there any other bug fixes that you wanted to mention here, Grzegorz or Riad?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski:</em> No, it&#8217;s like bugs you wanted to forget about them. You don&#8217;t want to speak.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well, sometimes I find it interesting to, oh yeah that&#8217;s a bug from 2018, we finally fixed it. But I haven&#8217;t seen any of those here. So yeah, do you want to go to the next section and talk about performance Riad?</p>\n\n\n\n<h3 id=\"performance\"><strong>Performance</strong></h3>\n\n\n\n<p><em>Riad Benguella</em>: Let&#8217;s speak about performance actually. Pretty interesting subject and I enjoy working on performance a lot. So on the editor theme, we have this metrics we keep track of over time, the loading time, the typing time and we keep adding new metrics every time. And the interesting one that was worked on during this release was the list view. We added a new metric to measure how the editor performs while the list view is open. And the list view is pretty powerful to navigate the editor, but since it shows a long list of blocks, it can create some performance issues sometimes. So a new technique has been used during this release. It&#8217;s called windowing techniques for the technical folks listening to us. Basically it means the list that is currently visible is rendered, but all the remaining items on the list are actually hidden and not rendered at all. Unless you scroll the list and show them. Historically we&#8217;ve been avoiding this kind of solutions because they could have some accessibility issues and also it is very hard to get right. But thanks to the work of contributors, I think Carrie worked this a lot, we now have a solution that we think works pretty well and doesn&#8217;t introduce any accessibility problems. So now they invite you to test this and if there are any issues, please let us know.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So well, thank you. And yes, indeed. The list view is one of the most powerful tools that would come revamped WordPress 5.9, but going back to performance, I know that you all also had this check and we talked about it on the show before, where you had, 30,000 blocks in a post to kind of see the performance of it and measure it from between the different versions. How many blocks do you have in the list view to test this?</p>\n\n\n\n<p><em>Riad Benguella</em>: Oh, we use the exact same post, which I think it&#8217;s a thousand blocks or something like that. It&#8217;s a very long post. You can find it on the Gutenberg repository. You can search for large post @HTML. And it&#8217;s actually executed automatically in the CI. And every time we check the numbers. And on each release post, you can go to the bottom of the post and you see there&#8217;s a table that is there that compares the current release with the previous release and also the current release with the previous WordPress release, so that&#8217;s how we keep track of these things. We also have a separate website, which I think at the moment is not working, but I promise I&#8217;ll fix it very soon where you see the evolution of the different metrics over time for each actual comment. So that way we can pretty easily find the exact comments, the introduced performance regressions.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah, I saw yesterday that was going back in time and checking the performance for WordPress 5.6 and other major releases, and maybe do you have those results? Because I was pretty excited hearing how it changes.</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah I do have results. I think loading time improved quite a bit from WordPress 5.7 And to WordPress 5.8, and in WordPress 5.9, it improved a little bit as well, 200 milliseconds or 300 milliseconds out of 3.5 seconds. The typing time also improved, by 20% or something from WordPress 5.8 and WordPress 5.9.</p>\n\n\n\n<p>The other metric that improved a lot between these two versions is inserter opening. We did a lot of work there. And now when you opened the inserter, it is actually quite snappy compared to how it was in the previous version. There is also another one, so the only metric that I think we need to work on a little bit more for this release is block selection. We lost 10% time on it, but I think we can improve this one and do better there. And for the inserter it&#8217;s actually quite impressive because at some point in the inserter, we had collapsible panels. So we didn&#8217;t show a lot of things at the same time when you open the inserter and there&#8217;s collapsible panels, it should open quick, right? And now we show everything at once. So there&#8217;s a lot of things, but we still manage to make it fast. So I&#8217;m pretty proud of about it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: That&#8217;s impressive. Yes. Yeah, because now we have the inserter we don&#8217;t only have the core blocks, but we also have the theme blocks in there. And then also block patterns, a tab and then another reusable block tab. Yeah. Your website, Riad, I think you shared the link at one point maybe two or three months ago. And you also did performance testing with plugins. Is that a different project or is that pretty much the same kind of performance?</p>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. So what I did is I was curious to check actually if I enable plugin or not, how it impacts the editor&#8217;s performance. So I actually use the exact same metrics. We have these coded up in the plugin, so I can just run the test, enable the plugin, change the plugin and run the test again, right? And then compare the numbers.</p>\n\n\n\n<p>Actually, I also spend some time with some plugin authors, because in the initial run I had some issues there and I saw some plugins impacted a lot, and I was very happy to see that they were all pretty receptive and we did some work together. And in the end, I will say the major plugins right now are doing good enough. I think that we can always do better, but we are doing good enough. And I actually encourage plugin authors to check the post if they didn&#8217;t see it, because there are their instructions to check their own plugins, to see how their own plugin impacts the editor performance. Because sometimes we get reports that the editor is very slow and I cannot choose the editor or whatever when I type it&#8217;s very slow. And sometimes we cannot do anything about it. So we have to check all the possible reasons that could cause this and plug ins can be a reason. So it&#8217;s important for both plug in authors and users to be aware of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wow. That&#8217;s good to know. I think I will come back to you and kind of talk about this, or at least get all the information for the show notes, but also maybe have a block post about it. That&#8217;s a little bit more prominent, because now more and more people are going to use or come on board with adopting Gutenberg and having that resource available is really, really helpful. All right. Well, thank you, Riad, for that little excursion into performance.</p>\n\n\n\n<p><em>Riad Benguella</em>: Thanks I&#8217;m always happy to dive there. It&#8217;s my personal favorite feature or favorite topic.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Aspect, yeah.</p>\n\n\n\n<p><em>Riad Benguella</em>: &#8230;Topic, I would say favorite topic.</p>\n\n\n\n<h3 id=\"documentation\"><strong>Documentation</strong></h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. So now we are at the documentation section of the changelog and there were two things that stood out amongst typo changes and improving landing pages and all that one was the block schema and documentation has changed or not has changed particularly, but it&#8217;s better documented in terms of the block JSON. And that&#8217;s the follows the same process as the theme JSON does. Right. Is that what I&#8217;m saying, Grzegorz?</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So the view is a new API option in block, JSON, that will allow authors to provide Java script code. That&#8217;s going to be executed only in the front and only when the block is rendered there, so it&#8217;s pretty handy thing. And the other change is, because we are preparing to WordPress 5.9. So both features are for the upcoming major WordPress release is that there will be possibility to define more than one style sheet. And the reason for that is twofold. First, sometimes there are some styles that block author would like to apply to more than one block. So this is a way to share them through using style handle. And the other reason is that plugging out, they also want to add their own styles in a batch mode. So instead of doing their own magic, they can just use the existing APIs and inject that to all the blocks they want.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I like that instead your own magic, use core magic. Yeah, excellent. Well, thanks for letting us know. So there are some features, of course, the theme JSON documentation has been updated with missing settings and styles that is also in preparation of 5.9 and the version change there.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I think that there was link added for ways to keep up with Gutenberg and Full-Site Editing. I suspect that the link is to your resources that you keep up to date.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Keeping up with Gutenberg, yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yes. So that&#8217;s great to see it finally happening because it&#8217;s the best page to look at.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And if you are listening to the show and don&#8217;t know what Grzegorz is talking about, in the handbook on core on the make block on the references, there is a page called Keeping up with Gutenberg and it&#8217;s an index page with all the block posts from the teams that work on Gutenberg in chronological order. So it starts from the newest to the oldest, but it&#8217;s per year. So we started that 2020 in June.</p>\n\n\n\n<p>So the last half of 2020 is in the 2020 page. And this year, November, we are coming up to the end of the year, so we have all the editor meetings, what the theme team does, the design team also, publishers, the tests and the summary of the tests from the FSE program and all the other related posts. I started that because the core make block, within a day or two, you have to scroll to the third or fourth page to find something that was published yesterday. And it was really interesting to do that. So keeping up with Gutenberg index, you can actually Google that now, keeping up with Gutenberg and it comes up first. All right, so is there anything else in the changelog? Oh yeah, we have on the tool sections, we have some FSE backboard and core.</p>\n\n\n\n<h3 id=\"tools\"><strong>Tools</strong></h3>\n\n\n\n<p><em>Riad Benguella</em>: Yeah. That another kind of magic. Basically on each WordPress release, we need to backboard all the changes that are on the Gutenberg plugin and include them into core. Maybe a lot of people don&#8217;t know that&#8217;s a lot of work and that&#8217;s a lot of invisible work. We do that in two separate ways. Basically the JavaScript changes are more automatic. So we do a package NP and package release, and then we include them in core, but we also need to check all the PHP changes that happened in the work Gutenberg plugin and move them into core. And sometimes when we do that, some problems happen. For example, a function that exists in the Gutenberg plugin can exist at the same time on core. So at, on this small period of time, we need to make some adaptation, both code based, to ensure they work together. So a lot of changes on this Gutenberg release are related to that. Yeah I want to send kudos to Robert, the editor tech lead for this release. He did an awesome job to make sure everyone is on the same page and works to make sure all the changes are on WordPress trunk at the right moment.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah. All right. So I think unless…</p>\n\n\n\n<h3 id=\"code-quality\"><strong>Code Quality</strong></h3>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Something, yeah. I have something in the code quality section, it has 25 items. So that&#8217;s great that we still remember about that aspect of work in the lights of the upcoming release and all the work caused by that. So there is new API endpoint it looks like is going to be included in the WordPress core, is it right? So this one is called the WP block V1 URL/details. This one is for the link previews. So this one is getting stable, also plugin authors will be able use to do whatever they need with that.</p>\n\n\n\n<p><em>Riad Benguella</em>: Indeed, that could be useful to show previews or get more information about URLs and exploit that in very different ways for plugin authors.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. That feature is such a small feature when you think about it, but it has so much power that it could definitely be explored quite a bit for plugin authors and even do a list of all this week&#8217;s links and then collect them all, might be a good use case.&nbsp;</p>\n\n\n\n<h3 id=\"what-s-in-active-development-or-discussed-1\"><strong>What’s in Active Development or Discussed</strong></h3>\n\n\n\n<p>All right yeah, so that&#8217;s pretty much it with our Gutenberg changelog this week. Thank you Riad and Grzegorz who get us through it. I think I have only one thing&#8230; So where is WordPress 5.9 now headed? What are the next steps?</p>\n\n\n\n<p><em>Riad Benguella</em>: I think as we mentioned to tomorrow is November 16. So it&#8217;s the release of WordPress 5.9 beta 1. I think that&#8217;s the best time for people to test. So I&#8217;m asking everyone just code, download WordPress 5.9. It is the start of a new with Full Site Editing and block teams and all global styles and all navigation on all these features. So go grab your coffee and start a block team and just try things and try to break it and just tell us what goes wrong. And we have a number of weeks to fix all the bug fixes, and we&#8217;re looking forward to your feedback on that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yeah. I just also want to point out there is a WordPress beta test plugin in the repository, so you don&#8217;t have to install all that. So you just make it a normal WordPress install and then install the plugin for WordPress beta tester plugin, and the stream would be the point release instead of the daily trunk. But if you are brave, you could also do the daily trunk. There are core committers who actually have run trunk on their personal blogs. They&#8217;re quite brave in doing that. So yeah, beta 1 is tomorrow, November 16th, and then a week later, supposedly beta 2, the first release candidate is scheduled. And of course, that all depends on what the test was bringing all back to us or to the team.</p>\n\n\n\n<p>Release candidate, we know sometimes there&#8217;s beta 3 and beta 4, depending on how that all works, but then there&#8217;s a release candidate. One is scheduled for November 30th, and that&#8217;s also the date where the field guide with the dev notes come out and where the about page is done, and also the release post is draft and there&#8217;s a hard string freeze, means there is no bug fixing anymore. And there&#8217;s not a whole lot that can go in there in a release candidate after release candidate is available. And then there will be a dry run for the releasing workers, 5.9 in the 24 hour code freeze December 13th. But if you want to be part of the release party, that&#8217;s going to happen December 14th in the slack channel of core.</p>\n\n\n\n<p><em>Riad Benguella</em>: And it&#8217;s something else I wanted to mention about WordPress 5.9 Is the dev notes. So after beta one, you can expect a list of dev notes on the make core and if you are a plugin author or an agency or WordPress developer app, update your code accordingly, if there are changes and also use the new APIs.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Wonderful, thank you for a reminder of that.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: You can also subscribe to the Gutenberg changelog newsletter and get the list with all the links directly from Birgit.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Thank you for making a pitch on the Gutenberg Times again. That&#8217;s awesome. And if you need instructions on how to test Full-Site Editing, so Anne McCarthy published a test call for the Full-Site Editing outreach program. That&#8217;s for the non-techy people who are using site builder or page builders to build sites for others. And it&#8217;s called the site editing safari, and you get different scenarios that you can follow along with instructions on how to test this because&#8230;</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Also with zebras, giraffes and elephants.</p>\n\n\n\n<p><em>Riad Benguella</em>: What about Chrome and Firefox? Is this just a safari?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Good point? No, safari is like the African safari with the giraffes and the rhinos and everything. So one scenario is personalize your homepage and setting your styles. Add some button patterns and use some of the layout controls for that, one set of instructions also is how to add a dual filter and the single post template. Those test instructions are actually also quite nicely to use for exploring the new interface on a more scripted schedule. So you don&#8217;t have to come up with ideas on how to test it. So you just use those and it really helps if you would comment on that post on the test block by November 30th. And then what normally happens is after a week or so, the feedback comes in and then Anne writes a summary for the developers working on it so they can see what else then to be changed, or she also puts issues together for the GitHub repository of a box coming out.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: I also want to mention one more thing. So the release date, December 14, it reminded me that it&#8217;s also the day when the state of the word 2021 will be by the WordPress projects co-founder Matt Mullenweg.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. Yes, yes. And that is scheduled for, I think it&#8217;s noon Eastern, which is dinner time in central Europe.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Yeah. So it&#8217;s 10:00 AM between 10:00 AM and 2:12 PM Eastern time and 5:00 PM UTC, which means at my place, it would be 6:00 PM Central European Time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Excellent. I&#8217;m glad we got it all in. Yes. And so on the webpress.org/news, there is actually a call for of questions because the state of the word is normally about 45 minutes when Matt Mullenweg walks us through the last year and what&#8217;s coming up in the next year and then the next 30 minutes or so will be answering questions from the community. And there is some instructions on the webpress.org/newspost instructions, you can send them via a video and how to get them to the people who help prepare for the state of the word.</p>\n\n\n\n<p>All right, with that, that&#8217;s a very good time to end it. If you like our shows, help us spreading the word by adding a review to your favorite podcast directory. If you have news or suggestions or questions sent them to <a href=\"mailto:changelog@Gutenbergtimes.com\">changelog@Gutenbergtimes.com</a> via email <a href=\"mailto:changelog@Gutenbergtimes.com\">changelog@Gutenbergtimes.com</a> and you can always also reach us via Twitter. So my Twitter handle is at B-P-H. Grzegorz is G-Z-I-O-L-O. And then Riad&#8217;s Twitter handle is Riad Benguella. And we will of course share that all in the show notes. So it was wonderful to have you both here. Thank you, Riad for joining us. How do you feel about it?</p>\n\n\n\n<p><em>Riad Benguella</em>: Thank you. I really enjoyed the show and thank you for having me and please do continue to spread the Gutenberg word.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Will do. Will Do.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: That was fun. Yeah, to have fun to have Riad on the shows like.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Grzegorz Ziolkowski</em>: Probably that was the best I show ever. We had so much fun together.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we did. All right. Okay. Well, let&#8217;s just get out of here for more fun. Thank you all for listening. Thank you for joining us. And I say goodbye until the next time.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Nov 2021 13:47:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"HeroPress: Finding My Global Family – Samun iyali na duniya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://heropress.com/essays/finding-my-global-family/#utm_source=rss&utm_medium=rss&utm_campaign=finding-my-global-family\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:17563:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/11/111621-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I get to make an impact for good.\" /><p><a href=\"https://heropress.com/feed/#hausa\">Wannan makala akwai shi a cikin harshen Hausa.</a></p>\n<h2>Introduction</h2>\n<p>As I sit down typing this, I’m wondering what the heck do I write about (am I allowed to say that?)!</p>\n<p>Topher says I can.</p>\n<p>So back in May this year, I got a DM from this guy called Topher.</p>\n<blockquote><p>Hello there! Could I convince you to do a HeroPress essay?</p></blockquote>\n<p>It is now October and I&#8217;m finally writing this essay. Thank you for being so patient with me and giving me a topic to write about.</p>\n<h2>How I got into the WordPress</h2>\n<p>It&#8217;s 2017 and I&#8217;m bored with work. I&#8217;d been working in project management for over 15 years and I was no longer excited about the projects I was working on. My repeat clients could tell this, I did not challenge them on certain processes. Some might say I&#8217;d become wiser in picking my battles, but I just no longer wanted to invest my energy. When that happens, you know you need to do something. You don&#8217;t want your action, or in my case inaction, to be to the detriment of the client. I knew I still loved working with and in tech but I needed to do something different.</p>\n<p>On 29 December 2017, I enrolled on a course covering web development. After covering HTML, CSS, and a bit of JavaScript, I decided to try one of the course options: WordPress. My course instructor encouraged me to go to a WordCamp. She found one was scheduled for the following weekend in Brighton. So I booked my ticket and found an Airbnb. Worst case scenario I get to spend some time on the beach (even if it was a bit chilly). But I couldn&#8217;t go to a WordCamp with no knowledge of WordPress &#8211; I thought I&#8217;d look like an idiot. So I spent that week going through the introductory course, now I was ready. Don&#8217;t ask me how much I managed to take in, just know that at least I now knew what WordPress was.</p>\n<p>I attended my first WordCamp, a 2-hour drive, in October 2018. WordCamp Brighton (WCBTN) will always hold a special place in my heart. All the people I met (sponsors, attendees, organising team, and volunteers) were amazing. I walked in there all by my lonesome and they were friendly, took time to talk to me, explain things, and Jenny Wong encouraged me to join my local Meetup. I&#8217;m not sure if it&#8217;s being in a room with like-minded people or being able to geek out (or not for some) on tech but I was excited and had a lot of fun. When I got back to London, I joined my local (well what I like to call London local) Meetup.</p>\n<p>At the time that I joined, the team was starting to look for organisers for WordCamp London (WCLDN) 2019. I&#8217;m very much a believer in learning by doing and project management involves a lot of organisation. I spoke to Gary Jones told him I was a newbie and offered to help. I was in charge of Sponsors, eek! How the hell do I do that? Don&#8217;t be afraid to ask a lot of questions. We were a fairly new team so big thanks to Dan Maby and Barbara Saul for being patient with us and our endless questions. Big thanks to the outgoing team who were available to offer advice when asked. I learnt a lot about the community whilst working on the WCLDN and I had a great time doing it.</p>\n<p>Abha Thakor encouraged me to volunteer for WordCamp Europe (WCEU) 2019 and once again it was an amazing experience. I got to visit Berlin, contribute to the Marketing team desk and met even more people. I also got to rock my big yellow exclamation mark fluorescent earrings that scream the 80s at an 80s after party. It was during WCEU Contributor day that I was introduced to Jesse Owens and the Training team. When you contribute, you get to learn more about all the different teams that make up WordPress the project and WordPress itself. It&#8217;s a great way to learn and I would encourage you to join one of the<a href=\"https://make.wordpress.org/\"> Make teams</a> (you don&#8217;t need to be a developer) there are teams like Training, Accessibility, Documentation, Marketing, and Polyglots. If you want to test the waters before joining, find a virtual Contributor day (some companies are running them) or join one at a WordCamp when we are able to meet in person. I joined the Marketing and Training team at WCEU and I&#8217;m still there today.</p>\n<p>In November 2019 Josepha Haden Chomphosy sent out a call for an all-women release squad. I wanted to know more about accessibility so I was assigned to be the 5.8 Accessibility team cohort. The support our release squad got was amazing. The beauty of the WordPress community is that though we are all at different levels on our journey, someone is always quick to help you navigate that journey. Thank you to everyone who takes the time to make us feel welcome, explain things, are patient with us, and offer cake and chocolate when we need it. I’m still part of the Accessibility team and I’m still learning, it’s a big topic. We are a small team so if you’re an expert in that area and have time to spare, you want to teach others or want to learn, I encourage you to come and join us.</p>\n<p>Summer of 2020 was the soft launch of <a href=\"http://learn.wordpress.org\">Learn.WordPress.org</a>. Shortly afterwards, Courtney Robertson asked for help in preparing for the official launch of Learn. Learn WordPress is a learning resource for anyone who wants to learn how to use, build for and contribute to WordPress. It is an open-source platform that offers a range of materials and opportunities for you to use at your own pace and at a time that works for you. Once again, I put my hand up. Do you see a pattern here? When people have ideas that are of great value to those around them, I can’t help but say yes. Someone always has a great idea and I would love to say yes to everyone but I don’t know how to clone myself yet. Mind you, Michelle Frechette tells me cloning isn’t what I think it is, I need to do more research.</p>\n<h2>The life it now gives me and why I stay</h2>\n<p>Since discovering WordPress, I’ve been a part of a lot of different projects within Make and in the community.</p>\n<p>I am one of the Training Team Reps. I get to work with folks that I like and be involved in shaping Learn. As Courtney Robertson, my good friend and fellow Training Team Rep, puts it:</p>\n<blockquote><p>We want to democratise Learning and make Learn WordPress the primary open-source resource for anyone who wants to get started or level up their skills in WordPress.</p></blockquote>\n<p>I am proud to be involved in a project that is a cross-team initiative, props to marketing, community, meta, polyglots, accessibility, design, training, and<a href=\"http://wordpress.tv\"> WordPress.tv</a> who help shape Learn. Individuals can learn alongside other community members, connecting with the global network of WordPress users, developers and contributors. Check out<a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\"> this post on who learn can help</a>, by Courtney Robertson. If you&#8217;re a training provider, business owner, or hiring manager, have a look at<a href=\"https://make.wordpress.org/training/2021/05/03/high-level-roadmap-to-learning-wordpress-development/\"> our high-level roadmap to learning WordPress development</a>. Join us in:</p>\n<ul>\n<li>Educating about WordPress</li>\n<li>Appreciating the power of WordPress and how it is made</li>\n<li>Celebrating everything that people are doing with WordPress</li>\n</ul>\n<p>Come take a seat at the table.</p>\n<p>I am a volunteer and Board member at the charity <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart (BOH)</a>. I get to be a part of<a href=\"https://www.wordfest.live/\"> WordFest</a>, a unique 24-hour global online event that is a celebration of WordPress. BOH’s mission:</p>\n<blockquote><p>To support and promote positive well-being and mental health within remote working communities.</p></blockquote>\n<p>I get to talk to people from all walks of life, support and help build a community that cares for each other. I get to make an impact for good. If we don&#8217;t look out for each other, who will?</p>\n<p>I get to enjoy having a global family, learning, meeting new people, developing lifelong friendships and connections, and the extra bonus is that it doesn&#8217;t feel like work. I get to stay in the background churning the wheels and come out when needed. I get to have fun doing it!</p>\n<p>Photo by <a href=\"https://www.flickr.com/photos/globallandscapesforum/43847733385\" target=\"_blank\" rel=\"noopener\">Hamza Shaibu</a></p>\n<h1 id=\"hausa\">Samun iyali na duniya</h1>\n<h2>Gabatarwa</h2>\n<p>A yayin da nake zaune ina wannan rubutun, ina nazari akan wai shin akan wani batu zan ma yi rubutun (amma yarda in fadi hakan ma tukuna?)</p>\n<p>Topher yace zan iya fadin hakan.</p>\n<p>Toh akwanakin baya a watan Mayu na wannan shekarar, na samu wata sako daga wurin wani dan taliki da ake kira Topher.</p>\n<blockquote><p>&#8220;Barka kadai! Zan iya jan ra&#8217;ayin ka ka yi rubutu akan HeroPress, wato rubuce-rubuce akan mutane da suka yi rawar gani a fannin wallafa labarai ta hanyar yanar gizo-gizo?”</p></blockquote>\n<p>Yanzu dai muna watar Oktoba kuma har na kai ga yin wannan rubutu. Ina gode maka saboda hakuri da kayi da ni da kuma bani batu da zanyi rubutu akai.</p>\n<h2>Yadda na samu kaina a cikin WordPress</h2>\n<p>Ana shekarar alib dubu biyu da goma sha bakwai, 2017 kuma ba na marmarin aiki. A wannan lokacin na riga na samu shekaru goma-sha-biyar ina aiki a fannin project management. Ko masu kasuwanchi da ne sun ga chanji a hali na. Wasu za su ce na zama mai hikima kuma na kara wayo a hali. Idan abubuwa haka suka fara faruwa a rayuwar ka, toh dole ka tashi sa’ye kayi wani abu a kai kafin ya kashe ma kasuwa. Ba ni da damuwa wajen yin aiki am’ma ina so in yi wani abu daban.</p>\n<p>A ranan ashirin da tara a watan Disamba ta shekaran alib dubu biyu da goma sha bakwai na fara wata sabuwar ilimi na web development. Bayan na kalmala Shashi na HTML, CSS da JavaScript, da na za’bi in gwada daya daga chikin shashin ilimin wato WordPress. Malami na ya bani shawara in shiga WordCamp. Ta sami labari akwai daya da za’a yi a sati mai zuwa a Brighton. Sai na siya tikati nawa kuma na biya wajen kwana. Saboda kada in ba kaina kunya, sai na shiga binciken da karatu a kan ma’anar Kalmar WordPress. A wannan lokachi ina iya bogun kirji na cewa a shirye na ke.</p>\n<p>Na shiga shashin WordPress na farko a watan Oktoba na alin dubu biyu da goma sha takwas, na yi tukin mota zuwa kusan awa biyu. WordPress a Brighton (WCBTN) za ta dade a chikin zuchiya ta da abobin ban sha’awa. Duk mutanen da na sadu da su (abokan fatan alheri, dalubai da masu bada umarni) sun bani farin chiki. Na shiga gurin ni kadai amma na hadu da jamma’a da suka yi mun maraba da zuwa, suka yi mun magana, suka bayyana mun abubuwa daban daban sannan wata mata Jenny Wong ta bani shawara in shiga wata kungiyar unguwa na haduwa. Da na koma London sai na shiga kungiyar da tafi kusa da ni.</p>\n<p>A lokachin da na shiga kungiyar, suna neman wakilai da zasu taimaka wajen tsara WordCamp London (WCLDN) 2019. Ni na yadda da kara samin ilimi ta wajen hanyar yin project management, domin tana bukatan tsari sosai wajen ambata komai. Na yi magana da wani mutum da ake kira Gary Jones na bayyana mishi cewa ni sabowar zuwa ce kuma ina so in taimaka. Sai na tambayi kaina da yaya zan iya kalmala wannan aikin? Ta wajen tambayoyi. Mun kasance sabuwar ƙungiya mai girma don haka godiya ga Dan Maby da Barbara Saul don haƙuri tare da mu da tambayoyin mu marasa iyaka. Babban godiya ga tawagar masu fita da suka samu ba da shawara idan aka tambaye shi. Na koyi abubuwa da yawa game da al&#8217;umma yayin aiki akan WCLDN kuma na yi farin ciki da yin shi.</p>\n<p>Abha Thakor ya ƙarfafa ni in yi aikin sa kai don WordCamp Europe (WCEU) 2019 kuma sau ɗaya sake abu ne mai ban mamaki. Na ziyarci Berlin, na ba da gudummawa ga ƙungiyar Talla tebur kuma sun sadu da ƙarin mutane. Na kuma yi jijjiga babban alamar motsin raina &#8216;yan kunne masu kyalli waɗanda ke kururuwa na 80s a cikin 80s bayan biki. Ya kasance a lokacin WCEU ranar mai ba da gudummawa da aka gabatar da ni ga Jesse Owens da ƙungiyar horo. Lokacin da kuke ba da gudummawa, kuna samun ƙarin koyo game da duk ƙungiyoyi daban-daban waɗanda suka haɗa WordPress ɗin aikin da WordPress kanta. Hanya ce mai kyau don koyo kuma zan ƙarfafa ku ku shiga ɗaya na <a href=\"https://make.wordpress.org/\">Ƙungiyoyin Yi</a> (ba kwa buƙatar zama mai haɓakawa) akwai ƙungiyoyi kamar Horarwa, Samun dama, Takaddun bayanai, Talla, da Polyglots. Idan kuna son gwada ruwa a baya shiga, nemo ranar mai ba da gudummawa ta kama-da-wane (wasu kamfanoni suna gudanar da su) ko shiga ɗaya a a WordCamp lokacin da muka sami damar saduwa da mutum. Na shiga kungiyar Tallace-tallace da Horarwa a WCEU kuma ina nan har yau.</p>\n<p>A watan Nuwamba 2019 Josepha Haden Chomphosy ya aika kiran a saki mata duka tawagar. Ina son ƙarin sani game da samun dama don haka aka sanya ni zama 5.8 Ƙungiyar haɗin kai. Taimakon da tawagarmu ta saki ya kasance mai ban mamaki. Kyawun al&#8217;ummar WordPress shine duk da cewa duk muna a matakai daban-daban akan tafiyarmu, wani yana gaggawar taimaka muku wajen tafiyar da wannan tafiya. Godiya ga duk wanda yana ɗaukar lokaci don sa mu ji maraba, bayyana abubuwa, haƙuri da mu, da ba da kek da cakulan lokacin da muke bukata. Har yanzu ina cikin tawagar Accessibility kuma har yanzu ina koyo, babban batu ne. Mu ƙananan ƙungiya ne don haka idan kun kasance gwani a wannan yanki kuma kuna da lokaci don spare, kana so ka koya wa wasu ko kuma kana son koyo, ina ƙarfafa ka ka zo mu shiga.</p>\n<p>Lokacin bazara na 2020 shine ƙaddamar da laushi na <a href=\"https://learn.wordpress.org/\">Learn.WordPress.org</a>. Jim kadan bayan haka, Courtney Robertson ya nemi taimako a shirya don ƙaddamar da Koyi a hukumance. Koyi WordPress hanya ce ta koyo ga duk wanda ke son koyon yadda ake amfani da shi, ginawa da kuma ba da gudummawa ga WordPress. Yana da dandamali mai buɗewa wanda ke ba da kewayon kayan aiki da damar da za ku yi amfani da su a cikin saurin ku kuma a lokacin da ke aiki a gare ku. Har yanzu, sanya hannuna sama. Kuna ganin tsari a nan? Lokacin da mutane suna da ra&#8217;ayoyin da suke da daraja sosai ga wadanda ke kusa da su, ba zan iya ba sai dai in ce eh. Wani ko da yaushe yana da babban ra&#8217;ayi kuma ni zan so in ce eh ga kowa amma ban san yadda zan clone kaina ba tukuna. Ka kula, Michelle Frechette ta gaya mani cloning ba shine abin da nake tsammani ba, ina buƙatar yin ƙarin bincike.</p>\n<h2>Rayuwar da take bani yanzu da dalilin da yasa na zauna</h2>\n<p>Tun da gano WordPress, na kasance wani ɓangare na mai yawa daban-daban ayyuka a cikin Make da cikin al&#8217;umma.</p>\n<p>Ni ɗaya ne daga cikin Wakilan Ƙungiyar horo. Ina samun aiki tare da mutanen da nake so da kuma shiga ciki tsara Koyi. A matsayina na Courtney Robertson, abokina na kwarai kuma ƙwanƙwaran horo Rep, yana cewa:</p>\n<blockquote><p>Muna so mu inganta Ilimi kuma mu sanya Koyi WordPress ya zama na farko tushen tushen albarkatu ga duk wanda ke son farawa ko haɓaka ƙwarewarsa a cikin WordPress.</p></blockquote>\n<p>Ina alfaharin shiga cikin wani aiki wanda ke da yunƙurin ƙugiya, mai tallata tallace-tallace, al&#8217;umma, meta, polyglots, samun dama, ƙira, horo, da <a href=\"https://wordpress.tv/\">WordPress.tv</a> waɗanda ke taimakawa siffa Koyi. Mutane na iya koyo tare da sauran membobin al&#8217;umma, dangane da duniya hanyar sadarwa na masu amfani da WordPress, masu haɓakawa da masu ba da gudummawa. Duba wannan <a href=\"https://make.wordpress.org/training/2021/08/08/who-can-learn-help/\">post akan wanda ya koya zai iya taimakawa</a>, ta Courtney Robertson. Idan kai mai bada horo ne, mai kasuwanci, ko ɗaukar aiki manaja, dubi <a href=\"https://make.wordpress.org/training/2021/05/03/high-level-roadmap-to-learning-wordpress-development/\">babban taswirar hanyarmu don koyon ci gaban WordPress</a>. Shiga mu cikin:</p>\n<ul>\n<li>Ilimi game da WordPress</li>\n<li>Godiya ga ikon WordPress da yadda ake yin shi</li>\n<li>Bikin duk abin da mutane ke yi tare da WordPress</li>\n</ul>\n<p>Zo ku zauna a teburin.</p>\n<p>Ni mai sa kai ne kuma memba na hukumar a kungiyar agaji ta <a href=\"https://www.bigorangeheart.org/\">Big Orange Heart</a> (BOH). Zan iya zama bangare na <a href=\"https://www.wordfest.live\">WordFest</a>, wani taron kan layi na sa&#8217;o&#8217;i 24 na musamman na duniya wanda shine bikin WordPress. BOH ta manufa:</p>\n<blockquote><p>Don tallafawa da haɓaka ingantaccen jin daɗin rayuwa da lafiyar hankali a cikin nesa al&#8217;ummomin aiki.</p></blockquote>\n<p>Ina yin magana da mutane daga kowane fanni na rayuwa, tallafi da kuma taimaka wa al&#8217;ummar da ta damu juna. San iya yin tasiri sosai. Idan ba mu lura da juna ba, wa zai yi?</p>\n<p>Ina jin daɗin samun iyali na duniya, koyo, saduwa da sababbin mutane, haɓaka abokantaka dahadi na rayuwa kuma karin kari shine cewa baya jin kaman aiki. Ina samun zama a bango ina karkata da kafafun kuma in fito lokacin da ake bukata na. Ina jin daɗin wanan aiki.</p>\n<p>Photo by <a href=\"https://www.flickr.com/photos/globallandscapesforum/43847733385\" target=\"_blank\" rel=\"noopener\">Hamza Shaibu</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 17 Nov 2021 08:00:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hauwa Abashiya\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Wowmall: A Free Experimental WooCommerce Block Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125449\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/wowmall-a-free-experimental-woocommerce-block-theme?utm_source=rss&utm_medium=rss&utm_campaign=wowmall-a-free-experimental-woocommerce-block-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4922:\"<img />\n\n\n\n<p class=\"has-drop-cap\">The Wowmall theme was <a href=\"https://wordpress.org/themes/wowmall/\">released to the public today</a>. It is the second 100% block theme that integrates with WooCommerce to land in the WordPress directory. <a href=\"https://wordpress.org/themes/responsive-fse/\">Responsive FSE</a> was the first.</p>\n\n\n\n<p>Two weeks ago, a reader sent in a question for the Ask the Bartender column. He wanted to know <a href=\"https://wptavern.com/ask-the-bartender-where-are-the-woocommerce-block-themes\">where the WooCommerce block themes were</a>. Literally one day after publishing that post, Wowmall was submitted to the WordPress theme review system. Maybe it was fate or just luck, but I had no choice but to give it a test run.</p>\n\n\n\n<p>The theme adds an admin-side welcome and notice page. The author makes it clear that the project is not currently intended for use on production sites. It is in an experimental state at the moment.  It is unclear who is actually behind the Wowmall project. The associated Twitter account has been suspended, and its other social profiles are devoid of information. And, the <a href=\"https://wowmall.store/\">Wowmall website</a> currently offers scant details.</p>\n\n\n\n<p>I will not pretend that Wowmall is one of my favorite themes. The design is far too busy for my tastes. I prefer something scaled back that focuses on content, but I do not fit into this theme&rsquo;s primary audience.</p>\n\n\n\n<p>For an eCommerce theme, it is much cleaner than others I have seen, and it leverages almost every piece of the block system. It ships over 30 block patterns. Six of those are headers, and another three are footers. However, the rest are for general use in the content, including call-to-action layouts and hero sections.</p>\n\n\n\n<img />A call-to-action pattern.\n\n\n\n<p>It also ships several custom block styles. Some of them offer design variations that make up for things like missing border controls for some blocks. Others, such as the Social Icon&rsquo;s &ldquo;Dark&rdquo; style, would be better left to the existing color options.</p>\n\n\n\n<p>The question most people likely want to be answered is how well it works with WooCommerce. From what I have seen, it works like any other run-of-the-mill WooCommerce theme. You know the look, the default design as seen by 90% of the themes built for the eCommerce plugin. Maybe there is a custom color palette or simple stylistic changes. However, at the end of the day, you know it is a WooCommerce shop.</p>\n\n\n\n<img />Wowmall <a href=\"https://wowmall.store/demo/shop/\">shop page</a>.\n\n\n\n<p>If it works, do not mess with the formula. The most egregious issue I saw with the WooCommerce part of the theme was the output of a comments section on the main Shop page and product category archives. I did not see specific block templates for these pages, so I am taking a wild stab and assuming everything is falling back to a single product or page template that would normally output comments.</p>\n\n\n\n<p>Wowmall does not work well as a pure blogging theme. It handles the basics well enough, but it has far too many characters per line for comfortably reading long-form content. A strict 18px font size, a variable-width content area (989px at full-width on my laptop), and a medium-gray text color make it hard to read anything other than short blurbs.</p>\n\n\n\n<p>However, this theme is not touted as a blogging theme. It is hyper-focused on presenting an online shop.</p>\n\n\n\n<p>Where the theme flexes the most is its selection of block patterns. They are designed primarily for building out a unique storefront. Users can get a lot of mileage out of them.</p>\n\n\n\n<p>The breadcrumb trail in the theme is not really a breadcrumb trail at all. It just masquerades as one. Under the hood, it is a Navigation block with a homepage link followed by the current post/page title. At no point does it show the crumbs (e.g., parent pages) that lead back to the site root. Themes have notoriously offered sub-par breadcrumb navigation in the classic era. Perhaps, developers will leave this to plugin authors in their block themes.</p>\n\n\n\n<p>As far as I know, there are no breadcrumb navigation plugins on WordPress.org to integrate with. However, there is a <a href=\"https://github.com/WordPress/gutenberg/issues/21943\">proposal to add a block</a> for it in core. And, for transparency, I have such a plugin under development and intend to release it on .ORG.</p>\n\n\n\n<p>Wowmall is not claiming this is a finished, production-ready WordPress theme. It is an ongoing project that is expected to improve over time. Plus, we are still waiting for WooCommerce to expand its support of the block system.</p>\n\n\n\n<p>What I like more than anything is seeing theme shops push the envelope with blocks. What I see from Wowmall and recent block themes is that many of the limitations of the past year or so are simply no longer there.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Nov 2021 23:35:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"WPTavern: State of the Word 2021 Will Be Broadcast Live from New York City on December 14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125723\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/state-of-the-word-2021-will-be-broadcast-live-from-new-york-city-on-december-14?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2021-will-be-broadcast-live-from-new-york-city-on-december-14\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4517:\"<p>WordPress executive director Josepha Haden Chomphosy <a href=\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\">announced</a> today that the 2021 State of the Word will be held on December 14, <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit/copy/XzY0czNjZGhuNjhyNDJiYTE4NTMzMmI5azZ0MmsyYmEyNjBwNGFiYTE2c3IzZ2NhMjhvbzQ0Z3BrNm8gdHVhOWpudTg4ZHRiZnIzNGpzZGI5a3U1bGNAZw\">between 10 am and 12 pm ET/3 pm and 5 pm UTC</a>. For those who are new to the WordPress community, this event is where Matt Mullenweg reviews the milestones and progress of the past year and shares his vision for the open source WordPress project.</p>\n\n\n\n<p>Ordinarily, the State of the Word is delivered as the capstone to WordCamp US in the latter part of the year, with a live Q&amp;A session following the address. This year, <a href=\"https://wptavern.com/wordcamp-us-2021-kicks-off-online-in-48-hours\">WordCamp US was held online</a> in early October and concluded with Haden Chomphosy discussing trends she observed in 2020 and growth opportunities she sees for the WordPress community. In her most recent <a href=\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\">podcast</a>, Haden Chomphosy confirmed that the State of the Word 2021 will be an in-person event.</p>\n\n\n\n<p>&ldquo;It&rsquo;s going to join the growing list of in-person events that are on the calendar,&rdquo; she said. &ldquo;It will be in New York City but will also be live-streamed across the world as usual.&rdquo;</p>\n\n\n\n<p>When asked about live event, Haden Chomphosy further clarified that it will be more like a mid-sized meetup. Mullenweg will be delivering the State of the Word at Automattic&rsquo;s New York office with approximately 30 people in-person, which is the capacity for the space.</p>\n\n\n\n<p>&ldquo;We&rsquo;ll start with NYC community folks, but will try to keep the invitation process as open as possible,&rdquo; she said. &ldquo;Vaccinations will be required and more information will be available about that later this week.&rdquo;</p>\n\n\n\n<p>Today&rsquo;s announcement said that attendees and viewers can expect to hear about WordPress 5.9, Openverse (WordPress&rsquo; search engine project for openly-licensed media), and Web3 and non-fungible tokens (NFTs). The last topic drew some early responses on Twitter from those who are keenly interested in Web3 and NFTs, as well as those who don&rsquo;t see any value in the WordPress project promoting or participating in these technologies. As WordPress is <a href=\"https://w3techs.com/technologies/details/cm-wordpress\">closing in on 43% of the web</a>, it will be interesting to see what Mullenweg has to say about what the project&rsquo;s role is in this potentially polarizing issue.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">\'Expect to hear about a range of topics, from WordPress 5.9 and Openverse to Web3 and non-fungible tokens (NFTs).\'<br /><br />All I want to hear about Web3 and NFTs is \'The WP project itself will do nothing to encourage these questionable technologies.\' <a href=\"https://t.co/T3LnU21HuZ\">https://t.co/T3LnU21HuZ</a></p>&mdash; Simon Dickson (@simond) <a href=\"https://twitter.com/simond/status/1459430909325807617?ref_src=twsrc%5Etfw\">November 13, 2021</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Annual State of the Word 2021 &ndash; an event to reflect on the WordPress project&rsquo;s progress and the future of open source. Expect to hear about a range of topics including <a href=\"https://twitter.com/hashtag/Web3?src=hash&ref_src=twsrc%5Etfw\">#Web3</a> and non-fungible tokens (<a href=\"https://twitter.com/hashtag/NFTs?src=hash&ref_src=twsrc%5Etfw\">#NFTs</a>). <br /><br />Software powering 42%+ of the entire internet + NFTs. Probably nothing. <a href=\"https://t.co/KfB9UtIBao\">https://t.co/KfB9UtIBao</a></p>&mdash; Brad Williams (@williamsba) <a href=\"https://twitter.com/williamsba/status/1460277517093425152?ref_src=twsrc%5Etfw\">November 15, 2021</a></blockquote>\n</div>\n\n\n\n<p>Viewers will be able participate in the Question &amp; Answer session following the State of the Word by emailing&nbsp;<a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>, or asking during the event in the livestream chat on YouTube. Add the event to your calendar and watch for the livestream to be embedded on <a href=\"http://wordpress.org/news\">wordpress.org/news</a> on December 14.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Nov 2021 00:49:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: “Skins” Are Back in Style, Proposal for Themes To Bundle User-Selectable Design Variations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125725\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"https://wptavern.com/skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations?utm_source=rss&utm_medium=rss&utm_campaign=skins-are-back-in-style-proposal-for-themes-to-bundle-user-selectable-design-variations\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4774:\"<img />Twenty Twenty-Two color and font variations.\n\n\n\n<p class=\"has-drop-cap\">A current proposal could spell the death of at least one form of child theming. The feature would allow themes to <a href=\"https://github.com/WordPress/gutenberg/pull/35619\">ship multiple <code>theme.json</code> files</a>, housing variations on a site&rsquo;s default styles. Essentially, it is the old-school concept of &ldquo;skins.&rdquo;</p>\n\n\n\n<p>How the feature would work is not yet defined. However, theme authors would presumably be allowed to bundle separate JSON files that create user-selectable &ldquo;global style variations&rdquo; or &ldquo;active styles&rdquo; via the site editor.</p>\n\n\n\n<p>It is almost as if we have come full circle. The original implementation of child themes allowed developers to create custom <code>style.css</code> files. The goal was to design skins that changed a site&rsquo;s look and feel without changing its markup. Child themes have become much more flexible since then and can overwrite anything from their parents.</p>\n\n\n\n<p>Many themers still build on top of that original concept. Their child themes are nothing more than a custom stylesheet with design modifications. The ability to bundle multiple style variations from a single theme could change how they approach design, perhaps even offering a better user experience.</p>\n\n\n\n<p>Kjell Reigstad first teased this feature last month when <a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\">announcing the upcoming new default theme</a>. &ldquo;Twenty Twenty-Two will ship with a range of alternate color schemes so that folks can drastically change the appearance of their site,&rdquo; he wrote in the post.  The following is a video of what this concept might look like:</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<p>The UI in the video appears to be a mockup for the site editor. In the right sidebar panel, users can switch between alternate styles and find something that works well for them.</p>\n\n\n\n<p>The proposal would allow for more than color palette variations. Theme authors would be able to adjust typography, layout, and anything else controllable via <code>theme.json</code> &mdash; essentially, the entire theme design.</p>\n\n\n\n<p>Because the feature is not yet in the Gutenberg plugin or in the development version of WordPress, the only way to explore multiple <code>theme.json</code> files is through child theming. Yes, child themes are being used to test the very concept that could make them, at least partially, obsolete. Reigstad has an <a href=\"https://github.com/WordPress/theme-experiments/pull/292\">open pull request</a> in the Theme Experiments repository to flesh out the idea.</p>\n\n\n\n<p>Channing Ritter, an Automattic-sponsored WordPress contributor, <a href=\"https://critterverse.blog/2021/11/10/a-global-styles-switcher/\">shared three variations</a> of what the user experience may look like on her blog. My preferred option is the first. It is a drill-down panel that shows &ldquo;active styles&rdquo; that users can switch between.</p>\n\n\n\n<img />Selecting active theme style from sidebar panel.\n\n\n\n<p>Building an active-style switcher into the global styles interface could offer that ideal user experience that child themes have never achieved. Users had to first understand how they worked, know if any existed for their active theme, install one, and activate it. Under this proposal, they could see all the styles available upfront and simply select one.</p>\n\n\n\n<p>It also gives end-users who are not as design-savvy some variety without forcing them to hand-pick an entire color palette.</p>\n\n\n\n<p>For a while now, I have been imagining a future where theme shops narrow their focus to one, two, or just a handful of core themes. They would then upsell access to support and a library of block patterns. Now, I envision a future where global style variations could play a part in the commercial market, offering value-adds on top of that core product.</p>\n\n\n\n<p>There is also a second ticket that calls for themes to <a href=\"https://github.com/WordPress/gutenberg/issues/36304\">provide alternate color palettes</a>. This would likely be much easier to implement as a separate feature because it is much more scaled back. With only a month to get WordPress 5.9 and Twenty Twenty-Two out of the door with user-selectable color schemes, this may be the more reasonable of the two routes.</p>\n\n\n\n<p>Whatever the case may be, I keep finding new pet features I want to see land in WordPress. Yesterday, it was block patterns. Today, it is &ldquo;active styles,&rdquo; or whatever it gets called. Tomorrow, who knows? New ideas around the block system continue to keep me impatiently awaiting what comes next.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 16 Nov 2021 00:04:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.org blog: WP Briefing: Episode 20: WordPress=Blogging+\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=11556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://wordpress.org/news/2021/11/episode-20-wordpressblogging/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10273:\"<p>In this episode, WordPress&#8217;s Executive Director, Josepha Haden Chomphosy, answers two recently asked questions. Tune in to hear what those questions were and her response, in addition to this week&#8217;s small list of big things.</p>\n\n\n\n<p><em><strong>Have a question you&#8217;d like answered? You can submit them to <a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 id=\"credits\">Credits</h2>\n\n\n\n<ul><li>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a></li><li>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a></li><li>Production:&nbsp;<a href=\"https://profiles.wordpress.org/cbringmann/\">Chloé Bringmann</a></li><li>Song: Fearless First by Kevin MacLeod</li></ul>\n\n\n\n<h2 id=\"references\">References </h2>\n\n\n\n<ul><li><a href=\"https://w3techs.com/technologies/details/cm-wordpress\">W3Techs WordPress Usage Statistics </a></li><li><a href=\"https://make.wordpress.org/core/5-9/\">WordPress 5.9 Development Cycle </a></li><li><a href=\"https://make.wordpress.org/updates/2021/10/22/team-rep-nominations/\">Call for Team Rep Nomination</a></li></ul>\n\n\n\n<h2 id=\"transcript\">Transcript</h2>\n\n\n\n<span id=\"more-11556\"></span>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:10</p>\n\n\n\n<p>Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>00:40</p>\n\n\n\n<p>So I was in a meeting recently, which I realize isn&#8217;t saying much for me since I spend a quarter of my time in meetings. But in this particular meeting, I was asked a couple of questions that I absolutely loved. The first question was, “if there were one thing you could change in people&#8217;s minds about WordPress, what would it be?” And my answer, predictable though it may be, was that I want to change the idea that WordPress is just a blogging platform.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:06</p>\n\n\n\n<p>WordPress has grown into a lot more than that. But the idea of a content management system, even now, sometimes gets a mental shorthand where content is a stand-in for the word writing or words. If you&#8217;re using WordPress today in an enterprise context, or as part of a governmental agency, or if you use it in a classroom setting, you know that your content cannot be confined that way. And if you&#8217;re supporting or building anything to hand off to clients, you know that timely, easy-to-ship changes on a site are considered a vital part of any overarching brand and marketing strategy. And when was the last time that any marketing strategy was literally only about the words?&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>01:51</p>\n\n\n\n<p>So that was the first question. And also my first answer. There is also this kind of annual, not fear, necessarily, but this annual question that is sort of related that is raised to me and has been asked of me recently, that I&#8217;m just going to give you a small answer to. One annual worry that I get every year around November and December is, &#8220;What are we going to do about the fact that the term blog and blogging are declining in search popularity?&#8221; And I was gonna say it&#8217;s been a while since I answered that in any sort of public format. But I think maybe I&#8217;ve never answered it in a public format at all. And so I&#8217;m just going to answer it here. Because I think maybe a lot of people have that same question.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>02:36</p>\n\n\n\n<p>So number one, I think that the way that people search now is different. There&#8217;s a lot more semantic cognition. This is not the way to answer this &#8212;  search engines are smarter now. So like, it used to be the case with early search engines that yeah, there was a lot of just like, individual search terms that were looked for. But now, people are asking full questions; they have, essentially, an entire sentence that they are searching for. And then, search engines are able to parse that information better and get more high-quality answers and information for them. So like, that&#8217;s one thing that I&#8217;m already not worried about. If people are searching for individual words anymore, it&#8217;s so that they can get a definition of that word. So I&#8217;m not specifically worried about a decline in search volume for the word blog or blogging for that reason. But the answer to my first question, if there is probably the real reason that I&#8217;m not actually super worried about any decline in search volume for the word blog, or blogging, is that WordPress has really moved beyond that. And since we have moved beyond that, then it doesn&#8217;t necessarily make sense for WordPress as an entity for WordPress as a project to get overly hung up on the idea that the term blog has gone out of fashion.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>03:52</p>\n\n\n\n<p>Okay, now that I did my first question, and the answer, and then an additional question that only ever gets asked in private and is being answered by me for the first time in public, I will tell you now, the second question that I loved, someone asking of me, and that question is this: &#8220;What is one thing you&#8217;d like people to see or experience, right when they first land on wordpress.org?&#8221; Now, I often don&#8217;t get asked questions about the wordpress.org website, like administrative tasks, things that we need to update, move around where they should go. Sure. But like, “Josepha, what&#8217;s the point and purpose of this site?” Never. I&#8217;ve never been asked that, and so I was really excited that someone asked me, and I&#8217;m going to give you a heads up. I think some of you might disagree with my answer.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>04:40</p>\n\n\n\n<p>So the primary thing that I want people to see or experience when they first get to wordpress.org, the website is the depth of WordPress. Not which audience segment they should belong to or that we believe they should belong to or raw data about the CMS or even how much we care about the freedoms of open source. Now the first thing I want people to see on that site is that WordPress has not only 18 years of learned knowledge that every single new user benefits from, but that it also has 1,000s of really smart people making sure it works and gets better every day, now.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:19</p>\n\n\n\n<p>WordPress is a Goliath in its field. I know that we cite this bit of context. Frequently, we say that we are 42% of the web. And that is true that is the percentage by usage. But in its field, which is websites that are using a content management system, we actually have a 65% market share. This is very easy to find. It&#8217;s on the W3Techs website: I can put a link in the show notes, but you could find it just by searching for it.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>05:46</p>\n\n\n\n<p>So WordPress is a Goliath in its field of websites that are run using a CMS. Because we have always brought our learnings forward with us with the understanding that knowledge, when shared grows rather than diminishes. But open source, the heart of what defines this project, open source is not a Goliath; it&#8217;s barely even David somedays. Even though the web is built on scads of open source software, there&#8217;s a pervasive public perception that it is built by and for hobbyists or that it is inherently risky, and that if there were if it were worth something, then people would pay something. And I just know that if the first impression of WordPress, we&#8217;re, &#8220;we&#8217;ve got 18 years of experience and learning that brought us to today,&#8221; the rest of the sale to adopt software that protects other people&#8217;s freedoms would take care of itself. And I guess, to quote John Oliver, at this point, &#8220;And now this.&#8221;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>06:59</p>\n\n\n\n<p>Alright, that brings us now to our small list of big things. There are actually quite a few big things on this small list today. So number one, we have reached the beta phase for the year&#8217;s final release, which means that WordPress 5.9 beta one is happening tomorrow, Tuesday, November 16. And then seven days later, I believe on the 23rd, if I recall correctly, comes beta two.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:24</p>\n\n\n\n<p>The second thing on my list is that team rep nominations are happening all over the project right now. I&#8217;ve got a post that I will share in the notes below that I believe all the team reps have put their team&#8217;s nomination posts on. So if you have had an interest in learning more about that and what it means to help keep teams kind of running in the WordPress project, then this is a great opportunity to check those out.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>07:49</p>\n\n\n\n<p>And the third thing, this last thing actually isn&#8217;t in the next two weeks, but it is very important, nonetheless. Matt&#8217;s annual State of the Word is coming up on December 14. So basically a month from today. It&#8217;s going to join the growing list of in-person events that are on the calendar. It will be in New York City but will also be live-streamed across the world as usual. Keep an eye out for additional updates about that for anyone who, like me, really looks forward to this particular presentation from our project co-founder every year.&nbsp;</p>\n\n\n\n<p><strong>Josepha Haden Chomphosy&nbsp; </strong>08:25</p>\n\n\n\n<p>And that is your small list of big things. Thank you for tuning in today for the WordPress briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 15 Nov 2021 17:15:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WPTavern: Gutenberg 11.9 Focuses on Navigation Menus and Block Theming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125689\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:185:\"https://wptavern.com/gutenberg-11-9-focuses-on-navigation-menus-and-block-theming?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-11-9-focuses-on-navigation-menus-and-block-theming\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9521:\"<p class=\"has-drop-cap\">Gutenberg 11.9 <a href=\"https://make.wordpress.org/core/2021/11/12/whats-new-in-gutenberg-11-9-0-10-november/\">landed on Wednesday</a>, and it is packed with dozens of enhancements. Contributors are speeding forward, getting in some of the final features before the release of WordPress 5.9, expected on December 14.</p>\n\n\n\n<p>Version 11.9 is the last plugin release to include new features for the upcoming WordPress update. Bug fixes will continue to be ported over in the coming weeks.</p>\n\n\n\n<p>Site editing and theme-related blocks take up most of the spotlight. WordPress 5.9 will ship with its first default block theme, <a href=\"https://wptavern.com/first-look-at-wordpress-upcoming-twenty-twenty-two-default-theme-the-most-flexible-default-theme-ever-created-for-wordpress\">Twenty Twenty-Two</a>. For many users, this will be their first experience with template editing and global styles.</p>\n\n\n\n<p>The Navigation block received a lot of attention, and rightly so. Developers solved some vital data portability issues and created a more well-rounded user experience.</p>\n\n\n\n<p>There is still a lot of room for improvement on the whole, but Gutenberg has come a long way in the past few months. I am excited about what the new features will look like once they land in the general WordPress release.</p>\n\n\n\n<h2 id=\"site-editor-scaled-back-its-menu-moved-and-renamed\">Site Editor Scaled Back, Its Menu Moved and Renamed</h2>\n\n\n\n<img />Site editor with Twenty Twenty-Two active.\n\n\n\n<p class=\"has-drop-cap\">The site editor has been scaled back to the point where it is no longer the feature that Gutenberg plugin users have grown accustomed to in these last few months. It is essentially a pathway to the global styles feature.</p>\n\n\n\n<p>When it comes to templates, only the site&rsquo;s homepage is accessible through the interface. Clicking the &ldquo;W&rdquo; icon in the top left of the editor <a href=\"https://github.com/WordPress/gutenberg/pull/36194\">no longer opens the familiar templates panel</a>, which formerly allowed users to navigate, select, and customize individual templates.</p>\n\n\n\n<p>Clicking the &ldquo;Browse All Templates&rdquo; button carts users away from the site editor to a templates screen. It looks like a posts list and includes no instructions on how to, for example, overwrite an author archive or other theme templates. I know the system well enough to understand what is happening, but I can only imagine this would be shocking for the average user.</p>\n\n\n\n<p>Users can jump to the Header and Footer areas in the site editor by clicking those in the dropdown. The editor simply focuses on those template parts without switching screens.</p>\n\n\n\n<p>However, I see no way of editing specific templates from within the site editor.  The result is a watered-down index template editor with global styles, the one redeeming feature.</p>\n\n\n\n<p>The site editor menu item has also now been <a href=\"https://github.com/WordPress/gutenberg/issues/29630\">moved beneath the Appearance menu</a> in the WordPress admin. It is now simply named &ldquo;Editor.&rdquo; Of course, the &ldquo;Theme Editor&rdquo; submenu is still there.</p>\n\n\n\n<img />Two types of Appearance editors.\n\n\n\n<p><em>I do not expect this to be confusing to users at all&hellip;</em></p>\n\n\n\n<p>Sarcasm aside, this is the appropriate place for the new site editor, which will only appear if a user has a block theme active. However, the two submenu names clearly conflict. Could there be a better place to move the Theme Editor? One proposal would see it <a href=\"https://github.com/WordPress/gutenberg/issues/36354\">dropped under Tools</a> in the admin menu.</p>\n\n\n\n<p>One must wonder how much use there will be for directly editing theme files in a block world. Templates can be overwritten via the UI. <code>theme.json</code> settings are handled through the global styles interface. That mostly just leaves <code>functions.php</code> as the lone holdout. It might just be time to disable file editing by default in WordPress, at least for block themes.</p>\n\n\n\n<h2 id=\"pattern-explorer\">Pattern Explorer</h2>\n\n\n\n<img />Block pattern explorer.\n\n\n\n<p class=\"has-drop-cap\">Users on desktops and tablets can now enjoy a <a href=\"https://github.com/WordPress/gutenberg/pull/35773\">full-screen pattern overlay</a>. Instead of endlessly scrolling through dozens or even hundreds of patterns in the narrow inserter, they can click a new &ldquo;Explore&rdquo; button to <em>explore</em> patterns in an interface with a bit more breathing room.</p>\n\n\n\n<p>I covered this new feature in a full <a href=\"https://wptavern.com/block-pattern-modal-explorer-coming-to-wordpress-5-9\">review earlier this week</a>. There are still a few kinks to work out with the design, but it works well thus far. It also lays the groundwork for a more extensive set of features down the line.</p>\n\n\n\n<h2 id=\"navigation-data-saving-and-navigation-area-block\">Navigation Data Saving and Navigation Area Block</h2>\n\n\n\n<p class=\"has-drop-cap\">Navigation block <a href=\"https://github.com/WordPress/gutenberg/pull/35746\">data is now stored</a> in a dedicated <code>wp_navigation</code> post type. By saving it separately, contributors have now corrected one of the longstanding issues with block-based nav menus: portability.</p>\n\n\n\n<p>In previous iterations of the block, users lost their carefully-crafted menus whenever they switched to a new block theme. They would have to recreate content that typically does not change often.</p>\n\n\n\n<p>Alongside this improvement is a new <a href=\"https://github.com/WordPress/gutenberg/pull/36178\">Navigation Area block</a>, which serves as a wrapper for Navigation. Theme authors will be able to define custom areas in their block theme templates with the following code:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- wp:navigation-area {\"area\":\"primary\"} --&gt;\n&lt;!-- wp:navigation /--&gt;\n&lt;!-- /wp:navigation-area --&gt;</code></pre>\n\n\n\n<p>The nested Navigation block is associated with a <code>wp_navigation</code> <em>post</em>. This will be the preferred format for theme authors going forward.</p>\n\n\n\n<p>When a user switches themes and the &ldquo;area&rdquo; name matches their previous theme, the menu simply carries over and automatically appears. If they do not match, the user can assign a saved menu. The menu/area relationship is stored in the database.</p>\n\n\n\n<p>One of the issues with the Navigation Area block is that it has no alignment controls. Technically, it does not output any HTML itself. However, its existence in the editor prohibits a user from selecting wide or full alignment for its inner Navigation block.</p>\n\n\n\n<h2 id=\"duotone-filter-transparency\">Duotone Filter Transparency</h2>\n\n\n\n<p class=\"has-drop-cap\">Duotone filters on blocks such as Image and Cover <a href=\"https://github.com/WordPress/gutenberg/pull/34130\">now support transparency</a>. Users will now see a slider control beneath the color picker when adjusting either shadows or highlights.</p>\n\n\n\n<p>The feature opens the door for a double exposure effect or image mask by layering an Image block over a Cover. Alex Lende showed a few examples of how this could work in the ticket.</p>\n\n\n\n<img />Image with transparent duotone layered over Cover block.\n\n\n\n<p>Developers also noted possibilities for a tritone option and <a href=\"https://github.com/WordPress/gutenberg/pull/35359\">other filter types</a>.</p>\n\n\n\n<h2 id=\"api-for-accessing-global-styles\">API For Accessing Global Styles</h2>\n\n\n\n<p class=\"has-drop-cap\">Theme and plugin authors should have fun with this new <a href=\"https://github.com/WordPress/gutenberg/pull/34843\">API for interacting</a> with the global styles system. Previously, developers had to use the <code>WP_Theme_JSON_Resolver</code> class to pull data that they needed on the server side. Now, they have three new functions:</p>\n\n\n\n<ul><li><code>gutenberg_get_global_settings()</code> &ndash; Returns settings.</li><li><code>gutenberg_get_global_styles()</code> &ndash; Returns style settings.</li><li><code>gutenberg_get_global_stylesheet()</code> &ndash; Returns the global stylesheet.</li></ul>\n\n\n\n<p>Presumably, these functions will be renamed before landing in WordPress 5.9 and not have the <code>gutenberg_</code> prefix. Theme authors should wrap any usage of these in <code>function_exist()</code> checks to be on the safe side.</p>\n\n\n\n<h2 id=\"new-comment-blocks\">New Comment Blocks</h2>\n\n\n\n<p class=\"has-drop-cap\">Several new comment blocks have landed in the latest plugin update. The <a href=\"https://github.com/WordPress/gutenberg/pull/35231\">Comments Query Loop and Comment Template</a> blocks work similarly to their post counterparts. However, the current result is a bare-bones feature that is not ready for production use. Nested comments are not shown, and there are not many options for customizing the output.</p>\n\n\n\n<p>It is a step toward block theme authors and users (via the site editor) controlling post comments output. Gutenberg 11.9 also includes new comment helper blocks that will be necessary for templating:</p>\n\n\n\n<ul><li><a href=\"https://github.com/WordPress/gutenberg/pull/35774\">Comment Reply Link</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/35965\">Comment Link</a></li><li><a href=\"https://github.com/WordPress/gutenberg/pull/35396\">Comment Avatar</a></li></ul>\n\n\n\n<p>For a while, comments have felt like an afterthought. Any movement toward rounding out these missing theme-related blocks is welcome.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Nov 2021 01:34:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress.org blog: State of the Word 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11567\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2021/11/state-of-the-word-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4429:\"<div class=\"wp-block-image\"><img width=\"632\" height=\"430\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/SOTW-Post-e1636763589410-1024x696.png?resize=632%2C430&ssl=1\" alt=\"State of the Word 2021\" class=\"wp-image-11568\" />State of the Word 2021 is happening on Dec 14!</div>\n\n\n\n<p>Howdy, World!&nbsp;</p>\n\n\n\n<p><a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&dates=20211214T220000Z/20211215T000000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">Mark your calendars</a>; it’s almost time for State of the Word 2021!</p>\n\n\n\n<p>State of the Word is the annual keynote address delivered by the WordPress project’s co-founder, Matt Mullenweg. Every year, the event allows us to reflect on the project’s progress and the future of open source. This year will include that and more.</p>\n\n\n\n<p>Due to the pandemic, we moved the State of the World online for the first time ever in 2020. This year, the event will be livestreamed from New York City. That will enable us to take as many folks as possible along for the ride!</p>\n\n\n\n<p>Join Matt as he provides a retrospective of 2021, discusses the latest trends he’s seeing, celebrates the community’s amazing wins, and explores the future. Expect to hear about a range of topics, from WordPress 5.9 and Openverse to Web3 and non-fungible tokens (NFTs).</p>\n\n\n\n<p><strong>What:</strong> State of the Word 2021</p>\n\n\n\n<p><strong>When:</strong> <a href=\"https://calendar.google.com/calendar/u/0/r/eventedit?text=State+of+the+Word+2021+livestream&dates=20211214T220000Z/20211215T000000Z&details=State+of+the+Word+is+the+annual+keynote+address+delivered+by+the+WordPress+project%27s+co-founder,+Matt+Mullenweg.%0AJoin+Matt+as+he+provides+a+retrospective+of+2021,+celebrates+the+community%27s+amazing+wins,+discusses+the+latest+trends+he%27s+seeing,+and+explores+the+future+of+open+source.%0AState+of+the+Word+will+be+live+streamed+from+New+York+City,+and+is+free+for+all+to+watch.%0Ahttps://wordpress.org/news/2021/11/state-of-the-word-2021/\">December 14, 2021, between 5 and 7 pm ET/10 &#8211; 12 am (December 15) UTC</a></p>\n\n\n\n<p><strong>How:</strong> If you’re watching from the comfort of your home or <a href=\"https://wordpress.org/news/2021/11/watch-state-of-the-word-at-a-watch-party-with-your-wordpress-friends/\">local watch party</a>, the livestream will be embedded on wordpress.org/news.</p>\n\n\n\n<p><strong>Have a question for Matt?</strong></p>\n\n\n\n<p>State of the Word will be followed by a Question &amp; Answer session. If you want to participate, you can either send your question ahead of time to <a href=\"mailto:ask-matt@wordcamp.org\">ask-matt@wordcamp.org</a>, or ask during the event in the livestream chat on YouTube.</p>\n\n\n\n<p>If you’re new to State of the Word, the previous years’ recordings (below) will help you get a sense of what the event is about. Check them out:</p>\n\n\n\n<ul><li><a href=\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\">State of the Word 2020 (online)</a></li><li><a href=\"https://wordpress.tv/2019/11/03/2019-state-of-the-word/\">State of the Word 2019 – WordCamp US, St. Louis</a></li><li><a href=\"https://wordpress.tv/2018/12/27/state-of-the-word-2018/\">State of the Word 2018 – WordCamp US, Nashville</a></li><li><a href=\"https://wordpress.tv/tag/state-of-the-word/\">All recordings</a></li></ul>\n\n\n\n<p>We hope to see you online on December 14th!</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/anjanavasan/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>anjanavasan</a> <a href=\"https://profiles.wordpress.org/eidolonnight/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>eidolonnight</a> <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a> for their work on this post. The featured image was created by <a href=\"https://profiles.wordpress.org/beafialho/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>beafialho</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 13 Nov 2021 00:38:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: GoDaddy Acquires Pagely to Deploy New WooCommerce SaaS Product\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125660\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:189:\"https://wptavern.com/godaddy-acquires-pagely-to-deploy-new-woocommerce-saas-product?utm_source=rss&utm_medium=rss&utm_campaign=godaddy-acquires-pagely-to-deploy-new-woocommerce-saas-product\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3259:\"<p>GoDaddy has <a href=\"https://aboutus.godaddy.net/newsroom/press-releases/press-release-details/2021/Pagely-joins-GoDaddy/default.aspx\">acquired</a> managed WordPress hosting company Pagely to expand the company&rsquo;s expertise in hosting WooCommerce stores. Pagely, co-founded by Joshua and Sally Strebel, has been in business for 18 years, offering hosting for businesses and enterprises at the higher end of the managed hosting market.</p>\n\n\n\n<p>&ldquo;We will be working closely with the amazing team of WooCommerce experts from SkyVerge (previous GoDaddy acquisition) on the GoDaddy commerce team to deploy a world-class WooCommerce SaaS aimed at powersellers,&rdquo; Pagely co-founder and CEO Joshua Strebel said in a post titled &ldquo;<a href=\"https://pagely.com/blog/we-did-it/\">We Did It</a>.&rdquo;</p>\n\n\n\n<p>Strebel said Pagely received more than a dozen offers to buy the company over the years and was given the &ldquo;choice of every suitor in the space.&rdquo; This particular offer was the third from GoDaddy.</p>\n\n\n\n<p>&ldquo;We poured our heart and soul into Pagely, and PressNomics, and the market responded,&rdquo; Strebel said. &ldquo;First, shown by our own success and then that of all the followers that came along after.&nbsp;We built a company with industry-leading&nbsp;<em>everything &ndash;&nbsp;</em>that our employees and customers love and respect, and despite our diminutive size in comparison to the VC fueled giants, those same entities could not ignore us. And that pushed the entire channel to improve and do better, benefiting every WordPress user on the planet.&rdquo;</p>\n\n\n\n<p>The companies did not disclose the terms of the deal. I spoke with both Pagely and GoDaddy representatives who would not elaborate on how the new WooCommerce Saas will be different from GoDaddy&rsquo;s current WordPress e-commerce hosting offering. WooCommerce stores at GoDaddy start at $15.99/month and include 75 extensions and daily back-ups, among other features. </p>\n\n\n\n<p>During an <a href=\"https://www.youtube.com/watch?v=2uE2s3Of_AU\">interview</a> with Post Status last night, GoDaddy product manager Beka Rice said Pagely will be involved in deploying the new WooCommerce product, which she described as a &ldquo;curated experience&rdquo; for merchants. GoDaddy will be relying on Pagely&rsquo;s infrastructure expertise to improve the company&rsquo;s ability to keep WooCommerce stores running smoothly. </p>\n\n\n\n<p>When asked about a potential launch date for the new WooCommerce SaaS product, Rice said the project is still in the the planning stages. They have identified the teams and are interested in learning more about scaling WooCommerce from Pagely&rsquo;s enterprise customers.</p>\n\n\n\n<p>Pagely co-founder and COO Sally Strebel confirmed that the company will continue sponsoring and hosting its annual Pressnomics conference, which has held six events since it began.</p>\n\n\n\n<p>&ldquo;Our beloved conference,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://pressnomics.com/\" target=\"_blank\">Pressnomics</a>, may look a little different going forward, and will remain a Pagely hosted event with the same mission as always: to elevate and connect business owners in the WordPress ecosystem,&rdquo; Strebel said.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Nov 2021 19:29:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Proposed Web Fonts API Not Coming to WordPress 5.9, Possibly Landing in Gutenberg First\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125634\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:237:\"https://wptavern.com/proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first?utm_source=rss&utm_medium=rss&utm_campaign=proposed-web-fonts-api-not-coming-to-wordpress-5-9-possibly-landing-in-gutenberg-first\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6763:\"<p class=\"has-drop-cap\">After what seemed like a shoo-in for WordPress 5.9, a <a href=\"https://wptavern.com/a-web-font-api-possibly-coming-to-wordpress\">proposed web font API</a> was put on hold. The feature would standardize how theme and plugin developers load fonts and lay the groundwork for future user-facing features.</p>\n\n\n\n<p>Jono Alderson <a href=\"https://core.trac.wordpress.org/ticket/46370\">opened a ticket</a> for the feature in February 2019. In recent months, the proposal picked up speed. The <a href=\"https://github.com/WordPress/wordpress-develop/pull/1736\">pull request</a> had over 200 in-ticket messages, 93 commits, and code approval from two core committers. The API seemed ready. However, it hit a standstill in the past few days.</p>\n\n\n\n<p>Andrew Ozz, a lead WordPress developer, essentially <a href=\"https://github.com/WordPress/wordpress-develop/pull/1736#issuecomment-963589490\">halted the possibility of the new API</a> landing in 5.9. He stated that he did not think the proposal was ready for WordPress.</p>\n\n\n\n<p>&ldquo;Purely as code it looks good,&rdquo; he wrote in the ticket. &ldquo;It is really well documented (thanks [Tonya Mark]!). However I still cannot see how this would make WordPress better in the short and long run. We were chatting with [Andrei Draganescu] and he suggested that ideally this should have been a feature plugin, and I agree. Then it would have been possible to really test it in production, verify (or reject) the assumptions that were made while creating it, and make it into a really worthy addition to WordPress. Unfortunately it&rsquo;s too late for this now for 5.9.&rdquo;</p>\n\n\n\n<p>One of the issues with testing feature plugins for APIs is that they are not often adopted, as others noted in the ticket. Developers would not rely on them in production in most cases. And, the average end-user would not install something specific to developers.</p>\n\n\n\n<p>&ldquo;Suggesting this be done as a feature plugin is an elegant way to delay something for a few years,&rdquo; <a href=\"https://github.com/WordPress/wordpress-develop/pull/1736#issuecomment-963893355\">said Ari Stathopoulos</a>, one of the developers behind the API. However, he pointed out the REST API being one exception that performed well enough to get ported into WordPress.</p>\n\n\n\n<p>The core WordPress proposal will likely be <a href=\"https://core.trac.wordpress.org/ticket/46370#comment:111\">pushed into the Gutenberg plugin</a> for further exploration. This would be a sort of compromise between launching as a separate feature plugin and going into WordPress 5.9.</p>\n\n\n\n<p>The web fonts API is not directly related to the block system. Both traditional and block themes, as well as plugins, could make use of the feature today. However, several Gutenberg proposals rely on the existence of the API, such as allowing theme authors to define web fonts via their <code>theme.json</code> files.</p>\n\n\n\n<p>Ozz listed several questions around the proposal, and several developers replied to each. However, his primary argument hinged on the practicality of why everything in the API was necessary, stating that prior replies had been &ldquo;in principle&rdquo; and seemed to be based on assumptions.</p>\n\n\n\n<p>On the most basic level, the web fonts API would allow developers to register and load locally-hosted fonts or those from Google Fonts. Developers could also add custom providers outside of the two defaults. The first iteration of the proposed API was more about setting down a foundation to build upon in future WordPress releases.</p>\n\n\n\n<p>The appeal of the feature is not simply loading fonts. Technically, theme authors could do that with a single line of code if they wanted to. Four lines of code if they wanted to follow current core WordPress standards, at least on the front end.</p>\n\n\n\n<p>Stathopoulos rattled off a list of improvements such an API would bring to WordPress and its extensions.</p>\n\n\n\n<ul><li>Themes could define fonts via their <code>theme.json</code> files.</li><li>Font previews in the font-family selector in the editor.</li><li>Showing valid font-weights and styles for a font-family.</li><li>Improved front-end performance.</li><li>Server-side localization for better performance and privacy.</li></ul>\n\n\n\n<p>This was a small sampling of the arguments in favor of including the API in core WordPress.</p>\n\n\n\n<p>&ldquo;There are many improvements in Gutenberg that are in limbo, waiting for a web fonts API,&rdquo; wrote Stathopolous in the ticket. &ldquo;Not having a web fonts API is a blocker at this point. It&rsquo;s not a good-to-have item in our wishlist, it is a requirement in order to move forward.&rdquo;</p>\n\n\n\n<p>Currently, no standard specifically relates to web fonts in WordPress. Theme authors piggyback off existing functions for enqueueing a third-party stylesheet or a custom one with <code>@font-face</code> rules. That has generally been an accepted practice in the theme author community over the years.</p>\n\n\n\n<p>However, many have accepted it grudgingly. Several have created custom scripts to ease pain points. Many others just copy whatever method the latest default WordPress theme happens to be using.</p>\n\n\n\n<p>One of the goals is to make it so that developers do not have to worry about doing all of the extra work involved with loading web fonts. There really should be no need for a theme to figure out how to load them in both the editor and the front end, handle preloading, or account for localization. As themes age and third-party APIs like Google Fonts change, there would be no need for themes to update if WordPress takes care of it under the hood.</p>\n\n\n\n<p>The problem of how best to load web fonts multiplies when you throw plugins into the mix. Generally, themes do all the heavy lifting when it comes to design. However, some plugins leap into that side of the WordPress world to add extra style options. There is no way to solve conflicts when loading multiple copies of the same font. Nor are there any surefire ways to disable a theme&rsquo;s fonts and replace them via the plugin.</p>\n\n\n\n<p>One such plugin author emailed me to let me know the news I had already known. The web fonts API appeared to no longer be landing in WordPress 5.9. The developer was gearing up to launch a new website and service on top of the new feature. They even had a mascot. As of now, it might just have to wait.</p>\n\n\n\n<p>The feature freeze deadline was two days ago. Therefore, it is unlikely the web fonts API gets added back to the WordPress 5.9 milestone. Maybe developers will see it when 6.0 lands. Maybe pushing it to the Gutenberg plugin breathes some more life into it, allowing contributors to move forward with new features that rely on it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Nov 2021 01:58:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WordPress.org blog: Take the 2021 WordPress Annual Survey (and view the 2020 results)!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11551\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://wordpress.org/news/2021/11/take-the-2021-wordpress-annual-survey-and-view-the-2020-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4805:\"<p>Each year, members of the WordPress community (users, site builders, extenders, and contributors) provide their valuable feedback through an annual survey. Key takeaways and trends that emerge from this survey often find their way into the annual <a href=\"https://wordpress.tv/tag/state-of-the-word/\"><em>State of the Word</em></a> address, are shared in the public project blogs, and can influence the direction and strategy for the WordPress Project.</p>\n\n\n\n<p>Simply put: this survey helps those who build WordPress understand more about how the software is used, and by whom. The survey also helps leaders in the WordPress open source project learn more about our contributors’ experiences.&nbsp;&nbsp;</p>\n\n\n\n<p>To ensure that <strong><em>your</em></strong> WordPress experience is represented in the 2021 survey results, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">take the 2021 annual survey now.</a></p>\n\n\n\n<div class=\"wp-container-61a4d6053755b wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-english\" target=\"_blank\" rel=\"noreferrer noopener\">Take the Annual Survey! (English)</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>You may also take the survey in <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-french\" target=\"_blank\" rel=\"noreferrer noopener\">French</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-german\" target=\"_blank\" rel=\"noreferrer noopener\">German</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-japanese\" target=\"_blank\" rel=\"noreferrer noopener\">Japanese</a>, <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-russian\" target=\"_blank\" rel=\"noreferrer noopener\">Russian</a>, or <a href=\"https://wordpressdotorg.survey.fm/wordpress-2021-survey-spanish\" target=\"_blank\" rel=\"noreferrer noopener\">Spanish</a>. These are the top five languages (other than English) based on the number of WordPress locale downloads. For 2022, additional languages may be considered for translation.</p>\n\n\n\n<p>The survey will be open through the end of 2021, and the results will be published in a future post on this blog for anyone to view. Next year, there will be a new format for this survey, including which segments and questions are included, so that your valuable time spent responding results in equally valuable information.</p>\n\n\n\n<h2 id=\"2020-survey-results\">2020 Survey Results</h2>\n\n\n\n<p>For the 2020 survey, more than 17,000 responses were collected, representing the highest submission volume in four years, up three times from the prior year. In the inaugural year of the survey (2015), over 50,000 responses were collected. Given the reach and adoption of WordPress, there is a significant number we have not reached. As you take the 2021 survey, consider sharing the link on social media and with other colleagues who use WordPress. Gathering feedback from more folks who benefit from WordPress will strengthen our project.</p>\n\n\n\n<div class=\"wp-container-61a4d60537855 wp-block-buttons\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link\" href=\"https://wordpress.org/news/files/2021/11/WordPress.org-2020-Annual-Survey.pdf\" target=\"_blank\" rel=\"noreferrer noopener\">View the 2020 Survey Results (PDF)</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>The 2020 survey results show that the pandemic has had a major impact on how we operate as a community. With few in-person events, many community members continue to find it challenging to balance community contributions with their own personal and professional obligations.&nbsp;</p>\n\n\n\n<h2 id=\"footnotes\">Footnotes:</h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses nor IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<p>Like last year, the 2021 survey will be promoted via a banner on WordPress.org, and throughout the make blogs. However, taking a moment to amplify these posts through your own social media and Slack accounts will ensure broader participation. Each of the translated surveys will be promoted through banners on their associated localized-language WordPress.org sites.</p>\n\n\n\n<p><em>Thanks to <a href=\"https://profiles.wordpress.org/dansoschin/\">@dansoschin</a> for the initial draft of this post, and to <a href=\"https://profiles.wordpress.org/annezazu/\">@annezazu</a> &amp; <a href=\"https://profiles.wordpress.org/zackkrida/\">@zackkrida</a> for review!</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 23:52:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WPTavern: Lemon Squeezy Launches WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125589\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"https://wptavern.com/lemon-squeezy-launches-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=lemon-squeezy-launches-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4350:\"<p><a href=\"https://www.lemonsqueezy.com/\">Lemon Squeezy</a>, a hosted e-commerce platform for selling digital products, subscriptions, and software licenses, <a href=\"https://www.lemonsqueezy.com/lemon-drop-05/\">launched a WordPress plugin</a>. The plugin allows the platform&rsquo;s customers to sell their products directly on WordPress sites. </p>\n\n\n\n<p>Merchants sign up, create products, and manage customers and subscribers using the Lemon Squeezy platform. Then they use the plugin to connect via OAuth and display products within WordPress content areas. The first version of the plugin lets users add &ldquo;buy buttons&rdquo; for products using a block.</p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>For checkout, merchants can link directly to a secure hosted checkout page or show a checkout pop-up modal on their WordPress sites.</p>\n\n\n\n<p>Lemon Squeezy is also aimed at WordPress product creators as the platform includes the ability to ship auto-updates for commercial themes and plugins.</p>\n\n\n\n<p>Merchants pay a monthly fee to use the service based on features, plus 3.5% + 30c per transaction. These fees cover access to the hosted platform, which handles merchant accounts, payment gateways, taxes, VAT, and other administrative details as the merchant of record. </p>\n\n\n\n<div class=\"wp-block-image\"><img /></div>\n\n\n\n<p>Lemon Squeezy was created by veterans of the WordPress community who are looking to position the platform as a competitor to WooCommerce and Easy Digital Downloads. In promoting the new plugin, Lemon Squeezy team member Mike McAlister, founder of Array Themes and creator of Atomic Blocks, explained why he doesn&rsquo;t see WordPress as the right tool for selling products anymore.</p>\n\n\n\n<p>&ldquo;These days, I can&rsquo;t imagine running a business inside wp-admin,&rdquo; McAlister said. &ldquo;It&rsquo;s just not built for it, in my opinion. Having sensitive customer records in the same database as site content and data stored by plugins with varying security practices just screams trouble.&rdquo;</p>\n\n\n\n<p>Lemon Squeezy was met with a cautious reception from the WordPress developer community. There was some discussion on it in the Post Status Club Slack instance where members noted that the plugin launched with no migration options. This means it&rsquo;s currently only available to new store owners or those with a few products they can easily recreate. Without a straightforward migration tool, the service will have a difficult time siphoning users off of existing WordPress-based solutions. </p>\n\n\n\n<p>Since the plugin is still in its early days, it seems best-suited to simple stores that don&rsquo;t require more than just being embedded on a WordPress site. In that case, there are many &ldquo;buy button&rdquo; style of e-commerce plugins with lower fees that Lemon Squeezy will be competing against as it enters the market.</p>\n\n\n\n<p>Maintaining products on one platform and a store on a different platform may not be advantageous for some users, especially those who don&rsquo;t want to have to learn both to start selling. Lemon Squeezy&rsquo;s creators are marketing it as &ldquo;the easy-peasy way to sell digital products online,&rdquo; as the hosted service provides an attractive storefront and  takes care of all the extraneous financial details of running a store.</p>\n\n\n\n<p>Although the plugin&rsquo;s name is Lemon Squeezy, its title on WordPress.org is &ldquo;<em>Easy Peasy Digital Downloads &mdash; Sell Digital Products, Subscriptions, and Licenses with Lemon Squeezy</em>.&rdquo; This seems tailored to ride on the coattails of Easy Digital Downloads&rsquo; well-established search placement as WordPress&rsquo; market leader for selling digital products. WordPress users looking to create a digital store likely would not be searching for this plugin by name unless they already knew about it from elsewhere. </p>\n\n\n\n<p>Next on the current roadmap for the <a href=\"https://wordpress.org/plugins/lemon-squeezy/\">Lemon Squeezy WordPress plugin</a> is the ability to restrict content by using more features built into the Lemon Squeezy platform. The plugin is still under development and users are welcome to send feedback to the team <a href=\"https://twitter.com/lmsqueezy\">via Twitter</a> or <a href=\"https://wptavern.com/hello@lemonqueezy.com\">email</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 18:43:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"Post Status: Post Status Excerpt (No. 32) — Diversity in Speaking, Organizing, and Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=89240\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/32/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5046:\"<h2>&#8220;Focus on the skills people bring, what projects they\'ve done that have been really great.&#8221; — Jill Binder</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David talks with special guest Jill Binder about diversity and inclusion — how can people in underrepresented groups leverage resources in the WordPress community to increase their confidence, exposure, and potential hiring value? Learn how organizers can make their events feel more open and how they can encourage those in under-represented groups to participate. If we see a speaker who doesn\'t look like us at a conference and simply appreciate their contribution as a speaker as a normal feature of our conferences, that is an achievable win.</p>\n\n\n\n<p><strong>Don\'t forget! </strong>We\'re encouraging listeners to check out the &#8220;<a href=\"https://poststatus.com/make-wordpress/\">Week at WordPress.org</a>&#8221; — get the feed <a href=\"https://poststatus.com/make-wordpress/feed/\">here</a> — and <a href=\"https://poststatus.com/submit-2021-black-friday-cyber-monday-deals/\">submit your Black Friday / Cyber Monday deals</a> to us at Post Status for us to share.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://bit.ly/WPDiversity17Nov2021\">Allyship for WordPress event organizers </a>(AMER/EMEA (November 17, 2021 @ 6pm-8pm UTC)</li><li><a href=\"https://bit.ly/WPDiversity27Nov2021\">How to Own Your Expertise & Start Speaking at WordPress Events Southeast to Southern Asia </a>(November 27, 2021 @ 7am-8:30am UTC)</li><li><a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\">How to Own Your Expertise & Start Speaking at WordPress Events AMER/EMEA</a> &#8211; Held during first two weeks of December.</li><li><a href=\"https://make.wordpress.org/community/tag/wpdiversityworkshops/\" target=\"_blank\" rel=\"noreferrer noopener\">WPDiversity on Make.WordPress.Org</a></li><li><a href=\"https://diversein.tech/\" target=\"_blank\" rel=\"noreferrer noopener\">diversein.tech</a></li><li>Creating a Welcoming and Diverse Space (Part <a href=\"https://learn.wordpress.org/workshop/creating-a-welcoming-and-diverse-space-part-1/\">1</a> and <a href=\"https://learn.wordpress.org/workshop/creating-a-welcoming-and-diverse-space-part-2/\">2</a>)</li><li><a href=\"https://twitter.com/jillbinder\" target=\"_blank\" rel=\"noreferrer noopener\">Jill Binder (Twitter)</a></li><li><a href=\"https://linkedin.com/in/jillbinder/\" target=\"_blank\" rel=\"noreferrer noopener\">Jill Binder (LinkedIn)</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">GoDaddyPro</a></h3>\n\n\n\n<p>Manage your clients, websites, and tasks from a single dashboard with <strong>GoDaddy Pro</strong>. Perform security scans, backups, and remote updates to many sites on any host. Check up on site performance, monitor uptime and analytics, and then send reports to your clients. <strong>GoDaddy Pro</strong> is free — and designed to make your life better.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 05:45:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: Ask the Bartender: Is There Still a Space for Building With HTML, CSS, and Template Tags?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:235:\"https://wptavern.com/ask-the-bartender-is-there-still-a-space-for-building-with-html-css-and-template-tags?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-is-there-still-a-space-for-building-with-html-css-and-template-tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5500:\"<blockquote class=\"wp-block-quote\"><p>I&rsquo;m still wondering about the best method to approach a new project.</p><p>As a background, besides the traditional way, I&rsquo;ve worked with Divi, love Bricks, and am loving Blocks. But I still feel that there is nothing like building a website from the root, with raw material: HTML, dynamic PHP, and CSS &mdash; even more now with the importance of performance and the new server-side of things.</p><p>Plus, the ability to play with dynamic data (and the database) with template tags is so smooth and efficient that it really feels like superpowers.</p><p>So, it feels a bit strange, but I&rsquo;m wondering if template tags are going to end too?</p><cite>Ricardo</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">You are asking a guy who was so nostalgic for the &ldquo;simpler&rdquo; days that he built his own custom blogging system over a weekend. And, I actually still use that same code, albeit updated and refined, for my personal blog today. When I began that project, I laid the foundation with modern PHP and build tools. However, at the heart of it, I just wanted to get back to those foundational elements of the web: HTML and CSS. I feel where you are coming from.</p>\n\n\n\n<p>That project was fun to build for my own edification and enjoyment, but it essentially has a user base of one. Designing the front end for it feels very much like WordPress of 10 &ndash; 15 years ago.</p>\n\n\n\n<p>When you said using template tags was like accessing &ldquo;superpowers,&rdquo; it brought on a wave of nostalgia of those days and weeks when I first started using them. It was such an elegant system. Anyone could grab some dynamic data by copying a code snippet and pasting it between some HTML elements.</p>\n\n\n\n<p>For those with the skills or enough DIY grit, they can do anything with a little bit of code, trial-and-error, and time. However, if we are going to empower more people, developers need newer and more powerful technologies to make that possible. For WordPress development, that means embracing the block system, which seems like something you are doing.</p>\n\n\n\n<p>Template tags are not going away. They are just PHP functions for getting some type of data. They will be around for a long time, likely as long as WordPress itself is still kicking.</p>\n\n\n\n<p>Many blocks actually rely on these template tags for outputting dynamic data on the front end. For example, the Archives block is literally a wrapper around <code>wp_get_archives()</code>.</p>\n\n\n\n<p>If you prefer working from a code editor, you could look at blocks as modern-day template tags for WordPress. They are merely snippets of HTML code with a bit of JSON mixed in as an HTML comment. Many also display dynamic data.</p>\n\n\n\n<p>There is really no difference between the following template tag:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php wp_get_archives() ?&gt;</code></pre>\n\n\n\n<p>And its block equivalent:</p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;!-- wp:archives /--&gt;</code></pre>\n\n\n\n<p>Both spit out dynamic data. The difference is the syntax.</p>\n\n\n\n<p>Granted, that is one of the simplest examples. Sometimes the block code is more complex. Other times, not so much.</p>\n\n\n\n<p>What makes blocks more flexible is that they are built on a standardized system that empowers users to interact with them on the admin side.</p>\n\n\n\n<p>Web development is an industry where you must continually adapt, learning new syntaxes, programming languages, libraries, technologies, and more. Just when you think you have mastered one thing, something else comes along to toss your world upside down. It can be both frustrating and fun.  Over time, you just learn to roll with it.</p>\n\n\n\n<p>While template tags are not going away, how front-end developers build will change in the coming years. For most projects, they will work with blocks. However, block theming is in its infancy, so it is not something anyone must rush into.</p>\n\n\n\n<p>With that said, the beauty of WordPress is that there is no one way of using it. If you want to build with just the <em>raw materials</em>, you can always do that. It may even make some projects easier, particularly if you have a simplified scope.</p>\n\n\n\n<p>As far as performance goes, WordPress is pretty fast out of the box. Plugins and the active theme can improve its speed or make it a lot worse. Thanks to some <a href=\"https://make.wordpress.org/core/2021/07/01/block-styles-loading-enhancements-in-wordpress-5-8/\">improvements in 5.8</a>, block styles are far more efficient.</p>\n\n\n\n<p>It sounds to me that we are kindred spirits. We appreciate the simplicity &mdash; at least what we personally view as simple &mdash; of just diving into the building blocks of the web. And, there is nothing wrong with that.</p>\n\n\n\n<p>However, as a professional, you are building themes for customers or performing a service for a client. The technology or the tools you use do not really matter as long as they allow you to cater to your users.</p>\n\n\n\n<p>Maybe that tool is a third-party page builder on a client site. Perhaps you are building a block theme for public release on top of WordPress. Or, it could be a personal project, an itch you have been wanting to scratch. You load your code editor and begin tapping the keys. After a weekend of caffeine and junk food, you realize you have built something new and exciting from the ground up.</p>\n\n\n\n<p>Whatever your new project is, approach it based on what the project itself needs.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 01:52:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.org blog: WordPress 5.8.2 Security and Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11546\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2021/11/wordpress-5-8-2-security-and-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2948:\"<p><strong>WordPress 5.8.2&nbsp;</strong>is now available!</p>\n\n\n\n<p>This security and maintenance release features <a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&milestone=5.8.2&group=component&col=id&col=summary&col=owner&col=type&col=status&col=priority&col=milestone&order=priority\">2 bug</a> fixes in addition to <a href=\"https://core.trac.wordpress.org/ticket/54207\">1 security</a> fix. Because this is a <strong>security release</strong>, it is recommended that you update your sites immediately. All versions since WordPress 5.2 have also been updated.</p>\n\n\n\n<p>WordPress 5.8.2 is a small focus security and maintenance release. The next major release will be version&nbsp;<a href=\"https://make.wordpress.org/core/5-9/\">5.9</a>.</p>\n\n\n\n<p>You can download WordPress 5.8.2 by downloading from WordPress.org, or visit your Dashboard → Updates and click Update Now. If you have sites that support automatic background updates, they’ve already started the update process.</p>\n\n\n\n<p>For more information, browse the <a href=\"https://core.trac.wordpress.org/query?id=54129%2C54323%2C54207&milestone=5.8.2&group=component&col=id&col=summary&col=owner&col=type&col=status&col=priority&col=milestone&order=priority\">full list of changes</a> on Trac, or check out the <a href=\"https://wordpress.org/support/wordpress-version/version-5-8-2/\">version 5.8.2 HelpHub documentation page</a>.</p>\n\n\n\n<h2 id=\"thanks-and-props\">Thanks and props!</h2>\n\n\n\n<p>The 5.8.2 release was led by&nbsp;<a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>&nbsp;and&nbsp;<a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>.</p>\n\n\n\n<p>In addition to the release squad members mentioned above, thank you to everyone who helped make WordPress 5.8.2 happen:</p>\n\n\n\n<a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a>, <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a>, <a href=\"https://profiles.wordpress.org/davidwebca/\">davidwebca</a>, <a href=\"https://profiles.wordpress.org/circlecube/\">Evan Mullins</a>, <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a>, <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/shimon246/\">shimon246</a>, and <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a>.\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Props </em><a href=\"https://profiles.wordpress.org/circlecube/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>circlecube</a><em> and </em><a href=\"https://profiles.wordpress.org/pbiron/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>pbiron</a> <em>for peer review.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Nov 2021 18:20:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"HeroPress: Contributing To WordPress Without Being A Developer – Contribuire a WordPress senza essere uno sviluppatore\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=4242\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:176:\"https://heropress.com/essays/contributing-to-wordpress-without-being-a-developer/#utm_source=rss&utm_medium=rss&utm_campaign=contributing-to-wordpress-without-being-a-developer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:20094:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2021/11/110921-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: The WordPress community is inclusive so you\'ll always feel welcome.\" /><p><a href=\"https://heropress.com/essays/how-wordpress-made-space-for-me-as-a-kid-who-grew-up-with-ms/#italian\">Questo saggio è disponibile anche in italiano.</a></p>\n<h3>The beginnings trying various CMS</h3>\n<p>I&#8217;ve always been fascinated by the internet, I remember in the 90s going with friends to pubs where we could use a computer and understand how websites like the FBI&#8217;s were structured, or learning how to use the ancestors of today&#8217;s chats like, for example, mIRC.</p>\n<p>I started creating websites in 1998 for fun, and my first paid job was for the shop where I bought comics.</p>\n<p>Little by little I approached CMS to speed up the creation of sites: I tried Joomla and Drupal and they never fully satisfied me because of the scarcity of guides. Later, in a magazine, I read about a CMS for creating blogs that was beginning to be used to create incredible sites and which, moreover, had an international community that had created a very large documentation. Little by little, thanks to that documentation and the first sites in Italian, I started to use WordPress.</p>\n<h3>The turning point that changed my life, personally and professionally</h3>\n<p>Being an introvert by nature, I didn&#8217;t mind working from home, but I did have difficulty finding new clients and, at the same time, improving the quality of the work I was doing using WordPress, which had become the only CMS I was using to create sites.</p>\n<p>The discovery was to look at the dashboard and notice a label where it was written Events and news on WordPress, inside which were reported events among which one immediately caught my attention: the WordPress meetup in Rome.</p>\n<blockquote><p>The turning point was in November 2017 when I went, with great curiosity, to the first meeting of the WordPress Meetup in Rome.</p></blockquote>\n<p>I must admit that the impact was not at all easy since the first talk I listened to then, was about WP-CLI, a <a href=\"https://make.wordpress.org/cli/handbook/guides/installing/\">command line interface for WordPress</a>, and, for someone like me, who had done simple jobs and certainly not as a developer, it was a real trauma: I wondered if I was really suitable for this environment. Then, at the end of the meeting, someone mentioned WordCamp Rome 2017.</p>\n<h3>My first WordCamp</h3>\n<p>I tried to find out about this event and I found it difficult to understand how it worked: it was two days but, while I had read for the second day that it was going to be a day of talks, I had no idea what was going on during the first day. So I decided to write an email for information. The person who wrote back explained that it was a contributor day, a day called Contributor Day, and</p>\n<blockquote><p>in the end I chose not to participate because I thought to myself, &#8220;What can I do? I don&#8217;t know anything about WordPress&#8221;&#8230; a big mistake, which I later reflected on and understood.</p></blockquote>\n<p>The WordCamp was a great discovery: talks at all levels, from basic (suitable for me) to those for developers, even advanced or very advanced. I was immediately struck by the enthusiasm of the volunteers and the environment where I felt very comfortable, so much so that I asked myself how I could participate in some WordCamps. Asking around I was immediately informed about the possibility of applying as a volunteer.</p>\n<p>During the WordCamp I heard about Slack; I didn&#8217;t understand much about it, even if everyone encouraged me to sign up to join the WordPress community, but the doubt I had was always the same: what could my contribution be?</p>\n<h3>Slack and the choice to join the Polyglots</h3>\n<p>Once on Slack, the choice of where to go was simple: not being a developer, I opted for the Polyglots (the volunteers who <a href=\"https://make.wordpress.org/polyglots/\">translate the whole WordPress ecosystem into the various languages</a>) starting with the translation of a theme I was using for my work at the time. Little by little I got interested in the plugin activities, attending all the meetings and offering myself as a translator for themes and plugins: now I&#8217;m a GTE (General Translation Editor) and I also take care of the WordPress Core translations.</p>\n<p>Participating in Slack has helped me enormously: I&#8217;ve met a lot of people who I now call friends. Moreover, by translating, I learned a lot about how themes and plugins work.</p>\n<p>As my work with Polyglots has grown, it has led me to join other teams, the latest of which is the group of translators for Helphub, the new official WordPress documentation system.</p>\n<h3>WordCamps</h3>\n<p>After WordCamp Rome 2017, I started volunteering starting with WordCamp Rome 2018; there I participated in the first Contributor Day where I could actively contribute as a translator. Since that WordCamp, given my passion for photography, I volunteered as a photographer for many other events in Italy organized by the WordPress community, and I must say that this commitment to the community also allows me to have fun: being a photographer means having the opportunity to walk around the halls and capture moments of the life of a WordCamp.</p>\n<blockquote><p>Participating in WordCamps has made me so passionate about it that I must admit I have been in crisis due to the lack of events during the pandemic.</p></blockquote>\n<p>A friend of mine, a WordCamp fanatic like me, once said to me: &#8220;Stefano, there&#8217;s nothing to do, we have to admit that we are WordCamp addicts: the more you attend, the more you want to go to other WordCamps&#8221;.</p>\n<h3>The WordPress Meetup in Rome and the pandemic</h3>\n<p>In October 2019 I was asked to become the organizer of the WordPress meetup in Rome; at the beginning there was the difficulty of finding the place to organize the meetings since the agreement with the coworking that was previously available was broken, but COVID made sure that the event didn&#8217;t take place at all. The new challenge was therefore the organisation of online events, and, to be honest, I had fun as I had the pleasure of contacting many friends of the community who willingly offered to be speakers for the meetup in Rome with always interesting talks.</p>\n<h3>The WordCamp Italy</h3>\n<p>COVID led to the deleting of Meetups and WordCamps. Fortunately, the Italian WordPress community didn&#8217;t give up and organised the WordCamp Italia online, which brought together the organisers of previous meetups and WordCamps, as well as new people like me with no experience of organising events. I took part in both editions as a member of the social &amp; communication team, where I took care of the social channels and website content together with the other two organisers who were part of the team, and the experience made me grow professionally because I worked with the best that could be among the members of the community.</p>\n<h3>Working together with community members</h3>\n<p>The best thing I got out of joining the WordPress community was the chance to collaborate with some people on a working basis and, I have to say, that was incredible. Being with many of them you have an incredible opportunity to grow in knowledge, you just have to be ready to learn&#8230; and with WordPress you never stop learning, there is always something new that is suggested to you by those who have more experience than you.</p>\n<h3>What did WordPress bring me?</h3>\n<ol>\n<li>Discovering the community: WordPress introduced me to the world of its community, both Italian and international; the WordPress community connects WordPress enthusiasts through monthly Meetups, annual WordCamps, virtual collaborations such as contributions to the WordPress project, and much more.</li>\n<li>Professional growth: the chance to work, but also the chance to learn more and more about its ecosystem</li>\n<li>Personal growth: WordPress and the community have helped my confidence and self-esteem; I still have the &#8220;impostor syndrome&#8221; and I fear it will never go away, as I always question all my choices (and often prefer to avoid exposing myself), but being in the community has helped me overcome many fears and fears, such as feeling eligible to apply for some position in WordPress companies, which I would NEVER have thought of doing before.</li>\n<li>Friends: Being in the community has made me discover that there are people like me who share the same thoughts about work and who are always nice to talk to, and I must admit that we could talk for hours because we always find topics to talk about. In the community I have discovered friends with whom I have formed an incredible bond, people who are always ready to stimulate and support, and give help when you are in difficulty &#8230; and this is a common feature of many communities that gravitate around the world of WordPress!!!</li>\n</ol>\n<h3>What can I recommend?</h3>\n<p>Join your local meetup or think about organising one, it will introduce you to an amazing world. Don&#8217;t be afraid to meet people at WordCamps and Contributor Days, because you will learn more there than in dozens of courses. Talk to people at those events and don&#8217;t worry, they&#8217;re people like you doing the same job as you and remember, the WordPress community is inclusive so you&#8217;ll always feel welcome, and you&#8217;ll see enthusiasm like you&#8217;ve never seen at other IT events.</p>\n<p>One last recommendation: sign up for Slack and join the local WordPress community.</p>\n<h1 id=\"italian\">Contribuire a WordPress senza essere uno sviluppatore</h1>\n<h3>Gli inizi provando vari CMS</h3>\n<p>Sono sempre stato affascinato da internet, mi ricordo quando negli anni ‘90 andavo con gli amici in pub dove potevamo utilizzare un computer e capire come erano strutturati i siti web come quello dell’FBI, oppure apprendendo l’utilizzo degli antenati delle attuali chat come, ad esempio, mIRC.</p>\n<p>Ho iniziato a creare siti internet nel 1998 per gioco, e il mio primo lavoro pagato è stato per il negozio presso il quale acquistavo i fumetti..</p>\n<p>Poco alla volta mi sono avvicinato ai CMS per velocizzare la creazione dei siti: ho provato Joomla e Drupal e non mi hanno mai soddisfatto appieno a causa della scarsità di guide. Successivamente, su una rivista, lessi di un CMS per la creazione di blog che iniziava a essere utilizzato per realizzare siti incredibili e che, inoltre, aveva una community internazionale che aveva creato una documentazione molto vasta. Poco alla volta, grazie a quella documentazione e ai primi siti in italiano, ho iniziato a utilizzare WordPress.</p>\n<h3>La svolta che ha cambiato la mia vita, personale e professionale</h3>\n<p>Essendo un introverso di natura, non mi dispiaceva lavorare da casa, andando incontro, però, alla difficoltà di trovare nuovi clienti e, al contempo, migliorare la qualità del lavoro che veniva da me svolta utilizzando WordPress, che era diventato, nel frattempo, l’unico CMS che utilizzavo per realizzare siti.</p>\n<p>La scoperta fu quella di osservare la bacheca e notare una etichetta dove era scritto <strong>Eventi e notizie su WordPress</strong>, al cui interno erano segnalati degli eventi tra i quali uno colpì immediatamente la mia attenzione: il meetup WordPress di Roma.</p>\n<blockquote><p>La svolta fu a novembre del 2017 quando mi sono recato, con molta curiosità, al primo incontro del Meetup WordPress di Roma.</p></blockquote>\n<p>Devo ammettere che l’impatto non fu affatto facile visto che il primo talk che ascoltai allora, parlava di WP-CLI, <a href=\"https://make.wordpress.org/cli/handbook/guides/installing/\">una interfaccia da linea di comando per WordPress</a>, e, per uno come me, che aveva svolto lavori semplici e non certamente come sviluppatore, fu un vero e proprio trauma: mi domandavo se fossi davvero adatto a questo ambiente. Poi, a chiusura dell’incontro, qualcuno accennò al WordCamp Roma 2017.</p>\n<h3>Il mio primo WordCamp</h3>\n<p>Cercai di informarmi su questo evento e mi risultava difficile capire come funzionasse: erano due giorni ma, mentre per il secondo giorno avevo letto che sarebbe stata una giornata dedicata ai talk, non avevo la minima idea di cosa si facesse durante il primo giorno. Così decisi e scrissi una email per avere informazioni. Chi mi rispose mi spiegò che si trattava di una giornata dedicata alla contribuzione, una giornata chiamata “Contributor Day” e,</p>\n<blockquote><p>alla fine, scelsi di non partecipare perché, tra me e me, pensavo: dicevo “Ma io che posso fare? Non so niente di WordPress”&#8230; un grave errore, sul quale ho poi riflettuto e compreso.</p></blockquote>\n<p>Il WordCamp è stata una grandissima una scoperta: talk di tutti i livelli, da quelli base (adatti a me) a quelli per sviluppatori, anche avanzati o avanzatissimi. Mi ha colpito da subito l’entusiasmo dei volontari e l’ambiente dove mi trovavo benissimo, tanto da chiedermi come fare per partecipare a qualche WordCamp. Chiedendo informazioni in giro fui subito informato della possibilità di candidarsi come volontario.</p>\n<p>Durante il WordCamp sentivo parlare di Slack; capivo poco di cosa si trattasse anche se tutti mi incoraggiavano ad iscriversi per unirsi alla community di WordPress, ma il dubbio che mi attanagliava era sempre lo stesso: quale poteva essere il mio contributo?</p>\n<h3>Slack e la scelta di unirmi ai Polyglots</h3>\n<p>Arrivato su Slack, la scelta su dove andare è stata semplice: non essendo uno sviluppatore, ho optato per i Polyglots (i volontari che si occupano di <a href=\"https://it.wordpress.org/traduzioni/\">tradurre tutto l’ecosistema WordPress</a> nelle varie lingue) partendo dalla traduzione di un tema che utilizzavo per il mio lavoro in quel periodo. Poco alla volta mi sono appassionato alle attività dei plugin partecipando a tutte le riunioni ed offrendomi come traduttore per temi e plugin: adesso sono un GTE (General Translation Editor) e mi occupo anche delle traduzioni in italiano del Core di WordPress.</p>\n<p>La partecipazione a Slack mi ha aiutato enormemente: ho conosciuto tantissime persone che ormai definisco amici. Inoltre, traducendo, ho imparato tantissimo su come funzionano temi e plugin.</p>\n<p>La mia attività con i Polyglots, man mano che è cresciuto il mio impegno, mi ha portato ad unirmi ad altri team, ultimo dei quali è il gruppo dei traduttori di Helphub, il nuovo sistema ufficiale per la documentazione di WordPress.</p>\n<h3>I WordCamp</h3>\n<p>Dopo il WordCamp Roma 2017, ho iniziato a fare il volontario partendo dal WordCamp Roma 2018; lì ho partecipato al primo Contributor Day dove ho potuto contribuire attivamente come traduttore. A partire da quel WordCamp, vista la mia passione per la fotografia, mi sono offerto come volontario fotografo per molti altri eventi in Italia organizzati dalla community di WordPress e devo dire che questo impegno per la community, mi permette anche di divertirmi: essere fotografo vuol dire avere la possibilità di girare per le sale ed immortalare attimi della vita di un WordCamp.</p>\n<blockquote><p>Partecipare ai WordCamp mi ha appassionato tantissimo, tanto che devo ammettere di essere andato in crisi per mancanza di eventi durante la pandemia.</p></blockquote>\n<p>Un amico, fanatico di WordCamp come me, mi ha detto una volta: “Stefano, non c’è niente da fare, dobbiamo ammettere di essere dei drogati di WordCamp: più partecipi, più ti viene voglia di frequentarne altri”.</p>\n<h3>Il Meetup WordPress di Roma e la pandemia</h3>\n<p>Nell’ottobre del 2019 mi è stato chiesto di diventare organizzatore del meetup WordPress di Roma; all’inizio c’era la difficoltà di trovare il posto dove organizzare gli incontri visto che era saltato l’accordo con il coworking che dava in precedenza la disponibilità, ma il COVID ha fatto in modo che l’evento non si svolgesse del tutto. La nuova sfida è stata perciò l’organizzazione di eventi online, e, a dirla tutta, mi sono divertito avendo avuto il piacere di contattare tanti amici della community che si sono offerti volentieri di essere speaker per il meetup di Roma con talk sempre interessanti.</p>\n<h3>Il WordCamp Italia</h3>\n<p>Il COVID ha portato all’annullamento degli incontri dei Meetup e dei WordCamp. Fortunatamente la community italiana di WordPress non si è arresa ed ha organizzato il WordCamp Italia online, che ha messo assieme gli organizzatori di meetup e WordCamp precedenti, oltre a gente nuova come me a digiuno completo di esperienza di organizzazione di eventi. Ho partecipato a entrambe le edizioni come componente del team social &amp; comunicazione, dove mi sono occupato dei canali social e dei contenuti del sito insieme con gli altri due organizzatori che facevano parte del team, e l’esperienza mi ha fatto crescere dal punto di vista professionale perché ho lavorato con il meglio che ci poteva essere tra i membri della community.</p>\n<h3>Il lavoro insieme ai membri della community</h3>\n<p>Il risultato migliore che ho ottenuto entrando nella community di WordPress è stata la possibilità di collaborare con alcune persone anche lavorativamente e, devo dire, che è stato incredibile. Stando con molti di loro si ha una incredibile possibilità di crescita nelle conoscenze, basta essere sempre pronti a imparare… e con WordPress non si finisce mai di imparare, c’è sempre qualcosa di nuovo che ti viene suggerito da chi ha più esperienza di te</p>\n<h3>Che cosa mi ha portato WordPress?</h3>\n<ol>\n<li>Scoprire la community: WordPress mi ha introdotto al mondo della sua comunità, sia italiana che internazionale; la community di WordPress collega gli appassionati di WordPress tramite Meetup mensili, WordCamp annuali, collaborazioni virtuali come i contributi al progetto WordPress, e molto altro ancora.</li>\n<li>Crescita professionale: la possibilità di lavorare, ma anche la possibilità di conoscere sempre più aspetti del suo ecosistema</li>\n<li>Crescita personale: WordPress e la community mi hanno aiutato nella sicurezza e nell’autostima; ancora adesso c’è in me la “sindrome dell’impostore” e temo che non se ne andrà mai via, dato che metto sempre in dubbio tutte le mie scelte (e spesso preferisco evitare di espormi), ma frequentare la community mi ha fatto vincere molte paure e timori, come sentirmi idoneo a candidarmi per una qualche posizione in aziende nell’ambito WordPress, cosa che, precedentemente, MAI avrei pensato di fare.</li>\n<li>Gli amici e le amiche: frequentare la community mi ha fatto scoprire che ci sono persone come me che condividono i miei stessi pensieri sul lavoro e con i quali è sempre piacevole poter parlare, e devo ammettere che potremmo discutere per ore perché troviamo sempre argomenti di cui parlare. Nella community ho scoperto amici e amiche con i quali si è creato un legame incredibile, persone che sono sempre pronte a stimolare e supportare, e dare un aiuto quando si è in difficoltà… e questa è una caratteristica comune a molte community che gravitano attorno al mondo di WordPress!!!</li>\n</ol>\n<h3>Cosa consigliare?</h3>\n<p>Partecipate al meetup della vostra città o pensate organizzarne uno, vi farà entrare in un mondo incredibile. Non abbiate paura di incontrare le persone ai WordCamp e partecipare ai Contributor Day, perché imparerete più lì che in decine di corsi. Parlate con chi partecipa a quegli eventi e non preoccupatevi, sono persone come voi che fanno il vostro stesso lavoro e ricordatevi, la community di WordPress è inclusiva per cui vi sentirete sempre ben accetti, e vedrete un entusiasmo come non avete mai visto in altri eventi di informatica.</p>\n<p>Una ultima raccomandazione: iscrivetevi a <a href=\"https://it.wordpress.org/slack/\">Slack</a> ed unitevi alla community locale di WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 10 Nov 2021 07:00:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Stefano Cassone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Radio Station PRO Launches, Offers New Tools for Live Broadcasters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125089\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/radio-station-pro-launches-offers-new-tools-for-live-broadcasters?utm_source=rss&utm_medium=rss&utm_campaign=radio-station-pro-launches-offers-new-tools-for-live-broadcasters\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8174:\"<p class=\"has-drop-cap\">In June, netmix&reg; CEO Tony Zeoli <a href=\"https://radiostation.pro/radio-station-pro-is-just-around-the-corner/\">began touting</a> the release of the company&rsquo;s Radio Station PRO plugin. It would offer an upgraded experience over the <a href=\"https://wordpress.org/plugins/radio-station\">free version</a> his team had maintained since 2019. At the end of last month, the company officially <a href=\"https://radiostation.pro/radio-station-pro-press-release-oct-21-2021/\">launched its commercial offering</a>, a plan that had been in the works since the beginning.</p>\n\n\n\n<p>The commercial plugin was built for live audio broadcasters with a rolling show schedule. Its audience ranges from radio stations to live streamers to Clubhouse moderators. It allows listeners to browse generated show and team pages, playlists, and related information uninterrupted during a live stream. The goal is to create a more efficient scheduling and streaming system, saving broadcasters time and resources.</p>\n\n\n\n<p>Nikki Blight created the original Radio Station plugin but had stopped working on it in 2015. Zeoli adopted it in 2019 and picked up <a href=\"https://profiles.wordpress.org/majick/\">Tony Hayes</a> to handle its development.</p>\n\n\n\n<p>&ldquo;When I first stumbled onto Radio Station at WPVM, I saw the potential for broadcasters wrapped up in one free plugin that had been orphaned,&rdquo; said Zeoli. &ldquo;It just needed someone who could re-commit to it and bring it back to life. And it would surely help if they had an interest in streaming radio and broadcasting, which the other Tony and I both do. I don&rsquo;t think just anyone could have taken it over. It had to be someone with a passion and interest in the space.&rdquo;</p>\n\n\n\n<p>The two did not launch with a free product. However, Zeoli said he realized the potential for a commercial version quickly after taking over the plugin.</p>\n\n\n\n<h2 id=\"pro-plugin-upgrades\">PRO Plugin Upgrades</h2>\n\n\n\n<img />Table view of schedule and player from <a href=\"https://demo.radiostation.pro/\">Radio Station PRO demo</a>.\n\n\n\n<p class=\"has-drop-cap\">The team had several features they had wanted to improve over the free version. The first order of business was improving the scheduling experience. For the free plugin, the team created a conflict catcher. However, they built a front-end visual schedule editor for the commercial version.</p>\n\n\n\n<p>&ldquo;Another issue we needed to resolve was the audio player experience,&rdquo; said Zeoli. &ldquo;Radio Station free has a simple audio player widget that we created earlier this year. What really sets the PRO version apart here is the addition of a persistent (or &lsquo;sticky&rsquo;) header or footer player, so when the listener navigates the website while the stream is activated, playback is not interrupted.&rdquo;</p>\n\n\n\n<p>Hayes created a second plugin called <a href=\"https://wordpress.org/plugins/teleporter/\">Teleporter</a> to handle the persistent player. The free, WordPress.org-hosted extension is baked into Radio Station PRO, but it is open for other developers in their applications.</p>\n\n\n\n<p>The team also tried to tackle time zone issues in the global broadcasting world. PRO adds a switcher to help visitors set the schedule to their preferred time zone instead of performing &ldquo;brain gymnastics,&rdquo; as Zeoli joked.</p>\n\n\n\n<p>The plugin&rsquo;s widgets automatically refresh and dynamically display data, such as the next song in a playlist or a show title change. The hope is to bring this technology to the block world, but it must wait until next year. Zeoli said there is not a rush because most of their users are not there yet.</p>\n\n\n\n<p>The team has added a new episodes post type alongside the plugin&rsquo;s original shows and playlists. Eventually, they plan to allow broadcasters to further break that down into segments. Radio Station PRO tacks on host and producer profile pages. It also has a built-in role manager, extended scheduling period, and additional layout views.</p>\n\n\n\n<p>Some of the toughest competition in the space is against the commercial theme market. There are several live-broadcasting themes, but Zeoli says these can be both cost-prohibitive in the long term and lock users into a design that users may not want in the future.</p>\n\n\n\n<p>&ldquo;With so much data going into the Post Types, you really don&rsquo;t want to leave that in a theme if you want to switch for some reason,&rdquo; he said. &ldquo;Unlike SEO plugins, there are no conversion plugins for radio station themes or plugins, so it could pose a problem by being locked into a theme as opposed to having the flexibility of a theme-agnostic plugin.&rdquo;</p>\n\n\n\n<div class=\"wp-block-cover alignfull has-parallax\"><span class=\"has-gray-900-background-color has-background-dim-70 wp-block-cover__gradient-background has-background-dim bg-gray-900\"></span><div class=\"wp-block-cover__inner-container\">\n<h2 class=\"has-text-align-center has-titanic-font-size text-5xl text-center\" id=\"from-boston-to-asheville-a-lifetime-of-radio\">From Boston to Asheville: A Lifetime of Radio</h2>\n</div></div>\n\n\n\n<p>&ldquo;I&rsquo;m originally from Boston, where my interest in radio evolved at an early age into a career as a nightclub and mix show DJ,&rdquo; said Zeoli. &ldquo;I listened to the radio all the time; news, talk, sports, and music, I was into it all. As I got older, I tuned in to college radio, and, as a senior in high school, I got the chance to intern at a local AM station and did guest mix sets on the largest commercial station, KISS 108.&rdquo;</p>\n\n\n\n<p>He completed a two-year degree in Radio and Television broadcasting at a small school outside New York City. Then, returned home to Boston with a focus on DJing while working at record stores. He later moved on to work at a record label and DJ remix service.</p>\n\n\n\n<p>&ldquo;It was the early days of the World Wide Web,&rdquo; said Zeoli. &ldquo;And I saw the opportunity to marry my passion for DJing with streaming media and launched my first startup, netmix.com, which was the earliest effort to stream DJ sets from popular electronic music and hip-hop DJs.&rdquo;</p>\n\n\n\n<p>He moved netmix&reg; to New York City, and the company was acquired by Polyverse, Inc in 2000. The company ceased operations during the dot-com crash, but Zeoli retained the domain name for 19 years.</p>\n\n\n\n<p>After bouncing between various corporations and startups, he dove deeper into WordPress. He had stumbled upon it while working on a project for the Associated Press in 2003.</p>\n\n\n\n<p>&ldquo;That led to launching Digital Strategy Works, a WordPress and digital strategy agency (which I still run today), founding the WordPress Westchester Meetup, and presenting at early WordCamps in NYC and Raleigh, NC.&rdquo;</p>\n\n\n\n<p>A chance encounter in Raleigh landed him a WordPress-specific job at the University of North Carolina at Chapel Hill. Some work at a large corporation followed, and he finally migrated to Asheville, NC.</p>\n\n\n\n<p>&ldquo;I got back into radio to re-engage in and merge my love of broadcasting with DJing with a new mix show, the Asheville House Music Society,&rdquo; said Zeoli. &ldquo;I was certainly getting back in the groove of broadcasting and streaming.&rdquo;</p>\n\n\n\n<p>In the spring of 2019, he had been helping with the <a href=\"https://wpvmfm.org/\">WPVM</a> website, which was using the original Radio Station plugin. He contacted Blight, the owner, after finding a theme conflict. He soon adopted the project, found a partner in Hayes, and had a new use for his decades-old domain.</p>\n\n\n\n<p>&ldquo;I just thought it was a very useful plugin and could see the groundbreaking potential for radio stations that really needed a comprehensive set of WordPress tools to help them publish search engine optimized content on their WordPress websites, but in a way that fit the station schedule formatting,&rdquo; said Zeoli. &ldquo;I figured, given my decades-long interest in and experience with streaming and broadcasting when combined with my agile product development experience, I could find a way to keep it going.&rdquo;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Nov 2021 22:43:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"WPTavern: New Block Plugin Displays Post Formats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125453\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"https://wptavern.com/new-block-plugin-displays-post-formats?utm_source=rss&utm_medium=rss&utm_campaign=new-block-plugin-displays-post-formats\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3024:\"<p>Are you using post formats? Now there&rsquo;s a block for that! WordPress&rsquo; <a href=\"https://wordpress.org/support/article/post-formats/\">post formats</a> feature was introduced in version 3.1 as a way for themes to customize presentation of a post. It allows users to choose the way a post looks by selecting a post format from a dropdown list. WordPress has a fixed list of post formats available but not all themes support them.</p>\n\n\n\n<p>Post formats have maintained a smaller cult following. While I don&rsquo;t see them making a major comeback, many users who committed to using them long ago would like to continue. </p>\n\n\n\n<p>WordPress Core Committer Aaron Jorbin has created a plugin called <a href=\"https://wordpress.org/plugins/post-format-block/\">Post Format Block</a> that will display a post format in a block-based theme. His <a href=\"https://aaron.jorb.in/introducing-post-format-block/\">writeup</a> dives deeper into the technical details of how he created the plugin. The block allows users to change the color, font size and weight of the displayed post format. </p>\n\n\n\n<div class=\"wp-block-image\"><img />Post Format Block plugin</div>\n\n\n\n<p>Jorbin said he built the plugin to display post formats on his personal site and wanted to help others do the same.</p>\n\n\n\n<p>&ldquo;As someone that benefits greatly from Open Source, I view it as my responsibility to give back and it wasn&rsquo;t much effort to build it in a way that it could be open from the start,&rdquo; Jorbin said. &ldquo;Plus it gave me a chance to play with codespaces and explore some parts of Gutenberg I wasn&rsquo;t as familiar with.&rdquo;</p>\n\n\n\n<p>Are post formats relevant in the new frontier of blocks, where users have more control over the presentation of posts than ever before? They may not have a strong future in WordPress moving forward, but thanks to the plugin system, people can keep using them while using a block-based theme.</p>\n\n\n\n<p>&ldquo;I think Post Formats are in a weird position since looking back with hind sight, I don&rsquo;t think they should have been a part of core,&rdquo; Jorbin said. &ldquo;But for now, they remain in core and they are useful for me in this instance. I like them since for my personal site, they make sense. But I don&rsquo;t think they make sense on a lot of sites.&rdquo;</p>\n\n\n\n<p>If you are using post formats and you want to be able to keep using them with a block-based theme, this plugin will give you that continuity. You will want to search for it using the name of it in quotes. (Otherwise you will be scrolling a long time to try to find it.) <a href=\"https://wordpress.org/plugins/post-format-block/\">Post Format Block</a> is available for free in the WordPress plugin directory but it requires some code that isn&rsquo;t in WordPress 5.8 to work. You will have to use the nightly build until 5.9 is released. The plugin is also <a href=\"https://github.com/aaronjorbin/post-format-block\">available on GitHub</a> for contribution or testing with Codespaces.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Nov 2021 22:24:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WPTavern: WordPress Polyglots Team Launches New Monthly Newsletter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125458\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/wordpress-polyglots-team-launches-new-monthly-newsletter?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-polyglots-team-launches-new-monthly-newsletter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2177:\"<p>WordPress&rsquo; Polyglots team has published the <a href=\"https://make.wordpress.org/polyglots/2021/10/15/polyglots-monthly-newsletter-october-2021/\">first edition</a> of a new monthly newsletter aimed at helping contributors stay informed and engaged with the team&rsquo;s activities.</p>\n\n\n\n<p>WordPress has been <a href=\"https://make.wordpress.org/polyglots/handbook/about/history-of-the-team/\">translated by volunteers for more than 15 years</a> since version 1.2, with the earliest contributions from the Hindi, French, Japanese, and Norwegian communities. Since that time the Polyglots team has grown to include the work of 55,427&nbsp;translation contributors. They have also  adopted more efficient tools like P2 and Slack to stay connected, but some translators find it difficult to follow the constant stream of posts and meetings. </p>\n\n\n\n<p>The monthly newsletter was launched to provide a short-format digest of all the significant happenings and discussions in the translation community. It will include news related to upcoming releases and Polyglots tools, condensed so contributors don&rsquo;t have to keep a close eye on the team&rsquo;s P2 blog, Slack channels, or RSS feed.</p>\n\n\n\n<p>The first edition features a brief summary of the month-long WordPress Translation Day 2021 event, which brought in 697 new translation contributors. Altogether the contributor teams submitted 518,710 approved translation strings during 22 local and six livestream events.</p>\n\n\n\n<p>The majority of people using WordPress are using it with a translation. As of October 2021, 55.36% of WordPress sites are running a translated site. That figure is slowly inching upward as WordPress adoption grows in the non-English speaking world.</p>\n\n\n\n<div class=\"wp-block-image\"><img /><a href=\"https://wordpress.org/about/stats/\">WordPress Locales</a></div>\n\n\n\n<p>Even if you&rsquo;re not a member of the Polyglots team, this newsletter is a good way to stay up-to-date with the exciting frontier of WordPress translations. Subscribers can <a href=\"https://make.wordpress.org/polyglots/get-polyglots-news/\">sign up</a> to receive monthly Polyglots updates directly via email. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Nov 2021 04:40:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Block Pattern Modal Explorer Coming to WordPress 5.9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125447\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/block-pattern-modal-explorer-coming-to-wordpress-5-9?utm_source=rss&utm_medium=rss&utm_campaign=block-pattern-modal-explorer-coming-to-wordpress-5-9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4485:\"<p class=\"has-drop-cap\">It has been a long year since Paal Joachim Romdahl&rsquo;s proposed an <a href=\"https://wptavern.com/proposal-to-create-an-expanded-view-or-overlay-for-the-block-patterns-inserter\">alternative block pattern experience</a>. In November 2020, he <a href=\"https://github.com/WordPress/gutenberg/issues/26905\">opened a ticket</a> on the Gutenberg GitHub repository to explore an overlay-based approach to viewing, searching, and inserting patterns into the content canvas. Late last week, a pull request for the long-awaited feature <a href=\"https://github.com/WordPress/gutenberg/pull/35773\">landed in the Gutenberg plugin</a>.</p>\n\n\n\n<p>A year ago, patterns were a new concept for the average WordPress user. WordPress 5.5 introduced them to the world, and we were only a month out from the next major release. I had hoped we could plug the new overlay in as soon as possible, but sometimes an idea needs time or the right people working on it to give it that necessary push.</p>\n\n\n\n<p>The first iteration of the pattern explorer will likely be a baseline experience that can be built upon in the future. Currently, users can search via the modal or filter by category (includes featured patterns in the list).</p>\n\n\n\n<img />Pattern explorer modal.\n\n\n\n<p>In the long term, the explorer should offer more features. An <a href=\"https://github.com/WordPress/gutenberg/pull/35006#issuecomment-929605688\">earlier mockup</a> of it showed user favorites by connecting with a WordPress.org account. This sat alongside featured and newest-pattern lists. The mockup also had a separate section for template part patterns, such as header, footer, and sidebar. With the WordPress 5.9 feature freeze coming on November 9, those extras will likely need to wait until a future release.</p>\n\n\n\n<p>To access the explorer overlay, users will need to click the &ldquo;Explore&rdquo; button when viewing patterns in the inserter. It then pops up a full-screen overlay for navigating them.</p>\n\n\n\n<img />&ldquo;Explore&rdquo; button next to the pattern category dropdown.\n\n\n\n<p>This type of pattern navigation experience has already become a necessity. The narrow inserter has not held up well against themes that ship a lot of patterns, such as the <a href=\"https://wptavern.com/tove-a-block-based-wordpress-theme-by-anders-noren\">40+ bundled with Tove</a>. The problem will only grow exponentially worse as the pattern directory is opened to more submissions and other themes inevitably add dozens upon dozens of their own.</p>\n\n\n\n<p>The experience is much nicer now. However, it still has a few wrinkles that need to be ironed out. Several patterns have scrollbars of their own within the explorer. As Anne McCarthy <a href=\"https://github.com/WordPress/gutenberg/pull/35773#issuecomment-948737083\">noted in the ticket</a>, it makes the &ldquo;experience very janky.&rdquo;</p>\n\n\n\n<img />Patterns with scrollbars.\n\n\n\n<p>In my tests, the patterns butted against the explorer sidebar on the left. Fixing this should not take much work.</p>\n\n\n\n<p>More than once, I also ran into the dreaded &ldquo;Aw, Snap!&rdquo; browser error message after viewing the explorer&rsquo;s patterns. The error code: <em>out of memory.</em>  This happened when running a clean install alongside the Twenty Twenty-Two WordPress theme. I can only hope it is a non-issue when WordPress 5.9 rolls around and is live on production sites.</p>\n\n\n\n<p>Eventually, I want to see a quicker method for accessing this pattern modal. I am leaning toward a dedicated button in the toolbar for pulling up the overlay. Right now, it takes three mouse clicks to open it. First, users must click the &ldquo;+&rdquo; inserter button. Then, they must switch to the Patterns tab before hitting the Explore button. That is a lot of work for something that should be a first-class feature.</p>\n\n\n\n<p>A keyboard shortcut would also be a welcome access point. I could live with that compromise if the development team is not yet ready to stick another item at the top level of the UI.</p>\n\n\n\n<p>Overall, I am happy with this upcoming feature. I may even try my hand at building some new ones. Those I had been tinkering with in my custom theme had become so unwieldy that testing them was a headache. This will open things up and should make it a lot more enjoyable to use.</p>\n\n\n\n<p>Gutenberg plugin users should see this land in version 11.9 later this week. It is also currently available in the trunk branch of WordPress.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 09 Nov 2021 00:38:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Gutenberg Times: Life-improving development tools and Theme Revolution – Weekend Edition 192\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=19522\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://gutenbergtimes.com/life-improving-development-tools-and-theme-revolution-weekend-edition-192/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:22219:\"<p>Howdy, </p>\n\n\n\n<p>In the US, November is the month of gratitude and a time of reflection and to  counts one&#8217;s blessings. I am grateful to be part of a diverse WordPress community, where I have made wonderful friends, even when we sometimes disagree. I learned to argue from a place of love. I am also grateful for you reading these roundup posts very week. Thank you for all the feedback you shared with me over the last year! I learned so much from you and the community. </p>\n\n\n\n<p>Next week, I will join my fellow developer advocates for an in-person meetup and Friday is my travel day home again. I won&#8217;t be able to compile a newsletter, though. The next edition with drop in to your inbox on November 20th.  Don&#8217;t use up all the links this week, so you still have some for next week. 🤣</p>\n\n\n\n<p>Yours, 💕<br />Birgit</p>\n\n\n\n<p>PS: Here is a shout-out to the team at Post Status with an event you might be interested in. </p>\n\n\n\n<p class=\"has-light-background-background-color has-background\">Join us in&nbsp;<strong>Twitter Spaces</strong>&nbsp;on&nbsp;<strong>November 19 @ 12PM EST</strong>&nbsp;for the<br />&nbsp;<a href=\"https://poststatus.us6.list-manage.com/track/click?u=ff3456b27ebe0be0155087894&id=b8390ecb23&e=76a77eae7e\" target=\"_blank\" rel=\"noreferrer noopener\">First Annual State of WordPress News</a>&nbsp;event hosted by <strong>Post Status. </strong><br />We&#8217;ll be joined by&nbsp;<strong>Matt Medeiros</strong>&nbsp;(Matt Report Media),&nbsp;<strong>Jeff Chandler</strong>&nbsp;(WP Mainline),&nbsp;<strong>Joe Howard</strong>&nbsp;(WPMRR),&nbsp;<strong>Birgit Pauli-Haack</strong>&nbsp;(Gutenberg Times), and&nbsp;<strong>Sarah Gooding</strong>&nbsp;(WP Tavern). Hosted by&nbsp;<strong>David Bisset</strong>&nbsp;and&nbsp;<strong>Dan Knauss</strong>&nbsp;(Post Status). </p>\n\n\n\n\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#tips-and-tricks-for-content-creators\">Tips and Tricks  for Content Creators</a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-gutenberg\">Developing Gutenberg </a></li><li><a href=\"https://gutenbergtimes.com/feed/#developing-blocks-and-themes-for-gutenberg\">Developing Blocks and Themes for Gutenberg</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#tooltips-and-validation-for-json-files\">Tooltips and Validation for JSON Files</a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#full-site-editing\">Full-Site Editing</a></li><li><a href=\"https://gutenbergtimes.com/feed/#wordpress-events\">WordPress Events</a></li></ul></div>\n\n\n\n\n<h2 id=\"tips-and-tricks-for-content-creators\">Tips and Tricks  for Content Creators</h2>\n\n\n\n<p>If you wondered what the difference is between Block Patterns, Reusable Blocks and Template part, <strong>Courtney Robinson</strong>, has the answer for you: <a href=\"https://www.godaddy.com/garage/wordpress-block-pattern-reusable-block-or-template-part/\"><strong>WordPress Block Pattern, Reusable Block, or Template Part</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Anne McCarthy</strong> posted another short video on a cool feature of WordPress block editor:  <a href=\"https://www.youtube.com/watch?v=0o37jZN6KFM\"><strong>Connecting The Dots: Transparency (settings) for the win</strong></a>. She wrote: &#8220;This video touches on duotone, gradients, cover blocks, dimension controls, and more showing how an improvement in one area unlocks the ability&#8221;. Enjoy! </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=0o37jZN6KFM\"><img /></a>\n\n\n\n<h2 id=\"developing-gutenberg\">Developing Gutenberg </h2>\n\n\n\n<p>The Gutenberg team worked hard to get the last features into the <strong>Gutenberg 11.9 RC,</strong> so they make it into the next WordPress release. If you want to test the release candidate you&#8217;ll can download the <a href=\"https://github.com/WordPress/gutenberg/releases/download/v11.9.0-rc.1/gutenberg.zip\">plugin.zip from GitHub</a>, with the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.9.0-rc.1\">release notes</a>  on <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v11.9.0-rc.1\">this page</a>. This version will sport new blocks theme builders and template editors for the comment section, the post template blocks receive spacing controls and the new Gallery block finally comes out of experimental state and is ready to merge with core. More detailed information will reach you via the Gutenberg Changelog podcast and the usual sources of WordPress news. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In her post, <strong>Anne McCarthy</strong> <a href=\"https://make.wordpress.org/core/2021/11/02/core-editor-improvement-introducing-template-part-focus-mode/\"><strong>introduced the template part focus mode</strong></a> of the block editor. In this screen, WordPress users are empowered to modify template parts, like the site wide header or footer, and style them to their liking. The focus mode ensures distraction-free modifications.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Channing Ritter</strong> and <strong>Javier Arce</strong> of the design team share on their Make blog exploration around image cropping and <a href=\"https://make.wordpress.org/design/2021/11/02/background-editor-improvements/\"><strong>improving the background handling for the Cover block.</strong></a> They presented a few variations and also identified breaks in the workflow. And they have a proposal for WordPress users to chime in and share their opinion. It&#8217;s not work that will go into WordPress 5.9. It seems that&#8217;s already work for the WordPress 6.0 version. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Beatriz Fialho</strong> and <strong>Kelly Hoffman</strong> shared with the WordPress community their <a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\"><strong>prototypes for the redesign of the Gutenberg Demo Page</strong></a>. Check it out and let them know what you think! </p>\n\n\n\n<img src=\"https://i2.wp.com/make.wordpress.org/design/files/2021/10/gutenberg_page_1-scaled.jpg\" alt=\"\" /><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\">Prototype of the new design for the Gutenberg Demo Page</a>\n\n\n\n<p><strong>Sarah Gooding</strong> also shared more details in <a href=\"https://wptavern.com/wordpress-gutenberg-demo-page-is-getting-a-redesign#comments\"><strong>WordPress’ Gutenberg Demo Page Is Getting a Redesign</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Maggie Cabrera</strong>&nbsp;publish the&nbsp;<strong><a href=\"https://make.wordpress.org/themes/2021/11/05/gutenberg-themes-week-of-november-1st-2021/\">71st Gutenberg + Themes Round-up</a></strong>&nbsp;post  with a list of ongoing discussions on Full-Site Editing, Global Styles, and Design Tools. She lists quite a few GitHub issues that could use more input from other theme authors and users. You can, for instance, learn about the Webfonts API implementation for  theme.json. (<a href=\"https://github.com/WordPress/gutenberg/issues/35591\">#35591</a>), or the discussion on i18n: Localizing blocks in FSE themes&nbsp;(<a href=\"https://github.com/WordPress/gutenberg/issues/36061\">#36061</a>). </p>\n\n\n\n<p>You can also consult the overview issue to gauge progress on major features. </p>\n\n\n\n<ul><li>Default Theme (Twenty Twenty Two): Overview of Gutenberg issues:&nbsp;<a href=\"https://github.com/WordPress/twentytwentytwo/issues/75\">#75</a></li><li>The Global Styles Interface&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/34574\">#34574</a>&nbsp;&nbsp;</li><li>Post Comments&nbsp;Loop&nbsp;Block: Tracking issue&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/34994\">#34994</a>&nbsp;</li><li>Site Editing block placeholders&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/35501\">#35501</a></li><li>Typography Tools: Tracking defaults for blocks&nbsp;<a href=\"https://github.com/WordPress/gutenberg/issues/35604\">#35604</a></li></ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>In&nbsp;<strong><a href=\"https://gutenbergtimes.com/podcast/changelog-54-gutenberg-11-8/\">Gutenberg Changelog newest episode (#54)</a></strong>,&nbsp;<strong>Grzegorz (Greg) Ziolkowski </strong>and I talk about Gutenberg 11.8 release, the Navigation Block, Full-site Editing and the Plugin Machine. Listen in and <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><em><strong>write us a review. </strong></em></a></p>\n\n\n\n\n<p><strong>Subscribe to the&nbsp;<a href=\"https://gutenbergtimes.com/podcast/\">Gutenberg Changelog</a>&nbsp;podcast </strong><br />🎙️&nbsp;<a href=\"https://open.spotify.com/show/620NwVKQJGdTupy36zYxvg?mc_cid=4b6c9f88fe\">Spotify</a>&nbsp;|&nbsp;<a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9ndXRlbmJlcmd0aW1lcy5jb20vZmVlZC9wb2RjYXN0\">Google</a>&nbsp;|&nbsp;<a href=\"https://podcasts.apple.com/us/podcast/gutenberg-changelog/id1469294475\">iTunes</a>&nbsp;|&nbsp;<a href=\"https://pca.st/podcast/f8445ec0-7508-0137-f267-1d245fc5f9cf\">PocketCasts</a>&nbsp;|&nbsp;<a href=\"https://www.stitcher.com/show/gutenberg-changelog\">Stitcher</a>&nbsp;|<br />🎙️&nbsp;<a href=\"https://www.podbean.com/podcast-detail/chi7j-9904a/Gutenberg-Changelog-Podcast\">Pod Bean</a>&nbsp;|&nbsp;<a href=\"https://castbox.fm/channel/Gutenberg-Changelog-id2173375\">CastBox</a>&nbsp;|&nbsp;<a href=\"https://www.podchaser.com/podcasts/gutenberg-changelog-878239/\">Podchaser</a>&nbsp;|&nbsp;<a href=\"https://gutenbergtimes.com/feed/podcast\">RSS Feed</a>&nbsp;</p>\n\n\n\n<img />\n\n\n\n\n<h2 id=\"developing-blocks-and-themes-for-gutenberg\">Developing Blocks and Themes for Gutenberg</h2>\n\n\n\n<p><strong>Aaron Jorbin</strong> created the Post Format block for Full-Site Editing theme and the block editor using Block Variations and wrote about it in <a href=\"https://aaron.jorb.in/introducing-post-format-block\"><strong>Introducing Post Format Block</strong></a>. In a follow-up post, he also discussed <strong><a href=\"https://aaron.jorb.in/three-life-improving-tools-for-wordpress-plugin-development/\" rel=\"sponsored nofollow\">Three life-improving tools for WordPress Plugin Development</a></strong>. Jorbin describes his experience with <a href=\"https://docs.github.com/en/codespaces\">Codespaces by GitHub</a>, declared <code><a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-scripts/\">wp-scripts</a></code> the secret weapon of WordPress development, and explored <a href=\"https://github.com/features/actions\">GitHub Actions</a>. All very educational for aspiring WordPress developers. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p id=\"a-master-in-both-piano-and-wordpress\"><a href=\"https://github.com/readme/podcast/helen-hou-sandi\"><strong>A master in both piano and WordPress &#8211; How Helen found herself at the inspiring intersection of music and open-source software,</strong></a> is the title of a recent ReadMe podcast episode by the GitHub team with <strong>Helen Hou-Sandí,</strong> a Lead WordPress Developer and Director of Open-Source Initiatives at 10up.</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Dave Smith,</strong> developer on the Gutenberg team, posted a <a href=\"https://www.youtube.com/watch?v=C6S5hmAmVdU\"><strong>video tutorial on how to get registered images sizes in Gutenberg</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>This week, <strong>Ryan Welche</strong>r live-streamed on how to add end-2-end test with Puppeteer to test blocks during development. He shared a recap and resources on his blog: <a href=\"https://ryanwelcher.com/2021/11/live-stream-recap-adding-e2e-tests-to-custom-a-gutenberg-block/\"><strong>Live Stream Recap: Adding e2e tests to custom a Gutenberg block</strong></a></p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2021&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  </p>\n\n\n\n\n<h3 id=\"tooltips-and-validation-for-json-files\">Tooltips and Validation for JSON Files</h3>\n\n\n\n<p>Speaking of life-improving tools&#8230; <strong>David Gwyer</strong> published an outstanding tutorial on how to get &#8220;<a href=\"https://innerblocks.com/automatic-tooltips-validation-for-theme-json-block-json-files/\"><strong>Automatic Tooltips &amp; Validation for theme.json &amp; block.json Files!&#8221;</strong></a> via the schemas sent to SchemaStore. Gwyer shows you how to add the schema URL into the top of the file and then how your IDE shows you description and syntax for each property to be configured. </p>\n\n\n\n<img src=\"https://lh5.googleusercontent.com/m85D0K_J3ETVlRfFuhr6N3uPDv0a8TMKnhvX3-vtqOxbNkDt7T0_icsQtQnULOezAASw62wUnRt1iSe5H46oSphEJ3W1YbxJa_N7qkpJI_R1UAWSxXm4sBoz33OXtAucrLcwd4xg\" alt=\"\" /><a href=\"https://innerblocks.com/automatic-tooltips-validation-for-theme-json-block-json-files/\">Picture courtesy of David Gwyer.</a>\n\n\n\n<p><strong>Marcus Kazmierczak</strong> integrated the <a href=\"https://github.com/WordPress/gutenberg/pull/35998\">schemas into the Gutenberg repository</a>, so they are version controlled, can also be used for testing and updating during development and, subsequently, also update documentation when more properties and features are added in future versions of the schemas. <br /><br />Current URLs are:</p>\n\n\n\n<ul class=\"has-normal-font-size\"><li><strong>Block.json:</strong> <a href=\"https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/schemas/json/block.json\">https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/schemas/json/block.json</a></li><li><strong>Theme.json: </strong><a href=\"https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/schemas/json/block.json\">https://raw.githubusercontent.com/WordPress/gutenberg/trunk/packages/schemas/json/theme.json</a></li></ul>\n\n\n\n<p>The ideal URL will be something like <a href=\"https://wp.org/schemas/block.json\">https://wp.org/schemas/block.json</a>, but that is still in the works. </p>\n\n\n\n<p><strong>André Maneiro</strong> has been preparing the theme.json implementation for the upgrade from v1 to v2 &#8211; You can follow along on this GitHub issue (<a href=\"https://github.com/WordPress/gutenberg/pull/36154\">#36154</a> <a href=\"https://github.com/WordPress/gutenberg/pull/36154\">Update&nbsp;<code>theme.json</code>&nbsp;schema migrations</a>)</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s main (trunk) branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total\" /></p>\n\n\n\n\n<h2 id=\"full-site-editing\">Full-Site Editing</h2>\n\n\n\n<p><a href=\"https://wptavern.com/ona-by-deothemes-just-raised-the-bar-for-wordpress-block-theme-design\"><strong>Ona by DeoThemes Just Raised the Bar for WordPress Block Theme Design</strong></a> headlined Justin Tadlock. He wrote: &#8220;We are now at a point where the block system can nearly match traditional theming in features. There are still some kinks to work out and a few missing pieces, but Ona embraces block templating and global styles like few have before. It is modern, almost minimalist, yet packed with potential for a site owner who wants to share their content in style.&#8221; <a href=\"https://wordpress.org/themes/ona/\">The theme Ona is now available in the WordPress repository </a></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>Earlier this week, I presented for the <strong><a href=\"https://training.ithemes.com/webinar/what-is-full-site-editing-in-wordpress/\">iThemes webinar &#8220;What is Full-Site Editing&#8221;</a>. </strong>After a quick run down of the new terms (probably a bit fast) I did a demo of the new Appearance &gt; Editor (beta) screen, and the query loop block. During Q &amp; A, I also showed the new Gallery block. On <strong>November 22nd, 2021 at 7pm</strong>, I will give a similar presentation at the <a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/\">Meetup group in Montclair</a> with plenty of Q &amp; A afterwards. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><a href=\"https://wptavern.com/the-wordpress-block-theme-revolution-is-quietly-picking-up-momentum\"><strong>The WordPress Block Theme Revolution Is Quietly Picking Up Momentum</strong></a> to find Justin Tadlock, and in his article he gives a great overview of the current scene of themes built for Full-Site Editing in mind. From the Blockbase parent theme and its child themes by Automattic, built as universal themes that care to site with or with our full-site editing available, to the new default theme of Twenty-Twenty-Two that is still in development. &#8220;Having one of its most well-known theme authors build on top of the new system shows that maybe this whole block-based theme system&nbsp;<em>might</em>&nbsp;actually be worth exploring.&#8221; he wrote, after he mentioned Anders Norén&#8217;s block theme called Tove. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>Aaron Jorbin</strong> share his <a href=\"https://aaron.jorb.in/full-site-editing-initial-thoughts/\">Initial Thoughts on Full Site Editing</a> in this blog post. He had just returned to WordPress as the foundation of his site, after a venture into Headless WordPress. While working with the Twenty-Twenty-Two theme, Jorbin notices a few missing features, like how to set the favicon for the site without the Customizer, and he felt it to be a step backwards to &#8220;Save and Surprise&#8221; where a faithful preview is not available, also missing fallback option for a missing featured image. </p>\n\n\n\n<h2 id=\"wordpress-events\">WordPress Events</h2>\n\n\n\n<p><strong>November 16th, 2021</strong> &#8211; 11am EST / 16:00 UTC<br /><strong><a href=\"https://events.godaddy.com/events/details/godaddy-events-godaddy-pro-online-presents-testing-the-latest-features-in-gutenberg/\">Testing the latest features in Gutenberg</a></strong><br />GoDaddy Pro Online w/  Andy Fragen, Birgit Pauli-Haack, George Mamadashvili</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>November 19th, 2021,  12pm ET / 16:00 UTC </strong><br /><strong>Twitter Spaces: <a href=\"https://poststatus.us6.list-manage.com/track/click?u=ff3456b27ebe0be0155087894&id=b8390ecb23&e=76a77eae7e\" target=\"_blank\" rel=\"noreferrer noopener\">State of WordPress News</a>&nbsp; </strong><br />With&nbsp;Matt Medeiros&nbsp;(Matt Report Media),&nbsp;Jeff Chandler&nbsp;(WP Mainline),&nbsp;Joe Howard&nbsp;(WPMRR),&nbsp;Birgit Pauli-Haack&nbsp;(Gutenberg Times), and&nbsp;Sarah Gooding&nbsp;(WP Tavern). Hosted by&nbsp;David Bisset&nbsp;and&nbsp;Dan Knauss&nbsp;(Post Status).<br /><strong>Hosted by Post Status</strong></p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p>November 22, 2021 &#8211; 7pm ET / 23:00 UTC<br /><strong><a href=\"https://www.meetup.com/WordPress-Montclair-Meetup/events/\" rel=\"nofollow\">Meetup Montclair, New Jersey</a></strong><br />What is Full-Site Editing? w/ Birgit Pauli-Haack</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>February 4+5, 2022<br /><a href=\"https://birmingham.wordcamp.org/2022/\">WordCamp Birmingham, AL</a></strong><br />Call for Sponsors and Speakers are open now. </p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p><strong>March 4th, 2022 all day<br /><a href=\"https://www.wordfest.live/2022/march/\">WordFest 2022</a></strong><br />a 24-hour festival of WordPress</p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-drop-cap\">On the<a href=\"https://wpcalendar.io/online/\">&nbsp;<strong>Calendar for WordPress Online Events</strong>&nbsp;</a>site, you can browse a list of the upcoming WordPress Events, around the world, including WordCamps,  WooCommerce, Elementor, Divi Builder and Beaver Builder meetups.</p>\n\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n<p class=\"has-text-align-center\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\">Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\" />\n\n\n\n\n\n<p><a href=\"https://www.flickr.com/photos/13998657@N02/18526571462\" target=\"_blank\" rel=\"noreferrer noopener\"></a><a href=\"https://www.flickr.com/photos/51035555243@N01/38744499\" target=\"_blank\" rel=\"noreferrer noopener\"></a>Featured image: <a href=\"https://www.flickr.com/photos/22098730@N05/3431570690\" target=\"_blank\" rel=\"noreferrer noopener\">Photo by&nbsp;</a><a href=\"https://unsplash.com/@kimsondoan?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Kimson Doan</a>&nbsp;on&nbsp;<a href=\"https://unsplash.com/collections/987038/block?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText\">Unsplash</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Nov 2021 07:13:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: AMP Has Irreparably Damaged Publishers’ Trust in Google-led Initiatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125191\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:205:\"https://wptavern.com/amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives?utm_source=rss&utm_medium=rss&utm_campaign=amp-has-irreparably-damaged-publishers-trust-in-google-led-initiatives\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14007:\"<p>The Chrome Dev Summit concluded earlier this week. Announcements and discussions on hot topics impacting the greater web community at the event included Google&rsquo;s Privacy Sandbox initiative, improvements to Core Web Vitals and performance tools, and new APIs for&nbsp;<a href=\"https://web.dev/progressive-web-apps/\">Progressive Web Apps</a>&nbsp;(PWAs). &nbsp;</p>\n\n\n\n<p>Paul Kinlan, Lead for Chrome Developer Relations, <a href=\"https://blog.chromium.org/2021/11/chrome-dev-summit-2021-moving-toward.html?m=1\">highlighted</a> the latest product updates on the Chromium blog, what he identified as Google&rsquo;s &ldquo;vision for the web&rsquo;s future and examples of best-in-class web experiences.&rdquo;</p>\n\n\n\n<p>During an (AMA) live Q&amp;A session with Chrome Leadership, <a href=\"https://wptavern.com/jeremy-keith-resigns-from-amp-advisory-committee-it-has-become-clear-to-me-that-amp-remains-a-google-product\">ex-AMP Advisory Board member</a> Jeremy Keith <a href=\"https://adactio.com/notes/18584\">asked a question</a> that echoes the sentiments of developers and publishers all over the world who are viewing Google&rsquo;s leadership and initiatives with more skepticism:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Given the court proceedings against AMP, why should anyone trust FLOC or any other Google initiatives ostensibly focused on privacy?</p></blockquote>\n\n\n\n<p>The question drew a tepid <a href=\"https://www.youtube.com/watch?v=lNecNY6vDek&t=4261s\">response from Chrome leadership</a> who avoided giving a straight answer. Ben Galbraith fielded the question, saying he could not comment on the AMP-related legal proceedings but focused on the Privacy Sandbox: </p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>I think it&rsquo;s important to note that we&rsquo;re not asking for blind trust with the Sandbox effort. Instead, we&rsquo;re working in the open, which means that we&rsquo;re sharing our ideas while they are in an early phase. We&rsquo;re sharing specific API proposals, and then we&rsquo;re sharing our code out in the open and running experiments in the open. In this process we&rsquo;re also working really closely with industry regulators. You may have seen the agreement that we announced earlier this year jointly with the UK&rsquo;s CMA, and we have a bunch of industry collaborators with us. We&rsquo;ll continue to be very transparent moving forward, both in terms of how the Sandbox works and its resulting privacy properties. We expect the effort will be judged on that basis.</p></blockquote>\n\n\n\n<p>FLoC continues to be a controversial initiative, <a href=\"https://wptavern.com/google-concludes-floc-origin-trial-does-not-intend-to-share-feedback-from-participants\">opposed by many major tech organizations</a>. A group of like-minded WordPress contributors <a href=\"https://wptavern.com/wordpress-contributors-propose-blocking-floc-in-core\">proposed blocking Google&rsquo;s initiative</a> earlier this year. Privacy advocates do not believe FLoC to be a compelling alternative to the surveillance business model currently used by the advertising industry. Instead, they see it as an invitation to cede more control of ad tech to Google.</p>\n\n\n\n<p>Galbraith&rsquo;s statement conflicts with the company&rsquo;s actions earlier this year when <a href=\"https://wptavern.com/google-concludes-floc-origin-trial-does-not-intend-to-share-feedback-from-participants\">Google said the team does not intend to disclose any of the private feedback</a>&nbsp;received during FLoC&rsquo;s origin trial, which was criticized as a lack of transparency.</p>\n\n\n\n<p>Despite the developer community&rsquo;s waning trust in the company, Google continues to aggressively advocate for a number of controversial initiatives, even after some of them have landed the company in legal trouble. Google employees are not permitted to talk about the antitrust lawsuit and seem eager to distance themselves from the proceedings. </p>\n\n\n\n<p>Jeremy Keith&rsquo;s question referencing the AMP allegations in the <a href=\"https://wptavern.com/unredacted-antitrust-complaint-unsealed-google-internal-documents-show-amp-pages-brought-40-less-revenue-to-publishers\">recently unredacted antitrust complaint against Google</a> was extremely unlikely to receive an adequate response from the Chrome Leadership team, but the mere act of asking is a public reminder of the trust Google has willfully eroded in pushing AMP on publishers.</p>\n\n\n\n<p>When <a href=\"https://www.washingtonpost.com/technology/2019/09/06/google-receives-demand-documents-doj-acknowledging-federal-antitrust-scrutiny/\">Google received a demand for a trove of documents</a> from the Department of Justice as part of the pre-trial process, the company was reluctant to hand them over. These documents reveal how Google identified header bidding as an &ldquo;existential threat&rdquo; and detail how AMP was used as a tool to impede header bidding. </p>\n\n\n\n<p>The complaint alleges that <em>&ldquo;Google ad server employees met with AMP employees to strategize about using AMP to impede header bidding, addressing in particular how much pressure publishers and advertisers would tolerate.&rdquo;</em> </p>\n\n\n\n<p>In summary, it claims that Google falsely told publishers that adopting AMP would enhance load times, even though the company&rsquo;s employees knew that it only improved the &ldquo;median of performance&rdquo; and actually loaded slower than some speed optimization techniques publishers had been using. It alleges that AMP pages brought 40% less revenue to publishers. The complaint states that AMP&rsquo;s speed benefits &ldquo;were also at least partly a result of Google&rsquo;s throttling.&nbsp;<strong>Google throttles the load time of non-AMP ads by giving them artificial one-second delays in order to give Google AMP a &lsquo;nice comparative boost.</strong>&lsquo;&rdquo; </p>\n\n\n\n<p>Although the internal documents were not published alongside the <a href=\"https://storage.courtlistener.com/recap/gov.uscourts.nysd.564903/gov.uscourts.nysd.564903.152.0_1.pdf\">unredacted complaint</a>, these are heavy claims for the Department of Justice to float against Google if the documents didn&rsquo;t fully substantiate them. </p>\n\n\n\n<p>The AMP-related allegations are egregious and demand a truly transparent answer. We all watched as Google used its weight to force publishers both small and large to adopt its framework or forego mobile traffic and placement in the Top Stories carousel. This came at an enormous cost to publishers who were unwilling to adopt AMP.</p>\n\n\n\n<p>Barry Adams, one of the most vocal <a href=\"https://www.polemicdigital.com/google-amp-go-to-hell/\">critics of the AMP project</a>, demonstrated this cost to publishers in a graph that shows the percentage of articles in Google&rsquo;s mobile Top Stories carousel in the US that are&nbsp;<strong>not</strong>&nbsp;AMP articles. When Google stopped requiring AMP for the mobile Top Stories in July 2021, there was a sharp spike in non-AMP URLs being included.</p>\n\n\n\n<img />\n\n\n\n<p>Once AMP was no longer required and publishers could use any technology to rank in Top Stories, the percentage of non-AMP pages increased significantly to double digits, <a href=\"https://www.newzdash.com/guide/amp-tracker\">where it remains today</a>. Adams&rsquo; <a href=\"https://www.seoforgooglenews.com/p/lets-talk-about-amp\">article</a> calls on the web community to recognize the damage Google did in giving AMP pages preferential treatment:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>&ldquo;But I&rsquo;m angry. Because it means that for more than&nbsp;<strong>five long years</strong>, when AMP was a mobile Top Stories requirement, Google <strong>penalised</strong>&nbsp;these publishers for not using AMP.</p><p>There was&nbsp;<strong>no other reason</strong>&nbsp;for Google to stop ranking these publishers in their mobile Top Stories carousel. As is evident from the surge of non-AMP articles, there are likely hundreds &ndash; if not thousands &ndash; of publishers who&nbsp;<strong>ticked every single ranking box</strong>&nbsp;that Google demanded; quality news content, easily crawlable and indexable technology stack, good editorial authority signals, and so on.</p><p>But they didn&rsquo;t use AMP. So Google didn&rsquo;t rank them. Think for a moment about the cost of that.&rdquo;</p></blockquote>\n\n\n\n<p>Even the publishers who adopted AMP struggled to get ad views. In 2017, Digiday reported on how many publishers have experienced&nbsp;<a rel=\"noreferrer noopener\" href=\"https://digiday.com/media/publishers-find-google-amp-loads-fast-ad-views/\" target=\"_blank\">decreased revenues associated with ads loading much slower than the actual content</a>. I don&rsquo;t think anyone at the time imagined that Google was throttling the non-AMP ads.</p>\n\n\n\n<p>&ldquo;The aim of AMP is to load content first and ads second,&rdquo; a Google spokesperson told Digiday. &ldquo;But we are working on making ads faster. It takes quite a bit of the ecosystem to get on board with the notion that speed is important for ads, just as it is for content.&rdquo;</p>\n\n\n\n<p>This is why Google is rapidly losing publishers&rsquo; trust. For years the company encumbered already struggling news organizations with the requirement of AMP. The DOJ&rsquo;s detailed description of how AMP was used as a vehicle for anticompetitive practices simply rubs salt in the wound after what publishers have been through in expending resources to support AMP versions of their websites.</p>\n\n\n\n<h2 id=\"automattic-denies-prior-knowledge-of-google-throttling-non-amp-ads\">Automattic Denies Prior Knowledge of Google Throttling Non-Amp Ads</h2>\n\n\n\n<p>In 2016, Automattic, one of the most influential companies in the WordPress ecosystem, partnered with Google to promote AMP as an early adopter. WordPress.com added AMP support and Automattic built the first versions of the AMP plugin for self-hosted WordPress sites. The company has played a significant role in driving AMP adoption forward, giving it an entrance into the WordPress ecosystem. </p>\n\n\n\n<p>How much did Automattic know when it partnered with Google in the initial AMP rollout? I asked the company what the precise nature of its relationship with Google is regarding AMP at this time.</p>\n\n\n\n<p>&ldquo;As part of our mission to make the web a better place, we are always testing new technologies including AMP,&rdquo; an official spokesperson for Automattic said.</p>\n\n\n\n<p>This may be true but Automattic has done more than simply test the new technology. In partnering with Google, it has been instrumental in making AMP easier for WordPress users to adopt. </p>\n\n\n\n<p>&ldquo;We received no funds from Google for the project,&rdquo; a spokesperson for Automattic said when asked if the company was compensated as a partner in this effort.</p>\n\n\n\n<p>What did Google promise Automattic to convince the company to become an early partner in the AMP rollout? I asked if the company has an official response to the allegations that Google was throttling the load time of non-AMP ads by giving them artificial one-second delays in order to give Google AMP &ldquo;a nice comparative boost.&rdquo; The spokesperson would not respond to the specific claims but indicated the company did not have prior knowledge of any actions that might not be above board:</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>We chose to partner with Google because we believed that we had a shared vision of advancing the open web. Additionally, we wanted to offer the benefit of the latest technology to WordPress users and publishers including AMP.</p><p>While we aren&rsquo;t able to comment on legal matters in progress, we can say that over the course of our partnership, we were not aware of any actions that did not align with our company&rsquo;s mission to support the open web and make it a better place.</p></blockquote>\n\n\n\n<p><br />The antitrust complaint also details a Project NERA, which was designed to &ldquo;successfully mimic a walled garden across the open web.&rdquo; When asked about this, Automattic reiterated its commitment to supporting the open web and gave the same response: &ldquo;We were not aware of any actions that did not align with our company&rsquo;s mission.&rdquo; </p>\n\n\n\n<p>In examining the weight of the DOJ&rsquo;s allegations, it&rsquo;s important to consider how this impacts WordPress as a CMS that is used by 42% of the web.&nbsp;<a href=\"https://wptavern.com/yoast-and-google-sponsored-core-contributors-propose-new-wordpress-performance-team\">A new performance team for WordPress core</a> is being spearheaded by Yoast and Google-sponsored employees. The initial proposal is to improve core performance as measured by&nbsp;<a href=\"https://web.dev/vitals/\">Google&rsquo;s Core Web Vitals</a>&nbsp;metrics. These metrics are a set of specific factors that Google deems important for user experience.</p>\n\n\n\n<p>Without questioning the personal integrity of the contributors on that team, I think it&rsquo;s important that Google leadership acknowledge how AMP has damaged publishers&rsquo; trust in light of recent events. Many of these contributors are heavily involved in building AMP-related resources for the WordPress ecosystem. Are their contributions purely aimed at making WordPress core more performant or is there a long game that serves Google&rsquo;s interests being woven into this initiative? Would these employees even be aware of it if there were?</p>\n\n\n\n<p>These are important considerations if Google defines the performance metrics WordPress is measuring against. The company&rsquo;s alleged misdeeds seem to be buried high up in the command chain. Those tasked with peddling AMP may have had no knowledge of the alleged anticompetitive practices identified by the DOJ in Google&rsquo;s internal documents. The WordPress community should continue to be vigilant on behalf of publishers who depend on WordPress to remain an unadulterated advocate for the open web.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Nov 2021 03:40:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WPTavern: Patchstack Releases Free Security Plugin, Its Red Team Found 1,182 Vulnerabilities Since March\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125147\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:259:\"https://wptavern.com/patchstack-releases-free-security-plugin-its-red-team-found-over-1182-vulnerabilities-since-march?utm_source=rss&utm_medium=rss&utm_campaign=patchstack-releases-free-security-plugin-its-red-team-found-over-1182-vulnerabilities-since-march\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5249:\"<p class=\"has-drop-cap\">In September, Patchstack released its <a href=\"https://patchstack.com/patchstack-red-team-report-1067-vulnerabilities-7700-in-rewards/\">six-month report</a> on the vulnerabilities found with WordPress and its extensions. At the time, it listed over 1,000 issues &mdash; the company has shared the updated numbers with WP Tavern. It soon followed that up with a free vulnerability-reporting plugin.</p>\n\n\n\n<p>Under the banner of WebARX, the company launched the first version of its security platform in 2018. After growing beyond its original SaaS offering with services like its PlugBounty and acquisition of ThreatPress, the company <a href=\"https://wptavern.com/webarx-rebrands-to-patchstack-combines-services-to-focus-on-wordpress-plugin-and-theme-security\">rebranded to Patchstack</a> in March this year.</p>\n\n\n\n<p>In its <a href=\"https://wptavern.com/patchstack-whitepaper-582-wordpress-security-issues-found-in-2020-over-96-from-third-party-extensions\">2020 whitepaper</a>, the security company found 582 vulnerabilities for the year. This report covers issues from both Patchstack and third-party vendors.</p>\n\n\n\n<p>However, issues found in 2021 have multiplied from the previous year. <a href=\"https://patchstack.com/red-team/\">Patchstack Red Team</a>, a community bug-hunting program that pays out monthly bounties, has reported 1,182 vulnerabilities from March through October. Bounty payouts have reached $9,150 thus far.</p>\n\n\n\n<p>These are merely the problems found through Patchstack Red Team. When combined with security issues reported through other vendors that the company tracks, the vulnerability count jumps to over 2,000.</p>\n\n\n\n<p>&ldquo;I don&rsquo;t think we need to be worried,&rdquo; said Oliver Sild, Patchstack founder and CEO, when asked how much of a problem these numbers are. &ldquo;I think we should be grateful and glad that we have ethical hackers and researchers who have been investing more of their time helping plugin developers to improve their code. From one angle, you could see a record year in terms of new vulnerabilities found, but what we see is a record year of security issues fixed in the WordPress ecosystem. The majority of these issues have been sitting there for years.&rdquo;</p>\n\n\n\n<p>Several security plugin vendors and hosting companies, including Pagely and Cloudways, are supporting the Patchstack initiative. In return, they have access to the <a href=\"https://patchstack.com/solutions/#feed\">Threat Intelligence Feed</a>, an API to warn their customers of newfound vulnerabilities.</p>\n\n\n\n<p>&ldquo;Patchstack is ultra-focused on plugin vulnerabilities,&rdquo; said Sild. &ldquo;That&rsquo;s what we focus on and thrive to do best. Our competitive advantage is the fact that we have less features, which means less bloat and no impact on the site&rsquo;s performance. Meanwhile, we solve probably the #1 security issue in the WordPress ecosystem.&rdquo;</p>\n\n\n\n<p>He is referring to third-party plugins and themes as being the primary security issue. Over 96% of the vulnerabilities in the company&rsquo;s 2020 whitepaper were from WordPress extensions.</p>\n\n\n\n<p>In October, Patchstack <a href=\"https://patchstack.com/robert-joining-patchstack-security-advocate/\">brought in Robert Rowley</a>, a former head of security at DreamHost and Pagely, in a new &ldquo;security advocate&rdquo; role. Sild said that his knowledge would bring a lot of experience to the table.</p>\n\n\n\n<p>&ldquo;He will help us make Patchstack better for both hosting companies and to plugin developers,&rdquo; the CEO said. &ldquo;At the same time, he&rsquo;ll be helping us to narrow the gap between plugin devs and ethical hackers by spreading awareness and helping both sides understand each other (and challenges) better.&rdquo;</p>\n\n\n\n<p>In the past week, the company released its <a href=\"https://wordpress.org/plugins/patchstack/\">Patchstack plugin</a> to the WordPress directory. The free version is essentially a warning system for site owners of security issues.</p>\n\n\n\n<p>&ldquo;You can think about the Community (Free) version as an option for anyone in the WordPress ecosystem to be alerted about new vulnerabilities found in plugins, themes, and WordPress core,&rdquo; said Sild. &ldquo;It comes with a central dashboard where you can add up to 99 websites for free, so you&rsquo;ll have all the analytics and alerts about security issues on all your sites in a single place.&rdquo;</p>\n\n\n\n<p>The free version does not include hotfixes or patches. Its goal is to detect issues and provide alerts. Patchstack has upgraded features in its <a href=\"https://patchstack.com/pricing/\">Pro and Business plans</a>.</p>\n\n\n\n<p>&ldquo;Pro comes with automatic virtual patching for those vulnerabilities which provide active protection against the vulnerabilities that are being discovered,&rdquo; said Sild. &ldquo;Business plan is great for agencies who have more than 100 sites and want to have full protection against plugin vulnerabilities on all of their websites.&rdquo;</p>\n\n\n\n<p>Sild also teased &ldquo;something very cool&rdquo; for developers and ethical hackers in the pipeline to create a more secure plugin ecosystem. However, he refrained from providing any details.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 06 Nov 2021 01:27:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Post Status: Business Names, DBAs, and Trademarks with Nellie Akalp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=88924\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://poststatus.com/business-names-dbas-and-trademarks-with-nellie-akalp/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5399:\"<p class=\"has-medium-font-size\">Learn about Trademarks and Doing Business As names (DBAs) for your freelancing or small business.</p>\n\n\n\n<p class=\"has-drop-cap\"><strong>Nellie Akalp</strong> joined <strong>Cory Miller</strong> to discuss trademarks and DBAs for small businesses. Nellie has dedicated her career to helping other entrepreneurs and business professionals succeed at business ownership. Nellie previously discussed <strong><a href=\"https://poststatus.com/expand-your-business-to-another-state-nellie-akalp/\">expanding your business to another state</a></strong>. Business owners and freelancers will benefit from these live presentations and discussions where audience participation is encouraged.</p>\n\n\n\n<p>Nellie is a business expert, professional speaker, published author, and mother to four amazing kids. As CEO and Co-Founder of CorpNet.com, she has helped more than half a million small businesses and licensed professionals get their businesses and clients off the ground.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n\n\n\n\n<h2 id=\"h-about-nellie-akalp\">About Nellie Akalp</h2>\n\n\n\n<div class=\"wp-block-image is-style-rounded\"><img width=\"200\" height=\"200\" src=\"https://cdn.poststatus.com/wp-content/uploads/2021/08/author-nellie-akalp.jpg\" alt=\"Nelie Akalp\" class=\"wp-image-85688\" /></div>\n\n\n\n<p>Nellie has dedicated her career to helping other entrepreneurs and business professionals succeed at business ownership. She is a business expert, professional speaker, published author, and mother to four amazing kids. As CEO and Co-Founder of <a href=\"https://www.corpnet.com/\" target=\"_blank\" rel=\"noreferrer noopener\">CorpNet.com</a>, she has helped more than half a million small businesses and licensed professionals get their businesses and clients off the ground. CorpNet.com is an online legal document filing service and recognized Inc. 5000 company. At CorpNet, Nellie assists entrepreneurs across all 50 states to start a business, incorporate, form an LLC, and apply for trademarks. She also offers free business compliance tools for any entrepreneur to utilize. </p>\n\n\n\n<p>Nellie has a strong following within the small business community and has been honored as a Small Business Influencer Champion. She was named the 2016 Woman Business Owner of the Year by the National Association of Women Business Owners\' Ventura County chapter.</p>\n\n\n\n<ul><li>Connect with Nellie on <a href=\"https://www.linkedin.com/in/nellieakalp\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">LinkedIn</a> and <a href=\"https://twitter.com/corpnetnellie\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Twitter</a>.</li><li>Nellie\'s <a href=\"https://www.corpnet.com/about/nellie-akalp/\" target=\"_blank\" rel=\"noreferrer noopener\">Small Business Corner</a> at CorpNet.com.</li></ul>\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Live</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>Post Status Live</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://poststatus.com/planet/feed/PostStatus.com\">PostStatus.com</a></li><li><a href=\"https://poststatus.com/planet/feed/corpnet.com\">corpnet.com</a></li><li><a href=\"https://twitter.com/CorpNetNellie\">Nellie Akalp</a></li><li><a href=\"https://corymiller.com\">Cory Miller</a> (<a href=\"https://twitter.com/corymiller303\">Twitter</a>)</li></ul>\n\n\n\n<h3 id=\"h-sponsor-gravity-forms\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststatus.com/partner/gravity-forms/\">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest and most trusted advanced forms solution for your WordPress website. Packed with time-saving tools and features, Gravity Forms is the only WordPress form management plugin you will ever need. Stop losing valuable leads and grow your business with Gravity.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Nov 2021 04:19:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Olivia Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Post Status: Post Status Excerpt (No. 31) — State of the WordPress Job Market\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://poststatus.com/?p=88930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://poststatus.com/excerpt/31/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3779:\"<h2>&#8220;My best advice is to get to know as many people as you can — network.&#8221;</h2>\n\n\n\n<p class=\"has-drop-cap\">In this episode of Post Status Excerpt, David talks with special guest Michelle Frechette about the current landscape of the WordPress job market. What trends should a WordPress professional pay attention to right now? What should newcomers to the WordPress ecosystem do to stand out and be trusted by companies, especially for remote work? Michelle also shares a few tips for anyone trying to navigate their way to the right role and employer.</p>\n\n\n\n<p><strong>Also don\'t forget: </strong>We\'re encouraging listeners to check out the &#8220;<a href=\"https://poststatus.com/make-wordpress/\">Week at WordPress.org</a>&#8221; — get the feed <a href=\"https://poststatus.com/make-wordpress/feed/\">here</a> — and <a href=\"https://poststatus.com/submit-2021-black-friday-cyber-monday-deals/\">submit your Black Friday / Cyber Monday deals</a> to us at Post Status for us to share.</p>\n\n\n\n\n\n\n\n<p class=\"has-background\">Every week <strong><a href=\"https://poststatus.com/podcast/the-excerpt/\">Post Status Excerpt</a></strong> will brief you on important WordPress news — in about 15 minutes or less! Learn what\'s new in WordPress in a flash. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/26a1.png\" alt=\"⚡\" class=\"wp-smiley\" /><br /><br />You can listen to <a href=\"https://poststatus.com/podcast/the-excerpt/\">past episodes</a> of <strong>The Excerpt</strong>, <a href=\"https://poststatus.com/category/post-status-podcasts/\">browse all our podcasts</a>, and don’t forget to subscribe on <a href=\"https://open.spotify.com/show/1m3xwXbe0MG5BzFVPtB0A7\">Spotify</a>, Amazon Music, <a href=\"https://podcasts.google.com/feed/aHR0cHM6Ly9mZWVkcy5zaW1wbGVjYXN0LmNvbS8ySkU5c2M4UA\">Google Podcasts</a>, <a href=\"https://itunes.apple.com/us/podcast/post-status-draft-wordpress/id976403008\">iTunes</a>, <a href=\"https://castro.fm/podcast/c53552c6-1ee0-4fc4-9de4-08ed6bf1ee4d\">Castro</a>, <a href=\"https://www.youtube.com/c/PostStatus\">YouTube</a>, <a href=\"http://www.stitcher.com/podcast/krogsgard/post-status-draft-wordpress-podcast\">Stitcher</a>, <a href=\"https://player.fm/series/wordpress-post-status-podcasts\">Player.fm</a>, <a href=\"https://pca.st/05rR\">Pocket Casts</a>, <a href=\"https://wordpress-post-status-draft-podcast.simplecast.com/\">Simplecast</a>, or by <a href=\"https://feeds.simplecast.com/2JE9sc8P\">RSS</a>. <img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f3a7.png\" alt=\"🎧\" class=\"wp-smiley\" /></p>\n\n\n\n<h3 id=\"h-mentioned-in-the-show\"><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f517.png\" alt=\"🔗\" class=\"wp-smiley\" /> Mentioned in the show:</h3>\n\n\n\n<ul><li><a href=\"https://casabona.org/2021/10/wordpress-writing-app/\">StellarWP</a></li><li><a href=\"https://wpcareerpages.com/\">WordPress Jobs</a></li><li><a href=\"https://twitter.com/dimensionmedia\" target=\"_blank\" rel=\"noreferrer noopener\">David Bisset (Twitter)</a></li><li><a href=\"https://twitter.com/michelleames\" target=\"_blank\" rel=\"noreferrer noopener\">Michelle Frechette (Twitter)</a></li><li><a href=\"https://twitter.com/post_status\" target=\"_blank\" rel=\"noreferrer noopener\">Post Status (Twitter)</a></li></ul>\n\n\n\n<h3><img src=\"https://s.w.org/images/core/emoji/13.0.1/72x72/1f64f.png\" alt=\"🙏\" class=\"wp-smiley\" /> Sponsor: <a href=\"https://poststat.us/sandhills\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">Gravity Forms</a></h3>\n\n\n\n<p>Gravity Forms is the easiest and most trusted advanced forms solution for your WordPress website. Packed with time-saving tools and features, Gravity Forms is the only WordPress form management plugin you will ever need. Stop losing valuable leads and grow your business with Gravity.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 05 Nov 2021 04:02:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"David Bisset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"WordPress.org blog: The Month in WordPress: October 2021\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=11501\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2021/11/the-month-in-wordpress-october-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21866:\"<p>October 2021 brought a lot of new things to WordPress, from release updates to new versions of Gutenberg. More notably, in the <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/2021/10/episode-18-the-economics-of-wordpress/\" target=\"_blank\">latest episode</a> of <a rel=\"noreferrer noopener\" href=\"https://wordpress.org/news/podcast/\" target=\"_blank\">WP Briefing</a>, Executive Director <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chanthaboune/\" target=\"_blank\">Josepha Haden</a> reminded us about the importance of freedom in open source platforms like WordPress.</p>\n\n\n\n<blockquote class=\"wp-block-quote\"><p>Free speech has with it a lot of responsibility, just like being a part of a community. Governments or communities, or in our case, <strong>this software is built by the people who show up. </strong><br /><br />For WordPress, at 42% of the web, every small choice we make can cause huge changes in the way that people experience the web today and tomorrow.</p><cite>Josepha Haden, Executive Director of the WordPress project</cite></blockquote>\n\n\n\n<p>Last month was yet another chapter in this journey. So keep reading to learn what&#8217;s new. </p>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<h2>WordPress 5.9: All proposed updates will likely be included</h2>\n\n\n\n<ul><li>We announced the<strong> </strong><a href=\"https://make.wordpress.org/core/2021/10/15/wordpress-5-9-feature-go-no-go-october-14-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>go/no-go for WordPress 5.9 features</strong></a><strong> </strong>in mid-October. The release will probably include all the proposed features—though not all of them are ready yet, they should be by the <a href=\"https://make.wordpress.org/core/2021/09/03/wordpress-5-9-planning-roundup/\" target=\"_blank\" rel=\"noreferrer noopener\">proposed release date</a> (December 14, 2021).</li><li><strong>WordPress 5.9 will include a new default theme called </strong><a href=\"https://make.wordpress.org/core/2021/10/06/introducing-twenty-twenty-two/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Twenty Twenty-Two</strong></a><strong>! </strong><span>The theme&#8217;s foundation will be strong, and the unpredictable yet reliable behavior of birds inspired the intentionally subtle design. </span></li></ul>\n\n\n\n<div class=\"wp-block-image\"><img width=\"632\" height=\"433\" src=\"https://i2.wp.com/wordpress.org/news/files/2021/11/WordPress-Twenty-TwentyTwo-Theme.jpg?resize=632%2C433&ssl=1\" alt=\"WordPress Default Theme Twenty Twenty-Two released with WordPress Version 5.9\" class=\"wp-image-11509\" /></div>\n\n\n\n<ul><li>5.9 bug scrub sessions began in September and will continue each week until the release on December 14, 2021. <strong>View the full </strong><a href=\"https://make.wordpress.org/core/2021/10/18/bug-scrub-schedule-for-5-9/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>bug scrub schedule</strong></a><strong>. </strong></li><li>Many of you requested a few <a href=\"https://make.wordpress.org/core/2021/10/25/wordpress-5-9-editor-update-26-october/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;must have&#8221; enhancements</a> for the 5.9 release—follow the <a href=\"https://github.com/WordPress/gutenberg/projects/62\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Must-Haves project board</a> to track their status.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/27/overview-of-the-5-9-test-leads-approach/\" target=\"_blank\" rel=\"noreferrer noopener\">shared an overview</a> of the team’s approach to testing WordPress 5.9.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center is-style-default\"><p><strong>Interested in contributing to WordPress core?</strong> Join the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\" target=\"_blank\" rel=\"noreferrer noopener\">#core</a> channel, follow the <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">Core Team blog</a>, and check out the <a href=\"https://make.wordpress.org/core/handbook/\" target=\"_blank\" rel=\"noreferrer noopener\">team handbook</a>. Also, don&#8217;t miss the Core Team’s weekly developer chat on Wednesdays at <a href=\"https://www.timeanddate.com/worldclock/fixedtime.html?hour=20&min=00&sec=0\" target=\"_blank\" rel=\"noreferrer noopener\">8 PM</a> UTC.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Gutenberg releases: 11.6, 11.7, and 11.8 are here</h2>\n\n\n\n<p>We released three new versions of the Gutenberg block editor between the end of September and October:</p>\n\n\n\n<ul><li><a href=\"https://make.wordpress.org/core/2021/10/01/whats-new-in-gutenberg-11-6-29-september/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Version 11.6</strong></a><strong> </strong>brings site logo cropping and rotation, block-level locking, improvements to Query Pagination block, support for child themes and <a href=\"https://make.wordpress.org/core/2021/10/29/thunks-in-gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">thunks</a>, template focus mode, and enhancements to the writing flow.</li><li><a href=\"https://make.wordpress.org/core/2021/10/14/whats-new-in-gutenberg-11-7-october-13th/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg version 11.7</strong></a><strong> </strong>includes bug fixes and polishes to the navigation block and editor, global styles and full site editing (including a handy back button that lets you quickly return to the site editor), and columns block support, among other improvements.</li><li>Finally, <a href=\"https://make.wordpress.org/core/2021/10/28/whats-new-in-gutenberg-11-8-0-27-october/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Gutenberg 11.8</strong></a> is the second to last version to make it into the <a href=\"https://make.wordpress.org/core/5-9/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress 5.9</a> release, and it comes with plenty of developments to the editing experience: featured Block Patterns, new animations for a few elements (like Dropzone and Insertion Point), spacing tools for heading blocks, and a lot more.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote\"><p><strong>Want to get involved in developing Gutenberg? </strong>Follow <a href=\"https://make.wordpress.org/core/\" target=\"_blank\" rel=\"noreferrer noopener\">the Core Team blog</a>, contribute to <a href=\"https://github.com/WordPress/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\">Gutenberg on GitHub</a>, and join the <a href=\"https://wordpress.slack.com/archives/C02QB2JS7\" target=\"_blank\" rel=\"noreferrer noopener\">#core-editor</a> channel in the <a href=\"https://make.wordpress.org/chat/\" target=\"_blank\" rel=\"noreferrer noopener\">Make WordPress Slack</a>. For details on the latest updates, follow the &#8220;<a href=\"https://make.wordpress.org/core/2021/09/17/whats-next-in-gutenberg-mid-september-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">What&#8217;s next in Gutenberg</a>&#8221; post.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>WordCamp US returned virtually this year with more than 3,600 attendees</h2>\n\n\n\n<p><a href=\"https://us.wordcamp.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US</a> 2021 was on October 1, and it was online for the first time. The event drew more than 3,600 attendees, 27 sponsors, and 18 remarkable speakers on topics ranging from accessibility and sustainability to e-commerce, to name a few. </p>\n\n\n\n<p>Matt Mullenweg&#8217;s “State of the Word” is expected to be held as a separate event later this year, rather than being part of WordCamp US.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p>If you missed the live event, <strong>you can still watch the <a href=\"https://www.youtube.com/watch?v=0Vkq4BFZbhI\" target=\"_blank\" rel=\"noreferrer noopener\">Yukon Track</a> and the <a href=\"https://www.youtube.com/watch?v=_6-yAZRXY8k\" target=\"_blank\" rel=\"noreferrer noopener\">Columbia Track</a> of WordCamp US 2021.</strong></p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Team Updates: Polyglots monthly newsletter, a new Performance team, and more</h2>\n\n\n\n<ul><li>The <a href=\"https://make.wordpress.org/polyglots/2021/10/15/polyglots-monthly-newsletter-october-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">first edition</a> of the <a href=\"https://make.wordpress.org/polyglots/2021/09/27/sign-up-for-the-new-polyglots-monthly-newsletter/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots monthly newsletter</a> went out on October 15, 2021.</li><li>The following teams opened up their call for team representatives last month, and more are coming soon: <a href=\"https://make.wordpress.org/core/2021/10/26/nominations-for-core-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Core</a>, <a href=\"https://make.wordpress.org/community/2021/10/11/community-team-rep-nominations-for-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Community</a>, <a href=\"https://make.wordpress.org/themes/2021/10/27/nominations-call-for-the-themes-team-representatives/\" target=\"_blank\" rel=\"noreferrer noopener\">Themes</a>, <a href=\"https://make.wordpress.org/accessibility/2021/10/30/call-for-team-rep-nominations-3/\" target=\"_blank\" rel=\"noreferrer noopener\">Accessibility</a>, <a href=\"https://make.wordpress.org/support/2021/10/team-representative-nominations/\" target=\"_blank\" rel=\"noreferrer noopener\">Support</a>, <a href=\"https://make.wordpress.org/training/2021/11/02/nominations-for-training-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Training</a>, and <a href=\"https://make.wordpress.org/hosting/2021/10/30/nominations-for-hosting-team-reps-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">Hosting</a>.</li><li>A draft of the <a href=\"https://make.wordpress.org/community/2021/10/08/proposal-2022-global-community-sponsorship-program/\" target=\"_blank\" rel=\"noreferrer noopener\">2022 Global Community Sponsorship program proposal</a> was released on October 8, 2021. </li><li>The October 2021 edition of <a href=\"https://wordpress.org/news/2021/10/people-of-wordpress-ecommerce-ronald-gijsel/\" target=\"_blank\" rel=\"noreferrer noopener\">People of WordPress</a>, featuring WordPress e-commerce specialist Ronald Gijsel, went live.</li><li>Following excellent responses to the <a href=\"https://make.wordpress.org/core/2021/10/12/proposal-for-a-performance-team/\" target=\"_blank\" rel=\"noreferrer noopener\">initial proposal</a>, members of the Core Team announced the next steps in <a href=\"https://make.wordpress.org/core/2021/10/28/wordpress-performance-team-kick-off/\" target=\"_blank\" rel=\"noreferrer noopener\">launching a performance team</a> that aims to increase the performance (speed) of WordPress.</li><li>The Polyglots Team kicked-off <a href=\"https://make.wordpress.org/polyglots/2021/10/12/new-glotpress-meetings/\" target=\"_blank\" rel=\"noreferrer noopener\">bi-weekly Glotpress meetings</a> aimed at improving the functionality of the plugin that powers <a href=\"https://translate.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">translate.wordpress.org</a>.</li><li>A <a href=\"https://make.wordpress.org/training/2021/10/27/documentation-sprint/\" target=\"_blank\" rel=\"noreferrer noopener\">sprint</a> is planned on November 10-12 to explore a <a href=\"https://make.wordpress.org/training/2021/10/04/a-dedicated-volunteer-program-for-the-training-team/\" target=\"_blank\" rel=\"noreferrer noopener\">dedicated volunteer program</a> for the Training Team, similar to the Deputy program in the Community Team.</li><li>WordPress.org profiles now display <a href=\"https://make.wordpress.org/meta/2021/10/11/wordpress-org-profiles-now-show-github-activity/\" target=\"_blank\" rel=\"noreferrer noopener\">activity from the WordPress GitHub organization</a>.</li><li>The Test Team <a href=\"https://make.wordpress.org/test/2021/10/21/fse-program-pattern-party-summary/\" target=\"_blank\" rel=\"noreferrer noopener\">shared results</a> of the tenth Full Site Editing (FSE) Outreach Program: Pattern Party. </li><li>Answers from the <a href=\"https://make.wordpress.org/core/2021/10/28/fse-program-answers-from-round-three-of-questions/\" target=\"_blank\" rel=\"noreferrer noopener\">third round of questions</a> from the FSE Outreach Program are now out!</li><li>The Docs Team is<a href=\"https://make.wordpress.org/docs/\" target=\"_blank\" rel=\"noreferrer noopener\"> consulting with independent legal experts</a> to explore whether there are issues with having Gutenberg (which is dual-licensed GPL + MPL) coexist with other contents in WordPress (our documentation has a CC0 license and the code is GPL). </li><li>The Themes Team shared a recap of work happening on <a href=\"https://make.wordpress.org/themes/2021/10/14/theme-tools-and-requirements-recap/\" target=\"_blank\" rel=\"noreferrer noopener\">automation and improvement processes</a> for the WordPress Themes directory. The Team also shared a p2 post highlighting the performance impact of<a href=\"https://make.wordpress.org/themes/2021/10/04/the-performance-impact-of-using-jquery-in-wordpress-themes/\" target=\"_blank\" rel=\"noreferrer noopener\"> jQuery on WordPress themes</a>.</li><li>The Marketing Team participated in a <a href=\"https://make.wordpress.org/marketing/2021/10/21/make-marketing-workshop-contributor-ladder/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor ladder workshop</a> to help plan their future activities.</li><li>The feature<a href=\"https://wptranslationday.org/blog/celebrating-wordpress-translation-day-2021/\" target=\"_blank\" rel=\"noreferrer noopener\"> recap of the WordPress Translation Day 2021</a> is out from the Polyglots and Marketing teams, with the results of the <a href=\"https://wptranslationday.org/wptd-2021/polyglots-appreciation-nominees/\" target=\"_blank\" rel=\"noreferrer noopener\">Polyglots appreciation nominations 2021</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong><a href=\"https://wordpressfoundation.us17.list-manage.com/subscribe?u=0f93eb6000a019fcbd53d10be&id=04c6fa5c90\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up </a>for the Polyglots monthly newsletter</strong>, if you haven’t already.</p></blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2>Feedback/Testing requests: Deadline for redesigned Gutenberg landing page is November 5, 2021</h2>\n\n\n\n<img width=\"632\" height=\"396\" src=\"https://i1.wp.com/wordpress.org/news/files/2021/11/WordPress_Gutenberg_Page.jpg?resize=632%2C396&ssl=1\" alt=\"WordPress.Org redesigned Gutenberg page\" class=\"wp-image-11519\" />\n\n\n\n<ul><li><strong>The Design Team is </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>working on redesigning</strong></a><strong> the </strong><a href=\"https://wordpress.org/gutenberg/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>wordpress.org/gutenberg</strong></a><strong> landing page, and has already shared a </strong><a href=\"https://www.figma.com/proto/Gl653sYvO3RBhVtWSFwMcD/Gutenberg-Page?page-id=1865%3A12926&node-id=1919%3A14707&viewport=241%2C48%2C0.15&scaling=min-zoom&starting-point-node-id=1919%3A14707\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>prototype</strong></a><strong>. </strong></li><li>The team has also shared a few other concepts where they have requested feedback from contributors:<ul><li>Site Editing iA Concepts: <a href=\"https://make.wordpress.org/design/2021/10/15/site-editing-ia-concepts-how-to-surface-and-access-new-features/\" target=\"_blank\" rel=\"noreferrer noopener\">Part1</a> and <a href=\"https://make.wordpress.org/design/2021/10/22/site-editing-ia-concepts-part-2/\" target=\"_blank\" rel=\"noreferrer noopener\">Part 2</a></li><li><a href=\"https://make.wordpress.org/design/2021/10/08/adventures-in-block-theme-switching/\" target=\"_blank\" rel=\"noreferrer noopener\">Block theme switching</a> concepts</li></ul></li><li>Version 18.5 of WordPress for <a href=\"https://make.wordpress.org/mobile/2021/10/18/call-for-testing-wordpress-for-ios-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">iOS</a> and <a href=\"https://make.wordpress.org/mobile/2021/10/19/call-for-testing-wordpress-for-android-18-5/\" target=\"_blank\" rel=\"noreferrer noopener\">Android</a> are now available for testing!</li><li>The Accessibility Team is <a href=\"https://make.wordpress.org/accessibility/2021/10/30/accessibility-team-meeting-notes-october-22-2021-2/\" target=\"_blank\" rel=\"noreferrer noopener\">requesting feedback</a> on a new Gutenberg Pull request that <a href=\"https://github.com/WordPress/gutenberg/pull/35896\" target=\"_blank\" rel=\"noreferrer noopener\">announces formatting changes or screen readers</a>.</li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Share your feedback on the new Gutenberg landing page design in </strong><a href=\"https://meta.trac.wordpress.org/ticket/5600\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Trac</strong></a><strong> or by </strong><a href=\"https://make.wordpress.org/design/2021/10/29/redesign-of-the-gutenberg-page/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>commenting on the blog post</strong></a><strong> by November 5, 2021.</strong></p></blockquote>\n\n\n\n<h2>Keep an eye out for WordCamp Spain, Sâo Paulo, and Taiwan 2021</h2>\n\n\n\n<p>We had several WordPress events in October, and several more to look forward to the rest of the year:</p>\n\n\n\n<ul><li>We’re seeking a new host city for <a href=\"https://us.wordcamp.org/2021/wordcamp-us-update-city-search-2022/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp US 2022</a>.</li><li>WordCamp Europe 2022 has extended its <a href=\"https://europe.wordcamp.org/2022/porto-is-calling/\" target=\"_blank\" rel=\"noreferrer noopener\">call for organizers</a>.</li><li><a href=\"https://italia.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Italia 2021</a> was held online on October 22-23, 2021. The event had 23 speakers, 17 sponsors, and more than 1,000 registrants. Check out its <a href=\"https://www.youtube.com/channel/UCGdoJtlsv9BhODCQ71cOFnQ\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube channel</a> to watch the event replay.</li><li>Another highlight of the month was <a href=\"https://nicaragua.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\">WordCamp Nicaragua 2021</a> which was held on October 8-9, 2021.</li><li>The <a href=\"https://make.wordpress.org/community/tag/wpdiversity/\" target=\"_blank\" rel=\"noreferrer noopener\">#WPDiversity</a> working group of the Community Team organized an <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Allyship workshop for event organizers</a> on October 28. <a href=\"https://make.wordpress.org/community/2021/10/15/workshops-from-wpdiversity-october-and-november-2021/\" target=\"_blank\" rel=\"noreferrer noopener\">Sign up now</a> for the diversity events planned by the team for November! </li><li>A <a href=\"https://make.wordpress.org/training/2021/10/29/contribute2wp-learn-training-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">two-day contributor event</a> focused on <a href=\"https://learn.wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">Learn WordPress</a>, took place on October 29 and 31, 2021. There was also another <a href=\"https://yoast.com/about-us/events/yoast-contributor-day/\" target=\"_blank\" rel=\"noreferrer noopener\">contributor day</a> on October 8, 2021, which involved working groups across the board, from accessibility to user testing.</li><li>The Test Team organized the following Hallway Hangouts this week—check out their recaps:<ul><li><a href=\"https://make.wordpress.org/test/2021/10/06/hallway-hangout-pattern-party-testing-walkthrough-6-october/\" target=\"_blank\" rel=\"noreferrer noopener\">Pattern Party Testing Walkthrough </a></li><li><a href=\"https://make.wordpress.org/test/2021/10/20/hallway-hangout-5-9-go-no-go-site-editor-ia-and-more/\" target=\"_blank\" rel=\"noreferrer noopener\">5.9 Go/No go, Site Editor Internal Audit, and more</a></li></ul></li></ul>\n\n\n\n<blockquote class=\"wp-block-quote has-text-align-center\"><p><strong>Don’t miss the following upcoming online WordCamps: </strong><a href=\"https://spain.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Spain 2021</strong></a><strong>, </strong><a href=\"https://saopaulo.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Sâo Paulo 2021</strong></a><strong>, and </strong><a href=\"https://taiwan.wordcamp.org/2021/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>WordCamp Taiwan 2021</strong></a><strong>!</strong></p></blockquote>\n\n\n\n<hr class=\"wp-block-separator\" />\n\n\n\n<p><strong><em>Have a story that we could include in the next ‘Month in WordPress’ post? Let us know by filling out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong><em>this form</em></strong></a><strong><em>.</em></strong></p>\n\n\n\n<p><em>The following folks contributed to October 2021’s Month in WordPress: </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/anjanavasan/\" target=\"_blank\"><em>@anjanavasan</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/harishanker/\" target=\"_blank\"><em>@harishanker</em></a><em>, </em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/rmartinezduque/\" target=\"_blank\"><em>@rmartinezduque</em></a><em>, <a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/callye/\" target=\"_blank\">@callye</a></em>, <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/webcommsat/\" target=\"_blank\">@webcommsat</a></em>, and <em><a rel=\"noreferrer noopener\" href=\"https://profiles.wordpress.org/chaion07/\" target=\"_blank\">chaion07</a></em>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Nov 2021 23:35:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Anjana Vasan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WPTavern: Ask the Bartender: Where Are the WooCommerce Block Themes?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=125083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:177:\"https://wptavern.com/ask-the-bartender-where-are-the-woocommerce-block-themes?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-where-are-the-woocommerce-block-themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8805:\"<blockquote class=\"wp-block-quote\"><p>At what point are FSE theme developers going to start integrating and considering WooCommerce for their themes? WooCommerce has almost always seemed to lag behind all other considerations. It&rsquo;s a bit like it&rsquo;s an afterthought to simply scramble in the elements of a solid WooCommerce store. Where is a persistent cart header? Where are the templates for <code>/single-product</code>? There&rsquo;s all kinds of elements which <em>can</em> be developed right along side of other teams working on FSE, but it seems to (again, <em>consistently</em>) not happen.</p><p>I&rsquo;ve taken Blockbase and all the other FSE themes for a spin on LocalWP, and none of them have any WooCommerce elements in them. Again, one should not expect perfection at a &ldquo;developmental&rdquo; stage. However there does seem to be a behavioral pattern of WooCommerce elements being a bit of an &ldquo;afterthought&rdquo; that simply brings up the rear about a year or year-and-six-months afterwards.</p><p>Why not get everyone on the same page immediately? That way theme authors can address putting the cart elements in the header template. (Yes, WC can be run, but w/out a cart header, shoppers don&rsquo;t know where to click after an item is in their cart). And, if theme authors and WP core developers always, Always, ALWAYS started simultaneously <strong>with</strong> one or two WooCommerce folks on board, it would absolutely shorten the time needed for store owners to receive the benefits of FSE (and remove some of their pagebuilders!) and for WordPress to get more Shopify business over to WooCommerce. But that seemingly never happens because WooCommerce always seems to be the &ldquo;afterthought.&rdquo;</p><cite>Brad</cite></blockquote>\n\n\n\n<p class=\"has-drop-cap\">First, I want to make sure all of our readers are on the same page. <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> is a third-party plugin. It is unrelated to the core WordPress and Gutenberg projects. Granted, WooCommerce is owned by Automattic, one of the largest contributors of resources and people. So, there is likely some crossover among developers.</p>\n\n\n\n<p>It is still crucial that we make a distinction between the two. When looking at some of the recent block themes that other developers have released, I have yet to see any integrate with the WooCommerce plugin. I cannot say whether any of their authors have plans to do so in the future. I imagine that some will and others will not. Like with any third-party plugin that outputs something on the front-end (e.g., bbPress, Easy Digital Downloads, etc.), it is the theme author&rsquo;s choice of whether they want to take on the burden of supporting integrations with projects that are not their own. It can be a maintenance nightmare at times, particularly when it comes to free themes. However, I have no doubt that we will see more block theme authors catering to WooCommerce users as we move forward.</p>\n\n\n\n<p>All of this is a long-winded way of saying the responsibility of WooCommerce working in a block world is on WooCommerce itself. When it gets to that stage, theme authors will follow.</p>\n\n\n\n<p>One of the things I love about the block system is that it creates a standard for all themes and plugins to build from. The long-term goal of plugins like WooCommerce should be to work without theme support.  If a user wants a cart item in their nav menu, it should be as simple as adding a block via the site editor. The same should be said for any other element of creating an online shop.</p>\n\n\n\n<p>I reached out to Darren Ethier, an engineering team lead within Automattic who works on the intersection between WooCommerce and Gutenberg. He agreed that the block system could make it easier for things to simply work without specialized theme support.</p>\n\n\n\n<p>&ldquo;That&rsquo;s definitely the target we&rsquo;re shooting for,&rdquo; he said. &ldquo;Whether or not we will land it in the first iteration is still unknown.&rdquo;</p>\n\n\n\n<p>However, the answer is more complex than that. WooCommerce is a heavy plugin with a history entrenched in the pre-block era of WordPress and has an ecosystem of third-party add-ons it must be careful not to break. The team is making progress and has a few things shooting through the pipeline. It will take some time, but you will not see block themes showcasing WooCommerce shops without the plugin first laying the groundwork.</p>\n\n\n\n<p>Block templates are a high priority. Top-level templates like <code>single-product.html</code>, <code>archive-product.html</code>, <code>taxonomy-product-cat.html</code>, and <code>taxonomy-product-tag.html</code> will be available to any block-enabled theme soon.</p>\n\n\n\n<p>&ldquo;This <em>initial</em> iteration will be a straight port of the existing PHP templates and have a placeholder for the rendering of the template in the editor,&rdquo; said Ethier. &ldquo;We&rsquo;re essentially wrapping the rendered PHP template in a dynamic block. This is definitely <em>not</em> the end goal. It just is the initial step of moving towards our vision of &lsquo;Store Editing&rsquo; where merchants are able to completely customize the layout of their stores using all the opportunities available through the block and site editors.&rdquo;</p>\n\n\n\n<p>This is more of a stopgap measure than full-blown support. However, it is a step in that direction.</p>\n\n\n\n<p>&ldquo;We decided to take this approach because it more quickly helps bridge the gap between the current PHP-based templates and block themes so that folks can start to see the potential (and still add blocks around the PHP-rendered content),&rdquo; he said. &ldquo;We also know it&rsquo;s going to be a complex job to more fully implement the vision of Store editing with block themes while supporting (and inspiring) the rich existing ecosystem of WooCommerce extensions. So, this allows us to incrementally improve things over time.&rdquo;</p>\n\n\n\n<p>This may not be the news all block theme authors want to hear, but the changes will be enough for them to start exploring tighter integration with the plugin.</p>\n\n\n\n<p>The team is currently aiming to add block template support in the next release of the <a href=\"https://wordpress.org/plugins/woo-gutenberg-products-block/\">WooCommerce Blocks</a> plugin. If all goes well, the feature will be ported to WooCommerce 6.0, which should be in time for the WordPress 5.9 release.</p>\n\n\n\n<p>&ldquo;It&rsquo;s important to set expectations, though (which is why I&rsquo;m mentioning this again),&rdquo; said Ethier. &ldquo;This initial iteration definitely will <em>not</em> be the final iteration of Woo Block templates.&rdquo;</p>\n\n\n\n<p>He also highlighted several things from the roadmap:</p>\n\n\n\n<ul><li>&ldquo;Product Element Blocks&rdquo; &ndash; which are the Woo equivalents to the WP template blocks. So, things like &ldquo;Product Title,&rdquo; &ldquo;Product Description,&rdquo; &ldquo;Add to Cart Button,&rdquo; etc.</li><li>Integrating with the WP Query Loop Block (for products).</li><li>&ldquo;Mini-Cart Block&rdquo; &ndash; which should allow for insertion into header/footer template parts.</li><li>Commerce Patterns.</li></ul>\n\n\n\n<p>&ldquo;All these things (and more) will help us with iterating on the various components of a store that are visually represented via templates, template parts (i.e., think of things like reviews on the single product page, etc.),&rdquo; said Ethier.</p>\n\n\n\n<p>For a deeper look at what is ahead, read <a href=\"https://developer.woocommerce.com/2021/08/31/peek-into-the-woocommerce-blocks-roadmap/\">Peek into the WooCommerce Blocks Roadmap</a>. Warning: it is dense and geared toward developers, but it must be. The solutions for a project the size and scope of WooCommerce are not simple.</p>\n\n\n\n<p>&ldquo;One key strategy we&rsquo;re trying here is to provide default WooCommerce store editing templates and functionality out of the box with Woo Core that should in theory &lsquo;just work&rsquo; with any block theme,&rdquo; said Ethier. &ldquo;There&rsquo;s so much that <code>theme.json</code> and global styles unlock to make this possible. Themes will still be able to override the default WooCommerce templates and template parts if they want, but they won&rsquo;t <em>need</em> to.&rdquo;</p>\n\n\n\n<p>While it may feel like block-based storefronts are lightyears away, we must remember that block themes are in their infancy. There are only about a couple dozen in the directory, and most of those are experimental.</p>\n\n\n\n<p>I am as excited as anyone about what this could mean for projects like WooCommerce. At the same time, I also know that the road might be longer than what we have in mind, but the WooCommerce team is already traveling down it.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Nov 2021 23:13:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 30 Nov 2021 19:01:23 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Tue, 30 Nov 2021 18:45:08 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";s:16:\"content-encoding\";s:2:\"br\";}}s:5:\"build\";s:14:\"20210520213141\";}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(11366, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1638342083', 'no'),
(11367, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1638298883', 'no'),
(10220, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:2:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.8.2\";s:7:\"version\";s:5:\"5.8.2\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}}s:12:\"last_checked\";i:1638299440;s:15:\"version_checked\";s:5:\"5.7.4\";s:12:\"translations\";a:0:{}}', 'no'),
(4892, 'options_usses_login_logo', '128', 'no'),
(4893, '_options_usses_login_logo', 'field_60a618f65bdc8', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(6097, '_site_transient_t15s-registry-gforms', 'O:8:\"stdClass\":2:{s:8:\"projects\";a:52:{s:26:\"gravityformsactivecampaign\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2019-12-10T10:53:40+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:44:58+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:49:55+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:48:52+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:48:38+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2019-12-10T10:52:45+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:47:42+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:47:27+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:47:11+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-05-13T09:59:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:45:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:47:59+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2019-12-10T10:55:54+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2021-09-13T20:55:15+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:46:00+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:43:49+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:49:36+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:50:19+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:45:45+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.9\";s:7:\"updated\";s:25:\"2020-04-29T16:43:08+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformsactivecampaign/gravityformsactivecampaign-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsaweber\";a:1:{s:12:\"translations\";a:16:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2019-12-10T11:14:16+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-10-26T09:22:16+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2019-12-10T11:14:21+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-10-21T13:22:59+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-11-03T15:07:38+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-11-01T10:19:03+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-10-25T16:28:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2021-06-09T10:12:37+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-12-17T14:48:30+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2021-09-13T20:56:18+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-12-17T14:59:58+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-12-17T15:52:40+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-11-04T15:46:22+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-11-04T22:55:06+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-10-21T18:52:48+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:4:\"2.11\";s:7:\"updated\";s:25:\"2020-10-26T10:11:59+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsaweber/gravityformsaweber-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformsagilecrm\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2019-12-10T11:19:20+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-13T12:14:33+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2019-12-10T11:19:27+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2019-12-10T11:19:29+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2020-07-15T15:11:34+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-13T08:58:31+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-13T09:07:04+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2020-11-01T10:34:35+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-20T21:21:06+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-27T07:05:09+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-27T06:12:17+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-13T20:54:04+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-28T17:59:30+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-27T21:55:07+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-27T15:54:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-26T22:26:29+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2020-10-23T18:57:17+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.4.1\";s:7:\"updated\";s:25:\"2021-09-16T16:46:08+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsagilecrm/gravityformsagilecrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:24:\"gravityformsauthorizenet\";a:1:{s:12:\"translations\";a:19:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T11:26:11+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T11:25:12+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:06+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-10-19T11:05:17+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-10-19T11:04:01+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-10-02T10:42:32+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-10-21T11:50:09+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:00+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:02+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:03+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:04+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-12-17T14:48:41+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-13T20:54:56+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-12-17T15:01:32+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-12-17T15:53:58+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:08+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:01+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-06-23T12:37:09+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-11-05T09:28:49+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsauthorizenet/gravityformsauthorizenet-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformsbatchbook\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:26+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:58+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:36+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:39+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:46+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:48+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:34+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-18T10:52:45+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-01-22T16:00:21+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:53+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-17T05:50:43+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2021-09-13T20:57:17+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:30:01+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:30:05+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:30:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T11:29:42+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-10-21T18:08:50+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-10T08:44:12+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsbatchbook/gravityformsbatchbook-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsbreeze\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T11:33:56+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T11:34:00+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-26T09:18:00+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T11:34:06+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T11:34:10+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T11:34:16+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T11:51:14+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T15:52:36+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-27T15:24:54+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-27T15:24:22+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T15:55:14+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T14:47:56+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-13T20:57:50+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:02:25+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:54:19+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T15:53:05+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T23:02:09+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T18:01:43+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T09:41:54+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsbreeze/gravityformsbreeze-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:27:\"gravityformscampaignmonitor\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T11:38:28+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T11:38:32+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-27T15:32:30+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T11:38:38+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T11:38:42+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T11:38:49+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-21T13:33:21+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-04T16:34:18+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-27T15:32:58+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-06-26T16:23:07+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-04T16:33:40+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-27T15:31:51+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2021-09-13T20:58:22+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-12-17T15:02:40+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-12-17T15:54:37+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-04T16:34:37+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-04T22:43:42+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-21T17:56:50+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-27T15:30:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformscampaignmonitor/gravityformscampaignmonitor-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformscampfire\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:21+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:25+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:51+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:30+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:34+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:41+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:28+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-02-18T11:26:09+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-01-22T16:22:19+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:47+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-02-17T07:50:36+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2021-09-13T20:59:01+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:55+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:58+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:44:01+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2019-12-10T11:43:36+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-10-21T17:50:29+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.2.2\";s:7:\"updated\";s:25:\"2020-02-13T09:15:04+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformscampfire/gravityformscampfire-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:22:\"gravityformscapsulecrm\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-10-19T12:30:04+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-24T11:44:15+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-10-19T12:29:41+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2019-12-10T12:29:32+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-10-02T10:43:53+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-25T20:59:21+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-31T19:38:53+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-18T14:48:49+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-22T09:24:31+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-26T12:48:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-06-04T08:41:49+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-10-02T10:45:12+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-31T04:02:47+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-24T10:24:48+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-20T15:00:01+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-06-01T18:19:09+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-06-05T06:33:09+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-05-26T23:45:13+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformscapsulecrm/gravityformscapsulecrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:26:\"gravityformschainedselects\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:33:02+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:33:09+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-26T07:39:02+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-19T12:31:04+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:33:19+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:33:26+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-27T15:57:33+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T16:39:59+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T16:39:05+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-27T15:56:33+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T16:40:25+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T14:50:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-13T21:00:54+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:03:03+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:55:04+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T16:40:51+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T22:42:17+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T17:43:40+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-27T15:55:51+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformschainedselects/gravityformschainedselects-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:23:\"gravityformscleverreach\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2019-12-10T12:36:07+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-27T16:14:47+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2019-12-10T12:36:15+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2019-12-10T12:36:18+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2019-12-10T12:36:26+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-21T13:19:38+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-11-03T14:26:49+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-27T16:13:51+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-27T16:13:28+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-11-02T07:31:27+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-27T16:14:08+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2021-09-13T21:01:33+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-12-17T15:03:13+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-12-17T15:55:14+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-29T05:56:49+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-11-04T22:41:57+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-21T17:59:57+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.7\";s:7:\"updated\";s:25:\"2020-10-27T16:12:53+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformscleverreach/gravityformscleverreach-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformscoupons\";a:1:{s:12:\"translations\";a:21:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:40:01+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:14+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-19T17:06:11+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:23+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:26+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:33+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:35+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-23T08:17:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-29T17:28:18+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-11-04T17:07:09+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-22T12:33:35+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-28T15:35:19+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-20T13:34:57+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:39:46+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-10-02T10:45:21+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-22T20:35:46+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-31T18:21:59+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-19T13:18:02+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-26T22:19:40+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-08-02T17:44:47+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-07-21T22:05:34+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformscoupons/gravityformscoupons-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformsdropbox\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:41:39+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:41:45+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-13T12:16:26+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:41:51+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:41:54+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:42:00+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-10-25T16:33:03+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T15:50:14+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2020-11-04T17:25:06+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-20T21:27:29+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T07:06:04+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T06:22:00+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2019-12-10T12:42:11+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-10-02T10:45:47+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-28T17:59:38+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T21:56:25+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T15:58:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-27T07:38:08+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-29T17:57:54+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.0\";s:7:\"updated\";s:25:\"2021-09-16T16:53:01+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsdropbox/gravityformsdropbox-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsemma\";a:1:{s:12:\"translations\";a:20:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:44:29+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:44:33+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:55+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:44:41+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:44:44+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:44:51+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T11:49:57+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:47+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:50+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:52+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-10T14:46:12+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T14:50:48+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T12:45:02+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-14T09:31:53+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:00:46+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T15:53:13+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:59+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-06-23T12:52:48+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-02-08T12:41:17+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T09:43:17+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsemma/gravityformsemma-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:22:\"gravityformsfreshbooks\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2019-12-10T12:47:27+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:31+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2019-12-10T12:47:38+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2019-12-10T12:47:42+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2019-12-10T12:47:49+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-10-21T11:51:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:24+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:27+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:28+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:29+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-12-17T14:51:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:104:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2021-09-14T09:32:44+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-12-17T14:59:47+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-12-17T15:53:03+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:34+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-06-23T13:01:25+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2021-02-08T11:26:17+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.8\";s:7:\"updated\";s:25:\"2020-11-05T09:43:05+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:107:\"https://packages.translationspress.com/rocketgenius/gravityformsfreshbooks/gravityformsfreshbooks-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:23:\"gravityformsgetresponse\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2019-12-10T12:50:14+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:36:04+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2019-12-10T12:50:21+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2019-12-10T12:50:27+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2019-12-10T12:50:34+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-10-21T13:52:38+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:34:56+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:34:36+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:34:11+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:33:47+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:35:39+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:106:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2021-09-14T09:33:14+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-12-17T15:00:10+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-12-17T15:52:49+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:35:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T22:28:34+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2021-02-08T11:28:42+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.6\";s:7:\"updated\";s:25:\"2020-11-04T17:33:13+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:109:\"https://packages.translationspress.com/rocketgenius/gravityformsgetresponse/gravityformsgetresponse-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformshelpscout\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2019-12-10T12:53:26+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-11T17:38:30+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2019-12-10T12:53:38+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2019-12-10T12:53:41+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2019-12-10T12:53:49+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-25T16:20:17+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-20T10:30:59+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2020-11-05T09:45:35+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-17T13:50:18+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-11-01T19:33:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-31T14:24:22+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-09-14T09:33:49+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-21T18:23:27+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-25T23:03:06+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-20T06:44:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-27T18:33:14+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-11-04T18:39:39+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.1\";s:7:\"updated\";s:25:\"2021-10-22T08:44:54+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformshelpscout/gravityformshelpscout-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformshighrise\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:12+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:45+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:21+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:25+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:32+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-07-17T13:47:39+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:18+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-21T12:46:52+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-01-25T07:38:34+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:40+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-24T06:26:43+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2021-09-14T09:35:46+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:49+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:52+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2019-12-10T12:56:56+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2021-10-27T18:34:31+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2021-08-02T17:30:03+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.3\";s:7:\"updated\";s:25:\"2020-02-13T09:20:57+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformshighrise/gravityformshighrise-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformshipchat\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:44+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:50+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:25+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:00+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:04+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:11+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-21T13:28:02+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:58:57+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-21T12:24:57+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-01-25T07:46:44+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:18+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-24T00:03:51+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-09-14T09:40:54+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:28+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:32+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:35+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2019-12-10T12:59:06+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-08-02T17:31:33+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-13T09:22:17+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshipchat/gravityformshipchat-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformsmadmimi\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:01:35+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:02:09+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:01:44+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:01:49+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:01:56+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-10-21T11:52:31+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-06-23T12:59:15+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-06-23T12:59:19+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-06-23T12:59:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:02:03+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-12-17T14:50:37+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2021-10-02T10:46:06+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-12-17T15:04:00+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-12-17T15:55:55+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2019-12-10T13:02:19+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-06-23T12:59:17+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2021-08-02T17:35:32+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.4\";s:7:\"updated\";s:25:\"2020-11-05T09:28:23+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmadmimi/gravityformsmadmimi-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformsmailchimp\";a:1:{s:12:\"translations\";a:20:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:04:32+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-11T17:41:13+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:04:42+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:04:45+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:04:52+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:04:54+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-25T16:35:54+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-20T10:33:10+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2020-06-06T09:27:59+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-17T13:48:34+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-11-01T19:41:14+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-10T01:24:36+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2019-12-10T13:05:05+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-09-14T09:46:01+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-21T18:23:40+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-25T23:02:38+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-20T06:43:45+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-27T18:33:38+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-11-04T18:41:00+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.0\";s:7:\"updated\";s:25:\"2021-10-22T08:17:58+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsmailchimp/gravityformsmailchimp-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:26:\"gravityformspartialentries\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2019-12-10T13:08:06+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-10-26T07:35:52+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2019-12-10T13:08:14+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2019-12-10T13:08:18+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-08-12T08:00:17+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-10-21T13:19:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-06-23T13:06:44+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-06-23T13:06:48+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-06-23T13:06:49+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-06-23T13:06:50+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-12-17T14:50:15+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:112:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-09-14T09:48:18+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-12-17T15:01:19+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-12-17T15:55:24+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-10-29T06:00:18+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-06-23T13:06:46+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2021-08-02T17:40:09+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.6.1\";s:7:\"updated\";s:25:\"2020-11-05T09:27:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:115:\"https://packages.translationspress.com/rocketgenius/gravityformspartialentries/gravityformspartialentries-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:29:\"gravityformspaypalpaymentspro\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2019-12-10T13:12:20+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:08:48+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2019-12-10T13:12:31+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2019-12-10T13:12:34+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-08-12T08:00:11+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:118:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2019-12-10T13:12:45+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-03-24T14:22:06+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:07:45+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:09:54+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:09:28+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:08:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:08:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:118:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-09-14T09:52:47+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:10:39+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-12-17T14:13:06+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:10:17+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T13:09:09+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2021-09-29T18:02:03+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.7\";s:7:\"updated\";s:25:\"2020-11-05T09:26:11+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:121:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpaymentspro/gravityformspaypalpaymentspro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformspaypal\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:16:24+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:15:22+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:13+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:15:33+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:15:37+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2021-08-12T07:59:47+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2019-12-10T13:15:51+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-10-21T11:52:44+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:03+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:08+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:09+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:10+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-12-17T14:49:52+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2021-09-14T09:52:14+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-11-10T22:07:48+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-12-17T15:54:54+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:16+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-06-23T12:30:05+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2021-09-29T18:06:04+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.5\";s:7:\"updated\";s:25:\"2020-11-05T09:27:22+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformspaypal/gravityformspaypal-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformspaypalpro\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:59:29+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:46+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:30+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:02+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:55:18+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:52+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-03-24T11:58:48+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:56:58+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-04-29T16:41:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-01-27T16:56:20+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-07-01T15:34:29+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-09-14T09:53:44+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:53:59+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:54:40+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:57:32+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-05-13T16:56:26+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2021-11-04T18:47:08+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.8.4\";s:7:\"updated\";s:25:\"2020-04-29T16:42:28+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformspaypalpro/gravityformspaypalpro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:17:\"gravityformspolls\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T13:20:46+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:15:31+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T13:20:59+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T13:21:05+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2021-08-12T08:00:03+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2019-12-10T13:21:17+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-10-21T13:43:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:13:17+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:17:45+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:17:13+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:14:54+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:13:59+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2021-09-14T09:55:19+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-12-17T14:20:05+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-12-17T14:19:33+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-05T15:18:45+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-11-04T23:21:12+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2021-11-04T18:52:05+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"3.9\";s:7:\"updated\";s:25:\"2020-06-29T08:29:29+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformspolls/gravityformspolls-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformspostmark\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-24T11:44:53+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2019-12-10T13:25:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-25T21:03:26+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-31T19:40:40+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-03-29T18:54:45+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-22T09:30:48+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-26T12:48:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-04T08:26:03+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:55:49+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-31T04:01:04+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-04-11T21:20:33+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-20T16:53:54+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-01T17:59:01+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-06-05T06:35:48+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-05-26T23:45:38+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformspostmark/gravityformspostmark-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsquiz\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2019-12-10T13:27:31+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-24T11:45:23+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2019-12-10T13:27:39+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2019-12-10T13:27:43+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-08-12T07:59:28+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2019-12-10T13:27:57+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-25T21:04:12+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-31T19:40:51+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-03-29T18:55:44+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-22T09:31:31+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-04-06T06:33:57+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-06-04T08:42:23+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-10-02T10:47:05+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-31T04:00:57+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-04-02T18:59:11+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-20T16:54:21+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-06-01T18:19:22+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"3.7.2\";s:7:\"updated\";s:25:\"2021-05-26T23:45:44+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsquiz/gravityformsquiz-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformssignature\";a:1:{s:12:\"translations\";a:17:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:38:02+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:21:43+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:38:13+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:38:16+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-08-12T08:00:46+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-10-21T11:48:57+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:24:13+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:22:22+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:21:23+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:20:43+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-12-17T14:35:55+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-09-14T09:57:36+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-12-17T14:35:15+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-12-17T14:35:35+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:22:02+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-06T09:21:04+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2020-11-05T09:41:10+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformssignature/gravityformssignature-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:17:\"gravityformsslack\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:40:50+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-24T11:45:57+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:41:01+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:41:05+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:41:15+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-25T21:11:14+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-31T19:45:47+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-03-29T18:53:17+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-22T09:33:22+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-04-06T07:06:39+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-06-04T08:28:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-10-02T10:47:29+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-31T04:00:39+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-24T10:52:41+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-20T16:56:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-06-01T17:59:51+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-06-06T17:28:05+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-05-26T23:46:16+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:97:\"https://packages.translationspress.com/rocketgenius/gravityformsslack/gravityformsslack-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsstripe\";a:1:{s:12:\"translations\";a:19:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:43:09+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-19T17:05:36+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:43:21+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:43:26+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:43:35+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2019-12-10T13:43:38+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-23T08:22:25+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-29T17:41:22+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-03-29T19:06:35+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-22T12:43:02+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-28T15:41:04+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-06-04T08:42:34+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-10-02T10:47:59+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-22T20:35:18+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-31T18:10:14+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-19T13:45:33+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-09-26T22:23:24+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-06-06T17:35:24+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"4.1\";s:7:\"updated\";s:25:\"2021-07-21T22:07:53+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsstripe/gravityformsstripe-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformssurvey\";a:1:{s:12:\"translations\";a:19:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2019-12-10T13:46:27+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2019-12-10T13:45:34+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:19:33+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2019-12-10T13:45:45+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2019-12-10T13:45:49+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2021-10-02T10:43:16+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-10-21T11:49:45+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:18:23+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:17:26+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:17:06+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:16:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:18:45+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2021-09-14T10:15:27+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-12-17T14:59:21+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-12-17T15:04:46+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:18:00+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-06T13:19:05+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-06-23T12:56:01+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"3.7.1\";s:7:\"updated\";s:25:\"2020-11-05T09:28:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssurvey/gravityformssurvey-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformstrello\";a:1:{s:12:\"translations\";a:19:{s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:48:10+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:48:12+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-13T12:17:22+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:48:23+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2019-12-10T13:48:27+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-10-02T10:43:10+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-13T09:00:55+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T15:55:09+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2020-06-23T12:56:45+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-20T21:17:42+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T07:07:15+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T06:24:00+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-14T10:15:52+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-28T18:01:52+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T21:58:43+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T16:00:25+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-27T07:38:57+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-29T17:59:48+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.0\";s:7:\"updated\";s:25:\"2021-09-16T16:50:37+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstrello/gravityformstrello-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformstwilio\";a:1:{s:12:\"translations\";a:16:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2019-12-10T13:50:52+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:29:03+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2019-12-10T13:51:03+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2021-10-02T10:43:04+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-10-21T13:19:12+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:27:42+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:27:01+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:26:40+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:26:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-12-17T14:49:31+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2021-09-14T10:20:15+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-12-17T15:01:40+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-12-17T15:07:56+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:28:04+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-06T13:28:39+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.8.1\";s:7:\"updated\";s:25:\"2020-11-05T09:27:48+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformstwilio/gravityformstwilio-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:28:\"gravityformsuserregistration\";a:1:{s:12:\"translations\";a:20:{s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2019-12-10T13:56:01+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2020-05-17T14:00:04+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-11T17:40:17+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2020-05-17T13:55:15+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2019-12-10T13:55:04+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-02T10:42:57+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:116:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2019-12-10T13:55:19+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-05-25T21:35:39+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-20T10:33:20+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-03-29T19:18:41+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-17T13:43:41+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-11-01T19:35:43+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-10T01:25:05+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:116:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-09-14T10:21:08+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-08T19:14:13+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-25T23:17:18+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-05-20T17:01:22+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-27T18:35:13+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-11-04T18:52:12+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.7\";s:7:\"updated\";s:25:\"2021-10-22T08:14:13+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:119:\"https://packages.translationspress.com/rocketgenius/gravityformsuserregistration/gravityformsuserregistration-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformszapier\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-19T17:02:54+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-23T08:59:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-29T17:39:36+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-04-04T10:26:11+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-22T12:57:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-28T15:43:13+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-06-04T22:00:52+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-10-02T10:50:58+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-22T20:35:10+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-19T11:08:05+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-19T13:23:31+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-06-05T20:44:54+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-06-06T19:46:51+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.1.1\";s:7:\"updated\";s:25:\"2021-07-21T22:08:31+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformszapier/gravityformszapier-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformszohocrm\";a:1:{s:12:\"translations\";a:13:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:48:46+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-10-21T13:38:20+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:47:33+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:47:08+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:46:42+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:45:50+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:49:04+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2021-09-14T10:22:32+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-12-17T15:03:23+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2021-10-25T23:17:08+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:47:58+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-10T14:48:22+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:6:\"1.13.1\";s:7:\"updated\";s:25:\"2020-11-05T09:40:50+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformszohocrm/gravityformszohocrm-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformsicontact\";a:1:{s:12:\"translations\";a:18:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T14:02:48+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:40:54+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T14:02:59+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T14:03:04+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2019-12-10T14:03:14+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T13:33:56+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:39:50+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:39:21+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:39:01+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:38:41+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:41:52+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-14T09:41:44+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T14:05:54+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-12-17T14:06:18+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:40:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T12:40:33+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-08-02T17:34:13+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-05T09:26:47+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformsicontact/gravityformsicontact-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:24:\"gravityformsemailoctopus\";a:1:{s:12:\"translations\";a:5:{s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-21T15:28:15+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-02-21T02:23:00+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-03-02T08:29:37+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:108:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-09-14T09:31:28+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-06-01T20:46:31+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:111:\"https://packages.translationspress.com/rocketgenius/gravityformsemailoctopus/gravityformsemailoctopus-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}}}s:19:\"gravityformsmailgun\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:17:07+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-04-03T17:53:32+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-21T11:48:43+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:16:42+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:16:48+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:16:50+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:17:03+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T14:49:05+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:47:07+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T15:01:51+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-12-17T15:53:35+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:17:10+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:16:44+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-06-23T13:17:12+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-05T09:42:12+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformsmailgun/gravityformsmailgun-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformssendgrid\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:05:56+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-02-18T21:05:02+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-10-21T13:18:39+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:06:48+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-07-04T20:05:08+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-06-28T10:45:00+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-05-23T18:18:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:07:21+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2021-09-14T09:57:06+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T14:33:12+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-12-17T14:32:57+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:06:16+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-04T22:55:46+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-11-06T09:05:23+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.1\";s:7:\"updated\";s:25:\"2020-05-15T07:53:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformssendgrid/gravityformssendgrid-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformssquare\";a:1:{s:12:\"translations\";a:16:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-19T17:04:33+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2020-03-25T17:00:58+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2020-03-25T17:02:03+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-23T09:10:13+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-29T17:40:29+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-06-03T07:38:12+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-22T12:40:25+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-28T15:40:36+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-06-08T05:44:49+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-10-02T10:47:45+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-22T20:35:24+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-31T18:24:43+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-19T15:05:37+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-10-27T18:35:03+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-06-06T17:31:15+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.4.4\";s:7:\"updated\";s:25:\"2021-07-21T22:07:13+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformssquare/gravityformssquare-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:19:\"gravityformshubspot\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-11T17:39:56+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2020-03-31T20:33:24+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-25T16:29:18+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-20T10:31:49+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2020-11-01T10:02:39+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-17T13:54:01+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-11-01T19:35:24+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-11-01T14:51:18+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:98:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-09-14T09:41:15+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-08T19:13:59+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-25T23:12:13+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-20T06:50:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-27T18:34:53+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-11-04T18:40:38+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.5.4\";s:7:\"updated\";s:25:\"2021-10-22T08:44:39+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:101:\"https://packages.translationspress.com/rocketgenius/gravityformshubspot/gravityformshubspot-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformsppcp\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-13T12:17:41+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-13T09:01:44+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-27T15:50:43+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-03-29T18:50:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-20T21:18:39+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-27T07:06:42+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-27T06:25:06+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-10-02T10:46:35+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-28T18:01:57+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-27T21:57:36+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-27T16:09:11+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-26T22:21:41+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-29T17:58:11+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"2.2\";s:7:\"updated\";s:25:\"2021-09-16T16:49:48+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformsppcp/gravityformsppcp-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:18:\"gravityformsmollie\";a:1:{s:12:\"translations\";a:15:{s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-05-06T16:23:36+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-26T09:00:57+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-02-12T12:07:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-03T14:33:45+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-01T09:59:43+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-25T15:57:40+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-02T07:33:38+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-09T06:40:23+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:96:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2021-09-14T09:47:36+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-10T22:10:33+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-16T11:26:53+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-29T06:00:37+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-11-04T22:51:58+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-05-12T17:29:12+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.2\";s:7:\"updated\";s:25:\"2020-10-26T10:11:32+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:99:\"https://packages.translationspress.com/rocketgenius/gravityformsmollie/gravityformsmollie-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityforms2checkout\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-13T12:14:24+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2020-05-17T09:33:00+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-13T08:57:46+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-13T09:06:50+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-02-02T19:49:22+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-20T21:20:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-27T07:04:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-27T06:12:08+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-10-02T10:44:57+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-28T18:02:15+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-27T21:54:49+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-27T16:08:24+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-26T22:17:24+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-29T17:55:55+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"2.0.2\";s:7:\"updated\";s:25:\"2021-09-16T16:49:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityforms2checkout/gravityforms2checkout-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:32:\"gravityformsadvancedpostcreation\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:51:41+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-10-21T11:23:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-30T08:43:32+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:52:07+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:50:56+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:50:39+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-30T06:35:17+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:124:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2021-09-13T20:53:22+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-06-01T20:44:34+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-06-07T14:59:25+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:51:51+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:51:23+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:51:15+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.1\";s:7:\"updated\";s:25:\"2020-05-29T10:51:06+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:127:\"https://packages.translationspress.com/rocketgenius/gravityformsadvancedpostcreation/gravityformsadvancedpostcreation-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:20:\"gravityformswebhooks\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-19T17:04:50+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-23T08:19:27+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-29T17:38:01+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-05-25T15:11:12+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-22T12:47:49+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-28T15:41:26+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-08-03T06:03:53+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:100:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-10-02T10:49:46+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-22T20:34:31+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-31T18:10:52+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-19T13:24:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-26T22:24:51+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-08-02T17:40:38+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-07-21T22:08:05+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:103:\"https://packages.translationspress.com/rocketgenius/gravityformswebhooks/gravityformswebhooks-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:16:\"gravityformspipe\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-26T07:37:52+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-20T16:25:47+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-03T14:29:46+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-01T10:02:06+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-25T15:56:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-02T07:32:59+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-09T06:35:56+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:92:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2021-09-14T09:54:12+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-10T22:09:12+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-16T11:29:56+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-29T05:59:20+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-11-04T22:40:13+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-05-26T19:35:04+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.3.1\";s:7:\"updated\";s:25:\"2020-10-26T10:13:02+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:95:\"https://packages.translationspress.com/rocketgenius/gravityformspipe/gravityformspipe-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:27:\"gravityformsconstantcontact\";a:1:{s:12:\"translations\";a:14:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-26T09:00:35+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-21T11:36:30+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-03T14:38:13+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-01T10:03:32+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-25T15:55:38+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-02T07:34:13+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-09T06:35:27+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:114:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2021-09-13T21:02:40+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-10T22:11:04+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-16T11:27:18+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-29T05:29:40+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-11-04T22:51:22+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-23T18:56:46+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.5\";s:7:\"updated\";s:25:\"2020-10-26T10:13:10+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:117:\"https://packages.translationspress.com/rocketgenius/gravityformsconstantcontact/gravityformsconstantcontact-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:12:\"gravityforms\";a:1:{s:12:\"translations\";a:26:{s:2:\"ar\";a:7:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-17T07:33:33+00:00\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ar.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ar\";i:1;s:3:\"ara\";}}s:2:\"ca\";a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-17T16:02:33+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}s:5:\"zh-cn\";a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-19T16:58:47+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:5:\"zh-hk\";a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-09-06T12:27:48+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版	\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}s:2:\"da\";a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-19T17:00:03+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-11T17:38:12+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:5:\"en-au\";a:7:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-19T15:10:30+00:00\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-en_AU.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:5:\"en-gb\";a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-19T20:53:31+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-02T10:42:01+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:5:\"fr-ca\";a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-29T16:28:24+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-24T11:14:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-24T06:37:06+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:9:\"de/formal\";a:7:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-23T20:38:04+00:00\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:94:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-de_DE_formal.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-05-18T18:24:51+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-17T15:29:19+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"hu\";a:7:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-03-17T08:10:46+00:00\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-hu_HU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hu\";i:1;s:3:\"hun\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-01T19:31:59+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-01T14:44:34+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:84:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"nb\";a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-09-11T22:16:34+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-02T10:44:38+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-21T18:24:09+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-01T14:56:58+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-20T06:48:50+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-27T18:30:55+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-11-04T18:39:28+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:8:\"2.5.12.3\";s:7:\"updated\";s:25:\"2021-10-22T08:44:04+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:87:\"https://packages.translationspress.com/rocketgenius/gravityforms/gravityforms-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}s:21:\"gravityformsrecaptcha\";a:1:{s:12:\"translations\";a:15:{s:2:\"nl\";a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:30:24+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}s:2:\"fi\";a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-08-12T07:58:23+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}s:2:\"fr\";a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:26:19+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}s:2:\"de\";a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:23:08+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}s:2:\"he\";a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:26:50+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}s:2:\"hi\";a:7:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:27:19+00:00\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-hi_IN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hi\";i:1;s:3:\"hin\";}}s:2:\"it\";a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:28:22+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}s:2:\"ja\";a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-04T07:24:55+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:102:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}s:2:\"pl\";a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-10-02T10:47:18+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}s:5:\"pt-br\";a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:31:24+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}s:2:\"pt\";a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:31:56+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}s:2:\"ru\";a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:32:29+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}s:2:\"es\";a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:24:39+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}s:2:\"sv\";a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-05T20:09:56+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}s:2:\"tr\";a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"1.1.1\";s:7:\"updated\";s:25:\"2021-06-02T13:33:36+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:105:\"https://packages.translationspress.com/rocketgenius/gravityformsrecaptcha/gravityformsrecaptcha-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}}}}s:13:\"_last_checked\";i:1638297816;}', 'no');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(4987, 'options_footer_backend_logo', '194', 'no'),
(4988, '_options_footer_backend_logo', 'field_60a385a9e81c3', 'no'),
(4989, 'options_footer_backend_copyright', '2021 U.S. Soybean Export Council.\r\nAll Rights Reserved. Terms and Privacy.', 'no'),
(4990, '_options_footer_backend_copyright', 'field_60a385cee81c4', 'no'),
(11224, '_transient_timeout_acf_plugin_updates', '1638350741', 'no'),
(11225, '_transient_acf_plugin_updates', 'a:4:{s:7:\"plugins\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:6:\"5.11.3\";s:3:\"url\";s:36:\"https://www.advancedcustomfields.com\";s:6:\"tested\";s:5:\"5.8.1\";s:7:\"package\";s:251:\"https://connect.advancedcustomfields.com/v2/plugins/download?token=eyJwIjoicHJvIiwiayI6ImIzSmtaWEpmYVdROU1UQXlPRGcyZkhSNWNHVTlaR1YyWld4dmNHVnlmR1JoZEdVOU1qQXhOeTB3TXkweU55QXhPRG95T0RvMU1BPT0iLCJ3cF91cmwiOiJodHRwczpcL1wvdXNzZXMuYmVhbnN0YWxrd2ViLmNvbSJ9\";s:5:\"icons\";a:1:{s:7:\"default\";s:63:\"https://ps.w.org/advanced-custom-fields/assets/icon-256x256.png\";}s:7:\"banners\";a:2:{s:3:\"low\";s:77:\"https://ps.w.org/advanced-custom-fields/assets/banner-772x250.jpg?rev=1729102\";s:4:\"high\";s:78:\"https://ps.w.org/advanced-custom-fields/assets/banner-1544x500.jpg?rev=1729099\";}}}s:10:\"expiration\";i:172800;s:6:\"status\";i:1;s:7:\"checked\";a:1:{s:34:\"advanced-custom-fields-pro/acf.php\";s:5:\"5.9.6\";}}', 'no'),
(11322, '_transient_timeout_GFCache_2abb63dd2a7791c7e16b93a55049a182', '1638355150', 'no'),
(11323, '_transient_GFCache_2abb63dd2a7791c7e16b93a55049a182', 'a:60:{s:12:\"gravityforms\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:6:\"2.5.15\";s:14:\"version_latest\";s:8:\"2.5.15.1\";s:3:\"url\";s:166:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Ypu8C2wbXLN3nivNVwfGHJQPSLw%3D\";s:10:\"url_latest\";s:168:\"https://s3.amazonaws.com/gravityforms/releases/gravityforms_2.5.15.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=i0p63keGs8eGEH4eQ5hGQDSng8g%3D\";}s:21:\"gravityforms2checkout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:5:\"2.0.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=9MmdH3I027eAQ6arZnUChpvTL7I%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/2checkout/gravityforms2checkout_2.0.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=o%2BpIA79xQSOD8IUcRmbqZ5bNksc%3D\";}s:26:\"gravityformsactivecampaign\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.9\";s:14:\"version_latest\";s:5:\"1.9.1\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=whICZzLfOWbmEZZqO0d8r8GqZrE%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/activecampaign/gravityformsactivecampaign_1.9.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=88CP3UciODkHCJxVB6gJ7UHRPoU%3D\";}s:32:\"gravityformsadvancedpostcreation\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.1\";s:3:\"url\";s:204:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=pZ4z4EAK1ohUuHgWBWVR%2FXjwFUI%3D\";s:10:\"url_latest\";s:204:\"https://s3.amazonaws.com/gravityforms/addons/advancedpostcreation/gravityformsadvancedpostcreation_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=40J%2BYM6Dks6oXxBdmAUl6dkgH54%3D\";}s:20:\"gravityformsagilecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=cj2a076d8%2FopJCVC%2FoP13vHOaEg%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/agilecrm/gravityformsagilecrm_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=cj2a076d8%2FopJCVC%2FoP13vHOaEg%3D\";}s:19:\"gravityformsakismet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.0\";s:14:\"version_latest\";s:3:\"1.0\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/akismet/gravityformsakismet_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xuXCtWEiDQTE7C%2BwnNkjHZzHjSY%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/akismet/gravityformsakismet_1.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xuXCtWEiDQTE7C%2BwnNkjHZzHjSY%3D\";}s:24:\"gravityformsauthorizenet\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";s:3:\"url\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=nKqPu3pcMgiM91hLQ6G2L5tLNoQ%3D\";s:10:\"url_latest\";s:187:\"https://s3.amazonaws.com/gravityforms/addons/authorizenet/gravityformsauthorizenet_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=nKqPu3pcMgiM91hLQ6G2L5tLNoQ%3D\";}s:18:\"gravityformsaweber\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:4:\"2.11\";s:14:\"version_latest\";s:4:\"2.11\";s:3:\"url\";s:175:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xMKpYTHBkMcEOL3ZIQhgtFNVh14%3D\";s:10:\"url_latest\";s:175:\"https://s3.amazonaws.com/gravityforms/addons/aweber/gravityformsaweber_2.11.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=xMKpYTHBkMcEOL3ZIQhgtFNVh14%3D\";}s:21:\"gravityformsbatchbook\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=mc56NhCTPsZpq2eYxZjtYzsCCX4%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/batchbook/gravityformsbatchbook_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=mc56NhCTPsZpq2eYxZjtYzsCCX4%3D\";}s:18:\"gravityformsbreeze\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=m%2BGpV4NzQTnoIvyDZsKgRorwYzQ%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/breeze/gravityformsbreeze_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=m%2BGpV4NzQTnoIvyDZsKgRorwYzQ%3D\";}s:27:\"gravityformscampaignmonitor\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:3:\"3.9\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=aVre7GnIDcyyfvTQyaAsbU49v0g%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/campaignmonitor/gravityformscampaignmonitor_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=aVre7GnIDcyyfvTQyaAsbU49v0g%3D\";}s:20:\"gravityformscampfire\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:5:\"1.2.2\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=UT25E%2B%2BIkgNF1dYMy5jZR0LdQmU%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/campfire/gravityformscampfire_1.2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Zpnm0%2Bif%2FHgJT%2FNRMLs140Yq16I%3D\";}s:22:\"gravityformscapsulecrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Td5TeLiSkesDV8%2Fth9CTfXUr7zU%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/capsulecrm/gravityformscapsulecrm_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Td5TeLiSkesDV8%2Fth9CTfXUr7zU%3D\";}s:26:\"gravityformschainedselects\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NUurQH19jhZEq1GeMhnYyvf3xCk%3D\";s:10:\"url_latest\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/chainedselects/gravityformschainedselects_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NUurQH19jhZEq1GeMhnYyvf3xCk%3D\";}s:23:\"gravityformscleverreach\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=M4a129NJrC8Lz4U7skoFqIetHPs%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/cleverreach/gravityformscleverreach_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=M4a129NJrC8Lz4U7skoFqIetHPs%3D\";}s:15:\"gravityformscli\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/cli/gravityformscli_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Ec9jyhZrHkNNZIb%2Fvx0x0uE8r%2Fc%3D\";}s:27:\"gravityformsconstantcontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6MHcRoJq6h5auPOXwr5ane4CIos%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/constantcontact/gravityformsconstantcontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6MHcRoJq6h5auPOXwr5ane4CIos%3D\";}s:19:\"gravityformscoupons\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.0\";s:14:\"version_latest\";s:3:\"3.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=P82ug9N8mKfR9OsnEeWkFLikcz4%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/coupons/gravityformscoupons_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=P82ug9N8mKfR9OsnEeWkFLikcz4%3D\";}s:17:\"gravityformsdebug\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";s:10:\"1.0.beta12\";s:3:\"url\";s:0:\"\";s:10:\"url_latest\";s:179:\"https://s3.amazonaws.com/gravityforms/addons/debug/gravityformsdebug_1.0.beta12.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wh5QyB3hnIEcbGKNktzJFyaieWg%3D\";}s:19:\"gravityformsdropbox\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.0\";s:14:\"version_latest\";s:3:\"3.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=5lLLnktcf9l2ZVtXwVg5HfHSBYs%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/dropbox/gravityformsdropbox_3.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=5lLLnktcf9l2ZVtXwVg5HfHSBYs%3D\";}s:24:\"gravityformsemailoctopus\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HNj5kJmaeTIKSsirs024BwEInUc%3D\";s:10:\"url_latest\";s:186:\"https://s3.amazonaws.com/gravityforms/addons/emailoctopus/gravityformsemailoctopus_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HNj5kJmaeTIKSsirs024BwEInUc%3D\";}s:16:\"gravityformsemma\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=usEnZyU45RQxLoKkAlLq7ftnC4g%3D\";s:10:\"url_latest\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/emma/gravityformsemma_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=usEnZyU45RQxLoKkAlLq7ftnC4g%3D\";}s:22:\"gravityformsfreshbooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=bnqaPknmD40QYGo2aNCbx%2BzdfDI%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/freshbooks/gravityformsfreshbooks_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=bnqaPknmD40QYGo2aNCbx%2BzdfDI%3D\";}s:23:\"gravityformsgetresponse\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:3:\"1.6\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=d4aAKhgPIvAAp4%2FtUY%2Fm2%2B6ZxK4%3D\";s:10:\"url_latest\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/getresponse/gravityformsgetresponse_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=d4aAKhgPIvAAp4%2FtUY%2Fm2%2B6ZxK4%3D\";}s:21:\"gravityformsgutenberg\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"1.0-rc-1.4\";s:14:\"version_latest\";s:10:\"1.0-rc-1.5\";s:3:\"url\";s:189:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=eE49EhTJnzmVb%2FLSFjWV2nsTn2A%3D\";s:10:\"url_latest\";s:189:\"https://s3.amazonaws.com/gravityforms/addons/gutenberg/gravityformsgutenberg_1.0-rc-1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=uuNS8UieQk3eyfbtmPw%2FjL5KWis%3D\";}s:21:\"gravityformshelpscout\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=GUByUTbdYrgcrVJJH1F%2F9ujbmZ8%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/helpscout/gravityformshelpscout_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=GUByUTbdYrgcrVJJH1F%2F9ujbmZ8%3D\";}s:20:\"gravityformshighrise\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=D0LQnDmEMn50%2FUaq8EfnwzEZVKs%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/highrise/gravityformshighrise_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=D0LQnDmEMn50%2FUaq8EfnwzEZVKs%3D\";}s:19:\"gravityformshipchat\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";}s:19:\"gravityformshubspot\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.7\";s:14:\"version_latest\";s:3:\"1.7\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wBso%2FW2zwySkC%2F76PZPEJKY2dnA%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/hubspot/gravityformshubspot_1.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=wBso%2FW2zwySkC%2F76PZPEJKY2dnA%3D\";}s:20:\"gravityformsicontact\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=klO%2BlWcdqzsVatKeTvMC9RoRvRc%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/icontact/gravityformsicontact_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=klO%2BlWcdqzsVatKeTvMC9RoRvRc%3D\";}s:19:\"gravityformslogging\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=sTT56%2F9O6lXVQb3SxBS3pp0TDq8%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/logging/gravityformslogging_1.3.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hw2V5ygE6AlzcdeNqrOpOwSosp0%3D\";}s:19:\"gravityformsmadmimi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.4\";s:14:\"version_latest\";s:3:\"1.4\";s:3:\"url\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2BEJY%2F4E1f2NCM%2FDDzjVdXfb%2BE0Q%3D\";s:10:\"url_latest\";s:184:\"https://s3.amazonaws.com/gravityforms/addons/madmimi/gravityformsmadmimi_1.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2BEJY%2F4E1f2NCM%2FDDzjVdXfb%2BE0Q%3D\";}s:21:\"gravityformsmailchimp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"5.0\";s:14:\"version_latest\";s:3:\"5.0\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_5.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=YYNka19Ar%2Fr0zLQsNoBfQbIMEYE%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/mailchimp/gravityformsmailchimp_5.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=YYNka19Ar%2Fr0zLQsNoBfQbIMEYE%3D\";}s:19:\"gravityformsmailgun\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:5:\"1.3.1\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=a%2BlGeG83N40GHGbmVvwdQr9at8w%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/mailgun/gravityformsmailgun_1.3.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PPJvM1h41fiifCW3ARHlYb2B24Q%3D\";}s:18:\"gravityformsmollie\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.2\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/mollie/gravityformsmollie_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8FCdYFJjLSI4Cbcd0QqsjtpMo6I%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/mollie/gravityformsmollie_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8FCdYFJjLSI4Cbcd0QqsjtpMo6I%3D\";}s:26:\"gravityformspartialentries\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.6\";s:14:\"version_latest\";s:5:\"1.6.1\";s:3:\"url\";s:190:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.6.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=6M2pziWQRXN95WNdSPLtKGtGVTk%3D\";s:10:\"url_latest\";s:192:\"https://s3.amazonaws.com/gravityforms/addons/partialentries/gravityformspartialentries_1.6.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CbDLEhj4jrl1SZ99pbkwnsjEz4w%3D\";}s:18:\"gravityformspaypal\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.5\";s:14:\"version_latest\";s:3:\"3.5\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HOSkuEZynAGaDEn97mKMb3oihjI%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/paypal/gravityformspaypal_3.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=HOSkuEZynAGaDEn97mKMb3oihjI%3D\";}s:33:\"gravityformspaypalexpresscheckout\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:0:\"\";s:14:\"version_latest\";N;}s:29:\"gravityformspaypalpaymentspro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.7\";s:14:\"version_latest\";s:3:\"2.7\";s:3:\"url\";s:200:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8iCBD2oEGJ%2Fjn9d9yA8L3P%2BkpB8%3D\";s:10:\"url_latest\";s:200:\"https://s3.amazonaws.com/gravityforms/addons/paypalpaymentspro/gravityformspaypalpaymentspro_2.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=8iCBD2oEGJ%2Fjn9d9yA8L3P%2BkpB8%3D\";}s:21:\"gravityformspaypalpro\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:5:\"1.8.1\";s:14:\"version_latest\";s:5:\"1.8.4\";s:3:\"url\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=y08ZwMtYMwYlq2EMwkMECg755pg%3D\";s:10:\"url_latest\";s:182:\"https://s3.amazonaws.com/gravityforms/addons/paypalpro/gravityformspaypalpro_1.8.4.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=lBE2eGegnWwFpJjygkDNjVDUJdw%3D\";}s:20:\"gravityformspicatcha\";a:3:{s:12:\"is_available\";b:0;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";}s:16:\"gravityformspipe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.2\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:172:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=sxvEF046Za4AZsHEa%2BWP75fs43E%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/pipe/gravityformspipe_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=%2B%2BZiuNNmHM7XYHCa6Ob0bHs%2Baro%3D\";}s:17:\"gravityformspolls\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.9\";s:14:\"version_latest\";s:3:\"3.9\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=H%2Bw%2FEjlyrbcYPhj3Nwjv5JlbH3g%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/polls/gravityformspolls_3.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=H%2Bw%2FEjlyrbcYPhj3Nwjv5JlbH3g%3D\";}s:20:\"gravityformspostmark\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.3\";s:14:\"version_latest\";s:3:\"1.3\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=k8iOn9b3K8HsMBht5fCcm0QXogs%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/postmark/gravityformspostmark_1.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=k8iOn9b3K8HsMBht5fCcm0QXogs%3D\";}s:16:\"gravityformsppcp\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.2\";s:14:\"version_latest\";s:3:\"2.2\";s:3:\"url\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/ppcp/gravityformsppcp_2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8BqBXMkA2cLZ7Ei00OwQylJ0Ko%3D\";s:10:\"url_latest\";s:170:\"https://s3.amazonaws.com/gravityforms/addons/ppcp/gravityformsppcp_2.2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8BqBXMkA2cLZ7Ei00OwQylJ0Ko%3D\";}s:16:\"gravityformsquiz\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.8\";s:14:\"version_latest\";s:3:\"3.8\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NuFwiu5SrcQ1r%2Bzp0%2FIoEuvoDqc%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/quiz/gravityformsquiz_3.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=NuFwiu5SrcQ1r%2Bzp0%2FIoEuvoDqc%3D\";}s:21:\"gravityformsrecaptcha\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.1\";s:14:\"version_latest\";s:3:\"1.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/recaptcha/gravityformsrecaptcha_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oyzHg5Vh6mgxQyeVwyJ1Djw3NrQ%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/recaptcha/gravityformsrecaptcha_1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oyzHg5Vh6mgxQyeVwyJ1Djw3NrQ%3D\";}s:19:\"gravityformsrestapi\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:10:\"2.0-beta-2\";s:14:\"version_latest\";s:10:\"2.0-beta-2\";s:3:\"url\";s:185:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=SlXpmPsw3hQINIi5qORBf1pl%2BLs%3D\";s:10:\"url_latest\";s:185:\"https://s3.amazonaws.com/gravityforms/addons/restapi/gravityformsrestapi_2.0-beta-2.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=SlXpmPsw3hQINIi5qORBf1pl%2BLs%3D\";}s:20:\"gravityformssendgrid\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CxicLg9CU%2BI4ucsktXWTlQf1VFU%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/sendgrid/gravityformssendgrid_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=CxicLg9CU%2BI4ucsktXWTlQf1VFU%3D\";}s:21:\"gravityformssignature\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:3:\"4.1\";s:3:\"url\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=V0bF2rqMZg5TvKnmhqva3hxQAc0%3D\";s:10:\"url_latest\";s:180:\"https://s3.amazonaws.com/gravityforms/addons/signature/gravityformssignature_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=V0bF2rqMZg5TvKnmhqva3hxQAc0%3D\";}s:17:\"gravityformsslack\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PzSqL6ITBt5cWsquib%2Fb7QsES4o%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/slack/gravityformsslack_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=PzSqL6ITBt5cWsquib%2Fb7QsES4o%3D\";}s:18:\"gravityformssquare\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:5:\"1.5.3\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/square/gravityformssquare_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=x37rcVzXole9IYMjx6FXVUe7xJA%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/square/gravityformssquare_1.5.3.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=BCMZyEMydBGy%2Fr2uBw54EdWw2DE%3D\";}s:18:\"gravityformsstripe\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:5:\"4.1.1\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Beslk4VcZLXBdIlSRZXdBYd22O0%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/stripe/gravityformsstripe_4.1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=eqJq2bgG02%2FhMB3TdAwnnctsdGI%3D\";}s:18:\"gravityformssurvey\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"3.7\";s:14:\"version_latest\";s:3:\"3.7\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=qgS4rBfBlWbb4P6Q7sgur1dU8HM%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/survey/gravityformssurvey_3.7.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=qgS4rBfBlWbb4P6Q7sgur1dU8HM%3D\";}s:18:\"gravityformstrello\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=4Z0%2F9Z%2B08Deh5R78rr6BDExRJZU%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/trello/gravityformstrello_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=4Z0%2F9Z%2B08Deh5R78rr6BDExRJZU%3D\";}s:18:\"gravityformstwilio\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.8\";s:14:\"version_latest\";s:3:\"2.8\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=jAp0GGgupigrLpECG153eBzJpDA%3D\";s:10:\"url_latest\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/twilio/gravityformstwilio_2.8.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=jAp0GGgupigrLpECG153eBzJpDA%3D\";}s:28:\"gravityformsuserregistration\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.9\";s:14:\"version_latest\";s:3:\"4.9\";s:3:\"url\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oMmAl0jqSW6a%2FoaAQcoR9df97sM%3D\";s:10:\"url_latest\";s:196:\"https://s3.amazonaws.com/gravityforms/addons/userregistration/gravityformsuserregistration_4.9.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=oMmAl0jqSW6a%2FoaAQcoR9df97sM%3D\";}s:20:\"gravityformswebhooks\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"1.5\";s:14:\"version_latest\";s:3:\"1.5\";s:3:\"url\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=om2qM24UMIZ25tCNTKOtzAFQ8oo%3D\";s:10:\"url_latest\";s:178:\"https://s3.amazonaws.com/gravityforms/addons/webhooks/gravityformswebhooks_1.5.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=om2qM24UMIZ25tCNTKOtzAFQ8oo%3D\";}s:18:\"gravityformszapier\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"4.1\";s:14:\"version_latest\";s:5:\"4.1.1\";s:3:\"url\";s:174:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_4.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=Y8gNkNaS0lHDoWIoYfUt5ktJSO4%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zapier/gravityformszapier_4.1.1.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=EC5XqxUl7S6bzEPxsUHbfGUilBo%3D\";}s:19:\"gravityformszohocrm\";a:5:{s:12:\"is_available\";b:1;s:7:\"version\";s:3:\"2.0\";s:14:\"version_latest\";s:3:\"2.0\";s:3:\"url\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hHDH7xaabu4d9m14rPNAyFyVZFw%3D\";s:10:\"url_latest\";s:176:\"https://s3.amazonaws.com/gravityforms/addons/zohocrm/gravityformszohocrm_2.0.zip?AWSAccessKeyId=AKIA5U3GBHC5WDRZA6NK&Expires=1638441550&Signature=hHDH7xaabu4d9m14rPNAyFyVZFw%3D\";}}', 'no'),
(8831, '_transient_timeout_rg_gforms_license', '1638355150', 'no'),
(8832, '_transient_rg_gforms_license', 'a:17:{s:15:\"license_key_md5\";s:32:\"a3cedc7c14fad46c112da6808ba5422a\";s:12:\"date_created\";s:19:\"2019-12-02 18:27:01\";s:12:\"date_expires\";s:19:\"2022-01-01 18:26:38\";s:9:\"is_active\";s:1:\"1\";s:24:\"is_subscription_canceled\";s:1:\"0\";s:12:\"product_code\";s:7:\"GFELITE\";s:12:\"product_name\";s:19:\"Gravity Forms Elite\";s:18:\"is_near_expiration\";b:0;s:14:\"days_to_expire\";i:32;s:10:\"is_expired\";b:0;s:8:\"is_valid\";b:1;s:22:\"is_past_renewal_period\";b:0;s:9:\"is_legacy\";b:0;s:9:\"max_sites\";s:9:\"unlimited\";s:12:\"active_sites\";i:108;s:15:\"remaining_seats\";s:9:\"unlimited\";s:20:\"is_multisite_allowed\";b:1;}', 'no'),
(11341, '_transient_timeout_wpseo_total_unindexed_posts', '1638384220', 'no'),
(11342, '_transient_wpseo_total_unindexed_posts', '0', 'no'),
(11343, '_transient_timeout_wpseo_total_unindexed_terms', '1638384220', 'no'),
(11344, '_transient_wpseo_total_unindexed_terms', '0', 'no'),
(11345, '_transient_timeout_wpseo_total_unindexed_post_type_archives', '1638384220', 'no'),
(11346, '_transient_wpseo_total_unindexed_post_type_archives', '0', 'no'),
(11347, '_transient_timeout_wpseo_unindexed_post_link_count', '1638384220', 'no'),
(11348, '_transient_wpseo_unindexed_post_link_count', '0', 'no'),
(11349, '_transient_timeout_wpseo_unindexed_term_link_count', '1638384220', 'no'),
(11350, '_transient_wpseo_unindexed_term_link_count', '0', 'no');

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'page-home.php'),
(2, 3, '_wp_page_template', 'default'),
(3, 4, '_form', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]'),
(4, 4, '_mail', 'a:8:{s:7:\"subject\";s:28:\"USSES - DEV \"[your-subject]\"\";s:6:\"sender\";s:24:\"USSES - DEV <wordpress@>\";s:4:\"body\";s:180:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on USSES - DEV (https://usses.beanstalkweb.com)\";s:9:\"recipient\";s:30:\"mike@beanstalkwebsolutions.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(5, 4, '_mail_2', 'a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:28:\"USSES - DEV \"[your-subject]\"\";s:6:\"sender\";s:24:\"USSES - DEV <wordpress@>\";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on USSES - DEV (https://usses.beanstalkweb.com)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:40:\"Reply-To: mike@beanstalkwebsolutions.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),
(6, 4, '_messages', 'a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),
(7, 4, '_additional_settings', NULL),
(8, 4, '_locale', 'en_US'),
(9, 1, '_likes', '0'),
(10, 2, '_edit_lock', '1637686095:1'),
(11, 8, '_wp_attached_file', '2020/11/test.png'),
(12, 8, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:210;s:6:\"height\";i:210;s:4:\"file\";s:16:\"2020/11/test.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"test-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(13, 2, '_edit_last', '1'),
(14, 2, '_wpb_vc_js_status', 'false'),
(15, 2, 'presentation_settings', 'a:1:{s:21:\"hb_presentation_items\";a:1:{i:0;a:16:{s:20:\"hb_presentation_name\";s:23:\"Untitled Presentation 1\";s:20:\"hb_presentation_type\";s:5:\"color\";s:21:\"hb_presentation_color\";s:7:\"#323436\";s:21:\"hb_presentation_image\";s:0:\"\";s:28:\"hb_presentation_mobile_image\";s:0:\"\";s:25:\"hb_presentation_video_mp4\";s:0:\"\";s:26:\"hb_presentation_video_webm\";s:0:\"\";s:21:\"hb_presentation_title\";s:0:\"\";s:24:\"hb_presentation_subtitle\";s:0:\"\";s:30:\"hb_presentation_title_position\";s:4:\"left\";s:21:\"hb_presentation_style\";s:5:\"light\";s:35:\"hb_presentation_primary_button_text\";s:14:\"Primary Button\";s:35:\"hb_presentation_primary_button_link\";s:8:\"https://\";s:37:\"hb_presentation_secondary_button_text\";s:16:\"Secondary Button\";s:37:\"hb_presentation_secondary_button_link\";s:8:\"https://\";s:22:\"hb_presentation_target\";s:6:\"_blank\";}}}'),
(16, 2, 'featured_section', 'a:8:{s:27:\"hb_featured_section_options\";s:0:\"\";s:13:\"hb_rev_slider\";s:0:\"\";s:15:\"hb_layer_slider\";s:0:\"\";s:13:\"hb_page_video\";s:0:\"\";s:26:\"hb_featured_section_effect\";s:4:\"none\";s:28:\"hb_featured_section_parallax\";s:4:\"none\";s:26:\"hb_featured_section_height\";s:8:\"original\";s:24:\"hb_featured_image_height\";s:3:\"400\";}'),
(17, 2, 'contact_page_settings', 'a:7:{s:21:\"hb_contact_background\";s:0:\"\";s:27:\"hb_contact_background_image\";s:0:\"\";s:16:\"hb_contact_title\";s:19:\"Contact Information\";s:18:\"hb_contact_content\";s:0:\"\";s:18:\"hb_contact_details\";a:1:{i:0;a:2:{s:22:\"hb_contact_detail_icon\";s:0:\"\";s:25:\"hb_contact_detail_content\";s:0:\"\";}}s:21:\"hb_contact_form_title\";s:17:\"Send us a message\";s:24:\"hb_contact_box_animation\";s:0:\"\";}'),
(18, 2, 'blog_page_settings', 'a:4:{s:13:\"hb_blog_style\";s:4:\"blog\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:19:\"hb_pagination_style\";s:0:\"\";}'),
(19, 2, 'blog_page_minimal_settings', 'a:3:{s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:19:\"hb_pagination_style\";s:0:\"\";}'),
(20, 2, 'blog_grid_page_settings', 'a:5:{s:13:\"hb_grid_style\";s:7:\"fitRows\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:19:\"hb_pagination_style\";s:0:\"\";s:15:\"hb_grid_columns\";s:1:\"3\";}'),
(21, 2, 'blog_fw_page_settings', 'a:6:{s:13:\"hb_grid_style\";s:7:\"fitRows\";s:19:\"hb_background_image\";s:0:\"\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:19:\"hb_pagination_style\";s:0:\"\";s:15:\"hb_grid_columns\";s:1:\"3\";}'),
(22, 2, 'general_settings', 'a:5:{s:14:\"hb_breadcrumbs\";s:7:\"default\";s:16:\"hb_page_title_h1\";s:0:\"\";s:16:\"hb_page_subtitle\";s:0:\"\";s:20:\"hb_page_title_option\";s:7:\"default\";s:23:\"hb_title_settings_group\";a:1:{i:0;a:9:{s:18:\"hb_page_title_type\";s:19:\"hb-color-background\";s:30:\"hb_page_title_background_color\";s:7:\"#fafafa\";s:30:\"hb_page_title_background_image\";s:0:\"\";s:39:\"hb_page_title_background_image_parallax\";s:1:\"1\";s:23:\"hb_page_title_alignment\";s:9:\"alignleft\";s:20:\"hb_page_title_height\";s:14:\"normal-padding\";s:19:\"hb_page_title_color\";s:9:\"dark-text\";s:23:\"hb_page_title_animation\";s:0:\"\";s:32:\"hb_page_title_subtitle_animation\";s:0:\"\";}}}'),
(23, 2, 'layout_settings', 'a:6:{s:22:\"hb_page_layout_sidebar\";s:7:\"default\";s:17:\"hb_choose_sidebar\";s:0:\"\";s:15:\"hb_content_area\";s:4:\"show\";s:17:\"hb_footer_widgets\";s:7:\"default\";s:21:\"hb_pre_footer_callout\";s:7:\"default\";s:17:\"hb_header_widgets\";s:7:\"default\";}'),
(24, 2, 'background_settings', 'a:4:{s:27:\"hb_background_page_settings\";s:7:\"default\";s:24:\"hb_page_background_color\";s:0:\"\";s:24:\"hb_page_background_image\";s:0:\"\";s:27:\"hb_content_background_color\";s:0:\"\";}'),
(25, 2, 'misc_settings', 'a:3:{s:23:\"hb_boxed_stretched_page\";s:7:\"default\";s:19:\"hb_page_extra_class\";s:0:\"\";s:24:\"hb_page_alternative_logo\";s:0:\"\";}'),
(26, 2, 'portfolio_standard_page_settings', 'a:8:{s:17:\"hb_gallery_filter\";s:1:\"1\";s:17:\"hb_gallery_sorter\";s:1:\"1\";s:27:\"hb_portfolio_posts_per_page\";s:1:\"6\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:22:\"hb_gallery_orientation\";s:9:\"landscape\";s:16:\"hb_gallery_ratio\";s:6:\"ratio1\";s:18:\"hb_gallery_columns\";s:1:\"3\";}'),
(27, 2, 'gallery_fw_page_settings', 'a:9:{s:16:\"hb_gallery_title\";s:0:\"\";s:17:\"hb_gallery_filter\";s:1:\"1\";s:17:\"hb_gallery_sorter\";s:1:\"1\";s:25:\"hb_gallery_posts_per_page\";s:1:\"6\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:22:\"hb_gallery_orientation\";s:9:\"landscape\";s:16:\"hb_gallery_ratio\";s:6:\"ratio1\";s:18:\"hb_gallery_columns\";s:1:\"4\";}'),
(28, 2, 'gallery_standard_page_settings', 'a:9:{s:16:\"hb_gallery_title\";s:0:\"\";s:17:\"hb_gallery_filter\";s:1:\"1\";s:17:\"hb_gallery_sorter\";s:1:\"1\";s:25:\"hb_gallery_posts_per_page\";s:1:\"6\";s:16:\"hb_query_orderby\";s:4:\"date\";s:14:\"hb_query_order\";s:4:\"DESC\";s:22:\"hb_gallery_orientation\";s:9:\"landscape\";s:16:\"hb_gallery_ratio\";s:6:\"ratio1\";s:18:\"hb_gallery_columns\";s:1:\"3\";}'),
(29, 2, '_yoast_wpseo_content_score', '90'),
(38, 16, '_menu_item_object', 'custom'),
(36, 16, '_menu_item_menu_item_parent', '0'),
(37, 16, '_menu_item_object_id', '16'),
(35, 16, '_menu_item_type', 'custom'),
(39, 16, '_menu_item_target', ''),
(40, 16, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(41, 16, '_menu_item_xfn', ''),
(42, 16, '_menu_item_url', '/'),
(74, 20, '_menu_item_object', 'custom'),
(44, 17, '_menu_item_type', 'custom'),
(45, 17, '_menu_item_menu_item_parent', '0'),
(46, 17, '_menu_item_object_id', '17'),
(47, 17, '_menu_item_object', 'custom'),
(48, 17, '_menu_item_target', ''),
(49, 17, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(50, 17, '_menu_item_xfn', ''),
(51, 17, '_menu_item_url', '/about'),
(73, 20, '_menu_item_object_id', '20'),
(53, 18, '_menu_item_type', 'custom'),
(54, 18, '_menu_item_menu_item_parent', '0'),
(55, 18, '_menu_item_object_id', '18'),
(56, 18, '_menu_item_object', 'custom'),
(57, 18, '_menu_item_target', ''),
(58, 18, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(59, 18, '_menu_item_xfn', ''),
(60, 18, '_menu_item_url', '#certificate-lookup'),
(72, 20, '_menu_item_menu_item_parent', '0'),
(62, 19, '_menu_item_type', 'custom'),
(63, 19, '_menu_item_menu_item_parent', '0'),
(64, 19, '_menu_item_object_id', '19'),
(65, 19, '_menu_item_object', 'custom'),
(66, 19, '_menu_item_target', ''),
(67, 19, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(68, 19, '_menu_item_xfn', ''),
(69, 19, '_menu_item_url', '/register'),
(71, 20, '_menu_item_type', 'custom'),
(75, 20, '_menu_item_target', ''),
(76, 20, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(77, 20, '_menu_item_xfn', ''),
(78, 20, '_menu_item_url', '/login'),
(1473, 171, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1472, 171, 'cards_0_usses_card_title', 'Protocol'),
(1471, 171, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1470, 171, 'cards_0_usses_card_image', '63'),
(89, 22, '_wp_attached_file', '2020/11/Logo-white-text.png'),
(90, 22, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:193;s:6:\"height\";i:46;s:4:\"file\";s:27:\"2020/11/Logo-white-text.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Logo-white-text-150x46.png\";s:5:\"width\";i:150;s:6:\"height\";i:46;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(91, 8, '_wp_attachment_custom_header_last_used_usses', '1605901171'),
(92, 8, '_wp_attachment_is_custom_header', 'usses'),
(244, 67, '_edit_lock', '1617292647:1'),
(243, 67, '_wpb_vc_js_status', 'false'),
(242, 67, '_wp_page_template', 'dashboard-account.php'),
(241, 67, '_edit_last', '1'),
(116, 27, '_menu_item_menu_item_parent', '0'),
(179, 34, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:1282;s:4:\"file\";s:21:\"2020/11/hero.min_.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hero.min_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:22:\"hero.min_-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"hero.min_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:21:\"hero.min_-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"hero.min_-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(178, 34, '_wp_attached_file', '2020/11/hero.min_.jpg'),
(115, 27, '_menu_item_type', 'custom'),
(117, 27, '_menu_item_object_id', '27'),
(118, 27, '_menu_item_object', 'custom'),
(119, 27, '_menu_item_target', ''),
(120, 27, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(121, 27, '_menu_item_xfn', ''),
(122, 27, '_menu_item_url', 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/Terms-of-Use-Soy-Export-Sustainability-Certification-Portal.pdf'),
(134, 29, '_menu_item_menu_item_parent', '0'),
(124, 28, '_menu_item_type', 'custom'),
(125, 28, '_menu_item_menu_item_parent', '0'),
(126, 28, '_menu_item_object_id', '28'),
(127, 28, '_menu_item_object', 'custom'),
(128, 28, '_menu_item_target', ''),
(129, 28, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(130, 28, '_menu_item_xfn', ''),
(131, 28, '_menu_item_url', '/security'),
(133, 29, '_menu_item_type', 'custom'),
(135, 29, '_menu_item_object_id', '29'),
(136, 29, '_menu_item_object', 'custom'),
(137, 29, '_menu_item_target', ''),
(138, 29, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(139, 29, '_menu_item_xfn', ''),
(140, 29, '_menu_item_url', 'https://ussec.org/wp-content/uploads/2017/11/20180416-U.S.-Soy-Sustainability-Assurance-Protocol-low-res.pdf'),
(142, 30, '_menu_item_type', 'custom'),
(143, 30, '_menu_item_menu_item_parent', '0'),
(144, 30, '_menu_item_object_id', '30'),
(145, 30, '_menu_item_object', 'custom'),
(146, 30, '_menu_item_target', ''),
(147, 30, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(148, 30, '_menu_item_xfn', ''),
(149, 30, '_menu_item_url', 'https://ussoy.org/non-discrimination-statement/'),
(181, 35, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1920;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2020/11/hero.test_.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:21:\"hero.test_-300x63.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:63;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:23:\"hero.test_-1024x213.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"hero.test_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:22:\"hero.test_-768x160.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:23:\"hero.test_-1536x320.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(151, 31, '_menu_item_type', 'custom'),
(152, 31, '_menu_item_menu_item_parent', '0'),
(153, 31, '_menu_item_object_id', '31'),
(154, 31, '_menu_item_object', 'custom'),
(155, 31, '_menu_item_target', ''),
(156, 31, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(157, 31, '_menu_item_xfn', ''),
(158, 31, '_menu_item_url', 'https://ussoy.org/privacy-policy/'),
(160, 32, '_menu_item_type', 'custom'),
(161, 32, '_menu_item_menu_item_parent', '0'),
(162, 32, '_menu_item_object_id', '32'),
(163, 32, '_menu_item_object', 'custom'),
(164, 32, '_menu_item_target', ''),
(165, 32, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(166, 32, '_menu_item_xfn', ''),
(167, 32, '_menu_item_url', 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/Terms-of-Use-Soy-Export-Sustainability-Certification-Portal.pdf'),
(180, 35, '_wp_attached_file', '2020/11/hero.test_.jpg'),
(169, 33, '_menu_item_type', 'custom'),
(170, 33, '_menu_item_menu_item_parent', '0'),
(171, 33, '_menu_item_object_id', '33'),
(172, 33, '_menu_item_object', 'custom'),
(173, 33, '_menu_item_target', ''),
(174, 33, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(175, 33, '_menu_item_xfn', ''),
(176, 33, '_menu_item_url', '/security'),
(191, 41, '_wp_attached_file', '2020/12/Verified-Tons-Shipped.jpg'),
(192, 41, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1932;s:6:\"height\";i:1287;s:4:\"file\";s:33:\"2020/12/Verified-Tons-Shipped.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"Verified-Tons-Shipped-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:34:\"Verified-Tons-Shipped-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"Verified-Tons-Shipped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:33:\"Verified-Tons-Shipped-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:35:\"Verified-Tons-Shipped-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(186, 35, 'average_color', '989361'),
(187, 35, '_average_color', 'usses_attachment_color_average'),
(188, 35, '_wp_attachment_image_alt', 'River Valley'),
(189, 40, '_wp_attached_file', '2020/12/Verified-Shipments.jpg'),
(190, 40, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1262;s:6:\"height\";i:841;s:4:\"file\";s:30:\"2020/12/Verified-Shipments.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"Verified-Shipments-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"Verified-Shipments-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Verified-Shipments-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"Verified-Shipments-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(193, 42, '_wp_attached_file', '2020/12/Countries-Certificates.jpg'),
(194, 42, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:879;s:6:\"height\";i:589;s:4:\"file\";s:34:\"2020/12/Countries-Certificates.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"Countries-Certificates-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"Countries-Certificates-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:34:\"Countries-Certificates-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(195, 43, '_wp_attached_file', '2020/12/Participating-Companies.jpg'),
(196, 43, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:933;s:4:\"file\";s:35:\"2020/12/Participating-Companies.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"Participating-Companies-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"Participating-Companies-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"Participating-Companies-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"Participating-Companies-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(197, 44, '_wp_attached_file', '2020/12/location.png'),
(198, 44, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:79;s:6:\"height\";i:79;s:4:\"file\";s:20:\"2020/12/location.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(199, 45, '_wp_attached_file', '2020/12/mail.png'),
(200, 45, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:79;s:6:\"height\";i:79;s:4:\"file\";s:16:\"2020/12/mail.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(201, 46, '_wp_attached_file', '2020/12/phone.png'),
(202, 46, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:79;s:6:\"height\";i:79;s:4:\"file\";s:17:\"2020/12/phone.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(203, 47, '_wp_attached_file', '2020/12/Specificity.png'),
(204, 47, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:222;s:6:\"height\";i:256;s:4:\"file\";s:23:\"2020/12/Specificity.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"Specificity-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(205, 48, '_wp_attached_file', '2020/12/Protocol.png'),
(206, 48, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:186;s:4:\"file\";s:20:\"2020/12/Protocol.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Protocol-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(207, 49, '_wp_attached_file', '2020/12/Protocol.jpg'),
(208, 49, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:20:\"2020/12/Protocol.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Protocol-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Protocol-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Protocol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Protocol-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(209, 50, '_wp_attached_file', '2020/12/Register.jpg'),
(210, 50, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:935;s:6:\"height\";i:624;s:4:\"file\";s:20:\"2020/12/Register.jpg\";s:5:\"sizes\";a:3:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Register-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Register-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Register-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(211, 51, '_wp_attached_file', '2020/12/Partners.png'),
(212, 51, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:554;s:4:\"file\";s:20:\"2020/12/Partners.png\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Partners-300x119.png\";s:5:\"width\";i:300;s:6:\"height\";i:119;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Partners-1024x405.png\";s:5:\"width\";i:1024;s:6:\"height\";i:405;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Partners-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Partners-768x304.png\";s:5:\"width\";i:768;s:6:\"height\";i:304;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(213, 52, '_wp_attached_file', '2020/12/Specificity-white.png'),
(214, 52, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:267;s:6:\"height\";i:185;s:4:\"file\";s:29:\"2020/12/Specificity-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:29:\"Specificity-white-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(215, 53, '_wp_attached_file', '2020/12/Protocol-white.png'),
(216, 53, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:144;s:6:\"height\";i:166;s:4:\"file\";s:26:\"2020/12/Protocol-white.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"Protocol-white-144x150.png\";s:5:\"width\";i:144;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(217, 54, '_edit_last', '1'),
(218, 54, '_wp_page_template', 'page-about.php'),
(219, 54, '_wpb_vc_js_status', 'false'),
(220, 54, '_edit_lock', '1637099368:1'),
(221, 56, '_wp_attached_file', '2020/12/About.jpg'),
(222, 56, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1625;s:6:\"height\";i:1083;s:4:\"file\";s:17:\"2020/12/About.jpg\";s:5:\"sizes\";a:5:{s:6:\"medium\";a:4:{s:4:\"file\";s:17:\"About-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:18:\"About-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:17:\"About-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:17:\"About-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"1536x1536\";a:4:{s:4:\"file\";s:19:\"About-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(223, 57, '_wp_attached_file', '2020/12/Verification.png'),
(224, 57, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:255;s:6:\"height\";i:256;s:4:\"file\";s:24:\"2020/12/Verification.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"Verification-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(225, 58, '_wp_attached_file', '2020/12/SSAP.png'),
(226, 58, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:283;s:6:\"height\";i:258;s:4:\"file\";s:16:\"2020/12/SSAP.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"SSAP-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(227, 59, '_wp_attached_file', '2020/12/Protocol-1.png'),
(228, 59, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:84;s:4:\"file\";s:22:\"2020/12/Protocol-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(229, 60, '_wp_attached_file', '2020/12/Specificity-1.png'),
(230, 60, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:104;s:6:\"height\";i:120;s:4:\"file\";s:25:\"2020/12/Specificity-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(231, 61, '_wp_attached_file', '2020/12/SSAP-1.png'),
(232, 61, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:109;s:4:\"file\";s:18:\"2020/12/SSAP-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(233, 62, '_wp_attached_file', '2020/12/Verification-1.png'),
(234, 62, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:120;s:4:\"file\";s:26:\"2020/12/Verification-1.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(235, 63, '_wp_attached_file', '2020/12/Protocol-2.png'),
(236, 63, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:120;s:6:\"height\";i:84;s:4:\"file\";s:22:\"2020/12/Protocol-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(237, 64, '_wp_attached_file', '2020/12/Specificity-2.png'),
(238, 64, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:104;s:6:\"height\";i:120;s:4:\"file\";s:25:\"2020/12/Specificity-2.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(239, 65, '_wp_attached_file', '2020/12/Marketing-Year-for-Soybeans.png'),
(240, 65, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:272;s:6:\"height\";i:172;s:4:\"file\";s:39:\"2020/12/Marketing-Year-for-Soybeans.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"Marketing-Year-for-Soybeans-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(245, 69, '_edit_last', '1'),
(246, 69, '_edit_lock', '1617292976:1'),
(247, 69, '_wp_page_template', 'dashboard-my-profile.php'),
(248, 69, '_wpb_vc_js_status', 'false'),
(249, 71, '_edit_last', '1'),
(250, 71, '_edit_lock', '1615268599:1'),
(251, 71, '_wp_page_template', 'dashboard-change-password.php'),
(252, 71, '_wpb_vc_js_status', 'false'),
(253, 73, '_edit_last', '1'),
(254, 73, '_edit_lock', '1615267231:1'),
(255, 73, '_wp_page_template', 'dashboard-home.php'),
(256, 73, '_wpb_vc_js_status', 'false'),
(257, 75, '_edit_last', '1'),
(258, 75, '_edit_lock', '1615267553:1'),
(259, 75, '_wp_page_template', 'dashboard-shipments.php'),
(260, 75, '_wpb_vc_js_status', 'false'),
(261, 77, '_edit_last', '1'),
(262, 77, '_edit_lock', '1615349956:1'),
(263, 77, '_wp_page_template', 'dashboard-shipments-add.php'),
(264, 77, '_wpb_vc_js_status', 'false'),
(265, 79, '_edit_last', '1'),
(266, 79, '_edit_lock', '1615268035:1'),
(267, 79, '_wp_page_template', 'dashboard-shipments-validate.php'),
(268, 79, '_wpb_vc_js_status', 'false'),
(269, 81, '_edit_last', '1'),
(270, 81, '_edit_lock', '1615245486:1'),
(271, 81, '_wp_page_template', 'default'),
(272, 81, '_wpb_vc_js_status', 'false'),
(273, 83, '_edit_last', '1'),
(274, 83, '_edit_lock', '1621420234:1'),
(275, 83, '_wp_page_template', 'dashboard-allocations-company.php'),
(276, 83, '_wpb_vc_js_status', 'false'),
(277, 85, '_edit_last', '1'),
(278, 85, '_edit_lock', '1634023823:1'),
(279, 85, '_wp_page_template', 'dashboard-allocations-company-allocation-add.php'),
(280, 85, '_wpb_vc_js_status', 'false'),
(281, 87, '_edit_last', '1'),
(282, 87, '_edit_lock', '1615268853:1'),
(283, 87, '_wp_page_template', 'dashboard-departments.php'),
(284, 87, '_wpb_vc_js_status', 'false'),
(285, 89, '_edit_last', '1'),
(286, 89, '_wp_page_template', 'dashboard-departments-add.php'),
(287, 89, '_wpb_vc_js_status', 'false'),
(288, 89, '_edit_lock', '1615268859:1'),
(289, 91, '_edit_last', '1'),
(290, 91, '_edit_lock', '1629378309:1'),
(291, 91, '_wp_page_template', 'dashboard-users-listing.php'),
(292, 91, '_wpb_vc_js_status', 'false'),
(293, 93, '_edit_last', '1'),
(294, 93, '_edit_lock', '1623358828:1'),
(295, 93, '_wp_page_template', 'dashboard-user-add.php'),
(296, 93, '_wpb_vc_js_status', 'false'),
(297, 95, '_edit_last', '1'),
(298, 95, '_edit_lock', '1615268943:1'),
(299, 95, '_wp_page_template', 'dashboard-profile.php'),
(300, 95, '_wpb_vc_js_status', 'false'),
(301, 97, '_menu_item_type', 'post_type'),
(302, 97, '_menu_item_menu_item_parent', '0'),
(303, 97, '_menu_item_object_id', '73'),
(304, 97, '_menu_item_object', 'page'),
(305, 97, '_menu_item_target', ''),
(306, 97, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:12:\"fa-dashboard\";}'),
(307, 97, '_menu_item_xfn', ''),
(308, 97, '_menu_item_url', ''),
(310, 98, '_menu_item_type', 'post_type'),
(311, 98, '_menu_item_menu_item_parent', '0'),
(312, 98, '_menu_item_object_id', '87'),
(313, 98, '_menu_item_object', 'page'),
(314, 98, '_menu_item_target', ''),
(315, 98, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:14:\"fa-folder-open\";}'),
(316, 98, '_menu_item_xfn', ''),
(317, 98, '_menu_item_url', ''),
(319, 99, '_menu_item_type', 'post_type'),
(320, 99, '_menu_item_menu_item_parent', '0'),
(321, 99, '_menu_item_object_id', '95'),
(322, 99, '_menu_item_object', 'page'),
(323, 99, '_menu_item_target', ''),
(324, 99, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:7:\"fa-home\";}'),
(325, 99, '_menu_item_xfn', ''),
(326, 99, '_menu_item_url', ''),
(328, 100, '_menu_item_type', 'post_type'),
(329, 100, '_menu_item_menu_item_parent', '0'),
(330, 100, '_menu_item_object_id', '75'),
(331, 100, '_menu_item_object', 'page'),
(332, 100, '_menu_item_target', ''),
(333, 100, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-truck\";}'),
(334, 100, '_menu_item_xfn', ''),
(335, 100, '_menu_item_url', ''),
(337, 101, '_menu_item_type', 'post_type'),
(338, 101, '_menu_item_menu_item_parent', '0'),
(339, 101, '_menu_item_object_id', '91'),
(340, 101, '_menu_item_object', 'page'),
(341, 101, '_menu_item_target', ''),
(342, 101, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-group\";}'),
(343, 101, '_menu_item_xfn', ''),
(344, 101, '_menu_item_url', ''),
(346, 102, '_menu_item_type', 'post_type'),
(347, 102, '_menu_item_menu_item_parent', '0'),
(348, 102, '_menu_item_object_id', '83'),
(349, 102, '_menu_item_object', 'page'),
(350, 102, '_menu_item_target', ''),
(351, 102, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-tasks\";}'),
(352, 102, '_menu_item_xfn', ''),
(353, 102, '_menu_item_url', ''),
(355, 106, '_menu_item_type', 'custom'),
(356, 106, '_menu_item_menu_item_parent', '0'),
(357, 106, '_menu_item_object_id', '106'),
(358, 106, '_menu_item_object', 'custom'),
(359, 106, '_menu_item_target', ''),
(360, 106, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(361, 106, '_menu_item_xfn', ''),
(362, 106, '_menu_item_url', '#REPLACE-ME'),
(394, 110, '_menu_item_object', 'custom'),
(364, 107, '_menu_item_type', 'custom'),
(365, 107, '_menu_item_menu_item_parent', '0'),
(366, 107, '_menu_item_object_id', '107'),
(367, 107, '_menu_item_object', 'custom'),
(368, 107, '_menu_item_target', ''),
(369, 107, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(370, 107, '_menu_item_xfn', ''),
(371, 107, '_menu_item_url', '#REPLACE-ME'),
(393, 110, '_menu_item_object_id', '110'),
(373, 108, '_menu_item_type', 'custom'),
(374, 108, '_menu_item_menu_item_parent', '0'),
(375, 108, '_menu_item_object_id', '108'),
(376, 108, '_menu_item_object', 'custom'),
(377, 108, '_menu_item_target', ''),
(378, 108, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(379, 108, '_menu_item_xfn', ''),
(380, 108, '_menu_item_url', '#REPLACE-ME'),
(392, 110, '_menu_item_menu_item_parent', '0'),
(382, 109, '_menu_item_type', 'custom'),
(383, 109, '_menu_item_menu_item_parent', '0'),
(384, 109, '_menu_item_object_id', '109'),
(385, 109, '_menu_item_object', 'custom'),
(386, 109, '_menu_item_target', ''),
(387, 109, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(388, 109, '_menu_item_xfn', ''),
(389, 109, '_menu_item_url', '#REPLACE-ME'),
(391, 110, '_menu_item_type', 'custom'),
(395, 110, '_menu_item_target', ''),
(396, 110, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(397, 110, '_menu_item_xfn', ''),
(398, 110, '_menu_item_url', '#REPLACE-ME'),
(400, 111, '_menu_item_type', 'custom'),
(401, 111, '_menu_item_menu_item_parent', '0'),
(402, 111, '_menu_item_object_id', '111'),
(403, 111, '_menu_item_object', 'custom'),
(404, 111, '_menu_item_target', ''),
(405, 111, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(406, 111, '_menu_item_xfn', ''),
(407, 111, '_menu_item_url', '#REPLACE-ME'),
(409, 112, '_menu_item_type', 'custom'),
(410, 112, '_menu_item_menu_item_parent', '0'),
(411, 112, '_menu_item_object_id', '112'),
(412, 112, '_menu_item_object', 'custom'),
(413, 112, '_menu_item_target', ''),
(414, 112, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(415, 112, '_menu_item_xfn', ''),
(416, 112, '_menu_item_url', '#REPLACE-ME'),
(418, 114, '_menu_item_type', 'post_type'),
(419, 114, '_menu_item_menu_item_parent', '0'),
(420, 114, '_menu_item_object_id', '73'),
(421, 114, '_menu_item_object', 'page'),
(422, 114, '_menu_item_target', ''),
(423, 114, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:12:\"fa-dashboard\";}'),
(424, 114, '_menu_item_xfn', ''),
(425, 114, '_menu_item_url', ''),
(438, 118, '_edit_last', '1'),
(476, 128, '_wp_attached_file', '2021/03/favicon_144.png'),
(428, 116, '_menu_item_type', 'post_type'),
(429, 116, '_menu_item_menu_item_parent', '0'),
(430, 116, '_menu_item_object_id', '75'),
(431, 116, '_menu_item_object', 'page'),
(432, 116, '_menu_item_target', ''),
(433, 116, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-truck\";}'),
(434, 116, '_menu_item_xfn', ''),
(435, 116, '_menu_item_url', ''),
(437, 118, '_edit_lock', '1616105693:1'),
(439, 118, '_wp_page_template', 'dashboard-companies.php'),
(440, 118, '_wpb_vc_js_status', 'false'),
(441, 120, '_menu_item_type', 'post_type'),
(442, 120, '_menu_item_menu_item_parent', '0'),
(443, 120, '_menu_item_object_id', '118'),
(444, 120, '_menu_item_object', 'page'),
(445, 120, '_menu_item_target', ''),
(446, 120, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:12:\"fa-briefcase\";}'),
(447, 120, '_menu_item_xfn', ''),
(448, 120, '_menu_item_url', ''),
(450, 121, '_edit_lock', '1616105608:1'),
(451, 121, '_edit_last', '1'),
(452, 121, '_wp_page_template', 'dashboard-allocations.php'),
(453, 121, '_wpb_vc_js_status', 'false'),
(454, 123, '_edit_lock', '1629378309:1'),
(455, 123, '_edit_last', '1'),
(456, 123, '_wp_page_template', 'dashboard-ses-users-listing.php'),
(457, 123, '_wpb_vc_js_status', 'false'),
(458, 125, '_menu_item_type', 'post_type'),
(459, 125, '_menu_item_menu_item_parent', '0'),
(460, 125, '_menu_item_object_id', '123'),
(461, 125, '_menu_item_object', 'page'),
(462, 125, '_menu_item_target', ''),
(463, 125, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-group\";}'),
(464, 125, '_menu_item_xfn', ''),
(465, 125, '_menu_item_url', ''),
(467, 126, '_menu_item_type', 'post_type'),
(468, 126, '_menu_item_menu_item_parent', '0'),
(469, 126, '_menu_item_object_id', '121'),
(470, 126, '_menu_item_object', 'page'),
(471, 126, '_menu_item_target', ''),
(472, 126, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-tasks\";}'),
(473, 126, '_menu_item_xfn', ''),
(474, 126, '_menu_item_url', ''),
(477, 128, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:144;s:6:\"height\";i:144;s:4:\"file\";s:23:\"2021/03/favicon_144.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(478, 129, '_wp_attached_file', '2021/03/favicon_114.png'),
(479, 129, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:114;s:6:\"height\";i:114;s:4:\"file\";s:23:\"2021/03/favicon_114.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(480, 130, '_wp_attached_file', '2021/03/favicon_72.png'),
(481, 130, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:72;s:6:\"height\";i:72;s:4:\"file\";s:22:\"2021/03/favicon_72.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(482, 131, '_wp_attached_file', '2021/03/favicon_57.png'),
(483, 131, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:57;s:6:\"height\";i:57;s:4:\"file\";s:22:\"2021/03/favicon_57.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(484, 132, '_wp_attached_file', '2021/03/favicon_32.png'),
(485, 132, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:32;s:6:\"height\";i:32;s:4:\"file\";s:22:\"2021/03/favicon_32.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(486, 69, 'usses_hero_image', ''),
(487, 69, '_usses_hero_image', 'field_60625619f03e8'),
(488, 69, 'usses_title_handwritten', ''),
(489, 69, '_usses_title_handwritten', 'field_60625628f03e9'),
(490, 69, 'usses_title_print', ''),
(491, 69, '_usses_title_print', 'field_60625646f03ea'),
(492, 70, 'usses_hero_image', ''),
(493, 70, '_usses_hero_image', 'field_60625619f03e8'),
(494, 70, 'usses_title_handwritten', ''),
(495, 70, '_usses_title_handwritten', 'field_60625628f03e9'),
(496, 70, 'usses_title_print', ''),
(497, 70, '_usses_title_print', 'field_60625646f03ea'),
(498, 2, 'usses_counters_0_counter_value_numbers', '78'),
(499, 2, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(500, 2, 'usses_counters_0_counter_multiplier', ''),
(501, 2, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(502, 2, 'usses_counters_0_counter_backgroud', '42'),
(503, 2, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(504, 2, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(505, 2, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(506, 2, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(507, 2, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(508, 2, 'usses_counters_1_counter_value_numbers', '111'),
(509, 2, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(510, 2, 'usses_counters_1_counter_multiplier', ''),
(511, 2, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(512, 2, 'usses_counters_1_counter_backgroud', '43'),
(513, 2, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(514, 2, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(515, 2, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(516, 2, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(517, 2, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(518, 2, 'usses_counters_2_counter_value_numbers', '222'),
(519, 2, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(520, 2, 'usses_counters_2_counter_multiplier', 'm');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(521, 2, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(522, 2, 'usses_counters_2_counter_backgroud', '43'),
(523, 2, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(524, 2, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(525, 2, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(526, 2, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(527, 2, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(528, 2, 'usses_counters_3_counter_value_numbers', '1233'),
(529, 2, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(530, 2, 'usses_counters_3_counter_multiplier', 'k'),
(531, 2, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(532, 2, 'usses_counters_3_counter_backgroud', '56'),
(533, 2, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(534, 2, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(535, 2, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(536, 2, 'usses_counters_3_counter_marketing_period', 'adasd'),
(537, 2, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(538, 2, 'usses_counters', '4'),
(539, 2, '_usses_counters', 'field_60645773a19c2'),
(540, 134, 'usses_counters_0_counter_value_numbers', '78'),
(541, 134, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(542, 134, 'usses_counters_0_counter_multiplier', ''),
(543, 134, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(544, 134, 'usses_counters_0_counter_backgroud', '42'),
(545, 134, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(546, 134, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(547, 134, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(548, 134, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(549, 134, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(550, 134, 'usses_counters_1_counter_value_numbers', '111'),
(551, 134, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(552, 134, 'usses_counters_1_counter_multiplier', ''),
(553, 134, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(554, 134, 'usses_counters_1_counter_backgroud', '43'),
(555, 134, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(556, 134, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(557, 134, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(558, 134, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(559, 134, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(560, 134, 'usses_counters_2_counter_value_numbers', '222'),
(561, 134, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(562, 134, 'usses_counters_2_counter_multiplier', 'm'),
(563, 134, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(564, 134, 'usses_counters_2_counter_backgroud', '43'),
(565, 134, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(566, 134, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(567, 134, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(568, 134, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(569, 134, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(570, 134, 'usses_counters_3_counter_value_numbers', '1233'),
(571, 134, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(572, 134, 'usses_counters_3_counter_multiplier', 'k'),
(573, 134, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(574, 134, 'usses_counters_3_counter_backgroud', '56'),
(575, 134, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(576, 134, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(577, 134, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(578, 134, 'usses_counters_3_counter_marketing_period', 'adasd'),
(579, 134, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(580, 134, 'usses_counters', '4'),
(581, 134, '_usses_counters', 'field_60645773a19c2'),
(582, 54, 'cards_0_usses_card_image', '63'),
(583, 54, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(584, 54, 'cards_0_usses_card_title', 'Protocol'),
(585, 54, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(586, 54, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(587, 54, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(588, 54, 'cards_1_usses_card_image', '61'),
(589, 54, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(590, 54, 'cards_1_usses_card_title', 'SSAP'),
(591, 54, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(592, 54, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(593, 54, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(594, 54, 'cards_2_usses_card_image', '62'),
(595, 54, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(596, 54, 'cards_2_usses_card_title', 'Verification'),
(597, 54, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(598, 54, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(599, 54, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(600, 54, 'cards_3_usses_card_image', '62'),
(601, 54, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(602, 54, 'cards_3_usses_card_title', 'Specificity'),
(603, 54, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(604, 54, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific.'),
(605, 54, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(606, 54, 'cards', '4'),
(607, 54, '_cards', 'field_60624e0023f05'),
(608, 54, 'usses_hero_image', '56'),
(609, 54, '_usses_hero_image', 'field_60625619f03e8'),
(610, 54, 'usses_title_handwritten', 'Verification of Sustainable'),
(611, 54, '_usses_title_handwritten', 'field_60625628f03e9'),
(612, 54, 'usses_title_print', 'United States Soy'),
(613, 54, '_usses_title_print', 'field_60625646f03ea'),
(614, 135, 'cards_0_usses_card_image', '63'),
(615, 135, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(616, 135, 'cards_0_usses_card_title', 'Protocol - Test'),
(617, 135, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(618, 135, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(619, 135, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(620, 135, 'cards_1_usses_card_image', '61'),
(621, 135, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(622, 135, 'cards_1_usses_card_title', 'SSAP - Test'),
(623, 135, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(624, 135, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(625, 135, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(626, 135, 'cards_2_usses_card_image', '62'),
(627, 135, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(628, 135, 'cards_2_usses_card_title', 'Verification - Test'),
(629, 135, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(630, 135, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(631, 135, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(632, 135, 'cards_3_usses_card_image', '62'),
(633, 135, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(634, 135, 'cards_3_usses_card_title', 'Specificity'),
(635, 135, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(636, 135, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(637, 135, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(638, 135, 'cards', '4'),
(639, 135, '_cards', 'field_60624e0023f05'),
(640, 135, 'usses_hero_image', ''),
(641, 135, '_usses_hero_image', 'field_60625619f03e8'),
(642, 135, 'usses_title_handwritten', ''),
(643, 135, '_usses_title_handwritten', 'field_60625628f03e9'),
(644, 135, 'usses_title_print', ''),
(645, 135, '_usses_title_print', 'field_60625646f03ea'),
(646, 136, '_edit_lock', '1617298861:1'),
(647, 136, '_edit_last', '1'),
(648, 136, '_wp_page_template', 'page-view-certificate-preview.php'),
(649, 136, '_wpb_vc_js_status', 'false'),
(650, 136, 'usses_hero_image', ''),
(651, 136, '_usses_hero_image', 'field_60625619f03e8'),
(652, 136, 'usses_title_handwritten', ''),
(653, 136, '_usses_title_handwritten', 'field_60625628f03e9'),
(654, 136, 'usses_title_print', ''),
(655, 136, '_usses_title_print', 'field_60625646f03ea'),
(656, 137, 'usses_hero_image', ''),
(657, 137, '_usses_hero_image', 'field_60625619f03e8'),
(658, 137, 'usses_title_handwritten', ''),
(659, 137, '_usses_title_handwritten', 'field_60625628f03e9'),
(660, 137, 'usses_title_print', ''),
(661, 137, '_usses_title_print', 'field_60625646f03ea'),
(662, 138, '_edit_lock', '1617299809:1'),
(663, 138, '_edit_last', '1'),
(664, 138, '_wp_page_template', 'page-view-certificate.php'),
(665, 138, '_wpb_vc_js_status', 'false'),
(666, 138, 'usses_hero_image', ''),
(667, 138, '_usses_hero_image', 'field_60625619f03e8'),
(668, 138, 'usses_title_handwritten', ''),
(669, 138, '_usses_title_handwritten', 'field_60625628f03e9'),
(670, 138, 'usses_title_print', ''),
(671, 138, '_usses_title_print', 'field_60625646f03ea'),
(672, 139, 'usses_hero_image', ''),
(673, 139, '_usses_hero_image', 'field_60625619f03e8'),
(674, 139, 'usses_title_handwritten', ''),
(675, 139, '_usses_title_handwritten', 'field_60625628f03e9'),
(676, 139, 'usses_title_print', ''),
(677, 139, '_usses_title_print', 'field_60625646f03ea'),
(678, 141, '_wp_attached_file', '2021/04/ussec_logo.png'),
(679, 141, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:91;s:6:\"height\";i:55;s:4:\"file\";s:22:\"2021/04/ussec_logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(680, 142, '_wp_attached_file', '2021/04/us_soy_logo.png'),
(681, 142, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:137;s:6:\"height\";i:47;s:4:\"file\";s:23:\"2021/04/us_soy_logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(682, 143, '_wp_attached_file', '2021/04/asa_logo.png'),
(683, 143, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:115;s:6:\"height\";i:81;s:4:\"file\";s:20:\"2021/04/asa_logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(684, 144, '_wp_attached_file', '2021/04/united_soybean_board_logo.png'),
(685, 144, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:112;s:6:\"height\";i:68;s:4:\"file\";s:37:\"2021/04/united_soybean_board_logo.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(686, 145, '_edit_lock', '1618845543:1'),
(687, 145, '_edit_last', '1'),
(688, 145, '_wp_page_template', 'page-login.php'),
(689, 145, '_wpb_vc_js_status', 'false'),
(690, 145, 'usses_hero_image', '56'),
(691, 145, '_usses_hero_image', 'field_60625619f03e8'),
(692, 145, 'usses_title_handwritten', 'Sustainability'),
(693, 145, '_usses_title_handwritten', 'field_60625628f03e9'),
(694, 145, 'usses_title_print', 'Certificate Portal'),
(695, 145, '_usses_title_print', 'field_60625646f03ea'),
(696, 145, 'usses_hero_bg_video', ''),
(697, 145, '_usses_hero_bg_video', 'field_60756aca6932d'),
(698, 146, 'usses_hero_image', ''),
(699, 146, '_usses_hero_image', 'field_60625619f03e8'),
(700, 146, 'usses_title_handwritten', ''),
(701, 146, '_usses_title_handwritten', 'field_60625628f03e9'),
(702, 146, 'usses_title_print', ''),
(703, 146, '_usses_title_print', 'field_60625646f03ea'),
(704, 146, 'usses_hero_bg_video', ''),
(705, 146, '_usses_hero_bg_video', 'field_60756aca6932d'),
(706, 147, '_wp_attached_file', '2021/04/Terms-of-Use-Soy-Export-Sustainability-Certification-Portal.pdf'),
(707, 147, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:67:\"Terms-of-Use-Soy-Export-Sustainability-Certification-Portal-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Terms-of-Use-Soy-Export-Sustainability-Certification-Portal-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"Terms-of-Use-Soy-Export-Sustainability-Certification-Portal-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Terms-of-Use-Soy-Export-Sustainability-Certification-Portal-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),
(708, 148, 'usses_hero_image', '56'),
(709, 148, '_usses_hero_image', 'field_60625619f03e8'),
(710, 148, 'usses_title_handwritten', 'Sustainability'),
(711, 148, '_usses_title_handwritten', 'field_60625628f03e9'),
(712, 148, 'usses_title_print', 'Certificate Portal'),
(713, 148, '_usses_title_print', 'field_60625646f03ea'),
(714, 148, 'usses_hero_bg_video', ''),
(715, 148, '_usses_hero_bg_video', 'field_60756aca6932d'),
(716, 54, 'usses_hero_bg_video', ''),
(717, 54, '_usses_hero_bg_video', 'field_60756aca6932d'),
(718, 149, 'cards_0_usses_card_image', '63'),
(719, 149, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(720, 149, 'cards_0_usses_card_title', 'Protocol'),
(721, 149, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(722, 149, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(723, 149, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(724, 149, 'cards_1_usses_card_image', '61'),
(725, 149, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(726, 149, 'cards_1_usses_card_title', 'SSAP'),
(727, 149, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(728, 149, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(729, 149, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(730, 149, 'cards_2_usses_card_image', '62'),
(731, 149, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(732, 149, 'cards_2_usses_card_title', 'Verification'),
(733, 149, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(734, 149, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(735, 149, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(736, 149, 'cards_3_usses_card_image', '62'),
(737, 149, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(738, 149, 'cards_3_usses_card_title', 'Specificity'),
(739, 149, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(740, 149, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(741, 149, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(742, 149, 'cards', '4'),
(743, 149, '_cards', 'field_60624e0023f05'),
(744, 149, 'usses_hero_image', '56'),
(745, 149, '_usses_hero_image', 'field_60625619f03e8'),
(746, 149, 'usses_title_handwritten', 'Verification of Sustainable'),
(747, 149, '_usses_title_handwritten', 'field_60625628f03e9'),
(748, 149, 'usses_title_print', 'United States Soy'),
(749, 149, '_usses_title_print', 'field_60625646f03ea'),
(750, 149, 'usses_hero_bg_video', ''),
(751, 149, '_usses_hero_bg_video', 'field_60756aca6932d'),
(752, 150, '_edit_lock', '1618845632:1'),
(753, 150, '_edit_last', '1'),
(754, 150, '_wp_page_template', 'page-register.php'),
(755, 150, '_wpb_vc_js_status', 'false'),
(756, 150, 'usses_hero_image', '42'),
(757, 150, '_usses_hero_image', 'field_60625619f03e8'),
(758, 150, 'usses_title_handwritten', 'How To Register'),
(759, 150, '_usses_title_handwritten', 'field_60625628f03e9'),
(760, 150, 'usses_title_print', 'Your Company'),
(761, 150, '_usses_title_print', 'field_60625646f03ea'),
(762, 150, 'usses_hero_bg_video', ''),
(763, 150, '_usses_hero_bg_video', 'field_60756aca6932d'),
(764, 151, 'usses_hero_image', ''),
(765, 151, '_usses_hero_image', 'field_60625619f03e8'),
(766, 151, 'usses_title_handwritten', ''),
(767, 151, '_usses_title_handwritten', 'field_60625628f03e9'),
(768, 151, 'usses_title_print', ''),
(769, 151, '_usses_title_print', 'field_60625646f03ea'),
(770, 151, 'usses_hero_bg_video', ''),
(771, 151, '_usses_hero_bg_video', 'field_60756aca6932d'),
(772, 153, 'usses_hero_image', '42'),
(773, 153, '_usses_hero_image', 'field_60625619f03e8'),
(774, 153, 'usses_title_handwritten', 'How To Register'),
(775, 153, '_usses_title_handwritten', 'field_60625628f03e9'),
(776, 153, 'usses_title_print', 'Your Company'),
(777, 153, '_usses_title_print', 'field_60625646f03ea'),
(778, 153, 'usses_hero_bg_video', ''),
(779, 153, '_usses_hero_bg_video', 'field_60756aca6932d'),
(780, 2, 'usses_hero_image', '34'),
(781, 2, '_usses_hero_image', 'field_60625619f03e8'),
(782, 2, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(783, 2, '_usses_title_handwritten', 'field_60625628f03e9'),
(784, 2, 'usses_title_print', 'Preserving Our Land & Our World'),
(785, 2, '_usses_title_print', 'field_60625646f03ea'),
(786, 2, 'usses_hero_bg_video', '167'),
(787, 2, '_usses_hero_bg_video', 'field_60756aca6932d'),
(788, 154, 'usses_counters_0_counter_value_numbers', '78'),
(789, 154, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(790, 154, 'usses_counters_0_counter_multiplier', ''),
(791, 154, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(792, 154, 'usses_counters_0_counter_backgroud', '42'),
(793, 154, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(794, 154, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(795, 154, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(796, 154, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(797, 154, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(798, 154, 'usses_counters_1_counter_value_numbers', '111'),
(799, 154, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(800, 154, 'usses_counters_1_counter_multiplier', ''),
(801, 154, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(802, 154, 'usses_counters_1_counter_backgroud', '43'),
(803, 154, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(804, 154, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(805, 154, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(806, 154, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(807, 154, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(808, 154, 'usses_counters_2_counter_value_numbers', '222'),
(809, 154, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(810, 154, 'usses_counters_2_counter_multiplier', 'm'),
(811, 154, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(812, 154, 'usses_counters_2_counter_backgroud', '43'),
(813, 154, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(814, 154, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(815, 154, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(816, 154, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(817, 154, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(818, 154, 'usses_counters_3_counter_value_numbers', '1233'),
(819, 154, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(820, 154, 'usses_counters_3_counter_multiplier', 'k'),
(821, 154, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(822, 154, 'usses_counters_3_counter_backgroud', '56'),
(823, 154, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(824, 154, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(825, 154, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(826, 154, 'usses_counters_3_counter_marketing_period', 'adasd'),
(827, 154, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(828, 154, 'usses_counters', '4'),
(829, 154, '_usses_counters', 'field_60645773a19c2'),
(830, 154, 'usses_hero_image', '34'),
(831, 154, '_usses_hero_image', 'field_60625619f03e8'),
(832, 154, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(833, 154, '_usses_title_handwritten', 'field_60625628f03e9'),
(834, 154, 'usses_title_print', 'Preserving Our Land & Our World'),
(835, 154, '_usses_title_print', 'field_60625646f03ea'),
(836, 154, 'usses_hero_bg_video', ''),
(837, 154, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1477, 171, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1474, 171, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1475, 171, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1476, 171, 'cards_1_usses_card_image', '61'),
(840, 156, 'usses_counters_0_counter_value_numbers', '78'),
(841, 156, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(842, 156, 'usses_counters_0_counter_multiplier', ''),
(843, 156, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(844, 156, 'usses_counters_0_counter_backgroud', '42'),
(845, 156, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(846, 156, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(847, 156, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(848, 156, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(849, 156, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(850, 156, 'usses_counters_1_counter_value_numbers', '111'),
(851, 156, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(852, 156, 'usses_counters_1_counter_multiplier', ''),
(853, 156, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(854, 156, 'usses_counters_1_counter_backgroud', '43'),
(855, 156, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(856, 156, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(857, 156, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(858, 156, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(859, 156, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(860, 156, 'usses_counters_2_counter_value_numbers', '222'),
(861, 156, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(862, 156, 'usses_counters_2_counter_multiplier', 'm'),
(863, 156, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(864, 156, 'usses_counters_2_counter_backgroud', '43'),
(865, 156, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(866, 156, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(867, 156, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(868, 156, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(869, 156, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(870, 156, 'usses_counters_3_counter_value_numbers', '1233'),
(871, 156, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(872, 156, 'usses_counters_3_counter_multiplier', 'k'),
(873, 156, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(874, 156, 'usses_counters_3_counter_backgroud', '56'),
(875, 156, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(876, 156, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(877, 156, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(878, 156, 'usses_counters_3_counter_marketing_period', 'adasd'),
(879, 156, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(880, 156, 'usses_counters', '4'),
(881, 156, '_usses_counters', 'field_60645773a19c2'),
(882, 156, 'usses_hero_image', '34'),
(883, 156, '_usses_hero_image', 'field_60625619f03e8'),
(884, 156, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(885, 156, '_usses_title_handwritten', 'field_60625628f03e9'),
(886, 156, 'usses_title_print', 'Preserving Our Land & Our World'),
(887, 156, '_usses_title_print', 'field_60625646f03ea'),
(888, 156, 'usses_hero_bg_video', '155'),
(889, 156, '_usses_hero_bg_video', 'field_60756aca6932d'),
(890, 157, '_wp_attached_file', '2021/04/U.S.-Soy-Sustainability-Assurance-Protocol.pdf'),
(891, 157, '_wp_attachment_metadata', 'a:1:{s:5:\"sizes\";a:4:{s:4:\"full\";a:4:{s:4:\"file\";s:50:\"U.S.-Soy-Sustainability-Assurance-Protocol-pdf.jpg\";s:5:\"width\";i:1088;s:6:\"height\";i:1408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"U.S.-Soy-Sustainability-Assurance-Protocol-pdf-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:59:\"U.S.-Soy-Sustainability-Assurance-Protocol-pdf-791x1024.jpg\";s:5:\"width\";i:791;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"U.S.-Soy-Sustainability-Assurance-Protocol-pdf-116x150.jpg\";s:5:\"width\";i:116;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}}'),
(892, 54, 'copy_blocks', ''),
(893, 54, '_copy_blocks', 'field_6077f75f484bf'),
(894, 54, 'usses_slider_header', 'SES process to calculate<br>availability of sustainable U.S. soy'),
(895, 54, '_usses_slider_header', 'field_606246658f29a'),
(896, 54, 'usses_slider_arrow_left', '159'),
(897, 54, '_usses_slider_arrow_left', 'field_606246788f29b'),
(898, 54, 'usses_slider_image_right', '160'),
(899, 54, '_usses_slider_image_right', 'field_6062468c8f29c'),
(900, 54, 'usses_slides', '10'),
(901, 54, '_usses_slides', 'field_6062469d8f29d'),
(902, 149, 'copy_blocks', ''),
(903, 149, '_copy_blocks', 'field_6077f75f484bf'),
(904, 149, 'usses_slider_header', ''),
(905, 149, '_usses_slider_header', 'field_606246658f29a'),
(906, 149, 'usses_slider_arrow_left', ''),
(907, 149, '_usses_slider_arrow_left', 'field_606246788f29b'),
(908, 149, 'usses_slider_image_right', ''),
(909, 149, '_usses_slider_image_right', 'field_6062468c8f29c'),
(910, 149, 'usses_slides', ''),
(911, 149, '_usses_slides', 'field_6062469d8f29d'),
(912, 159, '_wp_attached_file', '2021/04/arrow-left.png'),
(913, 159, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:41;s:6:\"height\";i:49;s:4:\"file\";s:22:\"2021/04/arrow-left.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(914, 160, '_wp_attached_file', '2021/04/arrow-right.png'),
(915, 160, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:41;s:6:\"height\";i:49;s:4:\"file\";s:23:\"2021/04/arrow-right.png\";s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(916, 54, 'usses_slides_0_usses_slide_image', '65'),
(917, 54, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(918, 54, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(919, 54, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(920, 54, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(921, 54, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(922, 54, 'usses_slides_1_usses_slide_image', '65'),
(923, 54, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(924, 54, 'usses_slides_1_usses_slide_title', 'Marketing year for other soy products'),
(925, 54, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(926, 54, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(927, 54, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(928, 54, 'usses_slides_2_usses_slide_image', '65'),
(929, 54, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(930, 54, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(931, 54, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(932, 54, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(933, 54, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(934, 54, 'usses_slides_3_usses_slide_image', '65'),
(935, 54, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(936, 54, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(937, 54, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(938, 54, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(939, 54, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(940, 54, 'usses_slides_4_usses_slide_image', '65'),
(941, 54, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(942, 54, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(943, 54, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(944, 54, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(945, 54, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(946, 161, 'cards_0_usses_card_image', '63'),
(947, 161, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(948, 161, 'cards_0_usses_card_title', 'Protocol'),
(949, 161, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(950, 161, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(951, 161, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(952, 161, 'cards_1_usses_card_image', '61'),
(953, 161, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(954, 161, 'cards_1_usses_card_title', 'SSAP'),
(955, 161, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(956, 161, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(957, 161, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(958, 161, 'cards_2_usses_card_image', '62'),
(959, 161, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(960, 161, 'cards_2_usses_card_title', 'Verification'),
(961, 161, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(962, 161, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(963, 161, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(964, 161, 'cards_3_usses_card_image', '62'),
(965, 161, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(966, 161, 'cards_3_usses_card_title', 'Specificity'),
(967, 161, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(968, 161, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(969, 161, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(970, 161, 'cards', '4'),
(971, 161, '_cards', 'field_60624e0023f05'),
(972, 161, 'usses_hero_image', '56'),
(973, 161, '_usses_hero_image', 'field_60625619f03e8'),
(974, 161, 'usses_title_handwritten', 'Verification of Sustainable'),
(975, 161, '_usses_title_handwritten', 'field_60625628f03e9'),
(976, 161, 'usses_title_print', 'United States Soy'),
(977, 161, '_usses_title_print', 'field_60625646f03ea'),
(978, 161, 'usses_hero_bg_video', ''),
(979, 161, '_usses_hero_bg_video', 'field_60756aca6932d'),
(980, 161, 'copy_blocks', ''),
(981, 161, '_copy_blocks', 'field_6077f75f484bf'),
(982, 161, 'usses_slider_header', ''),
(983, 161, '_usses_slider_header', 'field_606246658f29a'),
(984, 161, 'usses_slider_arrow_left', '159'),
(985, 161, '_usses_slider_arrow_left', 'field_606246788f29b'),
(986, 161, 'usses_slider_image_right', '160'),
(987, 161, '_usses_slider_image_right', 'field_6062468c8f29c'),
(988, 161, 'usses_slides', '5'),
(989, 161, '_usses_slides', 'field_6062469d8f29d'),
(990, 161, 'usses_slides_0_usses_slide_image', '65'),
(991, 161, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(992, 161, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(993, 161, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(994, 161, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(995, 161, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(996, 161, 'usses_slides_1_usses_slide_image', '65'),
(997, 161, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(998, 161, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(999, 161, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1000, 161, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1001, 161, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1002, 161, 'usses_slides_2_usses_slide_image', '65'),
(1003, 161, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1004, 161, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1005, 161, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1006, 161, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1007, 161, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1008, 161, 'usses_slides_3_usses_slide_image', '65'),
(1009, 161, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1010, 161, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1011, 161, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1012, 161, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1013, 161, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1014, 161, 'usses_slides_4_usses_slide_image', '65'),
(1015, 161, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1016, 161, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1017, 161, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1018, 161, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1019, 161, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1020, 145, 'copy_blocks_0_copy_block_title', 'Login or register below'),
(1021, 145, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1022, 145, 'copy_blocks_0_copy_block_text', 'Welcome to the Soy Export Sustainability Certificate Portal. Please use the form below to log in to your account. If you do not currently have an account, please click \"Register\" to create one.'),
(1023, 145, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1024, 145, 'copy_blocks_0_copy_block_buttons', ''),
(1025, 145, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1026, 145, 'copy_blocks', '1'),
(1027, 145, '_copy_blocks', 'field_6077f75f484bf'),
(1028, 162, 'usses_hero_image', '56'),
(1029, 162, '_usses_hero_image', 'field_60625619f03e8'),
(1030, 162, 'usses_title_handwritten', 'Sustainability'),
(1031, 162, '_usses_title_handwritten', 'field_60625628f03e9'),
(1032, 162, 'usses_title_print', 'Certificate Portal'),
(1033, 162, '_usses_title_print', 'field_60625646f03ea'),
(1034, 162, 'usses_hero_bg_video', ''),
(1035, 162, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1036, 162, 'copy_blocks_0_copy_block_title', 'Login or register below'),
(1037, 162, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1038, 162, 'copy_blocks_0_copy_block_text', 'Welcome to the Soy Export Sustainability Certificate Portal. Please use the form below to log in to your account. If you do not currently have an account, please click \"Register\" to create one.'),
(1039, 162, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1040, 162, 'copy_blocks_0_copy_block_buttons', ''),
(1041, 162, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1042, 162, 'copy_blocks', '1'),
(1043, 162, '_copy_blocks', 'field_6077f75f484bf'),
(1044, 150, 'copy_blocks_0_copy_block_title', 'Before you register'),
(1045, 150, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1046, 150, 'copy_blocks_0_copy_block_text', 'Please use the map tool below to first ensure that your company is not already registered. If your company is registered, please contact your current system administrator or contact us.'),
(1047, 150, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1048, 150, 'copy_blocks_0_copy_block_buttons', ''),
(1049, 150, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1050, 150, 'copy_blocks', '1'),
(1051, 150, '_copy_blocks', 'field_6077f75f484bf'),
(1052, 163, 'usses_hero_image', '42'),
(1053, 163, '_usses_hero_image', 'field_60625619f03e8'),
(1054, 163, 'usses_title_handwritten', 'How To Register'),
(1055, 163, '_usses_title_handwritten', 'field_60625628f03e9'),
(1056, 163, 'usses_title_print', 'Your Company'),
(1057, 163, '_usses_title_print', 'field_60625646f03ea'),
(1058, 163, 'usses_hero_bg_video', ''),
(1059, 163, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1060, 163, 'copy_blocks_0_copy_block_title', 'Before you register'),
(1061, 163, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1062, 163, 'copy_blocks_0_copy_block_text', 'Please use the map tool below to first ensure that your company is not already registered. If your company is registered, please contact your current system administrator or contact us.'),
(1063, 163, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1064, 163, 'copy_blocks_0_copy_block_buttons', ''),
(1065, 163, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1066, 163, 'copy_blocks', '1'),
(1067, 163, '_copy_blocks', 'field_6077f75f484bf'),
(1068, 2, 'copy_blocks_0_copy_block_title', 'SOY EXPORT SUSTAINABILITY CERTIFICATION PORTAL'),
(1069, 2, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1070, 2, 'copy_blocks_0_copy_block_text', 'The Soy Export Substainability Certification Portal has been developed as a tool to track and verify; the certification process of soybeans and soy products produced in the United States that are compliant with the U.S. Soy Sustainability Assurance Protocol (SSAP).'),
(1071, 2, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1072, 2, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'Learn More'),
(1073, 2, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1074, 2, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1075, 2, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1076, 2, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_link', '/about'),
(1077, 2, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1078, 2, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'Our Protocol'),
(1079, 2, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'field_6077f57ef9552'),
(1080, 2, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', '1'),
(1081, 2, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1082, 2, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', '157'),
(1083, 2, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', 'field_6077f5fef9554'),
(1084, 2, 'copy_blocks_0_copy_block_buttons', '2'),
(1085, 2, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1086, 2, 'copy_blocks', '2'),
(1087, 2, '_copy_blocks', 'field_6077f75f484bf'),
(1088, 164, 'usses_counters_0_counter_value_numbers', '78'),
(1089, 164, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(1090, 164, 'usses_counters_0_counter_multiplier', ''),
(1091, 164, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(1092, 164, 'usses_counters_0_counter_backgroud', '42'),
(1093, 164, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(1094, 164, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(1095, 164, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(1096, 164, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(1097, 164, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(1098, 164, 'usses_counters_1_counter_value_numbers', '111'),
(1099, 164, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(1100, 164, 'usses_counters_1_counter_multiplier', ''),
(1101, 164, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(1102, 164, 'usses_counters_1_counter_backgroud', '43'),
(1103, 164, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(1104, 164, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(1105, 164, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(1106, 164, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(1107, 164, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(1108, 164, 'usses_counters_2_counter_value_numbers', '222'),
(1109, 164, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(1110, 164, 'usses_counters_2_counter_multiplier', 'm'),
(1111, 164, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(1112, 164, 'usses_counters_2_counter_backgroud', '43'),
(1113, 164, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(1114, 164, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(1115, 164, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(1116, 164, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(1117, 164, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(1118, 164, 'usses_counters_3_counter_value_numbers', '1233'),
(1119, 164, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(1120, 164, 'usses_counters_3_counter_multiplier', 'k'),
(1121, 164, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(1122, 164, 'usses_counters_3_counter_backgroud', '56'),
(1123, 164, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(1124, 164, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(1125, 164, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(1126, 164, 'usses_counters_3_counter_marketing_period', 'adasd'),
(1127, 164, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(1128, 164, 'usses_counters', '4'),
(1129, 164, '_usses_counters', 'field_60645773a19c2'),
(1130, 164, 'usses_hero_image', '34'),
(1131, 164, '_usses_hero_image', 'field_60625619f03e8'),
(1132, 164, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(1133, 164, '_usses_title_handwritten', 'field_60625628f03e9'),
(1134, 164, 'usses_title_print', 'Preserving Our Land & Our World'),
(1135, 164, '_usses_title_print', 'field_60625646f03ea'),
(1136, 164, 'usses_hero_bg_video', '155'),
(1137, 164, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1138, 164, 'copy_blocks_0_copy_block_title', 'SOY EXPORT SUBSTAINABILITY CERTIFICATION PORTAL'),
(1139, 164, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1140, 164, 'copy_blocks_0_copy_block_text', 'The Soy Export Substainability Certification Portal has been developed as a tool to track and verify; the certification process of soybeans and soy products produced in the United States that are compliant with the U.S. Soy Sustainability Assurance Protocol (SSAP).'),
(1141, 164, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1142, 164, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'Learn More'),
(1143, 164, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1144, 164, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1145, 164, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1146, 164, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_link', '/about'),
(1147, 164, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1148, 164, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'Our Protocol'),
(1149, 164, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'field_6077f57ef9552'),
(1150, 164, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', '1'),
(1151, 164, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1152, 164, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', '157'),
(1153, 164, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', 'field_6077f5fef9554'),
(1154, 164, 'copy_blocks_0_copy_block_buttons', '2'),
(1155, 164, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1156, 164, 'copy_blocks', '1'),
(1157, 164, '_copy_blocks', 'field_6077f75f484bf'),
(1158, 2, 'copy_blocks_1_copy_block_title', 'The vast majority of the U.S. soybean producers participate in the U.S. farm program & are subject to audit'),
(1159, 2, '_copy_blocks_1_copy_block_title', 'field_6077f4eef954e'),
(1160, 2, 'copy_blocks_1_copy_block_text', 'Each year approximately 20,000 U.S. producers are audited by extensively trained inspection agents.'),
(1161, 2, '_copy_blocks_1_copy_block_text', 'field_6077f510f9550'),
(1162, 2, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'Explore More'),
(1163, 2, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1164, 2, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1165, 2, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1166, 2, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_link', '/about'),
(1167, 2, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1168, 2, 'copy_blocks_1_copy_block_buttons', '1'),
(1169, 2, '_copy_blocks_1_copy_block_buttons', 'field_6077f560f9551'),
(1170, 165, 'usses_counters_0_counter_value_numbers', '78'),
(1171, 165, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(1172, 165, 'usses_counters_0_counter_multiplier', ''),
(1173, 165, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(1174, 165, 'usses_counters_0_counter_backgroud', '42'),
(1175, 165, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(1176, 165, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(1177, 165, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(1178, 165, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(1179, 165, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(1180, 165, 'usses_counters_1_counter_value_numbers', '111'),
(1181, 165, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(1182, 165, 'usses_counters_1_counter_multiplier', ''),
(1183, 165, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(1184, 165, 'usses_counters_1_counter_backgroud', '43'),
(1185, 165, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(1186, 165, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(1187, 165, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(1188, 165, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(1189, 165, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(1190, 165, 'usses_counters_2_counter_value_numbers', '222'),
(1191, 165, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(1192, 165, 'usses_counters_2_counter_multiplier', 'm'),
(1193, 165, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(1194, 165, 'usses_counters_2_counter_backgroud', '43'),
(1195, 165, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(1196, 165, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(1197, 165, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(1198, 165, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(1199, 165, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(1200, 165, 'usses_counters_3_counter_value_numbers', '1233'),
(1201, 165, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(1202, 165, 'usses_counters_3_counter_multiplier', 'k'),
(1203, 165, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(1204, 165, 'usses_counters_3_counter_backgroud', '56'),
(1205, 165, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(1206, 165, 'usses_counters_3_counter_subtitle', 'asdasdsa');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1207, 165, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(1208, 165, 'usses_counters_3_counter_marketing_period', 'adasd'),
(1209, 165, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(1210, 165, 'usses_counters', '4'),
(1211, 165, '_usses_counters', 'field_60645773a19c2'),
(1212, 165, 'usses_hero_image', '34'),
(1213, 165, '_usses_hero_image', 'field_60625619f03e8'),
(1214, 165, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(1215, 165, '_usses_title_handwritten', 'field_60625628f03e9'),
(1216, 165, 'usses_title_print', 'Preserving Our Land & Our World'),
(1217, 165, '_usses_title_print', 'field_60625646f03ea'),
(1218, 165, 'usses_hero_bg_video', '155'),
(1219, 165, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1220, 165, 'copy_blocks_0_copy_block_title', 'SOY EXPORT SUBSTAINABILITY CERTIFICATION PORTAL'),
(1221, 165, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1222, 165, 'copy_blocks_0_copy_block_text', 'The Soy Export Substainability Certification Portal has been developed as a tool to track and verify; the certification process of soybeans and soy products produced in the United States that are compliant with the U.S. Soy Sustainability Assurance Protocol (SSAP).'),
(1223, 165, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1224, 165, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'Learn More'),
(1225, 165, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1226, 165, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1227, 165, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1228, 165, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_link', '/about'),
(1229, 165, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1230, 165, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'Our Protocol'),
(1231, 165, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'field_6077f57ef9552'),
(1232, 165, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', '1'),
(1233, 165, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1234, 165, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', '157'),
(1235, 165, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', 'field_6077f5fef9554'),
(1236, 165, 'copy_blocks_0_copy_block_buttons', '2'),
(1237, 165, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1238, 165, 'copy_blocks', '2'),
(1239, 165, '_copy_blocks', 'field_6077f75f484bf'),
(1240, 165, 'copy_blocks_1_copy_block_title', 'The vast majority of the U.S. soybean producers participate in the U.S. farm program & are subject to audit'),
(1241, 165, '_copy_blocks_1_copy_block_title', 'field_6077f4eef954e'),
(1242, 165, 'copy_blocks_1_copy_block_text', 'Each year approximately 20,000 U.S. producers are audited by extensively trained inspection agents.'),
(1243, 165, '_copy_blocks_1_copy_block_text', 'field_6077f510f9550'),
(1244, 165, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'Explore More'),
(1245, 165, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1246, 165, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1247, 165, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1248, 165, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_link', '/about'),
(1249, 165, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1250, 165, 'copy_blocks_1_copy_block_buttons', '1'),
(1251, 165, '_copy_blocks_1_copy_block_buttons', 'field_6077f560f9551'),
(1252, 54, 'usses_slides_5_usses_slide_image', '65'),
(1253, 54, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1254, 54, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1255, 54, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1256, 54, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1257, 54, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1258, 54, 'usses_slides_6_usses_slide_image', '65'),
(1259, 54, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1260, 54, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1261, 54, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1262, 54, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1263, 54, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1264, 54, 'usses_slides_7_usses_slide_image', '65'),
(1265, 54, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1266, 54, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1267, 54, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1268, 54, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1269, 54, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1270, 54, 'usses_slides_8_usses_slide_image', '65'),
(1271, 54, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1272, 54, 'usses_slides_8_usses_slide_title', 'Export SSAP Certificates can be issued'),
(1273, 54, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1274, 54, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1275, 54, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1276, 54, 'usses_slides_9_usses_slide_image', '65'),
(1277, 54, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1278, 54, 'usses_slides_9_usses_slide_title', 'Current year amount'),
(1279, 54, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1280, 54, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1281, 54, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1282, 166, 'cards_0_usses_card_image', '63'),
(1283, 166, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1284, 166, 'cards_0_usses_card_title', 'Protocol'),
(1285, 166, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1286, 166, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1287, 166, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1288, 166, 'cards_1_usses_card_image', '61'),
(1289, 166, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1290, 166, 'cards_1_usses_card_title', 'SSAP'),
(1291, 166, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1292, 166, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1293, 166, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1294, 166, 'cards_2_usses_card_image', '62'),
(1295, 166, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1296, 166, 'cards_2_usses_card_title', 'Verification'),
(1297, 166, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1298, 166, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1299, 166, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1300, 166, 'cards_3_usses_card_image', '62'),
(1301, 166, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1302, 166, 'cards_3_usses_card_title', 'Specificity'),
(1303, 166, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1304, 166, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(1305, 166, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(1306, 166, 'cards', '4'),
(1307, 166, '_cards', 'field_60624e0023f05'),
(1308, 166, 'usses_hero_image', '56'),
(1309, 166, '_usses_hero_image', 'field_60625619f03e8'),
(1310, 166, 'usses_title_handwritten', 'Verification of Sustainable'),
(1311, 166, '_usses_title_handwritten', 'field_60625628f03e9'),
(1312, 166, 'usses_title_print', 'United States Soy'),
(1313, 166, '_usses_title_print', 'field_60625646f03ea'),
(1314, 166, 'usses_hero_bg_video', ''),
(1315, 166, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1316, 166, 'copy_blocks', ''),
(1317, 166, '_copy_blocks', 'field_6077f75f484bf'),
(1318, 166, 'usses_slider_header', ''),
(1319, 166, '_usses_slider_header', 'field_606246658f29a'),
(1320, 166, 'usses_slider_arrow_left', '159'),
(1321, 166, '_usses_slider_arrow_left', 'field_606246788f29b'),
(1322, 166, 'usses_slider_image_right', '160'),
(1323, 166, '_usses_slider_image_right', 'field_6062468c8f29c'),
(1324, 166, 'usses_slides', '10'),
(1325, 166, '_usses_slides', 'field_6062469d8f29d'),
(1326, 166, 'usses_slides_0_usses_slide_image', '65'),
(1327, 166, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(1328, 166, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(1329, 166, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(1330, 166, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(1331, 166, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1332, 166, 'usses_slides_1_usses_slide_image', '65'),
(1333, 166, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(1334, 166, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(1335, 166, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1336, 166, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1337, 166, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1338, 166, 'usses_slides_2_usses_slide_image', '65'),
(1339, 166, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1340, 166, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1341, 166, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1342, 166, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1343, 166, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1344, 166, 'usses_slides_3_usses_slide_image', '65'),
(1345, 166, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1346, 166, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1347, 166, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1348, 166, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1349, 166, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1350, 166, 'usses_slides_4_usses_slide_image', '65'),
(1351, 166, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1352, 166, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1353, 166, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1354, 166, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1355, 166, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1356, 166, 'usses_slides_5_usses_slide_image', '65'),
(1357, 166, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1358, 166, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1359, 166, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1360, 166, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1361, 166, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1362, 166, 'usses_slides_6_usses_slide_image', '65'),
(1363, 166, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1364, 166, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1365, 166, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1366, 166, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1367, 166, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1368, 166, 'usses_slides_7_usses_slide_image', '65'),
(1369, 166, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1370, 166, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1371, 166, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1372, 166, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1373, 166, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1374, 166, 'usses_slides_8_usses_slide_image', '65'),
(1375, 166, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1376, 166, 'usses_slides_8_usses_slide_title', 'certificates can be issued'),
(1377, 166, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1378, 166, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1379, 166, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1380, 166, 'usses_slides_9_usses_slide_image', '65'),
(1381, 166, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1382, 166, 'usses_slides_9_usses_slide_title', 'current year amount'),
(1383, 166, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1384, 166, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1385, 166, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1386, 167, '_wp_attached_file', '2021/04/SoyHomepageVideo_042021.mp4'),
(1387, 167, '_wp_attachment_metadata', 'a:10:{s:8:\"filesize\";i:30773541;s:9:\"mime_type\";s:9:\"video/mp4\";s:6:\"length\";i:23;s:16:\"length_formatted\";s:4:\"0:23\";s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:5:\"audio\";a:7:{s:10:\"dataformat\";s:3:\"mp4\";s:5:\"codec\";s:19:\"ISO/IEC 14496-3 AAC\";s:11:\"sample_rate\";d:48000;s:8:\"channels\";i:2;s:15:\"bits_per_sample\";i:16;s:8:\"lossless\";b:0;s:11:\"channelmode\";s:6:\"stereo\";}s:17:\"created_timestamp\";i:1618947695;}'),
(1388, 168, 'usses_counters_0_counter_value_numbers', '78'),
(1389, 168, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(1390, 168, 'usses_counters_0_counter_multiplier', ''),
(1391, 168, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(1392, 168, 'usses_counters_0_counter_backgroud', '42'),
(1393, 168, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(1394, 168, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(1395, 168, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(1396, 168, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(1397, 168, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(1398, 168, 'usses_counters_1_counter_value_numbers', '111'),
(1399, 168, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(1400, 168, 'usses_counters_1_counter_multiplier', ''),
(1401, 168, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(1402, 168, 'usses_counters_1_counter_backgroud', '43'),
(1403, 168, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(1404, 168, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(1405, 168, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(1406, 168, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(1407, 168, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(1408, 168, 'usses_counters_2_counter_value_numbers', '222'),
(1409, 168, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(1410, 168, 'usses_counters_2_counter_multiplier', 'm'),
(1411, 168, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(1412, 168, 'usses_counters_2_counter_backgroud', '43'),
(1413, 168, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(1414, 168, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(1415, 168, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(1416, 168, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(1417, 168, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(1418, 168, 'usses_counters_3_counter_value_numbers', '1233'),
(1419, 168, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(1420, 168, 'usses_counters_3_counter_multiplier', 'k'),
(1421, 168, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(1422, 168, 'usses_counters_3_counter_backgroud', '56'),
(1423, 168, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(1424, 168, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(1425, 168, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(1426, 168, 'usses_counters_3_counter_marketing_period', 'adasd'),
(1427, 168, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(1428, 168, 'usses_counters', '4'),
(1429, 168, '_usses_counters', 'field_60645773a19c2'),
(1430, 168, 'usses_hero_image', '34'),
(1431, 168, '_usses_hero_image', 'field_60625619f03e8'),
(1432, 168, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(1433, 168, '_usses_title_handwritten', 'field_60625628f03e9'),
(1434, 168, 'usses_title_print', 'Preserving Our Land & Our World'),
(1435, 168, '_usses_title_print', 'field_60625646f03ea'),
(1436, 168, 'usses_hero_bg_video', '167'),
(1437, 168, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1438, 168, 'copy_blocks_0_copy_block_title', 'SOY EXPORT SUBSTAINABILITY CERTIFICATION PORTAL'),
(1439, 168, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(1440, 168, 'copy_blocks_0_copy_block_text', 'The Soy Export Substainability Certification Portal has been developed as a tool to track and verify; the certification process of soybeans and soy products produced in the United States that are compliant with the U.S. Soy Sustainability Assurance Protocol (SSAP).'),
(1441, 168, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(1442, 168, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'Learn More'),
(1443, 168, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1444, 168, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1445, 168, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1446, 168, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_link', '/about'),
(1447, 168, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1448, 168, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'Our Protocol'),
(1449, 168, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'field_6077f57ef9552'),
(1450, 168, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', '1'),
(1451, 168, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1452, 168, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', '157'),
(1453, 168, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', 'field_6077f5fef9554'),
(1454, 168, 'copy_blocks_0_copy_block_buttons', '2'),
(1455, 168, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(1456, 168, 'copy_blocks', '2'),
(1457, 168, '_copy_blocks', 'field_6077f75f484bf'),
(1458, 168, 'copy_blocks_1_copy_block_title', 'The vast majority of the U.S. soybean producers participate in the U.S. farm program & are subject to audit'),
(1459, 168, '_copy_blocks_1_copy_block_title', 'field_6077f4eef954e'),
(1460, 168, 'copy_blocks_1_copy_block_text', 'Each year approximately 20,000 U.S. producers are audited by extensively trained inspection agents.'),
(1461, 168, '_copy_blocks_1_copy_block_text', 'field_6077f510f9550'),
(1462, 168, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'Explore More'),
(1463, 168, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(1464, 168, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(1465, 168, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(1466, 168, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_link', '/about'),
(1467, 168, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(1468, 168, 'copy_blocks_1_copy_block_buttons', '1'),
(1469, 168, '_copy_blocks_1_copy_block_buttons', 'field_6077f560f9551'),
(1478, 171, 'cards_1_usses_card_title', 'SSAP'),
(1479, 171, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1480, 171, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1481, 171, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1482, 171, 'cards_2_usses_card_image', '62'),
(1483, 171, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1484, 171, 'cards_2_usses_card_title', 'Verification'),
(1485, 171, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1486, 171, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1487, 171, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1488, 171, 'cards_3_usses_card_image', '62'),
(1489, 171, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1490, 171, 'cards_3_usses_card_title', 'Specificity'),
(1491, 171, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1492, 171, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(1493, 171, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(1494, 171, 'cards', '4'),
(1495, 171, '_cards', 'field_60624e0023f05'),
(1496, 171, 'usses_hero_image', '56'),
(1497, 171, '_usses_hero_image', 'field_60625619f03e8'),
(1498, 171, 'usses_title_handwritten', 'Verification of Sustainable'),
(1499, 171, '_usses_title_handwritten', 'field_60625628f03e9'),
(1500, 171, 'usses_title_print', 'United States Soy'),
(1501, 171, '_usses_title_print', 'field_60625646f03ea'),
(1502, 171, 'usses_hero_bg_video', ''),
(1503, 171, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1504, 171, 'copy_blocks', ''),
(1505, 171, '_copy_blocks', 'field_6077f75f484bf'),
(1506, 171, 'usses_slider_header', 'SES process to calculate availability of sustainable U.S. soy'),
(1507, 171, '_usses_slider_header', 'field_606246658f29a'),
(1508, 171, 'usses_slider_arrow_left', '159'),
(1509, 171, '_usses_slider_arrow_left', 'field_606246788f29b'),
(1510, 171, 'usses_slider_image_right', '160'),
(1511, 171, '_usses_slider_image_right', 'field_6062468c8f29c'),
(1512, 171, 'usses_slides', '10'),
(1513, 171, '_usses_slides', 'field_6062469d8f29d'),
(1514, 171, 'usses_slides_0_usses_slide_image', '65'),
(1515, 171, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(1516, 171, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(1517, 171, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(1518, 171, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(1519, 171, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1520, 171, 'usses_slides_1_usses_slide_image', '65'),
(1521, 171, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(1522, 171, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(1523, 171, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1524, 171, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1525, 171, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1526, 171, 'usses_slides_2_usses_slide_image', '65'),
(1527, 171, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1528, 171, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1529, 171, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1530, 171, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1531, 171, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1532, 171, 'usses_slides_3_usses_slide_image', '65'),
(1533, 171, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1534, 171, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1535, 171, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1536, 171, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1537, 171, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1538, 171, 'usses_slides_4_usses_slide_image', '65'),
(1539, 171, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1540, 171, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1541, 171, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1542, 171, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1543, 171, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1544, 171, 'usses_slides_5_usses_slide_image', '65'),
(1545, 171, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1546, 171, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1547, 171, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1548, 171, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1549, 171, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1550, 171, 'usses_slides_6_usses_slide_image', '65'),
(1551, 171, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1552, 171, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1553, 171, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1554, 171, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1555, 171, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1556, 171, 'usses_slides_7_usses_slide_image', '65'),
(1557, 171, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1558, 171, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1559, 171, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1560, 171, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1561, 171, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1562, 171, 'usses_slides_8_usses_slide_image', '65'),
(1563, 171, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1564, 171, 'usses_slides_8_usses_slide_title', 'certificates can be issued'),
(1565, 171, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1566, 171, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1567, 171, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1568, 171, 'usses_slides_9_usses_slide_image', '65'),
(1569, 171, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1570, 171, 'usses_slides_9_usses_slide_title', 'current year amount'),
(1571, 171, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1572, 171, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1573, 171, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1574, 172, 'cards_0_usses_card_image', '63'),
(1575, 172, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1576, 172, 'cards_0_usses_card_title', 'Protocol'),
(1577, 172, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1578, 172, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1579, 172, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1580, 172, 'cards_1_usses_card_image', '61'),
(1581, 172, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1582, 172, 'cards_1_usses_card_title', 'SSAP'),
(1583, 172, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1584, 172, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1585, 172, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1586, 172, 'cards_2_usses_card_image', '62'),
(1587, 172, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1588, 172, 'cards_2_usses_card_title', 'Verification'),
(1589, 172, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1590, 172, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1591, 172, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1592, 172, 'cards_3_usses_card_image', '62'),
(1593, 172, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1594, 172, 'cards_3_usses_card_title', 'Specificity'),
(1595, 172, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1596, 172, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific and non-transferable.'),
(1597, 172, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(1598, 172, 'cards', '4'),
(1599, 172, '_cards', 'field_60624e0023f05'),
(1600, 172, 'usses_hero_image', '56'),
(1601, 172, '_usses_hero_image', 'field_60625619f03e8'),
(1602, 172, 'usses_title_handwritten', 'Verification of Sustainable'),
(1603, 172, '_usses_title_handwritten', 'field_60625628f03e9'),
(1604, 172, 'usses_title_print', 'United States Soy'),
(1605, 172, '_usses_title_print', 'field_60625646f03ea'),
(1606, 172, 'usses_hero_bg_video', ''),
(1607, 172, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1608, 172, 'copy_blocks', ''),
(1609, 172, '_copy_blocks', 'field_6077f75f484bf'),
(1610, 172, 'usses_slider_header', 'SES process to calculate<br>availability of sustainable U.S. soy'),
(1611, 172, '_usses_slider_header', 'field_606246658f29a'),
(1612, 172, 'usses_slider_arrow_left', '159'),
(1613, 172, '_usses_slider_arrow_left', 'field_606246788f29b'),
(1614, 172, 'usses_slider_image_right', '160'),
(1615, 172, '_usses_slider_image_right', 'field_6062468c8f29c'),
(1616, 172, 'usses_slides', '10'),
(1617, 172, '_usses_slides', 'field_6062469d8f29d'),
(1618, 172, 'usses_slides_0_usses_slide_image', '65'),
(1619, 172, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(1620, 172, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(1621, 172, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(1622, 172, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(1623, 172, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1624, 172, 'usses_slides_1_usses_slide_image', '65'),
(1625, 172, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(1626, 172, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(1627, 172, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1628, 172, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1629, 172, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1630, 172, 'usses_slides_2_usses_slide_image', '65'),
(1631, 172, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1632, 172, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1633, 172, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1634, 172, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1635, 172, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1636, 172, 'usses_slides_3_usses_slide_image', '65'),
(1637, 172, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1638, 172, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1639, 172, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1640, 172, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1641, 172, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1642, 172, 'usses_slides_4_usses_slide_image', '65'),
(1643, 172, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1644, 172, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1645, 172, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1646, 172, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1647, 172, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1648, 172, 'usses_slides_5_usses_slide_image', '65'),
(1649, 172, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1650, 172, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1651, 172, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1652, 172, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1653, 172, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1654, 172, 'usses_slides_6_usses_slide_image', '65'),
(1655, 172, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1656, 172, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1657, 172, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1658, 172, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1659, 172, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1660, 172, 'usses_slides_7_usses_slide_image', '65'),
(1661, 172, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1662, 172, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1663, 172, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1664, 172, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1665, 172, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1666, 172, 'usses_slides_8_usses_slide_image', '65'),
(1667, 172, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1668, 172, 'usses_slides_8_usses_slide_title', 'certificates can be issued'),
(1669, 172, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1670, 172, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1671, 172, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1672, 172, 'usses_slides_9_usses_slide_image', '65'),
(1673, 172, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1674, 172, 'usses_slides_9_usses_slide_title', 'current year amount'),
(1675, 172, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1676, 172, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1677, 172, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1678, 173, '_edit_lock', '1620406151:1'),
(1679, 173, '_edit_last', '1'),
(1680, 173, '_wp_page_template', 'default'),
(1681, 173, '_wpb_vc_js_status', 'false'),
(1682, 173, '_yoast_wpseo_content_score', '30'),
(1683, 173, 'copy_blocks', ''),
(1684, 173, '_copy_blocks', 'field_6077f75f484bf'),
(1685, 173, 'usses_hero_image', ''),
(1686, 173, '_usses_hero_image', 'field_60625619f03e8'),
(1687, 173, 'usses_title_handwritten', ''),
(1688, 173, '_usses_title_handwritten', 'field_60625628f03e9'),
(1689, 173, 'usses_title_print', ''),
(1690, 173, '_usses_title_print', 'field_60625646f03ea'),
(1691, 173, 'usses_hero_bg_video', ''),
(1692, 173, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1693, 174, 'copy_blocks', ''),
(1694, 174, '_copy_blocks', 'field_6077f75f484bf'),
(1695, 174, 'usses_hero_image', ''),
(1696, 174, '_usses_hero_image', 'field_60625619f03e8'),
(1697, 174, 'usses_title_handwritten', ''),
(1698, 174, '_usses_title_handwritten', 'field_60625628f03e9'),
(1699, 174, 'usses_title_print', ''),
(1700, 174, '_usses_title_print', 'field_60625646f03ea'),
(1701, 174, 'usses_hero_bg_video', ''),
(1702, 174, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1703, 176, 'copy_blocks', ''),
(1704, 176, '_copy_blocks', 'field_6077f75f484bf'),
(1705, 176, 'usses_hero_image', ''),
(1706, 176, '_usses_hero_image', 'field_60625619f03e8'),
(1707, 176, 'usses_title_handwritten', ''),
(1708, 176, '_usses_title_handwritten', 'field_60625628f03e9'),
(1709, 176, 'usses_title_print', ''),
(1710, 176, '_usses_title_print', 'field_60625646f03ea'),
(1711, 176, 'usses_hero_bg_video', ''),
(1712, 176, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1713, 177, 'copy_blocks', ''),
(1714, 177, '_copy_blocks', 'field_6077f75f484bf'),
(1715, 177, 'usses_hero_image', ''),
(1716, 177, '_usses_hero_image', 'field_60625619f03e8'),
(1717, 177, 'usses_title_handwritten', ''),
(1718, 177, '_usses_title_handwritten', 'field_60625628f03e9'),
(1719, 177, 'usses_title_print', ''),
(1720, 177, '_usses_title_print', 'field_60625646f03ea'),
(1721, 177, 'usses_hero_bg_video', ''),
(1722, 177, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1723, 179, 'cards_0_usses_card_image', '63'),
(1724, 179, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1725, 179, 'cards_0_usses_card_title', 'Protocol'),
(1726, 179, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1727, 179, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1728, 179, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1729, 179, 'cards_1_usses_card_image', '61'),
(1730, 179, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1731, 179, 'cards_1_usses_card_title', 'SSAP'),
(1732, 179, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1733, 179, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1734, 179, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1735, 179, 'cards_2_usses_card_image', '62'),
(1736, 179, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1737, 179, 'cards_2_usses_card_title', 'Verification'),
(1738, 179, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1739, 179, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1740, 179, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1741, 179, 'cards_3_usses_card_image', '62'),
(1742, 179, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1743, 179, 'cards_3_usses_card_title', 'Specificity'),
(1744, 179, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1745, 179, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific.'),
(1746, 179, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(1747, 179, 'cards', '4'),
(1748, 179, '_cards', 'field_60624e0023f05'),
(1749, 179, 'usses_hero_image', '56'),
(1750, 179, '_usses_hero_image', 'field_60625619f03e8'),
(1751, 179, 'usses_title_handwritten', 'Verification of Sustainable'),
(1752, 179, '_usses_title_handwritten', 'field_60625628f03e9'),
(1753, 179, 'usses_title_print', 'United States Soy'),
(1754, 179, '_usses_title_print', 'field_60625646f03ea'),
(1755, 179, 'usses_hero_bg_video', ''),
(1756, 179, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1757, 179, 'copy_blocks', ''),
(1758, 179, '_copy_blocks', 'field_6077f75f484bf'),
(1759, 179, 'usses_slider_header', 'SES process to calculate<br>availability of sustainable U.S. soy'),
(1760, 179, '_usses_slider_header', 'field_606246658f29a'),
(1761, 179, 'usses_slider_arrow_left', '159'),
(1762, 179, '_usses_slider_arrow_left', 'field_606246788f29b'),
(1763, 179, 'usses_slider_image_right', '160'),
(1764, 179, '_usses_slider_image_right', 'field_6062468c8f29c'),
(1765, 179, 'usses_slides', '10'),
(1766, 179, '_usses_slides', 'field_6062469d8f29d'),
(1767, 179, 'usses_slides_0_usses_slide_image', '65'),
(1768, 179, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(1769, 179, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(1770, 179, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(1771, 179, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(1772, 179, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1773, 179, 'usses_slides_1_usses_slide_image', '65'),
(1774, 179, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(1775, 179, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(1776, 179, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1777, 179, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1778, 179, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1779, 179, 'usses_slides_2_usses_slide_image', '65'),
(1780, 179, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1781, 179, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1782, 179, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1783, 179, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1784, 179, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1785, 179, 'usses_slides_3_usses_slide_image', '65'),
(1786, 179, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1787, 179, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1788, 179, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1789, 179, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1790, 179, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1791, 179, 'usses_slides_4_usses_slide_image', '65'),
(1792, 179, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1793, 179, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1794, 179, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1795, 179, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1796, 179, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1797, 179, 'usses_slides_5_usses_slide_image', '65'),
(1798, 179, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1799, 179, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1800, 179, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1801, 179, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1802, 179, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1803, 179, 'usses_slides_6_usses_slide_image', '65'),
(1804, 179, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1805, 179, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1806, 179, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1807, 179, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1808, 179, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1809, 179, 'usses_slides_7_usses_slide_image', '65'),
(1810, 179, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1811, 179, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1812, 179, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1813, 179, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1814, 179, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1815, 179, 'usses_slides_8_usses_slide_image', '65'),
(1816, 179, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1817, 179, 'usses_slides_8_usses_slide_title', 'certificates can be issued'),
(1818, 179, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1819, 179, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1820, 179, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1821, 179, 'usses_slides_9_usses_slide_image', '65'),
(1822, 179, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1823, 179, 'usses_slides_9_usses_slide_title', 'current year amount'),
(1824, 179, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1825, 179, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1826, 179, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1827, 180, '_wp_attached_file', '2021/05/Partners.jpg'),
(1828, 180, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:1400;s:6:\"height\";i:532;s:4:\"file\";s:20:\"2021/05/Partners.jpg\";s:5:\"sizes\";a:4:{s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Partners-300x114.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:114;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"Partners-1024x389.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"Partners-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:20:\"Partners-768x292.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:292;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1829, 182, 'cards_0_usses_card_image', '63'),
(1830, 182, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1831, 182, 'cards_0_usses_card_title', 'Protocol'),
(1832, 182, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1833, 182, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1834, 182, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1835, 182, 'cards_1_usses_card_image', '61'),
(1836, 182, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1837, 182, 'cards_1_usses_card_title', 'SSAP'),
(1838, 182, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1839, 182, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1840, 182, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1841, 182, 'cards_2_usses_card_image', '62'),
(1842, 182, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1843, 182, 'cards_2_usses_card_title', 'Verification'),
(1844, 182, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1845, 182, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1846, 182, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1847, 182, 'cards_3_usses_card_image', '62'),
(1848, 182, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1849, 182, 'cards_3_usses_card_title', 'Specificity'),
(1850, 182, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1851, 182, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific.'),
(1852, 182, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(1853, 182, 'cards', '4'),
(1854, 182, '_cards', 'field_60624e0023f05'),
(1855, 182, 'usses_hero_image', '56'),
(1856, 182, '_usses_hero_image', 'field_60625619f03e8'),
(1857, 182, 'usses_title_handwritten', 'Verification of Sustainable'),
(1858, 182, '_usses_title_handwritten', 'field_60625628f03e9'),
(1859, 182, 'usses_title_print', 'United States Soy'),
(1860, 182, '_usses_title_print', 'field_60625646f03ea'),
(1861, 182, 'usses_hero_bg_video', ''),
(1862, 182, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1863, 182, 'copy_blocks', ''),
(1864, 182, '_copy_blocks', 'field_6077f75f484bf'),
(1865, 182, 'usses_slider_header', 'SES process to calculate<br>availability of sustainable U.S. soy'),
(1866, 182, '_usses_slider_header', 'field_606246658f29a'),
(1867, 182, 'usses_slider_arrow_left', '159'),
(1868, 182, '_usses_slider_arrow_left', 'field_606246788f29b'),
(1869, 182, 'usses_slider_image_right', '160'),
(1870, 182, '_usses_slider_image_right', 'field_6062468c8f29c'),
(1871, 182, 'usses_slides', '10'),
(1872, 182, '_usses_slides', 'field_6062469d8f29d'),
(1873, 182, 'usses_slides_0_usses_slide_image', '65'),
(1874, 182, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(1875, 182, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(1876, 182, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(1877, 182, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(1878, 182, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1879, 182, 'usses_slides_1_usses_slide_image', '65'),
(1880, 182, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(1881, 182, 'usses_slides_1_usses_slide_title', 'OCT 01 - SEPT 30'),
(1882, 182, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(1883, 182, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(1884, 182, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1885, 182, 'usses_slides_2_usses_slide_image', '65'),
(1886, 182, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(1887, 182, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(1888, 182, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(1889, 182, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(1890, 182, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1891, 182, 'usses_slides_3_usses_slide_image', '65'),
(1892, 182, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(1893, 182, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(1894, 182, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(1895, 182, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(1896, 182, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1897, 182, 'usses_slides_4_usses_slide_image', '65'),
(1898, 182, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(1899, 182, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(1900, 182, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(1901, 182, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(1902, 182, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1903, 182, 'usses_slides_5_usses_slide_image', '65'),
(1904, 182, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(1905, 182, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(1906, 182, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(1907, 182, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(1908, 182, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1909, 182, 'usses_slides_6_usses_slide_image', '65');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1910, 182, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(1911, 182, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(1912, 182, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(1913, 182, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(1914, 182, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1915, 182, 'usses_slides_7_usses_slide_image', '65'),
(1916, 182, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(1917, 182, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(1918, 182, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(1919, 182, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(1920, 182, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1921, 182, 'usses_slides_8_usses_slide_image', '65'),
(1922, 182, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(1923, 182, 'usses_slides_8_usses_slide_title', 'Export SSAP Certificates can be issued'),
(1924, 182, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(1925, 182, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(1926, 182, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1927, 182, 'usses_slides_9_usses_slide_image', '65'),
(1928, 182, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(1929, 182, 'usses_slides_9_usses_slide_title', 'Current year amount'),
(1930, 182, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(1931, 182, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(1932, 182, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(1933, 183, '_wp_page_template', 'dashboard-customer-certificate-dashboard.php'),
(1934, 184, '_wp_page_template', 'dashboard-customer-profile-add.php'),
(1935, 185, '_wp_page_template', 'dashboard-customer-profile-validate.php'),
(1936, 186, '_wp_page_template', 'dashboard-customer-profile-dashboard.php'),
(1937, 187, '_wp_page_template', 'dashboard-customer-certificate-add.php'),
(1938, 188, '_wp_page_template', 'dashboard-customer-certificate-validate.php'),
(1939, 189, '_wp_page_template', 'dashboard-customer-certificate-confirmation.php'),
(1940, 190, '_menu_item_type', 'post_type'),
(1941, 190, '_menu_item_menu_item_parent', '0'),
(1942, 190, '_menu_item_object_id', '183'),
(1943, 190, '_menu_item_object', 'page'),
(1944, 190, '_menu_item_target', ''),
(1945, 190, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-users\";}'),
(1946, 190, '_menu_item_xfn', ''),
(1947, 190, '_menu_item_url', ''),
(1948, 191, '_menu_item_type', 'post_type'),
(1949, 191, '_menu_item_menu_item_parent', '0'),
(1950, 191, '_menu_item_object_id', '183'),
(1951, 191, '_menu_item_object', 'page'),
(1952, 191, '_menu_item_target', ''),
(1953, 191, '_menu_item_classes', 'a:2:{i:0;s:2:\"fa\";i:1;s:8:\"fa-users\";}'),
(1954, 191, '_menu_item_xfn', ''),
(1955, 191, '_menu_item_url', ''),
(1957, 83, 'copy_blocks', ''),
(1958, 83, '_copy_blocks', 'field_6077f75f484bf'),
(1959, 83, 'usses_hero_image', ''),
(1960, 83, '_usses_hero_image', 'field_60625619f03e8'),
(1961, 83, 'usses_title_handwritten', ''),
(1962, 83, '_usses_title_handwritten', 'field_60625628f03e9'),
(1963, 83, 'usses_title_print', ''),
(1964, 83, '_usses_title_print', 'field_60625646f03ea'),
(1965, 83, 'usses_hero_bg_video', ''),
(1966, 83, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1967, 84, 'copy_blocks', ''),
(1968, 84, '_copy_blocks', 'field_6077f75f484bf'),
(1969, 84, 'usses_hero_image', ''),
(1970, 84, '_usses_hero_image', 'field_60625619f03e8'),
(1971, 84, 'usses_title_handwritten', ''),
(1972, 84, '_usses_title_handwritten', 'field_60625628f03e9'),
(1973, 84, 'usses_title_print', ''),
(1974, 84, '_usses_title_print', 'field_60625646f03ea'),
(1975, 84, 'usses_hero_bg_video', ''),
(1976, 84, '_usses_hero_bg_video', 'field_60756aca6932d'),
(1977, 193, 'cards_0_usses_card_image', '63'),
(1978, 193, '_cards_0_usses_card_image', 'field_60624e1d23f06'),
(1979, 193, 'cards_0_usses_card_title', 'Protocol'),
(1980, 193, '_cards_0_usses_card_title', 'field_60624e2923f07'),
(1981, 193, 'cards_0_usses_card_subtitle', 'The U.S. Soy Sustainability Assurance Protocol (SSAP) was developed by a multi-stakeholder group with partipants all along the soy value chain to address customer requests for a supply of documented and verified sustainable soy.'),
(1982, 193, '_cards_0_usses_card_subtitle', 'field_60624e3823f08'),
(1983, 193, 'cards_1_usses_card_image', '61'),
(1984, 193, '_cards_1_usses_card_image', 'field_60624e1d23f06'),
(1985, 193, 'cards_1_usses_card_title', 'SSAP'),
(1986, 193, '_cards_1_usses_card_title', 'field_60624e2923f07'),
(1987, 193, 'cards_1_usses_card_subtitle', 'The SSAP is based on a national system of sustainability and conservation laws and regulations and farmer participation in the U.S. Farm Program.'),
(1988, 193, '_cards_1_usses_card_subtitle', 'field_60624e3823f08'),
(1989, 193, 'cards_2_usses_card_image', '62'),
(1990, 193, '_cards_2_usses_card_image', 'field_60624e1d23f06'),
(1991, 193, 'cards_2_usses_card_title', 'Verification'),
(1992, 193, '_cards_2_usses_card_title', 'field_60624e2923f07'),
(1993, 193, 'cards_2_usses_card_subtitle', 'Verification under SSAP is provided by Soy Export Sustainability LLC (SES).'),
(1994, 193, '_cards_2_usses_card_subtitle', 'field_60624e3823f08'),
(1995, 193, 'cards_3_usses_card_image', '62'),
(1996, 193, '_cards_3_usses_card_image', 'field_60624e1d23f06'),
(1997, 193, 'cards_3_usses_card_title', 'Specificity'),
(1998, 193, '_cards_3_usses_card_title', 'field_60624e2923f07'),
(1999, 193, 'cards_3_usses_card_subtitle', 'Certificates are shipment specific.'),
(2000, 193, '_cards_3_usses_card_subtitle', 'field_60624e3823f08'),
(2001, 193, 'cards', '4'),
(2002, 193, '_cards', 'field_60624e0023f05'),
(2003, 193, 'usses_hero_image', '56'),
(2004, 193, '_usses_hero_image', 'field_60625619f03e8'),
(2005, 193, 'usses_title_handwritten', 'Verification of Sustainable'),
(2006, 193, '_usses_title_handwritten', 'field_60625628f03e9'),
(2007, 193, 'usses_title_print', 'United States Soy'),
(2008, 193, '_usses_title_print', 'field_60625646f03ea'),
(2009, 193, 'usses_hero_bg_video', ''),
(2010, 193, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2011, 193, 'copy_blocks', ''),
(2012, 193, '_copy_blocks', 'field_6077f75f484bf'),
(2013, 193, 'usses_slider_header', 'SES process to calculate<br>availability of sustainable U.S. soy'),
(2014, 193, '_usses_slider_header', 'field_606246658f29a'),
(2015, 193, 'usses_slider_arrow_left', '159'),
(2016, 193, '_usses_slider_arrow_left', 'field_606246788f29b'),
(2017, 193, 'usses_slider_image_right', '160'),
(2018, 193, '_usses_slider_image_right', 'field_6062468c8f29c'),
(2019, 193, 'usses_slides', '10'),
(2020, 193, '_usses_slides', 'field_6062469d8f29d'),
(2021, 193, 'usses_slides_0_usses_slide_image', '65'),
(2022, 193, '_usses_slides_0_usses_slide_image', 'field_606246b08f29e'),
(2023, 193, 'usses_slides_0_usses_slide_title', 'Marketing year for soybeans'),
(2024, 193, '_usses_slides_0_usses_slide_title', 'field_606246c28f29f'),
(2025, 193, 'usses_slides_0_usses_slide_subtitle', 'SEPT 01 - AUG 31'),
(2026, 193, '_usses_slides_0_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2027, 193, 'usses_slides_1_usses_slide_image', '65'),
(2028, 193, '_usses_slides_1_usses_slide_image', 'field_606246b08f29e'),
(2029, 193, 'usses_slides_1_usses_slide_title', 'Marketing year for other soy products'),
(2030, 193, '_usses_slides_1_usses_slide_title', 'field_606246c28f29f'),
(2031, 193, 'usses_slides_1_usses_slide_subtitle', 'OCT 01 - SEPT 30'),
(2032, 193, '_usses_slides_1_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2033, 193, 'usses_slides_2_usses_slide_image', '65'),
(2034, 193, '_usses_slides_2_usses_slide_image', 'field_606246b08f29e'),
(2035, 193, 'usses_slides_2_usses_slide_title', 'Sustainable u.s. soy calculation'),
(2036, 193, '_usses_slides_2_usses_slide_title', 'field_606246c28f29f'),
(2037, 193, 'usses_slides_2_usses_slide_subtitle', 'is based on participation in u.s. farm program'),
(2038, 193, '_usses_slides_2_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2039, 193, 'usses_slides_3_usses_slide_image', '65'),
(2040, 193, '_usses_slides_3_usses_slide_image', 'field_606246b08f29e'),
(2041, 193, 'usses_slides_3_usses_slide_title', 'first annual production calculation'),
(2042, 193, '_usses_slides_3_usses_slide_title', 'field_606246c28f29f'),
(2043, 193, 'usses_slides_3_usses_slide_subtitle', 'based on the Aug USDA World Agricultural<br>Supply & Demand Estimates (WASDE) report'),
(2044, 193, '_usses_slides_3_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2045, 193, 'usses_slides_4_usses_slide_image', '65'),
(2046, 193, '_usses_slides_4_usses_slide_image', 'field_606246b08f29e'),
(2047, 193, 'usses_slides_4_usses_slide_title', 'Future marketing year'),
(2048, 193, '_usses_slides_4_usses_slide_title', 'field_606246c28f29f'),
(2049, 193, 'usses_slides_4_usses_slide_subtitle', 'inventory allocations are available Aug 20'),
(2050, 193, '_usses_slides_4_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2051, 193, 'usses_slides_5_usses_slide_image', '65'),
(2052, 193, '_usses_slides_5_usses_slide_image', 'field_606246b08f29e'),
(2053, 193, 'usses_slides_5_usses_slide_title', '70% of the aug USDA WASDE Estimate'),
(2054, 193, '_usses_slides_5_usses_slide_title', 'field_606246c28f29f'),
(2055, 193, 'usses_slides_5_usses_slide_subtitle', 'will be used as allowance for reduced harvest'),
(2056, 193, '_usses_slides_5_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2057, 193, 'usses_slides_6_usses_slide_image', '65'),
(2058, 193, '_usses_slides_6_usses_slide_image', 'field_606246b08f29e'),
(2059, 193, 'usses_slides_6_usses_slide_title', 'final supply of sustainable U.s. soy'),
(2060, 193, '_usses_slides_6_usses_slide_title', 'field_606246c28f29f'),
(2061, 193, 'usses_slides_6_usses_slide_subtitle', 'for marketing year will be based on jan wasde report'),
(2062, 193, '_usses_slides_6_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2063, 193, 'usses_slides_7_usses_slide_image', '65'),
(2064, 193, '_usses_slides_7_usses_slide_image', 'field_606246b08f29e'),
(2065, 193, 'usses_slides_7_usses_slide_title', 'All allocations and certificates'),
(2066, 193, '_usses_slides_7_usses_slide_title', 'field_606246c28f29f'),
(2067, 193, 'usses_slides_7_usses_slide_subtitle', 'are in metric tons'),
(2068, 193, '_usses_slides_7_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2069, 193, 'usses_slides_8_usses_slide_image', '65'),
(2070, 193, '_usses_slides_8_usses_slide_image', 'field_606246b08f29e'),
(2071, 193, 'usses_slides_8_usses_slide_title', 'Export SSAP Certificates can be issued'),
(2072, 193, '_usses_slides_8_usses_slide_title', 'field_606246c28f29f'),
(2073, 193, 'usses_slides_8_usses_slide_subtitle', 'for 60 days after soy has shipped'),
(2074, 193, '_usses_slides_8_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2075, 193, 'usses_slides_9_usses_slide_image', '65'),
(2076, 193, '_usses_slides_9_usses_slide_image', 'field_606246b08f29e'),
(2077, 193, 'usses_slides_9_usses_slide_title', 'Current year amount'),
(2078, 193, '_usses_slides_9_usses_slide_title', 'field_606246c28f29f'),
(2079, 193, 'usses_slides_9_usses_slide_subtitle', '70.5m metric tons'),
(2080, 193, '_usses_slides_9_usses_slide_subtitle', 'field_606246cd8f2a0'),
(2081, 194, '_wp_attached_file', '2021/05/footer-logo.png'),
(2082, 194, '_wp_attachment_metadata', 'a:5:{s:5:\"width\";i:207;s:6:\"height\";i:37;s:4:\"file\";s:23:\"2021/05/footer-logo.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"footer-logo-150x37.png\";s:5:\"width\";i:150;s:6:\"height\";i:37;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2083, 85, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2084, 85, 'copy_blocks', ''),
(2085, 85, '_copy_blocks', 'field_6077f75f484bf'),
(2086, 85, 'usses_hero_image', ''),
(2087, 85, '_usses_hero_image', 'field_60625619f03e8'),
(2088, 85, 'usses_title_handwritten', ''),
(2089, 85, '_usses_title_handwritten', 'field_60625628f03e9'),
(2090, 85, 'usses_title_print', ''),
(2091, 85, '_usses_title_print', 'field_60625646f03ea'),
(2092, 85, 'usses_hero_bg_video', ''),
(2093, 85, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2094, 195, 'copy_blocks', ''),
(2095, 195, '_copy_blocks', 'field_6077f75f484bf'),
(2096, 195, 'usses_hero_image', ''),
(2097, 195, '_usses_hero_image', 'field_60625619f03e8'),
(2098, 195, 'usses_title_handwritten', ''),
(2099, 195, '_usses_title_handwritten', 'field_60625628f03e9'),
(2100, 195, 'usses_title_print', ''),
(2101, 195, '_usses_title_print', 'field_60625646f03ea'),
(2102, 195, 'usses_hero_bg_video', ''),
(2103, 195, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2104, 93, 'copy_blocks', ''),
(2105, 93, '_copy_blocks', 'field_6077f75f484bf'),
(2106, 93, 'usses_hero_image', ''),
(2107, 93, '_usses_hero_image', 'field_60625619f03e8'),
(2108, 93, 'usses_title_handwritten', ''),
(2109, 93, '_usses_title_handwritten', 'field_60625628f03e9'),
(2110, 93, 'usses_title_print', ''),
(2111, 93, '_usses_title_print', 'field_60625646f03ea'),
(2112, 93, 'usses_hero_bg_video', ''),
(2113, 93, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2114, 94, 'copy_blocks', ''),
(2115, 94, '_copy_blocks', 'field_6077f75f484bf'),
(2116, 94, 'usses_hero_image', ''),
(2117, 94, '_usses_hero_image', 'field_60625619f03e8'),
(2118, 94, 'usses_title_handwritten', ''),
(2119, 94, '_usses_title_handwritten', 'field_60625628f03e9'),
(2120, 94, 'usses_title_print', ''),
(2121, 94, '_usses_title_print', 'field_60625646f03ea'),
(2122, 94, 'usses_hero_bg_video', ''),
(2123, 94, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2124, 93, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2125, 208, '_edit_lock', '1626188570:1'),
(2126, 208, '_edit_last', '1'),
(2127, 208, '_wp_page_template', 'dashboard-terms-and-conditions.php'),
(2128, 208, '_wpb_vc_js_status', 'false'),
(2129, 208, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2130, 208, 'copy_blocks', ''),
(2131, 208, '_copy_blocks', 'field_6077f75f484bf'),
(2132, 208, 'usses_hero_image', ''),
(2133, 208, '_usses_hero_image', 'field_60625619f03e8'),
(2134, 208, 'usses_title_handwritten', ''),
(2135, 208, '_usses_title_handwritten', 'field_60625628f03e9'),
(2136, 208, 'usses_title_print', ''),
(2137, 208, '_usses_title_print', 'field_60625646f03ea'),
(2138, 208, 'usses_hero_bg_video', ''),
(2139, 208, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2140, 209, 'copy_blocks', ''),
(2141, 209, '_copy_blocks', 'field_6077f75f484bf'),
(2142, 209, 'usses_hero_image', ''),
(2143, 209, '_usses_hero_image', 'field_60625619f03e8'),
(2144, 209, 'usses_title_handwritten', ''),
(2145, 209, '_usses_title_handwritten', 'field_60625628f03e9'),
(2146, 209, 'usses_title_print', ''),
(2147, 209, '_usses_title_print', 'field_60625646f03ea'),
(2148, 209, 'usses_hero_bg_video', ''),
(2149, 209, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2150, 123, 'copy_blocks', ''),
(2151, 123, '_copy_blocks', 'field_6077f75f484bf'),
(2152, 123, 'usses_hero_image', ''),
(2153, 123, '_usses_hero_image', 'field_60625619f03e8'),
(2154, 123, 'usses_title_handwritten', ''),
(2155, 123, '_usses_title_handwritten', 'field_60625628f03e9'),
(2156, 123, 'usses_title_print', ''),
(2157, 123, '_usses_title_print', 'field_60625646f03ea'),
(2158, 123, 'usses_hero_bg_video', ''),
(2159, 123, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2160, 217, 'copy_blocks', ''),
(2161, 217, '_copy_blocks', 'field_6077f75f484bf'),
(2162, 217, 'usses_hero_image', ''),
(2163, 217, '_usses_hero_image', 'field_60625619f03e8'),
(2164, 217, 'usses_title_handwritten', ''),
(2165, 217, '_usses_title_handwritten', 'field_60625628f03e9'),
(2166, 217, 'usses_title_print', ''),
(2167, 217, '_usses_title_print', 'field_60625646f03ea'),
(2168, 217, 'usses_hero_bg_video', ''),
(2169, 217, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2170, 123, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2171, 220, '_edit_lock', '1634023199:1'),
(2172, 220, '_edit_last', '1'),
(2173, 220, '_wp_page_template', 'dashboard-allocations-add.php'),
(2174, 220, '_wpb_vc_js_status', 'false'),
(2175, 220, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2176, 220, 'copy_blocks', ''),
(2177, 220, '_copy_blocks', 'field_6077f75f484bf'),
(2178, 220, 'usses_hero_image', ''),
(2179, 220, '_usses_hero_image', 'field_60625619f03e8'),
(2180, 220, 'usses_title_handwritten', ''),
(2181, 220, '_usses_title_handwritten', 'field_60625628f03e9'),
(2182, 220, 'usses_title_print', ''),
(2183, 220, '_usses_title_print', 'field_60625646f03ea'),
(2184, 220, 'usses_hero_bg_video', ''),
(2185, 220, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2186, 221, 'copy_blocks', ''),
(2187, 221, '_copy_blocks', 'field_6077f75f484bf'),
(2188, 221, 'usses_hero_image', ''),
(2189, 221, '_usses_hero_image', 'field_60625619f03e8'),
(2190, 221, 'usses_title_handwritten', ''),
(2191, 221, '_usses_title_handwritten', 'field_60625628f03e9'),
(2192, 221, 'usses_title_print', ''),
(2193, 221, '_usses_title_print', 'field_60625646f03ea'),
(2194, 221, 'usses_hero_bg_video', ''),
(2195, 221, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2196, 229, 'copy_blocks', ''),
(2197, 229, '_copy_blocks', 'field_6077f75f484bf'),
(2198, 229, 'usses_hero_image', ''),
(2199, 229, '_usses_hero_image', 'field_60625619f03e8'),
(2200, 229, 'usses_title_handwritten', ''),
(2201, 229, '_usses_title_handwritten', 'field_60625628f03e9'),
(2202, 229, 'usses_title_print', ''),
(2203, 229, '_usses_title_print', 'field_60625646f03ea'),
(2204, 229, 'usses_hero_bg_video', ''),
(2205, 229, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2206, 2, '_yoast_wpseo_estimated-reading-time-minutes', ''),
(2207, 241, 'usses_counters_0_counter_value_numbers', '78'),
(2208, 241, '_usses_counters_0_counter_value_numbers', 'field_6064584ba19c4'),
(2209, 241, 'usses_counters_0_counter_multiplier', ''),
(2210, 241, '_usses_counters_0_counter_multiplier', 'field_6064586ea19c5'),
(2211, 241, 'usses_counters_0_counter_backgroud', '42'),
(2212, 241, '_usses_counters_0_counter_backgroud', 'field_606458a7a19c6'),
(2213, 241, 'usses_counters_0_counter_subtitle', 'Participating Companies'),
(2214, 241, '_usses_counters_0_counter_subtitle', 'field_606458c1a19c7'),
(2215, 241, 'usses_counters_0_counter_marketing_period', 'Sept 2019 - Aug 2020'),
(2216, 241, '_usses_counters_0_counter_marketing_period', 'field_606458dba19c8'),
(2217, 241, 'usses_counters_1_counter_value_numbers', '111'),
(2218, 241, '_usses_counters_1_counter_value_numbers', 'field_6064584ba19c4'),
(2219, 241, 'usses_counters_1_counter_multiplier', ''),
(2220, 241, '_usses_counters_1_counter_multiplier', 'field_6064586ea19c5'),
(2221, 241, 'usses_counters_1_counter_backgroud', '43'),
(2222, 241, '_usses_counters_1_counter_backgroud', 'field_606458a7a19c6'),
(2223, 241, 'usses_counters_1_counter_subtitle', 'TEST Counter Subtitle 2'),
(2224, 241, '_usses_counters_1_counter_subtitle', 'field_606458c1a19c7'),
(2225, 241, 'usses_counters_1_counter_marketing_period', 'TEST Counter Marketing Period 2'),
(2226, 241, '_usses_counters_1_counter_marketing_period', 'field_606458dba19c8'),
(2227, 241, 'usses_counters_2_counter_value_numbers', '222'),
(2228, 241, '_usses_counters_2_counter_value_numbers', 'field_6064584ba19c4'),
(2229, 241, 'usses_counters_2_counter_multiplier', 'm'),
(2230, 241, '_usses_counters_2_counter_multiplier', 'field_6064586ea19c5'),
(2231, 241, 'usses_counters_2_counter_backgroud', '43'),
(2232, 241, '_usses_counters_2_counter_backgroud', 'field_606458a7a19c6'),
(2233, 241, 'usses_counters_2_counter_subtitle', 'TEST Counter Subtitle 1'),
(2234, 241, '_usses_counters_2_counter_subtitle', 'field_606458c1a19c7'),
(2235, 241, 'usses_counters_2_counter_marketing_period', 'TEST Counter Marketing Period 1'),
(2236, 241, '_usses_counters_2_counter_marketing_period', 'field_606458dba19c8'),
(2237, 241, 'usses_counters_3_counter_value_numbers', '1233'),
(2238, 241, '_usses_counters_3_counter_value_numbers', 'field_6064584ba19c4'),
(2239, 241, 'usses_counters_3_counter_multiplier', 'k'),
(2240, 241, '_usses_counters_3_counter_multiplier', 'field_6064586ea19c5'),
(2241, 241, 'usses_counters_3_counter_backgroud', '56'),
(2242, 241, '_usses_counters_3_counter_backgroud', 'field_606458a7a19c6'),
(2243, 241, 'usses_counters_3_counter_subtitle', 'asdasdsa'),
(2244, 241, '_usses_counters_3_counter_subtitle', 'field_606458c1a19c7'),
(2245, 241, 'usses_counters_3_counter_marketing_period', 'adasd'),
(2246, 241, '_usses_counters_3_counter_marketing_period', 'field_606458dba19c8'),
(2247, 241, 'usses_counters', '4'),
(2248, 241, '_usses_counters', 'field_60645773a19c2'),
(2249, 241, 'usses_hero_image', '34'),
(2250, 241, '_usses_hero_image', 'field_60625619f03e8'),
(2251, 241, 'usses_title_handwritten', 'Verified Sustainable U.S. Soy:'),
(2252, 241, '_usses_title_handwritten', 'field_60625628f03e9'),
(2253, 241, 'usses_title_print', 'Preserving Our Land & Our World'),
(2254, 241, '_usses_title_print', 'field_60625646f03ea'),
(2255, 241, 'usses_hero_bg_video', '167'),
(2256, 241, '_usses_hero_bg_video', 'field_60756aca6932d'),
(2257, 241, 'copy_blocks_0_copy_block_title', 'SOY EXPORT SUSTAINABILITY CERTIFICATION PORTAL'),
(2258, 241, '_copy_blocks_0_copy_block_title', 'field_6077f4eef954e'),
(2259, 241, 'copy_blocks_0_copy_block_text', 'The Soy Export Substainability Certification Portal has been developed as a tool to track and verify; the certification process of soybeans and soy products produced in the United States that are compliant with the U.S. Soy Sustainability Assurance Protocol (SSAP).'),
(2260, 241, '_copy_blocks_0_copy_block_text', 'field_6077f510f9550'),
(2261, 241, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'Learn More'),
(2262, 241, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(2263, 241, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(2264, 241, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(2265, 241, 'copy_blocks_0_copy_block_buttons_0_copy_block_button_link', '/about'),
(2266, 241, '_copy_blocks_0_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(2267, 241, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'Our Protocol'),
(2268, 241, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_label', 'field_6077f57ef9552'),
(2269, 241, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', '1'),
(2270, 241, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(2271, 241, 'copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', '157'),
(2272, 241, '_copy_blocks_0_copy_block_buttons_1_copy_block_button_link_to_file', 'field_6077f5fef9554'),
(2273, 241, 'copy_blocks_0_copy_block_buttons', '2'),
(2274, 241, '_copy_blocks_0_copy_block_buttons', 'field_6077f560f9551'),
(2275, 241, 'copy_blocks', '2'),
(2276, 241, '_copy_blocks', 'field_6077f75f484bf'),
(2277, 241, 'copy_blocks_1_copy_block_title', 'The vast majority of the U.S. soybean producers participate in the U.S. farm program & are subject to audit'),
(2278, 241, '_copy_blocks_1_copy_block_title', 'field_6077f4eef954e'),
(2279, 241, 'copy_blocks_1_copy_block_text', 'Each year approximately 20,000 U.S. producers are audited by extensively trained inspection agents.'),
(2280, 241, '_copy_blocks_1_copy_block_text', 'field_6077f510f9550'),
(2281, 241, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'Explore More'),
(2282, 241, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_label', 'field_6077f57ef9552'),
(2283, 241, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', '0'),
(2284, 241, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_target_blank', 'field_6077f653fa2b1'),
(2285, 241, 'copy_blocks_1_copy_block_buttons_0_copy_block_button_link', '/about'),
(2286, 241, '_copy_blocks_1_copy_block_buttons_0_copy_block_button_link', 'field_6077f5acf9553'),
(2287, 241, 'copy_blocks_1_copy_block_buttons', '1'),
(2288, 241, '_copy_blocks_1_copy_block_buttons', 'field_6077f560f9551');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2020-09-23 19:52:11', '2020-09-23 19:52:11', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2020-09-23 19:52:11', '2020-09-23 19:52:11', '', 0, 'https://usses.beanstalkweb.com/?p=1', 0, 'post', '', 1),
(2, 1, '2020-09-23 19:52:11', '2020-09-23 19:52:11', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Home Page', '', 'publish', 'closed', 'closed', '', 'sample-page', '', '', '2021-11-23 10:48:40', '2021-11-23 16:48:40', '', 0, 'https://usses.beanstalkweb.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2020-09-23 19:52:11', '2020-09-23 19:52:11', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Our website address is: https://usses.beanstalkweb.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What personal data we collect and why we collect it</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Comments</h3><!-- /wp:heading --><!-- wp:paragraph --><p>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Media</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Contact forms</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Cookies</h3><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Embedded content from other websites</h3><!-- /wp:heading --><!-- wp:paragraph --><p>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading {\"level\":3} --><h3>Analytics</h3><!-- /wp:heading --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where we send your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Your contact information</h2><!-- /wp:heading --><!-- wp:heading --><h2>Additional information</h2><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>How we protect your data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What data breach procedures we have in place</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What third parties we receive data from</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>What automated decision making and/or profiling we do with user data</h3><!-- /wp:heading --><!-- wp:heading {\"level\":3} --><h3>Industry regulatory disclosure requirements</h3><!-- /wp:heading -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2020-09-23 19:52:11', '2020-09-23 19:52:11', '', 0, 'https://usses.beanstalkweb.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2020-09-23 19:52:14', '2020-09-23 19:52:14', '<label> Your Name (required)\n    [text* your-name] </label>\n\n<label> Your Email (required)\n    [email* your-email] </label>\n\n<label> Subject\n    [text your-subject] </label>\n\n<label> Your Message\n    [textarea your-message] </label>\n\n[submit \"Send\"]\nUSSES - DEV \"[your-subject]\"\nUSSES - DEV <wordpress@>\nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on USSES - DEV (https://usses.beanstalkweb.com)\nmike@beanstalkwebsolutions.com\nReply-To: [your-email]\n\n0\n0\n\nUSSES - DEV \"[your-subject]\"\nUSSES - DEV <wordpress@>\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on USSES - DEV (https://usses.beanstalkweb.com)\n[your-email]\nReply-To: mike@beanstalkwebsolutions.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.', 'Contact form 1', '', 'publish', 'closed', 'closed', '', 'contact-form-1', '', '', '2020-09-23 19:52:14', '2020-09-23 19:52:14', '', 0, 'https://usses.beanstalkweb.com/?post_type=wpcf7_contact_form&p=4', 0, 'wpcf7_contact_form', '', 0),
(75, 1, '2021-03-08 17:13:55', '2021-03-08 23:13:55', '', 'Certified Shipments', '', 'publish', 'closed', 'closed', '', 'shipments', '', '', '2021-03-08 23:28:11', '2021-03-09 05:28:11', '', 67, 'https://usses.beanstalkweb.com/?page_id=75', 0, 'page', '', 0),
(16, 1, '2020-11-19 15:39:13', '2020-11-19 21:39:13', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2021-05-07 04:30:36', '2021-05-07 09:30:36', '', 0, 'https://usses.beanstalkweb.com/?p=16', 1, 'nav_menu_item', '', 0),
(17, 1, '2020-11-19 15:39:13', '2020-11-19 21:39:13', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2021-05-07 04:30:36', '2021-05-07 09:30:36', '', 0, 'https://usses.beanstalkweb.com/?p=17', 2, 'nav_menu_item', '', 0),
(18, 1, '2020-11-19 15:39:13', '2020-11-19 21:39:13', '', 'Certificate Lookup', '', 'publish', 'closed', 'closed', '', 'certificate-lookup', '', '', '2021-05-07 04:30:36', '2021-05-07 09:30:36', '', 0, 'https://usses.beanstalkweb.com/?p=18', 3, 'nav_menu_item', '', 0),
(19, 1, '2020-11-19 15:39:14', '2020-11-19 21:39:14', '', 'Register', '', 'publish', 'closed', 'closed', '', 'register', '', '', '2021-05-07 04:30:36', '2021-05-07 09:30:36', '', 0, 'https://usses.beanstalkweb.com/?p=19', 4, 'nav_menu_item', '', 0),
(20, 1, '2020-11-19 15:39:29', '2020-11-19 21:39:29', '', 'Login', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2021-05-07 04:30:36', '2021-05-07 09:30:36', '', 0, 'https://usses.beanstalkweb.com/?p=20', 5, 'nav_menu_item', '', 0),
(171, 1, '2021-05-07 04:21:58', '2021-05-07 09:21:58', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-05-07 04:21:58', '2021-05-07 09:21:58', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(22, 1, '2020-11-20 13:29:56', '2020-11-20 19:29:56', '', 'Logo-white-text', '', 'inherit', 'closed', 'closed', '', 'logo-white-text', '', '', '2020-11-20 13:29:56', '2020-11-20 19:29:56', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/Logo-white-text.png', 0, 'attachment', 'image/png', 0),
(73, 1, '2021-03-08 17:13:31', '2021-03-08 23:13:31', '', 'Dashboard', '', 'publish', 'closed', 'closed', '', 'dashboard', '', '', '2021-03-08 23:22:48', '2021-03-09 05:22:48', '', 67, 'https://usses.beanstalkweb.com/?page_id=73', 0, 'page', '', 0),
(74, 1, '2021-03-08 17:13:31', '2021-03-08 23:13:31', '', 'Dashboard', '', 'inherit', 'closed', 'closed', '', '73-revision-v1', '', '', '2021-03-08 17:13:31', '2021-03-08 23:13:31', '', 73, 'https://usses.beanstalkweb.com/73-revision-v1/', 0, 'revision', '', 0),
(8, 1, '2020-11-04 15:23:19', '2020-11-04 21:23:19', '', 'test', '', 'inherit', 'closed', 'closed', '', 'test', '', '', '2020-11-04 15:23:19', '2020-11-04 21:23:19', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', 0, 'attachment', 'image/png', 0),
(9, 1, '2020-11-04 15:23:51', '2020-11-04 21:23:51', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" class=\"wp-image-8\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gravityforms/form /-->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2020-11-04 15:23:51', '2020-11-04 21:23:51', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(70, 1, '2021-03-08 17:12:02', '2021-03-08 23:12:02', '', 'My Account', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2021-03-08 17:12:02', '2021-03-08 23:12:02', '', 69, 'https://usses.beanstalkweb.com/69-revision-v1/', 0, 'revision', '', 0),
(71, 1, '2021-03-08 17:12:29', '2021-03-08 23:12:29', '', 'Change Password', '', 'publish', 'closed', 'closed', '', 'change-password', '', '', '2021-03-08 23:45:38', '2021-03-09 05:45:38', '', 69, 'https://usses.beanstalkweb.com/?page_id=71', 0, 'page', '', 0),
(72, 1, '2021-03-08 17:12:29', '2021-03-08 23:12:29', '', 'Change Password', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2021-03-08 17:12:29', '2021-03-08 23:12:29', '', 71, 'https://usses.beanstalkweb.com/71-revision-v1/', 0, 'revision', '', 0),
(11, 1, '2020-11-04 16:39:42', '2020-11-04 22:39:42', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" class=\"wp-image-8\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gravityforms/form /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":66.66} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->\n\n<!-- wp:group -->\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container\"></div></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2020-11-04 16:39:42', '2020-11-04 22:39:42', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(141, 1, '2021-04-15 01:55:55', '2021-04-15 06:55:55', '', 'ussec_logo', '', 'inherit', 'closed', 'closed', '', 'ussec_logo', '', '', '2021-04-15 01:55:55', '2021-04-15 06:55:55', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/ussec_logo.png', 0, 'attachment', 'image/png', 0),
(67, 1, '2021-03-08 17:03:42', '2021-03-08 23:03:42', '', 'Account', '', 'publish', 'closed', 'closed', '', 'account', '', '', '2021-03-08 23:43:10', '2021-03-09 05:43:10', '', 0, 'https://usses.beanstalkweb.com/?page_id=67', 0, 'page', '', 0),
(68, 1, '2021-03-08 17:03:42', '2021-03-08 23:03:42', '', 'Account', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2021-03-08 17:03:42', '2021-03-08 23:03:42', '', 67, 'https://usses.beanstalkweb.com/67-revision-v1/', 0, 'revision', '', 0),
(69, 1, '2021-03-08 17:12:02', '2021-03-08 23:12:02', '', 'My Account', '', 'publish', 'closed', 'closed', '', 'my-account', '', '', '2021-04-01 11:00:07', '2021-04-01 16:00:07', '', 67, 'https://usses.beanstalkweb.com/?page_id=69', 0, 'page', '', 0),
(35, 1, '2020-11-23 12:27:19', '2020-11-23 18:27:19', '', 'Heor Image River Valley', '', 'inherit', 'closed', 'closed', '', 'hero-test', '', '', '2020-11-23 12:43:10', '2020-11-23 18:43:10', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.test_.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2020-11-23 12:18:39', '2020-11-23 18:18:39', '', 'hero.min', '', 'inherit', 'closed', 'closed', '', 'hero-min', '', '', '2021-04-15 02:34:09', '2021-04-15 07:34:09', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.min_.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2020-11-20 16:50:03', '2020-11-20 22:50:03', '', 'Terms of Use', '', 'publish', 'closed', 'closed', '', 'terms-of-use-2', '', '', '2021-05-07 11:52:54', '2021-05-07 16:52:54', '', 0, 'https://usses.beanstalkweb.com/?p=27', 1, 'nav_menu_item', '', 0),
(28, 1, '2020-11-20 16:50:03', '2020-11-20 22:50:03', '', 'Security Statement', '', 'publish', 'closed', 'closed', '', 'security-statement-2', '', '', '2021-05-07 11:52:54', '2021-05-07 16:52:54', '', 0, 'https://usses.beanstalkweb.com/?p=28', 2, 'nav_menu_item', '', 0),
(29, 1, '2020-11-20 16:51:26', '2020-11-20 22:51:26', '', 'Sustainability', '', 'publish', 'closed', 'closed', '', 'sustainability', '', '', '2021-05-14 04:54:22', '2021-05-14 09:54:22', '', 0, 'https://usses.beanstalkweb.com/?p=29', 1, 'nav_menu_item', '', 0),
(30, 1, '2020-11-20 16:51:26', '2020-11-20 22:51:26', '', 'Accessibility', '', 'publish', 'closed', 'closed', '', 'accessibility', '', '', '2021-05-14 04:54:22', '2021-05-14 09:54:22', '', 0, 'https://usses.beanstalkweb.com/?p=30', 2, 'nav_menu_item', '', 0),
(31, 1, '2020-11-20 16:51:26', '2020-11-20 22:51:26', '', 'Privacy Policy', '', 'publish', 'closed', 'closed', '', 'privacy-policy', '', '', '2021-05-14 04:54:22', '2021-05-14 09:54:22', '', 0, 'https://usses.beanstalkweb.com/?p=31', 3, 'nav_menu_item', '', 0),
(32, 1, '2020-11-20 16:51:26', '2020-11-20 22:51:26', '', 'Terms of Use', '', 'publish', 'closed', 'closed', '', 'terms-of-use-3', '', '', '2021-05-14 04:54:22', '2021-05-14 09:54:22', '', 0, 'https://usses.beanstalkweb.com/?p=32', 4, 'nav_menu_item', '', 0),
(33, 1, '2020-11-20 16:51:26', '2020-11-20 22:51:26', '', 'SES Security Statement', '', 'publish', 'closed', 'closed', '', 'ses-security-statement', '', '', '2021-05-14 04:54:22', '2021-05-14 09:54:22', '', 0, 'https://usses.beanstalkweb.com/?p=33', 5, 'nav_menu_item', '', 0),
(38, 1, '2020-11-23 12:35:19', '2020-11-23 18:35:19', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2020-11-23 12:35:19', '2020-11-23 18:35:19', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(40, 1, '2020-12-08 11:57:27', '2020-12-08 17:57:27', '', 'Verified-Shipments', '', 'inherit', 'closed', 'closed', '', 'verified-shipments', '', '', '2020-12-08 11:57:27', '2020-12-08 17:57:27', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Shipments.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2020-12-08 11:57:34', '2020-12-08 17:57:34', '', 'Verified-Tons-Shipped', '', 'inherit', 'closed', 'closed', '', 'verified-tons-shipped', '', '', '2020-12-08 11:57:34', '2020-12-08 17:57:34', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Tons-Shipped.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2020-12-08 11:57:37', '2020-12-08 17:57:37', '', 'Countries-Certificates', '', 'inherit', 'closed', 'closed', '', 'countries-certificates', '', '', '2021-04-01 12:10:39', '2021-04-01 17:10:39', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Countries-Certificates.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2020-12-08 11:57:40', '2020-12-08 17:57:40', '', 'Participating-Companies', '', 'inherit', 'closed', 'closed', '', 'participating-companies', '', '', '2021-04-01 12:10:39', '2021-04-01 17:10:39', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Participating-Companies.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2020-12-08 13:39:00', '2020-12-08 19:39:00', '', 'location', '', 'inherit', 'closed', 'closed', '', 'location', '', '', '2020-12-08 13:39:00', '2020-12-08 19:39:00', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/location.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2020-12-08 13:39:02', '2020-12-08 19:39:02', '', 'mail', '', 'inherit', 'closed', 'closed', '', 'mail', '', '', '2020-12-08 13:39:02', '2020-12-08 19:39:02', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/mail.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2020-12-08 13:39:03', '2020-12-08 19:39:03', '', 'phone', '', 'inherit', 'closed', 'closed', '', 'phone', '', '', '2020-12-08 13:39:03', '2020-12-08 19:39:03', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/phone.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2020-12-08 13:39:05', '2020-12-08 19:39:05', '', 'Specificity', '', 'inherit', 'closed', 'closed', '', 'specificity', '', '', '2020-12-08 13:39:05', '2020-12-08 19:39:05', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity.png', 0, 'attachment', 'image/png', 0),
(48, 1, '2020-12-08 13:39:06', '2020-12-08 19:39:06', '', 'Protocol', '', 'inherit', 'closed', 'closed', '', 'protocol', '', '', '2020-12-08 13:39:06', '2020-12-08 19:39:06', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.png', 0, 'attachment', 'image/png', 0),
(49, 1, '2020-12-08 13:58:33', '2020-12-08 19:58:33', '', 'Protocol', '', 'inherit', 'closed', 'closed', '', 'protocol-2', '', '', '2020-12-08 13:58:33', '2020-12-08 19:58:33', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2020-12-08 13:58:35', '2020-12-08 19:58:35', '', 'Register', '', 'inherit', 'closed', 'closed', '', 'register-2', '', '', '2020-12-08 13:58:35', '2020-12-08 19:58:35', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Register.jpg', 0, 'attachment', 'image/jpeg', 0),
(51, 1, '2020-12-08 13:58:38', '2020-12-08 19:58:38', '', 'Partners', '', 'inherit', 'closed', 'closed', '', 'partners', '', '', '2020-12-08 13:58:38', '2020-12-08 19:58:38', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Partners.png', 0, 'attachment', 'image/png', 0),
(52, 1, '2020-12-08 17:06:46', '2020-12-08 23:06:46', '', 'Specificity-white', '', 'inherit', 'closed', 'closed', '', 'specificity-white', '', '', '2020-12-08 17:06:46', '2020-12-08 23:06:46', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-white.png', 0, 'attachment', 'image/png', 0),
(53, 1, '2020-12-08 17:06:47', '2020-12-08 23:06:47', '', 'Protocol-white', '', 'inherit', 'closed', 'closed', '', 'protocol-white', '', '', '2020-12-08 17:06:47', '2020-12-08 23:06:47', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-white.png', 0, 'attachment', 'image/png', 0),
(54, 1, '2020-12-09 13:38:04', '2020-12-09 19:38:04', '', 'About', '', 'publish', 'closed', 'closed', '', 'about', '', '', '2021-05-19 07:09:49', '2021-05-19 12:09:49', '', 0, 'https://usses.beanstalkweb.com/?page_id=54', 0, 'page', '', 0),
(55, 1, '2020-12-09 13:38:04', '2020-12-09 19:38:04', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2020-12-09 13:38:04', '2020-12-09 19:38:04', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(56, 1, '2020-12-09 13:43:40', '2020-12-09 19:43:40', '', 'About', '', 'inherit', 'closed', 'closed', '', 'about-2', '', '', '2021-04-01 12:10:39', '2021-04-01 17:10:39', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/About.jpg', 0, 'attachment', 'image/jpeg', 0),
(57, 1, '2020-12-09 14:12:41', '2020-12-09 20:12:41', '', 'Verification', '', 'inherit', 'closed', 'closed', '', 'verification', '', '', '2020-12-09 14:12:41', '2020-12-09 20:12:41', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification.png', 0, 'attachment', 'image/png', 0),
(58, 1, '2020-12-09 14:12:42', '2020-12-09 20:12:42', '', 'SSAP', '', 'inherit', 'closed', 'closed', '', 'ssap', '', '', '2020-12-09 14:12:42', '2020-12-09 20:12:42', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP.png', 0, 'attachment', 'image/png', 0),
(59, 1, '2020-12-09 14:49:40', '2020-12-09 20:49:40', '', 'Protocol', '', 'inherit', 'closed', 'closed', '', 'protocol-3', '', '', '2020-12-09 14:49:40', '2020-12-09 20:49:40', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-1.png', 0, 'attachment', 'image/png', 0),
(60, 1, '2020-12-09 14:49:41', '2020-12-09 20:49:41', '', 'Specificity', '', 'inherit', 'closed', 'closed', '', 'specificity-2', '', '', '2020-12-09 14:49:41', '2020-12-09 20:49:41', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-1.png', 0, 'attachment', 'image/png', 0),
(61, 1, '2020-12-09 14:49:47', '2020-12-09 20:49:47', '', 'SSAP', '', 'inherit', 'closed', 'closed', '', 'ssap-2', '', '', '2021-04-01 12:26:47', '2021-04-01 17:26:47', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP-1.png', 0, 'attachment', 'image/png', 0),
(62, 1, '2020-12-09 14:49:49', '2020-12-09 20:49:49', '', 'Verification', '', 'inherit', 'closed', 'closed', '', 'verification-2', '', '', '2021-04-01 12:26:47', '2021-04-01 17:26:47', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification-1.png', 0, 'attachment', 'image/png', 0),
(63, 1, '2020-12-09 14:49:50', '2020-12-09 20:49:50', '', 'Protocol', '', 'inherit', 'closed', 'closed', '', 'protocol-4', '', '', '2021-04-01 12:26:47', '2021-04-01 17:26:47', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-2.png', 0, 'attachment', 'image/png', 0),
(64, 1, '2020-12-09 14:49:51', '2020-12-09 20:49:51', '', 'Specificity', '', 'inherit', 'closed', 'closed', '', 'specificity-3', '', '', '2020-12-09 14:49:51', '2020-12-09 20:49:51', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-2.png', 0, 'attachment', 'image/png', 0),
(65, 1, '2020-12-10 15:24:13', '2020-12-10 21:24:13', '', 'Marketing Year for Soybeans', '', 'inherit', 'closed', 'closed', '', 'marketing-year-for-soybeans', '', '', '2021-04-19 10:18:47', '2021-04-19 15:18:47', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png', 0, 'attachment', 'image/png', 0),
(76, 1, '2021-03-08 17:13:55', '2021-03-08 23:13:55', '', 'Shipments', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2021-03-08 17:13:55', '2021-03-08 23:13:55', '', 75, 'https://usses.beanstalkweb.com/75-revision-v1/', 0, 'revision', '', 0),
(77, 1, '2021-03-08 17:17:09', '2021-03-08 23:17:09', '', 'Shipments Add', '', 'publish', 'closed', 'closed', '', 'add', '', '', '2021-03-08 23:32:00', '2021-03-09 05:32:00', '', 75, 'https://usses.beanstalkweb.com/?page_id=77', 0, 'page', '', 0),
(78, 1, '2021-03-08 17:17:09', '2021-03-08 23:17:09', '', 'Shipments Add', '', 'inherit', 'closed', 'closed', '', '77-revision-v1', '', '', '2021-03-08 17:17:09', '2021-03-08 23:17:09', '', 77, 'https://usses.beanstalkweb.com/77-revision-v1/', 0, 'revision', '', 0),
(79, 1, '2021-03-08 17:18:43', '2021-03-08 23:18:43', '', 'Validate Add', '', 'publish', 'closed', 'closed', '', 'validate-add', '', '', '2021-03-08 23:35:21', '2021-03-09 05:35:21', '', 75, 'https://usses.beanstalkweb.com/?page_id=79', 0, 'page', '', 0),
(80, 1, '2021-03-08 17:18:43', '2021-03-08 23:18:43', '', 'Validate Add', '', 'inherit', 'closed', 'closed', '', '79-revision-v1', '', '', '2021-03-08 17:18:43', '2021-03-08 23:18:43', '', 79, 'https://usses.beanstalkweb.com/79-revision-v1/', 0, 'revision', '', 0),
(81, 1, '2021-03-08 17:19:38', '2021-03-08 23:19:38', '', 'Confirmation', '', 'publish', 'closed', 'closed', '', 'confirmation', '', '', '2021-03-08 17:19:38', '2021-03-08 23:19:38', '', 75, 'https://usses.beanstalkweb.com/?page_id=81', 0, 'page', '', 0),
(82, 1, '2021-03-08 17:19:38', '2021-03-08 23:19:38', '', 'Confirmation', '', 'inherit', 'closed', 'closed', '', '81-revision-v1', '', '', '2021-03-08 17:19:38', '2021-03-08 23:19:38', '', 81, 'https://usses.beanstalkweb.com/81-revision-v1/', 0, 'revision', '', 0),
(83, 1, '2021-03-08 17:21:35', '2021-03-08 23:21:35', '', 'Company Allocations', '', 'publish', 'closed', 'closed', '', 'company-allocations', '', '', '2021-05-19 05:27:32', '2021-05-19 10:27:32', '', 67, 'https://usses.beanstalkweb.com/?page_id=83', 0, 'page', '', 0),
(84, 1, '2021-03-08 17:21:35', '2021-03-08 23:21:35', '', 'Company Allocations', '', 'inherit', 'closed', 'closed', '', '83-revision-v1', '', '', '2021-03-08 17:21:35', '2021-03-08 23:21:35', '', 83, 'https://usses.beanstalkweb.com/83-revision-v1/', 0, 'revision', '', 0),
(85, 1, '2021-03-08 17:22:08', '2021-03-08 23:22:08', '', 'Sustainable Allocation', '', 'publish', 'closed', 'closed', '', 'add', '', '', '2021-10-12 02:23:25', '2021-10-12 07:23:25', '', 83, 'https://usses.beanstalkweb.com/?page_id=85', 0, 'page', '', 0),
(86, 1, '2021-03-08 17:22:08', '2021-03-08 23:22:08', '', 'Add', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2021-03-08 17:22:08', '2021-03-08 23:22:08', '', 85, 'https://usses.beanstalkweb.com/85-revision-v1/', 0, 'revision', '', 0),
(87, 1, '2021-03-08 17:33:12', '2021-03-08 23:33:12', '', 'Departments', '', 'publish', 'closed', 'closed', '', 'departments', '', '', '2021-03-08 23:49:44', '2021-03-09 05:49:44', '', 67, 'https://usses.beanstalkweb.com/?page_id=87', 0, 'page', '', 0),
(88, 1, '2021-03-08 17:33:12', '2021-03-08 23:33:12', '', 'Departments', '', 'inherit', 'closed', 'closed', '', '87-revision-v1', '', '', '2021-03-08 17:33:12', '2021-03-08 23:33:12', '', 87, 'https://usses.beanstalkweb.com/87-revision-v1/', 0, 'revision', '', 0),
(89, 1, '2021-03-08 17:33:25', '2021-03-08 23:33:25', '', 'Add', '', 'publish', 'closed', 'closed', '', 'add', '', '', '2021-03-08 23:49:51', '2021-03-09 05:49:51', '', 87, 'https://usses.beanstalkweb.com/?page_id=89', 0, 'page', '', 0),
(90, 1, '2021-03-08 17:33:25', '2021-03-08 23:33:25', '', 'Add', '', 'inherit', 'closed', 'closed', '', '89-revision-v1', '', '', '2021-03-08 17:33:25', '2021-03-08 23:33:25', '', 89, 'https://usses.beanstalkweb.com/89-revision-v1/', 0, 'revision', '', 0),
(91, 1, '2021-03-08 17:33:55', '2021-03-08 23:33:55', '', 'Users', '', 'publish', 'closed', 'closed', '', 'users', '', '', '2021-03-18 17:19:26', '2021-03-18 22:19:26', '', 67, 'https://usses.beanstalkweb.com/?page_id=91', 0, 'page', '', 0),
(92, 1, '2021-03-08 17:33:55', '2021-03-08 23:33:55', '', 'Users', '', 'inherit', 'closed', 'closed', '', '91-revision-v1', '', '', '2021-03-08 17:33:55', '2021-03-08 23:33:55', '', 91, 'https://usses.beanstalkweb.com/91-revision-v1/', 0, 'revision', '', 0),
(93, 1, '2021-03-08 17:39:47', '2021-03-08 23:39:47', '', 'Add', '', 'publish', 'closed', 'closed', '', 'add', '', '', '2021-06-10 15:57:24', '2021-06-10 20:57:24', '', 91, 'https://usses.beanstalkweb.com/?page_id=93', 0, 'page', '', 0),
(94, 1, '2021-03-08 17:39:47', '2021-03-08 23:39:47', '', 'Add', '', 'inherit', 'closed', 'closed', '', '93-revision-v1', '', '', '2021-03-08 17:39:47', '2021-03-08 23:39:47', '', 93, 'https://usses.beanstalkweb.com/93-revision-v1/', 0, 'revision', '', 0),
(95, 1, '2021-03-08 17:40:08', '2021-03-08 23:40:08', '', 'Company Profile', '', 'publish', 'closed', 'closed', '', 'profile', '', '', '2021-03-08 23:51:21', '2021-03-09 05:51:21', '', 67, 'https://usses.beanstalkweb.com/?page_id=95', 0, 'page', '', 0),
(96, 1, '2021-03-08 17:40:08', '2021-03-08 23:40:08', '', 'Profile', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2021-03-08 17:40:08', '2021-03-08 23:40:08', '', 95, 'https://usses.beanstalkweb.com/95-revision-v1/', 0, 'revision', '', 0),
(97, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '97', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=97', 1, 'nav_menu_item', '', 0),
(98, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '98', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=98', 5, 'nav_menu_item', '', 0),
(99, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', 'company-profile', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=99', 7, 'nav_menu_item', '', 0),
(100, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '100', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=100', 2, 'nav_menu_item', '', 0),
(101, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '101', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=101', 6, 'nav_menu_item', '', 0),
(102, 1, '2021-03-08 23:25:53', '2021-03-09 05:25:53', ' ', '', '', 'publish', 'closed', 'closed', '', '102', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/?p=102', 4, 'nav_menu_item', '', 0),
(103, 1, '2021-03-08 23:27:22', '2021-03-09 05:27:22', '', 'Certified Shipments', '', 'inherit', 'closed', 'closed', '', '75-revision-v1', '', '', '2021-03-08 23:27:22', '2021-03-09 05:27:22', '', 75, 'https://usses.beanstalkweb.com/75-revision-v1/', 0, 'revision', '', 0),
(104, 1, '2021-03-08 23:49:32', '2021-03-09 05:49:32', '', 'Departments', '', 'inherit', 'closed', 'closed', '', '87-autosave-v1', '', '', '2021-03-08 23:49:32', '2021-03-09 05:49:32', '', 87, 'https://usses.beanstalkweb.com/87-autosave-v1/', 0, 'revision', '', 0),
(105, 1, '2021-03-08 23:50:39', '2021-03-09 05:50:39', '', 'Company Profile', '', 'inherit', 'closed', 'closed', '', '95-revision-v1', '', '', '2021-03-08 23:50:39', '2021-03-09 05:50:39', '', 95, 'https://usses.beanstalkweb.com/95-revision-v1/', 0, 'revision', '', 0),
(106, 1, '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 'Home', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 0, 'https://usses.beanstalkweb.com/?p=106', 1, 'nav_menu_item', '', 0),
(107, 1, '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 'Company Registration', '', 'publish', 'closed', 'closed', '', 'company-registration', '', '', '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 0, 'https://usses.beanstalkweb.com/?p=107', 2, 'nav_menu_item', '', 0),
(108, 1, '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 'Certificate Lookup', '', 'publish', 'closed', 'closed', '', 'certificate-lookup-2', '', '', '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 0, 'https://usses.beanstalkweb.com/?p=108', 3, 'nav_menu_item', '', 0),
(109, 1, '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 'About System', '', 'publish', 'closed', 'closed', '', 'about-system', '', '', '2021-03-09 00:09:01', '2021-03-09 06:09:01', '', 0, 'https://usses.beanstalkweb.com/?p=109', 4, 'nav_menu_item', '', 0),
(110, 1, '2021-03-09 00:10:12', '2021-03-09 06:10:12', '', 'Sustainability Info', '', 'publish', 'closed', 'closed', '', 'sustainability-info', '', '', '2021-03-09 00:10:19', '2021-03-09 06:10:19', '', 0, 'https://usses.beanstalkweb.com/?p=110', 1, 'nav_menu_item', '', 0),
(111, 1, '2021-03-09 00:10:12', '2021-03-09 06:10:12', '', 'Terms of Use', '', 'publish', 'closed', 'closed', '', 'terms-of-use', '', '', '2021-03-09 00:10:19', '2021-03-09 06:10:19', '', 0, 'https://usses.beanstalkweb.com/?p=111', 2, 'nav_menu_item', '', 0),
(112, 1, '2021-03-09 00:10:12', '2021-03-09 06:10:12', '', 'SES Security Statement', '', 'publish', 'closed', 'closed', '', 'ses-security-statement-2', '', '', '2021-03-09 00:10:19', '2021-03-09 06:10:19', '', 0, 'https://usses.beanstalkweb.com/?p=112', 3, 'nav_menu_item', '', 0),
(114, 1, '2021-03-18 15:19:10', '2021-03-18 20:19:10', ' ', '', '', 'publish', 'closed', 'closed', '', '114', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=114', 1, 'nav_menu_item', '', 0),
(129, 1, '2021-03-26 17:03:14', '2021-03-26 22:03:14', '', 'favicon_114', '', 'inherit', 'closed', 'closed', '', 'favicon_114', '', '', '2021-03-26 17:03:14', '2021-03-26 22:03:14', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_114.png', 0, 'attachment', 'image/png', 0),
(116, 1, '2021-03-18 15:19:10', '2021-03-18 20:19:10', '', 'Shipments', '', 'publish', 'closed', 'closed', '', '116', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=116', 5, 'nav_menu_item', '', 0),
(128, 1, '2021-03-26 17:03:09', '2021-03-26 22:03:09', '', 'favicon_144', '', 'inherit', 'closed', 'closed', '', 'favicon_144', '', '', '2021-03-26 17:03:09', '2021-03-26 22:03:09', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_144.png', 0, 'attachment', 'image/png', 0),
(118, 1, '2021-03-18 17:08:54', '2021-03-18 22:08:54', '', 'Companies', '', 'publish', 'closed', 'closed', '', 'companies', '', '', '2021-03-18 17:09:17', '2021-03-18 22:09:17', '', 67, 'https://usses.beanstalkweb.com/?page_id=118', 0, 'page', '', 0),
(119, 1, '2021-03-18 17:08:54', '2021-03-18 22:08:54', '', 'Companies', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2021-03-18 17:08:54', '2021-03-18 22:08:54', '', 118, 'https://usses.beanstalkweb.com/118-revision-v1/', 0, 'revision', '', 0),
(120, 1, '2021-03-18 17:10:46', '2021-03-18 22:10:46', ' ', '', '', 'publish', 'closed', 'closed', '', '120', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=120', 2, 'nav_menu_item', '', 0),
(121, 1, '2021-03-18 17:14:54', '2021-03-18 22:14:54', '', 'Global Sustainable Allocation History', '', 'publish', 'closed', 'closed', '', 'allocations', '', '', '2021-03-18 17:15:04', '2021-03-18 22:15:04', '', 67, 'https://usses.beanstalkweb.com/?page_id=121', 0, 'page', '', 0),
(122, 1, '2021-03-18 17:14:54', '2021-03-18 22:14:54', '', 'Global Sustainable Allocation History', '', 'inherit', 'closed', 'closed', '', '121-revision-v1', '', '', '2021-03-18 17:14:54', '2021-03-18 22:14:54', '', 121, 'https://usses.beanstalkweb.com/121-revision-v1/', 0, 'revision', '', 0),
(123, 1, '2021-03-18 17:16:31', '2021-03-18 22:16:31', '', 'SES Users', '', 'publish', 'closed', 'closed', '', 'ussec-users', '', '', '2021-08-19 07:59:06', '2021-08-19 12:59:06', '', 67, 'https://usses.beanstalkweb.com/?page_id=123', 0, 'page', '', 0),
(124, 1, '2021-03-18 17:16:31', '2021-03-18 22:16:31', '', 'SES Users', '', 'inherit', 'closed', 'closed', '', '123-revision-v1', '', '', '2021-03-18 17:16:31', '2021-03-18 22:16:31', '', 123, 'https://usses.beanstalkweb.com/123-revision-v1/', 0, 'revision', '', 0),
(125, 1, '2021-03-18 17:18:06', '2021-03-18 22:18:06', ' ', '', '', 'publish', 'closed', 'closed', '', '125', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=125', 6, 'nav_menu_item', '', 0),
(126, 1, '2021-03-18 17:18:06', '2021-03-18 22:18:06', '', 'Sustainable Allocations', '', 'publish', 'closed', 'closed', '', 'sustainable-allocations', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=126', 3, 'nav_menu_item', '', 0),
(130, 1, '2021-03-26 17:03:19', '2021-03-26 22:03:19', '', 'favicon_72', '', 'inherit', 'closed', 'closed', '', 'favicon_72', '', '', '2021-03-26 17:03:19', '2021-03-26 22:03:19', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_72.png', 0, 'attachment', 'image/png', 0),
(131, 1, '2021-03-26 17:03:26', '2021-03-26 22:03:26', '', 'favicon_57', '', 'inherit', 'closed', 'closed', '', 'favicon_57', '', '', '2021-03-26 17:03:26', '2021-03-26 22:03:26', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_57.png', 0, 'attachment', 'image/png', 0),
(132, 1, '2021-03-26 17:03:32', '2021-03-26 22:03:32', '', 'favicon_32', '', 'inherit', 'closed', 'closed', '', 'favicon_32', '', '', '2021-03-26 17:03:32', '2021-03-26 22:03:32', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_32.png', 0, 'attachment', 'image/png', 0),
(179, 1, '2021-05-14 04:51:20', '2021-05-14 09:51:20', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-05-14 04:51:20', '2021-05-14 09:51:20', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(134, 1, '2021-04-01 12:10:39', '2021-04-01 17:10:39', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-01 12:10:39', '2021-04-01 17:10:39', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(135, 1, '2021-04-01 12:26:47', '2021-04-01 17:26:47', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-04-01 12:26:47', '2021-04-01 17:26:47', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(136, 1, '2021-04-01 12:43:09', '2021-04-01 17:43:09', '', 'View Certificate Preview', '', 'publish', 'closed', 'closed', '', 'view-certificate-preview', '', '', '2021-04-01 12:43:18', '2021-04-01 17:43:18', '', 0, 'https://usses.beanstalkweb.com/?page_id=136', 0, 'page', '', 0),
(137, 1, '2021-04-01 12:43:09', '2021-04-01 17:43:09', '', 'View Certificate Preview', '', 'inherit', 'closed', 'closed', '', '136-revision-v1', '', '', '2021-04-01 12:43:09', '2021-04-01 17:43:09', '', 136, 'https://usses.beanstalkweb.com/136-revision-v1/', 0, 'revision', '', 0),
(138, 1, '2021-04-01 12:43:36', '2021-04-01 17:43:36', '', 'View Certificate', '', 'publish', 'closed', 'closed', '', 'view-certificate', '', '', '2021-04-01 12:43:36', '2021-04-01 17:43:36', '', 0, 'https://usses.beanstalkweb.com/?page_id=138', 0, 'page', '', 0),
(139, 1, '2021-04-01 12:43:36', '2021-04-01 17:43:36', '', 'View Certificate', '', 'inherit', 'closed', 'closed', '', '138-revision-v1', '', '', '2021-04-01 12:43:36', '2021-04-01 17:43:36', '', 138, 'https://usses.beanstalkweb.com/138-revision-v1/', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(142, 1, '2021-04-15 01:55:56', '2021-04-15 06:55:56', '', 'us_soy_logo', '', 'inherit', 'closed', 'closed', '', 'us_soy_logo', '', '', '2021-04-15 01:55:56', '2021-04-15 06:55:56', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/us_soy_logo.png', 0, 'attachment', 'image/png', 0),
(143, 1, '2021-04-15 01:55:58', '2021-04-15 06:55:58', '', 'asa_logo', '', 'inherit', 'closed', 'closed', '', 'asa_logo', '', '', '2021-04-15 01:55:58', '2021-04-15 06:55:58', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/asa_logo.png', 0, 'attachment', 'image/png', 0),
(144, 1, '2021-04-15 01:56:00', '2021-04-15 06:56:00', '', 'united_soybean_board_logo', '', 'inherit', 'closed', 'closed', '', 'united_soybean_board_logo', '', '', '2021-04-15 01:56:00', '2021-04-15 06:56:00', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/united_soybean_board_logo.png', 0, 'attachment', 'image/png', 0),
(145, 1, '2021-04-15 02:01:24', '2021-04-15 07:01:24', '', 'Login', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2021-04-19 10:21:03', '2021-04-19 15:21:03', '', 0, 'https://usses.beanstalkweb.com/?page_id=145', 0, 'page', '', 0),
(146, 1, '2021-04-15 02:01:24', '2021-04-15 07:01:24', '', 'Login', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2021-04-15 02:01:24', '2021-04-15 07:01:24', '', 145, 'https://usses.beanstalkweb.com/145-revision-v1/', 0, 'revision', '', 0),
(147, 1, '2021-04-15 02:03:19', '2021-04-15 07:03:19', '', 'Terms of Use Soy Export Sustainability Certification Portal', '', 'inherit', 'closed', 'closed', '', 'terms-of-use-soy-export-sustainability-certification-portal', '', '', '2021-04-15 02:03:19', '2021-04-15 07:03:19', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/Terms-of-Use-Soy-Export-Sustainability-Certification-Portal.pdf', 0, 'attachment', 'application/pdf', 0),
(148, 1, '2021-04-15 02:07:51', '2021-04-15 07:07:51', '', 'Login', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2021-04-15 02:07:51', '2021-04-15 07:07:51', '', 145, 'https://usses.beanstalkweb.com/145-revision-v1/', 0, 'revision', '', 0),
(149, 1, '2021-04-15 02:30:21', '2021-04-15 07:30:21', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-04-15 02:30:21', '2021-04-15 07:30:21', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(150, 1, '2021-04-15 02:31:54', '2021-04-15 07:31:54', '', 'Register', '', 'publish', 'closed', 'closed', '', 'register', '', '', '2021-04-19 10:22:18', '2021-04-19 15:22:18', '', 0, 'https://usses.beanstalkweb.com/?page_id=150', 0, 'page', '', 0),
(151, 1, '2021-04-15 02:31:54', '2021-04-15 07:31:54', '', 'Register', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2021-04-15 02:31:54', '2021-04-15 07:31:54', '', 150, 'https://usses.beanstalkweb.com/150-revision-v1/', 0, 'revision', '', 0),
(152, 1, '2021-04-15 02:32:07', '2021-04-15 07:32:07', '', 'Register', '', 'inherit', 'closed', 'closed', '', '150-autosave-v1', '', '', '2021-04-15 02:32:07', '2021-04-15 07:32:07', '', 150, 'https://usses.beanstalkweb.com/150-autosave-v1/', 0, 'revision', '', 0),
(153, 1, '2021-04-15 02:32:35', '2021-04-15 07:32:35', '', 'Register', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2021-04-15 02:32:35', '2021-04-15 07:32:35', '', 150, 'https://usses.beanstalkweb.com/150-revision-v1/', 0, 'revision', '', 0),
(154, 1, '2021-04-15 02:34:09', '2021-04-15 07:34:09', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-15 02:34:09', '2021-04-15 07:34:09', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(172, 1, '2021-05-07 04:22:43', '2021-05-07 09:22:43', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-05-07 04:22:43', '2021-05-07 09:22:43', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(173, 1, '2021-05-07 11:34:39', '2021-05-07 16:34:39', '<h5>The SES Certification Portal Development Team has made it a priority to take user and company security/privacy concerns seriously. The SES Certification Portal uses some of the most advanced technology for Internet security that is commercially available today. This Security Statement is aimed at being transparent about our security infrastructure and practices, to help reassure you that your data is appropriately protected.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Application &amp; User Security</h2>\r\n\r\n<hr />\r\n\r\n<h5><b>SSL/TLS Encryption:</b> The entire SES Certification Portal is over secured, encrypted SSL/TLS connections. All communications with the website are sent over SSL/TLS connections. Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technology (the successor technology to SSL) protect communications by using both server authentication and data encryption. This ensures that user data in transit is safe, secure, and available only to intended recipients.</h5>\r\n<b>User Authentication:</b> User data on our database is logically segregated by account-based access rules. User accounts have unique passwords that must be entered each time a user logs on. The SES Certification Portal issues a session cookie only to record encrypted authentication information for the duration of a specific session. The session cookie does not include the password of the user.\r\n\r\n<b>User Passwords:</b> User passwords have minimum complexity requirements. Passwords are individually salted and hashed.\r\n\r\n<b>Data Portability:</b> The SES Certification Portal enables you to export your shipment data from the system in CSV format.\r\n\r\n<b>Firewall:</b> restricts access to all ports except 80 (http) and 443 (https).\r\n\r\n<hr />\r\n\r\n<h2>Physical Security</h2>\r\n\r\n<hr />\r\n\r\n<h5>The SES Certification Portal is housed using the AWS cloud infrastructure. The AWS cloud infrastructure has been architected to be one of the most flexible and secure cloud computing environments available today.</h5>\r\nAWS\'s world-class, highly secure data centers utilize state-of-the art electronic surveillance and multi-factor access control systems. Data centers are staffed 24x7 by trained security guards, and access is authorized strictly on a least privileged basis. Environmental systems are designed to minimize the impact of disruptions to operations. And multiple geographic regions and Availability Zones allow you to remain resilient in the face of most failure modes, including natural disasters or system failures.\r\n\r\n<hr />\r\n\r\n<h2>Backup Frequency</h2>\r\n\r\n<hr />\r\n\r\n<h5>Database backups occur 3 times daily to a centralized backup system.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Handling of Security Breaches</h2>\r\n\r\n<hr />\r\n\r\n<h5>Despite best efforts, no method of transmission over the Internet and no method of electronic storage is perfectly secure. We cannot guarantee absolute security. However, if SES learns of a security breach, we will notify affected users so that they can take appropriate protective steps. Notification procedures include providing email notices or posting a notice on our website if a breach occurs.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Your Responsibilities</h2>\r\n\r\n<hr />\r\n\r\n<h5>Keeping your data secure also depends on you ensuring that you maintain the security of your account by using sufficiently complicated passwords and storing them safely. You should also ensure that you have sufficient security on your own systems, to keep any data you download to your own computer away from prying eyes.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Questions?</h2>\r\n\r\n<hr />\r\n\r\n<h5>If you have any questions about SES security practices, please email us at sesadmin@ussec.org.</h5>', 'Security', '', 'publish', 'closed', 'closed', '', 'security', '', '', '2021-05-07 11:51:00', '2021-05-07 16:51:00', '', 0, 'https://usses.beanstalkweb.com/?page_id=173', 0, 'page', '', 0),
(156, 1, '2021-04-15 09:34:36', '2021-04-15 14:34:36', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-15 09:34:36', '2021-04-15 14:34:36', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(157, 1, '2021-04-16 02:16:30', '2021-04-16 07:16:30', '', 'U.S. Soy Sustainability Assurance Protocol', '', 'inherit', 'closed', 'closed', '', 'u-s-soy-sustainability-assurance-protocol', '', '', '2021-04-19 10:24:29', '2021-04-19 15:24:29', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/U.S.-Soy-Sustainability-Assurance-Protocol.pdf', 0, 'attachment', 'application/pdf', 0),
(158, 1, '2021-04-19 10:10:45', '2021-04-19 15:10:45', '', 'Login', '', 'inherit', 'closed', 'closed', '', '145-autosave-v1', '', '', '2021-04-19 10:10:45', '2021-04-19 15:10:45', '', 145, 'https://usses.beanstalkweb.com/145-autosave-v1/', 0, 'revision', '', 0),
(159, 1, '2021-04-19 10:15:35', '2021-04-19 15:15:35', '', 'arrow-left', '', 'inherit', 'closed', 'closed', '', 'arrow-left', '', '', '2021-04-19 10:15:35', '2021-04-19 15:15:35', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-left.png', 0, 'attachment', 'image/png', 0),
(160, 1, '2021-04-19 10:15:47', '2021-04-19 15:15:47', '', 'arrow-right', '', 'inherit', 'closed', 'closed', '', 'arrow-right', '', '', '2021-04-19 10:15:47', '2021-04-19 15:15:47', '', 54, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-right.png', 0, 'attachment', 'image/png', 0),
(161, 1, '2021-04-19 10:18:47', '2021-04-19 15:18:47', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-04-19 10:18:47', '2021-04-19 15:18:47', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(162, 1, '2021-04-19 10:21:03', '2021-04-19 15:21:03', '', 'Login', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2021-04-19 10:21:03', '2021-04-19 15:21:03', '', 145, 'https://usses.beanstalkweb.com/145-revision-v1/', 0, 'revision', '', 0),
(163, 1, '2021-04-19 10:22:18', '2021-04-19 15:22:18', '', 'Register', '', 'inherit', 'closed', 'closed', '', '150-revision-v1', '', '', '2021-04-19 10:22:18', '2021-04-19 15:22:18', '', 150, 'https://usses.beanstalkweb.com/150-revision-v1/', 0, 'revision', '', 0),
(164, 1, '2021-04-19 10:24:29', '2021-04-19 15:24:29', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-19 10:24:29', '2021-04-19 15:24:29', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(165, 1, '2021-04-19 10:25:55', '2021-04-19 15:25:55', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Sample Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-19 10:25:55', '2021-04-19 15:25:55', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(166, 1, '2021-04-19 10:32:40', '2021-04-19 15:32:40', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-04-19 10:32:40', '2021-04-19 15:32:40', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(167, 1, '2021-04-22 01:35:21', '2021-04-22 06:35:21', '', 'SoyHomepageVideo_042021', '', 'inherit', 'closed', 'closed', '', 'soyhomepagevideo_042021', '', '', '2021-04-22 01:35:21', '2021-04-22 06:35:21', '', 2, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/SoyHomepageVideo_042021.mp4', 0, 'attachment', 'video/mp4', 0),
(168, 1, '2021-04-22 01:35:30', '2021-04-22 06:35:30', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Home Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-04-22 01:35:30', '2021-04-22 06:35:30', '', 2, 'https://usses.beanstalkweb.com/2-revision-v1/', 0, 'revision', '', 0),
(174, 1, '2021-05-07 11:34:39', '2021-05-07 16:34:39', '<h5>The SES Certification Portal Development Team has made it a priority to take user and company security/privacy concerns seriously. The SES Certification Portal uses some of the most advanced technology for Internet security that is commercially available today. This Security Statement is aimed at being transparent about our security infrastructure and practices, to help reassure you that your data is appropriately protected.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Application &amp; User Security</h2>\r\n\r\n<hr />\r\n\r\n<h5><b>SSL/TLS Encryption:</b> The entire SES Certification Portal is over secured, encrypted SSL/TLS connections. All communications with the website are sent over SSL/TLS connections. Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technology (the successor technology to SSL) protect communications by using both server authentication and data encryption. This ensures that user data in transit is safe, secure, and available only to intended recipients.\r\n\r\n<b>User Authentication:</b> User data on our database is logically segregated by account-based access rules. User accounts have unique passwords that must be entered each time a user logs on. The SES Certification Portal issues a session cookie only to record encrypted authentication information for the duration of a specific session. The session cookie does not include the password of the user.\r\n\r\n<b>User Passwords:</b> User passwords have minimum complexity requirements. Passwords are individually salted and hashed.\r\n\r\n<b>Data Portability:</b> The SES Certification Portal enables you to export your shipment data from the system in CSV format.\r\n\r\n<b>Firewall:</b> restricts access to all ports except 80 (http) and 443 (https).</h5>\r\n\r\n<hr />\r\n\r\n<h2>Physical Security</h2>\r\n\r\n<hr />\r\n\r\n<h5>The SES Certification Portal is housed using the AWS cloud infrastructure. The AWS cloud infrastructure has been architected to be one of the most flexible and secure cloud computing environments available today.\r\n\r\nAWS\'s world-class, highly secure data centers utilize state-of-the art electronic surveillance and multi-factor access control systems. Data centers are staffed 24x7 by trained security guards, and access is authorized strictly on a least privileged basis. Environmental systems are designed to minimize the impact of disruptions to operations. And multiple geographic regions and Availability Zones allow you to remain resilient in the face of most failure modes, including natural disasters or system failures.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Backup Frequency</h2>\r\n\r\n<hr />\r\n\r\n<h5>Database backups occur 3 times daily to a centralized backup system.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Handling of Security Breaches</h2>\r\n\r\n<hr />\r\n\r\n<h5>Despite best efforts, no method of transmission over the Internet and no method of electronic storage is perfectly secure. We cannot guarantee absolute security. However, if SES learns of a security breach, we will notify affected users so that they can take appropriate protective steps. Notification procedures include providing email notices or posting a notice on our website if a breach occurs.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Your Responsibilities</h2>\r\n\r\n<hr />\r\n\r\n<h5>Keeping your data secure also depends on you ensuring that you maintain the security of your account by using sufficiently complicated passwords and storing them safely. You should also ensure that you have sufficient security on your own systems, to keep any data you download to your own computer away from prying eyes.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Questions?</h2>\r\n\r\n<hr />\r\n\r\n<h5>If you have any questions about SES security practices, please email us at sesadmin@ussec.org.</h5>', 'Security', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2021-05-07 11:34:39', '2021-05-07 16:34:39', '', 173, 'https://usses.beanstalkweb.com/173-revision-v1/', 0, 'revision', '', 0),
(175, 1, '2021-05-07 11:35:59', '2021-05-07 16:35:59', '<div class=\"co\">\n<h5>The SES Certification Portal Development Team has made it a priority to take user and company security/privacy concerns seriously. The SES Certification Portal uses some of the most advanced technology for Internet security that is commercially available today. This Security Statement is aimed at being transparent about our security infrastructure and practices, to help reassure you that your data is appropriately protected.</h5>\n\n<hr />\n\n<h2>Application &amp; User Security</h2>\n\n<hr />\n\n<h5><b>SSL/TLS Encryption:</b> The entire SES Certification Portal is over secured, encrypted SSL/TLS connections. All communications with the website are sent over SSL/TLS connections. Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technology (the successor technology to SSL) protect communications by using both server authentication and data encryption. This ensures that user data in transit is safe, secure, and available only to intended recipients.</h5>\n<b>User Authentication:</b> User data on our database is logically segregated by account-based access rules. User accounts have unique passwords that must be entered each time a user logs on. The SES Certification Portal issues a session cookie only to record encrypted authentication information for the duration of a specific session. The session cookie does not include the password of the user.\n\n<b>User Passwords:</b> User passwords have minimum complexity requirements. Passwords are individually salted and hashed.\n\n<b>Data Portability:</b> The SES Certification Portal enables you to export your shipment data from the system in CSV format.\n\n<b>Firewall:</b> restricts access to all ports except 80 (http) and 443 (https).\n\n<hr />\n\n<h2>Physical Security</h2>\n\n<hr />\n\n<h5>The SES Certification Portal is housed using the AWS cloud infrastructure. The AWS cloud infrastructure has been architected to be one of the most flexible and secure cloud computing environments available today.</h5>\nAWS\'s world-class, highly secure data centers utilize state-of-the art electronic surveillance and multi-factor access control systems. Data centers are staffed 24x7 by trained security guards, and access is authorized strictly on a least privileged basis. Environmental systems are designed to minimize the impact of disruptions to operations. And multiple geographic regions and Availability Zones allow you to remain resilient in the face of most failure modes, including natural disasters or system failures.\n\n<hr />\n\n<h2>Backup Frequency</h2>\n\n<hr />\n\n<h5>Database backups occur 3 times daily to a centralized backup system.</h5>\n\n<hr />\n\n<h2>Handling of Security Breaches</h2>\n\n<hr />\n\n<h5>Despite best efforts, no method of transmission over the Internet and no method of electronic storage is perfectly secure. We cannot guarantee absolute security. However, if SES learns of a security breach, we will notify affected users so that they can take appropriate protective steps. Notification procedures include providing email notices or posting a notice on our website if a breach occurs.</h5>\n\n<hr />\n\n<h2>Your Responsibilities</h2>\n\n<hr />\n\n<h5>Keeping your data secure also depends on you ensuring that you maintain the security of your account by using sufficiently complicated passwords and storing them safely. You should also ensure that you have sufficient security on your own systems, to keep any data you download to your own computer away from prying eyes.</h5>\n\n<hr />\n\n<h2>Questions?</h2>\n\n<hr />\n\n<h5>If you have any questions about SES security practices, please email us at sesadmin@ussec.org.</h5>', 'Security', '', 'inherit', 'closed', 'closed', '', '173-autosave-v1', '', '', '2021-05-07 11:35:59', '2021-05-07 16:35:59', '', 173, 'https://usses.beanstalkweb.com/173-autosave-v1/', 0, 'revision', '', 0),
(177, 1, '2021-05-07 11:51:00', '2021-05-07 16:51:00', '<h5>The SES Certification Portal Development Team has made it a priority to take user and company security/privacy concerns seriously. The SES Certification Portal uses some of the most advanced technology for Internet security that is commercially available today. This Security Statement is aimed at being transparent about our security infrastructure and practices, to help reassure you that your data is appropriately protected.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Application &amp; User Security</h2>\r\n\r\n<hr />\r\n\r\n<h5><b>SSL/TLS Encryption:</b> The entire SES Certification Portal is over secured, encrypted SSL/TLS connections. All communications with the website are sent over SSL/TLS connections. Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technology (the successor technology to SSL) protect communications by using both server authentication and data encryption. This ensures that user data in transit is safe, secure, and available only to intended recipients.</h5>\r\n<b>User Authentication:</b> User data on our database is logically segregated by account-based access rules. User accounts have unique passwords that must be entered each time a user logs on. The SES Certification Portal issues a session cookie only to record encrypted authentication information for the duration of a specific session. The session cookie does not include the password of the user.\r\n\r\n<b>User Passwords:</b> User passwords have minimum complexity requirements. Passwords are individually salted and hashed.\r\n\r\n<b>Data Portability:</b> The SES Certification Portal enables you to export your shipment data from the system in CSV format.\r\n\r\n<b>Firewall:</b> restricts access to all ports except 80 (http) and 443 (https).\r\n\r\n<hr />\r\n\r\n<h2>Physical Security</h2>\r\n\r\n<hr />\r\n\r\n<h5>The SES Certification Portal is housed using the AWS cloud infrastructure. The AWS cloud infrastructure has been architected to be one of the most flexible and secure cloud computing environments available today.</h5>\r\nAWS\'s world-class, highly secure data centers utilize state-of-the art electronic surveillance and multi-factor access control systems. Data centers are staffed 24x7 by trained security guards, and access is authorized strictly on a least privileged basis. Environmental systems are designed to minimize the impact of disruptions to operations. And multiple geographic regions and Availability Zones allow you to remain resilient in the face of most failure modes, including natural disasters or system failures.\r\n\r\n<hr />\r\n\r\n<h2>Backup Frequency</h2>\r\n\r\n<hr />\r\n\r\n<h5>Database backups occur 3 times daily to a centralized backup system.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Handling of Security Breaches</h2>\r\n\r\n<hr />\r\n\r\n<h5>Despite best efforts, no method of transmission over the Internet and no method of electronic storage is perfectly secure. We cannot guarantee absolute security. However, if SES learns of a security breach, we will notify affected users so that they can take appropriate protective steps. Notification procedures include providing email notices or posting a notice on our website if a breach occurs.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Your Responsibilities</h2>\r\n\r\n<hr />\r\n\r\n<h5>Keeping your data secure also depends on you ensuring that you maintain the security of your account by using sufficiently complicated passwords and storing them safely. You should also ensure that you have sufficient security on your own systems, to keep any data you download to your own computer away from prying eyes.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Questions?</h2>\r\n\r\n<hr />\r\n\r\n<h5>If you have any questions about SES security practices, please email us at sesadmin@ussec.org.</h5>', 'Security', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2021-05-07 11:51:00', '2021-05-07 16:51:00', '', 173, 'https://usses.beanstalkweb.com/173-revision-v1/', 0, 'revision', '', 0),
(176, 1, '2021-05-07 11:36:57', '2021-05-07 16:36:57', '<div class=\"container\"><div class=\"row\"><div class=\"col-12\">\r\n<h5>The SES Certification Portal Development Team has made it a priority to take user and company security/privacy concerns seriously. The SES Certification Portal uses some of the most advanced technology for Internet security that is commercially available today. This Security Statement is aimed at being transparent about our security infrastructure and practices, to help reassure you that your data is appropriately protected.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Application &amp; User Security</h2>\r\n\r\n<hr />\r\n\r\n<h5><b>SSL/TLS Encryption:</b> The entire SES Certification Portal is over secured, encrypted SSL/TLS connections. All communications with the website are sent over SSL/TLS connections. Secure Sockets Layer (SSL) and Transport Layer Security (TLS) technology (the successor technology to SSL) protect communications by using both server authentication and data encryption. This ensures that user data in transit is safe, secure, and available only to intended recipients.</h5>\r\n<b>User Authentication:</b> User data on our database is logically segregated by account-based access rules. User accounts have unique passwords that must be entered each time a user logs on. The SES Certification Portal issues a session cookie only to record encrypted authentication information for the duration of a specific session. The session cookie does not include the password of the user.\r\n\r\n<b>User Passwords:</b> User passwords have minimum complexity requirements. Passwords are individually salted and hashed.\r\n\r\n<b>Data Portability:</b> The SES Certification Portal enables you to export your shipment data from the system in CSV format.\r\n\r\n<b>Firewall:</b> restricts access to all ports except 80 (http) and 443 (https).\r\n\r\n<hr />\r\n\r\n<h2>Physical Security</h2>\r\n\r\n<hr />\r\n\r\n<h5>The SES Certification Portal is housed using the AWS cloud infrastructure. The AWS cloud infrastructure has been architected to be one of the most flexible and secure cloud computing environments available today.</h5>\r\nAWS\'s world-class, highly secure data centers utilize state-of-the art electronic surveillance and multi-factor access control systems. Data centers are staffed 24x7 by trained security guards, and access is authorized strictly on a least privileged basis. Environmental systems are designed to minimize the impact of disruptions to operations. And multiple geographic regions and Availability Zones allow you to remain resilient in the face of most failure modes, including natural disasters or system failures.\r\n\r\n<hr />\r\n\r\n<h2>Backup Frequency</h2>\r\n\r\n<hr />\r\n\r\n<h5>Database backups occur 3 times daily to a centralized backup system.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Handling of Security Breaches</h2>\r\n\r\n<hr />\r\n\r\n<h5>Despite best efforts, no method of transmission over the Internet and no method of electronic storage is perfectly secure. We cannot guarantee absolute security. However, if SES learns of a security breach, we will notify affected users so that they can take appropriate protective steps. Notification procedures include providing email notices or posting a notice on our website if a breach occurs.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Your Responsibilities</h2>\r\n\r\n<hr />\r\n\r\n<h5>Keeping your data secure also depends on you ensuring that you maintain the security of your account by using sufficiently complicated passwords and storing them safely. You should also ensure that you have sufficient security on your own systems, to keep any data you download to your own computer away from prying eyes.</h5>\r\n\r\n<hr />\r\n\r\n<h2>Questions?</h2>\r\n\r\n<hr />\r\n\r\n<h5>If you have any questions about SES security practices, please email us at sesadmin@ussec.org.</h5>\r\n</div></div></div>', 'Security', '', 'inherit', 'closed', 'closed', '', '173-revision-v1', '', '', '2021-05-07 11:36:57', '2021-05-07 16:36:57', '', 173, 'https://usses.beanstalkweb.com/173-revision-v1/', 0, 'revision', '', 0),
(208, 1, '2021-07-13 10:04:20', '2021-07-13 15:04:20', '', 'Terms and Conditions', '', 'publish', 'closed', 'closed', '', 'terms-and-conditions', '', '', '2021-07-13 10:04:20', '2021-07-13 15:04:20', '', 0, 'https://usses.beanstalkweb.com/?page_id=208', 0, 'page', '', 0),
(180, 1, '2021-05-14 06:17:20', '2021-05-14 11:17:20', '', 'Partners', '', 'inherit', 'closed', 'closed', '', 'partners-2', '', '', '2021-05-14 06:17:20', '2021-05-14 11:17:20', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/Partners.jpg', 0, 'attachment', 'image/jpeg', 0),
(182, 1, '2021-05-17 02:27:19', '2021-05-17 07:27:19', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-05-17 02:27:19', '2021-05-17 07:27:19', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(183, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Certificate Dashboard', '', 'publish', 'closed', 'closed', '', 'customer', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 67, 'https://usses.beanstalkweb.com/account/customer/', 0, 'page', '', 0),
(184, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Profile Add', '', 'publish', 'closed', 'closed', '', 'profile-add', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/profile-add/', 0, 'page', '', 0),
(185, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Profile Validate', '', 'publish', 'closed', 'closed', '', 'profile-validate', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/profile-validate/', 0, 'page', '', 0),
(186, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Profile Dashboard', '', 'publish', 'closed', 'closed', '', 'profile-dashboard', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/profile-dashboard/', 0, 'page', '', 0),
(187, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Certificate Add', '', 'publish', 'closed', 'closed', '', 'certificate-add', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/certificate-add/', 0, 'page', '', 0),
(188, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Certificate Validate', '', 'publish', 'closed', 'closed', '', 'certificate-validate', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/certificate-validate/', 0, 'page', '', 0),
(189, 1, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Certificate Confirmation', '', 'publish', 'closed', 'closed', '', 'certificate-confirmation', '', '', '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 183, 'https://usses.beanstalkweb.com/account/customer/certificate-confirmation/', 0, 'page', '', 0),
(190, 0, '2021-05-17 16:27:06', '2021-05-17 21:27:06', '', 'Customer Dashboard', '', 'publish', 'closed', 'closed', '', 'customer-dashboard', '', '', '2021-05-18 07:18:11', '2021-05-18 12:18:11', '', 67, 'https://usses.beanstalkweb.com/customer-dashboard/', 3, 'nav_menu_item', '', 0),
(191, 1, '2021-05-17 16:31:52', '2021-05-17 21:31:52', '', 'Customer Dashboard', '', 'publish', 'closed', 'closed', '', 'customer-dashboard-2', '', '', '2021-05-18 07:19:38', '2021-05-18 12:19:38', '', 67, 'https://usses.beanstalkweb.com/?p=191', 4, 'nav_menu_item', '', 0),
(209, 1, '2021-07-13 10:04:20', '2021-07-13 15:04:20', '', 'Terms and Conditions', '', 'inherit', 'closed', 'closed', '', '208-revision-v1', '', '', '2021-07-13 10:04:20', '2021-07-13 15:04:20', '', 208, 'https://usses.beanstalkweb.com/?p=209', 0, 'revision', '', 0),
(193, 1, '2021-05-19 07:09:49', '2021-05-19 12:09:49', '', 'About', '', 'inherit', 'closed', 'closed', '', '54-revision-v1', '', '', '2021-05-19 07:09:49', '2021-05-19 12:09:49', '', 54, 'https://usses.beanstalkweb.com/54-revision-v1/', 0, 'revision', '', 0),
(194, 1, '2021-05-19 07:20:35', '2021-05-19 12:20:35', '', 'footer-logo', '', 'inherit', 'closed', 'closed', '', 'footer-logo', '', '', '2021-05-19 07:20:35', '2021-05-19 12:20:35', '', 0, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/footer-logo.png', 0, 'attachment', 'image/png', 0),
(195, 1, '2021-05-21 10:59:54', '2021-05-21 15:59:54', '', 'Sustainable Allocation', '', 'inherit', 'closed', 'closed', '', '85-revision-v1', '', '', '2021-05-21 10:59:54', '2021-05-21 15:59:54', '', 85, 'https://usses.beanstalkweb.com/?p=195', 0, 'revision', '', 0),
(229, 1, '2021-10-12 02:22:55', '2021-10-12 07:22:55', '', 'Sustainable Allocation', '', 'inherit', 'closed', 'closed', '', '85-autosave-v1', '', '', '2021-10-12 02:22:55', '2021-10-12 07:22:55', '', 85, 'https://usses.beanstalkweb.com/?p=229', 0, 'revision', '', 0),
(242, 1, '2021-11-26 07:19:07', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2021-11-26 07:19:07', '0000-00-00 00:00:00', '', 0, 'https://usses.beanstalkweb.com/?p=242', 0, 'post', '', 0),
(220, 1, '2021-09-03 09:36:08', '2021-09-03 14:36:08', '', 'Sustainable Allocations – Add New Marketing Year', '', 'publish', 'closed', 'closed', '', 'add', '', '', '2021-09-03 09:36:08', '2021-09-03 14:36:08', '', 121, 'https://usses.beanstalkweb.com/?page_id=220', 0, 'page', '', 0),
(217, 1, '2021-08-19 07:58:54', '2021-08-19 12:58:54', '', 'SES Users', '', 'inherit', 'closed', 'closed', '', '123-autosave-v1', '', '', '2021-08-19 07:58:54', '2021-08-19 12:58:54', '', 123, 'https://usses.beanstalkweb.com/?p=217', 0, 'revision', '', 0),
(221, 1, '2021-09-03 09:36:08', '2021-09-03 14:36:08', '', 'Sustainable Allocations – Add New Marketing Year', '', 'inherit', 'closed', 'closed', '', '220-revision-v1', '', '', '2021-09-03 09:36:08', '2021-09-03 14:36:08', '', 220, 'https://usses.beanstalkweb.com/?p=221', 0, 'revision', '', 0),
(227, 1, '2021-10-12 02:20:48', '2021-10-12 07:20:48', '', 'Sustainable Allocations – Add New Marketing Year', '', 'inherit', 'closed', 'closed', '', '220-autosave-v1', '', '', '2021-10-12 02:20:48', '2021-10-12 07:20:48', '', 220, 'https://usses.beanstalkweb.com/?p=227', 0, 'revision', '', 0),
(240, 1, '2021-11-23 10:49:37', '2021-11-23 16:49:37', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\">\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\n</blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:gravityforms/form /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":66.66} -->\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:shortcode /-->\n\n<!-- wp:group -->\n<div class=\"wp-block-group\">\n<div class=\"wp-block-group__inner-container\"> </div>\n</div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;</p>\n<!-- /wp:paragraph -->', 'Home Page', '', 'inherit', 'closed', 'closed', '', '2-autosave-v1', '', '', '2021-11-23 10:49:37', '2021-11-23 16:49:37', '', 2, 'https://usses.beanstalkweb.com/?p=240', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(241, 1, '2021-11-23 10:48:40', '2021-11-23 16:48:40', '<!-- wp:paragraph -->\r\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>...or something like this:</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:quote -->\r\n<blockquote class=\"wp-block-quote\">\r\n<p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p>\r\n</blockquote>\r\n<!-- /wp:quote -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>As a new WordPress user, you should go to <a href=\"https://usses.beanstalkweb.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\r\n<!-- /wp:paragraph -->\r\n\r\n<!-- wp:image {\"id\":8,\"sizeSlug\":\"large\"} -->\r\n<figure class=\"wp-block-image size-large\"><img class=\"wp-image-8\" src=\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png\" alt=\"\" /></figure>\r\n<!-- /wp:image -->\r\n\r\n<!-- wp:gravityforms/form /-->\r\n\r\n<!-- wp:columns -->\r\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":33.33} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 33.33%;\"> </div>\r\n<!-- /wp:column -->\r\n\r\n<!-- wp:column {\"width\":66.66} -->\r\n<div class=\"wp-block-column\" style=\"flex-basis: 66.66%;\"> </div>\r\n<!-- /wp:column --></div>\r\n<!-- /wp:columns -->\r\n\r\n<!-- wp:shortcode /-->\r\n\r\n<!-- wp:group -->\r\n<div class=\"wp-block-group\">\r\n<div class=\"wp-block-group__inner-container\"> </div>\r\n</div>\r\n<!-- /wp:group -->\r\n\r\n<!-- wp:paragraph -->\r\n<p>&nbsp;</p>\r\n<!-- /wp:paragraph -->', 'Home Page', '', 'inherit', 'closed', 'closed', '', '2-revision-v1', '', '', '2021-11-23 10:48:40', '2021-11-23 16:48:40', '', 2, 'https://usses.beanstalkweb.com/?p=241', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Main Menu', 'main-menu', 0),
(3, 'Footer Menu', 'footer-menu', 0),
(4, 'Copyright Menu', 'copyright-menu', 0),
(5, 'Usses Backend', 'usses-backend', 0),
(6, 'Dashboard Navigation', 'dashboard-navigation', 0),
(7, 'Dashboard Resources', 'dashboard-resources', 0),
(8, 'Usses Admin Backend', 'usses-admin-backend', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(16, 2, 0),
(17, 2, 0),
(18, 2, 0),
(19, 2, 0),
(20, 2, 0),
(190, 5, 0),
(27, 4, 0),
(28, 4, 0),
(29, 3, 0),
(30, 3, 0),
(31, 3, 0),
(32, 3, 0),
(33, 3, 0),
(97, 5, 0),
(100, 5, 0),
(102, 5, 0),
(98, 5, 0),
(101, 5, 0),
(99, 5, 0),
(106, 6, 0),
(107, 6, 0),
(108, 6, 0),
(109, 6, 0),
(110, 7, 0),
(111, 7, 0),
(112, 7, 0),
(114, 8, 0),
(116, 8, 0),
(120, 8, 0),
(126, 8, 0),
(125, 8, 0),
(191, 8, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 5),
(3, 3, 'nav_menu', '', 0, 5),
(4, 4, 'nav_menu', '', 0, 2),
(5, 5, 'nav_menu', '', 0, 7),
(6, 6, 'nav_menu', '', 0, 4),
(7, 7, 'nav_menu', '', 0, 3),
(8, 8, 'nav_menu', '', 0, 6);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfblockediplog`
--

CREATE TABLE `wp_wfblockediplog` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `countryCode` varchar(2) NOT NULL,
  `blockCount` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `unixday` int(10) UNSIGNED NOT NULL,
  `blockType` varchar(50) NOT NULL DEFAULT 'generic'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfblocks7`
--

CREATE TABLE `wp_wfblocks7` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `type` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `blockedTime` bigint(20) NOT NULL,
  `reason` varchar(255) NOT NULL,
  `lastAttempt` int(10) UNSIGNED DEFAULT '0',
  `blockedHits` int(10) UNSIGNED DEFAULT '0',
  `expiration` bigint(20) UNSIGNED NOT NULL DEFAULT '0',
  `parameters` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfconfig`
--

CREATE TABLE `wp_wfconfig` (
  `name` varchar(100) NOT NULL,
  `val` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfconfig`
--

INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('alertOn_update', 0x30, 'yes'),
('alertOn_scanIssues', 0x30, 'yes'),
('alertOn_throttle', 0x30, 'yes'),
('alertOn_block', 0x30, 'yes'),
('alertOn_loginLockout', 0x30, 'yes'),
('alertOn_breachLogin', 0x30, 'yes'),
('alertOn_lostPasswdForm', 0x30, 'yes'),
('alertOn_adminLogin', 0x30, 'yes'),
('alertOn_firstAdminLoginOnly', 0x30, 'yes'),
('alertOn_nonAdminLogin', 0x30, 'yes'),
('alertOn_firstNonAdminLoginOnly', 0x30, 'yes'),
('alertOn_wordfenceDeactivated', 0x30, 'yes'),
('alertOn_wafDeactivated', 0x30, 'yes'),
('liveTrafficEnabled', 0x30, 'yes'),
('advancedCommentScanning', 0x31, 'yes'),
('checkSpamIP', 0x31, 'yes'),
('spamvertizeCheck', 0x31, 'yes'),
('liveTraf_ignorePublishers', 0x31, 'yes'),
('liveTraf_displayExpandedRecords', 0x30, 'no'),
('scheduledScansEnabled', 0x31, 'yes'),
('lowResourceScansEnabled', 0x30, 'yes'),
('scansEnabled_checkGSB', 0x31, 'yes'),
('scansEnabled_checkHowGetIPs', 0x31, 'yes'),
('scansEnabled_core', 0x31, 'yes'),
('scansEnabled_themes', 0x30, 'yes'),
('scansEnabled_plugins', 0x30, 'yes'),
('scansEnabled_coreUnknown', 0x31, 'yes'),
('scansEnabled_malware', 0x31, 'yes'),
('scansEnabled_fileContents', 0x31, 'yes'),
('scansEnabled_fileContentsGSB', 0x31, 'yes'),
('scansEnabled_checkReadableConfig', 0x31, 'yes'),
('scansEnabled_suspectedFiles', 0x31, 'yes'),
('scansEnabled_posts', 0x31, 'yes'),
('scansEnabled_comments', 0x31, 'yes'),
('scansEnabled_suspiciousOptions', 0x31, 'yes'),
('scansEnabled_passwds', 0x31, 'yes'),
('scansEnabled_diskSpace', 0x31, 'yes'),
('scansEnabled_wafStatus', 0x31, 'yes'),
('scansEnabled_options', 0x31, 'yes'),
('scansEnabled_wpscan_fullPathDisclosure', 0x31, 'yes'),
('scansEnabled_wpscan_directoryListingEnabled', 0x31, 'yes'),
('scansEnabled_scanImages', 0x30, 'yes'),
('scansEnabled_highSense', 0x30, 'yes'),
('scansEnabled_oldVersions', 0x31, 'yes'),
('scansEnabled_suspiciousAdminUsers', 0x31, 'yes'),
('liveActivityPauseEnabled', 0x31, 'yes'),
('firewallEnabled', 0x31, 'yes'),
('autoBlockScanners', 0x31, 'yes'),
('loginSecurityEnabled', 0x31, 'yes'),
('loginSec_strongPasswds_enabled', 0x31, 'yes'),
('loginSec_breachPasswds_enabled', 0x31, 'yes'),
('loginSec_lockInvalidUsers', 0x30, 'yes'),
('loginSec_maskLoginErrors', 0x31, 'yes'),
('loginSec_blockAdminReg', 0x31, 'yes'),
('loginSec_disableAuthorScan', 0x31, 'yes'),
('loginSec_disableOEmbedAuthor', 0x30, 'yes'),
('loginSec_requireAdminTwoFactor', 0x30, 'yes'),
('notification_updatesNeeded', 0x31, 'yes'),
('notification_securityAlerts', 0x31, 'yes'),
('notification_promotions', 0x31, 'yes'),
('notification_blogHighlights', 0x31, 'yes'),
('notification_productUpdates', 0x31, 'yes'),
('notification_scanStatus', 0x31, 'yes'),
('other_hideWPVersion', 0x30, 'yes'),
('other_blockBadPOST', 0x30, 'yes'),
('other_scanComments', 0x31, 'yes'),
('other_pwStrengthOnUpdate', 0x31, 'yes'),
('other_WFNet', 0x31, 'yes'),
('other_scanOutside', 0x30, 'yes'),
('other_bypassLitespeedNoabort', 0x30, 'yes'),
('deleteTablesOnDeact', 0x30, 'yes'),
('autoUpdate', 0x31, 'yes'),
('startScansRemotely', 0x30, 'yes'),
('disableConfigCaching', 0x30, 'yes'),
('addCacheComment', 0x30, 'yes'),
('disableCodeExecutionUploads', 0x30, 'yes'),
('allowHTTPSCaching', 0x30, 'yes'),
('debugOn', 0x30, 'yes'),
('email_summary_enabled', '', 'yes'),
('email_summary_dashboard_widget_enabled', 0x31, 'yes'),
('ssl_verify', 0x31, 'yes'),
('ajaxWatcherDisabled_front', 0x30, 'yes'),
('ajaxWatcherDisabled_admin', 0x30, 'yes'),
('wafAlertOnAttacks', 0x30, 'yes'),
('disableWAFIPBlocking', 0x30, 'yes'),
('showAdminBarMenu', 0x31, 'yes'),
('displayTopLevelOptions', 0x31, 'yes'),
('displayTopLevelBlocking', 0x30, 'yes'),
('displayTopLevelLiveTraffic', 0x30, 'yes'),
('displayAutomaticBlocks', 0x31, 'yes'),
('allowLegacy2FA', 0x30, 'yes'),
('scan_include_extra', '', 'yes'),
('alertEmails', 0x6d696b65406265616e7374616c6b776562736f6c7574696f6e732e636f6d, 'yes'),
('liveTraf_ignoreUsers', '', 'yes'),
('liveTraf_ignoreIPs', '', 'yes'),
('liveTraf_ignoreUA', '', 'yes'),
('maxMem', 0x323536, 'yes'),
('scan_exclude', 0x77702d696e636c756465732f6a732f646973742f72656475782d726f7574696e652e6a730a77702d636f6e74656e742f706c7567696e732f67726176697479666f726d732f6a732f73686f7274636f64652d75692e6a73, 'yes'),
('scan_maxIssues', 0x31303030, 'yes'),
('scan_maxDuration', '', 'yes'),
('whitelisted', '', 'yes'),
('whitelistedServices', 0x7b7d, 'yes'),
('bannedURLs', '', 'yes'),
('maxExecutionTime', 0x30, 'yes'),
('howGetIPs', '', 'yes'),
('actUpdateInterval', 0x32, 'yes'),
('alert_maxHourly', 0x30, 'yes'),
('loginSec_userBlacklist', '', 'yes'),
('liveTraf_maxRows', 0x32303030, 'yes'),
('liveTraf_maxAge', 0x3330, 'yes'),
('neverBlockBG', 0x6e65766572426c6f636b5665726966696564, 'yes'),
('loginSec_countFailMins', 0x323430, 'yes'),
('loginSec_lockoutMins', 0x323430, 'yes'),
('loginSec_strongPasswds', 0x70756273, 'yes'),
('loginSec_breachPasswds', 0x61646d696e73, 'yes'),
('loginSec_maxFailures', 0x3230, 'yes'),
('loginSec_maxForgotPasswd', 0x3230, 'yes'),
('maxGlobalRequests', 0x44495341424c4544, 'yes'),
('maxGlobalRequests_action', 0x7468726f74746c65, 'yes'),
('maxRequestsCrawlers', 0x44495341424c4544, 'yes'),
('maxRequestsCrawlers_action', 0x7468726f74746c65, 'yes'),
('maxRequestsHumans', 0x44495341424c4544, 'yes'),
('maxRequestsHumans_action', 0x7468726f74746c65, 'yes'),
('max404Crawlers', 0x44495341424c4544, 'yes'),
('max404Crawlers_action', 0x7468726f74746c65, 'yes'),
('max404Humans', 0x44495341424c4544, 'yes'),
('max404Humans_action', 0x7468726f74746c65, 'yes'),
('blockedTime', 0x333030, 'yes'),
('email_summary_interval', 0x7765656b6c79, 'yes'),
('email_summary_excluded_directories', 0x77702d636f6e74656e742f63616368652c77702d636f6e74656e742f77666c6f6773, 'yes'),
('allowed404s', 0x2f66617669636f6e2e69636f0a2f6170706c652d746f7563682d69636f6e2a2e706e670a2f2a4032782e706e670a2f62726f77736572636f6e6669672e786d6c, 'yes'),
('wafAlertWhitelist', '', 'yes'),
('wafAlertInterval', 0x363030, 'yes'),
('wafAlertThreshold', 0x313030, 'yes'),
('howGetIPs_trusted_proxies', '', 'yes'),
('scanType', 0x7374616e64617264, 'yes'),
('manualScanType', 0x6f6e63654461696c79, 'yes'),
('schedStartHour', 0x3132, 'yes'),
('schedMode', 0x6175746f, 'yes'),
('cbl_loggedInBlocked', '', 'yes'),
('cbl_action', 0x626c6f636b, 'yes'),
('cbl_redirURL', '', 'yes'),
('cbl_bypassRedirURL', '', 'yes'),
('cbl_bypassRedirDest', '', 'yes'),
('cbl_bypassViewURL', '', 'yes'),
('loginSec_enableSeparateTwoFactor', '', 'yes'),
('blockCustomText', '', 'yes'),
('alertOn_severityLevel', 0x3235, 'yes'),
('apiKey', 0x36653165633535366636303535643539623236633132663933383834663933646463353339306136346134653663376430373733666337666264333562366332373736313038636666366430656633636536303964383837653663633130636361356334663036633264633034643661396465623837336631316633656362623535346232373265656266383633333062326336363232376663336332656231, 'yes'),
('keyType', 0x66726565, 'yes'),
('isPaid', '', 'yes'),
('betaThreatDefenseFeed', 0x30, 'yes'),
('timeoffset_wf_updated', 0x31363338323937383137, 'yes'),
('cacheType', 0x64697361626c6564, 'yes'),
('detectProxyRecommendation', 0x485454505f43465f434f4e4e454354494e475f4950, 'no'),
('dismissAutoPrependNotice', 0x30, 'yes'),
('onboardingAttempt1', 0x6c6963656e7365, 'yes'),
('onboardingAttempt2', '', 'no'),
('onboardingAttempt3', '', 'no'),
('onboardingAttempt3Initial', 0x30, 'yes'),
('needsNewTour_dashboard', 0x30, 'yes'),
('needsNewTour_firewall', 0x31, 'yes'),
('needsNewTour_scan', 0x31, 'yes'),
('needsNewTour_blocking', 0x31, 'yes'),
('needsNewTour_livetraffic', 0x31, 'yes'),
('needsNewTour_loginsecurity', 0x31, 'yes'),
('needsUpgradeTour_dashboard', 0x30, 'yes'),
('needsUpgradeTour_firewall', 0x30, 'yes'),
('needsUpgradeTour_scan', 0x30, 'yes'),
('needsUpgradeTour_blocking', 0x30, 'yes'),
('needsUpgradeTour_livetraffic', 0x30, 'yes'),
('needsUpgradeTour_loginsecurity', 0x30, 'yes'),
('supportContent', 0x7b22746f70223a5b7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a307d2c7b227469746c65223a224f7074696d697a696e6720546865204669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a317d2c7b227469746c65223a22576f726466656e636520576562204170706c69636174696f6e204669726577616c6c202857414629222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c226f72646572223a327d2c7b227469746c65223a225363616e2054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d2c7b227469746c65223a22576f726466656e636520616e64204c6974655370656564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f6c69746573706565645c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d2c7b227469746c65223a224669726577616c6c204c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a367d2c7b227469746c65223a225363616e20526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a377d2c7b227469746c65223a224920616d206c6f636b6564206f7574206f66206d792073697465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f23692d616d2d6c6f636b65642d6f75742d6f662d6d792d73697465222c226f72646572223a387d2c7b227469746c65223a2250485020466174616c206572726f723a204661696c6564206f70656e696e6720726571756972656420776f726466656e63652d7761662e706870222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f237068702d666174616c2d6572726f722d6661696c65642d6f70656e696e672d72657175697265642d776f726466656e63652d7761662d706870222c226f72646572223a397d5d2c22616c6c223a5b7b227469746c65223a22576f726466656e63652046726565222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f776f726466656e63652d667265655c2f222c2265786365727074223a22576f726466656e6365204672656520697320616e20616c6c2d696e2d6f6e6520736563757269747920736f6c7574696f6e20666f7220576f72645072657373207765627369746573207468617420696e636c7564657320616e20656e64706f696e74206669726577616c6c2c207365637572697479207363616e6e65722c206c6f67696e2073656375726974792c20616c657274732c2063656e7472616c697a6564206d616e6167656d656e742c20616e64206d6f72652e222c226f72646572223a307d2c7b227469746c65223a22576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f222c2265786365727074223a22576f726466656e63652043656e7472616c2070726f7669646573206120706f77657266756c20616e6420656666696369656e742077617920746f206d616e61676520746865207365637572697479206f66206d616e7920576f726450726573732073697465732076696120612073696e676c6520696e746572666163652e222c226368696c6472656e223a5b7b227469746c65223a22436f6e6e656374696e6720796f757220736974657320746f20576f726466656e63652043656e7472616c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e6e6563745c2f222c226f72646572223a307d2c7b227469746c65223a2253657474696e672075702074776f2d666163746f722061757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f3266615c2f222c226f72646572223a317d2c7b227469746c65223a225573696e67207468652044617368626f6172642070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f63656e7472616c5c2f222c226f72646572223a327d2c7b227469746c65223a225573696e672074686520436f6e66696775726174696f6e2070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f636f6e66696775726174696f6e5c2f222c226f72646572223a337d2c7b227469746c65223a225573696e6720576f726466656e636520706c7567696e206f7074696f6e732054656d706c61746573222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f74656d706c617465735c2f222c226f72646572223a347d2c7b227469746c65223a225573696e67207468652053657474696e67732070616765222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f73657474696e67735c2f222c226f72646572223a357d2c7b227469746c65223a225573696e6720576f726466656e63652043656e7472616c205465616d73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f7465616d735c2f222c226f72646572223a367d2c7b227469746c65223a2256696577696e67207363616e2046696e64696e6773222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f63656e7472616c5c2f66696e64696e67735c2f222c226f72646572223a377d5d2c226f72646572223a317d2c7b227469746c65223a2244617368626f617264222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f222c2265786365727074223a2254686520576f726466656e63652044617368626f6172642070726f766964657320696e736967687420696e746f207468652063757272656e74207374617465206f6620796f75722073697465e28099732073656375726974792e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22416c65727473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f64617368626f6172645c2f616c657274735c2f222c226f72646572223a317d5d2c226f72646572223a327d2c7b227469746c65223a224669726577616c6c222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f222c2265786365727074223a2254686520576f726466656e636520576562204170706c69636174696f6e204669726577616c6c2069732061205048502062617365642c206170706c69636174696f6e206c6576656c206669726577616c6c20746861742066696c74657273206f7574206d616c6963696f757320726571756573747320746f20796f757220736974652e20222c226368696c6472656e223a5b7b227469746c65223a224f7074696d697a696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696d697a696e672d7468652d6669726577616c6c5c2f222c226f72646572223a307d2c7b227469746c65223a224c6561726e696e67204d6f6465222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6c6561726e696e672d6d6f64655c2f222c226f72646572223a317d2c7b227469746c65223a2253746174697374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f737461746973746963735c2f222c226f72646572223a327d2c7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6f7074696f6e735c2f222c226f72646572223a337d2c7b227469746c65223a224d7953514c692073746f7261676520656e67696e65222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f6d7973716c692d73746f726167652d656e67696e655c2f222c226f72646572223a347d2c7b227469746c65223a22427275746520466f7263652050726f74656374696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f62727574652d666f7263655c2f222c226f72646572223a357d2c7b227469746c65223a2252617465204c696d6974696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f726174652d6c696d6974696e675c2f222c226f72646572223a367d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6669726577616c6c5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a377d5d2c226f72646572223a337d2c7b227469746c65223a22426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f222c2265786365727074223a2241736964652066726f6d20746865206669726577616c6c2072756c657320746861742070726f7465637420616761696e737420766172696f75732061747461636b732c20576f726466656e636520616c736f2068617320637573746f6d20666561747572657320666f72206164646974696f6e616c20626c6f636b696e672e20222c226368696c6472656e223a5b7b227469746c65223a22436f756e74727920426c6f636b696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f636f756e7472792d626c6f636b696e675c2f222c226f72646572223a307d2c7b227469746c65223a22426c6f636b696e672054726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f626c6f636b696e675c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a317d5d2c226f72646572223a347d2c7b227469746c65223a225363616e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f222c2265786365727074223a224120576f726466656e6365207363616e206578616d696e657320616c6c2066696c6573206f6e20796f757220576f726450726573732077656273697465206c6f6f6b696e6720666f72206d616c6963696f757320636f64652c206261636b646f6f72732c20616e64207368656c6c732074686174206861636b657273206861766520696e7374616c6c65642e20497420616c736f207363616e7320666f72206b6e6f776e206d616c6963696f75732055524c7320616e64206b6e6f776e207061747465726e73206f6620696e66656374696f6e732e222c226368696c6472656e223a5b7b227469746c65223a224f7074696f6e73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f6f7074696f6e735c2f222c226f72646572223a307d2c7b227469746c65223a22526573756c7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363616e2d726573756c74735c2f222c226f72646572223a317d2c7b227469746c65223a225363686564756c696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f7363686564756c696e675c2f222c226f72646572223a327d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7363616e5c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a337d5d2c226f72646572223a357d2c7b227469746c65223a22546f6f6c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f222c2265786365727074223a22576f726466656e636520546f6f6c7320696e636c756465204c697665205472616666696320616e616c797369732c2057484f4953204c6f6f6b75702c20496d706f72745c2f4578706f7274204f7074696f6e732c20616e6420446961676e6f73746963732e222c226368696c6472656e223a5b7b227469746c65223a224c6976652054726166666963222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c6976652d747261666669635c2f222c226f72646572223a307d2c7b227469746c65223a2257484f4953204c6f6f6b7570222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f77686f69732d6c6f6f6b75705c2f222c226f72646572223a317d2c7b227469746c65223a22496d706f72745c2f4578706f7274222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f696d706f72742d6578706f72745c2f222c226f72646572223a327d2c7b227469746c65223a22446961676e6f7374696373222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f646961676e6f73746963735c2f222c226f72646572223a337d2c7b227469746c65223a224c65676163792054776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f6c65676163792d74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a347d2c7b227469746c65223a2254776f2d466163746f722041757468656e7469636174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f746f6f6c735c2f74776f2d666163746f722d61757468656e7469636174696f6e5c2f222c226f72646572223a357d5d2c226f72646572223a367d2c7b227469746c65223a224c6f67696e205365637572697479222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974795c2f222c2265786365727074223a22546865204c6f67696e20536563757269747920706167652063757272656e746c7920636f6e7461696e732073657474696e677320666f722074776f2d666163746f722061757468656e7469636174696f6e20283246412920616e64207265434150544348412e20496e20612066757475726520576f726466656e63652076657273696f6e2c206578697374696e67206c6f67696e2d72656c617465642066656174757265732077696c6c20616c736f206d6f766520746f207468652073616d6520706167652e222c226f72646572223a377d2c7b227469746c65223a22416476616e636564222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f222c2265786365727074223a22496620796f752077616e7420746f206b6e6f77206d6f72652061626f75742074686520746563686e6963616c2064657461696c73206f6620576f726466656e63652c20796f752077696c6c2066696e642074686520616e737765727320696e20746869732073656374696f6e2e222c226368696c6472656e223a5b7b227469746c65223a2253797374656d20726571756972656d656e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f73797374656d2d726571756972656d656e74735c2f222c226f72646572223a307d2c7b227469746c65223a224368616e67656c6f67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f6368616e67656c6f675c2f222c226f72646572223a317d2c7b227469746c65223a2252656d6f7665206f72205265736574222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f72656d6f76652d6f722d72657365745c2f222c226f72646572223a327d2c7b227469746c65223a22546563686e6963616c2044657461696c73222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f746563686e6963616c2d64657461696c735c2f222c226f72646572223a337d2c7b227469746c65223a22436f6e7374616e7473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f636f6e7374616e74735c2f222c226f72646572223a347d2c7b227469746c65223a22576f726466656e636520415049222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f776f726466656e63652d6170695c2f222c226f72646572223a357d2c7b227469746c65223a2254726f75626c6573686f6f74696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f74726f75626c6573686f6f74696e675c2f222c226f72646572223a367d2c7b227469746c65223a22506c7567696e205c2f205468656d6520436f6e666c69637473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f616476616e6365645c2f706c7567696e2d7468656d652d636f6e666c696374735c2f222c226f72646572223a377d5d2c226f72646572223a387d2c7b227469746c65223a22576f726466656e6365205072656d69756d222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f222c2265786365727074223a22576f726466656e6365205072656d69756d20636f6d65732077697468207265616c2d74696d65206669726577616c6c2070726f74656374696f6e2c207265616c2d74696d65207363616e207369676e6174757265732c20616e204950206164647265737320626c6f636b6c6973742c20636f756e74727920626c6f636b696e672c20616e64205072656d69756d20737570706f72742e222c226368696c6472656e223a5b7b227469746c65223a224163636f756e74222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6163636f756e745c2f222c226f72646572223a307d2c7b227469746c65223a2250726963696e67222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f70726963696e675c2f222c226f72646572223a317d2c7b227469746c65223a224c6963656e7365204b6579222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f7072656d69756d5c2f6170692d6b65795c2f222c226f72646572223a327d5d2c226f72646572223a397d2c7b227469746c65223a22576f726466656e636520616e642047445052202d2047656e6572616c20446174612050726f74656374696f6e20526567756c6174696f6e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f222c2265786365727074223a2244656669616e742c2074686520636f6d70616e7920626568696e6420576f726466656e63652c20686173207570646174656420697473207465726d73206f66207573652c207072697661637920706f6c696369657320616e6420736f6674776172652c2061732077656c6c206173206d61646520617661696c61626c65207374616e6461726420636f6e747261637475616c20636c617573657320746f206d656574204744505220636f6d706c69616e63652e20437573746f6d657273206d7573742072657669657720616e6420616772656520746f2075706461746564207465726d7320696e206f7264657220746f20636f6e74696e7565207573696e67206f75722070726f647563747320616e642073657276696365732e222c226368696c6472656e223a5b7b227469746c65223a225375622d50726f636573736f7273204c697374222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f67656e6572616c2d646174612d70726f74656374696f6e2d726567756c6174696f6e5c2f7375622d70726f636573736f72732d6c6973745c2f222c226f72646572223a307d5d2c226f72646572223a31307d2c7b227469746c65223a225369746520436c65616e696e6720616e6420536563757269747920417564697473222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f73656375726974792d73657276696365735c2f222c2265786365727074223a224c6574206f6e65206f66206f757220536563757269747920416e616c797374732068656c7020796f7520636c65616e20796f757220696e6665637465642073697465206f7220696e737065637420697420666f722076756c6e65726162696c69746965732e222c226f72646572223a31317d2c7b227469746c65223a224c6f67696e20536563757269747920506c7567696e222c227065726d616c696e6b223a2268747470733a5c2f5c2f7777772e776f726466656e63652e636f6d5c2f68656c705c2f6c6f67696e2d73656375726974792d706c7567696e5c2f222c2265786365727074223a2254686520576f726466656e6365204c6f67696e20536563757269747920706c7567696e20636f6e7461696e73206120737562736574206f662074686520666561747572657320666f756e6420696e207468652066756c6c20576f726466656e636520706c7567696e3a2054776f2d666163746f722041757468656e7469636174696f6e2c20584d4c2d5250432050726f74656374696f6e20616e64204c6f67696e205061676520434150544348412e20497420697320696465616c20666f722073697465732074686174206e656564206c6f67696e2073656375726974792066756e6374696f6e616c69747920627574206569746865722063616ee2809974206f7220646f6ee28099742077616e7420746f2072756e207468652066756c6c20576f726466656e636520706c7567696e2e222c226f72646572223a31327d5d7d, 'yes'),
('supportHash', 0x30613962653033653330623562393161336435653163353765613063653564613261396362326530306663633738353862333137336166643435363065303361, 'yes'),
('whitelistPresets', 0x7b22776f726466656e6365223a7b226e223a22576f726466656e6365222c2268223a747275652c2264223a747275652c2266223a747275652c2272223a5b2235342e36382e33322e323437222c2236392e34362e33362e305c2f3237222c22323630353a323430303a303130343a303130303a3a5c2f3536225d7d2c22737563757269223a7b226e223a22537563757269222c2264223a747275652c2272223a5b2239372e37342e3132372e313731222c2236392e3136342e3230332e313732222c223137332e3233302e3132382e313335222c2236362e3232382e33342e3439222c2236362e3232382e34302e313835222c2235302e3131362e33362e3932222c2235302e3131362e33362e3933222c2235302e3131362e332e313731222c223139382e35382e39362e323132222c2235302e3131362e36332e323231222c223139322e3135352e39322e313132222c223139322e38312e3132382e3331222c223139382e35382e3130362e323434222c223139322e3135352e39352e313339222c2232332e3233392e392e323237222c223139382e35382e3131322e313033222c223139322e3135352e39342e3433222c223136322e3231362e31362e3333222c223137332e3235352e3233332e313234222c223137332e3235352e3233332e313234222c223139322e3135352e39302e313739222c2235302e3131362e34312e323137222c223139322e38312e3132392e323237222c223139382e35382e3131312e3830222c223136322e3231362e31392e313833225d7d2c2266616365626f6f6b223a7b226e223a2246616365626f6f6b222c2264223a747275652c2272223a5b2236392e36332e3137362e305c2f3230222c2236362e3232302e3134342e305c2f3230222c2236362e3232302e3134342e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236392e36332e3137362e305c2f3231222c2237342e3131392e37362e305c2f3232222c2236392e3137312e3235352e305c2f3234222c223137332e3235322e36342e305c2f3138222c2236392e3137312e3232342e305c2f3139222c2236392e3137312e3232342e305c2f3230222c223130332e342e39362e305c2f3232222c2236392e36332e3137362e305c2f3234222c223137332e3235322e36342e305c2f3139222c223137332e3235322e37302e305c2f3234222c2233312e31332e36342e305c2f3138222c2233312e31332e32342e305c2f3231222c2236362e3232302e3135322e305c2f3231222c2236362e3232302e3135392e305c2f3234222c2236392e3137312e3233392e305c2f3234222c2236392e3137312e3234302e305c2f3230222c2233312e31332e36342e305c2f3139222c2233312e31332e36342e305c2f3234222c2233312e31332e36352e305c2f3234222c2233312e31332e36372e305c2f3234222c2233312e31332e36382e305c2f3234222c2233312e31332e36392e305c2f3234222c2233312e31332e37302e305c2f3234222c2233312e31332e37312e305c2f3234222c2233312e31332e37322e305c2f3234222c2233312e31332e37332e305c2f3234222c2233312e31332e37342e305c2f3234222c2233312e31332e37352e305c2f3234222c2233312e31332e37362e305c2f3234222c2233312e31332e37372e305c2f3234222c2233312e31332e39362e305c2f3139222c2233312e31332e36362e305c2f3234222c223137332e3235322e39362e305c2f3139222c2236392e36332e3137382e305c2f3234222c2233312e31332e37382e305c2f3234222c2233312e31332e37392e305c2f3234222c2233312e31332e38302e305c2f3234222c2233312e31332e38322e305c2f3234222c2233312e31332e38332e305c2f3234222c2233312e31332e38342e305c2f3234222c2233312e31332e38352e305c2f3234222c2233312e31332e38362e305c2f3234222c2233312e31332e38372e305c2f3234222c2233312e31332e38382e305c2f3234222c2233312e31332e38392e305c2f3234222c2233312e31332e39302e305c2f3234222c2233312e31332e39312e305c2f3234222c2233312e31332e39322e305c2f3234222c2233312e31332e39332e305c2f3234222c2233312e31332e39342e305c2f3234222c2233312e31332e39352e305c2f3234222c2236392e3137312e3235332e305c2f3234222c2236392e36332e3138362e305c2f3234222c2233312e31332e38312e305c2f3234222c223137392e36302e3139322e305c2f3232222c223137392e36302e3139322e305c2f3234222c223137392e36302e3139332e305c2f3234222c223137392e36302e3139342e305c2f3234222c223137392e36302e3139352e305c2f3234222c223138352e36302e3231362e305c2f3232222c2234352e36342e34302e305c2f3232222c223138352e36302e3231362e305c2f3234222c223138352e36302e3231372e305c2f3234222c223138352e36302e3231382e305c2f3234222c223138352e36302e3231392e305c2f3234222c223132392e3133342e302e305c2f3136222c223135372e3234302e302e305c2f3136222c223135372e3234302e382e305c2f3234222c223135372e3234302e302e305c2f3234222c223135372e3234302e312e305c2f3234222c223135372e3234302e322e305c2f3234222c223135372e3234302e332e305c2f3234222c223135372e3234302e342e305c2f3234222c223135372e3234302e352e305c2f3234222c223135372e3234302e362e305c2f3234222c223135372e3234302e372e305c2f3234222c223135372e3234302e392e305c2f3234222c223135372e3234302e31302e305c2f3234222c223135372e3234302e31362e305c2f3234222c223135372e3234302e31392e305c2f3234222c223135372e3234302e31312e305c2f3234222c223135372e3234302e31322e305c2f3234222c223135372e3234302e31332e305c2f3234222c223135372e3234302e31342e305c2f3234222c223135372e3234302e31352e305c2f3234222c223135372e3234302e31372e305c2f3234222c223135372e3234302e31382e305c2f3234222c223135372e3234302e32302e305c2f3234222c223135372e3234302e32312e305c2f3234222c223135372e3234302e32322e305c2f3234222c223135372e3234302e32332e305c2f3234222c223135372e3234302e302e305c2f3137222c2236392e3137312e3235302e305c2f3234222c223135372e3234302e32342e305c2f3234222c223135372e3234302e32352e305c2f3234222c223139392e3230312e36342e305c2f3234222c223139392e3230312e36352e305c2f3234222c223139392e3230312e36342e305c2f3232222c223230342e31352e32302e305c2f3232222c223135372e3234302e3139322e305c2f3234222c223132392e3133342e302e305c2f3137222c223230342e31352e32302e305c2f3232222c2236392e36332e3137362e305c2f3230222c2236392e36332e3137362e305c2f3231222c2236392e36332e3138342e305c2f3231222c2236362e3232302e3134342e305c2f3230222c2236392e36332e3137362e305c2f3230222c22323632303a303a316330303a3a5c2f3430222c22326130333a323838303a3a5c2f3332222c22326130333a323838303a666666653a3a5c2f3438222c22326130333a323838303a666666663a3a5c2f3438222c22323632303a303a316366663a3a5c2f3438222c22326130333a323838303a663030303a3a5c2f3438222c22326130333a323838303a663030313a3a5c2f3438222c22326130333a323838303a663030323a3a5c2f3438222c22326130333a323838303a663030333a3a5c2f3438222c22326130333a323838303a663030343a3a5c2f3438222c22326130333a323838303a663030353a3a5c2f3438222c22326130333a323838303a663030363a3a5c2f3438222c22326130333a323838303a663030373a3a5c2f3438222c22326130333a323838303a663030383a3a5c2f3438222c22326130333a323838303a663030393a3a5c2f3438222c22326130333a323838303a663030613a3a5c2f3438222c22326130333a323838303a663030623a3a5c2f3438222c22326130333a323838303a663030633a3a5c2f3438222c22326130333a323838303a663030643a3a5c2f3438222c22326130333a323838303a663030653a3a5c2f3438222c22326130333a323838303a663030663a3a5c2f3438222c22326130333a323838303a663031303a3a5c2f3438222c22326130333a323838303a663031313a3a5c2f3438222c22326130333a323838303a663031323a3a5c2f3438222c22326130333a323838303a663031333a3a5c2f3438222c22326130333a323838303a663031343a3a5c2f3438222c22326130333a323838303a663031353a3a5c2f3438222c22326130333a323838303a663031363a3a5c2f3438222c22326130333a323838303a663031373a3a5c2f3438222c22326130333a323838303a663031383a3a5c2f3438222c22326130333a323838303a663031393a3a5c2f3438222c22326130333a323838303a663031613a3a5c2f3438222c22326130333a323838303a663031623a3a5c2f3438222c22326130333a323838303a663031633a3a5c2f3438222c22326130333a323838303a663031643a3a5c2f3438222c22326130333a323838303a663031653a3a5c2f3438222c22326130333a323838303a663031663a3a5c2f3438222c22326130333a323838303a313030303a3a5c2f3336222c22326130333a323838303a323030303a3a5c2f3336222c22326130333a323838303a333030303a3a5c2f3336222c22326130333a323838303a343030303a3a5c2f3336222c22326130333a323838303a353030303a3a5c2f3336222c22326130333a323838303a363030303a3a5c2f3336222c22326130333a323838303a373030303a3a5c2f3336222c22326130333a323838303a663032303a3a5c2f3438222c22326130333a323838303a663032313a3a5c2f3438222c22326130333a323838303a663032323a3a5c2f3438222c22326130333a323838303a663032333a3a5c2f3438222c22326130333a323838303a663032343a3a5c2f3438222c22326130333a323838303a663032353a3a5c2f3438222c22326130333a323838303a663032363a3a5c2f3438222c22326130333a323838303a663032373a3a5c2f3438222c22326130333a323838303a663032383a3a5c2f3438222c22326130333a323838303a663032393a3a5c2f3438222c22326130333a323838303a663032623a3a5c2f3438222c22326130333a323838303a663032633a3a5c2f3438222c22326130333a323838303a663032643a3a5c2f3438222c22326130333a323838303a663032653a3a5c2f3438222c22326130333a323838303a663032663a3a5c2f3438222c22326130333a323838303a663033303a3a5c2f3438222c22326130333a323838303a663033313a3a5c2f3438222c22326130333a323838303a663033323a3a5c2f3438222c22326130333a323838303a663033333a3a5c2f3438222c22326130333a323838303a663033343a3a5c2f3438222c22326130333a323838303a663033353a3a5c2f3438222c22326130333a323838303a663033363a3a5c2f3438222c22326130333a323838303a663033373a3a5c2f3438222c22326130333a323838303a663033383a3a5c2f3438222c22326130333a323838303a663033393a3a5c2f3438222c22326130333a323838303a663033613a3a5c2f3438222c22326130333a323838303a663033623a3a5c2f3438222c22326130333a323838303a663033633a3a5c2f3438222c22326130333a323838303a663033643a3a5c2f3438222c22326130333a323838303a663033653a3a5c2f3438222c22326130333a323838303a663033663a3a5c2f3438222c22323430313a646230303a3a5c2f3332222c22326130333a323838303a3a5c2f3336222c22323830333a363038303a3a5c2f3332222c22326130333a323838303a663130303a3a5c2f3438222c22326130333a323838303a663230303a3a5c2f3438222c22326130333a323838303a663130313a3a5c2f3438222c22326130333a323838303a663230313a3a5c2f3438222c22326130333a323838303a663130323a3a5c2f3438222c22326130333a323838303a663230323a3a5c2f3438222c22326130333a323838303a663130333a3a5c2f3438222c22326130333a323838303a663230333a3a5c2f3438222c22326130333a323838303a663130343a3a5c2f3438222c22326130333a323838303a663230343a3a5c2f3438222c22326130333a323838303a663130373a3a5c2f3438222c22326130333a323838303a663230373a3a5c2f3438222c22326130333a323838303a663130383a3a5c2f3438222c22326130333a323838303a663230383a3a5c2f3438222c22326130333a323838303a663130393a3a5c2f3438222c22326130333a323838303a663230393a3a5c2f3438222c22326130333a323838303a663130613a3a5c2f3438222c22326130333a323838303a663230613a3a5c2f3438222c22326130333a323838303a663130623a3a5c2f3438222c22326130333a323838303a663230623a3a5c2f3438222c22326130333a323838303a663130643a3a5c2f3438222c22326130333a323838303a663230643a3a5c2f3438222c22326130333a323838303a663130653a3a5c2f3438222c22326130333a323838303a663230653a3a5c2f3438222c22326130333a323838303a663130663a3a5c2f3438222c22326130333a323838303a663230663a3a5c2f3438222c22326130333a323838303a663131303a3a5c2f3438222c22326130333a323838303a663231303a3a5c2f3438222c22326130333a323838303a663131313a3a5c2f3438222c22326130333a323838303a663231313a3a5c2f3438222c22326130333a323838303a663131323a3a5c2f3438222c22326130333a323838303a663231323a3a5c2f3438222c22326130333a323838303a663131343a3a5c2f3438222c22326130333a323838303a663231343a3a5c2f3438222c22326130333a323838303a663131353a3a5c2f3438222c22326130333a323838303a663231353a3a5c2f3438222c22326130333a323838303a663131363a3a5c2f3438222c22326130333a323838303a663231363a3a5c2f3438222c22326130333a323838303a663131373a3a5c2f3438222c22326130333a323838303a663231373a3a5c2f3438222c22326130333a323838303a663131383a3a5c2f3438222c22326130333a323838303a663231383a3a5c2f3438222c22326130333a323838303a663131393a3a5c2f3438222c22326130333a323838303a663231393a3a5c2f3438222c22326130333a323838303a663131613a3a5c2f3438222c22326130333a323838303a663231613a3a5c2f3438222c22326130333a323838303a663131663a3a5c2f3438222c22326130333a323838303a663231663a3a5c2f3438222c22326130333a323838303a663132313a3a5c2f3438222c22326130333a323838303a663232313a3a5c2f3438222c22326130333a323838303a663132323a3a5c2f3438222c22326130333a323838303a663232323a3a5c2f3438222c22326130333a323838303a663132333a3a5c2f3438222c22326130333a323838303a663232333a3a5c2f3438222c22326130333a323838303a663130633a3a5c2f3438222c22326130333a323838303a663230633a3a5c2f3438222c22326130333a323838303a663132363a3a5c2f3438222c22326130333a323838303a663232363a3a5c2f3438222c22326130333a323838303a663130353a3a5c2f3438222c22326130333a323838303a663230353a3a5c2f3438222c22326130333a323838303a663132353a3a5c2f3438222c22326130333a323838303a663232353a3a5c2f3438222c22326130333a323838303a663130363a3a5c2f3438222c22326130333a323838303a663230363a3a5c2f3438222c22326130333a323838303a663131623a3a5c2f3438222c22326130333a323838303a663231623a3a5c2f3438222c22326130333a323838303a663131333a3a5c2f3438222c22326130333a323838303a663231333a3a5c2f3438222c22326130333a323838303a663131633a3a5c2f3438222c22326130333a323838303a663231633a3a5c2f3438222c22326130333a323838303a663132383a3a5c2f3438222c22326130333a323838303a663232383a3a5c2f3438222c22326130333a323838303a663032613a3a5c2f3438222c22326130333a323838303a663132613a3a5c2f3438222c22326130333a323838303a663232613a3a5c2f3438222c22326130333a323838303a663132663a3a5c2f3438222c22326130333a323838303a663232663a3a5c2f3438222c22326130333a323838303a663131643a3a5c2f3438222c22326130333a323838303a663131653a3a5c2f3438222c22326130333a323838303a663132303a3a5c2f3438222c22326130333a323838303a663132343a3a5c2f3438222c22326130333a323838303a663132373a3a5c2f3438222c22326130333a323838303a663132393a3a5c2f3438222c22326130333a323838303a663132623a3a5c2f3438222c22326130333a323838303a663132633a3a5c2f3438222c22326130333a323838303a663132643a3a5c2f3438222c22326130333a323838303a663132653a3a5c2f3438222c22326130333a323838303a663133303a3a5c2f3438222c22326130333a323838303a663133313a3a5c2f3438222c22326130333a323838303a663133323a3a5c2f3438222c22326130333a323838303a663133333a3a5c2f3438222c22326130333a323838303a663133343a3a5c2f3438222c22326130333a323838303a663133353a3a5c2f3438222c22326130333a323838303a663133363a3a5c2f3438222c22326130333a323838303a663133373a3a5c2f3438222c22326130333a323838303a663133383a3a5c2f3438222c22326130333a323838303a663133393a3a5c2f3438222c22326130333a323838303a663133613a3a5c2f3438222c22326130333a323838303a663133623a3a5c2f3438222c22326130333a323838303a663133633a3a5c2f3438222c22326130333a323838303a663133643a3a5c2f3438222c22326130333a323838303a663133653a3a5c2f3438222c22326130333a323838303a663133663a3a5c2f3438222c22326130333a323838303a663231643a3a5c2f3438222c22326130333a323838303a663231653a3a5c2f3438222c22326130333a323838303a663232303a3a5c2f3438222c22326130333a323838303a663232343a3a5c2f3438222c22326130333a323838303a663232373a3a5c2f3438222c22326130333a323838303a663232393a3a5c2f3438222c22326130333a323838303a663232623a3a5c2f3438222c22326130333a323838303a663232633a3a5c2f3438222c22326130333a323838303a663232643a3a5c2f3438222c22326130333a323838303a663232653a3a5c2f3438222c22326130333a323838303a663233303a3a5c2f3438222c22326130333a323838303a663233313a3a5c2f3438222c22326130333a323838303a663233323a3a5c2f3438222c22326130333a323838303a663233333a3a5c2f3438222c22326130333a323838303a663233343a3a5c2f3438222c22326130333a323838303a663233353a3a5c2f3438222c22326130333a323838303a663233363a3a5c2f3438222c22326130333a323838303a663233373a3a5c2f3438222c22326130333a323838303a663233383a3a5c2f3438222c22326130333a323838303a663233393a3a5c2f3438222c22326130333a323838303a663233613a3a5c2f3438222c22326130333a323838303a663233623a3a5c2f3438222c22326130333a323838303a663233633a3a5c2f3438222c22326130333a323838303a663233643a3a5c2f3438222c22326130333a323838303a663233653a3a5c2f3438222c22326130333a323838303a663233663a3a5c2f3438222c22326130333a323838303a663066663a3a5c2f3438222c22326130333a323838303a663166663a3a5c2f3438222c22326130333a323838303a663266663a3a5c2f3438222c22326330663a656637383a303030333a3a5c2f3438225d7d2c22757074696d65726f626f74223a7b226e223a22557074696d6520526f626f74222c2264223a747275652c2272223a5b2236392e3136322e3132342e3232345c2f3238222c2236332e3134332e34322e3234305c2f3238225d7d2c2273746174757363616b65223a7b226e223a2253746174757343616b65222c2264223a747275652c2272223a5b223130332e3139342e3131322e3730222c223130342e3133312e3234372e313531222c223130342e3133312e3234382e3635222c223130342e3133312e3234382e3738222c223130342e3135362e3232392e3234222c223130342e3135362e3235352e313834222c223130342e3230362e3136382e3236222c223130342e3233382e3136342e313035222c223130372e3135302e312e313335222c223130372e3135352e3130342e313832222c223130372e3135352e3130382e323334222c223130372e3135352e3132352e3239222c223130372e3136312e32382e323139222c223130372e3137302e3139372e323438222c223130372e3137302e3231392e3436222c223130372e3137302e3232372e3233222c223130372e3137302e3232372e3234222c223130372e3137302e3234302e313431222c223130372e3137302e35332e313931222c223130372e3139312e34372e313331222c223130372e3139312e35372e323337222c223130382e36312e3131392e313533222c223130382e36312e3136322e323134222c223130382e36312e3230352e323031222c223130382e36312e3231322e313431222c223130382e36312e3231352e313739222c223132352e36332e34382e323339222c223132382e3139392e3232322e3635222c223133382e3139372e3133302e323332222c223133382e3139372e3133302e323335222c223133382e3139372e3134302e323433222c223133382e3230342e3137312e313336222c223133382e36382e32342e313135222c223133382e36382e32342e313336222c223133382e36382e32342e323037222c223133382e36382e32342e3630222c223133382e36382e38302e3130222c223133382e36382e38302e313733222c223133392e35392e31352e3739222c223133392e35392e3135352e3236222c223133392e35392e3139302e323431222c223133392e35392e32322e313039222c223133392e35392e32362e3835222c223133392e35392e32392e313637222c223134392e3135342e3135372e3631222c223134392e3235352e35392e313030222c223135312e3233362e31302e323338222c223135312e3233362e31382e3830222c223135312e38302e3137352e323233222c223135312e38302e3137352e323236222c223135342e3132372e36302e3233222c223135342e3132372e36302e3539222c223135382e3235352e3230382e3736222c223135392e3230332e3138322e3232222c223135392e3230332e3138322e3630222c223135392e3230332e3138362e323235222c223135392e3230332e33312e3138222c223136322e3234332e3234372e313633222c223136322e3234332e37312e3536222c223136322e3234382e39372e3732222c223136322e3235332e36342e313034222c223136322e3235332e36342e3837222c223137362e35362e3233302e313130222c223137382e36322e3130312e3537222c223137382e36322e3130342e313337222c223137382e36322e3130362e3834222c223137382e36322e3130392e37222c223137382e36322e34302e323333222c223137382e36322e34312e3434222c223137382e36322e34312e3439222c223137382e36322e34312e3532222c223137382e36322e36352e313632222c223137382e36322e37312e323237222c223137382e36322e37382e313939222c223137382e36322e38302e3933222c223137382e36322e38362e3639222c223137382e37332e3231302e3939222c223138312e34312e3230312e313137222c223138312e34312e3231342e313337222c223138352e3131322e3135372e313835222c223138352e31322e34352e3730222c223138352e34372e3132392e313638222c223138352e36302e3133352e3836222c223138382e3136362e3135382e323234222c223138382e3136362e3235332e313438222c223138382e3232362e3133392e313538222c223138382e3232362e3135382e313630222c223138382e3232362e3136392e323238222c223138382e3232362e3137312e3538222c223138382e3232362e3138342e313532222c223138382e3232362e3138352e313036222c223138382e3232362e3138362e313939222c223138382e3232362e3230332e3834222c223138382e3232362e3234372e313834222c223138382e36382e3233382e3739222c223139322e3234312e3232312e3131222c223139332e3132342e3137382e3534222c223139332e3132342e3137382e3631222c223139332e3138322e3134342e313035222c223139332e3138322e3134342e313437222c223139392e3136372e3132382e3830222c223230392e3232322e33302e323432222c223231332e3138332e35362e313037222c223231372e3134382e34332e313838222c223231372e3134382e34332e323032222c2233312e3232302e372e323337222c2233372e3135372e3234362e313436222c2233372e3233352e34382e3432222c2233372e3233352e35322e3235222c2233372e3233352e35332e323430222c2233372e3233352e35352e323035222c2233372e39372e3138382e313033222c2234352e33322e3132382e3830222c2234352e33322e3134352e3739222c2234352e33322e3135312e3231222c2234352e33322e3136302e313732222c2234352e33322e3136362e313935222c2234352e33322e3137312e3234222c2234352e33322e3139322e313938222c2234352e33322e3139352e313836222c2234352e33322e3139352e3933222c2234352e33322e3231322e3536222c2234352e33322e33362e313538222c2234352e33322e372e3232222c2234352e36332e3132312e313539222c2234352e36332e32362e3738222c2234352e36332e35312e3633222c2234352e36332e36312e323133222c2234352e36332e37362e3638222c2234352e36332e37382e3834222c2234352e36332e38362e313230222c2234352e36332e38382e323133222c2234352e37362e312e3434222c2234352e37362e3139322e3530222c2234352e37362e332e313132222c2234362e3130312e302e3234222c2234362e3130312e3131302e3332222c2234362e3130312e3131302e3433222c2234362e3130312e3131302e3435222c2234362e3130312e32302e3936222c2234362e3130312e3233382e313832222c2234362e3130312e3233382e313839222c2234362e3130312e3234302e323038222c2234362e3130312e32372e313836222c2234362e3130312e36312e3833222c2234362e3130312e37342e323531222c22352e34352e3137392e313033222c2235302e322e3133392e3136222c2238322e3232312e39352e313631222c2239312e3233362e3131362e313633225d7d2c226d616e6167657770223a7b226e223a224d616e6167655750222c2264223a66616c73652c2272223a5b2233342e3231312e3138302e3636222c2235342e37302e36352e313037222c2233342e3231302e3232342e37222c2235322e34312e352e313038222c2235322e33352e37322e313239222c2235342e3139312e3133372e3137222c2233352e3136322e3235342e323533222c2235322e31312e31322e323331222c2235322e31312e32392e3730222c2235322e31312e35342e313631222c2235322e32342e3134322e313539222c2235322e32352e3139312e323535222c2235322e32372e3138312e313236222c2235322e33342e3132362e313137222c2235322e33342e3235342e3437222c2235322e33352e38322e3939222c2235322e33362e32382e3830222c2235322e33382e3130362e3937222c2235322e33392e3137372e313532222c2235322e34312e3233302e313438222c2235322e34312e3233372e3132222c2235322e34322e3132362e313636222c2235322e34332e31332e3731222c2235322e34332e37362e323234222c2235322e38382e39362e313130222c2235322e38392e3135352e3531222c2235342e3134382e37332e313138222c2235342e3138362e33372e313035222c2235342e3138372e39322e3537222c2235342e3139312e33322e3635222c2235342e3139312e36372e3233222c2235342e3139312e38302e313139222c2235342e3139312e3133352e323039222c2235342e3139312e3133362e313736222c2235342e3139312e3134382e3835222c2235342e3139312e3134392e38222c2235322e32362e3132322e3231222c2235322e32342e3138372e3239222c2235322e38392e38352e313037222c2235342e3138362e3132382e313637222c2235342e3139312e34302e313336222c2235322e32342e36322e3131222c2235322e38382e3131392e313232222c2235342e3139312e3134382e323235222c2235342e3139312e3135312e3138222c2235322e38392e39342e313231222c2235322e32352e3131362e313136222c2235322e38382e3231352e323235222c2235342e3138362e3134332e313834222c2235322e38382e3139372e313830222c2235322e32372e3137312e313236225d7d2c2273657a6e616d223a7b226e223a2253657a6e616d2053656172636820456e67696e65222c2264223a747275652c2272223a5b2237372e37352e37342e305c2f3234222c2237372e37352e37362e305c2f3234222c2237372e37352e37372e305c2f3234222c2237372e37352e37382e305c2f3234222c2237372e37352e37392e305c2f3234222c22326130323a3539383a613a3a37383a305c2f313132222c22326130323a3539383a613a3a37393a305c2f313132222c22326130323a3539383a323a3a305c2f3936225d7d7d, 'yes'),
('whitelistHash', 0x62663364373664633035636166383632336362336665303163316663396533303865326632656133376238323639333764383530666465333631636465666434, 'yes'),
('touppPromptNeeded', '', 'yes'),
('touppBypassNextCheck', 0x30, 'yes'),
('autoUpdateAttempts', 0x30, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('previousWflogsFileList', 0x5b222e6874616363657373222c2247656f4c697465322d436f756e7472792e6d6d6462222c2261747461636b2d646174612e706870222c22636f6e6669672d6c6976657761662e706870222c22636f6e6669672d73796e6365642e706870222c22636f6e6669672d7472616e7369656e742e706870222c22636f6e6669672e706870222c226970732e706870222c2272756c65732e706870222c2274656d706c6174652e706870225d, 'yes'),
('diagnosticsWflogsRemovalHistory', 0x5b5d, 'no'),
('encKey', 0x39633364613136313530336139343637, 'yes'),
('longEncKey', 0x62343763333834306633386433353263663130326233633166303965366561396637643133613638356239616232336662313837336165653732353766376232, 'yes'),
('cbl_restOfSiteBlocked', 0x31, 'yes'),
('timeoffset_wf', 0x30, 'yes'),
('lastBlockAggregation', 0x31363338323937383137, 'yes'),
('allowed404s6116Migration', 0x31, 'yes'),
('migration636_email_summary_excluded_directories', 0x31, 'no'),
('fileContentsGSB6315Migration', 0x31, 'yes'),
('config701Migration', 0x31, 'yes'),
('blocks702Migration', 0x31, 'yes'),
('geoIPVersionHash', 0x61313231346163616331623331303961653531656165363334396662303435636566346235333334366565363538343065646266383466613066616439363737, 'yes'),
('scansEnabled_geoipSupport', 0x31, 'yes'),
('config720Migration', 0x31, 'yes'),
('waf_status', 0x656e61626c6564, 'yes'),
('detectProxyNextCheck', 0x31363338373832373534, 'no'),
('detectProxyNonce', '', 'no'),
('serverIP', 0x313633373232323135383b332e3133372e31302e323030, 'yes'),
('allScansScheduled', 0x613a323a7b693a303b613a323a7b733a393a2274696d657374616d70223b693a313633383531343830303b733a343a2261726773223b613a313a7b693a303b693a313633383531343830303b7d7d693a313b613a323a7b733a393a2274696d657374616d70223b693a313633383737343030303b733a343a2261726773223b613a313a7b693a303b693a313633383737343030303b7d7d7d, 'yes'),
('wordfenceI18n', 0x31, 'yes'),
('vulnerabilities_plugin', 0x613a32343a7b693a303b613a353a7b733a343a22736c7567223b733a32383a22616476616e6365642d6e6f636170746368612d726563617074636861223b733a393a22746f56657273696f6e223b733a353a22362e312e37223b733a31313a2266726f6d56657273696f6e223b733a353a22362e312e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a313b613a353a7b733a343a22736c7567223b733a31313a226175746f7074696d697a65223b733a393a22746f56657273696f6e223b733a353a22322e392e33223b733a31313a2266726f6d56657273696f6e223b733a353a22322e382e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a323b613a353a7b733a343a22736c7567223b733a31343a22636c61737369632d656469746f72223b733a393a22746f56657273696f6e223b733a353a22312e362e32223b733a31313a2266726f6d56657273696f6e223b733a333a22312e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a333b613a353a7b733a343a22736c7567223b733a31343a22636f6e746163742d666f726d2d37223b733a393a22746f56657273696f6e223b733a353a22352e352e33223b733a31313a2266726f6d56657273696f6e223b733a353a22352e342e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a343b613a353a7b733a343a22736c7567223b733a31363a2264697361626c652d636f6d6d656e7473223b733a393a22746f56657273696f6e223b733a353a22322e322e34223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a353b613a353a7b733a343a22736c7567223b733a383a2275736572736e6170223b733a393a22746f56657273696f6e223b733a343a22342e3133223b733a31313a2266726f6d56657273696f6e223b733a343a22342e3130223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a363b613a353a7b733a343a22736c7567223b733a31343a22757365722d737769746368696e67223b733a393a22746f56657273696f6e223b733a353a22312e352e38223b733a31313a2266726f6d56657273696f6e223b733a353a22312e352e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a373b613a353a7b733a343a22736c7567223b733a31343a2277332d746f74616c2d6361636865223b733a393a22746f56657273696f6e223b733a353a22322e322e30223b733a31313a2266726f6d56657273696f6e223b733a353a22322e312e32223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a37333a2268747470733a2f2f777076756c6e64622e636f6d2f76756c6e65726162696c69746965732f30353938386562622d373337382d346133612d396432642d333066386635386665396566223b7d693a383b613a353a7b733a343a22736c7567223b733a31323a22776562702d65787072657373223b733a393a22746f56657273696f6e223b733a363a22302e32342e32223b733a31313a2266726f6d56657273696f6e223b733a363a22302e31392e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a393b613a353a7b733a343a22736c7567223b733a31343a227770732d686964652d6c6f67696e223b733a393a22746f56657273696f6e223b733a353a22312e392e31223b733a31313a2266726f6d56657273696f6e223b733a353a22312e382e35223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a37333a2268747470733a2f2f777076756c6e64622e636f6d2f76756c6e65726162696c69746965732f31356262373131612d376437302d343839312d623761322d633437336533653862333735223b7d693a31303b613a353a7b733a343a22736c7567223b733a31333a22776f726470726573732d73656f223b733a393a22746f56657273696f6e223b733a343a2231372e37223b733a31313a2266726f6d56657273696f6e223b733a343a2231362e33223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31313b613a353a7b733a343a22736c7567223b733a31313a226a735f636f6d706f736572223b733a393a22746f56657273696f6e223b733a333a22362e37223b733a31313a2266726f6d56657273696f6e223b733a353a22362e342e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31323b613a353a7b733a343a22736c7567223b733a32363a22616476616e6365642d637573746f6d2d6669656c64732d70726f223b733a393a22746f56657273696f6e223b733a363a22352e31312e33223b733a31313a2266726f6d56657273696f6e223b733a353a22352e392e36223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31333b613a343a7b733a343a22736c7567223b733a32313a226265747465722d7365617263682d7265706c616365223b733a31313a2266726f6d56657273696f6e223b733a353a22312e332e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31343b613a343a7b733a343a22736c7567223b733a32343a22636f6e746163742d666f726d2d7375626d697373696f6e73223b733a31313a2266726f6d56657273696f6e223b733a353a22312e372e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31353b613a343a7b733a343a22736c7567223b733a31343a2264697361626c652d656d61696c73223b733a31313a2266726f6d56657273696f6e223b733a353a22312e372e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31363b613a343a7b733a343a22736c7567223b733a31363a22726f636b65742d6c617a792d6c6f6164223b733a31313a2266726f6d56657273696f6e223b733a353a22322e332e34223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31373b613a343a7b733a343a22736c7567223b733a31333a2271756572792d6d6f6e69746f72223b733a31313a2266726f6d56657273696f6e223b733a353a22332e372e31223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31383b613a343a7b733a343a22736c7567223b733a32313a22726567656e65726174652d7468756d626e61696c73223b733a31313a2266726f6d56657273696f6e223b733a353a22332e312e35223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a31393b613a343a7b733a343a22736c7567223b733a33343a2273656e64677269642d656d61696c2d64656c69766572792d73696d706c6966696564223b733a31313a2266726f6d56657273696f6e223b733a363a22312e31312e38223b733a31303a2276756c6e657261626c65223b623a313b733a343a226c696e6b223b733a37333a2268747470733a2f2f777076756c6e64622e636f6d2f76756c6e65726162696c69746965732f66336435396435622d336663382d343764612d393566652d653164343632393565356432223b7d693a32303b613a343a7b733a343a22736c7567223b733a32333a22756e6465722d636f6e737472756374696f6e2d70616765223b733a31313a2266726f6d56657273696f6e223b733a343a22332e3839223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a32313b613a343a7b733a343a22736c7567223b733a393a22776f726466656e6365223b733a31313a2266726f6d56657273696f6e223b733a353a22372e352e37223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a32323b613a343a7b733a343a22736c7567223b733a31323a2267726176697479666f726d73223b733a31313a2266726f6d56657273696f6e223b733a363a22322e352e3135223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d693a32333b613a343a7b733a343a22736c7567223b733a353a227573736573223b733a31313a2266726f6d56657273696f6e223b733a353a22312e302e30223b733a31303a2276756c6e657261626c65223b623a303b733a343a226c696e6b223b623a303b7d7d, 'yes'),
('wordpressVersion', 0x352e372e34, 'yes'),
('wordpressPluginVersions', 0x613a32343a7b733a32363a22616476616e6365642d637573746f6d2d6669656c64732d70726f223b733a353a22352e392e36223b733a32383a22616476616e6365642d6e6f636170746368612d726563617074636861223b733a353a22362e312e35223b733a31313a226175746f7074696d697a65223b733a353a22322e382e34223b733a32313a226265747465722d7365617263682d7265706c616365223b733a353a22312e332e34223b733a31343a22636c61737369632d656469746f72223b733a333a22312e36223b733a31343a22636f6e746163742d666f726d2d37223b733a353a22352e342e31223b733a32343a22636f6e746163742d666f726d2d7375626d697373696f6e73223b733a353a22312e372e31223b733a31363a2264697361626c652d636f6d6d656e7473223b733a353a22322e312e31223b733a31343a2264697361626c652d656d61696c73223b733a353a22312e372e30223b733a31323a2267726176697479666f726d73223b733a363a22322e352e3135223b733a31363a22726f636b65742d6c617a792d6c6f6164223b733a353a22322e332e34223b733a31333a2271756572792d6d6f6e69746f72223b733a353a22332e372e31223b733a32313a22726567656e65726174652d7468756d626e61696c73223b733a353a22332e312e35223b733a33343a2273656e64677269642d656d61696c2d64656c69766572792d73696d706c6966696564223b733a363a22312e31312e38223b733a32333a22756e6465722d636f6e737472756374696f6e2d70616765223b733a343a22332e3839223b733a383a2275736572736e6170223b733a343a22342e3130223b733a31343a22757365722d737769746368696e67223b733a353a22312e352e37223b733a353a227573736573223b733a353a22312e302e30223b733a31343a2277332d746f74616c2d6361636865223b733a353a22322e312e32223b733a31323a22776562702d65787072657373223b733a363a22302e31392e31223b733a393a22776f726466656e6365223b733a353a22372e352e37223b733a31313a226a735f636f6d706f736572223b733a353a22362e342e31223b733a31343a227770732d686964652d6c6f67696e223b733a353a22312e382e35223b733a31333a22776f726470726573732d73656f223b733a343a2231362e33223b7d, 'yes'),
('wordpressThemeVersions', 0x613a323a7b733a353a227573736573223b733a353a22312e302e30223b733a393a2275737365735f6f6c64223b733a353a22312e302e30223b7d, 'yes'),
('cbl_cookieVal', 0x35663662613737393564363939, 'yes'),
('serverDNS', 0x313633383236383733373b3330303b3137322e36372e3136332e3533, 'yes'),
('originalScheduledScanStart', 0x31363338323535363030, 'yes'),
('adminNoticeQueue', 0x613a303a7b7d, 'yes'),
('lastNotificationID', 0x31313134, 'no'),
('wfPeakMemory', 0x3837303331383038, 'no'),
('wfScanStartVersion', 0x352e372e34, 'yes'),
('dbVersion', 0x352e372e3336, 'yes'),
('lastDashboardCheck', 0x31363338323937383137, 'yes'),
('dashboardData', 0x613a343a7b733a393a2267656e657261746564223b693a313633383239363733313b733a333a22746466223b613a333a7b733a393a22636f6d6d756e697479223b693a343531353b733a373a227072656d69756d223b693a343637383b733a393a22626c61636b6c697374223b693a33323534303b7d733a31303a2261747461636b64617461223b613a333a7b733a333a22323468223b613a32343a7b693a303b613a323a7b733a313a2274223b693a313633383230383830303b733a313a2263223b693a31383433373436343b7d693a313b613a323a7b733a313a2274223b693a313633383231323430303b733a313a2263223b693a31373938393930363b7d693a323b613a323a7b733a313a2274223b693a313633383231363030303b733a313a2263223b693a31373630303136373b7d693a333b613a323a7b733a313a2274223b693a313633383231393630303b733a313a2263223b693a31373038363435383b7d693a343b613a323a7b733a313a2274223b693a313633383232333230303b733a313a2263223b693a31363938343036373b7d693a353b613a323a7b733a313a2274223b693a313633383232363830303b733a313a2263223b693a31363935323730303b7d693a363b613a323a7b733a313a2274223b693a313633383233303430303b733a313a2263223b693a31363739303739353b7d693a373b613a323a7b733a313a2274223b693a313633383233343030303b733a313a2263223b693a31363431303639383b7d693a383b613a323a7b733a313a2274223b693a313633383233373630303b733a313a2263223b693a31363630333538323b7d693a393b613a323a7b733a313a2274223b693a313633383234313230303b733a313a2263223b693a31363931393734373b7d693a31303b613a323a7b733a313a2274223b693a313633383234343830303b733a313a2263223b693a31373233383430383b7d693a31313b613a323a7b733a313a2274223b693a313633383234383430303b733a313a2263223b693a31373034303535363b7d693a31323b613a323a7b733a313a2274223b693a313633383235323030303b733a313a2263223b693a31363332373233373b7d693a31333b613a323a7b733a313a2274223b693a313633383235353630303b733a313a2263223b693a31353730333234333b7d693a31343b613a323a7b733a313a2274223b693a313633383235393230303b733a313a2263223b693a31353632313537313b7d693a31353b613a323a7b733a313a2274223b693a313633383236323830303b733a313a2263223b693a31353830383631363b7d693a31363b613a323a7b733a313a2274223b693a313633383236363430303b733a313a2263223b693a31353639333038373b7d693a31373b613a323a7b733a313a2274223b693a313633383237303030303b733a313a2263223b693a31353737323838313b7d693a31383b613a323a7b733a313a2274223b693a313633383237333630303b733a313a2263223b693a31353935363137373b7d693a31393b613a323a7b733a313a2274223b693a313633383237373230303b733a313a2263223b693a31353035333337313b7d693a32303b613a323a7b733a313a2274223b693a313633383238303830303b733a313a2263223b693a31343934343935373b7d693a32313b613a323a7b733a313a2274223b693a313633383238343430303b733a313a2263223b693a31343730313736353b7d693a32323b613a323a7b733a313a2274223b693a313633383238383030303b733a313a2263223b693a31343437383534383b7d693a32333b613a323a7b733a313a2274223b693a313633383239313630303b733a313a2263223b693a31343633323936363b7d7d733a323a223764223b613a373a7b693a303b613a323a7b733a313a2274223b693a313633373632353630303b733a313a2263223b693a3436333439383230313b7d693a313b613a323a7b733a313a2274223b693a313633373731323030303b733a313a2263223b693a3439363739353334373b7d693a323b613a323a7b733a313a2274223b693a313633373739383430303b733a313a2263223b693a3436343337313237383b7d693a333b613a323a7b733a313a2274223b693a313633373838343830303b733a313a2263223b693a3435343839313439343b7d693a343b613a323a7b733a313a2274223b693a313633373937313230303b733a313a2263223b693a3434383238383332353b7d693a353b613a323a7b733a313a2274223b693a313633383035373630303b733a313a2263223b693a3431343038303934303b7d693a363b613a323a7b733a313a2274223b693a313633383134343030303b733a313a2263223b693a3434333739383539393b7d7d733a333a22333064223b613a33303a7b693a303b613a323a7b733a313a2274223b693a313633353633383430303b733a313a2263223b693a3235383731343331353b7d693a313b613a323a7b733a313a2274223b693a313633353732343830303b733a313a2263223b693a3237313031373230373b7d693a323b613a323a7b733a313a2274223b693a313633353831313230303b733a313a2263223b693a3236343838363731313b7d693a333b613a323a7b733a313a2274223b693a313633353839373630303b733a313a2263223b693a3236313538393631373b7d693a343b613a323a7b733a313a2274223b693a313633353938343030303b733a313a2263223b693a3237343236363236333b7d693a353b613a323a7b733a313a2274223b693a313633363037303430303b733a313a2263223b693a3236343837373135393b7d693a363b613a323a7b733a313a2274223b693a313633363135363830303b733a313a2263223b693a3235343533363530363b7d693a373b613a323a7b733a313a2274223b693a313633363234333230303b733a313a2263223b693a3235313937363836323b7d693a383b613a323a7b733a313a2274223b693a313633363332393630303b733a313a2263223b693a3239313439363637373b7d693a393b613a323a7b733a313a2274223b693a313633363431363030303b733a313a2263223b693a3331383132393933323b7d693a31303b613a323a7b733a313a2274223b693a313633363530323430303b733a313a2263223b693a3332303535343036343b7d693a31313b613a323a7b733a313a2274223b693a313633363538383830303b733a313a2263223b693a3330323732323736383b7d693a31323b613a323a7b733a313a2274223b693a313633363637353230303b733a313a2263223b693a3330313838303833383b7d693a31333b613a323a7b733a313a2274223b693a313633363736313630303b733a313a2263223b693a3236343335303937383b7d693a31343b613a323a7b733a313a2274223b693a313633363834383030303b733a313a2263223b693a3331363330363235383b7d693a31353b613a323a7b733a313a2274223b693a313633363933343430303b733a313a2263223b693a3330373236393830313b7d693a31363b613a323a7b733a313a2274223b693a313633373032303830303b733a313a2263223b693a3235383730363838333b7d693a31373b613a323a7b733a313a2274223b693a313633373130373230303b733a313a2263223b693a3237343134323033303b7d693a31383b613a323a7b733a313a2274223b693a313633373139333630303b733a313a2263223b693a3239303631393238373b7d693a31393b613a323a7b733a313a2274223b693a313633373238303030303b733a313a2263223b693a3330373438333539353b7d693a32303b613a323a7b733a313a2274223b693a313633373336363430303b733a313a2263223b693a3331373232393830313b7d693a32313b613a323a7b733a313a2274223b693a313633373435323830303b733a313a2263223b693a3336333033323036323b7d693a32323b613a323a7b733a313a2274223b693a313633373533393230303b733a313a2263223b693a3333343636393739313b7d693a32333b613a323a7b733a313a2274223b693a313633373632353630303b733a313a2263223b693a3436333439383230313b7d693a32343b613a323a7b733a313a2274223b693a313633373731323030303b733a313a2263223b693a3439363739353334373b7d693a32353b613a323a7b733a313a2274223b693a313633373739383430303b733a313a2263223b693a3436343337313237383b7d693a32363b613a323a7b733a313a2274223b693a313633373838343830303b733a313a2263223b693a3435343839313439343b7d693a32373b613a323a7b733a313a2274223b693a313633373937313230303b733a313a2263223b693a3434383238383332353b7d693a32383b613a323a7b733a313a2274223b693a313633383035373630303b733a313a2263223b693a3431343038303934303b7d693a32393b613a323a7b733a313a2274223b693a313633383134343030303b733a313a2263223b693a3434333739383539393b7d7d7d733a393a22636f756e7472696573223b613a313a7b733a323a223764223b613a31303a7b693a303b613a323a7b733a323a226364223b733a323a225553223b733a323a226374223b693a323130313331323938353b7d693a313b613a323a7b733a323a226364223b733a323a22494e223b733a323a226374223b693a3236363938353637323b7d693a323b613a323a7b733a323a226364223b733a323a225347223b733a323a226374223b693a3236343238353732363b7d693a333b613a323a7b733a323a226364223b733a323a224445223b733a323a226374223b693a3235343932363439393b7d693a343b613a323a7b733a323a226364223b733a323a225255223b733a323a226374223b693a3231383035373239313b7d693a353b613a323a7b733a323a226364223b733a323a224652223b733a323a226374223b693a3231333739313732393b7d693a363b613a323a7b733a323a226364223b733a323a22434e223b733a323a226374223b693a3139383638323932343b7d693a373b613a323a7b733a323a226364223b733a323a225a41223b733a323a226374223b693a3139353134323131393b7d693a383b613a323a7b733a323a226364223b733a323a225448223b733a323a226374223b693a3138303334363439373b7d693a393b613a323a7b733a323a226364223b733a323a224252223b733a323a226374223b693a3136363136393035323b7d7d7d7d, 'yes'),
('tldlist', 0x7c636f6d7c6f72677c6e65747c6564757c6161617c6162627c6162637c61636f7c6164737c6165677c61666c7c6169677c616e7a7c616f6c7c6170707c6172747c6177737c6178617c6261727c6262637c6262747c6263677c62636e7c6265747c6269647c62696f7c62697a7c626d737c626d777c626f6d7c626f6f7c626f747c626f787c6275797c627a687c6361627c63616c7c63616d7c6361727c6361747c6362617c63626e7c6362737c63656f7c6366617c6366647c6370617c6372737c6373637c6461647c6461797c6464737c6465767c64686c7c6469797c646e707c646f677c646f747c6474767c6476727c6561747c65636f7c6573717c6575737c66616e7c6669747c666c797c666f6f7c666f787c66726c7c6674727c66756e7c6679697c67616c7c6761707c6761797c67646e7c6765617c676c657c676d6f7c676d787c676f6f7c676f707c676f747c676f767c68626f7c6869767c686b747c686f747c686f777c69626d7c6963657c6963757c69666d7c696e637c696e677c696e6b7c696e747c6973747c6974767c6a63627c6a696f7c6a6c6c7c6a6d707c6a6e6a7c6a6f747c6a6f797c6b66687c6b69617c6b696d7c6b706e7c6b72647c6c61747c6c61777c6c64737c6c6c637c6c6c707c6c6f6c7c6c706c7c6c74647c6d616e7c6d61707c6d62617c6d65647c6d656e7c6d696c7c6d69747c6d6c627c6d6c737c6d6d617c6d6f657c6d6f697c6d6f6d7c6d6f767c6d73647c6d746e7c6d74727c6e61627c6e62617c6e65637c6e65777c6e666c7c6e676f7c6e686b7c6e6f777c6e72617c6e72777c6e74747c6e79637c6f62697c6f66667c6f6e657c6f6e677c6f6e6c7c6f6f6f7c6f74747c6f76687c7061797c7065747c7068647c7069647c70696e7c706e637c70726f7c7072757c7075627c7077637c7265647c72656e7c72696c7c72696f7c7269707c72756e7c7277657c7361707c7361737c7362697c7362737c7363617c7363627c7365737c7365777c7365787c7366727c736b697c736b797c736f797c7370617c73726c7c7374637c7461627c7461787c7463697c74646b7c74656c7c7468647c746a787c746f707c7472767c7475697c7476737c7562737c756e6f7c756f6c7c7570737c7665747c7669677c76696e7c7669707c7765647c77696e7c776d657c776f777c7774637c7774667c78696e7c7878787c78797a7c796f757c79756e7c7a69707c61637c61647c61657c61667c61677c61697c616c7c616d7c616f7c61717c61727c61737c61747c61757c61777c61787c617a7c62617c62627c62647c62657c62667c62677c62687c62697c626a7c626d7c626e7c626f7c62727c62737c62747c62767c62777c62797c627a7c63617c63637c63647c63667c63677c63687c63697c636b7c636c7c636d7c636e7c636f7c63727c63757c63767c63777c63787c63797c637a7c64657c646a7c646b7c646d7c646f7c647a7c65637c65657c65677c65727c65737c65747c65757c66697c666a7c666b7c666d7c666f7c66727c67617c67627c67647c67657c67667c67677c67687c67697c676c7c676d7c676e7c67707c67717c67727c67737c67747c67757c67777c67797c686b7c686d7c686e7c68727c68747c68757c69647c69657c696c7c696d7c696e7c696f7c69717c69727c69737c69747c6a657c6a6d7c6a6f7c6a707c6b657c6b677c6b687c6b697c6b6d7c6b6e7c6b707c6b727c6b777c6b797c6b7a7c6c617c6c627c6c637c6c697c6c6b7c6c727c6c737c6c747c6c757c6c767c6c797c6d617c6d637c6d647c6d657c6d677c6d687c6d6b7c6d6c7c6d6d7c6d6e7c6d6f7c6d707c6d717c6d727c6d737c6d747c6d757c6d767c6d777c6d787c6d797c6d7a7c6e617c6e637c6e657c6e667c6e677c6e697c6e6c7c6e6f7c6e707c6e727c6e757c6e7a7c6f6d7c70617c70657c70667c70677c70687c706b7c706c7c706d7c706e7c70727c70737c70747c70777c70797c71617c72657c726f7c72737c72757c72777c73617c73627c73637c73647c73657c73677c73687c73697c736a7c736b7c736c7c736d7c736e7c736f7c73727c73737c73747c73757c73767c73787c73797c737a7c74637c74647c74667c74677c74687c746a7c746b7c746c7c746d7c746e7c746f7c74727c74747c74767c74777c747a7c75617c75677c756b7c75737c75797c757a7c76617c76637c76657c76677c76697c766e7c76757c77667c77737c79657c79747c7a617c7a6d7c7a777c616172707c61626c657c6165726f7c616b646e7c6163746f727c616461637c616c6c797c616c736163657c616c73746f6d7c616d65787c616d6963617c617270617c6175746f7c62616e647c6165746e617c61726d797c617364617c617369617c617564697c626162797c62616e6b7c616d66616d7c617261627c61726368697c617274657c62616964757c626276617c6164756c747c6170706c657c617564696f7c6175746f737c617a7572657c62656174737c626565727c626573747c626c6f677c6269626c657c626c61636b7c626c75657c706167657c6f73616b617c616c697061797c617574686f727c62696b657c62696e677c62696e676f7c626f6174737c6d616e676f7c70617269737c6162626f74747c6167656e63797c706363777c6162627669657c6166726963617c616e7175616e7c6265726c696e7c6268617274697c617669616e63617c62656e746c65797c706172737c70617274737c70617274797c61697274656c7c6265617574797c70686f746f7c6169726275737c62617965726e7c70686f6e657c6162617274687c616d617a6f6e7c6172616d636f7c62616e616d65787c626175686175737c626573746275797c646f6d61696e737c646f776e6c6f61647c6d696e697c626c61636b6672696461797c6d6565747c6d656d657c6d656e757c626c6f636b6275737465727c6d696e747c626c6f6f6d626572677c6e616d657c6d656469617c6d69616d697c6d6f62697c6d6f64617c6d6f6e65797c6d6f746f7c6d6f7669657c6d757369637c6e6176797c6f70656e7c626172636c6179636172647c6e6577737c6e6578747c6e657875737c6e69636f7c6e696b657c6e696b6f6e7c6e696e6a617c6e6f6b69617c6f6c6c6f7c746970737c62617263656c6f6e617c6e6f7774767c626172636c6179737c62617265666f6f747c6261726761696e737c6261736562616c6c7c6261736b657462616c6c7c6f6d6567617c6d61726b65747c746f776e7c746f79737c766973617c766976617c7669766f7c776569727c746f74616c7c746f7572737c616e64726f69647c766f646b617c6d6f62696c657c766f6c766f7c766f74657c766f746f7c77616c65737c77616e677c6d6572636b6d73647c6d6f6e6173687c746f7261797c766964656f7c77617463687c6d6f726d6f6e7c77656265727c6d6f73636f777c776569626f7c6d757365756d7c6d757475616c7c6e61676f79617c6e61747572617c6e657462616e6b7c6e6574666c69787c6e6575737461727c747562657c76616e617c73706f72747c74726176656c7c746f73686962617c74726164696e677c74727573747c74757368757c7562616e6b7c76656761737c756e69636f6d7c7669616a65737c76696b696e677c76696c6c61737c76697267696e7c766973696f6e7c766f74696e677c747261696e696e677c74756e65737c766572697369676e7c766f796167657c77616c7465727c6d6f6e737465727c6d6f7274676167657c77656263616d7c6167616b68616e7c6e6574776f726b7c6d6963726f736f66747c77616c6d6172747c776174636865737c76616e67756172647c77616e67676f757c616972666f7263657c7675656c6f737c776562736974657c77656464696e677c76656e74757265737c776561746865727c7769656e7c7469726f6c7c746b6d6178787c61636164656d797c61627564686162697c746a6d6178787c61626f6761646f7c6d617474656c7c616c69626162617c61756374696f6e7c61756469626c657c6f7473756b617c6174746f726e65797c617573706f73747c6d61726b6574737c6d617272696f74747c6f7267616e69637c6f726967696e737c77686f7377686f7c6d617365726174697c6f7261636c657c706172746e6572737c786e2d2d703161697c786e2d2d7178616d7c616c6661726f6d656f7c7066697a65727c7961636874737c786e2d2d6e6f64657c7961686f6f7c79616d6178756e7c706861726d6163797c79616e6465787c7068696c6970737c796f67617c6d636b696e7365797c6f72616e67657c616c6c66696e616e7a7c6e697373616e7c6d61727368616c6c737c77696b697c6d61726b6574696e677c6e69737361797c77696e646f77737c77696e657c77696e6e6572737c6d656d6f7269616c7c6e6f72746f6e7c6e6f7772757a7c776f6f64736964657c776f726b7c746f6f6c737c776f726b737c776f726c647c78626f787c746d616c6c7c746f6b796f7c6f6e6c696e657c616c6c73746174657c6174686c6574617c6f66666963657c6f6b696e6177617c6f6c6179616e7c746f6461797c6f6c646e6176797c786e2d2d393061657c6d656c626f75726e657c7865726f787c6f627365727665727c74726164657c78696875616e7c7866696e6974797c796f6b6f68616d617c616363656e747572657c616d7374657264616d7c616e616c79746963737c6171756172656c6c657c70616e61736f6e69637c706173736167656e737c74726176656c6572737c7661636174696f6e737c786e2d2d39306169737c786e2d2d63316176677c786e2d2d6431616c667c6163636f756e74616e747c6173736f6369617465737c6166616d696c79636f6d70616e797c796f75747562657c786e2d2d65316134637c786e2d2d66686265697c786e2d2d6a316165667c786e2d2d6a31616d687c786e2d2d6c316163637c786e2d2d6e676272787c61706172746d656e74737c786e2d2d6e717637667c786e2d2d70316163667c786e2d2d71786136617c6163636f756e74616e74737c786e2d2d74636b77657c786e2d2d76687175767c796f646f62617368697c626e70706172696261737c626f66617c626f6e647c626f6f6b7c636172737c626f7363687c6275696c647c62757a7a7c636166657c63616c6c7c63616d6572617c63616d707c636172657c63616e6f6e7c636173617c636173657c636173687c636272657c636861747c636173696e6f7c6365726e7c636974697c636974797c636c61696d737c646174617c63697469637c63796f757c636973636f7c6368757263687c636972636c657c646174657c63656e7465727c6368726f6d657c67616d657c6762697a7c6361726565727c63686561707c67656e747c676966747c63617264737c63686173657c667265657c66756e647c6368616e656c7c676765657c636c69636b7c636c75627c636f6f6c7c636f6f707c636c6f75647c636f6163687c636f6465737c626f7374696b7c636f666665657c64616275727c626f73746f6e7c62726f6b65727c636f6d7365637c636f6e746163747c6372756973657c636f6d70616e797c636f6e646f737c636f72736963617c636f6e73756c74696e677c68656c707c637275697365737c636f6d70757465727c64616e63657c686572657c63726f776e7c67756363697c636f6d636173747c636f6d6d756e6974797c636f75706f6e737c677567657c636c696e69637c636f756e7472797c646174696e677c636f6d6d62616e6b7c636f75706f6e7c677572757c637269636b65747c686175737c636f75727365737c686466637c6372656469747c636f6d706172657c636f6f6b696e677c67756964657c637265646974636172647c63756973696e656c6c617c676f6c667c67696674737c67697665737c676c6164657c676c6f626f7c676d61696c7c676d62687c676f6c647c67726f75707c636f6e74726163746f72737c637265646974756e696f6e7c676f6f677c676c6173737c67726970657c7a6f6e657c63796d72757c67616c6c6f7c67616d65737c677265656e7c74697265737c64617473756e7c64636c6b7c6465616c7c6578706572747c666167657c6465677265657c646973687c6465616c737c64656c6c7c6465616c65727c6661696c7c64656c74617c66616e737c6661726d7c65617274687c66616d696c797c666173747c66616974687c66656465787c666f72756d7c64656c6f697474657c64656e74616c7c64656e746973747c646573697c666961747c6469616d6f6e64737c646965747c6469726563747c64656d6f637261747c6564656b617c65726e697c64657369676e7c656d61696c7c6570736f6e7c656d6572636b7c656e657267797c6573746174657c6669646f7c6576656e74737c6772617469737c6469676974616c7c66696c6d7c666c69727c64656c69766572797c646f63737c6475636b7c64756261697c646f63746f727c656e67696e6565727c666c6f776572737c646973636f756e747c64726976657c6475706f6e747c646973636f7665727c647661677c64756e6c6f707c64757262616e7c666c6f726973747c6572696373736f6e7c677569746172737c6469726563746f72797c67726f636572797c65717569706d656e747c65746973616c61747c666f6f647c666f72647c666f7265787c666f7273616c657c6575726f766973696f6e7c65786368616e67657c66617368696f6e7c666972657c6578706f7365647c657870726573737c6661726d6572737c6665727265726f7c666964656c6974797c666c69636b727c66696e616e63657c666973687c666572726172697c66696e616c7c66697368696e677c6669746e6573737c656475636174696f6e7c66696e616e6369616c7c666c69676874737c6669726573746f6e657c6669726d64616c657c666f6f7462616c6c7c67726170686963737c6865616c74687c677561726469616e7c6661697277696e64737c657874726173706163657c666565646261636b7c666f756e646174696f6e7c686169727c656e67696e656572696e677c666f6f646e6574776f726b7c66726573656e6975737c66726f67616e737c66726f6e74646f6f727c66726f6e746965727c66756a697473757c6675726e69747572657c667574626f6c7c67616c6c6572797c67616c6c75707c67617264656e7c67656e74696e677c67656f7267657c676976696e677c676c6f62616c7c676f64616464797c676f6c64706f696e747c676f6f64796561727c676f6f676c657c656e7465727072697365737c68616d627572677c677261696e6765727c6865726d65737c636174686f6c69637c636c65616e696e677c687362637c62726f746865727c636f6c6c6567657c686f73747c6369746164656c7c686774767c686f6d65737c686970686f707c63697479656174737c686f6e64617c6368696e7461697c686f7273657c696362637c636f6c6f676e657c696d64627c696d6d6f7c636172656572737c636c696e697175657c68616e676f75747c6875676865737c6361726176616e7c68796174747c696565657c696b616e6f7c626f6f6b696e677c627567617474697c6361706974616c7c6368616e6e656c7c696d616d61747c636861726974797c636c75626d65647c686974616368697c6b706d677c686f636b65797c6b617566656e7c6b6464697c6c696c6c797c6b696e6465727c6b696e646c657c6b6977697c63617065746f776e7c6368726973746d61737c6c696b657c686f7573657c6b6f656c6e7c6b6f736865727c6361706974616c6f6e657c6369707269616e697c686f6c696461797c6361746572696e677c696e666f7c636c6f7468696e677c686f7374696e677c686f746d61696c7c62726f61647761797c6c6173616c6c657c627261646573636f7c6c6174696e6f7c6b69746368656e7c6c6174726f62657c6c61777965727c626f7574697175657c6c616e786573737c6272757373656c737c6c656173657c62756461706573747c627573696e6573737c6c65636c6572637c6c696d697465647c6864666362616e6b7c6c656672616b7c6c6567616c7c6c65676f7c6c69646c7c6275696c646572737c6c657875737c68656c73696e6b697c686973616d697473757c686f74656c737c686f74656c65737c6a7565676f737c6b6f6d617473757c6b7265647c7a6170706f737c6879756e6461697c686f6c64696e67737c686f73706974616c7c6b796f746f7c686f6d656465706f747c6c6163616978617c686f6d65676f6f64737c686f6d6573656e73657c6c6966657c696e66696e6974697c6c616d65727c6c616e6369617c6c69676874696e677c696e737469747574657c6c616e647c6a756e697065727c696e737572616e63657c6a7072737c696e747569747c6865616c7468636172657c6a6565707c6a6f62737c626f656872696e6765727c6a6176617c6c616e6361737465727c6c616e64726f7665727c62726964676573746f6e657c697461757c6a706d6f7267616e7c6b756f6b67726f75707c696d6d6f62696c69656e7c696e64757374726965737c696e737572657c6c6762747c6a65747a747c6c696d6f7c6c6f66747c6c6f76657c6c7578657c6d6169667c69726973687c6c7464617c6a6f627572677c6a6577656c72797c6c696e6b7c6c696e64657c6c6f616e7c6c6f7474657c69706972616e67617c6c696e636f6c6e7c6c6978696c7c6c6f6375737c6c6966657374796c657c6c6976657c6c697073797c6c6f616e737c6c6f74746f7c6c6f6e646f6e7c69736d61696c697c697374616e62756c7c6a61677561727c6c6976696e677c6c6f636b65727c6c756e646265636b7c6c75787572797c6d616379737c6d61647269647c6d6169736f6e7c6d616b6575707c6d616e6167656d656e747c6d6974737562697368697c6c616d626f726768696e697c766f6c6b73776167656e7c786e2d2d3330727237797c786e2d2d33707875386b7c786e2d2d3435713131637c786e2d2d34676272696d7c786e2d2d3535717835647c6d6f746f726379636c65737c6e6578746469726563747c756e69766572736974797c766c61616e646572656e7c786e2d2d35747a6d35677c786e2d2d3830617377677c786e2d2d3930613361637c786e2d2d3964627132617c786e2d2d3965743532757c786e2d2d6332627237677c786e2d2d637a727532647c786e2d2d6669713634627c786e2d2d6669717338737c786e2d2d6669717a39737c786e2d2d6f33637734687c63616c76696e6b6c65696e7c786e2d2d696f306137697c786e2d2d6b70757433697c786e2d2d6d787471316d7c7a6172617c786e2d2d636734626b697c786e2d2d637a727330747c786e2d2d7073737932757c7a65726f7c786e2d2d7137636536617c696e766573746d656e74737c6b65727279686f74656c737c6f6c6179616e67726f75707c786e2d2d756e757034797c786e2d2d7939613361717c7a7565726963687c786e2d2d7767626831637c786e2d2d7767626c36617c70686f746f6772617068797c706963737c70696e677c70696e6b7c706c61797c706c75737c706f686c7c706f726e7c70697a7a617c706c6163657c706f6b65727c706f73747c70726f647c70726178697c70726573737c7072696d657c70726f667c726169647c726561647c726573747c71756573747c726164696f7c70726f706572746965737c7361726c7c736176657c7361786f7c70726f6d6f7c726563697065737c70726f70657274797c70726f67726573736976657c71706f6e7c72656473746f6e657c70726f64756374696f6e737c72656861627c726569747c72656e747c73636f747c736561747c7365656b7c7072616d65726963617c736861777c736869617c70726f74656374696f6e7c72656973657c70727564656e7469616c7c726f6f6d7c7265616c74797c7265616c746f727c7265706f72747c7265616c6573746174657c7265766965777c726963687c726163696e677c72656c69616e63657c7269636f687c726f636865727c726f636b737c736578797c726f64656f7c72656e74616c737c727376707c736576656e7c726f676572737c72756762797c727568727c73686172707c7175656265637c72656973656e7c7279756b79757c736166657c73616c657c73616c6f6e7c7368656c6c7c726564756d6272656c6c617c7361666574797c73616e6f66697c73656e65727c73616b7572617c7363686f6f6c7c736368756c657c7365617263687c7365637572657c73656c6563747c73686f65737c7265706169727c73686f707c73686f777c73696c6b7c73696e617c736974657c736b696e7c7465616d7c746563687c736b7970657c736c696e677c736f68757c746178697c63616e63657272657365617263687c736d6172747c736e63667c74616c6b7c736d696c657c6b6572727970726f706572746965737c6c696665696e737572616e63657c6c706c66696e616e6369616c7c737461727c736f6c61727c736f6e677c736f6e797c73706f747c73706163657c73746164617c6e6f7274687765737465726e6d757475616c7c73746f72657c6b657272796c6f676973746963737c746576617c73747564797c636f6e737472756374696f6e7c696e7465726e6174696f6e616c7c746961617c636f6f6b696e676368616e6e656c7c737572667c7374796c657c70686f746f737c70687973696f7c7069637465747c73686f756a697c736f636365727c736f6369616c7c73747265616d7c73747564696f7c7375636b737c706f6c697469657c74617461727c737570706c797c7461726765747c706c756d62696e677c73776973737c73757a756b697c7377617463687c7379646e65797c7461697065697c74616f62616f7c746174746f6f7c74656e6e69737c70696f6e6565727c70696374757265737c706c617973746174696f6e7c7469656e64617c62616e616e6172657075626c69637c74696666616e797c746f796f74617c726576696577737c726578726f74687c73616e6476696b7c736368616566666c65727c73657276696365737c726963686172646c697c73616d73756e677c7363687761727a7c736369656e63657c73656375726974797c73636a6f686e736f6e7c72657374617572616e747c7363686d6964747c7363686f6c617273686970737c7368616e6772696c617c7368696b7368617c736161726c616e647c737461706c65737c73746f726167657c73686f7070696e677c73686f7774696d657c73696e676c65737c736f667462616e6b7c737570706f72747c736f6674776172657c736f6c7574696f6e737c72657075626c6963616e7c737572676572797c73797374656d737c73616e6476696b636f726f6d616e747c737461746562616e6b7c73746174656661726d7c746174616d6f746f72737c746563686e6f6c6f67797c74656d6173656b7c746865617465727c746865617472657c73616d73636c75627c7469636b6574737c73746367726f75707c73746f636b686f6c6d7c737570706c6965737c776561746865726368616e6e656c7c77696c6c69616d68696c6c7c786e2d2d313162346333647c766572736963686572756e677c616d65726963616e66616d696c797c616d65726963616e657870726573737c786e2d2d31636b326531627c786e2d2d317171773233617c786e2d2d327363726a39637c786e2d2d3362737430306d7c786e2d2d336473343433677c74726176656c6368616e6e656c7c74726176656c657273696e737572616e63657c786e2d2d336863726a39637c786e2d2d343263326439617c786e2d2d343562726a39637c786e2d2d353571773432677c786e2d2d35737533346a393336626773677c786e2d2d3666727a3832677c786e2d2d3830616f3231617c786e2d2d396b72743030617c786e2d2d63636b326233627c776f6c746572736b6c757765727c786e2d2d637a72363934627c786e2d2d643161636a33627c786e2d2d656676793838687c786e2d2d6663743432396b7c786e2d2d63636b7763786574647c786e2d2d65636b7664746339647c786e2d2d666a71373230617c786e2d2d623477363035666572647c786e2d2d666c77333531657c786e2d2d33653062373037657c786e2d2d343562723563796c7c786e2d2d673278783438637c786e2d2d676b33617431657c786e2d2d683262726a39637c786e2d2d743630623536617c786e2d2d767571383631627c786e2d2d7734727334306c7c786e2d2d346462726b3063657c786e2d2d3671713938366233786c7c786e2d2d3830616478686b737c786e2d2d676563726a39637c786e2d2d383061716563647231617c786e2d2d38306173656864627c786e2d2d38793061303633617c786e2d2d667063726a396333647c786e2d2d667a633263396532637c786e2d2d67636b72336630667c786e2d2d74697134397871796a7c786e2d2d353462376674613063637c786e2d2d683262726a396338637c786e2d2d666971323238633568737c786e2d2d687874383134657c786e2d2d696d723531336e7c786e2d2d6a3677313933677c786e2d2d6a76723138396d7c786e2d2d733962726a39637c786e2d2d6a6c71363175397737627c786e2d2d667a7973386436397576676d7c786e2d2d62636b316239613564726534637c786e2d2d6a6c713438306e3272677c786e2d2d736573353534677c786e2d2d636c636863306561306232673261396763647c786e2d2d683262726567336576657c786e2d2d69316236623161366132657c786e2d2d786871353231627c786e2d2d7966726f346936376f7c786e2d2d7967626932616d6d787c786e2d2d7a6672313634627c786e2d2d6b637278373764317834617c786e2d2d6b7072773133647c786e2d2d6b7072793537647c786e2d2d6d676261623262647c786e2d2d6d6762617968376770617c786e2d2d6c6762626174316164386a7c786e2d2d6d676239617762667c786e2d2d6d676261336133656a747c786e2d2d6d676261336134663136617c786e2d2d6d676267753832617c786e2d2d6d676261616b63376476667c786e2d2d6d676261616d376138687c786e2d2d6d6762626831617c786e2d2d6d6762626831613731657c786e2d2d6d6762636137647a646f7c786e2d2d6d676263306139617a63677c786e2d2d6d67626168316133686a6b72647c786e2d2d6d6762616939617a677170366a7c786e2d2d6d6762706c3266687c786e2d2d6d67626137633062626e30617c786e2d2d6d67626370713667706131617c786e2d2d6d6762657270346135643461727c786e2d2d6d6762693465636578707c786e2d2d6d676274336468647c786e2d2d6d6762747832627c786e2d2d6d6978383931667c786e2d2d6e7971793236617c786e2d2d6f7475373936647c786e2d2d706762733064687c786e2d2d71396a796234637c786e2d2d726871763936677c786e2d2d6f6762706638666c7c786e2d2d71636b6131706d637c786e2d2d726f76753838627c786e2d2d6d6b3162753434637c786e2d2d6e67626335617a647c786e2d2d6e676265396530617c786e2d2d6d6762783463643061627c786e2d2d6e71763766733030656d617c786e2d2d727663316530616d33657c786e2d2d7734723835656c3866687535646e72617c786e2d2d786b6332616c3368796532617c786e2d2d786b6332646c336135656530687c786e2d2d7665726d67656e73626572617465722d6374627c786e2d2d7665726d67656e736265726174756e672d7077627c, 'yes'),
('tldlistHash', 0x63313937386232373537363339303838333835343839643932396665383565313662316130646166626138666464643934663338623134303038363264396164, 'yes'),
('noc1ScanSchedule', 0x613a323a7b693a303b693a313633383531343830303b693a313b693a313633383737343030303b7d, 'yes'),
('showWfCentralUI', 0x31, 'yes'),
('allowMySQLi', 0x31, 'yes'),
('dbTest', 0x613a313a7b733a353a226e6f6e6365223b733a36343a2238393332376164646662616433326465393531616465313862336639356363353761343964613061623163343434386336313231656637333430323961353664223b7d, 'no'),
('totalScansRun', 0x343038, 'yes'),
('wfKillRequested', 0x30, 'no'),
('currentCronKey', '', 'yes'),
('wf_scanLastStatusTime', 0x30, 'yes'),
('wf_scanRunning', '', 'yes'),
('totalLoginHits', 0x31303832, 'yes'),
('totalLogins', 0x353230, 'yes'),
('lastAdminLogin', 0x613a363a7b733a363a22757365724944223b693a313b733a383a22757365726e616d65223b733a31303a2275737365735f61646d6e223b733a393a2266697273744e616d65223b733a373a224d69636861656c223b733a383a226c6173744e616d65223b733a363a2253746f6b6573223b733a343a2274696d65223b733a33303a225475652033307468204e6f76656d62657220402030313a35393a3135504d223b733a323a224950223b733a31323a22352e3235352e34332e323434223b7d, 'yes'),
('totalAlertsSent', 0x313133, 'yes'),
('wp_home_url', 0x68747470733a2f2f75737365732e6265616e7374616c6b7765622e636f6d, 'yes'),
('wp_site_url', 0x68747470733a2f2f75737365732e6265616e7374616c6b7765622e636f6d, 'yes'),
('autoUpdateChoice', 0x31, 'yes'),
('lastEmailHash', 0x313632363139393630303a3130313836383738386131306439653961306334393566613534343638653437, 'yes'),
('lowResourceScanWaitStep', '', 'yes'),
('wfStatusStartMsgs', 0x613a323a7b693a303b733a303a22223b693a313b733a303a22223b7d, 'yes'),
('wf_summaryItems', 0x613a383a7b733a31323a227363616e6e6564506f737473223b693a303b733a31353a227363616e6e6564436f6d6d656e7473223b693a303b733a31323a227363616e6e656446696c6573223b693a303b733a31343a227363616e6e6564506c7567696e73223b693a303b733a31333a227363616e6e65645468656d6573223b693a303b733a31323a227363616e6e65645573657273223b693a303b733a31313a227363616e6e656455524c73223b693a303b733a31303a226c617374557064617465223b693a313633383239373832313b7d, 'yes'),
('scanStageStatuses', 0x613a31313a7b733a31333a227370616d766572746973696e67223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a343a227370616d223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a393a22626c61636b6c697374223b613a343a7b733a363a22737461747573223b733a373a227072656d69756d223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a303b7d733a363a22736572766572223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a353b733a383a2266696e6973686564223b693a353b733a383a226578706563746564223b693a353b7d733a373a226368616e676573223b613a343a7b733a363a22737461747573223b733a31363a22636f6d706c6574652d73756363657373223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a323b733a383a226578706563746564223b693a323b7d733a363a227075626c6963223b613a343a7b733a363a22737461747573223b733a373a2272756e6e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a323b7d733a373a226d616c77617265223b613a343a7b733a363a22737461747573223b733a373a2272756e6e696e67223b733a373a2273746172746564223b693a323b733a383a2266696e6973686564223b693a313b733a383a226578706563746564223b693a323b7d733a373a22636f6e74656e74223b613a343a7b733a363a22737461747573223b733a373a2272756e6e696e67223b733a373a2273746172746564223b693a313b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a333b7d733a383a2270617373776f7264223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a313b7d733a31333a2276756c6e65726162696c697479223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a313b7d733a373a226f7074696f6e73223b613a343a7b733a363a22737461747573223b733a373a2270656e64696e67223b733a373a2273746172746564223b693a303b733a383a2266696e6973686564223b693a303b733a383a226578706563746564223b693a323b7d7d, 'no'),
('lastScanCompleted', 0x6f6b, 'yes'),
('lastScanFailureType', '', 'yes'),
('scanTime', 0x313633383239373832312e31303632, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('emailedIssuesList', 0x613a38323a7b693a303b613a323a7b733a373a2269676e6f726543223b733a33323a226635373130346139323637323461376464346432393966653639363339653866223b733a373a2269676e6f726550223b733a33323a226635373130346139323637323461376464346432393966653639363339653866223b7d693a313b613a323a7b733a373a2269676e6f726543223b733a33323a223932396530373261303166336362323539663337323563303365303632323461223b733a373a2269676e6f726550223b733a33323a223932396530373261303166336362323539663337323563303365303632323461223b7d693a323b613a323a7b733a373a2269676e6f726543223b733a33323a226439343466633161383664333530303030613138643739363536336534396232223b733a373a2269676e6f726550223b733a33323a226439343466633161383664333530303030613138643739363536336534396232223b7d693a333b613a323a7b733a373a2269676e6f726543223b733a33323a223033346634326238356534663265386232386635326338623965613462626530223b733a373a2269676e6f726550223b733a33323a223033346634326238356534663265386232386635326338623965613462626530223b7d693a343b613a323a7b733a373a2269676e6f726543223b733a33323a223434666465303639356533343965626166396462656464343937613937616632223b733a373a2269676e6f726550223b733a33323a223434666465303639356533343965626166396462656464343937613937616632223b7d693a353b613a323a7b733a373a2269676e6f726543223b733a33323a223839643036623639353666613834303539636434643131643636306539643264223b733a373a2269676e6f726550223b733a33323a223839643036623639353666613834303539636434643131643636306539643264223b7d693a363b613a323a7b733a373a2269676e6f726543223b733a33323a223539643266353537666461653564616235643061306664636632613331373030223b733a373a2269676e6f726550223b733a33323a223539643266353537666461653564616235643061306664636632613331373030223b7d693a373b613a323a7b733a373a2269676e6f726543223b733a33323a223262643362313266336261613961313430613761333338663831656632636337223b733a373a2269676e6f726550223b733a33323a223262643362313266336261613961313430613761333338663831656632636337223b7d693a383b613a323a7b733a373a2269676e6f726543223b733a33323a226462383031666133633837623532386535356564653130353637623365633637223b733a373a2269676e6f726550223b733a33323a226462383031666133633837623532386535356564653130353637623365633637223b7d693a393b613a323a7b733a373a2269676e6f726543223b733a33323a226364363031313833316138353633323564373430613334646231326263356465223b733a373a2269676e6f726550223b733a33323a226364363031313833316138353633323564373430613334646231326263356465223b7d693a31303b613a323a7b733a373a2269676e6f726543223b733a33323a226137323935653263386566363131326237396365663062386430613135306130223b733a373a2269676e6f726550223b733a33323a226137323935653263386566363131326237396365663062386430613135306130223b7d693a31313b613a323a7b733a373a2269676e6f726543223b733a33323a223637356635376264373561623163306635323465353362356637663731346463223b733a373a2269676e6f726550223b733a33323a223637356635376264373561623163306635323465353362356637663731346463223b7d693a31323b613a323a7b733a373a2269676e6f726543223b733a33323a226130396431363538316130653532393036663262383263313334316630303061223b733a373a2269676e6f726550223b733a33323a226130396431363538316130653532393036663262383263313334316630303061223b7d693a31333b613a323a7b733a373a2269676e6f726543223b733a33323a223433383134346631623163316533663938393630333462313761613864366433223b733a373a2269676e6f726550223b733a33323a223433383134346631623163316533663938393630333462313761613864366433223b7d693a31343b613a323a7b733a373a2269676e6f726543223b733a33323a223430373736306635323462643337396331663963323162393162613234616130223b733a373a2269676e6f726550223b733a33323a223430373736306635323462643337396331663963323162393162613234616130223b7d693a31353b613a323a7b733a373a2269676e6f726543223b733a33323a223238376265636635646536373339633338303362306331626433623536303864223b733a373a2269676e6f726550223b733a33323a223238376265636635646536373339633338303362306331626433623536303864223b7d693a31363b613a323a7b733a373a2269676e6f726543223b733a33323a223461623131373736353764363739343836323464303865353437323231393063223b733a373a2269676e6f726550223b733a33323a223461623131373736353764363739343836323464303865353437323231393063223b7d693a31373b613a323a7b733a373a2269676e6f726543223b733a33323a223533663239333935616334366361316636646339323836323563623364343735223b733a373a2269676e6f726550223b733a33323a223533663239333935616334366361316636646339323836323563623364343735223b7d693a31383b613a323a7b733a373a2269676e6f726543223b733a33323a223035326531653532666664353263373931336638393338366638643938366637223b733a373a2269676e6f726550223b733a33323a223035326531653532666664353263373931336638393338366638643938366637223b7d693a31393b613a323a7b733a373a2269676e6f726543223b733a33323a223238613731616133393137666263363733613832613136663661366136343661223b733a373a2269676e6f726550223b733a33323a223238613731616133393137666263363733613832613136663661366136343661223b7d693a32303b613a323a7b733a373a2269676e6f726543223b733a33323a223237396166663839306537373432393836616137363833383463303735343463223b733a373a2269676e6f726550223b733a33323a223237396166663839306537373432393836616137363833383463303735343463223b7d693a32313b613a323a7b733a373a2269676e6f726543223b733a33323a226537663135353765353330626331613463376562613935346330336639626663223b733a373a2269676e6f726550223b733a33323a226537663135353765353330626331613463376562613935346330336639626663223b7d693a32323b613a323a7b733a373a2269676e6f726543223b733a33323a223865623133346164616165666538623139623533373439636462653639376131223b733a373a2269676e6f726550223b733a33323a223865623133346164616165666538623139623533373439636462653639376131223b7d693a32333b613a323a7b733a373a2269676e6f726543223b733a33323a223730333562623664663932343431333239386235643466333066646231323133223b733a373a2269676e6f726550223b733a33323a223730333562623664663932343431333239386235643466333066646231323133223b7d693a32343b613a323a7b733a373a2269676e6f726543223b733a33323a223639653039383737643133393432656434613839306330303834656335363833223b733a373a2269676e6f726550223b733a33323a223639653039383737643133393432656434613839306330303834656335363833223b7d693a32353b613a323a7b733a373a2269676e6f726543223b733a33323a226238383763373137613838386566613162353736306538653666346664363263223b733a373a2269676e6f726550223b733a33323a226238383763373137613838386566613162353736306538653666346664363263223b7d693a32363b613a323a7b733a373a2269676e6f726543223b733a33323a223238343236396432396165356366646163356463356430623339363030363332223b733a373a2269676e6f726550223b733a33323a223238343236396432396165356366646163356463356430623339363030363332223b7d693a32373b613a323a7b733a373a2269676e6f726543223b733a33323a223031336566616336316439346565646532653835343539613633636134373039223b733a373a2269676e6f726550223b733a33323a223031336566616336316439346565646532653835343539613633636134373039223b7d693a32383b613a323a7b733a373a2269676e6f726543223b733a33323a223830633261313734333565363735653134393539363736396366386336343534223b733a373a2269676e6f726550223b733a33323a223830633261313734333565363735653134393539363736396366386336343534223b7d693a32393b613a323a7b733a373a2269676e6f726543223b733a33323a223261336434376466613031643931653932623039373833363564323634633764223b733a373a2269676e6f726550223b733a33323a223261336434376466613031643931653932623039373833363564323634633764223b7d693a33303b613a323a7b733a373a2269676e6f726543223b733a33323a226666653662623065393534633835636532363238623733646232623062313266223b733a373a2269676e6f726550223b733a33323a226666653662623065393534633835636532363238623733646232623062313266223b7d693a33313b613a323a7b733a373a2269676e6f726543223b733a33323a223363323532333566313164303535393564626133363062383664363733313036223b733a373a2269676e6f726550223b733a33323a223363323532333566313164303535393564626133363062383664363733313036223b7d693a33323b613a323a7b733a373a2269676e6f726543223b733a33323a223037316162343965336232306363643035313966383662323730376262316130223b733a373a2269676e6f726550223b733a33323a223037316162343965336232306363643035313966383662323730376262316130223b7d693a33333b613a323a7b733a373a2269676e6f726543223b733a33323a223931346638663762346239353234386665396464336137663664633139393035223b733a373a2269676e6f726550223b733a33323a223931346638663762346239353234386665396464336137663664633139393035223b7d693a33343b613a323a7b733a373a2269676e6f726543223b733a33323a223566656134323566633638306439363464306331613634663932366465386132223b733a373a2269676e6f726550223b733a33323a223566656134323566633638306439363464306331613634663932366465386132223b7d693a33353b613a323a7b733a373a2269676e6f726543223b733a33323a223765383061353031663930386435643434376663653464643262343035366336223b733a373a2269676e6f726550223b733a33323a223765383061353031663930386435643434376663653464643262343035366336223b7d693a33363b613a323a7b733a373a2269676e6f726543223b733a33323a223761613239323061663665653334633137623239306265653839323761393937223b733a373a2269676e6f726550223b733a33323a223761613239323061663665653334633137623239306265653839323761393937223b7d693a33373b613a323a7b733a373a2269676e6f726543223b733a33323a223434376465396234303737313737346631383934646636393939663336353566223b733a373a2269676e6f726550223b733a33323a223434376465396234303737313737346631383934646636393939663336353566223b7d693a33383b613a323a7b733a373a2269676e6f726543223b733a33323a226537383730353634373763616237386564643861663336303538393765356131223b733a373a2269676e6f726550223b733a33323a226537383730353634373763616237386564643861663336303538393765356131223b7d693a33393b613a323a7b733a373a2269676e6f726543223b733a33323a223065646464643239643663623966383437393537633033373633333231643936223b733a373a2269676e6f726550223b733a33323a223065646464643239643663623966383437393537633033373633333231643936223b7d693a34303b613a323a7b733a373a2269676e6f726543223b733a33323a226366623236393163613235333236643730656438323733643737323738626132223b733a373a2269676e6f726550223b733a33323a226366623236393163613235333236643730656438323733643737323738626132223b7d693a34313b613a323a7b733a373a2269676e6f726543223b733a33323a223634333332613139646565323365623466383131316433626265313332393564223b733a373a2269676e6f726550223b733a33323a223634333332613139646565323365623466383131316433626265313332393564223b7d693a34323b613a323a7b733a373a2269676e6f726543223b733a33323a226463303664666638666665383830613238346236626462656232356535613765223b733a373a2269676e6f726550223b733a33323a226463303664666638666665383830613238346236626462656232356535613765223b7d693a34333b613a323a7b733a373a2269676e6f726543223b733a33323a226266613630623734613631633161356238306334363635373662666436363230223b733a373a2269676e6f726550223b733a33323a226266613630623734613631633161356238306334363635373662666436363230223b7d693a34343b613a323a7b733a373a2269676e6f726543223b733a33323a223131346433663663633738303939313338633731393731323762636431373066223b733a373a2269676e6f726550223b733a33323a223035626235363737636430366361386162333437343963383766393336323831223b7d693a34353b613a323a7b733a373a2269676e6f726543223b733a33323a223866316462306539376630643138326132303735333064643264633763366235223b733a373a2269676e6f726550223b733a33323a223866316462306539376630643138326132303735333064643264633763366235223b7d693a34363b613a323a7b733a373a2269676e6f726543223b733a33323a223263663433386537353835656163393663386565366339663531663462326265223b733a373a2269676e6f726550223b733a33323a223263663433386537353835656163393663386565366339663531663462326265223b7d693a34373b613a323a7b733a373a2269676e6f726543223b733a33323a226137336361656631333833303963643135306266333062623264306634316133223b733a373a2269676e6f726550223b733a33323a226137336361656631333833303963643135306266333062623264306634316133223b7d693a34383b613a323a7b733a373a2269676e6f726543223b733a33323a223161646462376662623935626539326437353831393235653065333462376232223b733a373a2269676e6f726550223b733a33323a223161646462376662623935626539326437353831393235653065333462376232223b7d693a34393b613a323a7b733a373a2269676e6f726543223b733a33323a226365393133393133613861633365633731636633396637366236316639356431223b733a373a2269676e6f726550223b733a33323a226365393133393133613861633365633731636633396637366236316639356431223b7d693a35303b613a323a7b733a373a2269676e6f726543223b733a33323a223561373963626132626534313861333463643933373366376666396331643434223b733a373a2269676e6f726550223b733a33323a223561373963626132626534313861333463643933373366376666396331643434223b7d693a35313b613a323a7b733a373a2269676e6f726543223b733a33323a226537316536316462336632653162613839386663333538356361316336646434223b733a373a2269676e6f726550223b733a33323a226537316536316462336632653162613839386663333538356361316336646434223b7d693a35323b613a323a7b733a373a2269676e6f726543223b733a33323a223966663436326438313135376137393433663337393037636432653533613237223b733a373a2269676e6f726550223b733a33323a223966663436326438313135376137393433663337393037636432653533613237223b7d693a35333b613a323a7b733a373a2269676e6f726543223b733a33323a223836323636303135313939333334393336303739623733373061616433386561223b733a373a2269676e6f726550223b733a33323a223836323636303135313939333334393336303739623733373061616433386561223b7d693a35343b613a323a7b733a373a2269676e6f726543223b733a33323a226134393932356563383031346438623666356436646335636564663333343562223b733a373a2269676e6f726550223b733a33323a226134393932356563383031346438623666356436646335636564663333343562223b7d693a35353b613a323a7b733a373a2269676e6f726543223b733a33323a223564653132613931303865383963363539613565336234356339373330336465223b733a373a2269676e6f726550223b733a33323a223564653132613931303865383963363539613565336234356339373330336465223b7d693a35363b613a323a7b733a373a2269676e6f726543223b733a33323a223862653432316238393364333865366132353737316637323232303636306334223b733a373a2269676e6f726550223b733a33323a223862653432316238393364333865366132353737316637323232303636306334223b7d693a35373b613a323a7b733a373a2269676e6f726543223b733a33323a226238626365633066363635373261383063313662653062323834353639386639223b733a373a2269676e6f726550223b733a33323a226238626365633066363635373261383063313662653062323834353639386639223b7d693a35383b613a323a7b733a373a2269676e6f726543223b733a33323a226635653939313161363834616564323631303531326165643736623361313263223b733a373a2269676e6f726550223b733a33323a226635653939313161363834616564323631303531326165643736623361313263223b7d693a35393b613a323a7b733a373a2269676e6f726543223b733a33323a226537333735666330633832653331356163316132646261393465373037643661223b733a373a2269676e6f726550223b733a33323a226537333735666330633832653331356163316132646261393465373037643661223b7d693a36303b613a323a7b733a373a2269676e6f726543223b733a33323a223837353662353938653034653061663462326234653964623562333338323435223b733a373a2269676e6f726550223b733a33323a223837353662353938653034653061663462326234653964623562333338323435223b7d693a36313b613a323a7b733a373a2269676e6f726543223b733a33323a223134393139336332666431613936383338373131336431666566386362663230223b733a373a2269676e6f726550223b733a33323a223134393139336332666431613936383338373131336431666566386362663230223b7d693a36323b613a323a7b733a373a2269676e6f726543223b733a33323a223465663265616365336335623632643030323163343036666430366263623362223b733a373a2269676e6f726550223b733a33323a223465663265616365336335623632643030323163343036666430366263623362223b7d693a36333b613a323a7b733a373a2269676e6f726543223b733a33323a226538393365366231663066373661656332376662313334623334306432313061223b733a373a2269676e6f726550223b733a33323a226538393365366231663066373661656332376662313334623334306432313061223b7d693a36343b613a323a7b733a373a2269676e6f726543223b733a33323a226137653134366434396431633730363135613533646236613532323239393335223b733a373a2269676e6f726550223b733a33323a226137653134366434396431633730363135613533646236613532323239393335223b7d693a36353b613a323a7b733a373a2269676e6f726543223b733a33323a223464623662356635616165643162373031643630666136323337336662653836223b733a373a2269676e6f726550223b733a33323a223464623662356635616165643162373031643630666136323337336662653836223b7d693a36363b613a323a7b733a373a2269676e6f726543223b733a33323a226439353433326438333335623761316636376135616637323932363030336631223b733a373a2269676e6f726550223b733a33323a226439353433326438333335623761316636376135616637323932363030336631223b7d693a36373b613a323a7b733a373a2269676e6f726543223b733a33323a226637396434393538323336646164326665376438613561386430316265323363223b733a373a2269676e6f726550223b733a33323a226637396434393538323336646164326665376438613561386430316265323363223b7d693a36383b613a323a7b733a373a2269676e6f726543223b733a33323a226139323433303733313263663031343564303165303263643533613165666438223b733a373a2269676e6f726550223b733a33323a226139323433303733313263663031343564303165303263643533613165666438223b7d693a36393b613a323a7b733a373a2269676e6f726543223b733a33323a223333313831626363333161636633613831313039646661323862613432623065223b733a373a2269676e6f726550223b733a33323a223333313831626363333161636633613831313039646661323862613432623065223b7d693a37303b613a323a7b733a373a2269676e6f726543223b733a33323a223862633466303137333833306638343035353430633064626336333664353338223b733a373a2269676e6f726550223b733a33323a223862633466303137333833306638343035353430633064626336333664353338223b7d693a37313b613a323a7b733a373a2269676e6f726543223b733a33323a223966636532616362303462383663376262313065383962386237373765373137223b733a373a2269676e6f726550223b733a33323a223966636532616362303462383663376262313065383962386237373765373137223b7d693a37323b613a323a7b733a373a2269676e6f726543223b733a33323a226661643335323233393462303134393863343664666637343537643965613835223b733a373a2269676e6f726550223b733a33323a226661643335323233393462303134393863343664666637343537643965613835223b7d693a37333b613a323a7b733a373a2269676e6f726543223b733a33323a223866303237656230393637323662306561383138613637666639313633656337223b733a373a2269676e6f726550223b733a33323a223866303237656230393637323662306561383138613637666639313633656337223b7d693a37343b613a323a7b733a373a2269676e6f726543223b733a33323a226365633336623166353564623539653534663137643339396435666532663133223b733a373a2269676e6f726550223b733a33323a226365633336623166353564623539653534663137643339396435666532663133223b7d693a37353b613a323a7b733a373a2269676e6f726543223b733a33323a226232303135326634636237666230303865303663363734636562316134666239223b733a373a2269676e6f726550223b733a33323a226232303135326634636237666230303865303663363734636562316134666239223b7d693a37363b613a323a7b733a373a2269676e6f726543223b733a33323a223865353136333931616162613531336633356365363364626164396439623534223b733a373a2269676e6f726550223b733a33323a223865353136333931616162613531336633356365363364626164396439623534223b7d693a37373b613a323a7b733a373a2269676e6f726543223b733a33323a226439353963323831346561363835663537343662663362633833363430343037223b733a373a2269676e6f726550223b733a33323a226439353963323831346561363835663537343662663362633833363430343037223b7d693a37383b613a323a7b733a373a2269676e6f726543223b733a33323a223036343137313634333530383634376531323865396161643237333736393963223b733a373a2269676e6f726550223b733a33323a223036343137313634333530383634376531323865396161643237333736393963223b7d693a37393b613a323a7b733a373a2269676e6f726543223b733a33323a223237633730326631396431373139323539326235323762353366333736653139223b733a373a2269676e6f726550223b733a33323a223237633730326631396431373139323539326235323762353366333736653139223b7d693a38303b613a323a7b733a373a2269676e6f726543223b733a33323a226463623366393561316632633561376262376433386336626131663530303730223b733a373a2269676e6f726550223b733a33323a226463623366393561316632633561376262376433386336626131663530303730223b7d693a38313b613a323a7b733a373a2269676e6f726543223b733a33323a223139633233363465346363346234353632653534396562356665336239323566223b733a373a2269676e6f726550223b733a33323a223139633233363465346363346234353632653534396562356665336239323566223b7d7d, 'yes'),
('lastScheduledScanStart', 0x31363338323538383234, 'yes');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('malwarePrefixes', 0x1f8b080000000000000314d6793815ef1700f0d997bbce9d3bcbbd7349594a85128a42522452491b25518a44d95a484a21492b11854a94a448918a94b469212a29a545452bd2267edfdf1f9fe79c799e79dfe79d33e7cc333ee3c78c8f0a1b6f3e5ed7df27cc5f7742d878b331e3754fbf1adeff20d525ef650d7fc93ff04543cbc42901a5b38e4dbe3e19edb2cd3829fbff7d96e375d784fa2d0f58ef17f6ffcb31666696e6ff6d030096e900f8fd0600dd7204e0613f00784737003fdb08a029fb01f40f0460919d00f6341dc003d60144c24b40dc620c480bbd0059ae2b20675a00b9701a90cfea04a89b8b00eadf154031b60c50748402f4a1068031380130e51500fb7636c0d9c8012e2002e0293b80f7be0cf0a7b401d5bc1a40559709a8d37b00758e03a0be2705d4cfee02c2cc0c40705f02088df68046bb11d05c710734b7c6005a2e3d80d6c25f80f6010d306818050cb2ea0306ed1c05e88cef027426d5033a418b8021b7ed005dfddf80eea40a4037e800a0fb623fa0679003e85dac010c96d90206db3b8061dc6c60d82c5bc030ec1060b8ed0c6078fd2c30fc603030bcaf011861150c8c987f0518f1ec246064bd03305aa70718555c008c3ecd058c4b3e01c6ef170326b62980c9e62fc0a85335c0e8bd2980193b0830079d01f315ad80057216b0d83d09189bbb111837eb3feeb1c0b8ebadc0b8ba1e605c431b6039de1cb02a580258d59080d5ef6460fcc97e608236054c88190b584bfe01d6975f03d657960236032460dbf714b0bbb8199874a61698742f1c983c2403709038020eb737028e4fd300a7fc12609a6d1f306d9d11e08219032e5621c0f4ddfd806b482ce01afd0c9811de04cc48f002669c7e0ccc78381d9839bd0f9895fc079875fa04e0367e0ee0968501b30b8e02eeab5c01f79fb9c05ca70660eec377c03cc73a605e731b309fb300162c3f002c487b0d2c38e3032c284e00165c59002cf89e03782cfe0778e4a6009e630b014fabd38067f62360a1bd2db0d07504e0a5ad05781d1e05789b7380b77f2fe05d98002cb925027c88eb800fe30bf86cbc0bf8aa30c0f710042cf5d4079659b703cbd6fe67d73860d9d705c0b21fd1809fec16e0e79e07f85df401fcea4381e5277600fe6bdc8000c92620604f2c10903a0958a998040426224060e7482068fa3420385a0c04c71603c11fdc81d5e07360f5de49c01a301358d3ba1908d99b038411414058501e1076b908082f360622b04a2062e91a20226b0058a7af02d6f53a03ebfdef001bb6860291975120f255051035640b10959d0f44475d00363d5d0c6c6e8d03b65886035b56c140ac2e0fc4064501b1ffbdbbd8241c88bdb706d8faf31db0f58f2eb02da901d8b6ef2cb0edf93b207ece6a203ee910109f4e02f175e78184b5f940428e239038ba1448dc3701487c3b06d8812e067684ac03929c2b8024970e2069873fb073e41320b92b0ad8f5ca09d88d2c01760734017b9097c01e6637b067eb6f60efa7fbc03ed97760dfc85e605fef4e607fad0790020c05523ce60129411b81d43dc9c0817105c0819752204df7369066300a48972f0032c64b800c673b20c36322903950041cb230010e256b80c3d3a280ece19940b6df442067df3d20e79e337064512170b4fd3470ac5901e4d6dc03f2c0ed40de7a7320efa31190d7e7069c70cd014e1afe020a8cf38182745fe054a30370aa5b0e1442b140a1f149a070fe6da0f0e11aa0b03d0428ec9e019c6ebb049c311a0c9c591a0c147bac028a977b0325274601e77ca600e72a5e02a5269dc0f99995c08529dac085ed89409905fc1f1e289b3208284f520217a3b380cba7aa80cb77260157dee600959360a0d26d3d50b93214a806d540f5f46b40f5460ba03af10c507d0103aed57c04aed7d901373a8601b586a380da53f780dadbe7805b395ac05d170cb81b7202a8d39900d4354702f7663600f77ce5c07d452470df7f1cf040bf1d789078187838fb32f0f0c42fa0c1341568b874047874f61bd038530e34a1cf80c763c380c7511dc0e347eec0139fa7c0b3cd5e40cbc536e079ec20e0053c1778616a04bcd8fb0d7869391978395909bcdc5e03bcac8f015e1d4b07da96ba016de962e0b5b73df03a240c789d3107783b7213f0f6b229d0ae6305b4af1c0dbc9fd0097c684b023a9dcc814f1b7c80cfbb75812fb6b3806f8ba281efe7a7025dcbf602ddc023a05bcffd3ff140f7c240a0fb880fd0e303013d8fed811f0dbf815f8514f0c7be13f89b550cfcfdb613e8bbf719f8376322f06f4e2930a01f0b824b1f80e0b54b20344d1f84f23f80d0a7fb201c7c128463bc40c4ba0c44f6ba8268bc2d88192f05312714c4fece0371ac05c49d868178d41090783604242fcd0445d62ea0c8eb38285a3b08141f5d0c8acba240f1071694406b40c9f0245032d9029486df05a55bdf8032bb6850f6753a48a5448354fb3390a6cb4066bf27c81e7b0cb2cdf92047a482dcba0650a589005516fb41555200a8d6ea05d50b9f80ea8be9a0fade7e50182d078545a9a0b06e38a89955036ae9a5815ac30e835af37c41adc64da0b67e21a8ed550b6a3ff90c6a3f7b050e2a9b0deae8e5833a9bb2419d9a2de0e0c0767070bc293844b3151ca25704ea5a3b81baaf1681fadbd340030f57d0c0f31f68f0f21938342d0b1c7a7109386ce930d070ae1434cc4e040d5f5b80c3d90de0703f1938bc580f1c1192048eb89c011a7d4d008d5d1241e3d93b41e315f1a009940f9ac8da4093100538aad1081cf5eb2e381a5c0b9a8e7d039a5a7f06cdc2ef80e6e020d0bcb70b1cebb3081c7b2a081c67701e1cb7620c38aeed006839763e68b9fb1e6899351bb49af81eb44a4e00c7e7e9831382fb406b991668bdfe0d687dc014b4feb901b419d903daec6c076d4e5e046dca0b41db6f45e0c42fe3403be77ed0ee55033869d13fd03e26149ccc2f06273f4f00a77c4440a74027705ad915d0d97a21e83cf91f383d87065d237e80331c678233a6478233350de0cc2b47c0598f6e806e1303c1d9f71e80ee0e5f41f79cb1e01cf0213817ae02e7ba5883f3f4d3c179451bc1f907eac1f9e913c0f9fffcc105ce11e082c80de0822425e8216f063d86ef043dea9f801ead96a067851fb870cf00b8f09c2fb8b07917b868ed417051e51ad04bb216f49ab412f43a52042eb6df032ebefc08f46e890497e4e783be7f8f824b3dd3c0a547b7824bf354e0b2046bd00ffe0cfa658d0657b864822bde4f02577ceb06fd375d07573ed805069ec6c1c0473018d8a205aeb23402575d1d0057dd580906ad1e040685e582c17b1130f8b51d18923f160c1b5e0b86bd58088675c780e123df821183ccc1889fb6e0daf521e0da4dafc0752b3e81ebaaf683eb6f9a83513e8fc1a833f6e046f834b8b1cb008c5e35098c3e9409467f3e066efaa107c65c5d06c63c20c1cd0d0a70f3d34c70f3ab19e0962b8de056663db875ba37b86dfa32705bea5770db897de0b60e27306e621718b7d91b8cb78c00e317f780f149d560c2922c703bbf074c6ca7c11d36a1e08e1b47c1a4582998d4dc0426af9c0a26a73f07777d4802f7f8b7827b7be682fbb48783fbe63d00f7dfaf07f77f2a0153977880a92d9fc0036519e081fb0360da912b60dafd7230eda90d983e68137870f54430e35b3d98e9e8021e2a70070f15e78187b75e00b3520bc06c551f98dd9e00e6841f0073fe8c068f319bc1632ff781b9935560ee2233f038150f1e5f520a1efff80ecc9b9800e6359e05f3fef681f9f7cbc0fc17ebc1133132b02079365890fa132cf8bb153cb57f0378eac339b0d0ec2a5858f71c2cf2990e16bd60c133254fc0b3b24de0592b73f0acbf083cbb26163cfbdb0d2c3630014b9840b0b430183cefb702bc306c0758c6f58365b933c08b4a1fb042b617ac30ab032be62e072bc2678397968480972937f0b267117879d545f08af15cf08ad748b012ab022bb71e01ab46458257bf8c05abc76f07afb93f04af453c07afcfd7056bf243c19a13ff397507bc11fd05ac35be03de1ef407bcbd2c10bc9daa0bdeaea9036ff706827775e78277875e04ebc6b8820fececc0078b96820f1227820f911fe0c3ffead0a0ef093e0a6a071f1db6001f7d71051b77a7838d3d916053bd3df8182d011feb0f031f7b28c027116fc1e60769e0b324026c91f5832d236780cfd716812fca08b0b59e025f9a24832f2fd482affc2bc057e73f80af9ee3e01b7500f8169c09be73b002dfb59581ef7aa783eff9b5e07b9b5ef043d211f063743cd8313c00ec18150c7694b9819de76dc04f4ed6e0a7d9d9e0a773cee0a7dba7c04f2febc1cf1e20f8b9a613fcf27e0bf855b418fc3e7d38f8bd580976c55d06bb3a10b0db580a76ef7b0ff644dd047bcb4e813fe331f0e7ef62f097d76ff0d7325ff057c076f057b60bf8ab7536f8fbc21af0ef1923f0efc30be03fc3f5e0bfb230b09fea05fb6b3bc081573b20c0938680340e02370543e0dd0608ec708620230708ba9d02c10a7b089e3000c176b6107ce71284901b21c46239842e790ca11f1d206cd70e08afba0811e68d10311e80886d232172fb2788bc1a0a919d0f21d1bc5848b22514923a2b21e9a9ab90f4c65b48661b08c9be5c80e453c590fc952d440d6985a8e3272185bb01a468d902293112526a2f8094772c20ceac05e293db21f50b3f4830fd0b0956472161bb0124ecf0853439af20ad774190f6345f48477b0ca4f34f020dd6de030df6748706873c8506df7b010df9f714d2cb9f07e97ddc0ee9bb7f87f457bc87f4776f84f4bf984043c7d641c3dc9e41c37c0741c3024aa16197bb20c3822bd0889635d0c8597268e4dd2390d1e41ac8e89f0a32ee2521131c8046692d86461b0c824627be834cdf3442636425d098112b20339f64c89c22a0b1ea5dd0d82de9d038e324c8b2702a6459c642561bbe40e327e943132c7420db1924641b6d06d94d5807d9139720fbc36b20fbecf3d014bb4590c31e06724851428e7353a0a969d990d30e0768daaaab90b3fb37c8b9f03be412e00fb96c9a00b9bc7f004d270643d3f90168fac52ec8d5b31e725d3d0572ddfa06727df21d9a352a049a3dfa24344fe886e65f3c092df8ef3c1eda43208f1124e44978419e735da185c23468e18403d0426f3368e13d105a347c3db4e8b12bb4e8cf53c8ab7627e4ed940379a75a434b3cc7414bb2e3a025d5ab219f21eb201feb78c8d77df27fbca1a5171a20bf9bdf20bf3777a0e587e2a0e54f66422bd60d402b631868e59e85d0cabbc3a1956f0f402b7f7b4381f6e95060c53b68153b065a35cd1b5ad5a48182dd1ba0e0221b68351f07ad76378556978742ab2f96436be0b9d01ad7155048d61828743a0485de5f02858df802857f64a008077f28c2e92114b1f73bb47ed41968fd520914f92c018a09358562726e419b8756429b2b3e415becef435b777c85e22c3da00449249430330f4ad8390025fc980a6db76a8612077f8112ab95d08e980128c9b41f4a9aec0e256dfd2faf1d0e25bdfa0a25075f87764db90aedbaf205da1d9d0ced71db0bedb9b40bdaf3c705da1f4f4129675f40292fdaa054712574c0e2159456980ba54f7c001d4cba031dcc18091dcc190a65b8c54199665950e6841028f3f114e8f0394fe870e779286b481e941d6b04e5f8e8434738057464690374e4d801e8c89312e82867041db3bb011d7b150e1dfb6b091d5fd20d1d3f7e1bcafbf812cab7cc80f2234740f91b0743f977d64327e05fd0098b9fd0099759d089b45bd0c91dafa102a8132ad85a0c9d6a7d0915ea044285cf1e4345880b54e4391e2ada3e032afa0941670a7e43c58af75071a8022ade3f032a29cc824a4e7f86ceb92aa07377e643a563caa0f39b70e87c9e3774fed454e882e832541e8041175799411733e4d0252f097405dc09554d5f0655bd7181ae6e5d0b5d4d9542d51147a06b0987a16ba7bf43359e15d00de3ef50ad47187473f763e896c14ce8b65801dded3900d5698ca03ad320e8de3a1ebad7ae07dd8fb0801ed01ba007babfa07ace17aa1f7f0e6a08190c3daa9b08356ef3861eb727424ffd1f40cdf7eba0e7cb40e8e5bf75501b770b6a33a2a0b62559d06bea0df47aca17e84dc67ae86d7215d4be391b7affc701fa10711efaf0d20bfaf06507d4916904750e9a0a757afd803ae3caa04fd75aa0cf7e4dd0979ae3d0d7f86fd0b7fd46d0f7d44ea8eb7206d4ed1e0975c7fc83ba93b5a0ee7b5fa11f6b73a1de337a506f5519f473d56de8176702fd6157417f3c52a03eed7bd0bf9e6ca8bf461beaefc361903485c1a97130947a1f866dfc60b8a60e46f49ec188d17518cb7782b1eb8760dc2612c61d2fc384f97298181b0e13ddcaffdc824960164ca696c1a29189b028bb0916b5b3b0b85b054b064d86252707c1d24bc9b0f4b1052c1b120acbf6bc8565b53f613a2a10a68f5f849546376065940c561604c2cad726304389604e910373898760d5e2cbb0ead7715858920e0bc5ceb0f074352c0c34c11afb6458b343026bafba070f9a1e0f0f3a2282757c26c13a6dc7e1c19b5078f0031c1eb27d3eacbbee21ac97d00beb5ddc03eb9b7bc243c515f0d0cafdf030e41f3cacdd1936743e080fef3c008f3498008f0c99041bdd390d1bbd0460a34f146c5c6b099b7cf7834dfe59c1a65e9eb0b924153677fe089b9f68852dfab6c056366b60aba445f0f8b80c787cc93dd8baf0036c531703db34bf846dfe36c2b61b5fc213ed52e089a515f0c49712d86ed33ed87eb0213c39bc0576887d013b5c34851d0d8fc053af6f85a79969c1d3aa5fc2d39e52b0b3ce28d879c20dd8b9e817ec423f865d7fa3f00c2a119ed171049e09fc82674ebc0dcff4308367666e8167c504c06e1b5260b7821df0eceb62d8fdcc01784eb0073cd75003cff33d03cf779c052fd8ac823d605d78a1d51578e1f63e78d1b9a1b057c93f78b1cb7d78f15b18f6d62e83977c74877d4624c1ff9510f671780dfbf430b0eff95078e9edddf0d20f43e1659a787859e56a7859d52bd84f6f1dec175509fbe519c0cbef0d82fd4bf561ff969db0ff670dbcd2d0005e5970120e1ceb0907da98c3816bffc1ab1acae0603e070edeb8145e3dea1dbce645101cb2e7171cf2cc170e9db5110e7d41c361e58e70d85b080e17e7c211f36de188b359f0baeec7f08692bb70a4b11d1c7931098eaca98623fb6fc351335de1a8c21638ea7410bc31f905bc31a501def8c012def8f11dbcc96c121cf3211f8ef99804c782d7e0d8dd1cbcf5cc3b785bc42878db36068e737900c78ff805c7572d80e35f5f81e33b86c3db1d6878c7919b70d2b4687827f011de193e15dee57611de23da02ef79f51dde3be938bcf7e306781f5f05ef7b5402ef1f49c0fba71c87530313e003b671f081056be003b943e003378be1345b0c4e5beb07a75f6e80d36f94c0e9cd5be083df0de00c73373863a5369cd1e506670e9a096766ac81b34b3ae19c15dbe123e14df091a33ef051a6153e7ac50f3e66b30e3eee4cc179471de0bceb1d70dea3f970fea0d7f009220a3e9170073ed1f71b3ea9df099ff41c059fbced06178c2c820b8e3bc2a74ed8c1855d59f0e9459be122e348f8ccb0a3f0d99a0cf8ec6d4bb8b82e1d2e59750e2ef939193eb772057cfed93cf802bf132e63cfc31553fec015910d70c5ed85f0957f2170956d115c75e6217cf5f431f85ae225b826672e7ca3ba0daea57fc2b5f1fd70edfe76f8e6fcc5f02d2303f8363217be636b08df716b83ebec9ec375178ce0ba2e73f89ed81dbe5765083ff471861f163c821f968c86eb6d40b83eda076e08d80637c46f811beee4c38fe256c34da35ae0c7a7d6c04f6699c0cdbbf5e0e6bf17e1671235fcdc7707fcbcd6137e51390e6e3d4cc02f3d9de0572bf5e157fd3fe1b6558ef01beb48f8ddd81ff0bbb85ef85df62df8dd7fdfab77bf0fc31f8936f8e35807f8e3d246b8f3aa3bdcf97e29fca96f08fc35782afcf5cd6ff8db4d67f8bb100677b172b8cbc30deeda6f0377bddb07773f36857b1af7c13ded73e11f31cbe11f1f0ec3bd3a91f0cfcbabe05fc323e05fbb27c1bf9dcce13f5e95f09f4b12f8efbc23f05fefcd707fe604b83f5b020f3cdd000fb49d86073ed82240cc6e04c83e8dc0d43704a91e8ba0536f2368ca10047d3d13c1a6ae44b0e5ed085e710721dd19443c390011df4e442413b72192e62f88b4520b91b93921b2e3b710aae626a2a84d44149db711da752442efff85d04fee234aee1ba29cfd1761914c847dd88a70d6c1086f9a8ef0475f20aa735710d5f54e449db11051e77f4704c5144478760ad1b2fb8e6845d7205a1dff106dcd4c44bba81ed16e5f87687f0d440689ae2083ae8e4774befd43747e352283a7a2c8e0c59d88de196f44efe31c44dfe015a2ff470b31f07b8818b44e46863eaa408621a98821ba02311c12850cff9a8f8c5c771d310a8e408cd69a22467de710e3117688f1c619c8e89fa688a97d1162dab80c19b3e2273266e03e62566582984b2620e65e6f100bc55dc4227527328ebc8c8c5b6a8a8c8b9a828cbb178f582a472396ad67112b750f62151d86d8e8a9101b8f18c4c6df09b125d29089757d88dd5c1764d2da61c8a4632b117b7b093265a11ee2e0f00871987b187128f5461ceb86214e3a8390699b61c4794307e2bc632ae27c3c05713ebf0c71be720b71397d1699ee3c04995ef50299fef90932a3a1059919d58accfcb91b9925139059aab9885ba837e2fe31089933fa1a32c7c50399bb6a2232f7421a32f7bd2932b7b71399a7fa81cc33b244e6efb987ccaf5a862cc819847884f8211e61258867e407c4731f83781e9b892cdcbe195904db215e95db116fac12f10ecd40bc0fd7234b6a5a11dfdc09c8527d4364e9fc55c8d2d84388dfda32c4ef6824e297678ef8f5be4196bf90202b4ede42fc555948802a1059d9bd0c095cf00509cc1e83049ef24602eb6d90559e3f9055d90c1234fe281214d08604c79d45824fff4256a7ee4556370f43d64cc4913547ed90100f0e09295882844e5b8f84d6a423e14b4124e2fa5a64ad6e06b26eee7364bd2219591f168bacbf54806c00ad9168f312243ae005125d71088971f64736f3e1c8962985c8b6c5c3916d29f39178d76a2401bf83242c5a8b24acfe8b24241f45b6139790edcd77901d374a9124d52c24e9920db273ac14d9b9f10f927cf11292dcc3227b9cbf217bc27590bd9357207b1d9e237b3f6d46f65d1f40f653cf90fdbf3e20fbff9920298bc62229be0c9212ab8da41a7f4552e7ce4352ef37220722ce2007de1423695bc620077510e4e0e4242473db78e4d0b8f1c861ab2ee470623392759f45b2bf3a20d9bd99c8117b0fe4e8debbc8d1131791a38fd5c8b1b2b348ee363de4f8040cc9e38621791b6291934a183979a11439596d8714a08dc869d145a468721372c6e1007226d50a3953f812396bf411393beb3372f6841b523ccd0e29d1ed454a9a2c90737d3c523aeb3752ea3e14b9509b8b94cda191b2a26748d9fd44a4aca118b938ae02b9b8e9057249e3845c1e3f1ab93c8f422ea70421575e6b2395a7ae209577e2902ac326a42ab013b93a611452bd2507b94e6d446a86af476ae26e23373a4a905aadf548edcb1348ed6f0be4a6a414b9d98e20b7a521c8ddd451485db931722f5b07b9f77b2772bf2d10a99f958a34d8f6238f8e55228dcd354893ed02a4299f471e7bc0c893d93791a77ba5c8d3de8548f39bf5c8b32c4ba465c824a4c5f931f2c2bf1e7979ab137945f8216de299489bf138a4edce1aa4ad6504f2264e1f796bf31379bbd61b7977c01c79d7ea81b44b3b90f6e2fd487b6d3ff21e3885bc0f4391f7e7f2900f5c13f2f1bffa76a43d443a5f94229f567c433ebdb3403e8338f219d242be2c5b867c29b442be9cad40be942e42becdfe867cfbd18cf414ff467eccfc8efc68d420bdf30390de8052a437cd06e92d9b8ffc347b85fc3e7a06f97da60ef9a35581fcf1ac40fe263b207d4ba448df330be41ff604e91fb209e95f700ce96fbb8a0cc01f9081bf9928f8fc270a75a5a3b03a0945eefaa0e8ca9b281af813456bd528ae744271c3fb28591c828a86af45c5a217a8d8b41995bc3f89caae4f44e50318aaa8aa429533da50462f0c653e6328db90877223bc508df7705473c20f1d6435031ddca841873c7e8bea8aca50dd712a54f7912faadb321fd5e3dfa07aeb1250bd9c5254aff137aa3f9546f503e5e8d0ecd9a8a141156a182d4287fb1c43470c4f478dcf01a849fa71d4e4aa133ae6f56cd44c50a266bbda51b3438b500b10422db6f7a2165d0c6af1e3353ab6ed223acec11e1d37f3226af91a40ad5cefa1566137d0f17b65e88495b9a83508a2d6cff6a1b663dd51db7d63d189c216d41e3e884edeb20b9d12c7a10eef7550c7994351c7eb3ae854cd67d469d578749acc059db63d1c75298c425dceb6a0d3b13274ba7a3deafa78153a4374189dc996a26ea59ea85b653b3a9b9880ce9e7a0e757f7b099d53a88dce8d5b8aceeb9a8cce0f7c8e2e30b98b7ab220eaa57b17f57a548e2ede3d0df5d192a33ebd45a86fe917d4f79d36bad4c50cf55b7215f56b8b4457348c45fdb3bea1fe17f6a1fecddbd09583fea12b3deea02b83607465af3eba8ada84ae4a6e44838df4d1d5a36fa0ab2f3ba22163d7a1a1de9bd1b00227347c472c1a9efb185d6bfe045d3fe82dba217802bae1a40f1a4938a31b87f7a01b27ef45370603e8c61a1e8d692e4237bbbc4537e7a3e8e62f31686c6339ba3565101ae72a47130c5fa109b153d0ed5f9dd0c42fbee88e5b53d19de13568f24c6334f9860b9adc254377c5d0e86e450dbadb3e03dd7de501ba376e1cba6fb716baff8b359aa2770c4d31b44053ce6d4253ae58a007a6dd420f1c53a307aedc47d31c9cd1b47d5568ba910b7a30568466ec7c8666eadd4033ffd5a2876c7cd1c323c3d0c31f0ad1ac317568d6add36856f30834670884e68c4d4073e222d09cec5834e765289af361247af464349abbad08cd2dd1458f0f9e88e6ad2846f3b296a1f93374d17cffbf687ef40334bfcd173d7104464ff4ed434fe66d400b580e2dd08e450bc6ac430b4ecc464fadaf424f7b7f464fbf3f8a16c724a32515fee805bdbde885c45af442fb30b44cf70d5ae6740b2d9b75042d2bfc8896d7eba317b7ad472ff765a157bea4a0959f5cd1cadeb7e8559dfde855fd0be8d5614e6835b408add67246ab2b07a3d50f6bd06b25cde8b57b8bd06b5fd5e8f5b7d5e8f59e58f486fc027ae362105a6bed80d6ae71426f528de8cdcb5ee8cdea7af476e428f4ce9aabe8bd1dade8bd7dade87d57157a3f26007d285b863e5c9d8b3e920b68a34912dad8618836fe89479bb8f568936d13da541e803e89c9479fc275e8538fa1e8331d107d566283b6ec94a22d7faea0cf77bd479f9f3982b6ae7a85bef4fd4f7222fab235087d35b6017d65dd87be5aff017dd5fe077d3dbe097d3deb11fafa5128da6e720e6d9ff41a6d7f6383be4f7445dfdfc8443f8cc9473b6c0cd00e472fb463f313b4e32c8976fa7d423f9fdf837efe3c0cfd121a877e69b046bf6a4d46bfea5f44bf15cd46bf9b8d46bb980d6897e607da75a702edbafb13edfac8a3dda39cd0ee437fd0ee73abd19ee20ef487c32fb4d7a50bfda50846ff74bc42fb82e6a2ffd6df43fb2153b47f540fda6fd68df647cd40fb33a6a3fd05f9e800528a81ad4f30a41ac5d0e10e18960e63587b1286fd8bc0f0f25f187e3f0d23ca5d30e2e63b8cac76c444f0794c6c9e84897dc230f1b26c4c62608749e2ce62b2957731d986fb98ec038051cc798c1e7113531aafc4b833328c2f3f8fa96a9e62aadf4e987af42d4c7dc40653b785619aae5398e64f0ca635ec18a6ade78269e70462da558b30edeb0998ce53736c886e13a67b2015d3830330bdd53f31bdbc5798ded74998c1c148cce0c8536c684222362c7e0d36ec5b1666185a8c0df72fc0865f988b8db02ac6460efb838dfc5b8d194fe6b0d135a1d8e82fa998a9d620ccb426011b63b20f1bb32f0f1b6bbe181b7be0133636331a1b5bfe171b67f2101bd7548159061ec02cc3f531cbda1c6cbcc94c6c7cad2d3661a4096633ee2f6633eb0366cbbfc26ced1b31dba8fff2f4e5d8c4e1bed824f60f36a9f4193669a01eb3d759894d5918804d29f981390499618e6d8ed8d46137b0a9a143b0698c1536ed863be692321173f94861ae3f82b119aac1d88c23a7b1593520e6260bc1dca863d8ecb86ecc9d73c1e6f4676273e52bb1b986fdd8dcdf9ed8bcd237d8bc6f3fb0f9191c36ff7129b600be852d68d7c53cc6f7611e73db31cfc53d98e7de139867c152ccf3b91ee6f9d6105bb8538579b107b1c5830f618b979ec1bcd31bb0253fdf603e8e4bb06583de61cb265dc0fc0c97622b7ab3b080210c1690f1070bc8fb8bad74de8dad7c35180b7c711f0b7c7b045b35651e1634f21d1694fd110b3a158405cb5cb1e067241642746121de13b190f2d758a80b8785be4cc0c2aaee60e1678cb088e1b3b108fb75d8ba0787b17503f1d886c7bdd886670fb10d5f9cb1c85dc658f488c358f4c9f55874713eb689dc846daa1b856d1e19806d4e388d6d3e7405dbfcc103dbb2db108b3d9a8ec5fef5c7b666cdc7e2f45ab0b8490d58bc781b16ff703d9610fd0b4ba8fe8c6d97e761db55fad8f62a05b6bde90696783b014becfd8025ddb7c376a69fc592c3596c179a8bed0e9462bba3706ccf9435d89ea7c5d8be1d9fb0d4496bb1d44c124b3d6983a5f62ec00e042760e9c3c3b0f4d8d158facd14ece0ef342c33780d7668f71becb0ee07ecb08f3f9665fa0ecbba6e8b6507ea62d969349663dc831db9f1043bca4ec18e2dcbc28ebd3a84e516a663b9979cb13c740496279d8ee5a9b66279770db07c682176e2bb183b09fec04eee1c8a15843fc20a1f4463a78f2dc08a74df6045ae7158d17f752eea26b133bae9d899e075d8d9e52c56ac4ac78a1d9bb0e22d2158c9a1a95849cf65ec5cff46ac74fc39acd4da012b9daec24add69acb4eabfbc2503bbf0448c951d75c2ca212556fedb10bb888fc12a6e0ec32afafdb04b5afdd8a56f5bb1cb7abad8952f065865d46eacea3b855db566b0ab3f6e60d56d4fb06b273762d70d0e63d797ba62d76f2ec1aeb70dc56a6213b09a3d7bb19abc07d80db755d80daf63d88d3b1dd88de6f9582d370dab7dff16bb997f05bbb5cd09bb5d3d04bbdb1f85d521fbb03acb5aecdef20bd8fd2519d8c3d1b558c3d0395883258435425fb127855d58739425f66c741df62c3c0b6bb95685b5fc32c75af99558ab3386b5fa9962adbba6632f5718622f2f4561afdf2dc7de305bb1b70137b177a79db0f7c867ec7d6f04d6c18dc23eb9ecc4be2ac5d8f7a1f558d7f46aac2b7b32d65d1381f5b82cc27e0c47b11febd2b01f5159d82f2c17fbb55c82fd8af881fd765a87fdb1e0b13f4e85d8dfd523b1bfef48ac6fcf42acafbd06fbf7e62cd6dfdc87033b1d71a0aa1f878efea7d000473cdc715cbf04274d27e3a203f771f109035c726b1b2ee5f7e0d29f5371caf61eae686ac259ad689cddd38a73959b7175d0465c28dd826b74d7e11a6319ae6d9d8a6bdfb6c1070535e23a13b6e03af3fd709d0d4a7cb09b193e64b4353e64c55b5cb75285ebf6f8e17adbbee17a7b9a70fdad36b87ee55ddce0f269dce0c9427c98f4023eccca171f56adc247740ec58de51db8717e156efcf5176e72743d3e2ae53c3eea44253efaee4ddcf4f24fdc7460e27f5d10848fe9388c9bd5bcc6cd877cc0cd6d10dcdce32c6ede6d885ba0f5f8d884707c6cea3b7c1c7a0ab73caec0ad8e4fc5ad6e98e3e37587e0e3973dc0c77738e11376afc227549fc76d6c6ee336b67ab8cdce5bb84d8d2d6ef3ad09b79d8de0135d37e376837a70bb0f77f1c9fdb6f894606b7c4afa4fdcc13f0777085b893b144dc11dbd0fe18e3b4d71c7230df8d498647c6a5a13eed4dd854fb3ba8d3bff0cc65db81bb84b9f0e3edd300f9f6eba1b9f99ee83cfcc30c56716aec367a145f8ac004f7c5677253e3bf81a3efba837ee6eb70c9fb7ec2c3effa235bec03e065fb0652feef1e903ee79b616f7ac5b8a2fb4d88f2f7cb60a5fe47108f77a108a7b7504e05e031adcdb301cf70e76c6bd2f56e13ec783719f4fc1b8efb24bf852a7367ce9fbbbf832ede5f8f2ca05f80abb29f88a9e53f88a9f6b70ff275ef8ca90df78203e1c5fb525155ff535010f7af6090fbe698aaf5e70155fbd70341e3a908c877d5f8687afd7c2c3a31fe0e14f6af1887b33f1884f8ff075928bf83a753abe61d5797cc3c60978e4fc757864dc033cf278041e59618947e51ec3371a4ec137debf8d4773d7f1e83f31f826ff35788cde673c26ad018f79b11a8f699f8b6f1efe04df7cff02be656534bee5ed367ccbe77178ec9d6a7cabbc1fdf7a6928be6d098fc7d9efc6130e5ec5138e34e1dbe1743c11b3c213fd613cf1c0367c47ce473ce9be35be73cb0c7c675b25beb3c315dfd93b074ff675c19357e4e2bb32dfe1bb3ab6e2bb1f32f81e681fbee7c5357c2f918aefbba28def3ff30c4f09eec353d28fe2a95ac7f0544f2dfcc09e93787ace26fca07e027e3078259e31458c672c8bc633caffe29909fbf0ccd44f7866433c7ec881c40f2d58881f1e648b1fdeff04cf6a4fc0b32fafc58f78efc58f5c7b841f793416cf45ffe0b935049edb9e879f20f3f193ca87f8c9a039f8c954082f183f1d2f885a83175c3f8117f49fc00bcbe7e0a7adc7e3a7774fc24fd769e1a7dfdec04f77fcc68bd8bb785108849f5d6e8d17cbf4f162cb22bc78ef6dbc049d8397b486e1a5615ff1d2cf65f879993f7ebecc1d3f7fe5097efecd2bbc7c22835fcc1c865f76ff835ff609c6af2c7d85576addc0ab8256e2552533f0abb378fceaf19378f5aa3ebc3aff1b7ecdeb3d7e6dc530fcda7963fcfad05bf8f5d06afcfad55cbc061e85d71838e23531b5f88d392c7e53d389df9cafc66f1998e0b7bf58e077353bf1bb439dfe7319bfbb0bc3eba04378dd706bfc9ebb217eefeb6ffcc1fc50fca12c1e7f38e920fef0fb38bc118ac21b652e78a32a086f0c15e18dfbb4f0a6b5be78d3661fbc698f1bde54928a37dd9a8237f531f8e31d2cfe0458873fb11d8f3f99d885b7cc3a84b76c7f8fb71c37c35beecec19f2f71c15f841be1ad018ff19719b6789bc775bc2d88c7db4e00f8eb71cff0d7b1a3f0b77129f8db74047f5b7f177f57c2e0ef9e2ec6df973cc3dff71ec73f3c0ec23b7c03f08e1759f8a76d93f1cf7a2ff1cfb633f1cf6753f02f4d17f0af6737e15f7b2cf16fd3fbf16f1fb5f1ef6bd6e15d951abcfbd42ebc677736fec3aa08ff71cf01ffd1668af7ae6bc37b3702786ffa61fc27698bff8a96e3bfded7e0bf075dc57f0fbe82ff3ed58aff7ed185ffd1e6f13f265bf0bfb203f8df81ab785f9204ffc73be1ff2a40bc7fb331de5f10830fa0a6f880f7727ce0cb4102b45f4780f3030830d584004b29027a779440d43f08c4c08e40760512c80f1181aa1f11a8ed3002e3f61098c54e023fd042109a6882303427c42d302199f38f90f49d246429fa04557298a0772411ca263b821d43106ce56782bd3785e0705d821bbc90e07c1c093e622fc197f6102a5e8b5065b28430ef30a1797d99d01a9a4368253710da836611da179f13da5f771283a1dbc46062223178eb066288683131446143e8857d25f4f61a1206442c61503394185ab2841856534518ee0922860f8e2086ef3b4e8c78ac4b8c24c71223695b62e44823c2e8d143c278de55c244768e3031eb2146cf4689d1ab3e11a37fe38469d448628cd545624c542761e6ef44589c7b4e587cdf4e8c8b7e428cdbf78918d7f590b0e47c084b832f84a5792261394f97b07c924f587e5d4958f67c24ac129289f196ab8909adab09ebe1d7091b952f31b1e5106117fd9ab0eb1841d87d2925ecf5b409fbfdce84fdbd6e62ca832fc4941f768443af25e1e89f494cc577135387c4105357b6134e36a708a7962384d3b751c4b4990b0967adeb84b3bd2be15c1148b80c0f275c4655102e252ce1faee1d3123703d31136826669e9a45cc221d885927720937b74984dbb3e584db9b02c2ddc980708f7622dc8f2511ee0509c49cd9f388b9e37062ee198e98c75412f35bc7100b9ab5090fcb36c2532f98f0745d4e7896cc2416a58908aff1d7082fd7638497af8a583c3d9a581c62412c7eb89af01e914a2c99ae247c985784cf7c86f09df399582aae239666cc2096e686124bcfc6124befdf22fc74eb8815ce3b097f830822a0299a5839641a11b82e93086cbc4804d36b8935c3af126ba2cc8835cf1b889009e944e8522322ccea1011f6249108fb664f84e7dc20d65216c43a761bb19e584b6cf05c4444855711513f6b888d452dc4a6f040620b1d416cb13e4e6cb9329b885d319f88ddbf8ed85a7493d8b6c39c88bb1f4ec43d6f26e2078610dbe5d789c4d0d344e2e545449264359134cc84483a3c95d8859e26768b4613bb23b289dd8fea883d368b883d8fb589bdfff4fe534cec27dc88fd2bdc89fdc7da89fd1f1f10290e3d448a630c91fa36933810b3823870fa2d71e04c1b9166b488489be144a4bd1f46a48ff623d2e71711e9b5ef88f4e679447afb61e2e0d58fc421c09c386417481c72af27b2606b22ab3489c869a488239365c4d1051388a3af9389dca19789dc152788e35af788bc9b9388bc6fe144be6680c81f7387c85f3c9538a9df4414646344e1a4fbc4e9a82344d1b4d54491879c280a3c4f1475871167c04144c94b9428755c4294eeb84f94fe375be74fbf272e94fc262ed4161217da8f1065dadd44d9f71ca2ac574a94e31388720327a2fc9098283fb782b8e8be92b858a74d5c7cf295a8a8ae272ebf21882a892951b5eb025175682851bdbb9fb8b66480b8166046d404571137d85ce2c67009517bd98bb8397d1f71cb2693b8656b45dcba1c42dc3eb885b8fd424ddc19674edc59914fdc897843dca95f41dce9df4ddc634e10f7162711f74d6b88fbde29c4fd7de6c4fde37788077229f160c30ae2c19716e2a18d2df1b06f01511fb788a8df378ba86f4c261af89d4443d322e251b23bd1f8d49a687c594c3c5991413ce9bb493cdd20259e1eed219a2dcc88674359e2d9396ba265d971a2252d8f7841ea13adaf40e2e5f624e215fc96781b788e78db7996f8b0be8bf8f0c087f8e8d64f7c5c0b111d46d644a7ac8fe8d4bd45742e1c4a7cd636233e1ba6129fd3b4896fca69c437f56ca24b144774adaf27ba067c889e9dd3899ee377899e1304d1331044fc48da40f4c6eb10bdb70e12bd6f70e2b74707f1bba69bf893fd99f8d3ab45f4e97b137d3f7e10fdd39f13fdae538901b53e31d0709f18782e25c18d2f4898f52061a368122e5693c8d05a12a90b2031710189b9cd2371b515892fde4112475793c4d37324091990e4e639a438c18494fa369272ff5324b5d68fa4be3d20154238493fef2319c53392993f85641ae348766829c9be1942b2dd7924e7b09ee41658935c6933a93af0875497bc2105b105293cdc4f6a963d21357f4e925af22452cbf50da935ef1239845a49ea1a92a4de8995a4be248ed42f8a25f59fae220d5251d220dd9a34f82b27872dfc410eaba548433e9a34d4fa4f91821cbe7d1a3962ce0372c4d14e7264de3072e48d21a491ab0b69e4f69f1b9f49e3d518697c633a697c6b3769c29e224d9c469126b1cf48b33227d23c731669c1d69163275f25c7a52b49cbd1a3482bd35872bc6415395e154a8e1f7f8d1c1fd94bda6c594fda0e36266da7bd206d67fa91b68d6f48bb358fc9c9441839d9554d3aec79493adcd2251d311dd2713b484ef559444e8d0825a79ef94d4eb3f8464ecbaf239d770590cea95ea40bd94b4e1f8049d7b3dbc91957ca49b7ad8b4877ff63a47b5317e9febd939c236926e74c7944ce299d4ecead61c979b21de43ced17e4826786a4e73403d2b3ea18b9f06405b9b0c4855c64eb442e2a0827bda23c48afe4b3a4d7a11fa4d7fbe7a4d7e77de462dfbfa4b7d717d267e45ad257934efa0eca217d0fb0a4efc763e4d2b57fc9a5097bc8a53f2dc865654b493fc4835c1e664e2e7fd040ae18d143ae08b84eae684d27fd5deac9808b0fc9954f83c8c0b685e4aa3a0f72d5efafe4aabfc3c860cf3fe46a2373720dd342868c0d2043221832e4c87732acca9c0c87b692e1a78bc908a708322234908c287c4caedd2f25d73ef426d795a9c8757fb3c8f59b47901b4c66921b3e4f2323474690916eb664642f4646d153c928cf4be4c675ebc88d31cfc968c51c323a7934b909ad23378dda4a6ef2de4f6e2a7e466eba6c44c6ac1f4cc6b42d27378f3b446e4e594fc699dd2213d66d24134aabc8c48db164e2c79fe48e35f3c9a45f196452bf37b933122493d5ce64f29e6472d7b64e7237f18fdced2326f7c9b3c9fdf742c8149b8f64eaf5cde4012d03f2c0ce9564da7f3d72f09b199939ff2999a5df40669955935995d964567f2b99bd6e279953b5853cb252461e8592c8632f3dc95c0b84cc0db84be65e7d48e6febb451edff587cc6b3a4fe6cbb4c8134e0af264812b59b011240b526bc8c2ef23c9d3bc2d79fa441a59a4a8208b867e26cf3c8f218b2d4692e76023f29cb50f796e5a2279ae7f1159aae5435ef04d212f846d27cb260f27cbb63d27cbfa6cc8f291c7c972af4ab23c7c2d597eeb3d79314d4e56aca6c94b5a3ae4a5a92fc94ab74764959d3d79b5600179b5fb18593ded35599de24956e76f21afd33ae4f5222579fdda58b266a62b5953ea4ad6ba6592378d4e9037c36bc95b849abcd3174dd6e93c24efcd7b4b3e704a271f5c74201f8ac5e443637ff2e1021df261691cf9f0eb55b2c17b31d9384d9f6cca2d269b6e19914dedd7c9c72ec5e4e34b17c8c76f7bc8276bde934f3dbcc966592ad96c9e4f364fcd209b576f219b937ac86786b3c867fe9fc9675f4564cb9fb7e4f3523bf2f9f39de4f3df3664ab8735d9eaf7947c53bd857cf33d977c3ba8837c1bf69c7c5b0f92ef6efd21db07af27dbafc690eff3b5c80fec6bf2c3353df2e3cc16b2c3b28efc94309cfc9451447e363f447eeeda4e7e39fa80fc52154a7e5b8290dff2e6925dc846b2bb7811d95de64d763f75267b72e2c95ec28dfc8568c85fea4af2573d40febed944fe0162c83f072dc9bf567bc8bec9bfc97ee513b2fff228b2bfea920818c28880da3d2270c95511dc522e82bf648b901f6d22547650444cb211911d3e22b2ff96486c632e12cf7a2b127bad11896b28917cfd3891bcc751a458bd46a4784b8a689f1d22665a8588f57513b1af08116f4489f8888b22f5b4f122cdc26691ceeed7a2213b34a2218f4244baca4891de9d5f22bd67c522bdb78ea2619f0d45c3472688463a6f15193b9c14199f992f327ee12f1addf74134766d9468dcb0d1a2717741d17848221a3f5c23b236f821b29d3c4564272c13d91dce154dd6dc154d2e731639a28922479fb922c7965da2a9f301d1b433af45ce138b442ed80fd1f4aa0fa219f9cb4433de448b669e8813cd2ebc23726f3d269a939b2c9a3b739068dea09fa27943cf88e60572a27967ee8a3c4e4f147974f58b165a9d102d8a7f285a54868bbc0c1f8a16676889bc6f468b7c3229914f95bfc8a76dbbc8e763976899e2bbc86fa6a9c8cfeb81c8ef84bd68c55c73d18ab83f227f8b13a2801537452bdd6c442b3ff7890263834541432f8bd654f48bc2be368bc26f2e148577ad12ad8dff275a7bc556b4f689bd6843509e6843ca1ed1862a52b4f1cc5ed1a66e47514c8942b439f89868eb9dc1a278ec8928becc429478ffb128093e2bdae97952b4b3a248b4bff08d68ffd3f5a2fddf34a29491df442921d9a294aeb1a20357e689d2cac78bd2fa968bd27367880e3e3e2fca305f2bcac8db2dca78eb263a34af487428639f28fb42b528bb2954942364898e486d44474d0d4547933a4447f33e8b7293ffd36e213abee68228efde1551fe153bd189286d51a168b1a870f25a51d1b29da2a2cc7a5151f950d119f102d1d9e009a2b36bd244c5f59f44a5c3f78a4a1d46884a8f6688ce8b0344e7a5fb44172a6b4565ab568bca820744e587b545e567424415fe334597e40f4457669e115526e98bae6eb51255abad44d7aefd115dfbfc5074dd6e81a8469623aaa99e2caafdc6896e7eb112dd32382eba03bc16dd893412d559b488ee8512a2fbe7b245f5e41251fda77651439452f468fe4f51a3e8aea829d858d4543041f4384b2a7aa27111357f2b10357f27452f62ed452fae5e12b54e582e6a6db82c7a795e10bd7a972c6a9be9297a3368bce84df407d15bf90ad13bc53451c796c1a28e0444d4198c8b3e2f5b28fabce2a9e8f3da42d197447fd1d7e491a2af67f445dfffebbdefbeef455ddff244dd3778d10fbfb5a2bf1428fabbf3b2e86fc67d51df26b9e8df8336d1bfaeb762c04a2c4626558951c701319aea2826f2fbc4e4875d62519baf58a225154bc6ee17cbb6f98965d99162b96c87589ef35d2caf382da6b532c4f4f85831edfc5cac043f88993d1bc5bcff22b1ba64a558ebd546f1e0b1f9e2c1af5688f5dc4789f5dad2c4064a543c74e235f150cf096243a1433c7cb9a37844f55cf1c8c9c7c4237b78b151f50db1f11163b159de56b1598189d86a8aa3d8aab3433ce1f44ef184d255626bc0506cedbd546c1de224b69dfc583cd12f576c9ff74a3cc540e73f1fc553de3b88a77ab162a7053662a71d1bc4d31ecd154ffb982e9ef6f7a8d865f56cf174dd66f1f4608dd8b5cb503c6b559078d6b32f62b73d0662b78cb562b7cc24b1fb9eede239fe9de2b95d6bc5f39f54893def8162cf7f1ee2c5db978a17ef9a2d5efcbe50bcf8db4bb1f7466bf1d24593c54b3bd689978ba68a57cc6d17aff8be41ec5f9d290e10dcc40195a7c5812b7e8b5749d3c5ab6a92c4c1a5b438b81b15877444884367a48bc3348ee2b0ceade28805f6e2b5661271e4759178e3d5dbe24d8576e24dafb78b638012718c81ae78b3d65cf1e6bedbe22d95dbc5716a53713c74439ce02488137cebc509fbf4c4dbdf1a8a93021688777a3489934babc57b1221f1de962ef1de9fd7c5a951afc4071c6ac5699bf789d392e3c5076b4f8b0f3e4a16678c0816671169e2accbede29cd69fe223eba7888f775f15e7e93e14e75d5c2c3e1192282e18ad1617fcdd2a3e6515282e1c7b475cd8a1119f398e8acf6e7215976e10c4a56fd689cbc692e2f2a2a7e28b43168a2fba7d12570c2a125714c4892f7b1b882f6f2e115fd9d123be52982baeda9420ae8a3b21be9a6d2dae1eb7487cfdc67171adab85f856c21df1ed5b43c4b7dbf4c5778e6e12df39bb557c778893b88efa287eb0b650fc1099257eb8638cb8fee268718325276ef0771537c44d11377cce11370aa3c58d5b07c44dee3ae227d412f193ec6071f3fe05e296d25be2e73733c52ff69b8a5f343a8a5ff4be14b7eaed17b7eea3c5ad15d6e236cb47e2b62daee2d7c687c5afebe4e237a095f84df701f13b91bdb8bd7fb7f8bd69b5f8bdf378f1c7192bc49f7891f893fb29f1e76b0fc59fbf93e2affda3c5df64c1e26fcb7f8bbf5b5d1377bd568a7b960c887b3e36897f6ca912ff0c04c53f073ac5bfa65888fb26d3e2fe414bc4fdc6d7c5fd05bbc503ab1a24c0dd7209981f2e818bc74be07fef2578f36309b1a558421c3e20215a374848699084dcfb5822227e4844e51b24a25bd325626d3d898c0e9228a75d9530410a097ba14fa2729a28519f73970816ae12e1e42089a6f79964d0229964d0328d64d08627129da84689cec69d12dd785b896ec936895ea4a7447fe82089c1890792a18b5d25433f8f970ccb5b22313c6d2e194e6f938cf40c958cfc7349629c7b4562b2f28bc4e4835832ea8ca36454e751c968fb08c9e864b164ccf51489f9b625128beb3d92b1c19d92b1bbcd24e3473b4926b4874a6cc05e894d848dc4e6f16c895dc033897dac97648a7fa1c4e180bdc471c727c954234232d5da4ce2343c4ee274f7acc4a96196645aa08dc459ebaac4b9ecbbc4c5f5bd6446112c99f1ef926466dc6ec9ac6b0912b7492e92b9e7774be61d6024f3fa649205ebbd240b7e43120f8f93128ffd4a894755ad64e1123fc962936792c5d9f3248b4b6748bc5f364b96c8174996e8444996cc3c2359b23c58b224d45be2a3de2bf1895a2559c6cd90f8ef1e21f16fab91044ccf9104f4384956068f93ac5cff4a12a86e95049eff275915672b097a1a28091e7a4db266658264cdebbd92353f8d2521eee72561c6d692b0922449d8c57b92b0471325e1b20149c4830ac95ae72cc9ba9d0992687c836493004936f58d93c4dc782289756d906ce5de4ab65e6d966cfb1b2b49f29e26d969474876fadb4b924fe848f6787b48f6acda22d93bfba6646fea09c9ded70b25fbe6b84af6c79948527dde480e4c0f96a4d5cd90a4ff7d2dc950c44b32160649b2a672926c99bd24bbb7519293f25072749c587274d962c9d1f44cc9d15749925cfb6592dcbd0192bcc58024eff569c9097d37c989aded9282a8539253f31e484e65de909c3afc4c72e6d421c9d999b324e73eeb49cef58b25a56ebb24a53e2a49e91113c9f955b992f3a10725652bc324655d86920a189654149e975cfabc5f52e9f248726dc31cc9f58d5e925bf56f25777853c9dd0beb2575f2ad923ac33592ba5d0e927b9b7325f7767e92dcffbe58f2c077a4e451f13949d3f52592a776d192e6badb926707bc25cf237325cfafb7485e0cbe2079e1f24bf262cd49c98bd802c9cba3a59297a7e225afae0d95b4ddb390b43dec94bcdee92c798fa749deefb3947c30e8937c845e4a3ec5ac937cf6574b3e379c937cfea0907cd9eb26f9f23348f26dcf48c9b7f46392efe69b24df6f8c96746b9b4a7abc54929e3ba6921f334b253f8b47497e7f3c28f9dd6d2be9fb9b2a19787a490ad9ad9042536ca430755d8af89a490969bc54244b978a4f244b6543bba4b2e1ae52c5ca4552c62f49ca5e8f94f25caa940f3b2dd59a1428d55a754baa6dfb583a2277a87444ef3fe9c8a993a523ddc3a446dbc2a52660a87414f44b3a4a92211d35eba174cc862ae998dd6ba4668b82a466917ba5e6b6efa5e6d5d1528ba92fa4162e57a416770e4ac78e8c968e1dfd493a36cd503ab6bb556acd8d92da249f96dab4d8496d67ae93da363c95da05e448ede2fba476df82a49346e44b27859e90da8f9a239d1c562c9d9cc74a1da688a4532d42a4535bc74a9d66dc973a657f924e13d4d269ff10e9f40d85d219ffee4a67ad3a2a75d37694ba1de7a4b39f8c94ba478c92ce71db299d87544a1738384b3dfdeda49e2943a40b2d4648bdaccca58b4ff352ef64b9d4bba44feae3e829f56d182c5d763850ea27ac92fa8ddc29f59bd526f54bfb2df5ab1a90ae10bd95ae30c4a4fefacdd255eb364b83fc5aa4c1dc2669b0ee3969f0d0d7d2e0b82269f07b89344456230dd1192c0d15b74a4375974943233e48c35e6e9586759c9486fdae95461a7d93463ae0d2a8530fa531fb5e493717bb49b74dc994c6f1ddd2847fefa43b260f4893967f912657164a778918e92efdedd25d91ced25d8f22a4fb6de749f73fc994a6d80c96a65c8c97a6d6944ad357e84b3387cd901ef6e99366d58c9666dfb4911e75f9203d7ae8a5f4f8c1a7d2137708e9495d5c7af2d7336901e62a3d35eda1b4e86cadf46c7db5b4a4eaadf4dcbad1d2f283b7a417636969051227bd54e42daddcfe545a159326bd96ee21bd1ed127bddebb4b7ab3f78ef4d6839dd2db6695d23b4b7da475e171d2bae6fbd27b7097f4dea570e9fd618fa40f4ea8a4f566fed2472b22a48d3551d2c6bad5d2a609f9d227734e4a9ff4df943ebdb251fab4f6a9f469fd2569f3e591d2e79691d2e76f66485f7aba49db8eb84a5f5b0f93be9e9d257d6b0848df76b54bdfadcc97be0f8d927e9c1320edd8bd4dda792542fa69bb5afa59b74bfab93658fa756194f4ebc13fd2ef54a9f47bec6e69d7e85fd2ae1922e98f6543a5bd690ba57f46df95fec91f2ffd9b162aed1b1d21edfbfd47da8fed94f647ae9501bbafc8c0a22f32e84a850c7e3c4886fabc95a111fb65d83373197e414b26fa49c9c4e01699445c2e938ce765d2802d32b969ab4c117e50a6f8522fa3cfa5ca98724cc6620764ac4ba68c753f2e63ffdb97330564dc1b03194ff6c9f8719932b5768d4cbdf7844c3b76b06c50de7499cecd38d96074816c7063bd4c37f1b34cdf6aafccc06c8e6c68b081cc30da4436a2f293cce856afcc78fb4d9909724736eabf35a3c73e918df6fa24333515c9cc0e3e92993d4c915914ef958d3de1231b5be22c1b77c95a6689a1b2094a4799adf97099addf7c997df968d9e47ca96c4af7279963b248366db08d6cba49a6cc75bfbf6ce6a965b299ad1f64b32a40995bf442d93ca844360f792c9b97e2249b3f3e4c36bf2745e611f146e639a858e6e9fd5ab630e89ecc7bf1769977f23699cf6289ccf74898ccf71a20f3c3bfc9fc12bec9966f9b2bf3f76d91f9975f9685d4ee93853cc564a10dcdb2f0acedb2f0f36764e1f50f646bc53ab2754bb2641b120b6491b63f651b338d651b8f3bc9a2131ec9a24ffaca36d52e92c5acdf2fdbb275852cb6305916dbee28db76cd5d16671d2c8b27e3650923bb65091f7fcbb67b78cb12f5dec812774e91edf8b3449654be4b961cf05d96bcc752b667ee7ad9de61bf647bad0a65fb7dcfc9f6df2991a5067f92a51e9a2e3bb0bd4276f09c203b58e1223b58374496d13b4c96f1275976c83d5596c5f2b2233995b263567eb2637b5d65b9fe9db2e3db3ecbf2e7a86505f7c365a7e6e6ca0aa73c9615f6dc959d0e9e263b639c282baee99315df5c203b37ec84ecfc8408d905676dd985f83059f9b08fb2f20996b24b97fe73a35776a92e5076c5939455abfec9ae850cc86afeeac86e981d95d57acb6477ee27c9ea829ec8eace5ac9eaaae265f71684c8ee15dbcbee17cf943d6c9c207b3ca75df644795bd62cfe296bb674973d4b59226b215c652df25db2e7a54b65addc21d94bee95eca5b19bec65202d7b19f359f6ca3c42d6f678b6ecf5535af626da51d6bee3a9ec4367a1ac43765df649592efb6c9e25fbf2562efbd2d32efb767b9decc7dc25b21fe56b64bd9f7264bd7d35b23f45a6b2bfa2fbb27fba6f65ffb697c9fe5d3296f5377c930d1817ca0189460ef2a81c6e9f2d47fa46c951ef30394ebf90e3cb70397ea2524eecfb2c277e2d928b6e8c948bc745c8c51fc6c825a4af5c6acbc865eedbe5b2f679720571474e0f58c89507abe56cc236397b5c2de74937b9601d22d73eaf926bd757ca0735fac9759a19b94eef78f9e0e73972dd7ba7e4faeb01b941ada3dcb0e8ad7cc4cd2df291191fe4236f7d961b4da9961b73f3e526afbfc847e964c84d97b7ca4db735ca4d4bb6cacd6a0ce4663f37c9cd2751f2b1c00eb965132cb74aae955b9567ca27781e975b77b9cb6d9e7f90dbfd2c944ff90cc81d881d72c73198dcf12f2a773a794ceef471403e6ddf45f9b403ebe5d32af3e5d37fa17257ed3ff219a23972f7f56be47314c7e4734e46c8e7f4ee97cf7ba7962fb01a2a5f907459eeb1f283dce35b99dca32748eeb962b0dcb3a448be28455fbe2873a7dccbbe40ee75d75abe180b977b1fa5e44b3e8f912fdb355a1e78a9411e7ca1421e7c7fad7cf55d4ebe267da23ce4e9377998d6397998dd2379b8bba73c22ec967cfd881e79a46ea87ca34c47be51314abe71e0b43c3a495f1e9d1c20df3477aa7cebe474f9d63f947cdb1d58bead7e9b3c6eea7979c2e076f90ec7487972a7a77cd78283f25dffbce4bb37a4c9f7849bcaf73498c9f775ebc953dea5ca5325d5f2838bb6c80fc5bacbb3ac16cbb3076f9367ef7e28cf3ef75b9ef3ef913cd7c3489e9b30437e3c8092e79bf9c84fc213e505a647e405df4de4459b63e4452f94f2b32b4be567bf8c94171ba4c98b0d53e525ade5f20bced3e4657aacbc222f477e69a88bfcf2a4787965eb1079b5db697975d662f9b5b1c6f21aa326f9cd864af9cd81b7f25b990af9ed9a36f9fda743e40f9a7ce40f8fdf96d71b5d973ffa612a6f046eca9b9243e54d3519f26766f1f267ef5fca5b9d59f9cb65d7e56ddbdecadffe2d90b757d7c8dbbb58f9fb3bc1f28f4333e41df755f2ce2d69f24f5ab9f24fcb9de49fdeeac83f7daa907f593e58fef53423fff6345afedde7b5fcfb0020efcad097f77aa3f2de9da7e43feffd90ffaaf82aff7ba14fde57d52eefd79d2e1fa83d410165d91494164a21f85c0a91f750f850170a0f5f44e19b2f50e4683d8a7cf48222dfd651a21bf729f1acc59438603c25d1f3a624bf214aa6584ac96ca329d9b5ad94ecf3394a6e3640c9cf0da528114151efca29c5ea488a8edc47d151fd94f2ee538a91aea518d3a714bb91a0d843bb282ee917c5b58650bca88552ef5c4ba9fb23284dc8624acb9aa0b49ac3281db137a5a3b94de958c65243ecbe50438e5ca4863cbc4ee9ceb842e97dd949e9338b297dad60ca007e46191cf5a30cda1f53438fdb51c3c0526a58d23d6ad82f6bca307b3635fcbc1735a2620e35e2512035921a478d7c5d43194dfa4d19cde028e34b5b28133f35659273961a65fa9e1ad55a4b8d7ee6468d310aa0ccf22594d9b554ca7cee79ca623d488d3d7d931a67b8891ab7622b356e533f356ed73eca6a8d0d6575760e35e17e0f65b3cc96b2898fa26cee0394edb31dd4c4879fa8898ff5283bf3b9945d583835a9f30465eff6979a32fb1b35651e4c4d09fe4339ac594839e46ca31c7ad6538ea90fa9a9f1c19493e50fcaa9ac8272be9545b9f896512e87922997e3df299786a7d474a3f3d4f445e6d4f4f019d4f4575f29d7c93ce5ea6143cd787e919ab99fa6662d3a48b9097b2937af26ca6da716e51efb9e723f368e726f37a1e60c3940cd0b5f4bcdf7aba2e61f0ca61644f5501ea252ca439c4b79fe2da416da5da1bcd6e7525e9f22299f0bf7295f7037e5bb97a3966ebb462d2bbe45f9c966507ef177a9e55a3f287f288a0aa0392ae0c36e6ae5fcf154e0d0622a70c33c6ad5c31a6af59a726a75520d156a3c9b0acb3b4b85a79950e105e3a9b5ee14b58e194fadfff68fda70be8cdaf0a39b8a2cdd4b455e5a4c6ddc329c8a764ea5a2a30e51d1b71ca84d9ffe509b3e6fa23677db529bfb4e525b268ea0b6b828a92dfe73a838bf582ade740fb5dd633995985844ede0eba81d5a4154d2a65b54b29923959cf79ddae5f089da75ca9eda75eb26b5dba585dafd3d82dafb7b22b5bf40441dd8b88c3a70d4974a9f994ba5cf9250e9af8f53070dc6530797a5510723e2a883598dd4c13f4d540691456538cea30e1d30a60e1d3d4c1d3a23a2b2be3650d97a6154b67e0895f35c4a1dd96f4e1db930883a7a6114956bb1843a31248f3a7137983af13b9f3ab9c78d2af87a913a15f6893af563215578ab983aed368b3a73e22b75e6b740151b795225c3daa892c4655429b5822a9d7e903abfe51d55767a0455aef4a4ca8fe85117f33f5115f046aa62eb73ea72ad097579e00f55b53d9fba6a3184bac613d475af4eaa46673a55b3660755bb248eba650651b7de6a51b71b0ca83b4e76d45dd55eeade103fea81de52ea81a32ef560f60dea21c8538f0405f5e8c720aad1b28a6afc604535fe9c47355524528fe714538fd394d493901eeac981ddd453470df54ccf977a965e48b5a489a9e79b48eaf96e11f5426b12f5c27413f5c2d59e6af36aa6dae22f51afd5c7a83783c3a8379771ea9d8e05f52e7609f5def22ef5bea29cea38d44a752241d4a7417ed4e74e3fea4b6418f5352694fafaae98fa86c9a96f9d4ba9eff96fa82eb34f5457e066aaaba782ea9dda4df5166fa17e4ef941fd722da07ecfb7a2fee0bad4dfe8a7d4df5fc6549f7211d5372a8beabbf085eaffba4e011cf45280ad8f14d0ce950aa868b00296ae52c013df2a90594b14d8281d055e3a5b41e4dd52c882150a59ef3f85dca84d41ddb25328ead62be8b577144ad7390a65be814259d9a060344d0aa67cbc82fdf247c129f3143c7543c147d82bf88ba314aab2410a75fb398530225ca13d90a61844ba2806ed5ca7d0313454e8781e56e8be1ba7d063fa157a97e40afd410715862dc50ac3ce6f8ae1f3972a46cc5ea318b1ab4231e29f9b62e4efe10aa3c14d0ae3d28f0ae36b6b152654bec2647090c224788cc264879fc2d4294a3186562bc6042c578c09f1508c793e4d61466c5798799d5798ad79a130bb9eadb0d038282c56442bc6be3fad1837c65831cee19c62dcf2bf0acbb9ce0acbd01b8af106918a09193715133a5e2b6c4dd40adb632f1576175a1593a0758a49e72e2a267d5eacb037fea49872e8bac2e139af981aae5238f17b14d3b2e728a6dd4e5238ab5085eb8a710ad7e838c58cee6cc54cdb5ec5ccc416c5ac69210a375346e1f6659ec26da046315bffbb62b679ae6276489ec2fde744c53cbb158a799de58af9ec2285071aaef0b82c283cf92085a701a958b83a52b170cb30c5a23163148b8e8628bc2473158b935b15de8bea154b96de562ce9b9a6f0ad9fa458a67b5fb1cc7197625942a8c2cf64986279e37cc50a83790a7f50a2f037e315fe396314feb5cb15018e43140175ee8a801f6e8a95739f28020f5c51ac922f54ac727ea408daf74d116cfa42117c3d57b1a66db922e4bd5411da0729c26c0614e1b7372bc2bb0f2bc2fbfe2822feeb858871968a887d868ab50b0f2ad6ae3bab58fbaf40b1e1f72a45d4f1a58a4d1fbc159b5f0b8ad82bc98ad8ea3c45c2e66d8aed1dbb1589cb2b15899b3629127f042b76300b153b964d50ec1cacab48f63fafd895882976274a157b479d53ec75fdaad85b882a5257652b52374d56a46ed351a437b828d23b7d14e9dfc628327c0e2932d2362832ad9c14998ec71499b132c5a19f268ac3718315870fc52a0e3f07145966418aac497715d93fe31447764b15470ae214c752c314c785338a3cc3258a7c9b34457ef402c5c91807c5c9bd0f1427bb41458176a4e2d4624e513862a7e2f498078ad3bfed14455bd58a628db7a2d88754147f6515e714571517a45d8a72fd5a4505eea8a8b892a4b8b41c515c5aedacb874b65571f97d8ce24ad7494565e80b4515325f51757fb4e2ea84ff56fde85154c3898a6af13b45758997a2bafb8fe27ac90ac5cdd19e8a9be387286e1ebfa6b8855c54dc6a7755dc4e78acb8fdfda5e2eebc2ac5dd5d4b1575c66d8a3a6fb5e2decc78c5fd20a9a2de70b3a2718895a271e40b45631ba568d27fac686a2d523cb67aae78821b2a9eb0f58aa7e72a15cde6918a66a7704573ef7ec5b3bc0e454bf913c57397e38ad617db146d9f36285e2f7452bcaed528de9d18ab787fb452f1fee97e45474cbba2734abbe253a0a3e2535fa1e2cb190fc5971bbb155d09f18aeeea0645ef7e17c54f7b95e297eb1bc5af85ba8a5f911f157f795fc55f61bee2ef22d57fee2afacc211a98564603ff1a69d0e81c0d07cda6e14375347249a091818334baa597c61a9fd158c75c1a5f2fa3f1a84a1abf50419367fa68915e1f2d8e56d1e2da3db4c484a025fb2fd3921bdb695949134d4f6768fae32c9ad1b2a599e39b69e66f14cd3a00345b934773775fd32ab52fadf253d1aab7ff68754836adce71a785750f69213e8116ae0ea5855a86d6d8d5d19acbbeb4964935ad7dfd3c3de87531ad5343d13abfe7d0836d6ae9c161a5f4105b81d675aba4f5869ca30d5aebe8a18375e8a141303d3415a4473e74a38db6bea38df6a969a39c467a94811e6d1a5d489b165ca4c738c7d263baf7d066c68b68b3502fda0285688ba200dad2f8306db93095b6d2be485bedd2a7ad9a3ae90945083de1c154dac6751e6dabbd92b6b535a26dc33269db5fbdb4fd28156d5f4dd0532a47d053b19df4546a0e3d75fd017aead993f4d4d679b453910f3dcdb9989e16d840bb8cbc44bb4c1d46bbeca9a05dee6ad12edf6be9e96fcfd3aedc58daf55001edfa2f8a9e61de4acfdca745cfb63848cf7ed940bbeb4868f7a1ef68f7039768f7d7183d27408f9eb36e1e3de7e4497ac15a98f6f099452fbebd8cf6ae7f4f2f99f497f609caa77d0f6ea697cdbc41fbb94fa297d73ca2973fa6e9154ccc7f7ed32b0ae3e900b7323a304843affa22a583fe79d1abe3abe835ab45f49ab45a3a04a3e990d177e95047351df66b2d1dee6a40878745d1e1e74de8f08a3c7a6d0d41af1da8a1d75d1f4d6f50b9d01bfabae9a8ad0df4c6fddbe9e820633aface7d7ad37b351da33f848e59e847c7ecb8486fb148a263ad37d3b1b34ed1b15196f4d6d38674dcdaf174dc2f333a6ec09a8eaf5d4f27d82da413ae82f4f612533a71523a9d384343271ef92f967da7772cafa393f2bfd03b67d7d03b17cda177a688e9e4d01f74725621bd4bd847eff23a4cef0ad6a2771d384eef9654d22933c7d02957b3e8d4119674eaca0a3a75471e9dfa732a7de09f239d7e4d4e1fd41a44670e4ea133efe5d287bc73e843a70ce9c35ea3e9c3f9617456ac139dcddda2b31b09fa48c63ffae869983ee668491f6b5f49e72654d179d8713aefca02fae4fc1f74c16277ba20e8295d702e9c3ed5c3d3a7936ed3a76ba6d1c5ae57e912c8872e910ea24b9a46d3e74c3be973163df439cf4174a95d3b7d3e6d387de1db2abafc73115de10dd01571e9f4a5066dfa8a67317de5cc15fa6a9c9aae1645d1d5a9bbe86b3db3e85a8301bad679197d4be54ddf32d7a26f4f88a46f5fbd4cdf4537d075513df4bdadd6f4bd8b96f4bd3e81be4fa4d0f5d204ba7e622c5d1f7886ae3f35946ed8be8c7e24caa51f99d5d18f1ab7d28d5e93e8c79f1ed14fe73da19b377da59befcea05b8699d32dde9974cbef7cbae5ef7cfa45c900dd7a4e976ebd6944b73e77a45f6e7e41bf6c7f4abf32b4a3db604fba0dd943bf1e3b947eedcfd2af83fde9f78949f4878393e88fc273fae37ff3f1f1aa15fdf15934dd119e41776c984b77b4d6d09d13bed09dcb8fd39d85c7e8ce8726f427bf08fa537011fd757532fd3554427fbd16477fff644c772dfa40772deda0bb2266d15d47c6d0ddbfdde9dee2ddf4cf3dcfe85fbecef4efe563e83e8b7cfa9f6525fd2fd881ee878ed303bb3e2aa10c6b253a6483125b384289ed7453e260a25294734529cab5508a3f6e524a89794ad9ec7b4af928a952fe688d9202de2aa9990794d4ce894a05b44249db4c51d29ba3944c4190921b774fc9f5842af99353942ac15ca91a93aa54cd5ea954458e530a66a05278b24729bcd6526a290e28b5476e516af73f550e7eb25a39e4ca24a5aee709a59ed75da5de95f34a7dd30bca11c265e548cd4be5c83975ca91af8b95462f8e298d81ad4a633b7ba5c9e00ce528f37ae5e8e3b39463b4772bcdcc072bcdbc0b95e6263f946379a572dc94f1ca71e180d2ca375a39fe7b8ad29ac194d636fb95d6d98b9536b16f94b6fd35ca8913aa9513cf8529270e3c57da19304abbfff6b57beca49c7ca441390573534e197d52e9f03453e904242b9d0e9c573a957f563afd3ba39c766cb1725a8d9972ba35ae9c3e7590d2b5a84ce97a7e9fd2f5c34fe50cc399ca19cfdf2867bd3257ba1dcb57ba37ad51ce099da49cb3334139b77f9172de735ae9116ca15cbc678372f1490fe5e2b2b34a6faf154a1fbd5ca5cfb6a94a5f9f374a5f5f63a5ef6e43a5ef9158e5d21fe5ca658fb394cbbeb62bfdfae62897c3d795cb8b462b97dfc854ae18b544b97270b53248492a831bdb95ab271528576f5eaf5c7dcf5fb946ba461992e4ac0cf9eea30c555f51865612cab50932e53a1e51ae73d8ad5c37d349b9e1ed5e6594ec877253c077e5a65517959bfadf2863c429ca98ebadca2d9a3ce596dfaf94b16657945ba77d516e7b462ae33e1429e381a5caf8917795f1739f2be323629509d26dca045b40b99d3ba7dcbe82576e4fdfa24c7c334999c4c7289327ad50ee6aee52eea63f2b771f4a55ee4b4b55a618b2ca949c85ca34d173655af90365fa6563650697adcc9868a9ccd86ca83c34c65179687d8af250eb42e5e1a043cac3517aca1c173b65cee2c3ca2356b1caa39231caa3f636caa3655794c7b04a65ee226f65ee5ba9322f2853999f5aa3ccbf84284f8cd9a42c50f6290b9c0395a726b42b4fcdc795a78e372b0bf7ac579ef93148795611ac3cab3d4479d668a1f2acc32f65f1c74865897aaeb26466abb2c4a75a5912745d5912cc2acf1dbda73c7779a9b2b4db4c791e3da52c239f2acbac6f282f5ec694176f7e535658e82a2bc63e515ed2dbabbcfc6395f24af47de595f85fca2b2f2e2aaf74dd525659b62babe2ec9555d9af94555d1f94d5a7696575db18e5b58213ca1b4fa394b5eea4f29683a7f2d6ae14e5ad033794b7c771cadb1bc394b7b354cadb27cc9477246dca3bb9a4f2ce9badcabbcb972aeb6c6294f756ffe76999f281a19eb2f1eb726563df69e5530b40d9dcf444f9ec988bb2656c9bf245de4de5cb158394af8e2b94afce18295fbdfdae6c337fa67c3d274cf9ba2757f9f6e421e5bbaa42657b68adf2fd9a5e6587ba52d9319a5376d2fb959dc5d5caaf95c794dffeec577e3f3e4fd93545a5ecfaae507643aecaeedbd1ca9e03a8b277f280b2f76582f267d460e52fdfcbcadf331f287fdf972aff18ec55fe4bca6700ac8b8166cf619095af18a44dc160dbaf33d2a5b58c34278d911db9c3c837d9321471835130c98ce2583aa334b9f8dff0a5304a97698cf2e31086dd339a613be318dea98c51d1f98c6af74846d896c968c2e319cd83df8c96c764465b5dc768fb7b33dacfbe32839c06333aa39b189d252f99c1673632439c2731ba469e8caed934466fc73b46af329ad17b0430fa09da8c7ed529c6c0a59e1996ba9231745cc518fefecb8cb8f28f19f1fa1f63b4f43c635cf2983199728d3149b8c98c5adfc28c5ef38e191d1ac198c67c67c6c4ee64c6dc7fcb5824ec612cc7bc64ac2e8d60c67bc998f1cb7b99f179958c75400c63b32f9cb1939f6426f9da339342b498491bec984999b719fb301bc6fe702c33b9359a990269310e69e6ccd4cbd98cd3aa00c6a9ea0ee3d4f493717afc8d99067f65a6957d659cd3ad18e73247c6e5853be39a3b8299b96e0e33cbf83a333bf61d33ef7821b360f67466c1b2126641e662c663f328c6336a12e3f94bc2788d5bccf8e819313e5732185f6309e36b6fcd2cddaacf2c6d0d6096fefdc32c5bd9c62cbbf78159d6ecca04a4b24c405d29b3727b07b34a348c59d5eec30401294cf05c1b2638b68709ce3fcb04bfface844c99cf8404d53321b1de4c48fa2e26e4902e13d262c98419f9316156514c58eb1f26ac2d870937bbcf447c5fcfac7bd8c4ac6bf163d67d5bc3ac37b8c344061f6422432299a8d58799a89f57998d43b2998d017f998d55db998dadba4cf4912a661363cfc444143131671b99d80bbdccd68539ccd6f7f5ccb621b54c9ca315137730984948bac92464953309e7f599edef4c98c415e14ce22b5d26b1bb9d498a87999dcd2f995d49eb98dd6386337b94cb983def7633fb1fd93329683593b2e31293d6f08d4907ae32e9a1a39983174e321941394c66f358264bfb0f93350d67b26e6f63b223463039880f936352c91c593d8239726d0973d4e60d73f46f19934b9c6572e3db98dc9b72e6b8ee1d26eff02726af5260f25e4f63f23d5f3027b64f644e32b5ccc9b4b3ccc99c8d4c41ca73e694de1de6f4bfa14c91d119a6c84ac2146de59833a6387366892353bc4f608a2fa630c58fbf32c57fa633e7422633e75ffd602ed0fb990b2ffc99f27d514c79e762e6e2b9074c05b699a9f826622e4d88672eadae61aea4cd61ae5c9ece542ecc602acbe54cd5feadccd5e5347375872f53bdfa0053fd7a1d738db563aead3ccb5cbb3f9cb99ed0cf5cbf98cfd44c3ac1d4ec7accdc20fa981b4c227383ddc1dc08eb636ebaef646e564733375f3532b722a732b7bfec65eecc3dc3d465bb30f7862c65ee9d7dc5dc4ffbcbdcff79987910d6c13c7c2d67eaf52f30f591054cfdbbb34cc3119269fc399d69c29299a65ffb98c743e29927d53399a7278a99e6a39dccb3db4f9967bfbe302d8606ccf3b595cc8b8b2b99974b97332f53ba9836a185797d3f8b79ab3cc2bcfd728c79a77161dadbcd98f7734c98f70db9cc87a5b7990f8732990fe74d998f1f5c988ebdfb998e6707998e77464ce77c11f379c700f3254197f972c881f9924b315f5371e66b29ce7c630631dfb71c63bebfc867baccae305d9512a6fb11caf4eca5999ed30cd3f36302f31390fde72ef3abf03cf3bbf120f337a99af97bdf99f917d6c6fc6b469901c54366a0a29b1968f162c1bb3216f239c94239300b5d3ecb42bfc358b8ea280bff7ec722bf96b0a8e368168b39c1624f6fb3b87b3c4b20bd2c81ebb3c4322f5634ee072b392067a57ec758f92f394be947b28a86d7ace2ef329636ee6669937f2cbd7e08abb452b3ca0dcb58e5913496397c8565beaf62b96d0f59954923ab9a3d8e550dd8b06aa35056fd71072b4870564b16c56ad9f7b0838c02589da138ab937c92d5e93461077ba6b2833f67b143dc65ec90fa5a56577395d535f16375735156b7e007ab37cc9cd5b753b1faae7aac41cc58d6a0b89a35e878c51a5adf658703baec70a51d3b9c8b63875f1ec58e204fb1232cddd9110e19ec88bbe6ec48b3abecc8b4c5eca86117d951378fb263da27b366bae5ac59470b6b3e2280351f2db0e636175973877dac0565cd8e3579c18e35a3d8718d1fd9712f2fb0562343d8f1d3a4acb5c51fd6da6b3d6b7d79256ba3e7c0da9866b136795aec44cf01d68e9dc34e5a06b193b6de6527351d6427f57d64ede975ec94e128ebe0bd9f7582d6b34e6f26b3ced55f58e77f735897d005ecf4f37eec0c4460dd4e3d61ddce34b3b38fdd60e7ac9fc5ce69c6d9792bc6b20b0a42588f0b05eca263b7582ff3c5acd7529e5dece0c52ef6ca60bda7e7b3de27d7b34b86e1ec92ff6abfe49bc0fa6a4f657d4754b2be734bd8656c31bbecbb37eb7743cdaeb4f8ceae9c67c40625a6b2c1d3add9d5db0dd8d5e77ad9d5f525ec1ab0965d93a46243b46bd81007810d1ddbc686be7fce86693d61c346fab361a3abd8709352364204b16bdbbfb0ebbe47b191b26636b242c36eb4cf61a36dfdd9684f17363a643b1b939ac56e6ea963b77878b15bdbbeb271c81d36eec073362e6f2d9ba0b5884dd24d67932e9d60939a6cd99dd82d7667fa5236795218bbcb7b32bbebc21476cf9a43ecfeed69ecfeea6becfeda423675c15e3675d726f640eb24366dc37936ed722a9b7151c366fcdac16642dfd9ecf6436ccecced6c4e86399bd3ebcb1e1d71833d3a61397b74ee69f6684a3e7bf44d0c7b6c69207b6cc53b36d764297b3cfe1e9b375ec49e18d0b0056346b2055ede6c61d568f6b4591a7b3a0660cf002fd9b3ab8fb267bf6ab3c58e1fd8e2073fd992825af6dc96c5ecb9625bf6dca3d3ecf99533d90b48145b9e1dc096df8f642f6754b295f072b672c879b6aa5960af6aaf64af5de864affdf661af4fb9c3de9047b337dc18f646483d7bf3ec6af6e60580bda317ced68997b1755657d9fb54077b7f6b1e7bff5425fbc0e032fbc0dc857db0f606fb303c8cadef69611fb99ab18fa27cd847f18fd947cd9fd9c79a9fece3b7c1ec9341396c734a02db5cb9827d36af907db6d0836db953ccb63c37649f1b4c629f2fb8c7bedc37867d79723cfb4a359d7db5cb827d6d6ec3bedef5817df3c9887d6befcebe9b328d6d6f7366db078ad9f7b77eb21f3d30b6c3722fdb79e12bfb0998cf7eaa98cc7edebb80fd525ac37ed568d8afee39ecd72417f63b7c88fdeefc82fd3e1361bbbac7b2dde5796c8fa536dbe351cefe989ac9fecc9fc6fe9a5dc0feb61accfe890860ffda7bb27f7d36b07f6be2fe93cefe7df49dfddb64c1f6e918b27dd1716cfffc6ab6bfe02cdb5fdbcd0e282dd8813bfb39c0eb05076c1fcd81b92407adebe6a0a60b1c5c58c421c67739643cc0a17bed38ecec738e18328223a69a70e4cd2f9c78b529272937e3a4eaa99cf4641a27d3e47132e71e8e96309c725016a7fc6acf29fb1f708ccb338ec93bcf314d673956670bc7beb1e238f3068ef7ddcaf11b0e717c5d17a7520470aaba359cea6136a76e1dc50915c739a1651aa759a3e03497704e7b671b3728bd881b74ef30a763d7cc0deecae17463ea39bd338d9cfe94979c41f354cee04b1537f4f00e6ed8918fdcf0503f6e78a3133762983d37c2642c37d224891b79a9811b59abcd8d6c58c1191d4de58cbb977126d117b951c1dfb8516d89dce8105d6ef483146ef4a3b7dce8d7b33853b09b330d2ee4c634afe5cc2f8de1c606a8b8716dbd9ce5b0439ca5f942ced2d188b3dc11c259fd39c78d4f29e4c6a7f771135a2d38eba10e9c4dc421cee6602467fbe41637b1e52e67b7a5849bf47408676f51ca4d1ed9c24df66ce3265fade51c0e9ee2a69e8de0a696f673532b68cec9258b73da52c74d536472d316c19cf32c5fcef9f113cec5f238370398cccd7810c9cd78749c9bf5e70e37d760093777dc446eee395b6ede0e1f6e5ef2316ebe4ce0162cbac32da856711ea1c99c47e72ece5326e53c0f8de116262ab985ff56738b7f6671de636e724b3ce2399fa3cd9ccf5b8af3750239dfdd30e7fbd09b5b1a2c70cb6ed9727e7a03dcf21343b8e53f2c387f2e80f39f38890b502772812b3e7181ab2cb9c07d7fb9c0cf326e95f9262e58748e0b911ce04226c771a19b8bb9d0b4522eb4b1905be72de3d6a3e7b9f5b93fb8c8094fb8a8681d6e9377051763e1c1c54cd4e3627eade0b6fc9ac8c5b6b6715bb7bfe0b6feabe3e2a2c3b8f8bffbb804722c9790efcf25de5dc625559de39275c671bb5417b83d4e99dc9e3b4bb8bdd31e72fb92e773fbfedde3f6278de6f65fdfcaa5e87b7129110bb903a597b8343e854bab7fcba5d337b9f4d8c5dcc1a71877c84ec9658943b8ec3f3c9733378c3b12e1cc1ded28e78ee92bb9633d01dcf1aa5b5c1ef585cbbbd3c9e5cf5ecbe5cfe5b8fc5de7b913fbb67027ce6de04e0e9dc39dbc5ac19decb6e30aba06b8c23e5beef4691957d461cf9d017673678ebfe1ce8e20b9e2591bb9e2a8c55c895b175752b19e3be7a0c39deb3eca958287b952e83557ea398e2bddf9802bbdebcc950d2be1caa65b7265af8f73e57eb7b98bf37e7015481f5741e77397667573570c6f72955baab9caaf6bb8aac47fdcd5c11bb9abc7dab8eb8f93b99ab21bdc8d8734573b369abb597b84bb93edc2dd55157177cd4e71756826774f1ecddd3362b97b93af72f7176ce01eb40adcc391bddcc33967b8875102575ff0946b78b4917b74ba956b5cfe9e6b1e78c13d2b5fc93dbb1ac3b52c08e09e3362eec5f932aeb5673ff7d2e41af732e136d776da986bbb59ccb5bf0ee53ec027b80f6369eee36c05d7315d87ebb4ede53add70aed3dd9ffb14b98afbb47535f799fcc57dc974e7be96cee3be2776705d9693b9ae4302d7d5b997ebd6aae3ba0f2bb99e67bfb8de373cf7f38088fb9989707f26b9717ff79b727fdf38737df3e7707d89afb801da8407d8161eb0afe381f3213ce85acf435296872e4ce5a1477a3cd451c4c377081e0935e45189098ff66fe7b1a76e3ca9f3982747dde649fb225e34a489176db2e0457bf478d1c3bfbc84cae625eb4ef152ef0c5e9a53cc4b1f94f35446104f951bf20a7834af884ce415fbfb784549124fef6ce0958d7379eec36d9eb7ede7d5f19b79f5e167bcf06c3dafb56b1daf5527e2078d99cf0fca5fc5eb18d6f33a0373f8c1a93ff9c137f3f92147b6f2c34e9af386537ef386a7b578c3321b7ef8da5ffc08974c7ec49e207ee4857bbcf1728437492be24d3ae3f85146f3f9d1b1b6bce9e11ede34e7066f5a93ce9b3ed8c48f99b8841f139fc08fa9aee1cd94b6bcf90b53defcdb70de627a056fe16bcc5bec69e02d759ff09657cef156ea38de6a6c226ff5e1093ffe663f3fbe2d9d9f506ecf5bb76fe46d6a4c79dba01fbced9a77bced29819f183d9b9fb8259fb79bf386b7cf9ec54f0e7fcf4f9959c24f29bacb3be4d7f08ea7d2f8a933aaf9a9bd73f8698e29bcf39648de65ec2dde659c11ef12f18a9feed6c3bb9a97f033448bf91979a5fc8ca743f99963d6f1b3886a7ed61d177e562fc2bbb98ee0dd32eaf9d90f17f3ee16bbf8792d6efc7cafcdfcfcda4bfc82efd7f885f7a3f885cf1ff15e5b43f9c52747f38b2b27f3de4e05fc92e99efc92774adecff720ef3fca84f79fa6cd07947fe0037e5bf081d623f85597cbf860b907bf3a6010bfe66b381f225fcf871487f0211583f8906f2ff9506c111f7ae9021f76bd820f8f6ce1c3cf4ce52362f5f988677efc5aec39bfee87845f7fff2f1fa9fcc147eaace72323fff1515f0af98ded0c1f1dfe82df545ecd6f6a75e037754de6374766f35b767fe4b734f9f05b0fe6f2db167ee1b7d5fce3e3a82c3e6ef8413ece3c888f0b4be4e3d61ee6e3e383f8f8f2cd7c02e4cc6fa72bf9ede3d3f944852b9ff8fe369f1411caef5425f3bb42d3f9dda633f93db603fc5ef220bf0f4fe553d3fff0a92d1bf9b491ee7c5a41169f56fd903fe455c967f914f35965c7f9ac9fd17cb6c3143edbed349fb376099f537095cfa9f0e78f6953fc31d777fcb1553afcb132073e97b5e2f32e27f2f9b7abf9fc2777f8fcbf7ff8137a96fc89dbfdfc89ef07f982112abe609b0f5f706d105ff0389c2f68c9e54f6d0ce34fbd9cc29fea5fc217d647f3a7d32ef1a74b7ef04575957c5167167f0649e3cf0235fcd9fc25fcd9ceffe2af09fcd981bb7c71fd3bbe2432932f2918c39f7b5fca5f886ae42f344de4cb4ca6f1654700beac219baf88dbcf5f8a91f05776dfe1afecb5e2af648ce02bd94ebe7a6a177f6dfe0bfe5a47027fdd85e7af6705f237a262f95b2d65fc6de960fe76731b7f6778187f6713c2dfad8fe5ef2755f2f70fbbf30f56cee61f2e3bcf3f2c18cfd7af3bced71fbbce37ccd8c237dc7ec037ad9ccf3fd6c6f8278e0dfc53f960fea92a937f6a39936fb648e19b9d86f3cf5cbff32db3bbf8e71355fcf3f93dfc0bfb2ffc8be9dff8d61b397c6bef3afe2502f12f9523f897bb33f857a9e3f8367e22df661ccbbfa6cff1af1f55f06f521ff16f73cff2ef217dfe7dfb3bfe63ff78be133dc87756dbf09d6d1efc275ecd7f96c7f05ffe3ce5bfb6cbf96f7f8cf96fff7cf82e0f88eff69ac77747cbf81f07c3f81f475ff1bdb75ff2bf267af3bf3c5ff2bf5579fc6fe3d1fc5fc3bffcdf1e03beefc14dfedfdd02fedf271bbe1f1fc9f76b55f0fdc77ff2fdc5f3f801d5797ee0884605e84c560115812a7091bd0adc3044056e765281bbdd5590fb5f15ece4a742ef1d5761bfcea9f0c15755f8e1bb2abcdc514568cc54c47b5c25def75c25c91bae92e43babe4f86f957c94bd8a0aa1548a96032ada3c4c457b39a994a3e42aa664818ae57a55eca7972acee7ba4a35bc502530452ae168824a932952694e3c5369b94f5569279d56695797a9b4effe52e98807a97426fd17176c500dc6bd5483b54ea8864cbfa0d2759fabd24b3553e9bdf8a2d28f7cafd2bf60a2320cbba21af1cb5f65347cb0cad862b3ca6445996a54ca02d5a8cc74d5a8d602d568b95435da8b568d8ed253995ecb578dd18e50994b5254e6136d54e6c1b754e689ddaab14b2ea9c65624abc625495596c819956553a0caf2f77cd5f81403d5f8b60895b5cd7ed54444acb2a77095fd10a56ab2df7f4ea5a91c908d2a87205b95c3d13495a3adbdcab1b651e5f87d8b6aaaa78fcae9ba5ae5f4e099cae9cf02d534f4b0ca79ec3995f3f8432ae7940695f391592a1743bdfffef697a9a6c785aaa637be574d1fe856cd58385f3573f874d5cc5186aad9b5b754eecc6a957bee4c957bc942957b459e6a8e71fe7fea5473ca7c55735a0c55737eb9aae6a6be51cd1b5cae9ae7775e357faebd6ac195f72a8f3b9d2acf239f550be7be522d5cf451b5b0e6b46a51e63f9597e163d5e20de7558bd38ea9169fbda95afcde43e57d2144b564de7295cf8f192a5f69a5cab7c346b52c629d6ad9563d95dfdab5aae523d254fe54952a800854056c3ca75a79efae2af094832ab0385eb5aab9591534644015bc8a53ad3e775eb546ebbb2a64d332554842a62a544bae0a8ddba40a130ea8c21c0a54e1c17f556b3b57a9d6abe3551bc627a8a2bcc7ab360dd8ab62bef3aa2dcd9c2ab6e0aa6aeb0e2fd5d6aa3c55c2a96faac48a66d58e9834d5aebf11aaddcc38d5bedaa5aafd4d6354a9b2ddaa034b66abd2cc7fa8d22207abd2b5f355e9ab235407c37b54074f01aa2cfffbaa6ceab12a3bc85795b3f3bdeae8e5d1aa63555eaa5cc51f556e2aadca7d7854753cb6467502cb569d745fa42a5866a72a28b9a63af55f9f15baf5ab0ae7ec50155675a9cecc08559d6db054159bfaab8aebe7a94a4e66ab4a2aafaace758f5395e500aaf2929baaf226b5aabc7b8eea62839baac260aaaa62eb3055c5df76d5252b507529a94a7559b75b75d934437565cc14d5953d81aaaaea89aaab3e61aaab87d254d5fe5f54d5191daa6b43eeaaae4d5ca3ba9e3e5a75e3d65955ade6a6aad66f9beae6f302d5ed0745aa7bcf87a91e043f513dc8faaaaadf18a7aacfbaab6a5892a96af0c7544d4649aaa6ec9faac78b74544f457b54cd89adaa96973daa96ae7faad64b9354ad1feeab5e869aaa5e66a7a95ef966aa5ec53c51bddafb9f4f0daa36d70baab6bdcf546fd599aab7f397a8de2d7ca57affd155f5c1e986eac3c1605587bebdaac3dd5bd539935475ee66559f4c06a93eef59a0fa5cf25bf5b9e194eaebbf71aa6f0d2354df9ecf5475a79aaaba5b38554feb4cd58ff991aa1f89b1aa3f864f557f1271d59fcb07547f1e1c53f519c5ab06e67e57033346a901cf5f6ac0fbbc1a3860a706039faac1ef666ac8f1bd1aca495443c78eab1106572383a7a871471d357141a9265e54a94505266a71b6462d737cab96f98c53cbf1f76ab9fcaf9a7a57a256cc27d58af29b6ac547959af64c552b0ff5aa99fe7d6a1696aa397f27b56aa4835a70d8ab166635a9853f12b5760aa71e64bb443da84e5f3de8718d7af0e62cb57ee36ab541f042b5e1f002f5f02575eae1413aea116243f588e185ea1145efd523aeee528f34cf558f7c72466d14714c6d7446a436964e551b07e8ab4de4dfd526690d6a937f57d5a3133faa4dd396aac7981d509b378c535be80e538f853fa8c7e979abc719ee568f7bfb486d3961b07abcfb3cf584293e6a6b26456d3d5b5f6db3a0516d73fbaadaf650997aa2f705f5c4a3e7d476a3bffea75b6d171ea5b6cbf0504fdaf5513df9408f7a4a42887a4abba7da41be4b3dd598554f9db5523df5f80ab5d3c4796aa76d4dea6963dad5ce6fdeab5dc2e3d53347be53cfdce8a29e992b55cf3e345ced3efd8ada7d49817a0e01a9e7a4cf54cf1d51a89e3b77b17aeebab3eab99db6eab97f33d5f39ed3ea05af36a83d5f34a917fa2e542fb2f7562fda2b522fbaf55dedb5c954ed9559aa5eecdaa75e7c42adf6763eabf6deb445bd24c95eedf32443edcb54aa975257d44b77daa9fd32a56aff9390dabfe3b43a6078967aa56aaa3a502e56afcaec5307eb5aab838f39aa573784a857bf11d46b16d7ab43c2add521792eea50adffe8dc568701e7d56b279f51af8b3454afbb4aaad7477c556f7078a08e5a92ac8eead0566f5c6aa6de34f3ac7ad3bca1ea4df91a75ece142756c81873af6c730f556831cf5d683ffd47101adeab8275bd5f1d44975fcbc17ea84e5d9eaed1a997afb565ebde3d1497592f61bf5ce8555ea9d9763d4c9434ea993df1e51effeef99f73807a8f7784c56ef2d8d55ef3b56a84e3195a95302bfa853f79e55a7be9bae3e1062a44e6f78a43ea8bd559d5134527d68c77cf5a1f276f5e1232bd459a17aeaec5536ea9c41faea5c830feae33dcbd5792166eabcddd3d42736bba94f3c3ba63ef9fbaeba2032597deaf14b75e1e568756187b5baf0eb2af5e91543d4a7fbddd467a208f559bf1875b163b1ba24da535dd2dda73eaf0faacfbf14a92ff86c5497c5b0eaf29644f545bf60f5c5b701ea0afd48f525d539f5a58bd1eacbb3b2d5975fbe525fd139a3ae2c32535fadbbadae7e81a8af5b5ba8aff7c7ab6f4c0f51df885baabe71e3b6ba7615a3beb97cbffaf6c20af59d1763d577f757a8ef2567abefd55f57df7fada37e6080a81f1872ea078eb6ea079746a81f3c0f513fbcafa7aed774aa1b2459ea8625bfd58fd6e9a81bbfa3eaa6375eeac7488dfab164aafa711dac7ea2774ffde411a77ecaa0eaa7d3e7ab9b9f66a99fdfd555bfa80f50bfdcbd4dfd6a6f90ba8d58af6eeb3052bf866eabdf346aa9dfbef756bfcbe854bfabbaa66e5fb046dd7e7488fa63888dfae39b2075c74084bad3f386fa937eb2fad3bd7bea2f1f27aabf0fac577739fba8bb0fcc57f76887a97bd2b6aa7f386d51ff749ca1feb9c457fd6bea5ef5af3d53d4bfcd16aaff2ccd50ff79fb51fd1737570f8c9cad1e782f510ff4e708c0c432017cea20a0f34609e85a42c07210013b6b2360d7d70938f843c0c70f13f023e3053c6f8a80bf910924b24c1025e508e2461741b2c947906a8a04d9f47b826cd627413ea3545026380bcaccd302bb65b8c096bc17d8730a41f5ce5f501fdf22a8cf8c1584bf2241f3e8a4a0b5224cd09e4408dae1e5c220ab5241c73b451842cd10860cea148618bd1686648a8521b97705bd498304bdfb85827ed12d41ffdd5ac1a064b83034e6aa30ece347c1d0ed88303c415f187ea34718de800a4696b304a3d077827165a130eac172c18cdb2d5868b60863b7a50a6377b90b63dbfc85f163ea85f1fec1c2f8336682f5d615828dbe913071fb7061e2fe526152b49e30a92b5eb0177c057b475ab09fb559b06f3b2a4cdedf2e38009f85a9e14b0527d15cc1f9b24898ae3b4e98a1bf539835f1b0e056fd4870ab09116657c70b73bc528579567ec2bcdd1dc2bccb578405d33c85050dba82c7b822c193992e2cbaf345f0325f277875370b4bc84782efbfe9c2b2d024c19f5c2ff8eba509810b3a85c0e53384c0c2f542e0e96fc2aa87881034a35708bafa5308aad51282f15f4270a3afb07ad2086175e90161cd857a2144881242e1442174c3682134ad41083dff5108db562d44448985886c2b21a21e17d66efc26ac4d7112365c36142213e54254bf46d8187054d834e18010233926c404150931f7d285cde681c2e68f83852de30c852d0f3285ad0722846da99384b861e142dcfcd3425cde3821ae2b43889f385f886f2f15e27b4442c27e524848bf2a6c9f952d6c7f06098959e7851dfb5a8524c79742d26c376167c87761e7dfe1c2ee3fff843deb570b7b06160afb1d8d8414e95f21650421a4fcd612520d8d8454173d2175d93be180ec9290266f16d21ed90907670e170efe7c2364cc721332a2052163cf5221e3b78b90a9ef256496cb8443a1938443ebd384c32b3a852cdb4f42564a87904d3809d931a38423314f8463737b85dc51cb85dc358c707cee58e1f8a65a214f93f79f01217ff85a217fcd51213f2151c84f73164e146f164edc6285536e5785423373e18cc914e1ecbf51c2b9710342a9f926a1f4dd72e1c293734299419c50f6be44b82809152eee39275cbc395fb86c364ba85cbd4fa8ba92285c55af10aefe5a28549b9809d59ff70bd7d9b5c2f5b332a16672a670036a126ecc6c116e445809b5a32c84daeeb5c22dfeb070ebf972e18e5224dc59725cb8931328dc4564c25d1f17a16ed870e1de465cb877da5db87fdc57b87f678f70ff9b5c78b8e4be503fa155a80fcc16ea733f08f5e59e42e3947f4263e827a1b1ae4f681abc52783cc642786a374478ba62b9f0744f93f02cdb556859f85668796e243cdfed2a3cbfe32bbcd0db2eb49ae6092fdb0f0aaf387be19553b7f0ea6bafd03663aed0762d5668ebde2cbcf16f12de2dff22bc6b9d20b48711427b958ff07ed937e143af81d05915297cc23e0a9fccc384cff61ae10bbd40f83af3b7f04d2f47f8362942f8e6b54af8963251f8762d48e81af340e8be9224f406af127adf3042efd72ee167f203e1d75391f0d75547e8bb592ef4fddd210c5c99a801467dd300d9511aa076a70678f34f039a986bc0ed120d64d8af817f986ae081120d12be4a839eadd7a0ef5e68f01d611afce3270d39a84c23dabe51231df148234dbaae916f76d1c8af3568e44f666b146bf335b4f57e0d5d7348a3544fd528d33f6bb8d137355c33a6e13eced6f0f74d34fcb35f1ad55a2d8daad74023fc4dd26845ab343adae3343a2f4f6a743a3f68063fd7d7e845466bf4f64ed7e8fd1669f4030b3506bd959aa14e72cd304a4b336ccc228de1e7319ae1a52b3446f40c8dd1eab71ae3a3ed9a515318cd28e7519a51d74d35a37e7fd68cd61aaa31b5b2d08c099fa119b37e99c62ce88ec63ce2bdc67c538ec6a2434b33f6409d669cf672cdb84bb11aaba4a71aabd2799a097d4334d649ef35360d133576b89bc64ed8a9b16b5cab9932f480668adb12cd94adeb340e7b2d3553c3da3453f34d344eb7198d73e6078d7375afc6e52fa3992eb2d64c17d41ad7f94b35ae9e1d9a994c906696c452336bd0678d9b0ea7711b51ae71db7454e3f67cac66b6ed16cd5cf48b66eea4a79af94741cd82df97351ecfd3341eefbc349ecf82340b736668161efba1f142b2345e83359ac5563b348ba310cd92d9b4c60779a9f14dd8adf1dbb053b3bc7cbd6645748c6645bcbfc6ffe4058dff5b9526407b9f26c069b526a0a743b3d2fa8466a5e37dcdcaa59f352bb3de68567e5da45935f38866d5bc524d502aa009ee78a159adbffa7f0c977938156f14c791ad841451f7cedcb97367ee3a779fbb49a8a894284a919442a8448bad0595362152b266a7524af67da70d2554244bc8d28268a1fc7e7f7c9ef33ecf3c73def79cf33d33ef211c5d374138ea504cf0bcf78fe0e5394e38917593e0ad1d45f051f125f8161413fc8c5208feaf5e13fcdb5208a7df38134e7f5d4038f3509770e6630fe1ccaf3d8480bc204240e72c2160f60e21f06d3fe1dc673dc2f9db0d840bbabd840b7ace848be969844bdcf5844b4d0cc2e55b2e84abbf8e124218df08d7180984504489107ebe9870fde3234284590021c2d28270c3a39670a3379f10a5e747b8e9769e70f3581de196c20742f4e5e584db2fde1262962d26c440398498e08d84f8f62b8404169390909d4748f89a49483ce14b482c7025dc118b087792930877663e1092968084a4ac6c4232d64548d9728d90f20024a47ac811526bbe10d2e34d081956db0919f36e84ac619890355b4bb82b3843b8dfbb95f0c059447848d0243c745b4478e8a54878b4cc9bf0a8dd98f0383f9af0b8638e90abaa46c82dfe45c86df125e4439b0885acf584a2a4ef84a2365342f1ee7642f1d995841297014249f76a42a5c080509d7e9750dd6f4ba83df08950777b31a1eed54642bd4512a1fecc1b427d2d83d070b183d090a24768941e2634357c243cf3f4213c8bfc427871e00ce1c5a316c2cbffe379593a46686e7227b4dce4135ac5698456fd6142ebee58426bc12ce195730ae1d591cf84d7d6df09aff72913da084a84b61fb984f6940f848e90cf84ce252384ce884d84ce2c2bc25b621da14ba44fe84ade45e836da47e82eba4ae81e3e46e8595d4fe8896d21f4e4b8133e26d108bd179b097d3e4b097d4f8d09fdc7ac0903b967089fb827099f44d7089f8e10089fc695089ffe55100697ba1006ad2e1306a3de11867616138635a608c3a2db8491d4a38491af7584b113e7095f078709dff60384ef9e458449253fc224e30961d2cf9830ed124e98bec721ccc8af26cc1c594df8c55c4af8151d4ef835d040f85d584ff873f70a6176198b306be64798dd5742987b8d10feca7910fe065d24cad94711e55a2788f2ee9944f9762a51c1cb8ca83ca0405ca8bb8fb830ad88b8f04306512d7627513d0b256a7e6b242ed9ab4ad49ad3212edd9542d47e4626ea488e1275a25e1075868e1375d96f897a0bab887a79e1c415b587882b7e3e24aedc7e95b8f28584485c6d4804dcfc88e0be8b4448fc8b088db913c9cb5c8964e41291727e1f11ddd94a44439711a96f09443af97f6e3c2132e49c898c93a344e6bd3d44cce21a112b2710b1161322f6238fc8b9fb85c8c93621f2e66c88fc9069a240479d28089e21e28b5f1171176da2c8c78828e6c344b11b9d28d93d4594f28e12a5dd864459853fd140124e34084e22ae16c5100d0f84138db4a944a395f34423835aa2717f3a71cdaf40e23aab11e2ba9a0ea289680dd1e4ec27a2e9b43c71fdcd6ee2fa529cb87edc87b8514583b87109816836d043dc14de4bdc7c4440dcfcb59fb8f9d73ba2f9c6f5c42dea25c42d455e440b9751a2c52505a2a5e914d1f26e34715b5626d1ea149d6895ea41b469b620da6ef84cb48b3027da8d4c1077efba45dcddbf9b681fd94edcb36225718f932a71cfbc22d181cb233a5c384cdc77578de8b8699ee8b8e506d1b1874a74daea44742a8b233a9b84105d9e1d201e5cfd8de8aa7e96e826ac25ba47ca110fdb18130fbf91271e8d784cf40ce013bd3c4e10bdfa0d885e930ce2b137bdc4631fed89c7fe2d239eb4f7237adfde48f4f97987e87bad84e81bb585e8ff08229eaa8a259ecd89249e9d7021062c38470cd8b19718d034400c54b9410cd4c8239e5318259e5bb285785e3d9578feb42df1c2e2ddc40b2718c4e0fc2262f0e729e2c5b7f5c44be563c44bfd8ac4cbcb70e265ea21e255cd6962e8f26c62e825676268f414319c93430ce78e10c3ed0a88e1b7ff10afef3c458cf0be468c743d48bc61748a1855fe9378b32e9218bb518918bb2d9e18eb11418cd3f625c699fe21c6399d21c6bddd424cec7c41bc53eb454cbad7474c2ad84f4cde1f444c7efe3f5feb88a96e1b89a9cf128969479e13d32e691333d69e276678a0c48c2f9b89998605c4ccbdb9c4cca3b5c42ca3cdc4bb571288f7ffe512b357b810b3373c246657b9101fc0f78839a245c41c93d5c447791b888f2f9e21e6fa19129ffc0688054ad6c4c2377462b19a05b1987e97581c58432c81158925f42162c96d2ab194634a2ce53f20961a7813cbd17e62c5ee4e6255f8266255c415623d789258cff021d673f9c4fa9aa3c4a6b30f89cfe5af129f83cf89cfaffc20bea056115f983f27beb05124366f7c436c3e97446c2178125bad0388adb77589af5dde125f87ce10dfb83f23b6b3ef133b0655889d5f9efccf5be23bd081f8fe4e25f1fda42ab12b6439b1ebe36a62778c05b1e78c3eb1672c96f831d484f8315c40ecbd768cd8fbe43db1ff742bb13fe71cf1939d01f1d3289f38c86a210ed91b10873d3610876f70899fb5c2889f39a7899fb38288237ec789a3b436e2e8859dc4d1b852e298918838ae2a227eb1ec267e6db3227e7b2647fcfe7d9238f16e2571527f2f71d2eb06716a890d716a4e40fc7103274ebf9c24fe5c6e45fc694b26fe5a758ef8475c429c350b26ce1e3a4c9ccb3226ce8d6b10fff57b13e76111717e3d02c8ed22020abb0e030aaf1f008aebb50125877140a9fe19a034fc025096bf0aa86cb00254bc9702aa0a8a80aafe5f40b5d40b5878de1658f48b09a8c59c07d4461d81c59a75c0e2781d407dd108a0ce0803d4cd1703eab9bf00cde50b00cd93e700adbc9b804e0c1158be4113d00b67002b8c8381154e5e0031341520865d0200702d00ec6f03c09061004c9101e0a3eb0029281520952f03c8136d009c5d06504c7a01ca092180e87b0188672d80d4b70268d473807a461ea0be5d0bd07cad015a1c02d0136900536323c07c190b303ff300d6d6768035e70e600b6e0318371ec0bc0400b7c313e0f901005fef1ec067e703fcbb258020ef01205cfa1a105ebb0308cbbf00c26a2300972c06f043dd80881d07889ea38064fe3a20739603648379c02afd3f8081c235c0e04b09b01a7201561f380d18159c078cbfd6006b6c6b80750a3ac03a3b1dc024c707d8b87f2fb0312f1030bbb5043067ae04cc059ec096b3af008b8d34c072c925606bed6660db4917c08a9b0a58f1da01ebd26660bb4313b0c34308ecbcd402ec02db805dfba700dbb56980ddadc7c0eee5c180fd2b1cd8b33b1970c8cc071cea9c81bdcbbe017b5dd980a37c1fb0dfed23e014e00238dd1203ce7fe281833df580dbd64dc061111d383cff16f0c0be001e27d2014f5b31e035360f1cf377034e389b013e4101802fe330e05b740cf03b7d1ff07fbb1538fd711238fbbf9ff34e01c0f9cc3e2058cf03087ef916b8b80c022ee299c0a5afcf81cb041de0ea9f4540c8d310e0da601c10663e0184394c02e166bd40f88b36e0ba8e19707d6b0f70fdbb331069fc1a884c3f0544967e0422674b811b3c5be0c6d30e204a4d1988f2bb07dcf45a09dc7ae905445f4b026e473500b78bfb80988e642056750888258e02b1cf228038c225206e6a311037dd05240cc140a2120824def10312fb9b813be260e0cee95b40d2e64a20b9673990f2bc164869dd03a4f6da026993fa40ba971590e1bb1fc8787419c83c4b0032cfe50299611140d66d3fe09e611570ef5709709ffd04c826af04b20fc6000f562c001eae94020ff7b703394e27809c7b21404ebb0ef048d512c875b7049e7c5f0de4998e00f9b56140fe0b6da060af0650987c08288a0f058aee8881a23c0950ec3c0214fbb50225760f8052f223a04c900d94278500550b7280aafda140d59f64a066570f50732300a85d4304ea14ae030d8de94063ef66a069c977a089d00c3ca544034fcdb7034fedf381a79efdc0cb731f8066dda340f31a33a045cd1c68a953035a833701add77e01afbb028076dbc54087fe35a063240f786baf08bcf59001ef7e1280f74205a08b2e0f741fb503baf3da81ee0e0be0033d15f8385e0bf4362b00bd3371409f5c30d097eb0b0cfcaf8781305560a09c000c8c8f01c30bcf039f594b8111357f60e4713b30762b1e18cbf100c63e5f05c6edfb80f1ef9dc017a11ff0e56824f0555e11f82a4e03beee6907bead0c03bed93c032622e9c0c4ed7460a2eb2230b9b10598bce8054ce1dac0d46905e0e7c33fc06fc76fc09f397fe0dfcbf5c0bce50560fec13b603e9f05cad1e741b97b9741f99d6740f96847504528072efa5d09aa951141b537ef40b59197a0fa5d2b50a3cf10d4544901359d1c40cd402aa8395c0d2ecd700497195c00971d8f0075e8d5a00ef326a8b7b217d4a33340bd68397085e011b822a11024ecde0f02a9db4152f33448eef60361241b447ccd40d4d102a4253e0669f98b41ba7928c82466834ccbcf201b804036c71c64bbc320d76b12e466e681bccf8b41816d2428e2ee02452d1028a67d07c5371d41715c3628313e024a0a9c40c9c72950ca5400f50762c155fa18b86a9a011a1afb808693b74063d975d0784b0368ece801ae09ec07d7143d04d7eadb816b5f9a80ebb6fb82a68216707d8306b8c1fa10b871db3770a3e3717063680eb831310cb4583c0c6e352a07b79a3f02b71e3303b79e7202b786df05b7c69b815657ae80d6f45ba0758907b85d68086e3ffe11b439da05eed24d056d4f3a80b6399b40fbc02e70cf97f3a083a00474782c01f75e7707f787e9830794c7c003ed1aff23030f7c658107be8d804ebaa5a0538433e834a9033a4d7f049dfe1c029d510074991b030f1e8e050fde7a02ba263240d7dc1de061df21f0f09d8fa0a7ab39e89999007a2d9d048f2d8e078fadbe0a1e172a80c78f2e068f37e681c7bb568027f52bc093b964d067b536e8b3c511f48d7d00fa665e07fdf47240bf4e7bd09ff517f43ffd13f4bfd2019e5ace024f8f06836737288001ec3360c00f7730b0cf140c525e0a9ebba10f5e5000c00b5423f042c541f0c26f7bf0a20205bc34b00fbc42dc09865cdb035e3bb4190c0d6e01af9fc3c1a8807360d40d3330aa39158c1a2f036ffea904a3834bc1d881db60dc097b303ee13d98f03e114c1c1807ef64cc82774aacc0a40d8a60d28f0d6072c6423045e30298d23701a65fdb08a6c7ec01d33bc6c08ce0856026b200cc3c751ecc4ab904ded30c04ef8df681f74ff981d9d2dde083d529e083dd6fc0078e59e083c620f061d77930c7fd33985bfd06ccad3d013e514c039fb4ed03f3f40dc13cd73830efa532988f9d02f3e3a7c0fc396fb0807b0d2cd87c112c70590e16f846810571efc082ba0f60c18bbf60a1a4122c0cb6000bb3bbc1c21e05b0702c1d2c5a9401162d96038b702e58b4cb0d2c0afe03163db1058b790058bc712b587cb3012c4e49078b53b5c0e2ec8560f1a716b064672c5872d50a2c899d054b2f5b82a5797bc1d2d79bc1d2593a58b6e51458e6de099625aa8365690a60b9b212584e0d07cb0d7dc0f275fbc1f2d82cb0bc0003cbbf0d80e5bfbdc00ac508b042551bac3031042bb66c042bb6dd042b2e5482158f52c08ac7e960458d3558315a0b562eec072baf3f072ba77cc1ca5f2bc12aa566b02a241dacba990c56e59f02ab7ead07abe67f82d5c48d60353a02561be981d58eaa608dc275b0d6390fac3da600d6fa11c0daeeffd79f52c03a0d05b0eede6fb0ae611358d7731caceb0f01eb6674c1fa1dfa60fda14ab03ed212ac4f0c05ebdb95c0fa4e2e583fe20d36ac1f061bcc3e830d3bfac086423ed850bb036c98ab061b19fd60a3433ed8f8bc166c1c3b0136ce6c021be735c126c558b0c9cd1a6c3a1101beac34045b16b3c0961025b0256627d8d28482af481ae02b6e23f82a22137cf536067c359909bea913826f6697831d693ee03bc71af0fd8658f0fdde63e0fb98df60974a2fd8bdd60fec6edd007e20de043f7e4b047b974c82fdbe16e080e65970604905f88962080e55f780431d96e0f0340b1c39640a8eda3f06475bcac1b106001cffe8038ecfee03bfb864805f6ace835f1537835fcdaac0aff9d1e0d7af5bc06fde3fc16f8167c08914149c5ced084e5e3006a7402f704ad8084e1d15813f7240709a70129c3e16054efb9481d3b99fc0e9aa09f0d79ec5e0efb851f077d73af00fda02cef68e8173a52fc17f97d8e0bf3b9bc1f9c455e0fc575f929c4229496e3b4e924f12911424032485c86692628a90a4d8bc98a412718fa4ba389ab4c8683349ad2f8ab4987796b4d85a9db4f88c1a49431849d2380792342288248d9adf248d2e3e69c99573242d492b69e9fa6ed252b741d2d23bd524edbfb1241d4d57924e244a5aaee64b5abed19db4bcad86a4bbc29ba46b7c89a437c623ad60e69056d829935638ec23ad3879974490f148c4e72624208a4c02bffc2541d27e12253a8b44c9a791d0d00812fa5a8b44534e21312daa49acae5324acaa9e84b58690b0f74f48ec6fce24cea2691227f4028953f888c4630024de35159230b78684875a914417bc49e21d1292e4d51049f22584241d5c4b921d79463230024906e7b791566bcb9356c7dd2519b26f908cd11ed2dafd1da475cfb6934c545d4926ee8f49a6a76d48a6c10e24d34b3b49eb650749eb2bab481bb24a491b3aaf91362a8592cca8c74866313ea4cd057324733507d296f4db240b7a03c922cb8cb483f88cb4e3e828c9867f9eb48b1f45da55b09c64875492ecdb1f93f64059a43d677692f6a486901cd44b480e05cd24875725a4bd421bd2ded72124479b44d201156f92d3cdbf24d7f8c724d7a21d24370316c9ede50cc95d664a72df3147728f88271d522d241dd68e261d7e19493af2c480743cbb81e42dbe48f2367d4cf23e3e48f2be8c917c5e1a917c0fff22f91e3323f9857d24f92fff4b3a653c433a75d397742a469574d6f7142980fb8c1470238614882491025b0c498163c749417933a40b46baa40b56dea40b472249978f86932edfd3215d79ed4ebab6c882744da2400af34c2585ff3b48ba0e8a49111685a488eb93a488ae8da48899eba4c8f94ba45bb67f49b73f1b9062a5cb48b16e56a4b8f4fda4f8df13a444388d9418b08f7467912a29498c9052dea0a4542d9c94b9f9182933ae8994e5b49274574e40ba1b3e44ba2f7a4fba6f5145ca567d48ca5e1149ca0e5f447a685d4e7a187d8bf4688588f4c83491f4e8fa21d2e3fbbf498fab9693f2448ea43cef4652deb505a4bcc27252beab8c943ff79454a0718c54b8c58d54dc709d5476434c2a6bba462ae7af20955b1993cae70b499584c7a4aa6c8854f5649c54bde81ba9da731da9fadb41528d1140aadd5e4faa83ce90ea4ff4931acefd2235aeed2335a66e23353e1f22353db4213dcdcd223d7bf595f46cb089f4dce72ce9797d1ce9f9d311d2f3cfeda4668303a4563189d4faf23ae9153588f47af113529b234c7ac3e827bdb9b69af4964e22bdb7b02175fd7f962eab0052d7fe3ba4aecbc7485ddfc2491fed6f917a0ffc22f5b179a4be821852bfd65d52ffbe11527fe845527f892b69e0b71a6970f97dd2a0c73bd290ec2b69f8fc1c6938b28034dc04923e2fdb4b1a393c4f1a79da4b1abdfc85343a994e1af31c228d4dbe228dfd7b481ae71c237d391342fa8afa93be593c244d2c5523fde8bf439a761a254d3fec25fd8c7224fdec8a26fd1cc4483fa76e927e6122d21f877cd29f33daa4594735d29c0a993437e745facbb949fa5b7c9df4f7cb51d23f1b0a24b74c0ac911632139436f485e7e23241ff7105a70f924b4a00984167c3784140d1990620a1952d9ba0f52356b8454cd83a085ae2ba185b515d0a21f9f21b547359006c48034dcef434b94ce404b5a1c20ad851390d68db590566515b4f4dd6748fbc94d483bef0cb4dc940fe91aec8056fc49865622f210a1360622bead8000662204a4ee81807b5310f0a61282c23520a8591122efbb06912f2b43f0196788423583286b6c21740505a2bae743d417128866fe07a21fb78018ed18c4bc4f87585ba621cc6f27c426c6439c847c88271d877886fb209e7734c4cfd486f8ff1421fefc002458dd06093c77408290664850418704efce43b8a71724fa6703894d3421e98b1468d5f667d0aab41068d5901264b06d1964306309ad26a44086e6269061c70064f8eb35647c1580d62ccd86d61072a0356bb9d09a067568ed3a29b48ebc155a3f438436287f8036bc7487360ef8431b27ef40669c37d0e68d6268f33f2664a1500959c6d64296e346d056b375d0b6efbb216be165c83a2809b20e0b80b63f6d80b6cfbf81762c8e867638694136bf2068a7813b6447bc0dd9ed77801c42fca07d3a7c689fff5a68dfcdc5d07eb97668ff3c0ab95cb3815c1ddf406e2b4320b750027488920a1dde741ef2d8360a1db559031df5b0858e36af823ccf06415eea1f212fa017f28a2e808e9b5c848e0789a1934b6720ef03cf209fe571904f1c02f9646f817ccaee41be1771c8f7f614e4c72e82fc1caf437ebf4c21ffd5aed029931ee854bd083aedc3864e9733a1d31d4d5010271c0a723a079d7b3f0f9ddfec075d109e812e582a43c1bba8d0c5e666e862db52e8d2ea6bd0a5b326d0d58b85d0d5a2b75008d91fba36b10c0ad5964261fc1828ecfa49282c3e120a6bb904855bb3a088ff731cb17a1e8ae8e884227eab4191a982ff49876e4cbd86a2fa5f4137d95ad02df520e816c10ebafdfb25142b6c82e2701b28ee7b3d146ff60a8a3f1c0125d0af410917eba184eaef50425f2794f0230fbaf3a10e4a2e8b8252b2ae40a9f95c28c3e9389471280dca043ca04cd9089479e71a9439f81eca72a886b2a2bf42772b9aa16c4e34f4e0601af4100d851efee2418f097ce871941d947b9102e596a4404ffed7651efb1794f77d1194ef7b0bca6fcb800afdbf41857fcba0a26055a8a476162aa55840a505bba172722b54790c812ac343a0aa241954bd3c16aac95587eafef75d37640435e41d829af042a869471cf4b4e804f4b4ca167a213e0db5949e865e996640af421641af8f6f865e3702505b9731d4f6f518d47e810c75384f431de997a08ee90750279a0f757e02a0ce3fcfa1eeedfba0eef2c3d087dfca50fffe87d0c0ec1de8132b1dfa6424833e658e42832735a1c1342f68f0f52a6868c96be8f3f206e873891e3446dd088dd5fb4363ed89d0f8aa5bd0f8d145d0979261e8dba00bf4dd7f18fa5e5a044d543b411303ead0a4fa2c34993d014d5d51867eb82641d39f7168263f1dfab5d503fa95bf08fafda813faf30a81e65ed4427f5f9541ffbc1dc872b3fd64f9c7d364f9ea6364055e1559e1bb3f59f1da69b262ee15b262db2459793b9dac9ce04e562e84c82a315964953b7164d54b61e4856ffcc86ad758644dbfbbe4a5a3dfc9cb18cde4652635646dab11b2ceea21b24ed73bf2f29edf645d8d1cb2ae9e2d59b7ca94ac17ff8cbc425d9fbc227a90bca2954f26a8bb91897f379181a655647038800c3dfe4e8617fc202385cfc968fa3a329a5340662d9390b19b0c32f6a885cc563843e6ace691b9db3ac9dcb41f64ee5d3532bf1b22f38767c9028706b2e0d279b2b0e12059389a4e168ee790f12d8bc9a21d22b298b2912c01b692a5e6ee6469da6db2b4b28a2c6bf127cba632c8fa019e64fde46cf2aa777fc806e4436403ac9fbc1aa29157ffce26aff13222af297a4c5ea77398bcde6b1b797d821979d3a63eb239e322798bb89abcc547996c31bc886cf9e31cd95af709d9baff2d797b394edef1a29ebca30322ef0ccd21ef925722dbea5f24db5e3620db5dbd4ede7d4c48deb3c883bca7c687ece05547defbe00dd911b94876ac3127efbf994c3e70388eeca4174776864e929d1d93c9cee17bc92ec76f920f1e8f251f9cd423bb5ab3c86e87246477a73764f7631a64f7a84d64f73befc88718efc987ef8f900f3fba47f6407e908f5a71c9c754e2c9c75f78908fff08229fe811924faef2239f7c7e95ec439921fb54d6937d135cc8fe6ff2c9a7eeec239f368f229fbe5f420ed0e922073e312707e69b91830272c8e756a890cf6d7d46bea0d74d0efe3745beb8e219f98a7c06f96a8436f96acf097248b91cf91a3f831c7ae82339b48e440eeda825875dfd9f626bf2f52f5272c4cbbfe4485907f9c6ce4fe49b4babc8b70cc9e4684d9c1c3d6b49be3d9c4d8e5de4478e75db438eebb9438edf1c478e7fb88f9c6436434e3a134d4e46ae9193dd94c929b50c72ea791b72da397d72c68f3de4cc806be4cca91e7256a429f9ee619c7caf5d48be5f7c9d9ca3789e9cb36c989c93f6bf6dc6c88fd437901f05ab931f4d2c233fa66e243f0ee826e72aae27e7aad99373497472de8d0fe482c64972417715b9e86221b92825815c926c412ea5d0c9a56189e4b27929b99ce74fae209d20570291e4ca3be9e4ea9b75e4ea314f728d858c5c934227d7ca2b926b5b2dc9b51f9e93eb9b14c80d7adbc80dd47be486741b72e3481ef939a0417e312320bf5426925f0e7b919b03ccc8cd6d1fc82dc1cde4d62c1ef9957c09f9d56239f22badade457d9aae4d79c4872db0217725b9e2df98df633f29b3d77c8eda3e7c91d9443e48ecd89e48e4247f2bbd741e4aef83de4eeb115e49e6db6e45e3526b957a796dc6b7691dc7b7b9cdcff339e3cf858933cec1248fe0c5d278f445e218f0a9f93470db793c79a8cc8e3d47af278d06df2978571e42fde1cf2d7ad3bc9df5efb93bff3b2c9dfed83c8130d77c9937c2679eaff187f2cbf4bfe214920ffb0f521cf186d21ff8cf726ff2cda49fed97985fc73ea10f9d7fffdfacbce8ffc6b6e9afc3bd889fc27d2813cab36439eedd9409eed5326cfd96a90e74a3f93fffedf9f7f6346c87f1366c8f3efd461b99a29589ea405cb5bfbc3f2475fc2f23785b0fc4c0fac70ca1e5e6017002baadf82153d09b052620eacf4e434ac7ca301562ed4865596af83550c2c6095a3eb60d5a5a1f04278185e68600cabefd285351fef8535bb6fc24bcefac24bbe6c8797ee92c1cbdef061eda531b0f6d6cdb0f62e355867792cac6379025ebe6223acbba807d635b48675e36d60bd6216bca2f423bca279085e69791a268c1160f0f657188c5782c184e330c9ea030c9f7b0da309233055a4065337e4c2d4dcb530756a334c9d698669523b98e9500133ebb830ebda491853380163f7dfc3ec1d5e303be32fcc71708139df2fc05c121d16dc4c8705f58f61e12d14c609e6b028fc0b2c8a90c2a2842a585464098b6a476031b019966858c1128e1b2cf1db0b4bd118586a4f87f5ddd4e155e1eb61835569b0a1a5256ce498031bef5a081b1f5f0aafd1c4e035e1c5f09ae665b0c99e7fb0a9d614bcf1c2537863c4227863b2266cf69b036ffe330a9b0b2fc0e631db60f3fc01d8bcb40fb658fb01de7af218bcb5e712bc6df4336c1d3e035b3f80e01da11fe15dbd7c78d7afa5b02df7306c9b5605dbd13b61bbf41478b78721ec20dc0a3b38fd6f737ec10ecf7a60877909ecb890083bee9a821d4b87e003ab16c107268d61278d09d899f30a760e6a835d8876f041d663d8b5b80f7663ae848f18d4c31e0bb9f0318f18f8780404fbcac1b0ef9bebb0dfd652d8af71043e652684cf78a7c3676faac06753c4f0d911473820f6321ce8220f07e1da705052011cd418029f5b9c0d9fab78005ff8eb0707cb9f8483efde862f16de802fb182e04bbb37c29702dfc29727bae0ab6758f0b59077f0b599d370e8ff750fcdf38543070ec3a113a7e130f8181c3674020e7f74028e30e0c03756ad82a37eb3e06858038efea502df568d8063a73ec1710bb6c371521c8e8b01e184ca6038f15e219cf8a30d4e52ba032781dbe0a40b0170324d0227fb14c3c951fa70f27d7d38b5dc004e8b6c8333fc50f85e4e0ffcc01e80739297c08f6c5ae147d9abe0277baec34ff61f829f1c5585f36e09e182ff355e98640017e9d9c245335e704980295cfac41a2edbf5132e7bb6182e3f5d0a97df2a87cbdf26c0e51f52e1cae70be1aaa61b70d5f819b8dab707ae0e580d575f3e0b57ffa0c035cb54e01acf9770ed894cb87e640a6e5cd003372ef5829b349ae126da1bb8c90b859f9f2c879f179f825f909ec02ff070f8851d04bf7471875f1ee4c02db98fe0d69709706b5b27fccaed29fc2a02835f7ff587dbd40be1b6d78be0b64f0cf88db4026e5ffd086e0feb863be64ec09dcb22e0ce754cb8737227fceee206f8fdca41b86b5f05dc9d1e067f70ae803f1c2d873f5c3280fb14eec27d8b2be07e3b223cd0a1080fbcff0c7f52d8017f5af21e1e3c340f0fd6ad8687ae74c2c3622f78f889133ce2ae0c8f1ebc008f69df80c72faac3e36352f8cbf620f8ab570bfcf5120d9ed8b8139e1cd780a78687e09f175de19fc987e15fafa6e1d90867786e481bfedbec0bff639da5c829ffa0c86d1452e40e512972891b28f296fb28f2be8e14f97b2cca026c056501bf87b2c065116541e7258ae265114529a19fa23cb580a222e8a4a86caca1a804efa1a8dcb1a2a8545fa7a8d47653168ac7290b0def50163ef94259c4dc4559d47b87a2e65241d1d449a52c31d6a32ce9a053b4dcb5295a5e0314ed5df314ed726f8ace9a6f94e51c638a9e5a22456f3885b2827382b2e2b784b232673385d0f89e424c1fa210ef355100472685d438418154ff52c85f5a28f092660ae5423e05b9334841aa9e51a8fe2614eaa02d85f66d038531a9496185cd53d887d750d89e7729ec2c4f0afb971c85fb6d3785a7bb8f22d07e4c1194afa2086d7328c26b3045242aa188b68e5244ad1614a9cd1f8a34a490223b374bd1b76da6e89fd0a7ac5ac9a6ace23da61884bca118bcc8a5ac5eb3976228eea018214f29469b7e538c767ca5185df0a0181bcf51d6a66ca4acdbcea298349952d6ab9ca7ac1fdc47d9b0db8cb2292890b2e9fb3465d3ac2165b32197b2e5e6678ac59b608a650640b12c7f47b17c799fb235f1fcff2450b64eada658bbb7506cf4c3283677132976174e51ec9e065276ffe553ec75fd29f66907290e2527290ea5ab287b95a2297b3b7a28fb76cc52f63539500e545ca3385fa2535c4c0d292e4db728aebd3314b7d8079443c99194436f5f513c8ef6523c1534299ebc368aa70b95e279f421c5f3f4098a67fe268a174193e275f82be5387f3fe584968072927a9572d23282e2bde019c57bb335c57b1793e2edd949f1ae14517c453b28fe4b9652fcc97729fe46d594d32ff22867f2db2967b5f429672ff7530256fda004a6bea304617694a0c81d9473a2fb94f38b5529e74f2a502e7ceda1049f18a75c6ccca15c322aa35cfab4847299374cb9dce348b9427f4fb9f26501e55a7c2325547097125a34450973b843097bf18512d6728d121ecba35cdfd040b91e1c49b99ef08712a9614e896cb0a6dc60c8536e5cf84ab991f39e72e3a51c258a738b126d6247897e3142b9bdab9e12d7b4889270fa1e25d1319f92f4a58c923c554749b94aa5a4e6aca1a4be19a4a4f62fa7a4b1d328e9d599948caa0b948c975d944ce74c4a960648b9bb6713259b20a564b3104af6ba00ca83640dcac30c254acef476ca23d509ca634935e571d5394aa1ce18a5e8c61ca5d4b08852ced2a394fbfa502aac1894ca8b3a942aea654a55793aa5daa998521df08652e3ba9f524f7f49a9df20a5d4e7bea33470e7290d5e2a944635534aa3a61da5715b12a5e9ca5aca53bd4594a7b35f29cf8c4894677bae529eebf5539ea3db28cfedee525e3e7c46690ddd4d69ad3c4379ad1e4269136da0b46dfd4469abb94b691b2750da6589948e103aa5a3e01ee5edb64d94b7e75f52de4f9ea47453aa283d7bba293d0f5d291f031f523e3e784af9387586d22b90517a379fa27cc25b299f66565106ff5651867aaf53869522289fad95289fafeea57cfe654719bd7a9532660851c60a9329e3ca3b28e3c267946fc463948997bd94c9b4f394a9834b283f324328334589945f6b6328bf367ea6fc323b4c99fd8051e6bac594bf901ee5efd42a444e6f2922774a0e51609010c59c058892ea2f4469b31fa28af9220b33329045922e6451b00ea2864e226a474f22ea355244638b1ba2b1dd08d154b98e2c71dc852c7915822cdbaa8c2c3bbd16d1dee28d68fba9213a5f2588ee8a1388aeef064437b10959a13180ac90062284e3e108513b0001143104bce08cc02dc908fced2d822c194190b05f08eaab8fa0b19f112a7c08a1e51421b4324584beec2bc24c3d8230dfe422ccd935086bf94604cbd888b0f73e43b8544584cb6e41f8397711feac022298f44184ea46087e3309119dc211c94b3544fad801d11fe84456854520ab861720064bce2106db231143c639c4f0881162acbf1b31def11d31fe3ffe752b2f20eb2e0a91751f3391757ddb10134d7dc4e4e016c424d20b3175d045d6bb54219bf40b914d671b90cd043764b38b04d97cce1b31d7c945b65471108b9bb711cb7329c8b6ba3fc8b6ef64c44aa103b176d747b6d78c203b3823c84ebf6e64e7fb6e64d7facbc8ae4b6b11db681fc48ee18cd86db341ecfc8791dd8d4d88fd4a45c4fee50ac451bf0239c03d821cd83c801cc8e8479ccffb21072f7c445c2f6623470ef4234786088847f463e4e82d4be4686e1fe2b9680be2992344bceea7205e0faf22c7d6f823c736ce20c7eaa291e3aaeec871072be4f8de56e444d501e4648804f1965b8b781b7a20de996710ef9e0b888ff503c4f7b233e2db2746fc06fd9053ef60e4b4b23d72bafc3772e6ad0409c83c8604ba1e47026f3f458284d648d0213de47cf03f24f8560472e9d305e4f2f02ee4f27c2b7245d308b912e18a5cf9ffd770a5680772d56417726de11c72ad6d02095de087841e5d84847ef98e8491ae2061350812eed98d84bf598944581bfe4f2e12b16b371275b815897a3681dc3c720bb979671ab955ac82447f0f406e6b5b22b75933489c63361237a483c40dbf46927eaf4492e6dd91e4de7624e53482a4743a23a93d3f91d41fdb90f47fad4846358e642efb8964f2b84866c12d24ebf2207277e52872ef7d3b92cdd042b285ae48ae562092db3b823c39b31479d24947f234fa91bc804624ef732852c8af430a27e391226a3f52e4fa0e2972eb428adc1f204529a34849090929251c424a597148a9eb1052daa98e94cd2920e5ba214839f20b296ffc8194ff9b44aab50d906a662452ddd381d4f8f623b5b01652bb2109a9ddcc416a2b0e21754802d2e0e384343ce0228d27f291c6f9bf4893ce52e469da77e479b90df222f817d25c711679a5e98cbc3a5783b4599f44dac69e226fae729037f54548075a8f74480d900ed736e42df53ef25e2f1e797f300279df508274672f463eb4c8901e7a2bd273e008d2537b18f968a58e7c2cfd877c1cab437ae30a90debb00d2f7511e19283d850cd23d90c16e4fe4b3bc19f2f96f1032faea18323eee8b7c098844bed26f205f6f2f44be259d4626829e2393dabac824b31d9952ed46a6f8cdc8ccea0664268286cc647623330f79c8cf8e4ce457cb7de4377a10f9333e8acc06562173b39790bf4227e4efa527c83fcd66647eaf0b327ff40332ff681b2a67b61e55e047a30a1e27d0057117d105774cd105a551e882a7d75145cd1ba8627016aa98f00c55ec684415ff75a3caa45c54d9d61155fddb8a2ef4ea4417bdcb41d5c2a2d1c59213a8ba691faa613e806ad87f46351c18a8c6c36a54e34f1ebac4fb13bae4f21754cba414d5fa32802eeb3544b57fb6a23a2197d0e584497479672daa9b3b84ae703887aed4ce4557e69c45811c3f9434e08142b1892899d68492e97b51f291b5280cb7a130720f85cb9ea2c8081fa5d64da1d41e264a3b9c80d2075c50e6a93894f9be03c5dae651b6c53394ab7f1ce5d95f4405d22a5448694785cc1c54f8a81dc53fbe40455737a2a26772a858781415cb5251c9f630547f34105d257c8faeeaf2410d4e6ba0863eeea851fa0dd458451d5d737633ba76f308ba36d4165dfb4882ae7df5195d17bc073579aa849aaeda85aef7d988aebffe015ddf14856ea084a3666143a8d9c034ba89cf44373f7e8e9a6b9f40cd7ffe46b7fca9472dae1e442db5fd502b8baba8b5db1bd4bae23abac3f0136ac38a45776666a276f2ada87dec2fd4be673fbac76101baa7f609baa7db14dd337d13ddeb9f83ee337c86eebbac81ee4b32451d414fd4b1f6367a60d53ef4c06e33f4c0431c75faa78dbaac38871eec7983ba520d50d78403a8fba520d4635338ea71b907f598e5a3c7cb2dd093375cd193bd6ea88fb335ea73d20af549af477df70fa2fed2afe8a9444ff4b4ee7af474d803f474a4021a64578c9eb35241cf2f7f815e70a8462fe458a117ba14d1e0804034f8ff982fb65ba3176765e895a01af44aa41a7a953b8d5edd908a86c4f0d0d0f95634cc671c0deb3f85862f9c47c32daad1882b181a11e98846240ca0376ef8a3374a2fa051bc16346add0b342ac8188dfa6d83de9c4d466f0ded44639d4bd0588f5e348eed84c66d61a1f1a3ad68820b1d4d5c5480de71de89266db541931cb6a0c96b8dd094e74234f573119aa6b5174dc37cd0b4e78d68c6f60934e3da309a315b8e66f15ea3596ef7d1bb6257f4eebb22f4fe0b75f481db52f4c1c55af4c1959768cebc31faa8fb39fab826037dfc71319a2bc843731b92d127df19685e831d5ab0b30e2d7098450b0d13d0c24877b4f083065aa4678f16ad6d408bab9fa02589e16869c836b4ac6e155a2edf875605f6a3d565305aa3da8cd6dc62a0b54d96687d41265aff32016d506a431b911368d39756f4e9162afab436027d9ebc1f7d7135086d5e1d88b65ccf425b7a9dd156cf30f4d51b12fa5ab7017ded9e8abebe3f89b62769a1ed45ed6887bc07da11d986be5db4117dbb7e2bfa3ea707ed6284a2dd4a0bd1eee42568f70312da3d0aa31f5647a11f6c76a03dac8368cfab7de847f416daab751dedbdeb8bf68d16a1fd45c9e86005071dfacc44878d2dd1cfaf2dd09135a1e898ac0d1ddff1071daf5a807e49fb857e8d7441bf162ba2dfc005e844420d3ac99c4727b3d2d129cd69f447c415f4e7faafe84f8b3cf467be15fa1b7984fe7e108efeaebc8efe798fa2b3aba6d0b9d5e5e8dc1f5bf4ef5821fa0f3240e7c9b3e8fcad975439158caa80b65215c28e51155eafa42eb8f798aadc90435d385e485dac694c5d1cbf8eaaa9ae4fd5e4475197d0bba84bd65da46a851b51972aa551973f6aa4eab65a5257465fa3ae9c76a51217545089e3da54009ba0023f0aa9e0894554924726955c7c900aef384985af1ea6c2b937a914d52a2a25a9968aecdb4145f293a8d4357654ea2d7b2ab5cd924aabb1a5d2def0a8f4f53554c6ea775496423795159f4bc5768550b123c654ece718957d894b6547b75339c02895736e1d958b6650b96d6e546ec7772a3f239d2af0da4e15622a543cdd972a563b4015aff6a34a60902aadd5a2cae045d455b454aac12903aa41ea6faaa1cb2baa91fc71aa91b307d56828946a9cda42356e5d4a5da3d34f5d73c480ba2e9c4535f97b946aba4e9e6a163d47ddbc70886adeff88ba65b73a75cb4407d5c2710bd5a235976af15389ba6deb72aad5838354ab8762aaf5132deaf6ee2bd41de145d41d0535d49d9e0ed45df92354db86cd54dbb62f54bbbe65d4dd4114aa3df13475cfc269eadefbcba9fb5216521dd7b6531dbb3e53f7ef5c447556d2a4ba6da9a3ba55c653dd2d2854f7fcbb54f7212dea9185dba91e2f53a91eff8e503d57ffa27a169ea07a364ba95e466a54afe336d46319c1d4e3053dd41302807a22b69a7af24b08d57b680dd547fd0ad5e7e837aacfb1fd549f5bbba8bedcb754df97ca54dfe1fd54bf75ffa87e694fa8fe71a5d4535934eaa9fadbd4d33d8fa867f64c5103423ca8e7d222a8e73a6e522fec3f40bdd06c410d16365183df71a997c297512f2b51a957a030ea953d43d4ab72ced4abba2ad410e80af59ae72aeab5d371d46b9dead4d085fdd4d06f746a588d2635ec9b3c35fc6c033542a38c7ae39526352ab0801a55ba831af537867a9374987a73a0941a2d1253a3a34ba931e3ced458e40f35deba811a9fe9424d30ff474dd437a4263a8650931d3da8c96772a8298935d454b37e6aea3d2e35f57e3c35cd348d9a7ebe9d9aa5d246cddaae42bd57fa94fac02d82fa20651df5e14553eac34c09f5e15c2935c73f82fae86a07f571a432f5712e8ffaf85d3a3537782d35cf3d925a303f452dd274a096f87a50cb2254a8e5a71753cbd3cba91507df532bf7bca0d62b5ca636ac8ea13672ee501b0bf3a98d951ed42603436a53e14fead3fc2eea8b92e7d417ff22a9cdb10ad416ff4a6acba839f595c965eaabbd43d457dd5fa96de73751dbea6aa8edebbe50db534ca81dd8356ac7d555d477597ceabb97aba9effef652dfaf6ca676919652bb3699533fae35a57efcd847eddd5844ed3b184fed6f58471d3475a60e857452871a0e5387baa9d4cfefbba8235fe2a9a3ba47a9a3dcfdd431fbe3d471ab1fd46f87be53279937a893dda1d4a9694bea34c99f3a23779e3a03545267dcae5367bc41eaefb655d43f2af1d43f6feba87345eba9733f86a97f8fdfa0fe1da450ffb92fa1fe3bf28f3a6fe34c9ddf3f48933b3b42930b50a6c987b7d0e49b54680a436b690bd2e834c598799ad2d10f3425af6f34e5437d34e54f7134e56f5c9a4a830d4d65fa384d15b5a62dbc7a97b6c85c91b628661f6dd178226db1cd369afada499aba1997a6dea340d338a14ad338b395a6911c48d32ca9a32de1bda12d897e4e5b927c9da645dc4cd38acda369cfffa5e99459d3963766d3f44c8ed056eadea211cac769c0036d1a187d9d06be5b41234d35d1c86b9c6814f3c534449148437feda051035269d4ac6c1adda0994677d7a1314c2c688c962e1a73dd761a3369378db5509fc6f21fa361f723681cc5b7348ecb248d93f083c6d57d49e3b6ffa5f11e1269bca20534defc131a3ff81c4d10bc8f26bc4aa709b31a68f8c69334d1d2fd34517f3f4d661f415b5594403354d2a7196e77a419ad3b4f334a9ea019a542b435061db4b50bdc696bb75ca6ad3796d1d61f76a0ad8f90a36d445ed336b2c6681b4dafd036eedb4c3383e46966c733699bbec4d3cc03e569e6696c9a79861c6d8b4b136d4b7c36cd621f8d66b9308f66392ea46d5ba943db96b39fb67d4915cd666506cd0699a6d9dccaa3edac6ba3ed9cfc49b35d5c44b3d3e8a5d9895368bbb5aa69bb832768f606cb69f6763534fb030db43d5796d2f6fa7bd21c0575b4fd7f326907980a34a7324f9acb83df34d767c63437560fcd2d6831cdfdb405cd7d8e403bd25f4ff3207fa179dea9a179d11c68de0a7f68beab16d17c1d2ed3fcb0569a9f5320cdef5831cdff953ced943c9776669d9416e0738316f0c89c1624bc4e3b77772dedd2f367b4cb41bb68570e1da65de90ba7855cd84a0b29fa4d0b8d5e490b0bd2a485e5a7d0c2fe45d3c26ddfd1c2fb65b4088c488bac7c4dbbd15348bbf9fd12ed56be352dda3298769bf89316dbfe811677c68116d7f988167f08a5c517a6d0e2ab17d1e25b636909f2feb484ec4a5ac2b3745a62f33bda9de5c1b4a49c57b4a4ce615a32ba8996ec7f9496c2d4a2a51e3c464b5bd040cb386f44cbc83b48cbd292d0b256c7d0b22e3fa0657db1a4dd3d85d3ee29dca3dd8f52a165eb4b68d91977680fa75a698f14bed21e71d5688fcec9d31e4568d072fdcc684f989eb4271be56979009d963fbc8a5668798c561855432b7cad472b5aa3422b6a1ba3159b40b4e2430f69c5a19f69a5d24a5aa9b527adb4469d56eeab4d2b4ff99fc147b4f2c937b48a08455ae5da4a5ad5e1565a35f92fad263298567317a0d5696ca0d5adfb446b9857a7351e74a03d3534a13d5ff398f6fcc739da8bca53b497daeb682ffbdfd15a56f4d25a858eb45772aeb4d7569f68afeb4ed3dabc005a7bea125a27dd8cd619b380d6397592f636d69ff6f68e12ed6dda1edafbc9225ad73736adfb642ced436b2dad77fb4e5aef27943680a5d33e71da699f2497689fa2a7699f1ee8d00655a668835f96d18643d268c3f5a1b4cfeaeeb4cfd64db4113a401b796b481b673bd0c6770dd0beb82ad3befad7d3bef6eea57dd31ea27df7ff44fb1e4aa04dc1576953e924da8f0113dacc29903673739ef62b4344fb1de749fbc355a4fd293d439b95ff499b9d5e419b4383697fe35de80a4f6ed2951694d295f8a574653d5bba0a5443577190a7abf64274b58c6574b5c997f4c596bbe89a670ae84bdc27e95a7a7cfad2e847f465e6fe741d9e165da7bf99bedcea037d79cc09baaefe6bba1ef90a5d6f6d047d0540a6af58d5475f796c117de58d47f4956d3974c027870edea1d1c17b9974f84d121d39184547977fa453cdf5e8d4803a3af5fb273a7d41199d119e4567543da133a72fd159ea57e9984d251debcaa2b3df24d3b961223af7de723a6f59079db7f3299d37b790ced75947c7f787d1f1bafb74f1ad46ba748b135d76a98aaebfb2806e78721fddf8de62baf173946efcf1007d4da494be56c18dbe56524c5ffbbc9cbe4ee30b7d9da613dd24ee27dd64de8e6e7af7207dbdbc3e7d7d9a117dc3de9574b39f97e866bf5fd0cd5d6de95b86fed22da297d3b76673e9db0296d1b7f54cd1b78d71e8db5f3bd377486ce83b763ad06d0612e8764dba74bb690ffaee07f9f4dd4ff7d1ed8b2ed0f71425d11d2c3ed0f7c9abd3f7edbc41dfe7e74a77eccaa03bed48a6bbc8dda0bbec76a51f3cf5847ef0730ddd1553a4bbedfb4c77c7bfd2ddbb76d20f7745d10f4f4cd08f8c6fa11f3d6d40f75cf091eef58042f77a9a403f914aa77be351749f531fe8bef862ba9f7728ddaf3687eeff8e4d3fb5c0967e4ae64a3f15ed400fb0bc4d0f5c84d003d593e9810ecef440ff83f4c0b77be8e7f7ffa607eb39d22f5f53a287f8efa087a462f490747d7ab89a293d42a4498fd2aca7479d25d06fe5b9d2a3af18d0e36a5fd0e386f4e9f1077ce8f195e9f48490127ae229777a62d46a7a6279343d71f62d3dd9298f9ef281424f2beba3a77d34a0676c6ca067d4d5d0333e24d233b1aff42c4763fafdf6547ab6be2e3dbb12a4678feea23f802de90fd67ca33fbc3946cf5dda4fcfcbb7a6e7fd784ccf9b49a3e73f5d482ff83f9f85f82d7aa15109bd30ff38bdb04a815e7c32985edc09d24b3837e8a5e13df4b2a567e865c689f48ab82e7aa5a60fbd8abe885e55eb4aaffebe995e436ca4d7a0bef41ab74a7aadc63cbd76a91bbd564744afdbe54a6fb0a0d09b1637d29bce3fa6bf3ceb476fee9ca0bf8209f457c3dfe9af335de9afdfa9d3db4c53e96ddd6c7abb912ebddd278dde199d427fbb6031fd9de3377ad701657a4fe0567acf95fbf48f0f7ed0fbec83e97de1b7e97d090af4feed0df47ed76a7a7f85397d60f343faa7a3b9f4a1cf6be8233525f42fda4ef42ffb3ed1bf6a8cd0bfaf7b4fffbebe8dfe3dea14fd7bfaff546ad127343de9933145f4c9c441fa64f779fad4c577f41f1c35fa0fdfedf45f8f16d27f6beca1ffd577a5ffdde743ff8768d1ff1d2fa7cfef7d4c9f77e431e4f6b43294fc5e3294ae373294fe2c66a896ec642c7c2cc7503be5c458ac2565a8c3860cf5ed760cf5df1f199a9c7b8c25f6918c25d73d195a2362c6b26dda8c65879f31b42d8c19da2904868e910763f9b32886eeb264862efa94b1a2b495b172c13ac6caf43a06016b6610f6f21844a5390650779241d2d163c026910c4a773203d9f28c81bc68665047173368ee2406ed8a1b832e7795414f41190c174f06535987c13cedc9602f913138ee1d0cdeef5d0cc1389921f8b1868187cd33446e104374df8921b11e61487eb430a4fe4f19d22e0f86be1b97b16aff1bc6aa2b9a0c83ed0b1806f3ef19abf74f3156a7fc3fe6a43f62186e886118a5c6318c2f3f63aca92d65acadffc830fdf28761faeb0363e356398619579761e6ddc8d89432c3d85442646caa0a616c9adfcdd8bca595b1f9cb3ec6168b31c696bf960ccb90bd0ccb6207c6d663fa0c6b671fc68e3a43868d3ac4b0012a183b77bf60ecfaba8c612be960d88e0c3076ab2d62ecd915c970e8e530f63a5f67ec2db9c1d8bf3597b17ff20ae3c04e6bc681516f86b33087e13cdbc338b898c5389863cc3858b9e87f42186eba1b186ec034e3f08978c6919d398c23e9371947d7ef61782653199e6f3b18c7b71f671cdf719971fcc16f86b77a15c3dba38ae12327c7f0d95ccff0f56132fcacd90cfff818c6a9a278c6e965718c339b721867730a1867ff1c65041c001881c6418cc0fb5719815ffa19412ed58c730e9f19e7adc61917deb93282d5ae3082f78919c117e718c15d1d8c8b666b1917c3248ccb734b195733ae31423bf98cb039154678cd242382abc788f816c7b8b1f32ee386cb37c64df417e3a6f11146f4f876c6ed980946ccda0246fcfe58467cf24f46c2957c46c2dc2023f1d8614692f13b46f2ec1823b588c4486dd567a441838c74b53946baac8191f172929199f99b7197eec6b89bcb66dc2d2b64dc1d2d60dcbbb89071af2c88911da2c178f0f609e361b68491c35bc3c8698e60e4ae1c65e4c52c62e4af9b61e4dfdac42810dd63141898330a332d18450c0ea3a87227a3183565147f4119251429a3c4669e51d2f29651c63bc428fbd5ca285f93c6283f4b6654f00b1815a23c4685e93d46c5976646657011a3aa3996511d5ec6a88edac0a859abc9a80962306a9e04326ade5c60d42eddcc688888663462068ca627ee8c67bdba8c66cd2846ebba0d8c56af2ec66bf14ec66ba38d8cb61812e38ddf18a33d7737a3a3f428e3eda3d38c775a57185ddc1246d7759cd1adb480d1bdc797f1a1bc85f1b1f532a357ae9bd1fbc091d1f75bc01868ad637cca16323ebd9c650c5e56640c76a53286a03cc6d0402c6368288131fcc19131dc93c9181e3fca1835441963db048c311f2fc65706caf83aff9cf18df583f14d7685f1ad6288f17dc755c6042e644c9c011953a7a61953f987183fec17327e94b318d3e04bc6f483e38c99b34cc6cfdc6f8c9fad5d8c5fcbfa187fb83a8c3fc264c66c751463b6339731e72864ccb9a731e6dea733febae933fe369119ff741730fea5ba31e5def631e5f7e9321764234cc5c352a6d2f823a6729629536540c254f9e6c35415ad622ed2e63017fd2331171bfc652efed1c854df67ced458e5c7d4ca2530b53e0f309736aa3197c99633b50f693375ecaf3375e2bd993abf4e3197c72630f5a8fe4c3d561b53efa71d7385790d73c593c3cc95baf34c82913d93e054cf04129598e4e30e4c78a69309ffd5612255f94cf4c23a26da56ca64ca9d6032ff69fc8f2e93c56132b14b3d4cf6c2854cf6c9bf4cf6ad854c8e631793eff19629a06631056bdf33f1e5979978c272265e719f294a1b618a66869992f57f9992f4734cfd6704e6aa8040e6aaf238e6aa37164c83cbfb9806a54a4c431505a621e0cb34f474671ae995308dd5b6308d29494c93d34d4cd325c34c53dd8b4cd3f1a3ccf5feb7991b2e8732cd8e99303719a633377b6433b768cc32b7705f32b79c82985b9e9a302d0fe6332d6fd4322ddf6f625afe72616ef31332b7e51d64eed860c1b4494966eec4b3993b3b5c99bbd83b98bba4464cbb1ba14cbb6f6b98bb370731773bd832edf73f60da7f4a663a1830980ea9c7980e6f9633f72eb363eed55dc9dc270a65eef3b8c8dc0f3433f7f7ae651ef078ce746aa9623a5b2c643a5f48651ecc0299075f6c641e1cbac374d3bcc6745f7886e91e10c274ff82300f292e661e0ab1671e7afc9b79a82f9de96196c4f44826333d5eff607a9a9e667a598d338fb1da9927f647337d7d8d98be670f334fd9e8324f9dbccc3c1d7494793a7f9c79c67d9a79f6cc61e6d98a5e66c0e37c6610af8b19746386797e508b19fc678a79e9a021f372c76de6e5e1d3cc2b1b8d9921f9bacc905f62e6b5c63066e8d3306618499319be2a9019fe2c8119fec1921971631733326f37f386e96166946232f3568e0ef3b6d30433365e83199bf78d19fbbe841957738f99c0e631ef243932938628cce4d71f9929953c666ae86266eaad0e666abc0b338d32c84cb33ecc4cdbc967a67b7430336f9f6066751630ef71f733b3b59e31b34b8d990f064f311f7996311f452c62e6efbacaccbf4562e6ffca6316441c601695a8318b8dca99c51f1f338be77f314b343f324b5e529925bd35cc926931b35c6d84592ec49995ddbb99d5eb6398358d879935bf8a98b5a4a5cc5aa725cc7abf38668390c66c48decb6ce8c96636de12309b889f984d1576cca7cd19cce7ca5ecce77ddf99cfffb0992f070a98adde20b375ec29b37df3566607cd93d919a9cc7c6b7188d91598cfecbba7c0ecdf19cdec9f3dcc1c708f600e3cbcc51cc4f7328794479943366f99c356c5cc91d931e6c85f17e6a84a07734c95cafcb2ac8ef9257694f995bf9af94d18ccfc1650cefc7eab8a39590031a7d6a8317f3c7fce9c5935c7fc9520c7fcf33b97397b4e8939fbac9d393bfe9a393796c4fcb7479539df9bc09cffba9ba5206d67293c96632951ffb0941235584a79262ca58e3296b27f224be546104b75e361d6c21c88b5b013622d2ad2622d5e18c05a3ceec552ef7acbd28007591ae83c4b23f0284bb360096b49d96b96767f304be728cad2e98d652d8f15b3740fdab174dfb6b156f66f60110cfb5944274316305ec102756258908b270b5dc361514dfc59b463312cdaf33f2cdae7ad2cdaf7cd2c86f76d16b3be8dc51cd8c7628555b1588ffeb258fdad2cac329fc5dea6cbe2900fb038620d162fef3e8b6f81b1f871722cfe480f4bf0a9922534dec1c2cd3a59789e1d4bb4cb9025517bc292682d604944ef589224194b7af8184b261965c99c3459b21f7a2cfd0e4596c1f25ed66aba2d6bf5e7cb2ca3ba8fac358766586beeac64ad5bfe86b5aede8965f2e834cb2c9dc0323fb78d65712e8765792c8cb5f5680d6b5b7f2ecb2a97ceda8efe656d9779b2b67bf6b26c0e8a58364f11d6ce747fd66e643bcb1e2a63d91f6d67395b8db09c13bc58cebf2fb05cd638b18e40faaca3db8b585e5e2b5927bdefb17cb5ac597e63ae2c7fb95e96bfdd52967f8ceeffec63050cbe62055e516305d6d15981e39dacc08926d605dd47ac0b77cfb22ebc7bccba2489625d8af6655daa6e615d5e0cb2ae7abf625d0d4e6185e4f6b1aee95ab0aed90959a165baacb02d75acb08f3759e1158aaca8ad102bcac69a752be10b2b7a51372b7a3f97157d2f9c757b399915bf2e95159ff09395b863352bb1b68895fc69292b15b8c74a9b8558e9843dacf4dc83ac8c288895d118ccca5c0eb2b2de29b0ee2effcabaaf9fce7ae0b09b9593b69ef52809613dce2a633d39f98195d77f94959f55ce2a10bd6615ccdc6315fccd65151ec25985c5ddacc29a13aca2aa425631e90bab783dc62a899a6695f9ee67952f90b2caff7f5e3173865529bf89557530f87fba585587cfb1aa2f76b16af669b06a57f8b06a6325acba6b4b59f59718ac86fff3d374568fd534d4ca7acaef603d334c673d375367bd708b60bdf03ac37af1cf8ef592f591d55c99c36a65ad61bdfe3dce7ab3f616ebcd9f0cd63bda3dd67bce5f5617c582f5e113c0eab9d8c1eaaddfc9ea5bb79035683dce1abae0c51afadcca1ab993cd1ac964b146baa659a361ef5963c2d7acb1fb206b6c14638d7777b0beb9a8b0260c2a58535a4aaca9ca71d6544b27eb879a0f6b7af30fd674f677d6f42f9c35839e66cdcc94b17e9ac0ac9f09f1ac9fff40d6af67d1ac5991376bf6722c6b761666fd552863cdaf1965cddb16b3e6a3bb3139d3024ceecf20266fb01653f0d4c4149e3fc7144db331c5791c530e8ec254294a98aa85005b6897812d0c5f8e2d3abb195bd4b614532387616a0c0aa6662fc1d49afdb1c5ca89d8e2b8194c43ccc23412e730cd81646cc9da1c6c89d3166c49421ba675be01d34a5a802d8338984e573fb6fcfe2e6cf99c31a6ebd183ad50eec4566ca8c556d8f9602bf3e5b1951f2e6244908b014a173120200203e6b531d28a128cf47613065d8bc1a094688c6cc5c5601f030c9ed2c0107b6b0cc9b0c7a8212518cdf92b46bb6e88d1973862cc94518c39b402636ddd82b12d0f609cb5ba18c7d61ce33cb7c6b8418d18f7f2798c9b710c13d8666282a8394cb8201e13ea7ec644cf1a31d1481c26b9d68949191e98b4600893edb7c1562d6cc156adfc831970516c752a8019eed1c48c96696046143a6694e88719bd57c78cb97398b1948319bf3b80ad491bc4d6dc53c5d6b494612639e730d3654ed806ff216ca3750c66f6e334666eb31a334f1ac3ccefe7615b0f8f6156199d98d5233666bdde14b3ce0fc676105e613ba88f301ba13fb6f32907dba5f00ddb6d5289edb60ac1ecc3306c8fc714b6a7ea3be670c708db1bf01edbdbbb0973942298e32a796c7fe74e6cffc021ecc05f55cce95c12e6ace882b970af622e0683d841c80473ddfc1a73c73e63ee021ee67efd0ae65ef6193b1af905f3bad5821ddb578f1d0bdf859db0c3b193237d988fc90bccd7f318e67f61083ba5dd859d5a6b8c9ddda2839d3d8261673f7fc6829c61ecfcd2542c78ed322cf8a32776493915bb44bb875d3ae4865dee37c142de9fc3c2fce6b1f0d529d8f5c797b1c83b5bb11b7b195814dd198b0ab6c26e96146137cb9e62d15917b198ee082ce6eb532c56a30b8bdff20b8b77fd8e255c89c61242b6628945ff33d78bdda18e6277527f6349572bb0a4b1c3580a5b1f4bf584b034e62f2ced6f1396be5482653a376399f54bb1cc16452c4bb801cbda700bcbdaa38265b988b1bb8bc3b07bb253d8fd1e01f660b333f6e0a633f6701b097bd86f8e3de6ecc572ef2a634f8cb3b027f651587eb6182ba08f61054de65821ec839538166325130a58e9bd5aacaca415ab1c68c0aaa6b4b09a0d2658cd857aac566282d5651563f54b0e600de735b1864215ace18f13d6f0b7106b54ccc39a6224d8536911f6ec351d7bdedc8535db0561ad84df582bab146bedafc2da8804accda50c6b3b5a80b53503d81b7a2ed6a1dc84bd05acb0b76fc3b077b9dbb1f7f207b1f726e358d792b35817d91eeb664d601fa28f633d9565d847b5d758af951ad6bfd10beb7742b1fe63ead8a736776cd848071b41e6b011fdcfd898e012f695b21ffb76c902fb2eef887d5f398e7d3faf867d9f7a8d4db64f62d3901e36ed77149bcebf8bcd445ec566a2976233e386d8cfac19ecd7221becd7eb27d81f7a34f6a7fe35f677d14dec6fc625ecefb40ff6cf3310fb17aa89fd2bd761cb6db5672b141e672fd0dbca5e10e8c95e707e80adc871632bdacdb1153db7b395c663d8caf6e96ce52b77d9aa5aefd8aaab45ec45eaae6c353994bdd8c689ad1ee0c5d608d8c8d6f8bb9fade90fb0b5a02d6cadd10ab6f6b23d6c6d3779b6b677025bfb0b81bdbccf86ad6bfd8fad3bb28cadc73ac7d62b5265ebd525b1575c43d92bf24bd82b5e5d6513669eb1017f5b368961c626a56d609385dfd8e42d4fd894f3381b717cc046e2feb7cf3fb391effe6cd4f4169beaa2caa679b8b16943fbd9f4ea0f6ca64e329bd9be88cd2acb6263efaad8ec7c4d36afde8fcdeba9620b9a2bd938fa908ddfbcca16bda9658b5d8eb1c51786d9d225ebd9d2a4156c19768d2d6bb167cb068bd9fabe5fd9faa90d6cfde619f6aae700db68c724db687039dbf8620b7bdd698c6d720a639baaa6b04dc39fb2cd4864b619e6c1de6431c0de34cb666f3639c0b67008615b6ebbc5b682a3d856064e6c2b0b23b6b5b9886dfd4bc8de7ebd87bda3d99f6d139ac6b6e95ec4b62d7763db9916b1ed8155ec3d6814dbc1cf85bd576e2d7b5f681c7b7f843a7bff9731f681d8e3ec030562b6d35a55b6b3c25ab6b39b84ed32ba84edf22f9a7d487d0bfb48552bdb636c987db479807d4c6f967d5ced26fbb8d8967d62bd11fb447607fb447708fbe4ba32b6b7e372b62f5387ed5b54c8f6b7d4639fe22e669fbef6987d66fe24fbecb24becb3f7dad801b7feb22f3c8a61072704b32f9336b0af387d645fa9c4d857bd77b043f83fd921af64ec30b8991d16a5c88e08bbc28eec5067df1c1f66df9a3563df36d367dfbea0c38ec167d8319e71ec98c437ecd8231bd871a757b0e3866fb3136642d8492fe5d9c90dc3ec340f2b76baf9137696eb6ff6ddd542f6ddb776ec7b8802fbde8e2dec7b8dd1ecfb6af7d9f7f734b3ef8f07b2b3954bd90f756ad88f2855ec477624f6638329f6e31fcaec27c20feca22745ec62f93976711c8d5ddc1ecf2e9ed9c22e79adc02e7d50cdae34346057d1fdd85581c5ec6a54ccaeab5ac8ae1b41d9f59b56b01b0ee3ec67f714d92f2412f60bf7a3ec164c8bdd8a5c62bf0a23b0dbe4ffb1dbf4e6d86de818bb8d15cc6e338e62b70567b1db5a67d91d3797b23bffd7ca5b8f32f63bc53af607d547ec0fdb03d83d2b92d93dde21ec8f31dbd8bd088bddfb7f7dfaca5bd8fd9e86ecfe6009fb93e15bf6f03b0ff6c8d1abecd1f262f6183b8b3d567185fd6db52dfb5bb52a7bb23c96fd035463fffad0c2fe1d51c1feb36209fbcf5c2c7b2e700b7bee66017baefa35fbafae37fb9ff0307bde42952367fe95237799c791770be52830ae7014dc9e7316bc2ee0289da27094bef7729457cd73547c218eaacbff783ce0a8460f735473ca38aadfbc380b07cf7016090f73d4c69d38ead77773342e6ce068c46de668c4bfe66822219c250eba1c2d9d50ceb2ae9d1cede4008ece92208ece2113ce8a03bd9c159997382bcadd392bdba3382bdf3238c40e8c031c9ee78021db3924a54d1c6831c281de7a70c8642a87cc0fe1c09d7f390899c64146e739e8360e87ba298243bd3ec1a13bc97118ba7b394cd2790e33f80587f980c261ed59c0c112a739ec5b0a1ceef46e0e2fa992c39f0be008a8be1c41f030075755e0e04b6b38f8660b8e38b299233353e6c836a773643e8b39ab5e9fe0acfeb095630c34718c6fb039c6d35a9c35c4759c75d4a51cd37d3a9c8d802d67e37a73ce46370b8ed96028c7ec4b0367539080b3adc08ab363ab276787cd6d8e0d56c5b18919e1ecca3ccfb1d37fceb1f3f4e4d85dbfcab1a72772f6053673f64d3ee0ec677ce61c50cee51cc879c67139dbc471d59472dc6ad23887cd56733c9256718e6e7ec1f1e25570bc1a0e738e49689ce3575f724e3a1ce578b77b707c3af438be56748effc1568e7fd859ce294939e7f4a1339cd381f39cb3a250ce59770ee7eced144ee08676ceb91530e792159f73e9e006cea5d626ced5f3d59cd0f4744ee8289b13ae0771c2cb3e71ae2b009c8818334e64eb25ce0dea29ce0de116ce8d82ad9ca83c9c73abb08f136d99c3b90dafe4c42a5b71626f7ce1c4bbeee22468a67112921f7012da5772123e9ee5243e59c849da6fc6499a56e7a4c89fe1a484d773526e4471d297267132479d395916599cbbd67a9c7b6fe438f7264a38f7e5249cfb86399cfb83699cec231d9c07de519c9c4a23cea389a79c5caf764e6ee953ce93575f3979a77e71f25e4e700ab42b3945461739c594279ce2a3db3825c3639c52ad144ee9fa684e79f8534ec5a90c4ea5b135a78a6cc6a949bec5a97db18153fbe31fa77ef96e4ebd9d02a7719cc86992b4719abad7719a260e709e7aa4719e296ce73c5b1ec879e6a9cc7996f998f3ac428df362af90f3f26704a7a5d091f32ac380f3aafd14a72d1de6bce18670deac87386f0e1470da27eb381dc52f389d5337396fb7bfe2bce34939efd6f770de6f8ce5f4ecbacce97d3ac3e983d5397df4cb9cfe856e9cfe65cf38fde4359c818826ce409137e7d3fe1b9c4f6577399f9af538835e319c21bf8f9c61d509ce306b8033cc3fcc1995dbc8192bb3e08c7d8238e3c627385f16dee37cf5aae17cdb12c299d4247226cf377226a30739934fb2383f56e09c69d232cef4da34cef4311bce0c54c899191ee5fc29a8e4fc797a91ab9891c755fc97cb55ba67cd55fa7086ab4c0be0aa3e6ce42ed29ae5aa9bbde1aa67dee56a2a7ce52ee91ce56a6f1372b5ef3873751abf7197efcde5eaeae97375e9ae5cdde6bb5cbdf454ee0a157bee4a7b152e61db6e2ee1e34b2ef1751f17209de002866c2e902fc70577b0b9a0671017ac97e392da1e712179772e9411c4255f79cda5a8fce6529287b8a8d12e2e335381cb52b0e5b2576a71b9f5435c5e6d14979fe6cb15783fe70a0db67385af567371e3bb5cbc1ae74a0e147025111cae4c7186abbfab84ab1ff38d6b3018c55ded7190bb3aa381bbba7a82bb7a50856b88c05cc38ffd5ce3bca7dcb5a3755cd36796dcf5dbb773d7e73ce26ef01de69a91df7037bbd77137c71a72cdaf1772b7e472b8961b54b9db760ab956fffbb5f97f8f9d1adfb8bbfbf672ed3f7872f7ac98e2ee79e3c575c88fe43afc70e53acc1773f7ae7ac7dd1b9bc1ddc712721d15c3b88e4f7ab8cef36ddc83968ddc837597b8ae95d7b86e9f2f70ddb710b8874a7ab9874393b98723d85c4fa7735ccf8a4eae979f09f71829837b6cd35eeeb1b634eec9ce9f5c1fbf4cae9fde76ee291d36f78c7c13f74c8439f7acd953eed9dda6dc80da3fdcf3637adcf39310f782fb476eb0ce1fee254d15eea58606ee95785dee952936f7aa7514f75a289b7baddb841b2a17c80d3dd2ca0d2d6de3869ddcc00d7bb78f7b1da771231475b8117daadc88213d6ec46f2e37d2cf8e1b79638a7be3ef24376acf4beead321ef756b5881b6d759e7b5b799c7b3bf72837f6ca756e6ccc3f6efc49576e02a99c9b706f0937a1fc003771571937713e807b477f989b1491cc4dcacce42665bde1a61ddbc04d272b71d39b1db919481537a3e61a376b09c4cd8acbe7de3559c1bd6bd1c9bdeb2fe6deade570ef2fbdcebd2f3ccacd4e7fc47d40d2e13e5c0b711f5ed8c37d98f887fbe83295fbf8139b9b5bfd86fb64d900f7c98815378f14cc2df01ee716814edca2d2226e51f3226e316aca2d7172e196165973cbf0fddcb2d57edcb2ddaedc0a43536ee5aebddcca27c6dcca0f53dcaa07dedcea85f2dc9ad7dadc5aa11ab76e7619b7dea996db70de9adbf8a49edb9427e03ebda8c77db6c59bfb3ce633f7792b87fb42f73bf7c53d19f725ba83fbf24831b735299fdb6633ca6d3f3fcaed30cde276dc4ae1764c5b72bbe4d4b95db7d6703f8241dc8f777f727b4fa4717baf2b727be345dcdebedbdc3ef82eb77fcd396e7f7402b7bfb8833bf06c197760ca9afb49750ff7936b36771018e00e1e49e60e2feee40e7bdb70876b9ab99f2fd87347a61772477e9fe18ed65de07e516370bfdc4ee77e19f9c1fdd657c79de8fec8fd01cc737f6454727f0c1771a7876cb933a262eecc783ff7a70ce5fe0c26737f7e3dcefda5fa9efbcbe432f7b7f17aee9f8c21ee9f4fd6dc39ca79eefced3e9efcb64e9efcfb329e82591b4fe1a1116fc1bc324f313e86a7d8d3c053926ee6295bbde52dac0be12d8a32e2a9a92bf3162f58c6537f50c653ff7e8fa7e916c55bb2bc95a76d7584a7e3e1c95b9e57c6d365bee7e955d6f2563e69e611968ff208a0028f800a78847fd93cc8672d8f7c1ae3c1a7077888c22b1ebab396c75099e6719255799cb47a1e977f95c7b76be209b7abf384b3ed3cc9eb1c9e8c15c8938917f364af76f2569f5cc85bfdb88867a802f10c7f04f08c222a7846e33b78c6369f79c647aa786b09aabc75d910cfd4f9216f7d660a6fc3f67dbc0d2f42781bf107bc8d5baff336ee4be359acd8cdb37432e259567bf32c3f3ce76d7d44e46de3a6f0b68d6fe25945c5f1b633dff26ca22b793b2f2af0765e7ecfdb657c82b7cb5681b7eba633cfcef231cfaef424cfa1f53e6fefe317bc7d9d71bc7d7f4a788e4e1a3ca76b2c9ed34f5dde41d94edec179679e2b6f84e7e6f684e7ce7dc53bf2a99e77543d9c77746227cf2bfb11efc4fa64dec9557dbc9395eebc9373053cefc2799eaffe5d9e5f760bcf7ffd00ef34e4ca3bb3d1911770681f2f20620f2f28d08b1754e0c43b97f58c77fefb7dde85f64c5e70ca35dec5654f7817bd5c7997165fe05d064378970d9c7857d8ab78578f73795783b378570beff1aebe34e485ac59c1bb1657c50b1df5e285d905f1c2bc3279e15e9ebcebc1c779d7ef5ce1dd38769017b523941775228c174d79c1bb8d9ee5c5ec7ac88b79e9c48b7d28e6c5d3c278f14ee9bcf8130ebc8417cf7989be12de9df483bc24934e5ef2812fbce4be87bc0cc7bdbc8c646f5ec65c1c2f33780b2f33f6152f6b8b092fab249077f7cc21debdd487bcfba1a9bcec6fc1bcece9c5bc87176a798f0be278b9db6a79b94db5bcbcf769bc7c9b05bcc213fb7945775479c5a253bce25c94579231cb2bcd7dcd2b73f0e695c5fce095cd14f2ca4b6ef32aac9ef22a32b379956a745ea5c13f5e15749157d5d1c6ab01aff3ead63ee5d585b6f3ea495b78f526125ebd7338af81dac86bb8fa8df7b4b58ad7bc6f0baf257a90f71ac678af0fb4f2ba6c72795d1e0dbcae8bdf795dd93ebcee6d645ef7e5ddbc0f126dde87c63dbc0f2fcef17a4c02797dac605edf9a23bcbe0fa9bcbef113bc7ea5a3bc4faaa3bc4fc71d789fcebde20d9e96f2069f9de00d15937843b5c779c3c442de3062c71b76c9e10d87eaf13eafe4f13ebff9cefb7a97c1fb5632c3fb7e94cf9b5803f3268ebde54ddc58cf9ba462bc29f3bbbcdf9fb6f0fe7c8ce5cd32d378b3894ebc393555dedf514bdebf3fe9bcf908316f7e622d6f7ede8a2fef4ce5cb5f00f90a0f3af90ae50bf94a7a62be52ce0ebe0a50cc5731b2e0ab44e6f3557ac87cd57f8afc85c7fcf80b8bc7f88bb8f27c35f16abedaba32be9a1785af563dc457eb32e56bf0ccf81a953e7c8d192e5f73a7265fb363377f19c188bf2ce1275f57a783af075af3f5ae3af05708f6f3892c333e71fb113e31b5950f642de793ec2ef3a193967c58dd884fb9f6818f14ffe2a384413e4afbcaa72e24f3a9600d9fe6aec6a75dace03322497cc693783e73a50a9f957e9ccfea7ecc67ff7ec6e7fcf6e473ab92f8bc2b643e2fd5842f48f7e2e3cbebf8b825818f7bece68b6c9af9e2b3d67c093d8e2f356be04bf7c5f0a55e9a7cfdfea7fc5541797c836d237c83f7e67c83893f7c835f837ce3da55fc353656fc35aed5fcb5ab96f3d7a94cf1d7ad74e49b98ccf0d7a7d5f037a83fe39b3deee29b9588f9667522be597d2d7fd39b46bef96163fe96732ff816923b7c0b83f5fc6d722afc6dbeb7f856cbd97ceb33ebf9d6d993fced4742f83b233df8bb6c99fc5db3897c5b7e1fdff6ca30df363c97bf3bef207ff797cb7cfb493edffed743be4381017fbf962a7f7f8880efb4610ddf695b1fdfe5d02afec173e57c37ae1fdfcdfa36df7d571fdffdf751fe913a2adf63871bdfa320847ff48517dff3883cdfabb08e7f6c4722fff8ad34fef15479fe891875fec9e7737c9f5875be4fc255bedf5625bebfd48eefbfd39aef7f7007ff94722fff94530dfff49b4dfc40d74bfca0c801feb9c01ffcf37db1fcd07e63fe75e73ffc08451a3f623c851f49dcc78fcc3fc98f5acde047cd69f36ffa2af36f75dfe3473f0fe4c71c5fc08f99fdc38ffbb8921feff58b9fb0f4303fc1598b9f180ff3ef447ee2277183f8490f46f969974ef3d3979bf033afa9f1efbe5acabf77ae867f1fbac0cf66dce23f9cbcc87fe415c87f3cbe949ff7459e9f6f73929f7f74829f7f6617bf503b955ff8b1825fa456ca2f9ab1e2172f0de2173f5acd2ff50be497be89e45758eee757b888f815a989fc8a26537ec5b7427ee59e147ea5bf2dbfca1ae257878ff36b567fe0d7b15af9f5260c7e7dbd84dff0fffb8da3c7f8cf5b6ff39bb716f19bbb32f82dbbd5f92d33a5fcd7434dfc37db6ef23bd43bf89dfb0ff3df3a97f1df7e0ce27711fff23fc829f33fe8bee47fac57e47f6c99e37fecace0f74edfe2f74504f3fbd77de30f681ce00f0e86f287d82dfca19f47f9c30f51fe678f31fe088bc41fe1a4f1478f66f3c752d9fcb16613fe97ad89fc2f3523fc2f93aff95f573af3bf12b8fcaf9ce7fcaf710bf8dff86efc6f8ef2fc6fbeb9fc6f732bf8df17d8f127ee16f0276f16f17fc075fc1f5e4efc99d46bfc9fcc0afecf8d1ff93f27d6f27fb58cf27fdb1ce1ffd1facdff53e7c79f7542f87397e6f87305abf97f8db6f2ff890181c2d27181c250b04061b65eb0e0195fa0582312287ebe285061bf11a858e80854b38d04aa3977040b1dfe08165ef3142c3a632950d3f017a879d3051a4347059aa47b8225ae1f045a3bcb04cb1eac1168cf9e132cffb740a07b2e47a09bd52ed0eb9709560830c10adbbf02e271b600d8f856009c7c2a20adbd2a20f5b809c8631704146f6701e562b100f9622f401d5802f494a5803a754c405bf041404b9e1630153609980df7052c07a200b35d2fc06ec608d8521301fbee7301276a5cc05b4910f07c23057cb36481e0f86681a0ac472078672e10b6a102d1930081b87b4620c98d15487e2f16ac22d104ab2ec508569ff92530b47c283036c0056befaa0bd6def712ac4b2c1798acaf1498ec1b1598927081e93a6f81e99633820da460c1868372820dbf4f08363e3a273033ff2230fb9926d874354160defa4760e1040ab63e5829d8d69421b0b20b14589dbf25b07e16f83f3704db67740536b649029bcba6825daf04025bda7781ed5653815df280c0aecb53b0c75e53b0e76e9260efe27d82bd3a0f05fbd32c05077e570b9cce3b099c357f0a9c2f6f11b8086e0a0e4af504aed28702d7376d0237f184c0fd8486c03d2f427058315970f8875870c4d64270e4ac9ee0e8fef582a365da02af4571022faf83022f5fa6e058518ee0788bb2e084d956c1c91491c03bf0a8c027f4bac0e7baaec027a649e09b4b11f88e6f16f8d16c05fedbc205a768c70501fd038273ba4704e7e5eb051734e404c195b3828bf069c1657296e072619ce08acfa020c4224f706da44910ca3e20b8aebc54705d8d2288d0ea1544dcff9f527d41e4b155821b88a5e0e6b342c12d936041f4be4c41747bb0e0763f5d100363821837481073c64c10a7d42248384511241e6c112466eb0992e4658224e7244152c0a020b93f5590a27a5b9032f648905aa52148eb140bd2fe1e14642e0d1364726882fb8840907dce4c90f34c2cc899d611e4fa0d0a9e3cda2d78323121c8bb7a5d90d7020bf27d660405823c41d1b91441d125aea0e84594a0c4265950faf398a074364c50d60909ca513b417983b7a0f2c1464165395d50f9d94350d59220a871d416d4a65808ea4742040d925041c3b62f82c627218226cb3ac1f385fa82e7b7d70a9e7f392e78f1b04ed02a7f49d09a3a2278f58f2a78fda04df086f747d0be7091a0bda553d0e1e120e80c7e27e8ecfd2e78673c2b7877515bf0eece90e05df788e0fd1e4dc1fb2f0182aea41141372752d06d705bf0e1a887a027d240d073cf4ef0d1febbe0e38087a0374559d0771811f4c390a07fa785e0d3895cc1a7b43ec1e06d3fc1f08da382e1c47382917d670423797982d195298271d840f0c55e4130c13f2698b8372798f8d82998b49c124c7e8405536e01821fdf8f087e4c0409a60b9b043f771c16fc744915fc2ee815fc9ea608664daf0966af1d10ccd66909e68eaa0afe2ad3057f9b18827fd025c1fc8d2782f91e5828e7764728976e20947b70502897f75e28ef182f54b095081718690a179cee162eb897215cf0952d54b594132ebafc5ca8967d5fb8d8f0ac50fd7db55073f103a1165128d4b2a008b5ece7845a1519c2a5f6af84cb7e0f0bb51dc684da6980503bdd4da813a624d43d7442a89b7f4ca8f778a19040eb10121a3f0a89fa754212040949371709c9868642784bb610be6224a4e4350811e91921b59327a4558e09197b5c84acced3426c61a490ad1128e4e8c1420ef58a90c34e13722bef0a454e9a42690c4528737824d40f4d111ae8f084ab8377090de79b84464455a111cf586864f35e68ec67275c2b8709d78e960b4d32f60bd71f7a2b5c1f38205c1f372edcf08e2adc18f34eb8f1a78270936e90d0fc92a1d03ccc5268deec2fb4a856115af4ae135a4e3c156eb55928dcfab645b86dc24e68bdb452687d2742b85deb96708751a2d046ed96d06655b1709745acd0d6f9bb70b7da5da1bd6e85d03e6581d0bef4b7d0fecf45e15e78b3f040f290d0f9c835a1cb9646a14b4bb5d09d682674ef9d101eb2df223c6cbf487838c45978f8ed6fe191b5f2420f9d40a187c54fa1c77345a1e7c3b5c2635679c2637bb485273ef5094f5a6d107a47190b7d1e1c12fa6b0f08fd3f4d09cf686609cfd4af1206860a8441674a84412523c273965b85c1f24b84c14784c28b8f4b8497ae45092fbfec105e31db22bc923b2dbcd21720bc32fd5b78b5dc4278edbd54187a68a9302c53240cfb182bbc1e3f238c84ee096f2c5b27bc417d20bcf9c85318fd3b4818335d278c95e60b631fd80913359e08136d09c23bef1285490669c264dfbdc29426509856765398f6364f982ee7224cd7df274c9f1c16666003c20cd702e1fd15af85f7835e0bb3f7e709b36f26091f6c5b2e7c1022113eb41c153ebc9b247cd8b05d98b3dd5ff8e8618f304fa828cc3b8a09f3375c14e65fbf23cc9f8f1016cc1d13169ad4080b479e0b8b0c0f088baf7b09cbf3c68495a2516165f93561d5ffdaae5e972bac0e0785d585fb853536cf850d16a6c2c6f7cb848d2361c2a78095f0d9e12ee1f3e5f1c29603a1c2960bfb84ad3d1dc2578521c2d7b47bc23741ab85ed668dc2f6505d61e7aaefc2776bb484ef0e0409bb3493845d6da9c2aece4a617786b7b067eb4161cf6e7d619fff55615fe72ee150cc72e1b0ff76e1f0a971e1f0cd05c2e1a46fc2cf8b0f0a3f6ff2157e3bb158f82ddf403865080aa7f71e16ce281a087f6ade12fe5c1529fc75f39470d68c279c3b3e209c4ba508e72a170aff9ec912fef39f17ce9fae14ce57a4e072da7b70051a1b5730bd822b9c3d8c2bbc7e88abfc56c755a736e1aa3faaf185e81b7cd1fdb5b8dafd6fb8da4b235cad45195727a9e21af25db8c681047c697f28be74721ad7615be13ab513f872be0bae4b9cc775cb1fe17a4bfa70bdd0ddf80ae638be52b2055fb9898fafac5d80130e16e384848738e9a20d0e755cc6617e238ea81cc6d1a5229c1a4dc3a9af7ee3b4032e38ad5d05a747d7e20ce204ce9026e18ce7e771d665439c15df8a63ff5c70ce4a059c3bd681f3ceb4e3bc9acd387fdb6e9c7f9f8f0b82bd71417b3c2ef8678ce351ab71d1df05b898e98a8bf75dc6c5e7477129551d97ded7c165e4125c26f88ccbccf7e2b29f9df8aac57ff0d50e1f7123d543b811c30e373a64881bcbf6e26b4cdee06bdca6f03553caf8dab637f8da711037917ae3a6f62db8e9c8537c3de88b6fb009c537ae8fc137ba3be01b038ee066db2d70b38344dc2c6c05be2904c237dba7e2e63ac5b84559136e31cfc22dcd9b714b1b1ebecd2918df56b212b75a29c5ad7609716b2a806f3fcbc76df208b84d031fdfe9fd09df951883ef6a77c7778d9dc36d63cb70db22277cf7fb1ff81ee5d5f89e9589f81e722fbec77c04df13b01c7788cfc71d1e46e07b3595f0bd7abbf17dd4bdb8e3c527b863f50f7cffe05ffc80b233eeb4ef0eeee456883b5de3e02eab0df18319db7057421deef66821eed6ee851fdab00b3ffcd8173ffcef10ee21da897bbcfb827bde7d847b56b6e19eff4ee05e9470fcf84b0dfcc4ff753c1140c6bd0911b8ef2d47dc8fae8efb99c0b8bf75397eead157fc2cc5153fdb23c4039689f000783f1e18368d07ed5c8007dd1ac583867fe3e7e45ee3e7c80ff17376087ede48193fef3d8c5f3027e2176affe1c1703a7e3116c72f1d35c62f13caf0cb13cff1ab994ff0abcff4f010ddbb78c89d1d78c874101e8eaae0e1b2a7f8f516221ef1ff581771de108f78988847de7e87df883980471d69c1a3debec06fe544e1d1bae6787cce3f3cd174024f2a3e8727cbabe229e03f3ce5871e9ecad98fa7beacc5d35c0ee359fef9f8ddc02efc9ee02d7e4fff027e1f7c823f5497c37382bcf09c7a099e1b688b3fd983e2f93b9fe2f9791bf0c23347f0a22d017851560f5ef4321b2ffa6d8817633ff192134ff192113fbcb430172fad3e8f974ee4e015e58178e5290a5ebd440eafa936c46bedbaf1baa31d7883f106bc91ee8837edd5c79fde3b813fcf90c79f0f0078b39f35de1ce18837ffda8ab7dcfb8dbfe2a7e2afc471f86bee69fcb558116fb75a80b7576ec0db476ee01d9b0978e7f27cfcad5f05fe36cf1c7f3b741e7f97c7c2bb4cb2f1aea17abcebfb55bc5bbb02fff0b016ff7890817f6ce8c3fb4656e0fd0f1fe3fdf5b9f880c5103ee8d88f0f5d1dc0873baee09f8755f09165a9f8c8cf297c14cdc547adf6e15f5652f1af8e0df8d7933bf1ef973ee193acddf854d110fec3271e9fa678e1d3c5adf8f4171a3ef3eb203ef3a71fff6db600ffbd3d05ffeded8fcf0694e0736bcee3ffeeb78ae498db45f24e1291fc7b40b4e0c9059162052852f5ae14a936a58916224b450b4f758a165e668b1699f88a16cd6d142d360a17699c89162d79b35ab4644a20d2e25989b48edc1669ddbd275aaa342e5a1afc41b4f4a154b46c95a168596e916859a94ca443f820d209b1132ddf5b29d275f217e9edca17e98d69895670a3452b0e7c13ad64de12adac5923223c3b20223acf8940aa9908dca12182263111d9fb9808ae54155110aa0839ae2842faca44e854a888964b16312afe8a98e70344d8fdc322ce95311167205fc455501271196322ee8b22116f71b488c7ac17f1329788781f7a447c3d96887f3df2ffc1f3a648b0b25524202c1109aa434482dedf22fc899d4834ea209275758bf4ebda4506da4d2283712d91e1f6fd22c33d9922c3ce8ba2353bf689d684bb88d6a1a62213c99cc8e478abc8a4e1a168bda6a768fd3199687dc82fd1faafa5a20d5c0dd1867583a20d470b451bca6e8b36764e8b36fe5e283223d689cc767c116d3209156dba9020dab2aa47b425a85f64a16a28b258a422b208bf25da0aa889b6de582ddab6b75d64e5f05564bdc34fb4bd892edab5a24a64bbd8556427a722da1d5222dab39b287238d12d72484914edd55c2bda475b27dab7fb9b685ff131d1be96f5a2fddd29a2030f2522a767ab44ae0f9e8a3cb482441ede6b441e45a0e8d8b30da2135bd9a21365b9a293946ad1493b57d1c9b877a2930d41226f392b9177c47391ff5365d169a504d1e99668d1e98165a233db3151c09b69d139fe9c2858ed9f28d8f68528d853280a0e0d1205dffb9fca18d1a553e1a2cbfdaaa26bdd2ea250d35e5158f27d51f8813c51f8b8bee8fa3a6bd1f5b64ad1f58fcb44918523a21b7880e8c6eec7a29bf7f345b76eed12dda6cb4431ec6a51cca66e514ce635519ce702515c50a12851f5b7e88ea99728891e214ae23a88922b99a294ce04512affaa2835df4b9496a4244a87b444997bfb4599371c4499690b4599553451968ba1e8aef16bd1bd856745f77c9545f7fe4588b2c72c440fb4b78b1e346e123df42b15e528bf14e55cfbdf2682a29c3e25d1a3ef174505e40951d19a4c5151c50f51d1fc6751b1fd7351b1eb1e517158baa864c10f518992a7a8d4ebb1a88cae2a2aaf6f1795774e8a2a472e8baaaeff1155d7e8896a643f448d6a6c51133f4ed494c2133dcd30173ddb2f123dabf1103dcf96899a0ff98b5a3c1d45af8eba8bdada6244edff7fd9db33368a3a82e8a28ec146d13bde94e85d5fb6e8dd378ea8eb2c5fd4ddb243d4fbcc5bd447c9150dbef9201a9e0d157dd677127dfefa5534621b2a1ad58a148d06bc118d963a89c642c34463036b445ff8c7455fb6a689be9aaa8abedd908aa6ccbb453fb68a45d35a64d14cea1bd14fbe89e8776291e84fc702d1ac8aa968b6e7ac68f6db1ad11ce9b4e8afe707b19c618858ce37592c1f33275e70bf43ac48fd2456f43b28561982c58bf6f3c48b0eda8817932cc58bb334c48b2b3862f59f2fc51a4c77b146628858f3e82eb196ce4af152d332f1d28161f1b22541626d0224d6b15821d6d9fa5eacfb4a24d6b3fe2b5e91ad2526b8f68a89fba3c4e0878562e87f9fd0e40d312cac14c3b5166278d84d4c71ae13538eff11a3d53431b572af98e6d32166503131439f2e66dc678899bb23c4ccfe3431abd05b8cadd92ec6327cc46cd121317b7844ccd9704ecc5b4c15f3208e981f7745ccef158805ef5ac4c267f7c5c2e606316ea02ac6d71f128b4eae144b32cbc592f23f622972462c9bda24d627ec13eb8bedc506c763c506375dc4069ff4c5ab5d54c4865bd68a0d930f890d7f9c171bcd95898d8527c46bab2ac4ebaea062937ba1629392e56293c678b14997ad78fdd056f106e516f186e31bc41bc62e8bcd1aa862b37639b1d9a706b1f9c228b1799cb9d8e2d817b1c56b6fb1253b4c6c296d125bfe32105be9fc105b37c9c4db3bce89778c50c53bb7ae15ef7cff56bc6bedb8d856d14e6ce7f547bcdb4a536cbf9528de73d556ec4074163b5814881d5c9bc4fb17f889f7db5c161f5801890fe03bc44ed5c7c4ce7ad962173f75f1c15c8ed855472076435dc56e9da7c487a4fbc587ed6bc447f6fa893d1ede117b3d9a141f5f71487c22564f7cd2f49af8647ea6d87b77a4d8bb1815fb3028629f7b9bc5bef169e2539442f1a9663ff1a9a9ade2d3160bc4a7afdc129fcf7826beb09426bea0cb175f8052c4170a69e2607eb0f8cae346f1d590567108db5a1cf2e38e3894b6451c66aa2f0efb3f3711aa5bc411ec707104d7481c792b547c43eb9038eade1df1cdac6be2e85b57c4d15917c5b1bfe7c471963bc4f1d69fc5f141cee2f8903de2f8680b717ced2571025a2c4eb0d82f4e48de2f4ea46b8b133d4ac489138de23b0a3de23bf7adc449e7fbc449778e8a931a32c4c9d5b9e2d4688938ad205c9c4e8e14a75f2a156754458a338f7c116759cc8aefca33c577577c12df35fd2cbe5f421367e7cd881fa80f8a1fc8e8e287513de21cc661f1633f589c9baa29ce7df247fc848a88f3382fc579ce2bc5f94ecbc585d20a7161ae83b87040515c34f1565c3c7f415cb2e288b84ce3b9b8fcf1757179ab9fb82235585cd9b2435ca5f8505ce57f515c7b6bbdb8417997f8e9f771f133b95de267c273e267ef70f1f3d41af14b2525f14b20f77f0ac52fcd1e889bdf0f889bbb9f885b3813e296e4f7e2d7ecc7e2d7afe7c46d6fd4c56d7d3ee2377b54c4ede3fee28edd6471c7ffb5e85cb446fc4e6981b86b6f95b86b385ffc61b986f8c35e8ef8c38911714f619af863cca8f86376b4b897b2483c70c15b3c74f6b878a8d6453cd4e326fe6cf5443cfa524b3c36a6271e874dc413a7abc49366dde21f0a2de21febeac43f06f3c4331ab1e2999e72f1ccd831f1cf2299f8678b89f8575e82f8cfa983e23fff0ac4b3a1bfc5733581e2bfabb689ff5d6810cf531f88e7773a4be41eda4b16c84f4816d8d84a1471b244e9bab644e991aa44f9cb0289aac64689ea0a914475d367c9c20d4312355feaffb84ad4f26c258bf59324ea675b24ea893b24ea6f774a344233259afd8d92258d4b255a4e5912adac63126df50c89f65e3789f6d81dc9f215d3125de16b89ae3846a2fb4b5f42d81e2e213aea4b88735d1268f93d09b9c84502abd448602d4402d3bb25d4dd3512ea9ec512bad571097d77818461b143c2bab6588271ff4a381f6b24dccd9724dc3dc612de9c5022dee42b91aa7849a49b4992557f5a25066889c4e0e498c470778bc4e8d577893171bdc4b899295923eb90ac694f929834de92986e9a97981e0d9098be5d26594fdc2659df8349368e274a365d4c946c86ae4bccc56b2596fb6625dbce5848ac749749ac050d126b474cb2fdfe75c90e938f921d372b2436ec05129b1f6f24bbd6ee92eceaf825b1d59e96d89ee894d89e2e91d816c54aec8e354b762b7a48ec4f3d95d8d79c94ec31fb2771906f9438a85c95ec73f1941cc83e2171fa4492385bd54a5c4e0b24071d974a0e364f4a0ef6fd90b84e0449dcedf225878cac258737684b0eb7cd483ce4e7241eb17cc951f91189e7b513122f124b7242de5072d2a84b72f2b5a9c45bd15fe29de520f1091894f8328a24bed3c9127f67bec47f365e724af999e4d4cb29c96985bf92d34fa724679420c999db8725673e8a2567152b2481ce07248109819273b41b92739bbe49ced90f49ceddec949c2be249ceab3d969cef5c2809bed32f092e5d2c09ae25482ed2ff48aeb0bf4aae8adf4942e43324611ac992b0ea4449b8f90249f801b1e4baa58f24e2d4b024e2719724921a2d89940d4aa2029b2437659d929b2ed1929bffa625315a2449cc3a4b49cce83249dca11b92b8b460493cd829b973a05692cc5592a4d4eb4bd2a009499afbb8245de788242b335192f5244872af2a4df250efb8e4e1ac9a24c7eb9ce4916a9ee4b14696e4711f45926bb25c921b7d53929b209014d4d7480a9af32485bee692c2abd192c278534961d2aca4c8f1b7a468b85252c27b2c29498125a5a9de92b2a03149b9dc43494578b6a432e7a4a4b2f7a0a44acf41526d9825a919b394d42e979334ac224a1a5c2b240de3aa92462448d2387952d274f69ca429ffb4e469b650f2bc0e97bc28f391bc7c3923695e16276951df256929f82a697d7f4bd2763342f266e506497b9ebea4a3faa8e4adecb9e4bd8bb7e47df943c9fb294349d7cb7cc9874529920f6d9d921ebc44d223d92ae9d9db2fe9e97b23e9bdac2fe9edd7960cf02e4a06445f2503fb7f483ef9d44b3e75264a8656e64a86375c920c5b4e483e7f4a928c9a794ac60c072463858992f190e392efebca25dfcfd749be5f30974c68de944cd0d52493a20cc964d86ec9e4ad48c9d43f25c94f155dc9cf504cf2ebaf92e4f74150f2dbc75cf2a7f3aae4efa640c9df922ec9dfa92f92f983835239c8542abfad48aa127452ba70b3957461b044ba48694eba0851972e3ab05daaa6f943aa66d3205dfc7d9754c37d44aa6965235da2f841ba848348b54887a55a87cf49b56e0549b55edb4bb5fe5c966acd75499776864bb58d73a5da9f69529d7c8a54e765b354a79f245d7ef2a054570792ae74fc2c25387d901246b4a5c4f31ba5c4cecb52c07e440ab8eb4881901a2938e2292519744b497bbaa424c78d52c893252557da4b61385c0a5fda26852bcba594961429e5ff4b172a8f4aa987e7a5d45b33525a6c96949ebe55cadcc39662eeaa522c6b448a0dc64b794fdca4fc9b7ba402c379a9e092a71457bf2fc5dbf64ac5d715a5e2b918a964959d542a17239515a54b65cd4552fda714a9017dbb74f5a9add2d501a952e3bf87a56bf26e4bd75d6f97ae2bd3969a1c89956e48c2a51b6abf4937a66e966eacd6909a993f979ac512a59be0edd24d03e652737a97d45c6022dd62b05bbac59727b50cf829b5bc9322ddeaff43bacd6db3d4ca535d6aeda82addbe0c936eafd5956effb947ba435955bae30424dd7135406a139d22b5758894da65264aed196a52fb7714e99e59b6d4c1dc56ea10b24dea846d903a59384a9d5cc7a4ce821f5217cd3ea94b7086f4e0195c7a70da51eadafc41eab66d58eae69326750b1c94bad3daa4eefc74e9a1604be9a15f57a51ee6e952af4639e931a357d293d835e9c9694da9cf3f5cea670448fd9dee4bfd83e5a4fe159fa4fe6d02a9fff469e999a7dba467e712a4814ab7a5815fdca5e7a877a5e7b21f4acf556c929edfd42f0dfeff2cc1a907a49772a5d2cb0c487ac51a965ea949945e75cf945efbdd2c0de5af9286ca50697898481ae1e02d8d98bd2f8d04cf4b6f7c95ff1f401a35192cbdb5a5431abb6a501aaf9c238df7a34b13f67a4893d35e4893abff4953552e4b530f654bd39479d234f2b034fd25439a19132ccd8cbb25cd9a8f91deef739366db86491f1a7d933ebaf046fab84a26cdeb2d97169cc99016140d498b8eaf96169d60488bfa72a4c5b6f2d23274525a96ba5b5a8ee54b2bb462a515870069c5131d69253c21adf47d22ad5a8149ab17bc95566f0b9656fba948abcb0e4b6b4e4ba4b57a0fa5b5a6e7a5b5afbf496b67574aeb80f5d2baed35d2a62403e98b5dcdd297ab51698bbfb3b4f5ec3a696b98b1b4ad729bb46d4651daae5b206d779991b6fba8493bfa5648dfbeff217d37e82e7dafec2bed5a1e2aedba9126ed7ef046dafd3449dab3365ddad3542aeded5190f6455649fb868ba4fd8e6ce9e0a601e990b2b57488b75b3a74f0987428555b3acc4e977e7e7b573a42a9908e3a3849c794de49c7af044ac71b7ca55fc060e9d78035d20967583a71d7563ab918904e66a74b67ba0f487f9ed291fe4a2996feea7a26fd2da64b7f57be95feb9f04f3aabbb463a1b902f9d53b394ce6d5196cedf4c90c90fec9529a8ef97295c9493293907c89472bfc99409b765ca8fb5652ad82e99eae67d32d58fdb650b85b1b245ae9b65ea24a64cdd545fa6a150235bfaf1a76cd9a52199f6df2a994eb8b24ce74fa96c39d544a67b669d4c4f3b5eb642e9ac6c05242f5bb163bd6ca561a28c0896ca80c13c1978745046d2f8288316bc9041d7956450e45e1979e2848cc2df2da38c6c95a1dd9d32eaa685323ae5a68c7ecf48461f769631eab565cc9389329651af8c65972663797265ac673f64d8472719bbe09c8c935528e335e5ca04774b65c2ef7764f88dff0700bded32b1a3b24c7c8e23930e35ca641a9332d9f579d9aaa314d96a9c2333f4b693add3bb245bc75d243329549299dad5ca367e7b2c337b5f2933d7b595995759cb2c126264964bed6596cea1b26d472ec9b6fdba2eb3badc28b3964765d6064b64d6db7a65d66dc532fbc3ef657b305fd99e8c30d99eacab32078d1d3287f00499d3b7d332577c87ccf5c07999abb39bcccd582c3ba414273b747a87ec88468bcc438d2ff3c8a7c93c8aeeca8e7a0cca8e7ae5ca3c494b649efea5322f4591ecb8aa5476bcf08fec441d4fe613122ff36d5e26f3fde22df3d3f292f98bfea3b0bea3b97cdf38808b5048ca4a6435ec54a23ee3f9ecf17cf69e4919a5222a9a56f6485622230945595909c9cc4812b24ab6b2229411eaf7fd9dfbbccefb9fe79ce7beafebfae33287dc0222211ea1be108ff7e7215e3acb101f592ac4075307f1e97486f8457743fcfa65217e1bc110ffd7559000a7c390c0c7da90c0e23c48e06c1124c8d90e1272ee3b24d4b018122a7c0809bdb71d12167e027247361472e7dd1148f8fb0cc85daf2f90bbe57a9088bf8190c8433c48e4bbcd90285d4d48d4e54448342d0a728f920f89953a0589dd710072ff0a1d126f9b0549bc771d9264d00a493a340f49b2f08724855b4152d4919094dc839047329e9047c68b90476447c8e3512a242dd6109216bf15925e7f03923ea50f796a740792b92f05f2ac3c1ff23cf12d241b7a0c922dfc08c96f3380e46f2c430af8f190824c1d48c1f020a450390752f83619520424428a6ccd214589c720c5699f202fbbf7415e3dbb0829931f82949d7f0029eb7b07295bbaf59f0648c53632a4a29c0579bde90ca452d00aa9fc510aa95a938554ef780ca936d580d44d29431a2e68431a3c609086690948a3fa0e48a3b917a4e96bea7f1b8016a4e5a112a4a56c1cd27a7709d25a7013f291fb12f271580ad251f803d2f9e720a4ab4f1bd26d7b0ed2ed5c0cf91ceb0bf9e23d0df992a704f9aab41b32b8fe0d32644c860c1dbf0e19ca5d820ceb1121c346f59061cb64c8c82e3dc888870264545e013276af1332965f00f926f112f25d2901f21db71ff2bd540132e99b039992ec834cc78641a6535421d3833cc88c5b2c6426fb05e487b41f6481f10db2f0540459a4794316af6d832cde7b0df9756d2be477bf0364b9c90ab23c7516b26a5b02590da34256ff2e42fe38954336ccc5908d437390bf1767217ffdce40fe3e7e0df9776f01f2efe903c8bfe160a8443c052a1530f99f25a8f4640d54c658012a83d782ca3c53866ef9930edd5a731c2aafb206ddbe6b1cbae38d1154d92404aa1c7b14aa1267095523b440d5dbe2a01a7715a11a9feda0bbc3d2a19ac268a8e6e50b50cd1fc550ede4d3509ded21501d5c0954a7e80a5477df0c5437140ad5ed2f87ea3d6f86eaefbd04d577e740f71e3286eebd940935d4f6829a664e40cdb6a9400f8e3c801e923a0b3d321001b52852865afc6b851ebdfa0a6a65de093de6e1093df6ed24f438930d3d1e79000a490f8442e5e4a0d09d182814fd010a7bea0785ff62420167321471ae138af4548062f70f42b10e33509cfa3e28fe461c147f3b0d4a80fe8012a29f4041e50828f8440f4a323b04a5fc6a8652897550dafe0428ed5509941e3308a57f8a8732f0e7a1ccdfed50163b0cca3e7119cabefd07ca21ed8072851e506ed91da84027082a7c1600151df6808a3e7e878a4783a0e21923e889afd3506b95c7d093a62fa1a7d498d0d3766e505b85bb50db8bf7a18e32b350477c01d4f1c643e8b99366d073453dd00bba2b50678c36d4b9180d75517586ba1ca883ba7498405de3a1d04b7a2ad04b17a4a097af4a422f2f4c422fafcc41dd84b7a0ee665ce8d5302cf46a9509f4c68032f4a6532ef4d6b74d50cf5825a81732127afbe33cd4ef550734e0bb35347059011a346d050d36ff070dc69e8386ec3e040da5a442432321d0d01815e81dcbfbd03ba3e6d0bba766a0775f1d80461891a1913ed5d0c86c1a345ac9081a7dff39346640008d0daa82de3f6a0e8d3b140e8d4f99852604a2a089d42e68e2f47368f2954268f2d52168f2fb87d087dc12684ae425e8231404fae8ae009a2a13077decbb1d9af6f026346d761d9afe40019a9eb71f9ab1a91f9a21a70ecd78b419fae44c2af449420934b3c50c9a95f306faec1e049a1db000cda560a17996d2d03c2705685e7c1434ef130d9a37df00cdfb3b03cd6ff480be88f28716b0ef420baa52a1c504776871c022b438682bb4f87139b424441d5a92a6002d197e0b7de91b097da58684beeac641cbc246a165f7b3a0e5b0086885f239e8eb963468e5f921e81b89c7d0377277a0d5c193d0ead41dd0da3736d0ba8ba3d0fa7367a10df72ca10ded4bd026d96fd0a6021568b3260bdab22686b6f19f43db02cca1ed6e27a1ede17ad0f6e46568fbe78bd0f6910fd00ec33dd0ce3347a15dda87a05d578ca05d05c6d0ae21036877c94f680fed14b44f680ded9b94817efe780cfa79510dfaa5451fda1f7e02daffbd063a20f30b3ab07a0d3a2496800ea5c64087955ca1c3a349d0514d4be858b03af49b9204f41b4c0c9df0d6854e3cdc049d9c18874ea7ea427f18f7437f746c87fec40ba1f37915d0159993d0d5ed0ad055b359e8da161c74edeb14747db912bab1d915fa2f6813f4dfb01c4cc2ca14b6e949374cf2a8374cf255064cf21b1326153d00936a65c036eb56c0a409ea30991a244cd6f22f4c967d0426dbf309b6e5cc186ccb454bd896d16b3039dbeb3079ffa330f97f4c9802cf01b6ed8c324c51a60db6fd59194c492307a67c5a02a6127f0ca6527916a62a7505a64a3b0e537fea0153ef1d85a9ffe4c176056ac3768b43619a1a9b61da92ee30ed2b3761da29a7613a465d301d9108a6eb7c0ba677e8084caff2076c1f11063ba014093be0a40633506b87198654c28ce4a66046a8559811088199957bc3ccb39d60e6759f6187428a61874670b0c30c4bd8d17d1130cb6e69d8315d1fd871d38bb0e39f0660c77fdf8141f53260b0903b3038bc1a06f7cc80213f5f87a1d58d60e8987418e6481d0c7b8c0cc33fb18711f3393052a1348c9ab208a36bcdc0e88faec318af4761cce30630a6180d637aef83317d4361ccfa3d30166a1ec6eabc0463836f611c78178cfbe40e8c570185f1b14e30fe820d4cb0560f13e614c0845d7898f8842b4c7cf71d4c7c3f0976026e083b31ba0cb376a4c1ac97b7c04eb10fc2ec0d7261f6d821d8996e3cec82c53e98538f3aec62b21cecf28f7ad895c61b3077f9d7b0ab2a3f6157755260d75efc805d37df02bbe9b40976f3b30aece68f0d98873a1de6317b14e615b60ef38639c37cfe4cc3fcbf9d8705ea26c002030ec1023b1a6181c329b06041382c38fc232cc4c40816c25585855a66c3425186b0d0043f58684d232cec7304ecee366b5844e4382cb22d1a16d9df068b52fb058b69b281dd93e987dd2b5f83c559dc85c59d7e078b5f5f873dc0306009ec545842d0122c310d8425ae04c192740d60c9cdc3b04737fec252834b61a9d53c586a6302ecf140082c4dc21496b683084b83dc84a511e361e92363b0f47f6ab027923f614f547a614f1cefc03237ed8565aa7f843da72bc2b273015876892d2c2f2002967fa10556a0dc052bd00f87150085b0a2243558f10e1958f1312f58f1c24b5809640d56ea35002b1d9387957eeb8195cedd83bdb2768195a985c3ca4c7c6065e82db032ff5958797214ac623b1356512c0b7b5d7e1256294a83bde122616ff27a615522475855ea3358b51c1456fd2c1156b3a10dab3be80eab4b5785d51b69c2ea4dbd600d75e3b0c699fdb0a65b8760eff871b0969e3cd87b090dd8879663b08fac2e5847990cacdb6e00f6f9eb2d58ffae2fb07ef71db0fe7023587f160b3678bc093674de0c36ec370f1b2bc8814dcc99c126d67261937a8db0c9ef91b029ad4ed8544f3c6cfae4206cbaf43a6c267a0bec87f11aec87bd2fec47fb1c6c0e09c0e66c37c3e635e661f3daffc190608bfbb7c216bfcdc07ed9ccc27e23f7c29655f6c356ccbc612bbf5661ab0f77c3fed817c0fe845ac2d62bad61ebd539b0bfce3b61ff266ec025a337e09bf3dae1d26ee3f0adde46f0adb563f0adcb9a7039cb45b83c5200976f18826f1bff0057946e852bc2c7e08a335a70c57965b8e2861f5c29e22b7c87463d7cc7c81a7c27e2137c27f13c5c39771daeb24285ab665c84abf67ac1d5779c84ab17bf83ef4e82c1773f13c135cdb3e19a909b702de2345cab561fbee79c0b7c4f9d325cdbb01caef7c110aed72309d7978f80ef950987efb55e86efab8a87efa7bc831b8c68c00dc77ec1cd0e0ec10feaf4c00f1a9e821fc454c00f125ec30f160dc0cdbf99c30f757f821f012ec08f2c9e805b2a9bc28f5df2831f9f40c3e13ff7c281ad1838704a0d8e78bb138e785f0d473dde06475b6ec0d1ac0b708cf65b383ec3054ea86884139afec29932437096f27e38ebf02538f7bb3a9c770007e7dfe1c0058f1ec185be117091eb7db8f84938fc042c166e8d5d839f3468839f0a96859fae9a82db0efe82dbfe7e06b7c7c4c1cf1c4e849fdd3d003f1bcc819f4d4b843bce0cc1cf4df2e04e7401dcd9dd167e716b0adc5549197e39ef2ffc8acc47f895fd75f02bc1d3f02b6f0ce15786afc0dd7e7bc1ddc924f8d5b04af8b58304f8b54e3df8b50d0bf84dcc30fc66ee14fc66e539f8ada5adf05b7f7de15e180cdc2b7306ee95970bf7a9d387fbb485c2fde71be141a133f060ad2bf0e090027828ea213cd42e011eeab4010febd68487130ec0ef7ad9c2ef4e4cc3230e7bc2238e59c263fbede0f133dfe009143f78e2d37e78f298053ce5f16978ca4414fcf19126f8e36e5d789ac479789ae26f78faf67e78c6db71f8d3a3c6f0a7020efcb96237fcb9c307786e56243cefe46d785eda2678de875a787e920cbce0ef1378e1e6f7f0e20b7078892d045e52a2037fc9fc0c7f795a035e3a55012f0bec8657551f80573f3c06aff1f382d7796cc0ebc690f0ba4573783de42ffc6d7209fc6dbd14bc519f0c6f84bac29b9238f0a63918bcb9270bfe8e7e15fe4e500b7f37d5066f4d86c03f7c5a81b7b905c33b7aece19dea59f0cec76df0ceb72df0eef81078afca7378ef0326bc37db0dde3be507ff1ca207fffca00cfe051f05ff72351b3e70a2053e70850d1ffad5021f2e7e041f9e1a808faa25c1472975f0d1baabf0d1017bf898b3337ccc65093e563b011f1b29878f5b9f878f3f3e0a1fff7c043e9146804f419be0d3572ce0d3de5ef0e94a4bf88fc01df0f900327c5198045fbcbb0fbe185b0b5f7cf91cbe8448852f85ef862f6542e02b4e17e1eb6796e01b27dde11bed9be17f67e5814d870700c9035280343e05908e780e4867c001599f6560cb9bf780dc956a40ae6d372037f41c90773d0928b0ab01855008a0f8fe36b03df527b03dcf0bd8bef61150fad105ecd86709ecdcda01ec9c6a01948d0d01957e1f40658900a87ef907a8f5fe06d4db30807afb496057fc2f60377807d8bd610868d5bf06f6142e017b3e16017bbeaa037b164580dead1a405f6111d86b3d04ec8f34000e3c3b0e1c582a070c0a6e0046fdcb80b1d92460b2e71460929c03989a7703a6d9cd80993b1a304ba8040ef6d80187554780c31a418085f416c0f2c965c08a360b589d5d00ac22c5c031bd52e058e106707cff0c70bcf02100b1d90440ae8e01b0595500ee5206c0fd3e01f03fd100c23f0e407ea00228ad2c00d5e60860eafd01acbb0b80cdff01e08d0f0078e425009f1307108a0180f8b51f004fcf03607a3740b2cb0748c95600e9e920403e8200c8378601cacb0d809a7609a0c95d07e83c3ac0683004985f26018e5d1cc03bea05f0a6a40021150f08ada78113bb5200eba025c0ba220138597b1f382dfd01b095da05d8393800f6a79e02f6af720087178f8133e7fb80b3eef980e3881670fe8618385f2b093839900167cc06e05c48062ea2570017d328c0e5d361e0caaf05c0edcb08e036a404b83f1f046e98d4033788a7815b2757010f6931e0e9781cf0a68c03deb19280775c25e0137013f09d3d0cf829ec00fc9cf1805fde5bc0bf61140828590082d81240c8340884958b803baf9f00771d748008c2381011d20a4456060131361b404cbb1670ef7d07103b7c07885d8f07e2e20e01719ff381f8784f207e511e488c1e06922ec40349cb1420997e024866f500c9c348e0e19e6bc0c30a45e0e1221648b9180ca472d780d47a37204ddf00487fff00c8980d009e228681a7fff602599d54e0d9a30de0f98de7c0f3a733c0f31c43205b461ac8bd220472df7a01056f2581828fd781c28552a0a8ae1e28b6df03147774012f75b601af15a381d7575b80d7f37140a5af0c50f99a0a54bea5036f2654802a954ea0eaa23c5075850754d55b01d5fb9480eab8a3400d010ad4ca0980dad34340dd6a29d0b004019af4148166cd54a039e237d09c9b01b44519026da947808f0fda81f6f158a0d36813d0f92714f8b46001742939005d6b9a4077ef04d023e302f4ec34037a1d3e00bdc148e0738827d05f61037ccd38027c1d9505066afe020383c1c020cf0b188c4b02069b3e02431e0f8111d99bc0883d1ff856b51598a0b90313cc35602af23030350202d3dbb8c0b49229307dfa3b30fdfa00303d6d09ccf52e013f37b7033f0f35018bfa23c0a2ed6360b1480df895ed06fc6af90cfc0e3c012cc16680e5070f81e5df746065890caceaf9036bd2b780359d0560fd8521b05ec3003648506083e500fc25dd03fe19131012340584c48b830889b91884a4ee1242f2c52784b4611d42baf00a4276df16849c4e0542cee719629bc634625b732842515f05a178230bb1bdf83442c9241cb153722f42e50180509dc843a8f1f210eacbd2885dd2d3080d9301c46ec31788dd63bd883d0fc310daa63b103a012f113a357c846ea605422f321ba17ffe1c62af1c07b137ee36626f4e3a62bfa317e280da5fc481878a0883030d08a3aa8b0813ea3cc2e4f2518449f44984c9a32084e9515984992e0d6136700771105f8d304fa94098b79c471c9ed14058dc2847583cb88e386aa685384a8e421c9d3c81b03cd68bb03c2b465839ce21ac3c5510c73d2e218ec7f62220079e21a0417711f0efcb08e0b01e0280fa2080c83708249e86403ddd84400db523d0c1f711e8161202e32d8dc02ac423b0827004eed45b0431201941fab80b41dedd88205f2d4550f4b21094163d04b5642f82b6ef2882d6ec86a00fb420188137112c7d27041b1d82604f552138b209084e9f0942f0ee014230ba1d213c2044085d6310e2b40d8435f932e2e44d3bc429421be2544416e2545f15e2b4e827c2d62005611be78bb0cd9447d8a93311761875845da322c2dea21c619f3a8a7050094738a41e479cd13f823843b2469c8fb54138e93c405c9c10235cc83f102e9db388cbfd09882bef3a106e8fdc11eee451c4d5a648c4b5922f886b6b1e88eb532f11d7171f22aeafd6226ea8d31137960f216eded140dc2cfa82b8f9fd2ee2d61a07e1655186f0ba9b8cf0ca3a84f0866620bc1d5e23bcbf97227cf51211be075311fee606087fa01ae17fb50be1dff21b1184802382a53511c17d4388e0d5354498f15f4418c4141156108eb813b60d7167700c113ebc8c8878f6001179241811396789889cbf8688c12723ee5dac45c44a1c43dccf3d8688df5183881f6d4224c80c22124ebe4724ba1e4624e6e62312ab861049bf2e2052bc5f2152caf2118f3cc310a9053f1069bfaf23d2cdcf22d263b2101912f2888c660bc493605fc453bddb88acd034c4b3452622fb480e227b2a0f9143f882c8c9f045e4342f21728b7621f2ccaf21f2edd188170a2711053b6f228a387b1125988b8897878e234a0d2310af261b1065dc1144b9d65e4485f46f4425cf14f146ca0051bb3289a8036088fa880b88fa3136a241648068087144343c2e433406b5209a246b114db87044d3274b44b3dd7fce3b209a5fef43b4580b11efaf5c46b4be8940b4ce1521da469d116ddf24ffb38a68371842b4a70b111db6d1884e1f3ca2f34110a273210fd10dd623ba6fac22ba5f0b115f6cfb105f1641447fb118f1553509f15520420c1eb986181cbf8818f6c9438ca6d62046db8988f11d1e88f19f2e88c9c6ed88a95dcd88e93e59c4f49a0031b379183113688f9815fb21e6aea7217ec21710f3726188c51b8188c59811c4affc3cc4528e3e62d9be00b15c1f80588db641ac8ee522feb83d40ac052f20362c0488bf87e5117f6d0e21febe2941fcbb1d84f8576e82f837761d29716d0629353387dcdc4047ca1a034859a436724b4218726b140c29278a42cab9d62115b60420152ee191db389348c5060e72bbb210a9b42f16a9e48942ee14ad22775e7882dc59ea8954968d442a5f8322d5bb4690bb0eff416a6c6e426a38142135460e22352f4823355f0f21f7149b21b513fe20754d6a917af76b917ba3a0c8fd47a690fb4bdb90064818d2605e0369f0471969a87f006918a68c34220d204dd5a291665f379047522e212daa759147bb7c9096016648cb674790c7e131c8e3372290901d0148c8cd3924347f33123a760b09dfd38d8473bc9000eb2312a8f889440cbe43a25f7721715226489ce369242e2b1209c69e41921c929064d66d2479261f49793b83a4ea7d42d256f622e97a702443a90cc99c3144b2251f23d9c56424bb8182e420762339d1eb484ef337247f3303c907cd91828271a4a0ae0f293cf31129da3b86144b3620c59414a4b5db79e469e954e4697424d276db04d2cee630d2de530579e67609f2cc6319e499e736c8337f359167a56148c7ab4ce439af1ae445b01179317a05e952f504e9f26108e9fa460379a9bd067959c10179f9d167e495afcf906e6b91c8ab1039e4b5ee4bc81b9b3b9137b6ea226f14df41de8c3143de4ac6236f4ded457a98ce203dad97909e1900d2338785f4f1fb86f4590191fedf9f2003d6af2203771d4286b87522436a5e2043631e20c30bbe2123b6dd4046386291113e9f90912a4c6454c10b64546b1b321aff04194d9f43de1baa41de9b7c878c652521631b2f22e3649a91f1fb36211f68ee4726589a2113e2ba9109ff7d9fa8da8f4c926944a6d8cf2253ae8523532a2f201f355e45a6492d23d39042645aa23132c362109911e7837ceac64366eede84cc2cbc81cc7a9087ccaa66239fdb9c40be087e8b7c711f817c51f41a5990b3842c3c9a802c84fe4696946d43be3c178a2cf5694396fe5945be52c020cb0cd0c832c01d5986ad42963dd88cacf0eb415684d8232b522a9195178790954f16906ff63520ab0c4c90d5ee43c86a9f3164cd81fdc8fa53d3c806a55fc8067706b22154806cdc37806cf43246be8bde8c6c79f91cd97a570ef941fb34f20322fabf95f435f243ed28f2c34c3db2edf806b2edaa2bf2a3c165e4c7a0abc88f5fa791ed775c901d01e1c88e643ab2f3020fd9599f86ec1c7983fca48d4076795521bbd2d790dd77b6237be4d391bd9b9f207bd16ac8cf23f6c8cf13ffe57c0272c0ca1e3970351d391053891cf85b8d1c2a32408eec1f438efed8831cd3f880fc56ce417e3708477eb76c43cedc852367ba3721e71e4522e7d5d591f38f49c805e273e482433a72d1320bb9982387fc7d751ff2f78319e49fe7f7ff538f5c6342907f8d2b90ffa67b51122577509b763c456d32b343493a2aa1249f4ba2a47e1e466d8e59476d1efd80924e22a364bc4350b2520528d9d3da28d90e246acbed13a8adc71ea0b61dfe86dae6f801b56d3d11a57889815292484729b559a376b835a076726028e540314a79088e522121502ad4cf2895b3fb50aa556528b5cd8f511a2e75284df96894a6cb7e9456d73c4a6b651ea573d601a55bdb8ed2533546e9c504a2f41e63507a7f0c51fa46c750fa364928fdda2b28fd4515d43ec95cd481120d9481541fcac0270a65681b8732da6b8d32d9ed8b323d168f32db678432a346a10e3e9c40995fb0471d5253461d6a96441dfaa1873abcf911ea70522fea884331cac22f1965e9b188b2bc9387b2cc2e45591dc1a0acfcd751c7f85b50c744a6a8e38851144c231b05df3586024a7fa380da241422dc1c8518e0a0503ed328546d370a35b786422f48a330f97f50b8fbd1285cb1050abfb90685cfca44115dcea38871cf50a4a7522852610b8a223243d1525450f4520b14237403c532cc4071327450dcf09b28c1cf6894705403258a398812bf75439d902a4559efc940d9ec3883b2c1c4a16c686e289bee1a94edc92d283bab59943dfc0bcaa10e8a3a336e843a2b938f3a7b178e7294d98aba90d08a725a9144399717a02eba0da05cac22512eb47d2817a11eca2597897219c941b9c6ec465dba6085bacc7b8eba62f10975753380bafe2c0875737322eaa64728ea664c2aea16331875eb7d17ead6f85b9487fb7994d7a61994d72d5594577a07ca6bc605e5d3ef88f2d5d983f2355e47f93e0e43f9ef7447f93f2c4405c43ba2028b1c51c1ae5aa8e0467f54b8c3182abc751915919e868a261f43c5fc6845dd53c5a2ee6547a3ee7f4e41dd5f7746c57f3a828a1f3444254859a2121af6a392b60fa092758d50c977bfa252b6d6a3525053a8947628ea51ca27d4a3f70c54ea291f5406fb12eae99ebfa8cce9cda8cc3f202a4b83897a66958e7a36b005f53c5305f5bc4e1df5fc7d3a2a5bf6262a3bb8009523fa84ca8dd544e596f7a0f2e825a83c97aba8bccf202abf5a12f5223b1955f0330555dc5d8d2a512b47bd74d541956a59a24a9b3251af36a25065ba5f51e5985c54f9c020aa7c1e89aa381381aa9ccd43559b5aa3aa4389a89a8f26a89ad9cba8da91eda83a5721aaee5e04aaaee81daaee670caa616705aa81751dd534ed857ac7b8876ab10c42b570fd50adf292a80fbbda519df7b9a84f6a45a82e935c5477512caafbdd5354ef666f54df91dba83e9763a8fe190954ffa2126a40348f1ab804a206a36751c31acea861ededa8e1a6a7a891c3ada891638f5123177fa346296750a3a75450635371a8f1b815d4b76a0aeafb5f07d414c3093575028e9a659c42fddc3e899ab757442db84da01695b8a8df07dd51cb7bf1a8e5e801d48a2111b5c2fb895a1163502b294ba8f58920d4c6793bd43f8b4b6889aa3ef4a6b0b7e84db16568c99c7cb4d4c15d6829ce17b45468285aea63047af36a345ad6ba14bde546387a2be32c7aebe37f68b9e405b4bc750b5a01968256f8d08956581e406f5b3e8b56cc4a422bb6a9a315d75dd1db8b00f4ce196fb4f2f54eb472743b5af9231aad529f8756e9be85563d7e08ad9af91cad26770cada67e0fbd8b3589de755312ad71ce10ad313d8bd6b425a135ef98a1b5b6e5a0f71c9f46eb0ce9a1758f84a175118a683dbd45b4febf1fe8fd05fbd1064ff5d0a6050d68b394f3e8435789e843cb0cf461711bda9267823ede2689863cd346435e3d4343f5efa2611afbd13096041a7ec2120dc49d43032907d08882503432d9078dba328646cdaaa231a7fad098988f686c9b231aafbc8e264acda38927fad1e0d11e3449350b4d2a884293aab5d154ee109aea4b45d36a2ea1e96ecb687afd15349b884473bfee40f3ed75d002f269b4e07b255a94f5132dfafa122dcebf8c3e3147415b1f6b405bcf6aa34fd65aa26d1836689bf0ebe8d3e020daf6fe5db4edb36f683b5a0eda4e1484b6fb61807668798f3ed36483762c75439f277f455f101aa12f04dd425fc83d8076d2f88676da3f8676129d423b0f9aa32fde1b44bbac85a35d7ffc465fbef312ed767e0aedaef20ded6ee884765f3b87bedae580be61378abef5ce13ed0126a03dfcb3d15e5a07d05ef68fd1de3b27d1de770fa36f5b23d1bea64cb46f562ddadff6323a201c830e48ee47073cd98e0e7c55860efc60830e1c99440753a8e850b934745895087dc7e012fa4e161d1d5e094187773d464779d3d0d1edd5e818c7cde898173074ac611f3ad6f82a3a2e92868edf15848e7f11857ef0d0129dc0894227dc39824e98f647272d3e443f0c59433ffc1e807ebc4240a7b9fc40a71585a0d33d0bd1192b7bd04f3e29a29f7a0fa033d72ad0cfe0e3e86729e9e8672f39e8e7872fa19f93dfa39f6708d1d9ed87d1392a17d1b93e02745eab1efa45930efac59f93e882e9167421d50b5d68874197b4ef44974283d1a5c1e9e83234065dc6d046976fb0d015f766d0af03d7d195866be84aee717465db69f49ba972f49b85547495a531ba2ad00a5d558b4557bd15a1ab7b48e81a5138baf6563bba762a1efdb642806e0cb74637163f46370edf453759dd4437b77aa3df215cffb3817e3f1c806edd7d04dd1a2546b73e7a84feb0f60bdda6b61bdd5664866e6f3242771a1e4477a6f9a33f09e5d09ffe5e41778376e8ee0016ba47bc80ee6b93457fa9a6a0bf2c3c460fb490d003d34be8c11f96e8612b3e7a7868043db23d183daa55811ef7ce418fc75d467fdbfb16fdad5b1afdbdae133d611a8f9eb0b88c9e84ada02703ccd153bbfdd1b32ac6e8b9aa4ef4cfa049f4cfbbb6e8053f117a91308f5ecc3f865e3e96885ebe04432f7bdf40afbcab46afb2d3d07ff041e88d7bf2e8bf88abe8bf285f8c84693166934c196653f3778cf4c91f1869bf548ccc8600b3e5801b66eb437f8c9c3e072357f81b237f4312a3f0e10c665bb30e66fb41038cd24c3b4669e1186667883c46d9761746a5eb2b4615fb02a35add8e515719c5ecdebc03b3fb621a4653ab00a319368ed1828660f6b8fa60743ae731fa1057ccdec008ccde7f9e987d47da30fb042731fb7fa23107a80ccc812c4bcc817a558c01760563b8351b6378858631fc5b8131a972c6989a16624c0b1c310739c318f3dfdb30874eb9600edd7f8739d4dd83b13067612c1a6c304779ee98a36e173096dfce608e5596628e97ecc04024fa30909d5518286e0603974fc6209df330c8011d0c4ad61383dac5c2a0c4321854b0220695b00983338dc3e022ff6170635618dcdc030c1e1a81c1374c620836473160270c435acec5509218181a2910430b476098668118e6e9971816f93286fd4517c35934c4f08e6562f897c63102d22d8c204a1b233c328f117df5c058879cc39c546dc3d8f43fc29c72e5606ce561183b832e8c43cc03cc99b541cc998d06cc39853e8c93d4598c93a50cc6e9662ee6e297571857556b8c9baa32c62d6e07c6edcd28c6fd583de61a491773edbfba5e1fd2c7dcf86c8bb9d9988cb9b92089b995598bf1307989f1705cc078f88d627c3ce331b7b5bc30be9ce3185fff408c6fb71dc6774c17e38f73c5f897796302224f60023e646302a5cf6102e5c33141be5a98e0a1324c28ae0f134aba8ab93b108f897050c344164e63a20de530f711544cdcbf094c7c5a3e26c12a1893f07204936878119378360093383f8f491e73c33cdc79059352998349792789497d698849d7e061323449988c57fd988c494f4cc6f261cc53350ee6e9a1064c96a62f26cb211f93f3f1072667710d930bb3c6e4c257307999df317915424cfe6e4fcc8bf419cc8b0fbf308562754ce1dd604c51ee4f4cb19929a684f1065372038b79b97112f3ca270153d6d58a29e7fec1947b79635e774763de7c6cc6bc198bc5bc994ac3d48a9e63de3a25631afcd19886a86c4cc35232a649f705a6a5f729e6bdc718e67d802fa695528a69fd1e8a695de5625aff06613ea63661dac3cd313d259b317d3727317df167305f862a30fd87b230fdf7cb31fd256f305fdd9b3103a3119881d525cce0c42dcc90091e33fcd20d33fcf72766e4cc16cc28838919f330c58c770460bed90f6226f48e6126667231535c1e66ca898f9919d8869995fc82994d6cc1fc94f3c72cba8d637eb19e607e65ea61964a37639686c330cbe7c231cb1e0b98e5d61398154b57cc9af54bccfa6908663d7f0db35ed78fd9e05dc56cbcfb88f9ab7410f317730b2ba979002bc598c14a391fc54a5d3b8895e39962e51c54b1f24bfdd86db9bfb1db2a7ab0dbbefdc32aca9dc62a9e3c8ddddef211bbbdbd0abbd3e22676a72b885509f1c4aafc9ac3aa09e858b5e808ac3ad917ab1eb21dbbeb550e76f75a3456ebe03fac96951c56cbf30676cffe21acfe4c3e76efffad7fc4ee3bd68fdd171385dd577718bb5f6202bb1f5a8a35ac8bc21a9541b0c66a565813b56b5893bdce58d3c3e7b1a67f55b066030958b3252dacd9c65decc1b43f58f35775d843b636d84367a4b187350bb087dddcb047936e61612bb558786015165ef7080b2c66611166f358c439172ce2913216d1ef8c456d76c5622e1a62b18887586c8b09967079144bf8700c4b181ac0127ef1b0e4b27e2cf5661c9626338ea5995763691daa58f6362f2cdb4a16cb31cec3728e1cc2724dacb0dc533d581e308de5451960f9cd7cac50ba0c2b7c638d15450f61456517b127fa84586bdd08acf5d220f6646408d6a6fc3af694e233ec29e346ece98d50aced7fffb47f3c85b59f0dc49ed953853d7b7912ebe89c8d7574a9c09ed761629dc94fb1ce8260ecc58c1eecc5d158acab7f25f6aa631cf6ead729ec75cf30ec8d0a13ec8d3922f6e69771ac17bc16eb05f660bd2672b15e6b3e58ef8e4caccfd65aaccf5d3ed667d61f7b3bb211ebbb3b13eb7b421aeb179f8c0d74e360838fe46083fd0e6083a75cb121327fb021ac93d890b5496cc4b67fd8484d2c364a7c1a1bfda3091bb3288fbdfffc1f367ed7476cfc4b05ec83fc2bd88427a1d8c40a1c36e9dd3b6cd28f7dd86409196cb2851936f9993536793c15fb30d80b9bf28e887d7453169b7a0bc4a6b77dc53ef5d7c066b25bb1996fbe60335765b039300c36274c099b1f72179b3ff10cfb626b30f6c5fe3bd817d1646c81420ab6c0ea3eb6807c015bf83e195b84d88a2dee30c496ee6bc3bec2d5615f654962cb0658d80ac5ebd88a0204b6a2d50a5b315c85ad947f86adbc8dc55636eec456aeb760ab7b37636ba42db135d05dd8dae7bdd8fa93046c7d6d2bb67e0ac0d6ffd3c2be0d9cc3365cfd8e6d689fc736e2fdb04d5556d8e61de6d877c49fd8770effb02d522ad816999dd8960325d8165e10b6e5ca2f6c4b853af6fd67236ceb1e056c6bca4b6c6b9733b64d028a6d6756633b8aa7b0dd5789d81e1b036c4f400bb6efb705b6dfd412fbb5da1e3ba8f7113b78310d3b5865811da23cc20e3d8bc40e1bb66187af7b62873752b0a32f25b063cdafb0539fdbb153bf7761673621b03f621f6167b5cf61e7bcbe627f3ef2c02ebcc1621753b3b0bfe687b04bf1bad895ea61ecea121cfbe78700bbf6e22a6e134b1ab7a9cf1b27f9ac0027b52f0c27b5f601b779601627bdb28c937135c2c9467fc0c9fe32c76dc1a9e3e46e3be3b66d5ec76d731ec06d0becc4298a8c71dba71c703b1e91713bf14771ca87bee254dcdfe3547b6038b5d707706a9f15716a3fc438b5c57338f53d3138f582ddb85dd20f71bb158ee0b4ec75707bf43ee274306e389d973b707a53d3387d953c9cfe3e144ebfff246e6f190eb7b7f9286eef280c67b2d30a67627e1f67828ec199787fc499f43170a661589c19753beee045779cb9340177e82b1c7798de863b12b91b77d41cc01deb88c7411a2fe36035e138d8d43d1cfc9b110e3e998d034c6c71a8d65a1c86518ac3057271b8b84738bcac158e6041c6119d8b70c401071c98d38a23d98ce0c8d983388a951f8e52ea85a39acce1686b6e38fa7d2c8eb1c917c732d7c4b182fed37e19c7ae70c6b1bbdfe3b81ff570bc8f4138c1cbfb3821f3344e38d288138d29e1c4af6371d6d34cdcc9c1229c0d691a6713b1823be5b81977ea8526eeb4f979dce9b824dce9f1469c6dd2569cdd216d9c7dd7639c7d7f29ee8cfd22ce517e3fce91f004e7e8a78a3b9747c0391daec63911c7714e6f5b71ceb0069cf3dbd738e7d1709c9bdb579c5be6169cdbeb1e9c5b2d1fe71ee189bba65b88bbae9286bb999d81f31063701e759638cf3d06b8db65b7707ea3ad387f4e0f2e40a51a1770621e17d022810b74ffaf24fd61b8a04d29b8a0a3edb8608b1c5cb03003173a388b0b2f47e3220a4370911273b8c84da6b8c8174db87bda09b87b2c255cdc8d7e5cd2e53bb8647a352ed96e0997dcd98a7bf88d894bb9d48a7ba4cdc03db251c53dea94c03d76b7c3a541b9b827b7927199e915b8ac6f6eb8679b0271cffdafe2b20fa4e3b2df8de0721ec7e072a62c70b9a7ec71b9a1c771799a505c1e80c0e5398ce2f25b0671055ab3b882ea8bb8a2492bdc4bed2fb8977b5d71a56a1db857375ee25e257cc29585efc1952ba8e12af465719511d9b85a7916ae96398d6bfaef5dcdde345cf3b793b80f583caecd118e6bbb7b02d7f63d02d78e5ac3b54f23701d16625c07f937aee3d34e5cd7b96fb8ae700d5cd7c83d5c2f0587eb0dda89ebfde382eb2339e13e87f9e2fa3d9ee3fa5b99b801962d6e50591e378cd9851b3e538d1b79698d1ba9d9891b79771d37f2fbd67fab5e2f6e5c2b1d37ee3e801b0f31c57d9ba9c67da78870132e32b8896629dc64e50fdc94c273dcd47635dc543112374361e166be28e066e621b81fb25f703fb655e27e68c071b39a46b8d9e31771b3c5c9b8d96526ee6728805b00dfe2169205b845fe63dcd28756dcb2e1306e391a855b7ef315b74287e2564107dcea2f15dc9f67c5b8b5a830dc7a380bb701dec56d38bae13682bee33666b5717fff9bb17fd15f71ff66c7f09baedcc66f7a70102fb9eb115ed2660e2fd9e38f97d2c1e2a52e50f052b9f3f8cdaa7a78e906102f135b8197e918c5cb6aa6e1b7ee8fc3cb15aee0e5a572f0db064df1db26c4f8ed6561f89dd63378e5846f7895fa41bcaa301eaf3a538a575dcac1abf509f0ea5eb3f85d28247ed7c952bc86f15dfc6e3b6dbcd6d309fc1ef65efc9e2a39bcb6b4115e1f2dc4efbb9580df7f8284df6f5b89dfbf548d3fb03487379054c61b1c99c51be0c6f1861e717863281a6f7c5a0f6f7ce11ade38a0126ff2fa09def488006fdaf6096ffa91843737de8b3f54e88a3fb2d9137f64ad1c6f813e823fc6a4e08f6f83e18f0fcbe3a1961ff1d0c2053cb4dc110ffb618387275dc0c35f43f1c0941a1ef5781a8f7ea18a27edc6e24945397852cb5b3cf96c2b9ee2a48ba77a8fe2692dd278ba7b3f9e1e368767d54ee1d927f2f17c9c149eef508d17ee32c29fd89489b76e44e1ad37f0781b87f3f8534164fc69f13ade366833defe7b06fecc7829febc5239fec2ae18bc93fd6bbc93f336bcd3c231bcb339147fd12905efa2228dbfdcf911ef460fc5bb79d4e0dd82597877fd35bc7b6039feaa760bfe3a270a7f3d31107fc3e434fe06f733fec6c21ffc8d3579fc4dbd1378cf5027bc97391bef55f814efed7b18ef7d5f1eef2b1b86f7f341e0038224f0018b51f8a0b657f8e084787c70ae001ff2590b1fe6731d1fa1a28a8f683b888f3cd08b8f0c35c1472179f868c3317ccc8f0c7ccc6f137c5ca1053efef908fe818e13fec1919df804cc197c42f04b7cc22717fcc3838ff10fb3f4f18f4686f0a99a41f8d40059fc63a804fe89c30ffc13377dfc93a7c5f867a84efcb3cb61f8e71808fe7922887f3e6b8ecf39b888cfd5b2c6e7d59dc5e7ade3f0f9bbc7f0051408be30918f2f3a10832fb6d88b2f7eb1822f21b4e35f5afcc397915cf0e53bf7e1cb1beaf0e51f4fe22bf44cf1150da7f0af933cf16fdea6e0ab7cdcf055df02f1d59b73f0d55b22f0d593aef81a993c7ccdf6397c0dff29be66ae0efff6c133fcdbc4607c63fe08be79d36bfc3b5219bee56831febd6d01fefdf7b3f8d662037c6b933bbe750082ff786d07be3d1e86efc125e37b3eeae27b6b19f83e5704feb38d22fe736100fe73e976fce79e2ff8af1350fc00e2377eb028113fda918c1f630ce2c72afbf0630d19f871bd62fcf7470af8ef75a3f8ef6d07f0df7f26e1275516f193641e7ed2f6157e2a44063fed78083f3da58e9fd901e0675865f8394926fea74d0dfe67790d7e41ccc1ff3e1180ff7d6d11bf4451c5af12e8f83f7d27f17f868bf16b3afef8b59a32fcda672bfc7afb56fc3feb9bf87f7391844dcb3708926e3604c9426bc2661773c216ee5ec2d6c11b04f98d1e82c21757c236e555c2b6691141515046506c9b20284eb711948e43084ab84282522040500a9922ecd85c43d8d97d96a0da354050a7e711344f661334c36e10b42ade13f6703613f6dc2f20eca91f25686fbd4bd00d7b41d09b9c23e8dbeb12f4575a087b2fb512f6a68711f62ec912f67dcb25eccf7e46d89ff390b0fffd3d8241d518c150ce8660c8f12618665c2218b566118c7e3c2418bfdd45309957241c0c54251c391d46b0a82b251c15c810a016e70930ae2201c89f2320f7761090d5e10464ff0e02caef330163812160c0290296a64ac0e6671270caae04bce43a016fa348c0bbf712f02b080241712f8128354c209ef842a0dc1922502b9f1268b42304dabd9b0456d51281ad9e47e07cab26707ea510b8b79308dc5573023f0b2088f57710c4e22482b8ec06e1c4994c82b54a21c1faf55182f5b02bc146ad9a700a1b4d3855f883703a2a9c60bb4d9360eb7a9060fb730bc1f61797e0a06546389b4124389a2e131ce35f101cfbd709e7e3df122eb05f112ec49e233845d4139c854a848b57bf125c7a2004d73e0fc215068ae0bed9887075cb39c2d59862c275bb6b849be500c123ea3ac123a999e0f5ab83e07dae85e01d5d46f0eee4117c2e8d117cee2f1102063c08819bcc0941b6c684e0fa4d8410248910526a42081b8313c266520961eba70977d67309e1756242f87fbd895ca821449f26136216b409f7646f1012b6ac1212d3060889bdffe5aa1c2169773a2189d840487a7f9190b263819012a24f4859d94e78d4b242486d784478cc1a20a4494e11d20e5f26a4cb4a139e3c2a2264a28209993f7f129ef91208cf2241c273bd3d84ec283542eefd7442ee1b6f425e742321dfd49790dfb89b50b0cd9650645247282a922614ff702694f892082515be8492da1ec22bd67642b9d64fc26bf406e1b56d23a152ea0ea1b2be88f0e6c24142d59829a181f39cd0f03989d0f8de8ad0b8104578777b88d0e2184f787f288ef0be8a4b6875dd4168fd2922b4feb527b419e0096dbc5442dba53b840e762ca1f39114e1531f96d02ba54be8c3a810fa22d6085ffcf2095fe98f090326d58401ee1461c0f60a61c0f3016120a88130906a4f181a0a240ca34c0923b3c684d1077cc2d84d8030aee84a186f7b44f8f64c8ff0dd229230d99c4b983eb94cf831c225cc6a9f25cc656d25fcfcea41981fb1252c28fb12163c46088b1175845f1075c2af1226e1b7e006e1f75b59c2d2133861a9fe3ae1cf4345c2bae62fc2fa870f840d392bc2863082b0d1799cf00f9a49f8375c4794704e256ec25c234a5923889bf79c244a47151165842e4499407da26c6c3f71cb912d44b9d431a27ce419a2a2a32f71bb631e51497a99a8547199b8c3f8077167943c51f978215155f09ca8ee9c4fdc657793a8e15a4dd4fc3947dcf34181b8e79301513f864fdcdbff9c78609d403444c4108d98af89460f1d89c66deb44934d32c443b161c4434d58e2e16f5f89474a7b8947597ce2d16f9944abbbe6c4e36025114e3a4344ea1410912f6789a8877d44f49f1122660b8288393f48c4b87c27625cdf1109e966444293369128fa402426da1189437a4452710d9122aa22d2b09b88b4ac7f44e65177220be94c64ad63881cc33744cec16222e79e2691331e4be46e7722728d0122ef61109137964be4ab1713f9c6434421a29e68ed174a3ca94b23da004b449b7b25449bdffb89a776c4114f553388a7fe96124f8b2388a7d348c4d3b53d44db0d35a29de96ba21dfd14d1febe36d121458f78a6fe15d1f1a01bf11cc38778fee039e2c5329078714c4c74995e26bac6b289ae53c1c4cbca70a29b8c39d19d9a4a74673811ddcbba88ee7528e2d58257c4ebd4f3c41be2b3c41bb52a448f4b27881e59be44cf892f442f091ba29fe12ba21fbd9ee8e74c24fa9fa825facf8a89415333c4e0878bc450f73062e8a397c4b0a39f8877000de29d9fc3c4880f9bfe432546deaf2046293389518f2e12a30d90c418e551e23dbf0562dce955e2036943622219434c825c2426057089495f5d89296fc6888f1a1488a9fb0f1153c35e131f9b2a111f333f12d315d788e95fc9c40cc66de293137ac42785d6c427ef0f129f19ca119f578511b3773e2066af5d23e6bddd44ccd73024e6efde47ccf77a492c282f20167db326167f312596547e25bec4ef21be8a74229685be2096af9d26be3e2d4b7ced7685f8baca8ef826f629b15a661bb1d6723bb1eea48058e74022d68def25d6bfcb21bebddc4e6cdafd83d8aca3486c55f727b6fe7c49fc70df88d8a6624f6cdb23496c9b88237e3c644fecd82c47ec689e247e527b46ec8215137b5407893ddd3c622f2684f8c5ce9bf8c5bd82d8afa94aec2fea220e9c73230ee35b89c3937dc4517c36716c9790f82dd68bf8adff33f13bd692f8fdf169e2f7d57dc4098da7c409443c710223459c32fa4a9c3a5b4c9c8a8210a7d961c419de0fe28fd119e22c549d381bf79138fbf818714e53489c5bd026fe2cbb489cbfd74c5c18be49fc7d2393f8dbfb3571d9fa007165ee0b71adc291b8d63d4a5caf3f46dcd0831137c27d88ff643cc04dca77c04d37bac04d1bd9a0248a094a91fe809b7dd24059af62704bed2228af1a08caebf682f28b65a0c2373b5071680adc0ebc06b7b71e06956c144025d783e00ebd2570a7c91570e75f0750394c0654790405d59209a05ace75509d4604d559145023b401d4589b05775f310135c534509bf306d4b67d04ea281580ba979e82bab16870ef3d17705f8936b8df6604dcef2604f737ff06f7bf3b051ee82a030de60341435b3668b8be0a1af16441e31d44d07863143429dc029afc7737d3c33b40b35155f060920668ae9f091ed6d0022d48e6a0e5c52ad0eafc15f058e50a0849f9074213378130d40208e3dd0661b1e5202c6f2b08f89a80c0a30b20425b0422e9fd20cae80a8842bf05b11e0520f6110ac48e8681f8b5589080ff0412e1bf4162aa31086e9a01c1b43a906453f49f49902a2b0b528f4c8054af009076d803a4cdaa80f4ad0520fd2808d2e71741a6391f64060120ebfc20c89ab300398124902b380272572020dff325c89fb8050a6cbc4081533528347600459e72a0685e17144bbe004f5853c053164ea0ed7e57d0363318b4338e04ed2c43417bc3ff5cbf06da973240fb7631e870ff3f950ee059153a7896d3069e2df8069eedf6041d5ba6c10b169fc10b7681a033f6217891d903ba7c37032fe1f780970d92c0cbd1fee015c964f08a6c2878c53902bceaf518bcfa220fbcba7e00bce6510b5e8fc18037357f8137ed63c09b674dc09b0f8f8237fb9e801e2a3b41cf103ce8d9170d7aa35b406fb00af4fe6101ded61f00fdee6b82fe7a76a0ff8a2718aa330786919dc0b0d66b60d8f730f0cef32a30bc8e0bde2d4083778737c0c84f0160d46159305ade128c392e03de5b180263a5f5c0588b6360dcea35305eb90f4c78ee00265aee03135d6ac124a9123029ed3e98bc2f117cb87a0c7cb8a10ea64837812972e7c114bd213085a8033e72fc4f2d044cddd40da64e3780692ff5c1b41a3a98f66937989ed20266b459814fb6db804fa17bc0cc03bfc04cbf48f0f92645f0f9e770303bf528989d650ee624958039c5cd60cee80330d7ca18cc23df00f3029ac0fc763bf085e647f085e939f0c54949b050e20c5878dd0a2c0cf0070b678ac1a2740258f473052c5965822f9332c0525523b0b4eb09f8eae71db02c44117cb31b0b56bd75066b647f833541a3606d3a19acdbb31dac4bff05be3d7e007ceb9f0536c80e800db12160c3c3e360b31a1f6cee8782ef6e3f005b3bce831f28dde087bc58b02d15043f7641c076f35cb0bd3806fca4d90f7e4269809feebc03bba6e4c0eee44ab0fbd553b0b7a312ec8be804fb32ee825fc6d2c1fe3daee0d7083cf835e912f8b578173810c60307f2ddc021673838f43e081c7db60d1c537d0f8ea56981937d74708a5d0c4ead1c00a7f7ae81d3439de09cec18f8737e0f380f0d0117cfbd05179b59e062c741f0d7c418b8a4f8015cdaee0b2e2da5817fba7ac1b5cd5bc00dc3509244d95dd226bdfff86c21c934da91642ffa93e4a4b449f25c22497e4c4452c8d02429bcc922292c7248dbca6249dba958d2f6c406d28e8c34d2ce132524656a344979b186b47b9444d2b4eb236905ad93f6e8a3497b8a0c48dad725483ac85c922ef08ca4fb4b8aa4df314edaa7759bb42f32867480ae4f3a50914c3a301f443274a8261947a5924cdf7f231dfc9846323ffb8874c8d58374a8c18c74a8e922e9d06418e988e338c9e21a997414154f3a8a8f231df51b231d1d322659423c4996d40992e5b40dc94a4e8b6435174a3a7e6e8974bcfe0d096ab28d04cfad24c15fa148c04e191222c88984d4819390869224a4f01e09f9568a84c22f9050937b4998a9b3245c520e0937c322115cee93881bbd24d2b15324f2d6381275cf7e12153424d14c7f9218aa1624b6fc7b12dbd895c4aee823711cb4499c4b3b483ce72912af309b24040e9084dfd549227e234974a28f74425e997422639074e2ef30e964c703d2c9219074f2178764b39547b2e9d0259d5628229dbe5349b2b563916c6f0c931c0b5f932e58e9932e644d922e0c9b929cd58d48cec16f49aea9ff4897f2524997430f906e4a27926eedae2379345a93bc3a58a4dbb7b124ff08095280cc2429e008851434f08f1432af460aedb523850e6891a234be92a21ccc48518beaa4e83b48d2bde27652acb10129766e07e9fe075d52dc8b6252dccc1d527cc025d283c49ba444fb6452923c8694a4d14f7a48fecf4414e9e14f0829e54a08291567484ab5e1921e1b47931e0f1592d2db5249191679a4a7f536a4a71d72a4ccc65fa4ac8945d233a9bfa4e7922252f6313129db9540caf67d4dcaf57b4c7a01df2015e89a900ae2f6930aeb6a49453bdf908afc0a48c513cba4124228a974598d54e6d2472adf2b417a7df435e975328554e93e41aa5c2b24bd319c24bde98691aa2c4648d58fdf926ab8c9a49a6baf49756b1da4b7d393a486740952136f13a9596a17a9f97423a9f9aa21a905fb82d472aa81d4d29d4a6a59d523bd3fe5406ae5a9935abf9b913e6cdf436acb8492dab28b48ed2fb2489d66f2a44fa79f913e15be20753ded267543e7499f714f495f863691beccae90fafd6449fdf7a54903e755480361e9a4c1ce6fa421d126d2b055166938d28734313b4f9adcf19c349977893439c0244dce3d224d1f7e4c9aae1f26cd9c9227cdeaef26cdf9bf25fd3c6345fa19f587f4f3a111695eed09693ebb81b4907492b46895fa9fe7a4453c99f4db4899b41cd2415ac1b149ab522aa4d5a052d26a7a3369edc95fd2fad61ed2fae521d2faa31fa4bf9a57497fddb790feddb7244b0c869125bb00b2948b3679f3850364e99a64b24c3f852c3b9242de925047de92c121cb818164396a3b595e32882cbfd64a5610ee202b9a5c242b3e6f272bf6d992b72bb491b71fbb4bde9ebd4256ba9b4bde490c232b57349395fb4f9155ec0f9355ce049155ef9691557bc464358752f26e43265913324cd68c6592b5b4a7c95a3047f21ea4145907fe9dacf3b891ac3b1046d60b3127ef35d949defbb7976c004b221b5c59251b095bc8c65987c926776bc926af17c826e30fc8661167c8668364b2b96d3ef9f0f00cf948ba27d9a23c9d7cd477837cb4e333f9e8af4af2f12daae4e3df8f9021ca9e6488f56d326421890c8b9f23c3dae7c808fb876464194846aeb491517277c868cf1a32baab828c51cf24e3f6e791f1944b64721f974c9e0f205336c1c894a278329d944e66a4fa9139a31c32675c86cc752e27f37563c9fcbb3264fefd0db220de832cccb845164edd228bde6b93c5ff3e914f1c3af79f67e41375e9646be347e493042bf2296734d936944fb64ddc46b62d9620dbe91b91ed5929e4b3ae34f2d90e22f93cbe887c217d85ece47b92ecace34776de3b49bee8934fbe38d44376b1f622bb34ec22bb1e0a21bb728bc8aeb574b2ebaa1af9d223807ca9b0887c59768e7cb97e8a7cada88d7cadd1957c7df303f20d9401f9a63c8c7ccb1643f6f0d3267be6ba91bd3522c83e6027d9a70342bead8927fbfa7f2207b89c26075c5e2107baa691831e6690838d779383bf249383174f9343a0e7c9a1d47072586c3df9ce8e4572ccb56fe4989b53e47bd593e4fbd1bbc8717567c80faec6921ff8669313c0b3e4c42bdee4c4f4a3e4a42d87c949da2c72d263677272fe55f2c32d26e487c666e487e138728a5410f93154969cb6ff2a39fd801139c3aa8ffc64a72ff9496806f9a9ec4bf2d3e9647226793f3973ce9efcec5628399b5f43ceae1c20e770c3c839c5dde417171bc8859c4272d1966e729121975cb471805c7c9e4e7ef9d299fcf2e37df22bd443f2abe71fc965ed37c8e58621e4f2b37ae48a6043f21bb72072556632b95ae208b95ad2875cbd579e5c1d9b48aecec7906b54af92ebbca4c86f316fc98dda06e4c6af0fc94d2e2fc94d6f02c94db3b3e4e6b879f2bb9d5ae496ecfbe496f50cf27ba303e4f7c310726bd810f9c34f29725bc02372472f83dcb92f94dcf55f7fbafd82c9bd4742c87d7de3e4afe605e4afbc11f2d7d326e4a19adde4e133bfc8c38d5bc823fff578f4e409f2a8fd16f2e800963c3a0d278f75c2c9e37e7bc8dfb6be244f049491271a83c893f113e4e9fd65e4692b1e7946d44efe01394dfe91144d9e3d7b8a3cfb358f3c2778449edf5a499e57fd459e6f5523cf7f7a4dfe656e41fe05c1917f0b9f9297b30f92ffdcea24af9193c96b75f6e4bf2b6ee47f3bac2912e7d814a92f048a34184a91b9fe98b2c5ba9bb2c55999b2c5ad89b225349fa270e31845a1e63145d1fb2265fbd626caf6734b14258a374555f607459d5a4c515f91a1ec92caa3ecbad347d1487b4ad94d2ca3ec2e76a568ae3852b4fb07283a75eb94bdbe1a9403dc26ca01fe36ca814a38c5709725c530b69a628420538c92ac2946f3148ac93111c5343d8e62fa4e9a62461452cc836229e6655ccaa1571d9423c64b140baf118ae51d058a157d3fc5eaad29e5f8ce7acaf1cc9714c8a5050a500fa700237c0a22509b8288ada3a01cfa2898239b28f869270ae1e4090af96c3e851cfa5fbeaca490672f5168e45714fa47690a63eb2f0a73814861d1701416e303851de54c61271ca070551014ae810385fbf50945f0d58222dc544411b9c7504eebb4514ed7f5506cb7fca6385cde4d39e3fc8272e6259c7256d18d72967c8a72d65a8272363689724eb39b72cedd93723e569e72e1a413e5824311c5c9d486e274d491e26c7490e2e2ba93e212708ee2ba6383e2ea7094e21ade4fb94cb845b952f99a72557a9172556d8472359f4fb976488372ed7c26e55aec1fcaf5f579ca0dd360cacdbaab148f6d67289e72ce144f0893e22970a5787af2295ebd1694db45a114df3b9514bf2f4e94800c4b4ad013554a508d981234f85f0ee952426a03282123d194b003bf297794cf51c2b9fb28778d362891ba244ad4e9744af4956a4a0c5787129bf292127ffb2925bedb84f200594d79e0ec4d79d04ba224184a5212efb12889a987284979a394140d3c2545b78c92123f427914974079bceb05e5b1c93025adbd9292d6cba4a45f2250d24b7a29e9d57729195293940cb087f224578ff294ab4ec9bcc6a364ed3c4879f65783f29ccfa03cff2841c9c9c652723adf53723961947cf9504a7edc01ca8bed2e94822b199442442da5f0dd2d4a918e14e525218ff292ba8752da9a497975af9a5276f004a59cb44ea9787b95f2da449352a9db4779b3fb03e50d2d87f2c6b58e5295224fa9e9794aa9f9ae4fa965ac536adbba2975a77229f5036a94b787ac286ffbca290d3d32946693bf9466c702cabbdc879496dbe394f712f294f78a28ca07957eca87875a940fdd87286df3fb281d6795281d6d3f299d4eb394ce9936ca27ca074a978288d2231ca6f45c1da2f41286297da4504a7fb90ce5abbe1965e0268a321083a20cce5a5286106d94214e296548bc9f3274b28b32f4a98032ac2aa40c7f73a78c0c2a51c6b68551c67c2e52c6af4851c63de5ff9340190fafa77cc7ba51a608fe94a93338ca545b1d65baca9b3223738a32f3378cf2c3a28af2e36a20e5c7cd1d94d9aa00ca02684af9b56789b2ec7c84b27ced0c65b93987f267db04e5cf99fb94b5ac6794f54ded940d7517ca06a781f2b7c495f28f7e99f2ef1f912a21ab409508b94cdd94ec40ddf4fe2e55f2be047573ea7f5ab5a95b6413a9f2fd09d46d5d2d54c54e2675c7d7175495b8bd5495975a5455f5775455b728aaeaf55754d58c6754b54d58aadace3aaa5ab821552df93d75d7561daac6e829eaeeec0eaa26d989aa850aa16a9f95a4eac4ce50753e1fa3ea51baa97a972154fdfb4b54fd5102757fcd3275ffb78bd4034d135483adcb5403084835f97b9e6abacd936aba3d976a764c9a6af6fc3df5e0adbf54f33c38f5d09e19ea615d25ea611326f5f05537ea11a30daac5692daac5f76b548bdf70ead1b82aaa15f523d5ead40c15d2fe9b0a4d255361ab9ba880570e154d00a968cfb354dc962e2aaee42095309c4805a1342ae9e90295bc6640a548eda6528a8e52a9fb0aa934ee672a1d7d81ca24fda4329b0e50593daa54ce412a9503fea0f20e1652f92d07a802a576aa20e20d55903b4f157d29a58ab7a851ad038ca8d6cfcca9b61753a9b63962aa9d551ad5a1589e7ae6c427ea992857ea99d560ead9e4575447582ff5dc9721ea79a31dd40b1ac9d40b0fdaa81796ff529dea3ba84e5fdf539d7dcda9ce3514ea65f241aa9bc50eaadbe5ad54b7b62754f7ac7dd4ab7b63a8578dbca95783cba8d7f5ee53afffd945bd116440bd91544fbd79258d7aabb094ea11708beaf3c78aeabb2381eadbe04b0d98d4a3062a795003c512d4c0b0dbd4c0a2256a70198e1a1a54410dcd76a486fe2051c35ebfa186cd2652efb4bca0868bada977fb82a811d799d488bbf3d4982d5ad47ba268eabdcc58eabd4f8fa8b111abd4b8e35ba8f1eb7ad4241d6deaa3b7fba88f2f7652d386af53d3e58da9e9e2f7d44c04859a995241cd6c98a566d93a519fed57a43e3ffc8b9abdfd1835db2b9b9abd7a9d9aebc7a2e6ed92a7e63747500b82a6a905e3c5d4c29332d4c2f5cfd4a257fad4a275396ab15a16b5f82f9d5ab27b2fb5b4b3875a261453cbe913d40aab286aa56e3ef50d7a0bb54ab7985af554815a1d0e526bf92c6a3d7d83fa56a44f7d1b7296faf68d31b5b17b86da7481406df2b9497d9712427d3737427d1fa34a7dff7b07b5f5f65fea07a40ef563ed766afbc9146a07d980dac9e5523b636aa99d4909d4ce99fdd44f974aa89ff2d1d42e99226a575a22b5bb5587da6b684bedfb6f16fa1c73a8fd106deaa0c429ea60892d7558f21575c474963abaad8c3a5ef98dfa2dca86fadd45489db2d9449dbebe973afd2185fa63ae923a7b690f75b6ba953abbe2479d6f7c485de8bc42fd1585a6fe8a77a6fe3636a12ed1d8d4a5b37ba9cbf7fca82b8351d455f0067535f214f58f523df5cf7d0275cdf716757dcb23eabace0675fd660675037b88fad7b785fab73d88fa4fe723f55f852df5df48174d02739ab6c9dd8b26853b4cdb2c314ddbecbf40dbfcad8826238fa1c958ebd2b6ec41d1b686dad0b6a686d1e43efbd2e435b7d2e4fb8b68db5c57688aafeb694a110934a5a44b34a546186d273395b6b3e4154d45639ea6d285a7a91bd7d1d44976b45d3274da2ecd529a86c22a4d53e1174db3718ca60560687b946ed0f65002697bd220b43dcf83687b7ae768daa8569ab657094de7c65b9aae612c4d5f2189b657f094b6d7f6246dbfca226dffa325da8134659a41cb4f9a61a434cd28f10dcd78e41acd643b896612e6473395f0a799a5c7d0cc7af0b48398ef3473cf40da61bf0ada910779348b14059aa5019d66b944a059058dd18e998ed22049541a1c48a7015b8ed39003d634e4f70b3482d6031a71fb131a083ea6914d3a69647f071a396e994651b7a351de606834e5bb34badf3c8d1e7898c6e00fd198ec261a5baf88c60ecea7b1576fd1387490c6a36ea2f1cf1da3f1af96d004cfc669c2aefb34113a9d260a65d34ee83ca29df83e483b79b68766733d8f76fa591dcd2ec98de6d0728ae6d0f5917626fe15edecf5469a23dc80766eed29ed02ba9b76e12e9a76e1d95dda8577fe34278b5f3467fc499a737722ed62cd28ed72c2079afb6e2bdab5bb36b4ebe88bb4eb7183b41b0ef2b49bfb5269b78ea7d06e2d6ea579648fd23c51cf68de99d7693edfded1fcce7ca0f95bd9d102ac2369815bfc69a1b3a6b4a857c1b4e8653a2d66e41eedde87355aec1e055a6c43142df6671f2d9e224b8bcfd7a43d803ea425dc2fa125a2026989e7bfd312aff7d2127dd8b4c40e162de9a80f2da5f10fedb1b990961699414b2bbc40cb8067d19ee8dfa365498a68cfa50b68cf95256939c04b5aee72272dcfa89596771f4ecb7baa46cb8fb7a7bd30e3d25e982bd10a7c556805fe876985da59b442ea1aadb0fb3dadf4e03e5aa9e7335a65523eadeae12b5ad527295acd83265acdf2775aadd6595aedeb5c5a9d2c8756977e865637f98656ff2586d64001680d42695ac3290b5a531982d6f4478df6ae8646fba02c4f6b83c4d0daae2dd1da02eed0daed405a7b401cad7db99dd6b1652fad233193d6f9b098d659a840fb14ed4eeb86cdd3ba9f85d37ace47d07a2e9ea3f5652bd33e174ad3beecd6a1f5bf7c48ebef3849fbaa779d3670718e368cd4a18d445ea48d01cdb4b19a19daf80e65da77e605daf78b03b4891e1a6d12d8a04d3e71a54d0d37d3660d6768b33643b4d9f70f6873a71d680b6429dae2a565da92c335da92339db654c9a42d7f54a2ad1829d256d5b7d35677c5d3567b6ed0567f93697fe85f687f3a3fd3d60f5fa5addf5ca1ad1763e912cab7e9526807fae69937f4ad54025d6e5f3f5dbee22a5de164027d9bfc5dbaa2cb285d31599dbe63ff56facecb1d74658290aebcf196ae62e241570dbe4f57db6c42d7a8d942d73e5a4ed77e134dd77eff9d7ee0d612dd708b3bddf0d14fbad1b601bab1df19ba711c9b6ed2534a37ede2d0cd2eeca59b3dd0a71fbc3a4e3797fb4c37cfb9443f9486a71fd14fa25b7062e81667eae956386bba55502dddaa7d950e1d76a6436793e970a4231de055d391630d7454f71d3a66f11a1d6be845c786dca463d3b4e9d85a773a8e6e4cc74da3e8b8f9353afedd4e3afe832d9d6803a5835f9ed3490c333aa9499a4e8e33a393ab16e8f4d16b74c6a9593a23bf8dce7afe87ce96fe4467abf8d339901b740ecd83ce19ba42e722ffd079176ae8bc4bb374de8d423a7f044117a834d2857e9be9a23f3174f16935ba383d972ece8fa38b0b8ed04f3caba1db2455d36dda75e9367fdce9b633fa74871647fa9997c1f4f3064df4f36f2fd39d5fb5d22fea78d15d147fd05d83047437f855ba7b7933fd9a4629fd063799ee71632bdd63b486ee297d98ee75e51efd365391eeabab4ef7fd45a5fbe9dfa40728bfa007207de801b917e9816fdae841ed41f46089397ab0d7367a08e1133dc211458fec1ba7472e78d0a3b414e8f74e15d1631991f4fbec3a7adcbf657a7c7017fd81fb5dfa83771af404e2557a42c6297ad2da2f7ab2eb2c3df986173db92c979e2a25a4a7aad8d21f475ca53f6ebf484f0b90a4a787efa7a7cfced13376d1e819c219fa93a1ddf4a73be6e85987d5e9795ef9f41799cfe8855a66f452d9797a6919965ee6a9492f8b09a3bfde61447fe39c45afb5be43af2df9436fbec5a5b7849ea2bf5f90a777ba26d13f0d9da377e55fa077af8ed17b86ede8bd8213f4ded88bf4de84287a6fff35fa67db567a7f7228fdab06923e1037471f48cca48fc005f491f270fae85b803ee6fc9c3ee6de451fdf7c933e1eb1993e5e788e3edea841ffe66d40ffeed246ffde26419f38799d3ea9e84c9fac04e8d37635f4e95b22fa0cf40efd47823e7df6d25ffaac971d7d6e9b147d2ed791be68769cbe68ee4d5f7484d07f97dca32f5987d057900fe92b1f8be9ab9a03f455431bfa9f7b32f475a1157da3a4892171ab8bb1692c8e21e9b0c690b2d9c2d88cab61c8f8ff60c8a4c218b2a1a10cd9873486ec620e638b6104436e8f36433e93c6d8267ac450742d60282e383076146a31944fa53094cfd218ca957b182a651b0c955a63869af163861aec2943ed9e98a1d62bc7d8257b9bb1bb3495a16968cad014ec6468599433b41c480cadd17a86b6c325868e4d0743a719c9d03dc660e8de7cc6d07b52ced0379063e8ff04197b298d8c7d241ac34056956190e0c330921a661885be6018f7de641cc4521887850f184784418ca39fd90cab17fa0cabd7dd8c632a1d8c63ff448ce3f5fb18d06def18d08a15065c35900178cf30901ea10c948711032317c6c0b0261918711003b7c79e417c5ac100fd3218e4421d06f54f3583f9c094c17cb1c8e0ce3e6008b7cd338417fe32c421ef18d6a1ea8c93e478c6c90f62c6c98f728cd3700ce3b4a73fc376f53ec3ded087e1a0be83e1007bc770f01b6438b67c649c17a931ce0ff318e767ae32ceafa7322efc66309cac5f319c3a2a194e135c86b38d0ac3652585e15a26c9b8a41dc2b84c32675cae99675cee8532dcbc9f32dc757630dc73200cf7b641c6557218e39a610de3569513c363da8be13d758ee1f383c8b81d58cdf0a37e65f8aba633fc3336330207698c20cd6046b0ec0823345a96115a20cd08330e62843f9d62dc2d15302216541851fe818ca8f04d8ca8f43d8c18cb0546ccf5178c7b0f5f33e260558c78f5dd8c07d1c38c04ff0e46e28d5946e2f238e3e1cffd8c945b198c9447068cd4d209c6e3cdb28c747c09239d17cdc8dcf194f1ecb20ee359be37237bba9291bd6ccac831ed60e4e08d1839e72718b9eba7187952ef1879677a19f9edcd8c177b1218055c22a348e717a3382e8851fc2399f1ca4a8ff1ead50b46b9de53464536c0a8a89066547455305e9b39322a655718951f2518953ff5186f703f19556900a39a876454877a32aadb5c19d5eb198c9aae36461daf8451e78067d47d5e60d4cd5b32ea7b93186fcf2931de7a32196fdfbf6334e436331a6b048ce6dd6a8ce6f4af8c77359d8c16fb59c67b0b0dc67b0f3ea3d56c89f1e16319e3c3ba0ca3cd12607c64ba313e664a31da53ac181d8d868c4eee18e353733fa3cb89c8e80affc1e8fa7898d14db662f444f9337ab2fa183dd5bb197d4fa2197ddd14c617db7ac65789bf8cafae528c010a8131b42ec118ae6e678c3cce678c6fa131be8b088c89c3b7191377fb1993f6bd8c49275bc694512b6306f061cc263c63cc6dfec198d36b65fc3c94c6f8197c8931ffdf593cdbc858b2ec622c1f1a62ac8a5d18abc9d28c3fcaf68c3fd5df196bae9b196b550a8c8d33ed8c0d7f39c6dfb43cc63f7b1ae3df3a9929a1a7c3dc94709c29a9758429d991c5dc8c8e614ae3a499321fd498b2b20f985b1e2f31b7ccea33b7bec860ca61be31e5aebe63cacb5c67ca6b0d3015642f33155cc699dba615998a477b998a5017a69269347387fe3a53f9723553a5378ca906bc65aa5d5d67aa956631775df266eeba26cfdc9595cadc1dd2c7dcfdf73d5313ddc0d4bcdec1d47c39c5d4ea5e656afdb165ee894f64eef97397a9bdd6cfd4778532f7424e30f7edddc4dcffe02ed32089c634bc51c6344a71621a35ac318d0f6398268abf99269c64a6c9df01a6e9092ba659d63de6c14373cc833dde4cf3487de6a19e38e6a15e03e6615a05d3222096699168c73cca7bc83c9aa4ce3cdaa2cab4d436645aa96c655a156730ad0619cc630b6b4ce8e7bd4cf8e66026bc289509ffb8ce0478b94ce0f6192622dc8c892ceb62621aa599b8edfb99b83d3b98388c2a135f7d9449ec9c659286e04cf29f6526f5358a496d4b66d225f94c7ae549265be62c93ddadcbe4c8553139b3ee4cae972c5328c1610abdaf314537694cf1ed04a60dfc0bf3945e02f3b42ac8b4a54f32ed0eb29976fdb34c7bdb18a68302c074f078ce74f039c7743c92cd3ce72f665e687ac8744257339d4dcd98cef5f1cc8badd14c97d0f3cc4ba462e6e54d68e6158d1f4cb74b3b986e1f9b99ee0536cc6b4324e6b55fb799d7b31598d7072298378e7f647a3844313dbab7313d0957999eff7c985e91414caf5e6fa68fed15a64f5626d3772f8ee977b88fe9e751c6f4dfdbc7f4675c61faf3de33fdcff398feb9a8ffac3303b6ae3203c415cc80af6bcce0c57166a89907336c68807947ee19f34e8b3933fc792e3342718d1951779519894d62463e78ca8cac6431a315149931fc44e6bd437acc7b151f99b1f422666cff6be67d175de67db772661ca58919675dcc8c738e60c6b97633e3afc4301fd8c5331fc4b43313a0fdccc4ca066692cf536672c157e643770233c5499f99f24d99f9c8ce8899bab2899931b8cc7c62a3cccc544e65665ecf6166d1d698cfb05eccecc633ccec0f8dcc9cdf8eccdcf623ccbcfb4466fea50566fee775e60b097de68bdbcecc82745f66c1b825b390ecc72c5c1b67168d68334bfecc314bb34c99af0a3e325ffd9961be5a5b6396bd196296c79c6696172930cb278f302bcc7d98af47aa986f9e8432ab73fa99355106ccb746e7996f8b6e311bd789cc660a8fd912d4cc6c1d9a63b6af1e6576529f32bb6f3e66763f596276ffd9c7ec79cc61f63989995f226b995fa63d99fd4bd1ccaf17bb99032d6acc210553e6d05e1173e8c32de6d09767cca1b954e630bb863962f780399248638e45439963654ce6f7be52e684431b73224a863919f595395928c19cda1ccb9c76b8c79c653f61cedd9963feaccc65ce83ff988b273c994b7946cce5f014e6f2e01a73650f9fb9f2653773b5ea0873adcd9eb9ae31c0fc1b6ecbfcfb7027f39f0dc0fc17aacf92f899ce92542e6249d21eb2a4bafb59d207beb1a44b1fb1640ec9b3643c6eb0640a1259b2fb1a58b26e13ac2d928e2c39d5572cb9773f58f2dc7a96fcf52fac6d322aac6d6ab1ac6d2c0dd6b6804896e272376b7bc043d6f6a672d6f671039612b282b5e3d55996aa228da5b6ff374bedb7264b1d93cd522fea66ed7a246469edf661ed894866e9cce8b274366c587ad7cd597af170d6dea041d6defe70d6be3de758fb6fa15806c0359641432fcb60f208cb60599f65f0a79965d851ca326a6d631943d02ce32b1b2c930c06cb4c1fcd3af8f802eb60238465eed5cd324f89621d1a18601d71fac5b2b813c33a2a98601ded9f61594d26b38e353e611d5b26b08e37b6b18e2fd158b02d2a2cd8188d058f4b6021640fb21082332c84cf0a0b519cc942aa1f67a1fb9fb13011862c50278b058e6f62810b1f596493e72c4a51138baafb9a4513f5b2181d8f598c6f27582c0d1516cfd790c57b9dc0e23724b104dc5296d0769925f49961099bcb59e29a9d2cebb114d6c9994bac938b0496cdcd7e968db73ccbe6c931d6a95b7b59a74deeb36ccf4fb2ec55ceb3cefeface72bc816139d95d61b9804a2c972513d6a59362d69537f62cb7fc3c96bb653eeb2a35817575258675ad71987543e910eb062e9f75e3520ecb0316cff2b812c7f25c9d6479431eb17c5e3c66f97c2b67dd2695b07ccd4a59be47d2587ed2ab2cbf9d77597ef17896fff916967fd33c2b5063921508ec66057ddac40aeb7761dd39d0caba1314c30a2f38c2badbfa90156166cb8ac07e62457499b1a29e7e63c5bcfac0baf7759e15bbcb9d15ab19cc8a3f0f65c57bb359f1d961acf8b124568272012b89b48995149dcb4afa2464a5249d65a56c64b15267d4586976b6ac345f7f565a148495defb84959157c0caf8fa89f5c4ed3fdfca584f5561accc7f5f5959bfeeb2729f0858793e0eacbcc40156de0f5956beec21567e4e3c2b7f3282f582b09f5534f999558ad363bd3a4c66bdb2aa66956bacb2ca0b6fb12a1c86586f968758d5359aac7a655f56c3694b56a38d3bab99f38ad5b2ef3f168bac0f4806eb431e89f531c797d5aea5c96a4ff063750468b03ab139acce914ad6a7cfb7595dd4b7ac6eb633ab47638dd5e31bc5eadd02b2faee4cb0fafe4ab0fa2172acaffb9459035711ac81da7ed620ff0c6bb0628935e4bd93350c73620ddfb5678d7d6e608d4d29b0c653fc59df2fd8b1260ca75953ddd758d30219d674780eebc789a7ac1fefdeb366f7bd64cd52535873e65cd65c93256b3e209635ff758eb55867c6fa857fccfa35f78bb5642bcf5aa6bf61ad6c46b3566277b156e7ec597f7a4759eb7f1a597f1336b325748bd912876fb1373d6d644b16fd644bf117d852217cb654f471b6f47629b6f42e19b6b4268d2d73ca9d2d733b99bda52994bd1551c7defa7c075b6ef7185b5ec68e2dffe8325bb119c256b27dc1567a718fbda3ce80bd1305b055a4796cf5a81b6cf55f2a6ccd6a7fb616cf97ad159ac9d67a65ceded327c1d63e9ecdd6667f63eb285d60eba414b275b5dad9bab954b69e48ccd6f7b4fc8f1f7b5f5d1edb40ad8d6d6017ce3601b3d9079b14d887be3c611fb190611f09b1665b442eb28fe90cb28fe53e67431e3f6043edfad9b00b5a6cf87c331bc967b151d2b96c749d908d2960b371fa696c9c1d8e8dfbeacdc62356d878bf65363ef5009b28b1870da64eb1c1feeb6c52e0129bf4e32b9b2255c1a69c9b6553af39b1a9fe5a6cda3d119b8e7764d30b46d9ccfd856ce6817036d32a91cdde57c4e61c80b3399c7236c7ad84cd8dbcc5e666acb2f9fbcad8fc5b4fd87cbf45367f219f2d4858620b1b7bd9a2243c5b34e3c4b6be66cd3ef556897d9af38c6d6b5ecdb65db8ccb60b4d64db65b4b1ed9e36b3ed3eed63db0b76b0edffdc673bc097d80ee782d80e9934f699633fd8671eed603bbea9669ff327b19d0eabb39d66386c676632db396f37dba582ca769d63b12f351e645fd6b7645f16aab32f3bef655fae98645f5157665fd96dcabe72329b7d6dd28e7d6da3987d3dca807dc380c1bee5dcc1f630a2b33d085bd91e0f76b23d5a37d85e6357d8debb33d8de77dcd9de6f1dd93ec9336c5f17013bd0fb053b58ee3b3b440ec60e9dd06687d5c6b3c31a7ad977b40ad9e1cfc2d8774fb1d877f38cd811f71ad891bb34d9916716d9915924765483093bea53313baaf7093b3a348a7dcf6713fbdebc881debfe947dbfef1d3b0ef7801d4f8f62c79f6d62c7df68633ff0e8643f681c67275adf603fba35ce7ef4da81fd387a373b6ddb79769aa2343bedf83df693aecfec273f8ad999063c76e687fdecec98f3ec9c811a76aef22776eea9b7ecdce064766e12959d4738cdcefb30c4cee73f67e75fdacece1fbfc37e51759c5d64a1cd2eea6c6717fb36b14b6eb9b24bbc4fb04b0a0eb04bd16fd9a5f4d7ec57d558f6ab9e1176997316bbbcb3955d616dc77ed3b38b5d65b595fd363c91ddf8e01afb3d11cefea889657706aab0bb22c6d95dadceec6eabfbeccfb1a3eccf9f0bd85f6e7c627f894d67f723cfb2fbed17d8034e38f680fb6ff6c0cc65f6e0735df690610f7ba8ae943da236c49e40f9b027d84eec09e1227bead2207beac92bf6cc2119f68f5067f64fcf40f6bc632a7bfefc37f662d40afb37a38afd9b7398fdfb84267b69ab3c7b697f177be93089bdb2e71a7bc56984bd129fc3fe835564afe9b7b1d74e45b3d73923ec0d0917f6462a93fd172ac7fe67f99fe833ec7fa5148e84b71447b204c3910ad6e06cee8271a4179f7064a9961cd97be59c2dcddb3972650a1cf9ef751c05997c8e62249ab3f3e01c4765eb104765e00447956dc8519b3ecdd9f5a69da38531e368175fe2e8580670742fb670f4af9b73f62a5de2ecedafe6ecb3bbc0d9e7fe92b3ffac1f67ff352ee780ef6b8e817d1ac7a0d99f63fceb27c74c738063f6b89173d0a19473d05996636ec1e3989f9ce21c72d3e41cb9b49973e4da43ced12c06c7123cf79f38ce713d750e747b30077a409103d7d8e0c0d33e7100392207485de300b3831c84911d0765b18f83de64cf41673ee76078251c3cdd83830fc8e0e0bf14700806521ce2c10a0ef18c0787f84c81034ab973c07bb91cb0c39d4312ca72484b361c727b3e87dc15cea1583139946f461cda5111873eb8c461c0777118adf51c4e6d2087cb2ae570b92c0ed72196c373ece0f0fd55390200cd1114b573c487e238e22a01e784e32e8ef591cf1c6b4a35c73aab817332f528e7749b0dc7cef532c73ef40fc74187cb71b861cf3913e3c9399bf592e37804c371b458e79c8b2be75cc848e15c784ae238e93ce2384b5ee738cbfde55cbc52c971b1a5725c1e2a735c53d19c4bc806cee5a67acee59e368ebbe017e7ea0f6bced5d51cce2d4b0cc7532390e3494de3789efbcef15c70e47877da737c6e2e71fc6ee572fc95da38817e0d9ca0b3444ed0c0142758e6062738f43727f83d9c131af288137adf8313b6dac8b9a3b4c209d7e271eefed7ffe84e2e277aa09c73cf85c989950338b119cb9cfb8578cefd651827ee582327ce03e0c4451de3c4eb7b70e2cffee4c4ff4be13c68157392ac8e7192decf731efef79e949e61ce230d554e2a99c149cdf9cc497339ca49fb66c1499b57e3a42d9de2a45f90e1a4a74b7132dc189c8c6b4b9ca767619c2c155d4e56e4534e56d60ae799f57e4e36a783937dd291931354cbc99f32e5bc488ee014d91ce19410dd3925694f382fa37438afdaf09cf203284e456e25e775c7154e25ed1de78d1e8c534df2e054ff76e3d46d0be5d45dbfcda98b8de3d42f7872de8e20380d777c380dcf65398dd40b9c6645274ecb33e17f3a392dff2a38adb8fd9cd67c054e6b830ee743a13be7439b90f361f119a72d6137e7a36c15e7e3be74cec7cfe59c76e42d4efb2897d3c5f8cbe9e21ee474076fe6f4600a383d49d7393d8dca9c5ef430a7f7fe214e6fcb114edf7323cee7fc42cee7715bce9797ba9c7e9f5a4effb7c79cafd3e99c01512367586a9e33a27b9e336a91c119bd2fe68c2d9772c69dbe71c673d19c6f0d299cef0a519cefbf9638138c62ce54493a67fa55026726db853333bf8ff363a594334b50e12c7acf727e356b737e2727719664c49ca5b460ced24b47cef28ef39c959f0cce9f1675cedfc826cebf0378aee4b35eaed4481257dae0de7ffe72653456b9322d535c9985abdc2da142ae5c8c0357ee531d57c1ae95ab782a98bb7d653757e9c10877e7ac1757055ce1aa5c3ecd552d57e2aa2d2773d54b445c0da3a35ccd80635cad285fae765c34577b489fabdb6bc8d5c3dde3ee35fdc9ddbf7f947be05614d7d04fc8356ce9e01a0e7ce11a2979708dca915c63e829ae71541fd7e44c09d7e4de49ae493d8e6b6a0172cd252ab8e6336ceee16da7b81676afb847f52db8961a4d5ccb7fbd5cab233bb956f536dc63b017dc63b3282e42ea3d17e1b0c845446ee7226ffa73314a495c0ce129177396cec5845ee562aaccb898df525cec0d3b2ef8339c4bee6ae292c71cb9d4a0212e6dfb592e33e52f97756417975553cf65372a7239ad3e5cae7a16977bc484cbbdc8e272672cb942a5ed5ce1251157f4ea38577ce522d7baec0dd7e6af807b2a32997bda2b9c6b6b769e6ba7f99c6b470de5da5d08e13a9057b90ef6e9dcb31706b867bd4f72cf51f4b9e7bcd6b8e7c2bab84ebb54b8ceeba7b92eab1cae6ba832d7f59e16f7d2beabdc4be5abdc2b77dbb9eeb222eed58807dcab6fdf73af456ce55e9bade5de605b736f5466703d19615cafa3e7b901425f6ec029476e40d1036e60d1116ee038971bbceec30d39b2ce0d49cbe286b63ce0de49bbcbbdd3769e7b67e31e373cee12f7aee7366e2493ce8dca96e5467d4671a3c5546ecc294f6eccaa09f73eb59f7bbf399cfb602c8f9b908ce4262a1ce5261eeae5267bd87053ec2f735366ee7253b9d2dcd4d1666efadb006e7aeb5d6ec6f5eddc8ce7cbdc27aad9dca7460adccc283437b36a809b35bb8bfbac42939bada3c4cd8e71e6e6ec76e7e6427e7173d383b9b9554adcbc710ab7a8fa11b78445e49614e5705fb61de0be1abfc97df5ef37b7ecf2016e59a60ab7ecc50e6e79e6776ec51575ee6bb79bdcd72527b8951e29dcaab81c6ed5da2ab79a55cdaddd99c7adedf2e6d60f7ce6d6afb772df3a7fe3beedcbe6361c92e2361ecfe736865de136b9e8709bdef4709b4d26b9cd768aff69e33697f472df1332b9ed7bddb81dcdeddcaef6cbdcde7c056e5f7e23f7732d85fb65cb0af7cb7a31b77f4b0eb7ffc404b7ff653cb7bf7637f7ab4506f76b9b02771092c21d7c758b3bbcc6e18efc1ee28eaedee58e9d49e18edd6170c7cdc7b9dfde4673278ff77127df88b853075e71a72acf71676f7b73677391dcb94f77b83ff77de5fe9cfec49db7f0e72eaccf7217377570173fdee5fe3e8ae4fefebb87bb7ce01977359ac4fdf39ecf5d5775e2ae5343b8ebfe30eefadd69ee5f4e07f7df910fdc7f2407eebfdb723c09a6374f52e6334fd2588ab7d94a8db739cf9ab7b9af9b272d63c9939effc8933da8c3db12cfe5c953313c05f7e73cc59f5d3ca56819de8ea157bc9d9f7279caf35e3cd597ee3cf5989d3cf53a024f8358c8d3f8c8e4ed0eefe0ed4ecde6ed9ebcc9d3849fe1693aa4f334cf1af134afadf23497fb785a92b7785a77e6787b6ed5f2b4abdc78ba92db78baacffb291c5d34bcee4e92f0979fb649b79fb7f35f00e7cdecc33c0823c83867f3cc3fd089e31d691674c75e119477de219bf47f14ca3113cd3fb3c9ed9c224ef90fd5bdea1891cdee1f3fb7987e3b13c0b713acf4ae22ccf4a8dcf3b263fc43b263cce3b76ee0d0ffe618e87c0b2798817de3cd47d0f1efa6c220f9d55c1c3bc69e461ea067998b6651e961ac7c3976bf048d6253c32b0c4a3769af0a8934a3cfae52a1e3d379dc794b8c4636f5de3712d4778dcc15b3ce1b69d3c71cd34ef44952cef44972defc45a16efa4b922cf664b0bcf0683e1d9242278a73b0ef26cc15a9e6db51fcfae06cfb3ffaec173b8d2c43b8b3fcf3b5bf199e7285bc573245ce7393e4ce59dc395f2ce3524f2cebd3fc273b2b1e239c5b8f09cd9d23c17d81ccf357a33ef928a37ef122c887759ba8477b9e915ef8a411bef9a7f2fefe68f03bc5b84789e87f1279e27c998e74590e679c568f2bc5db03cdff0449edf96429e9fa73dcfefe97d9eff48262f40e71c2fe0a50b2f705b252f10d4e5857ccae3850c1bf34267137961a5685e3882cb0bbffd8d7757528217899be34591667951bc115e54d5042fdaa69517b3fb0c2fe6bfdadd9748e4dd5f94e0c54bf6f1e2235579f1dfaff112164a788f2efaf0d2cddd78e977dff19ebad8f3329b3ef0b2ee56f3b2aac779cf340ff09e091479cf8a9ff09e97fbf1b2cddc78d91f4c7839f45dbcdc0a11ef45f65f5e816933afd0c08657bc6b3faf78fa11afc4b893576262ca2bb194e595dce8e4bd94fac52b8debe5bd3a56cc7b9555c77bd5f89357a618c22bafb0e555685de7bdd674e3559a50796f66b9bc1ad11f5ecdcb3bbcbadfd6bc7a6814af9e07f0de4a8df31a8e9ce035a26ef21afb70bcc66580d714a8cb6bfeedc27b67a1cc7b177c9fd7a27a98f7be6e85d77a3c96d776ce8bd7d6b58bd7ee3ec2fbe4f69dd7e5ba9bd7edb2cceb036b787da536bccf2162dee7f1b7bc2f3a27785f4f7ce20d9c8de50d1dddc61ba9ffc91bddfd9c374af1e68d3a9ce68d7e7cc2fb66bbc89b4428f1a6b65de34dfd19e3cde416f0660903bcb96a7fdecfe405de6f1b03deefd727784b890f784bcf6ff2963e60794b7fea79cbd809de0afe376f359bcf5bfd14cbfba3efcb5b37a6f2feea20797ff123bc7fabfff89b6e14f037b52cf1256b6af952cb44be0cba812fcb08e56fdd3ec8970bede5cb9b78f2e5ef6ce5cbb734f3153d54f98a796b7cc59aa7fced1e1cfef6c852fef657dff94ad51e7ce58f87f92a9d6b7c75309baffe7799af7199c5d7f00ae36b34a7f177f30af89acb727cad444bfe1ed9337c6d9570be362d95afcdafe1ebc63af3f5a47ef3f55fbfe0eff527f1f71dbcc4dff706cddfefdccd3fc0b8c83fd052ca377afe936fdc40e29b407ef34dc8aa7c135128dfccfb0bdfdc6d1bffb0c21dfe119b41be459806ffe8ddadfca34950bed5b1cd7cabdba1fce3d927f8408e0e1f7185cc47341ee5a310fbf898636b7ccc37041fbb55938f4f72e4e37bccf984e84f7ca2bb251f34fec32717f9f32932917c4a2c844ff39de1d32bbef2e9bd897c66bf3e9f7b70379fcb6be0f33787f00526e37cc19969be105dc917325af8c2162e5f5432ceb71e8de1db2665f1ed7eeaf1edfe7ce15f58cee73b4572f82ea31ff8ae2370fe95002fbe5bd125bebbc09c7f535a967f73cf02ffd691af7c8f9b5a7c8f1821df63b287ef29e1c3f7442df03df18e7c2f9f62be57ed71be577304df1bd3cdf7d9e1cff7c97ec1f70d1ee3fbfdb5e4071e42f103c93bf941a2317eb086213ff8fc103ff8ea477e0810c70f6f4ee0df657de0df5d7ecf8f78bc9d1ff1ee0d3f6a17841f05d3e7477115f8516d06fce8274cfe3d3336ff9ebf34ffde7037ffde0a867fdfe907ff7e983e3f4eb68a1fa724c78fdf07e7c75f47f31ffcc2f213963cf8893f0cf90feb25f9a9d610fee31d49fcb48de3fc74fc3e7e3af73a3f43fe1bffe92f157e66a20bffd9d6247ef69f617e8edd457eeea337fcdc86367e1e53819f57d7c0cf7f98cacf4fc5f1f31b33f82ff4e7f8856f73f925f8147ec9f738fe4be32ffc97a1a7f8a5194bfc57c347f965e733f965af7ff3cbf9ebfcf24e7f7ec5cb2dfc4a7375fe1bcb8bfcaaf26ffceaa923fc1addaffc1afb327e8d8f1cbf56f605bfae7e90df0814f19b78e3fce6356b7e8b812fbf0528e0bfffa8ca7fdf11ce6f957ec2ff4874e2b7ab10f9ed704f7ec7882fbf73dc94ff4920e677d94df0bb8ab7f17bbafef0fb0ca3f89f53cbf95fae83fcfef15dfc01432e7f2004c51fe4bfe40f6de6f387085cfef08329fe883e9a3fa6a7cf1f9789e78f0ffee17f3b41e37f7372e74facebf0a7ee96f36786fcf8b35253fcd97e90ff336f8cfff307c09faf8be2cf2f0df0175a52f88b13c3fcdf16edfcdf5f1ff1d7b4eef1d72d2df8ff9e9809a4305b05526528c1e6dfcb02e90a9a40baebbf9c7927d8fafba540ce225420ffe98b40e1f1b840a1fd9340d1ae5fa0180208b6dffc2850ba431228a52408769c0d15ec54e812ec34691728abf0042a9187052a7f9e0854aba7056ad74f09d48a1b05eaa10881fa9f8f825dc3bd028d934c81961c4aa0559523d0ddc513e81eef11e88eac090cdfde111845dc15180d3c10182f3c1698908e0accf4360466bc0481991742606eb65b70e868bae01079b3e090e0a0e088738fe0e8dfcf02888da2008abe2e80c9ce09e0a52801f022568059e009b0d6e1027ca89b8028794d40ac321280ca850250d54e4096081650e22f0aa80ef3021a3d5b4067780818a9d7058c814001f31b4ec0da522be07c0f1070ffee10f0ed360904598602a1d5b440f8812f10d17e0a4e383d16589b150bac8f6e17588f7c129c0c170a4e69960b6c2fd0040ef65c81431f46e0f07d9fe0ccb619c1d9729cc0d1565b705e295070c16eb3e082cf90c049462c70d2230b2e1a3c12b876d40b2e8dd4092e9b8f0bae144f0baef4fb08dc4f780bdcdded05ee2124c1b51235c1cdcfbd028f2d348147384be0f98a2af0d527097c1700815f4289c0dff29720e8749b20f83a2808558815847abc13dcf9602ab8f3a75e107e524d70f76a9a2062525f10fdc8481003140aee05bd13c4be5116dc37fb27b88fdb2488bb262778b06f4390b0eb8a2041bf5890d41f2448764f143cfc6e2c4899bf2678d4dd2478345220487db02248cd91133c465f15a4c9ed12a4411c051997b8828c36a620f3579120e71828c8d52d13e416e909f28c3f0af21f44085e8cbd1314baab088ad6d504c59da68292da24c1cb5eaaa042ba5350715f5bf0ba3353f07a442478638d1154bd5a1454c7e80a6af61d11d436470beab6a409ea2fbf10d4a7a70bdeba21040d929382466b1d41e37fb568c22f099a2da4042d27a98296055fc1fb530f05ad33438276eb3c41a77c84a0f387aaa0eb7692a037c343d0b7cf4ad077ee92e0f3e082e00b8f20e85731140cd88f080627ef0b0617860543331d8291e6bd8291b64ec1283a45309a2c147c137909be2db304dfb5f609be5f79249890382d98684709a63cd20533db3709662aad043f720605b3faed82d99e46c142d669c1ef1db982a5b57cc1aae727c11f6925c19ff79382359b25c17ad30fc1df6b22a1c46f825072df15e1e64b0e42698b3f42e9381da174e12fa1f4f44fa18cd267a1ccb95b42d91b30a1ec4c82708b5a89504ee6a450cecc4528d78714cafb2709e55f380b15e014a182fb66a142da9070fbab7342a59978e18e209470477f8b706746ac50559e26547d7241a82e7153b8fb3854a83bb255a82fdb2e3472db29347aa328340ed2141abf70119ae80f088fe8ff165aca380bad92e0c26350572104681542c34d8430752721ec788d10165e238467b609118ae642a4e78610453f2944096e095157fa8598cc4a21a6cf5c88afd11592bb6b84147b0921ad1325a4ef9a1332692221eb4a82902db21572d20c84a28a1f42ebb8ad42eb950ee149330da18dcf01e1a9b230a1dd19b6d0de435568bffa4578a6695178b6faa8f0ecc455a1e30182d0512c233c27382e3cd7b5283c7f982a3c7f2a5de8141d25bc221528bc421f10ba65be11ba8ddc155e6d0d115ed7620b6f7cb929bc357945e8318c127a9d68127a9d74147acb8a85de2b97847e1330a1df828c30701b4718a29e2e0c454384a15139c270535961f86fb23042d55a1875a647187dbb4418a356278c79ad29bc477b22bc3f4312c62d4e0a1fd08d840f7ce3850913abc2c4a62861921249986c17274cf691102607e60a93377e0a5355868469f041619adb9c308385143eb95c2dcc543f26cc8cb824cc1ccf1666e9480a9f1d6b143e2f782bcc46ed1666fbb70a73187dc2bc4faec2bc7f9b84f91332c217e66dc2828b9b84454b286171c890b0e4cc0161c9cdfbc2d29b8dc2575936c2b2f6326179ee1be1ebfae7c2371ddf84550e7f84555ff385b5f7c784759f1684f5a678613de781b05e18227c3b451736183e16360e7c1736995d17361d9713366d1c12369b5085cdde52c2e60ea2b0a51e2f7caffb56f8feb691f0fd1719e1fbfe52e1078313c20f2f1d841f2a3b856daa8ec2364f5f615bfe6f61bba491b01dff51d8fe982deca8b61376894e09bb493f84bdbfb608bf1cf923ec4ff3117e3d45170e6ca9110e460d0807334c842397948423a59ac291b506e1e8f10bc2515f5038aeb24f38ae1a2cfc265d2dfcd6b34df86db84df8dd3c5af83da154381161219c18fa2a9c04d0c249bcae7032febb702ab14e38734720fc79fc8170a1f29870d517255c93b717aead670a37bcd8c27fe7964512b05e91c48508d1a6323f9164728c6873da5fd1e6960e916cfb7dd116dba322b93d3491220225529c96146d97ad1529bde3887678388b763cd929da312529da492c12edac1589549db244aa5efd22b5901591faa28f68972b53a431d725da8dbc29daa34913692f9f16e9f809453a0d64917ec221d1fe2a77d1fef10fa2039b502243af1a9111b35064b2db4e64523f2932056645a6175f88cc0a9d4407e51645e6db8a45871cb44587860f8a0ebff01259b49d111d851d141d4596888edf668b8ee71d134122ab4490d46f2278da09113c334d041f448990556122d4e14a11eaed61115aa02d425f8688302fe345d87ded22ec48ad08dfe42302596322304647044e8d8948f385228ad16f11f5355144c3058be8cd9a2286df4311a3de5cc4ea5011719ed48af8c87e11bf502812fc5e1059db1f12599f97175917d48a4e3a54896c963545a7738745f63f47458ec54aa273f820d1793719d1053fa6e8429e96e8e2356591abd44791ebeb8ba2cb5bbe892e0345a22b1b74915b9d9fc83d0527ba76784d747de49fe8d687db220fb296c88b7e41e4155024f2fa9620f2be4a15f96f7f28f22f4d12054c7f1405ca6c160546aa8842f44c45a1285d5198b7aae8ae698a28e2a2bd286a6f8528f64e8ae83e9127baffd752140fc911c5a7be103dc88b1625e4368912160d45492ed2a2a4e04ba294fa34d1a38bd744a9b20f45e99087a20c9c99e8e9ee0ba2a74680e829f857f4f4798728335b5794b53d52f48c401165bb968ab25fc88bb2ab9745d99d0451ee8e68d10bdbbda217374a4485bc5c51e1a550519191aca8a8705454d42b2d2a9a1e1515f32e894aeb1f8b5e5d792e7a15f89fbe7551198126aab89b26aa88bf29aa1c7b28aaf1d012358c99891acd0e8a1a1f91448d83bea2e62435d1bbdc0451cbcd0e51db694951bbcf3951e701bea8fb6cada8e7c4b8a8e7e21b513fdd55d4ef1a22fafab547f4f5d7b26800592e1a082a150d1afb8b86962e88864b964463dbcc4563f91cd1b8fa66d178d54ed1f7574cd104be5234719a229a84d3443ffe9bbb1fe6b744b376aaa2d94545d1dc9e1ed19c4ea468ae695934f75b52b4f056245a14fa897e8306a2df4d3cd1b29db368953523fa93d12bde64cb146f5a2d156fbe5d2e9656f010cb94ab8865fdb78bb7cab0c55baf3b88e5727062f9ac2cb1c20b2fb1e25a8078fbadfde2ed6ffcc54ac7b4c43b0e588a7758cc89775c3f23de91754abc13e728dec92b102b23616215cb79b1eafa98584dd954ac66fe4bac86af11abc72e8935ac5062cd6b0a62cd218c58abefb25807a526d63d2714eb7efa27d69b6d12ebcb6d13eb0fc589f76eed11efe5ee10ef3d7b567ca0e496d8a0c8416cd4b54b6c2c7f526c7cd65d6c32bd496c569326361b258b0f96a78acd3f3b880f97de121f697f27b6b8705c7cb4f7b6d8ca2b437c6c5b97f858a4ab187a2c5f0ccdd61543eb4e8be1aa5a62609fa61891a52746ae9e13e374acc578430d319ed02bc6db778b09c72ac54413673191d32c26bfda25a6e025c4549e97982eb922665e51100bb49e8ac50aad62f1d15cf109ff93e2136d80d8da65a7f824302db6197c2d3e75f1a5f8f4d7bf625bf329b12d6fb7d8f6a286d86e4c5a6cf7db596c6f9f2eb6f7fa2bb6ff4e173b78026287578d6247ce7bf1b9c73de2f3dfa5c4e7a72bc517e005e20b934ae20b0b53e28bc463e24baa79e22be165e22ba3bfc4ee40bad87d64567c4d9b2ebe76a85c7c8d6928bed671587c6d052abeae784d7cdd2f5d7cf31a5d7ceb9eacd8a3ad4dec69a02df68c37127b191a8bbd8024b1d79328b157c54eb1f71913b1cf8dff315c9ff1587f5100c065a7610bd92219d1946494110db4d0b3f7de7b3f76d92b2d2b229215a50891ad229499868c1245cac8e8ff7ff1fddcfbf277cf39f777ce1d004817960021213b0021efc180b04f6c40d87804209c2806843f05032236af02227cea0011fe3701917a370051ce4a8028d07540d49bcd80a8be6540343f0f1073420c88817b03623e2a00623f5301b10bb280b85e082099120548e928055c27ad006e1c3005dc386303b8410d00dc5c9900a42f680132fc5b01991179806cad16c09d37370139eaaf0139454980bbb8294041f61640e1cde380e25e16a024f005a0447c0b50328503546c22002a86fe012af765022a5f7c013cdae20e783ce5037892dd09784ab3073c4dde0ca8aef803a8c99f06d4fc8a06d4ac25029e5d3d0fa875b301d4befe0aa86b0b00d41f8000eac3a580e71d758046dd0540a3d143406b5624a0f56325a0dd4506d051c602bc34dc097875de0ed0f52404d06d6d02e846aa00ba5f5f07f42896007a59ee803ec45e40df2c09f0766304d0ffba1730e0b21730680f070cc94e01864eac0186869400439f14012349070023bff700de0b7a001f0425800f65fe80cf7809602c410ef065781a309904044c162b03267bf880c9a565c094c766c014dc16309d7f00f03de33de0875234e0073616f0f3d227c0cf2665c09cb92760deee33609e4f06fcba7307b0507b1eb028670058dcdb065876db045841e60356060e0156cfbe00ac76f600d6d68e00d61f8f00d69b26011bae44c0466d28e0dfa111c0bf633b809bdcc14039140f285f2002cabf000215aefe022ac4da02159bef00959ee60195731280ca7f2d809b03e6819b83d5805b2cef03b7aae0815b2dd8c06d7a7780db6e90806a4907805ada52a096ce0a50e79a0c50f7e469a0c1c028d0a8f907d0a85f1f687cf619d038341e68b2b7166876c71eb87bf417d0ca5004b432390fb43a700e68c58e015acb8501ad3b77036d5f2c01ed4d314007d5fbff7b0374e0a281fbb89f8007468e000f1e98011eb26b031e7e2a051eee08051ef1f3063a1d68033a7590804ed349c0a32db2c0a3f39b80c7fec2802ef66781aecb494037fdcf40b7e67340778405f0b85238d0e3cd6fa0c7477fa0e7d54f40cfa643402f3604e8f55b1378f2140fe8d3b70be84b08079eda9b083cc519029e118f01fd567480fe767f80fe651460c08fd7c073f70281e76d158117f63d005e74ee055e7c6702bc38a30ebc94ff1b18f8fc053048f52c30e8e749e0e5f1074040b70408f2d80f044ddb01a17bee00a107e94068d53320fc662910def517888c610151e40420aab81b88de0503628cbe02b1c56820ee840c10171f05c4bb7c02e23f1c0412cad38084e79540e2c74020796805481dba05a4cec701694a3780b4584b206d3215485b08073282ba81cc662a906da50d641f5f00b2039c801ce72d408ee03d90672301f2a7168002f33f40814b3e5072de0b28f9be0694da3d044a37ba8021616f8121f54ac0900f6f8021d3edc0f0bc63c0f0373ec0f0f743c008dfadc02b3eef8057c46780319e8ac0f8241e30fe7a1530beb40c98583c004c2a3d024cd649012643f1c0e4e837c094133ec06b3947806987be01af7fcf03def0f205de0cc5036ffe8b06a6ab6381e931df815915f5c0ac7f7060f6f97fc0ec10156076c90c30e7f97160ae0707982bc807e631eb8079499b807973dac07ced5fc07bc445e0bda8356001c61f58a8a90a2cbc280f2c4cf90b2c6cfe09bcef9801bc1f3a052caafe0a2cf6f702969ed102963ebb052cbf9a0a2ccfcc0556da32808f3d6781551ba1c027fd1bc06a4b1eb0e6320df80cb903581b4e07d6d577001b0a6f001b77fe6ff43bb099ef006cd147015b6ce280edf74b801dffd753a78a18d899fb1bf8b2370ff88a990fec760a01bef97c16d813a509ece97e08ecdd3507ec4d3e0aecfbdc0e7ca797057c976b07eccf4400070f4402073fcf0347769a03dfffb5048e7e7d04fce0b41df8b1e324f0136f09f879dc16f8c53b1a38b1e9087062261b3859db0f9c5cdb0c9c32dd0cfc9a9d0f9caebc029c6e69047eafb0007effdd0c9cd995019c09c7036792ea8033398bc099b524e08f5a5de04fe467e0cf2847e0cf5b6ec0f9f9b7c05f72b2c08597ebc0df7af5c0df2711c0dfb41bc03f1617818bb4a7c0a537fdc0bf6dd7816b97ce03379a9c4132ac372005a3fb20e5f527a0cdb651a0cd923cd0e6de0fa0cd7d26a02db925a0ad6225905af511907afd759086e90b90c6250390e68f3a9056f97e90567b1f489b9e00da71c90cb423fe04487753374877673148b76119a4e7b505a4f7000dd24f3403ed3cd100daf9fe27c834e01fc814f61064faa61464267807322f65827621874116b0fd204be72e90251a06da7d8204da63a20bda734515b4e7051fb467d008646d6203b2ce7600ed53ad06ed335504edfb8907ed9f7f043ae804031de46b810e1d1c071d42ab811c957e801c7749414e5b55414ec70b41cea00e90cb255590abdc3f90fbc437d0f19323a0e365eea0134047d0898fb9208feacd208ff16290b74200e8647104e864bb3dc8a7590cf29dfa063a238c019d85da81ce56f682fc375641e76d7440e78fd24017c50cd0a55e2828f0340614c8c28202530f83822453a0e0ca301030e6260842da0b829e0b07415fbd01c124db4188784310e2b70d08b144042149a920b460068469a78370ec3d20dcad6e103e671e845f9a041144b741c453aa2062a62c88625701a2381c0651cee341548757202aed3e883a9b0ca2e1bd408c04318869990c62152881d8bb6e8338175a40dcfc1b20fe016d107fc10a244c7005497215402187ec40a1879b40a195d1a0d056795058ec515064381374e5c675507463182866e9152856320c8a430683e22fe78312d2fb4009af9541a972ada0d42824e89a7a22e83afc09e87ad114e8fac759d08dcf3cd0cdc001d0cd6912e816ce11941ee304cad83208cabc3502ca2a6c0665dfba0dba830e04e51af041795166a07c902628ffc61f50fe8b6950fe7237e85eaf31e8dec4395081e20950818f045450721c74dfc20874bfcd11f4c0ca1df4c0f630a83836155452ff09546a650f2abd030195913e801e4eb8812a1dbc4095e05150e5da07d0a35308d0e3ed6da02a7520e889b70be8e9773f50f5ad53a0ba1f1850ddea2f50a3010fd4e851086a5cb8096a7a58036a7e16086afeea0b6a357202b5269d06b55199a0b68c2050a79003ea7cf11bf44af813f46a703ba8cb6a37a8cbd512d495f3bf112350b74f05e88dee12e8cdb50e506f351bd4679a05ea7bb519f46e7c10f4ee5f11a8ff563a6830e00968f0ee63d0e0921c68a82a16349c950b1ab17a011acd7e0a1ab3fc0dfab2f52a68fcc863d038f929683cdd0d3411e50d9ab8610b9ac8ec034dda4782a64291a0a9849fa0e9eb72a01f5a4ea01f002168bef31fe8b7cd07d06f1a09f4070106fd596482160d7781969f9d01ad3c8281febeb003fd9d5606adef7b085a17bf02adffbe01dae876016d7cfc0d9671390e9625c98065af2b82e51dd96085ea52b0a2a51958310d0256ec2c032b41d2c04a35c96065b30cf0e6681178cba14fe0ad385ff056f13a785b400f785b8423785b6a1578fb9969b0aad401acfaaf0fac66900456838ac1eaeb3fc11acf0f82353eee056b3a8f80351f0781b5a40fc15ae10e60edd3eb609d940cb0ce8b19b0ce9b78b0ae511658b7080cd6e3d982f5528bc0fa9ae1607dfb49b07ebd3b587fca1e6ca8db0a3634c0800d972e828d584fc046712fc1a688fd60d3e12760b37b54b0f9f073f0aecc64f0ae4fbd608b983b60abcbe3e03dcf7ac0b621cfc07b5f5981ed47bac0f6df92c00eec4eb0c31f7bf03eb42ff8408a0cf8c04755b0a3f816d8b1b60d7cc4b6157ce4de34f8c8f209b093e320f8e88e64f0311b29f818f32cd865b519ecfa3907ecb66c063e5e7b117c4284077b60ce803d2d96c19e8fadc05e176ac1de66a560efc019b077c579b0772f097cb25217ecd3a20af6590900fb26da837d17f6804f6933c0a7da3ac0678e2681cfaa8682fdfe8e82cf237783cf87cb832f2c0c82033d9ac081cb21e0c0d55970b0ee7ef065ba0118ac9e0086e4b98021afb8602862160c3b4706c35ae3c10835073082e8084669bd07a39f41c1986fd6607c402b189f9e08c6775e051364d5c1440b20985c5401a6fd3005d3ede6c1f4261298f1a007cc94a78099451c30fb8f1b9813df0de63c7e0fe679bc02f3776c060bba7e80c5be3fc1e20f256069823d58da8e004bc7ae82435e70c121431ee050a33a7028c1081cfae514386cc708382262011c91a70d8e8c3401474e2e81af2aa980af163c065ffddb088e317f028e3d79151c2f7e084e88d601277a6e0727f1fbc1c97fa7c129381a38d5431e9c1ab9059cfaf92af85aff26f0b54543f0cd537fc037ef45836f83ff826f274c836fdf9b03a7974480ef9cbe0fbe533103ceb11d01e794268173dda2c17721c6e0bb9864703e7f0a5cb00d0dbeef77027c9f720d7cbf81052eb23e0b2e723a032e6665824bda12c1a5caf9e0d2650b70f91e7770b96dc0ffaac10fe536831f229f831f4606832b0fdc003fd69a0157fdc9003ff11c003f3997067eca6080ab2d1e819f9d5e023feb2a043f5b15816bb1e6e0ba3929f8b9c753f0f34b35e0e7c4297083d76d70435b33f8c55c1db869ad1edc6254026e3dff0bdc9a6c076efd4807b7ddac07b78f18815f1ece01bfb2a0835fad3d03779d7d0bee22b480bb6647c0ddc377c06fdce1e0372c1d704fc16f70efdf37e0be8004f03b3326f85de93478e0e40278b0662bf8bd793cf87da5003cdaa700fee0620bfec87802fe581601fef8b4063c96760efc05b11b3cfee6307862f02378924b054f66e882a700dbc05fd94be099dbc1e09fb876f0dc0503f0c2fe2cf0c28d9be025b928f0522d1fbc3cb61bfcf77a03789dd500feb78903fe97ff05b2498c80c85dd683c85f0c8228806e42141e344094235f42946fd54354d8ef202a0f1f42547ed740b6780a215bae1f846ca91c856cdfde09d9de710ea2665e0151cbc341d44aca20ea7553100d99368886fc2688c63217a2b9fc04a2859142b448ff203a444bc88e413464c7a70488aebb36440f7400a257ff0ab2f3522d64679313c4606927c450970e31ccff0031aa3a0431ea8985186b55424c28e51093aa4988c97034c474ff758859ce3e88b93911624e7903d9e5c58758cd5741f62ca640acef9f83d8ddad80d8950541f65afe86ecbd670ed95b6b06b1ef1b83d8af8f421cb68443f65dfb06d9cf4343f67faa821c3e448338b61c84380e79401c3f8c428e88b110a7dfb59063ec7310d73502c43d9a0e71bf7d0a723cc01de2b1f21ee2a93c02f1446a433cc335209e0d27219e331088777c27e464e657888fe73ac427f528c4f7ed51c8a91dd690331acb9033991720676d26207eaa7b207e15569080c624c839d502c8c56d36904b8fd62181555a9020521704aceb0b0117cb4060ea18084c0b02818d3321f00e1508dafd0b041dbc01c1447d8660aa5c2098654f086e9b3e042fa140f0453b218443eb10d28b8b10f2cf3a08e51d0e42e79c87303566214cc02a8419570d613f4143d81b91108eff7e88a0fe3644949b0409f37184845fdf0f8930508144846d854469d440a23eb842a20d5321d1bbe190e80f069098c39390d8808390d87728485cbb181237730912af7910123f990f899fae81246c0a8124ca5021c97224484afb3a24554a825c93f1865c0b7f02b956360bb9952084a413bb20e9e96848fa5d6b48a6b13c246b2b1092d5d40bc9260f40eed0c62177368221b9399190bb672b2079767cc8bd8b8720f76e98430a4eb3210597c320854aad9007122548499d2da474d32948b9bc3ae4e195679047fcfd90c76e5690c74c79c8e3bbe720556c47c893bdca902719769027b55a90a7c05448f5a18790eaa31e901afe33c833da66486dde2b485d2f1c527fe725a4e1461ae4c5f50148d3f04b488bfc334887423ea4a39b067979c80ff2b2a20dd2f53b14f226fa31e44d0a06d263de05e9357184f486ee81bc35b902796781830c88de4306248d90a1280bc8885b096404930019ada8808c7ef802f9f8fc24e433f727e44b0a0d327efb0264e2390d32c9f5867c3d85864ceb8443beff1a85ccec8880cc6664417e520a203fdf7942e637e121f3412d905fc7e720bf05b590458118b2981d0459fcd404592e780259ee3f0159d14b84ac8803212bc5dd90bfced39055d94b90550b07c82a2412b2c6e143d6fdf640d621df21ff4a2e4365a1bd50b97df7a07211b350051539a8c29745a8a29a0c54b16611aa241e832ae56742959a5050656555e8e6360054a5190bdd92ac01dd4ece87aa3a294255833e40d5344550f58c11a846b40f54230602d5dad605d559380fdd01380addc10341754577a1baa59fa07aeec7a17a6d3e50fdf848a8a18911d448fd30d4e87c37d4a8ff16d4d4bc186a2edf07b5b0cb875a3a3941ad6889506b87df506bb106d4f6d63ea86d9500ba0f5d01dd37af04dd7fee04f4806336f460d96be8a1c0ddd0433f16a1873bb6401d5fe9418f3c40438f9ed2811e8d38083d9a630275a6fd823a7f70811ee3e543ddd634a0c73388d0e3a52ed013f27a500fe30ea8a77334d46bd353a8f76e75a8f7d522e8499e107a3286043d397100eae3e300f5bd7316eafbfa1af4d48f3ee819842cf40c250d7ace673bf4dcf7bfd04b258ad0cb41c350404d3d14c2034361d9b7a0f0d42c2882b40c4596dc8422d7995094291d8a82374331437550ec9a148a1b2985e2ff254209d91c28e123084a4ad90b25a59f8752181d50dadd075066742794a3ff1bca05ec870aa14a50f189875071793c54b239142ab529834a0526d010db356888870e34e4f24b68e84d276868cb6168583f1c1aae7f0b1afe6d373452a3081a696b088dec780e8d1cbc0b8dc2df8146558c41af6cfc865e459c8546fb6843e3a647a0f10197a189d65c6862d706340958054d1245439322aaa1290710d06bc832e835fc18f486ae0ff4e6f30bd0dbd96ed0745955683a1df7bf456846581234639e01cdf4f08466696943b3510ed01cf06d680e4c1b9a9bed07bd7be602342f6c165a8078032d68f185160558428b42fca0c554476809c5155ab6d3135af97219faa8321cfad8db0f5a45fb0d7d42dd0a7d92a60d7df27e3ff4e9a758684d801db4667a025a7b48165a77f136b43ef935b4bea10e5affde15fa3cf704b4e1520fb4f14e30f405b91cdad41e016d3eba15daf6e80db4ad930aed303584768cd9403bcf1b423b6f58405fdd8a81beaa0d83be6ab8007dbd3504fa1a9200edda6408ed628e43bb4264a1dd9f52a16fe63ba03d6da6d0be692fe85ba3b3d0b7cecfa0fd0b03d001e605e8fbfda9d0d16b4dd00fdbae413f9d7f0ffd843800fd5486828e6da9808ef90542c7bafba0e39137a1e337be41c7ef4440274fab4027095ba1934f92a15f9f3d837ebf7c0afabdad0c3a730b069d45d2a13f109dd0f9edf7a1f3cb0fa0bf0a9e41171c33a00b7921d0df6662e8e258257409ef095d3e7f0eba7c271abafc7f9c96dfa1a1cb6b86d0bf363ce81a712b74ad5d1d26238c826dca20c136fdb481c959b8c2e4ba8b610a838330c5ab1a30e5841a984a71046ccb9710d856ac366cdbfea3b06d0823d87662354c157a0da6be2b0fa6011987695e34826929c4c074be88617a7200d8ced3b9b09d510a3003592398c18e1098c1d52698b10914666c5301334e3c0f3301b360a6fb4b60661a4a30b33e1f98f99d93b05d91c6b0ddcd50d8eedfee30abf956983d4513e6f0f017cce11b0eb6efac1fecc0fb2ed841f225d8a1b6059893bc02cc79d014760ca8027339960c73db2a0373b3fe0ef372568179ff1c849db4bd0df3093783f95618c04e4d44c1ce3c8a819d19bb06f3e304c0fcc31461fe190330ffb997b073743dd8454b1958a0e10318e0c2140c803b0d034417c200b92530e09e6018eca7020ce1120d43568860c8da5b3014a201863ebf04c3dedc01c3b66c83119e8ec228e56418f554218c9a5c0fa3e9aec198570ec0b8ea4f60dc1b0c1877d60226f46e83093fed828974a661a2906b30b1d66998986d0d93a20a61e15a0760e1969b61117f00b0c8a3df61574ecdc3aede44c3aefe3187259e7b0b4ba4acc252a69ec05247ab60d78336c3aeaf8ec06eb8ee80dd743287656a3e8065d2b1b02c8763b02ce47d58f6d63e58f60e322c87700e967bec282cef8b02ecde902bac20ea38acd0b5085628d8092b0cff052b2cf87fbf6a0f2b32bc042bfa100d2bbefc09565cf20056b2f51aaca4c71f56baed0facb4d11e562ee4c2ca4b1a6015a13ab08aa63058c5c43aacf2ba0cac4a751fac4a0709ab824fc19e944ec09e5468c39e92d3614fb36fc1aa9163b01a321df6ac89047bf68a006bb81f066b68db0d6b0e780b6bfe0881b575be84b50d6260edf1a5b00e3e15d6712d0dd6397a18f6925302ebd92203ebfd6c0feb8b5284bdad63c1def9c4c0fadbc1b0c177aeb0e11f68d8887b23ecfdca35d8e876c2ff6661a389bf601fe44ec23ebccf817d74ad857d793c059bb0bb0b9bb41e834d99b6c3bead3f864dab3c807ddf1c0bfb6e02817dcf62c166063d61b37360d80f430bd88f8d23b0b9c87cd85c973aec77f0006cd1a805b678320bb64a1b85ad1389b075de6dd8bfb1adf04db117e0b2bc55b86c8c055cde5d07ae44bc0857d9710bbec5bb13bea5a100ae9a5c0357abf684abf540e06abf7ec3d5d72070cd295fb8d64d1a5cfbbd055c376a375caffd0e5c6f4104d7bf9f0e379009801b1eb90237528c841b3dd90937d64a831b5fbb02373198849b143e809bcadd809b3a95c04dc927e0a6c3d17033935370b357b670f3da29b8f98c067c97e102dcb25f0cb7fa711fbe075206b7ce1c805b7f07c16d8a87e076382cdc5eb7116e6ff705eec0c7c10fbb3f811fa630e08757cde18ec618b8a30408772c69811f9974833bdd3d0a77facb861fe538c18f2eed87bb189ac3dd1cf7c0dd26efc3ddb76c871fbf4a857b14d1e1de317e709ff26cb8afdd14dc17fc1b7ea64d117eb1aa091e681c090f04b6c203bbbfc0032717e1c1edd3f0cbc9cd70c0f9363804bd06873999c291b36670d4773b384643168ebff3174e881e87137f84c249ba13701257194e93ab81336ae7e08cf91a38fb7b179cb7a30bcebfaa05174d82e1623c152e66cfc125936b70e9bf727848c8697848f71b78e8b95078e8ed4078d8fe0ff0b02c1e3ce2ba3e3cd24b04bfeae005bf1aaf008f193583c72caec3632fe3e1b18d6ef038c75df0b8c93a78bcce323c5ee20c8fbf770c1e3fa1024f38140c4f283c0c4f4cd28627a508e0a921fbe1371e6bc16f8cee87dfdcfb097ef36508fc76ca77f8ed7a2378966d3b3c97fc179e9b2e86dfd5fa05bfa79d052ff8780e5e2846c0efe306e1c59b80f0e2d817f0e2b47ff0e2353f78c9502bbcd4f53abcd4d7135e3ede047fa8690fafb89a03af58a6c02b4d51f047d8cff0c79173f06a8923bce6413fbc361a01afcb7f0b6f945c82370d94c29b0f7c84372ffc8137ff5b80b7d4a8c25b0638f05693ffc7f3bd3af04e551ebcf3380afe5ac705fe7aa20afe7a231ede6d7118de1da905ef1940c1fbc4f7e1ef9c46e0ef1a33e003c642f8d0d74cf870900b7c24ed1a7ca4cf0a3eeab8021fdb1a01ff22f70cfec5680c3ed1130a9fac26c3bf7e83c367401df099e2cff0d943fef01fb2d1f039ad41f89cb727fcd7583e7c017a0dbe801f872f693c812f7df381afe8b7c257331ce16be144f87ad84bf846500bfc1f290c21c3788f902d3b8d9093b98b90dfb48c903f5288905f0420141a27104ac14508e55e6fc4e611caff92105b545f20b6ddfe855035b543a8a94311ea27e4101acc0308ada20584b6851b42e7441862c7eb3b881d0b5711ba6efb10fa2734103bc3ab113b336d110689b710062b2608432b6d8461afecff440893e32608b39a658479e25184f9430ac2bc560b61d97605b1fbf365c41ee44d8475e12cc2e65838c256868bb06d3f85d8bbd68870501f41389c2d44383c8c47ec8be845ece7fb210e5ddd8a3894e98a38f2d01de1b4f924c2191a8e70ae20228e85ed41b8461b235cbfe820dcd26b11ee0623080f253384c7b35984175205e195e684f09a7f83f0b56a43f87ee4224e4d8e21cebc8d429c25f2109794d1884039062210108c085251400415dd43005c4a104062320238e48780bb1210f0737a0874cd3e0466ad0a81fde085c0c15511f8e8d708c2051f04c5b1194149662128f35404eda51d82b12712c1fc0144b0c253111c450182533c87e06ad820b8dd0608be0d0b21825c418872ac1012c52644889b2322544a478485be428457311057cdd71131fb461131d72e21628d0b11b1c93588d8ea0544ece77644ec643d22cef50722aeab0e111ffa0991e07b00915898894862c922926e1f4324775e40a4862623521fb010d722ad11692b671137fc6e206edc9c43dc0e8c45dcc6b622d2ad9211e9290f11e9edfd888ce72444c67a3d22d32c1b910db882c89eda84c8217d44dc95ef46dc9d5346e4fd6941dc4379230ad3da1185af7a100f5e24234aac25880a4d3344c59579c463b944c4e38b7b118f17bc104f3fcb21aa73b310cfabbd110d2bb98846f8314463643da2b16800d1f8cc0ef1827715d1a41f8f687296205a2e9822da2175884ed155c4abb620c4ebe38f11af579a115d72fb10dd4f35106fde1f41f4fcdfdedfca7d41bc0d7443bceb5746f4133d110373018841ae1831546b8178ef6385f8a0f41bf1c1d01bf1f1711ce293c276c4a4450c626a3f0df1b5fb19621ab28c98fdde8d98db398f983f0543ccc74e23e6bf94227e396d462cbcd440fc7e988f583c598f58e43720562c3188d50b4b8855110eb126ed47acfdde8358d7b98ad8108622368a6d10ff145f21fee5582265542f2365ca9490f2764a4885d37f918ad31ce4e6410a728bec4ee496be29e4d6583a72ebbd09e4b61617a46a0017a9fad40aa96e9d8254e7aa22359a16901a538d488dd53748ada8b348ade8cfc81d092648bd3dbe487d7e1c72677a3fd260e73fa4e12f75a4916914d2e86831d2581d8a34e6d7224dfc479126933548337731d2ecf726a4c5b664a445a632d272b80e69f5240fb947cd12b90789475a072e23ad59bf90365106485bede3c87d7b1e210fa48a9187d5f59187abfe211d93a4c8239b4e229d1bcc90ce3f57902e39fa4897fe56a42b5f05e966f504e9914f467a3abe427ac5a922bd32ae23bdd68d91deb3af903ef67348df7a31d2776d0379ca261079ca018f3cddf80b79f6c008f2acaf31d20f2c83f48b0722fd19179001976f20cfd9ec439e3739813ceffa0f795e00455e34112103852f90410d1148e08e13486003000982c92341e20224d8188b043b0520c1011548f0032612f2761409d557434283cd9030c20212c6f882442a962291ae1548dcf15124feb016925ca38ea4ca3920a961e3486a8f0992762b1649e708918c537d4846f25e24a3ea0d92d7bb05c95b7b82e47f0523058782904283b348d11d15a438a41629b1788d948c1f424ad30c90d2b287c8106d6f6408e82e32643a1a19a6834586bf18474604f090114159c8887c1564e4f60fc8a8f45fc8a87b36c82b1959c82b4fb0c8ab46d7ff37838cbb2444c6bdf246c61f0722e3f30c90891c2632cdb61a9956bb1b99363282bced2f834cdf2241a6dbf520d3c3f4919998706456e03564d6f801e49d041432575084bc7b48842c041d4516a92c218bb46c9045c7439045dd24e403f906e403357964b1eb2cb2e2a200f978cf3ee4e3f074e4e3f17dc8a7e435e4d3d43964754b03b2761b02594bd745d64add9175d71e231b025e205f345a225f0c9f47363d6b4636ad36205bb48e205b6851c8164937b235df15d9b6bb1dd94ece4776bad7223b617b919d237f91af2eff43be1625217b5dee21fb8e03907d991f906fe592916f432e20fb35e390fdde95c8fefb11c8fe695de4b0c22c7264f1327234e136f283d669e487d664e4c75410f2d34763e4677f2cf2f3452be4e79a12e458320339d694871c177c464e3232909305c1c829b928e4d4576fe4f4c207e4773b3172068645ce425f207fc29a9173ec71e46f6b2cf20f8483fcd3f814b948d9895caa55462e7dff8a5c713e8efc3b0d42ae05a622d7b52790ebfb4e22ffdd0b44c9142aa36416b7a164c9b62879890a4aa1791ab5991f8f52d9118152b1a846a9a034515bee19a2b6ae7e476dbb1986da56f618a50a4e47a996e3516aef56511a1109a81d5bc651ba4ed528dd5e4f94de8e78949ef92e941e1e80d24bb88232d4dc84322eca42197f9d4599149ba34cfdac50bbd62250bbd5dd51561521a83d720aa83d2ab928eb1fda289b6306a8ffe73dd43eb383a8839bdb51073ded508736ed471dd9cb41394d77a29cb33d51c7b696a28e1341a8e3a973a813b70750273a2d50272686519e0bef515edf5b50de8f4528ef5607d4494708ea243d05e50300a2fc134250e710cda80b6a275017cf1c475dfa9c890a0229a2827e8ea382839fa0827f5f4081a5f128c8c4060a9aa18082e9e5a060adc3288c260785f98b41e13a1650f83de751f8a9201429ce17456e714751369a50d462368a76260245eb3740d1995751cc072a28b167074a7cad192549184149c6e450d2942f28691118251d64a0429fdaa222f6a8a222fb0fa2625c6d5031a7cb51712f0a51f180dfa84485705492c6282ac9ed162a05e28e4a898943a5feae425d8306a1ae49da50d7eaffa2aef50950d7d55a5037ae57a26e46ff45dd1ed88e4a87c6a2321005a88ca95654e6de0954e6a17454e6c55a5466aa192a6b5b072acb2d047567d80695fb440f95675780ca2b4942e53fad42e5af9e46155b57a14a9e84a24abbb25065bedb500fd35d5015877fa22a205aa8cab83ad4a3cb38d4e3d7b3a8aa2b1f514f1a62504fd165a8eadd375035692aa85a1367549d061c55c763a11a6ab7a35ed013514d3bffa09af7dd4135e70ca15af5b6a35a07d4501d385d54c7720aea65642fea95a016d5a57f18d5e5ed82ea12d7a1bad67350ddf903a8374a8da837988fa8b7ea41a8b7f769a8b7036ea877c69da877c421547fa437aaff7e366ae0de66d4e0d116d4c8d97da8919c13a8f726af51a3666ea80f379d501fee2fa13eeb06a13e27aea3beec0e457dc10da3be5016515f422fa2c60fafa2a67a6fa1a6abffa0be2b58a066062a503fb56b51f3afeb51f36f2351bf8293510ba5ff500bc321a83f4fb2518b0d9b508bc3df51cb0e5f50cbe3eba8e53f89a8d5eb71a8f5a6afa88d0716e84d71efd09bfa86d0726727d172083bb45c77035abea10fad1047472b9e63a0957f7e44abf411d15bb6f5a2b738de466f79791fbd15b40dbd35c50dadea9e8056fdb41fadb11081d63a518cd60e6f42eb3549d0fa45c568fd6511da4066196d9849431b568fa10d5f9c401be96d451b37e1d0661e9fd1660267b4b97301dadca3016d71dd1b6d51a485b628de87b6f4f882b6bce083b6c41e43ef8ebc84b6091b45db4c81d0f6277ad1f6679ea3f7dbd1d1fb394fd0072c88e803ef3cd007cfbba20f2639a18faac9a09d8b6dd12e2fc6d16e5bcea2dd8ea7a3dd7ef4a1dddd06d0ee686ff4f16a39f4899651b4979b0edacb27197d72473ada677f1ada07da86f63dad873ea595863e154a419fb5d746fb9d9345fbdbfc415f3c6987be9849475f9cef415f52e4a22fed798dbe5422450732eea18374dfa083046c3460c01a0dace1a04125fbd0a01f8e68d0df2368b0a6191a5ce883867c388f86296c45c39532d1f03dc96878f9121aa1ee8646eee5a0d11e7c344e700e8dfbf50b8dcfd74113153868e2f67134d18d8fa6ce33d0349d6368bacd2f347d8c82661eda86667a21d1cc8c7d68e62b1d340b8746b3285fd1ec6f7bd11c2201cd4d2a46f30066681ee5265a50e78816f445a2850ee368f1413db4f4ac323a3414848e50b647475cf9848e5cfe8dbecaca46473771d031145d742222019d726a1b3a0556814ed5d4425f5741a16fdeeb40dfec8c44df3eae814e27fd4367ef554367b33ad1d9e522746e7e2dfa6e7e063a4f45199d2fbc80be67f50f5d142c401797f0d0c553cfd0a5ed86e8b2b85174d9c25d7485c95774c5cfefe84a8c13baf2cf07f4a367d1e8473f78e8c7896ae827d26ef453d5fde8a7611be8a7291c74ed1e2d742d21135d7fd806fddc671cdd680f4037e624a15fd4a2d14d9aa3e866d55c74f32416ddfe7715fdea591afa35f10ebacbfa18baab3308dd5ddd8aee71e841f770e8e89e1412bad7878deee3ff46f7f5ef41f78db6a2df596c41bf2b67a38796d7d0c3f231e89140217a1467861ecdfe8efeb06e86fe12c8437f41a3d1136608f4c4db4ef4940c11fded3a19fd6d39113df3640c3df3e200fac7d646f47c20033d3f7306fd5bc916fd072b875e8a83a0570232d12b6f70e835f3dde875e569f4866415fd2f4601fdafe31cfadfbc1023e3f6042313db8f91e918c0c8ccae62647e8561e42d8c30f2ee831885a3e5ff1bc1285de062947fcf6394977662b6f8b763b6daaa62b6ab7463b64b4f62b63fafc06c5f77c7a8065dc5a8022f62d46e1760d47a6f61d4830c315a94e318ed67c7303ade588c6eaa3946ef3704a3b7b480d1f7aac0e8dfdbc0ec5c4ac318ccf6630c6d3118232c17632a41624c47b8985d7d8a184ba5bd184b4d758c558608638db2c5d86cd3c4d8d6fdc6d8210e61f6ca9cc3ecc30a31fbe30a3007a8399883d3af3187f6a8600eab29611c5b653047825a31ce9bb231c70e5dc61c0b3b8d39f6632fc625a61be399f90be34d7d8c3919c0c79cecb9853915df82399dab8d393d761673c66e3be64c611ec6eff52e8cff5a19e6fc5e5dccf9bf1e980b973e632edd876302bdcf6202259d98a07155cce5534b1880888f01c96231e0472318f0cb6c0ce42906033bd78d818ddfc6a074dd31a8a4300caa0d82412bfec6a0fb0b3198035e185cc4730cbebe0c4372adc390c86730a4ab773194dc8f187a140543aff4c030971430ec632518f62a11c33518c270bb8f6278ce0730fcb1528cf0481d4628a1634486fb3162dc0d8cc4db0713b6ac8809cfe56222eebfc14421ee61aeec0bc25c81ac60aea07660aeb42e62ae9af763ae92b531d1577098b8d5cd987805034cfc153f4c826d2f26b1c61393ac368e4995efc7a426523169233998f4b0064cfa241c9383d3c1e4855660f2c3cd30f90fa598fcae2398c21408e6febc37a614178d293356c4941db98029e74c611e8ea330951f3898cabff198471b44cc53e5ed98a7f791981a2b30e699011ff30cf518536bf70f53076bc0d495bfc7d4bd1dc1d46fdb8c691895605e9890302f16f5314d7a1c4c934b2aa6f9dd2aa6459488697d81c6b46d7f8d697fb98c79753010f3fa0401d3d508c374f51462bafe2861ba9928cc9b80764c0fcd07d323c8c4f4fa9ec2f459c562fa1e1dc3f47d7d81796bec8c790b1ec20cec3a8c1970f98419985bc60c3d91c70ccbdcc50c176562861fbec3bc075230a37eef301f16c1984f13d73063638b982fc7c630e317ae6026149531134dfd9849cd5ccc64800f66b26d0b660a558d99baef87995a3b83f97a1487f95afd0df375391ff3ed4c3c667aab036666330333eba180f9715b0f33971286f9b57f0af36be91166e1fb6fcc9f263dcc62460766f1c16bcc62b53f665920c12c67bb61561c13316b9a2698b5eb30cc5a9923661d128cd990b7c76cd8a3301b8883988d97ae987f1742b1328f07b1b20e70acfc794dac7cc156acc2483e5629661dbbd9ca00bb79a90dbbb5e53476bb231fbb7ded075635958f554dfb83559f18c36a3c0ac46a3a1a61755463b03afe6fb13bb6aa617798db630db4d5b1863eb258e33b08ac49c91ad664e00fd614761f6bde5884ddb53889b53c6986b5ca4262ad06e5b0d66a0d58ebaa11ec5e5707ac3d5e05bb9fac8eddff6a0c7b60c76dec01e07eec813077ec81ca3bd8434d615867d30aec31cdff3be3a570ac0bd611eba6dd81758bb4c4badbc960dde962ec099d7caca7f277ace70d12d6abd10a7b32d51deb13fe1deb33720beb7bd618ebfbfa25f6d4451fec19f129ac5feb73acdf6c03d6bf26061b706a2b36e0d50decc59fd6d8c0cf81d8cb33b958c0b7082ca8fc22169aa18985b601b1d0b1212c7c673a16e1a885451a9dc3a27c12b1a82612162d4263315b5cb118bdf3589c7d361607e5638938372cf1cd0b2cf9b72796d2628565fe8ac2b2e206b0ac14592c3b8181e5506e61b9658558ee77392c7f9d8c1532c3b122f954ac1882c24ad47e62252c10561a1b86957e388895ce1ec48666dfc1869d0060c38649d8b0793436dcc8051b5ebe888d501260230fbfc74672c6b1511169d82b287d6cccde426c4c01191b37d58e4df2276193c985d8949d96d894a339d814e9736ceaff39bba6d7834d3b9185bd1e790a7b23c8087be3751ff6e6cee3d89b2b99d89bebebd8db0affb0b79f9dc16664fb6333ab4ab1596176d83b5e53d89c2f26d8dcbdfdd8dcca156c6ed34e6c7e9a23f65eb901b660af22b6c0e516b6b01a852d36cfc216c7ca638b97f2b0c5ebc6d812cb6dd89298bbd8327032b69c5e837d785b1e5be1de8dad1cafc53e8abd807d343d87ad022a639fa432b1d50b89d81a24035bebf1155bb7b10f5bdf6a847d1eef886d34bc897da1f70edb1ad7866ded2bc2b60eb862dbea52b06d1f4bb01d5a9bb01d41ded88ee0086ce7ed7dd8ce87b7b0afbc80d82ed47b6c171d80edeaa562bbbf4d627b77d660df3aefc2be0b9260dfc5ddc3f6a75961fba77cb1fd5f0f63078c06b183767fb0434ed5d891be9bd8d1d535ec278ba3d8b11b38ec58fb0decd84804f68b712bf64b542376e24e0276ca0d8b9dca2261bf5a7ec77e7dd780fde6e98dfdbec1c0ce1c88c6ce044d6067867db1b3c949d81f176f607fa63862e79438d8f9787bec7cb91976c17000bb60328ffd5d85c3fec1f560178fd2b0ab4d7dd87f2747b0ffaeb863ff2d6fc1c9982be036f19fe2648bfb71ca9e5538e5a974dc96e25adc56d545dcd6dde770db2e29e2b66f52c1a90edbe0d47693716aa2399c5a663f4eedc9219c865e194ec3d10ea7e90cc569ad8ee276e81fc3e9de0dc2e9f67cc1e9c7b7e37652cee076966071061426cea0b0176730308a338cdb8d338c8fc5191d63e38c3f6271a682429c697c19ce2cf620ce2c6933ce9c628d334f3c8633bfbb80db3506c359e4cee3ac7c9fe2ac280a38ab246d9cd5a39f38ebe683381b6d32ce360b83dbab6587db3bf10267fffc11cefe4f10ce01d28c7398abc11d5c7a883b14f417e778cc0177a42500e7742b1a77d46e04e72ce38a731e04e1dc49ed380fc4179ca77309cef3f66f9cf76e3f9cf7de2cdcc99277b893afa5385f9365dcd9d2cf38bf631c9c9f570dcecf5f15e747cec7f9859ec55d68f88dbbd8bb820b2cbf880b5e5cc15ddef90d7779571d0e54cdc041b62fe2206af338c82b060e6a5087834e1cc2c11cbc7130463f0e71500787403ec4213e3270c87def71c85b781cca500387f9e18dc34e68e270d60138dc75571c7e3a0087ffa58523485fe18867077064dd273872f2031c45d70e4739ea8ba314eae068ceae38daf5011c6d5c05c7b8338463f455e1b8eb6e38defa199c40250827381088137af9e2c4162e38f1f1cb38710e1327f9bf794a3e9070615b3471e1291f7011c06e5c4472022e72b2091755158abbdaf00817d31f848b3d52888b4db8858bcdadc4c555edc5c5f56dc2c5a7a9e1126c9a70090107700977cee312ff2ae3924e2ae292f06ab8e497fb71a9ea61b8b49c9db89bca9db874df0a5cfa75122e231783cbf2fa89cbd52ec5e5d5cce0f2964fe0f2f7fbe1f29d3d71f993c1b87b415b7005d6185c41cf3e5cc1dc76dc7dd7105c91c409f760620c575cd6802b159be1ca6767710fc756708f120ee31edd31c43dfee9877b7aa01857bdf51eaee69f3dee597a0baecef422aece750e575fae896bdc7318d778e202aef1c1795c13fd10aef90219d70c9bc7b5a8b9e05a96f2706d9017b876f9705c7bce675c67fd67dccb7a05dccbe9fbb857f77ee05ecd9bff2f03f7fadc1aaedbbf0ad77deb17eeed8a3ceeddca6fdc00a71137107b1837b4291637d4771a37ec711937ccd6c00d470fe186eb6fe146145671ef3dc370ef9121b8f78dfeb8f77f59b84f5e2cdc547c3deeeb1802379d9086fbaea18ffbdeb7829b1194e36616d0b859cd53b859c629dc0fef73b81fa879dc8f4973dc5c48d7ffcf9451dcdfba32dc86b30a6ea37533eedf436dbc4cea69bc6ccc6dbc02470daf985d8957baf4bfeecdf8cdc67ff09bcdc8f8cd2f87f12a9c53f82d89c7f15b5bbee0b759eec2abfa06e055cbe6f06aa8bd78f57d58bcfad4085e631a80d7947984d72970c6eb2cb4e37556dbf03b62faf07a7a39787d581b5e3ffd2bdec072016f708183370a3b8c37fa46c01b1f48c71b0bfbf0c6539d78134519bcb98b3a7ed7be6cbce5e0147ef73e2dbcd5ed4cbcb5893dde56e303de76cc18bf177e05efa05780774835c13b9482f1fb832fe0f7f71cc73b0664e01ddb5bf047764af04eaff6e09d6765f1c7907bf16e5e27f06ef381f8e37d03f8139786f15eea0d78df9a2f78df5907fc29bfb3f833f777e3cfb63dc7fb696be2fd4caee3fd9f1ae3cf6b5ec29f7720e02fc0d3f14156aef82049143ef87a18fe72c3221ea0f4120f70f7c303d8ce786063281e8231c6430df4f1b0a37d78984f011e0642e2e12a07f17067091e7151178f0c6cc7a35253f0a866333c3a008bc72a6dc7630d8978c254329eb0fa0b4fd43b8527c19cf0e48357f1948397f014e4033ce5cf1e3cd59284a7cedbe3e9a17278faf7723ce3f2133c932387674de8e2d94ed7f06cc2633ca7c71ccf8b0fc20bce78e285c06b7891220f2f7ae68e172b1ec54bec5df1d2c5c3f890e6367cb8a52c3edc4a111f9eea810fcfa5e023eb83f1915379f82b37ccf157cb06f1095a1c7c82ff003e21f9143ee14f063e71f32c3ef1c0257c720e1b9f2238834f9d85e1afb968e3d35c93f0d73945f8eb4f7fe26fb4a9e16fbf21e0d37358f88c1bb5f8cc1a263e8bb5039ffdf03efeaef1123ecfeb24fe5e0f0b5f38fa137fff6b32fe01f716bed8c4175fec978d2f6137e0cb7cccf165feb3f8879a7af80ade2d7ca51306fff8ea10be5ac7065fd3608aaf735dc4d7e163f0f5f1f5f8fad1d7f8e75d19f81787f4f0cd8f83f02d87bcf1ed077fe3dbd34cf09d9dd5f897ebb7f0ffdf317cf7b63c7c77b11dfe8d7a3ebe775b33be1f688c1fb0bc811f0892e2877e1dc70fff2cc27f70d4c47fb4a0e23fded2c47fd251c67fbae381ffa23f83ff0296c14f9cafc14f1e49c24f9ec6e0a73e08f15fed9cf15f0b03f1dffe1cc0cfcadec5cf1a3ec0cf8e34e27f482af13fb2eee37f6487e1e77297f173755bf0f36907f07fe242f08be951f8c557b9f8e5838bf8e59f7af8e5956df815f40c7ea5a902bf11fa05bf519e47d874954b5012461194dfdc2628bf3f47d8ac5f49d81c7086a0527097b0ddb785b03dfd2a617b0b8fa0ea5c43504d9f23a8f63912548787086aa25e82ba412141336286a0f5de9fa03de04ad0094c27ec10fb13742f9308fab291849d97be137696ea118c081a04a38a7e82b9733961975b3dc1b24240b0acd724ec46ed21583568126c367913ecfc43097b83b5087b138584bdbf3208fb8259847dcf3608071e0e120e8c8d130e0d3f221cfa8223387e0b271c518f261c419e231ce1b00847227b0947dfb8119c795e84634c36c1e5a61ac1ddb99a70dc3690703cf531c1a30c4df068384bf02cea2278dd8824783d332178db5512bc497709de2560828f5330e1d4fe09c2e9577709a7df8809679db4087eb271043fad2982bf8715c1bf7695e0dff492706e788570be7a8c70bef52be10275857051469970f1981a21a8448b10f4a38b10dced42b8fc428b00b8694b0096a91160b8af04b8730a0131ca2120d5ab08c8b703048c6b2f015b4e25e0d22709846b5e04621f8d4072794a205d1c23903a2c0964ab3c02799c4ba0f87611a8bf0c08b4ade7096cfd4802fb9019810bd12570e72308bce4688290b19d2014ab1084f9a30451ac2541ba624d8854cf264406df2344926f13a294aa0851fb0e12a2ce2b10aeb87611aedca9265c29394fb8b26147b8da994e888eb84b885e9d22c47b2b10e2119584e43c322125fa3321a57e83705dc59170f38032e1d6e61cc22d7012e1565e0921dde10a213de72d21839a4ec8348b2064262d11b212b308d9d9a1843bcb9f097731ad84bb733d84bcb25c427e4c28a1e0ff7c166e7b43282ed84528357f46289516111eeae6121e0264080fd196840aa41fa1a2528bf0c8be8250d5594f7832d04e781a7596f074fa28a1c63e915017ac4aa82b69273c3f3a476864be24bce85421bc782525bcd2b122bcaa5121bc2e794de8127e26744f0710de64ff20f43c43107a479308bd5fa2086fabff12061eb812061afc0983bc52c2607a3a6124ec2661a4ce95f0fea29430faba83303a4c247c38d64df8b07e9af0f1f175c2a72938e1735c10e1cbd19384f10f2584f1b16ec264bd2ae1eb8f25c237ee65c2b7c255c2b76a36611adc49f83e5b4098dd1f4b9823bb13e6f87a84b9225fc2dc879f8479d51ac242d077c2efdd04c2ef47f284452093b0a4d347585af0232cfbd613fe261811d6e7be1136400f8832bb2289b2af9844b93d60a27cef39a2a24d065169fa3e71cbd163c42d4467e2b6fd8ac46dc7ea89db482bc46d3c3851f58117519d6442d4d01c206aeed841d434f946d40c3c49d404ba10b5de6e226a5bf089da53ed441da11251173c44d46dc011f521c5c49d573e1277ae99110dc2f7120d4a7b888605d544a3870ca2c9cc30d1dcc998b8cb9749b4bce740b4f26e225afdbb47dcd3748168bdc789687d668268e30627da5aa8106db35388762def897b215ca2fde60da27d9a07d1fe2e8db86feb55e2a1635f888732b589879d7f138ff4de231ef9a14f74fa6948748edc4b74d17b457479bd4074bb9c48748b3f473cee20433cb12d8b78e2f231a2c7750ba2a77203d1b3d597e8bdf518d1fb7d0bf124ef38f1d45c16f12c4186e8e72e25fa618389e7a6ec88e745b1c40bbb9d89179ec7112fbc97275e5447100355e28881f1fd440063920818001341013a4488da3411ea2224c2097f8808b36422e2cc1c1159708488ca9824a295758868e79744ccb103445cda3c11f7a2924888cd2252851788d4043b22cd749d486b772232cc6d88cc213a9195b08fc8ca2413d97267886cb717444efc22915be94ee476f91279823ca250ba9d2822bd278acdea89e2a06344712e88282958254a21878952c24b62985a173162d70b6204d897185191498c3c3d438c8cfc478c8cd7254645f713a31f638931b14862cc3886180bdd498c456e21c639dc20c6751f24269b3e25a6dc5127a6fc8821a606d288696af6c4b40b5b89d7c72e126fd43b106fdbba123389146226658998e5788498ad6b43ccd63727e6cc2389b9e7771373c108625e6e2531ef6e0731affa20f11eb88358982e221605eb101f3c92273e781d4f2c7eb89758e6524d2ca77f2456debd4c7c7ce130f1a99443acaecb25d69837119f299c21d61ad188b5c1d1c4869014e28bbc4462936c2cb1f9601fb165fb0562cbbd58626bcd4b62a74623b1d32085d889ef27beb26823bebe3b4aec66a711bba37a893d2af7883d76cf883db32f897d6961c4be2534f19db323b1bfdb9c38f0670f71283a8a38f4fe2b7124bb86f8fee445e247ee14f163dc47e218a89e38f6fc377122683f7102e4479c3ca641fc8a09214e7ba511bfbf0f23fe14ab107f557e23feea37212e509c898bdc62e2928a077189984c5c0ed420aea8191057761c26ae046b12d7b7ba13d79142e2c6d63ce2c6c714e2bf182269d3a69da44de1fb48b2114524b9194792fc090e491e69465270182229b45e212922e5488a5c1c49712c9ea49417405206ba91941348a4cdf7702495cb62d2ff7f1f92ca172b92ca782369cbdbf324b5b244927aac11493dbd97a469fb88a4e51d45d28ad52269d59492b4eb0a483bb8f324bdad4324fd691a69a7721269e7597f9211aa8164724b4232f99d4b32fd5b4d32f3502699212e91766567922cd0be240bac0bc962ed376977580669f70d25d2eefa0c92150848b27ac226ed093b45b2beec4cb2fe2a20d9399e22d9892249760d3492bdbe2b699f9113e940ce08e960b119e930a18f74443d86740cef4f72a91d26b934d7935c1fba91dcf40e90dc7d5f933cbb79246fddbda493c7b5493e97ef937cee68907cdb4248a7980748a7b7c6934e9b3e249d71f0279df350205d508b2305fe5b2505bd7a4c0afabc460a56bc4c0ade5d4cba7cdd9204dc7b8d043c7080048cba460229f59040461f49a0040312a87d9804b1e093208e8324c8782d097ae113093abc8d84b05525a112f34898ce3112bec49d44bc3248221d74219161d624f24f7f12a5d49b44854793a85c25123df72389d15441620c1f22b12a0f93d85647489cde7912676699c44b7d4a12756c90c4c3de24c9e5b32449a1294952f285141a37440a079c27855fc19322b0585244c216d2954022e90a9d46bafa722729dadc9614bd0b438ac65a9062fe7e27c50565911212264989478e90929a0b49492ffd483710fb483786ab49b726d9a4f4a2f3a4ccdc2552660992947d7b8874c7e825e9cec772526ef505d2dd5fdf49797e074879d75548f92616a4fc6b71a4fc0101e91ed69d5460fe8054d87c8e54d468477a703684f420229154bc8b432ab9ca2095f427914a26f348650e6748659e45a432c800a92c4781543ef38154716a8854c158253ddafc865445db497a12a94f7a4a5324555b3d24d56ccf24d52c1d263ddf3e4d7aee40253d3fff94f4bce923a9c9b994d4f4ed19a9794f21a9f9a02ba9b998476a5ea4905a655649adfb21a456a83aa93d0f4eea60fdaf713be915ab84f4aae32ea9ab0a41ea9a1a22bdf1e2927a4c94487d69a5a4be0d5752bf2d9ed4bfb8401ae0fe240d9e8d250d6d5d270ddddc4e1a3e7295343c50411a958d268d1a8692461bb792465bc2481ffebf0f9f501aa44fdccba4b1f60ad2844f2569e26b256992904f9afcd440fafaaf84f4ed872e6936f718696efe08e9f7370a69e9e759d2d2823169f9ef3dd28a0681b452374c5ae9f84e5a992d25fdbd68435adfdf4a5a179991d67bac481bd859d23f37325976530e596ec2942c37674796e730c9f2092cb2d29e62f2e6e0bf64956bc9e46dda43e4eddeca644da71b64ad1a10593b5981bce3a309596f4248d6b79e25eba39064fdb54be49da422b2a1c21fb2a1f823d93836846ce280229b5afb924dbd82c866364cb299732ed9bcc2836ce9cb205b9ecf24ef610e90ad83d3c8d67715c8365ee7c836632664db0b77c8b695e564db896cb29d4220d9a1691bd9e12590bc6ff60ff9d06717b2a3d201b2e3d525f251c52fe4a39f60e4a36b05e4635119e463cde36417d206d9657037d9751e4d3ebedd8a7c3cc58bec7dfe0cd93b91433e39e546f681f8927d15f7917d898564df4f50f2e9c7b7c8a77b7790cf6c7b403e0bce209f455a90fdf6f490fd4ef990fd0938f239701ff9c2a1a3e40b4d06e44b478ac897927f92036fb790832be1e4e0fa0c7270f35ff2e5d85432d853890c31129121cc3a3234699a0c7d4321c36382c9f0d88764c429291931e34e46bed820a3dea893d155bbc8e8f77a644cb0888ca13991f1723032feb02a99f8b69d4c66ff2393a30f93a946a964ea502d99fa7d3f99b6514766a6a69159b229645648389935694ce65c1491b92dea64ee7c0399f7fb3899bf9243161286c8c26bab6469d46fb2b4ca9a1cf2ef2f39a2ec0d3992f98e1ce5f48a7c258344be52be448e76fb428e598827c76a679213b41e90932e049093ca44ff6b22270f7f20a729d490af8ff491afff0b25df02ce926f2fff25675c4f24678caf923377ad9033ef8e92b3e0fde4acae64f29dd46072cee525728ec8949c532047ce59fd4cce05d0c879a930725e851639ef9d3c39ffdd34f981df2f72498b1bf9a1be03f9514511b9ca8e41ae3aac437e127f83fc34fc39f9695616b95ade99fcac289d5cdb8621d779ac929f934f939f577c27374ccb911b8fbe21379666901b47e5c84d683eb9e90781dcac60496ee944935bedde915b2fed25b766c2c9ad2b8fc8ed2aa7c8ed45bee48e6ff6e48ef92af24bca08f9a5e422f9e58f1de4577e9ae4d7bd0be42e6035f94dd827720f368fdc73678cdcdfbe4aeeff8a270ff46e250ff4a1c983980ef290661af9e39928f217a310f297a9cbe4c9526df254e13ff28c0a913ca35141fe51534bfee96e48fe29cd20ffbc739fbc20f1272f7a2d93971a93c8cb8c63e4e56903f2ca413ff20af62479236d2ff95f7c2e45f66f25454e3b8f22d76e4691b7b0a228551ea16c0e69a66c33f2a6a87ecaa5a8efcea4a8d7fb5334768d50b4daf2283baea95374312d14dd3e238a9e5086a297bb97a2afa441d969f63f0b738a81ca098ae1161ac5f0fe2e8a112689624cb94931fe8ea2981877504cdbce51ccbb3a2816dfbc2856822d146b3712c5fa8b36c5c6ed36c5669841b10d74a1d88d6ea6ec538552f6bd93a1ecf77e4039002ea51c98f5a41c8adc46392c7f8072d84b8de2b8f30fe568e637cad127fa14e7c01d94637b989463c2318aebeb128a5bf80b8adb2f3cc543268be2797188e21d5c4639b9698e72f2ea04e564e6438a2f6686e25bd74539937b9f72a67117c5cfe030c5cf2a95e23709a2f8e7dda104ec50a60470a22801e52694732545948bfa14caa580224a60f3454ad0210a25a8ee1225587f1f05b0b495025e6aa540504728307628053e3a4a41fcff7dc86bca14d4c81f0af6863d05bbb69b82ab58a7e06b1c2984dd0c0ae1d63085586c4c21917329148b87144ae41b0a551940a1a76652e8bf77531807ac28cc97c114d6954e0af7f7790aaf7433851f88a7082fbca0888ce628e2bb2614f16c1745c20aa484c2da28610c0825fc621f25fc890be58aee5f4accc03825e6933725366a961277e00f25ae649692e8b09b92388ca524d79453521c6528295d13946ba6be946b879529d73c472869eddf29d7697f29d7bf5a526e7c19a4dc0a0651d2e39e53d21b1e52b2e72b29b945024aee873f94bbf79c2879280a258f1748b977629e52a0134d29b0cda33c009da3946cba4f29d10ba1946daba19459a452cad28494b27bde94f2453ca57cf927e5616f36a5729f27e5119246796cb497f2b8c38e52d5344879626d41a9ee62536ad9f729750a772875c1004a1dd68e5217c1a7d42b8651eab79fa03cbff194d238bf83d2242f4b69820029ad7f7a281dda3f281d6307299d6daa94ce9922ca4bc918e5e5a02ca5cbfe2ea517ec4ae973afa3bc75cea2bcdbb78932986d4b79ff3083f27e8843f9787b9cf2e9812d654cac48f952709332795d9532f93a9632552743f9ba42a47cfb974099e6432833e7bc293f2caa28737655945f0d0b945fffc2290b1fd4287f4627298b27d629cb26959495803d94556f35caea880765ad6b89b26ef095b2de40a76ce8cc53360458cabfca39aacc6f03eaa62fafa9b2283e55967b812a4f4aa72ad8b8531570e954a533f65425e033aaf209085525cf90bae5d567eab6175fa86a0707a86a3e4e548dedf9544d85cf54edabbd54dd866354dd0e2655ef7407552fed23552fff2975272582baf3ea01aac1ee35aad15501d5c4ea10d554d3986a3a3e4c35b37b4d356f384cdd159643ddd5104cddd56441b52c394dddfd6c966abdd38e6a7d37986a937d8e6a9b09a1da963853ed8e2c511d9e04510fdc2ca01eea44529d0f7b505d7e6ea1baba3fa2ba5efc4375cd36a6baae60a81ed1f654cf7517aad7088f7ad25299ea53ba957a5a644d3dabbd877af60b8bea4f30a5fafff0a00698ffa25e50bb40bd40d9a05e0acca55e428ba881965ba9817915d4c0fe6ceae5da742a446b860a7dd14745b8255191b18fa9c847e554d427652a6a3a9f8ad60fa3622e53a8d8870fa9782f06159faa4225b8fca0121a1f5189110fa8c45e31953ab9854ab3f0a6d28a64a8b476732aed7328957e6207950e3a4aa54bae5019234154969f22951db48dca4150a99c50329507e9a20a8347a842128d2a567c42153f54a14a08ce5449772835a4ca8b1a7a1f4e0d4f7d4b0d7f90490d6fba488df42ba54657af5363027ba87103606ad2413235b9c2899a72804a4ddda94f4d85eb52d39e0f526fa534536f87fa5233b2cf53b3df7fa7de592aa2e688c2a8779733a80519efa885b967a9f75f54511f5880a9c5ee606a49f82e6ac977436aa95e07b50ca5462dbff58dfad06d925a8195a3567605531fe95ca43e0ec5539fca1da03e7d14427dfaca90faf4e7596a6d433db50efc81fa1c23a136b812a92fd21e509b6adca9cdef37a86daa85d4f60e3eb5a36317b56bd299da7bb48eda5f644d1d30a8a20e3cb1a60ed65da00eb688a9835f8f53873de8d491ed9ed491b47aeaa85a1c7514a54efd90f291faa53d8a3abeff3d757c31863a191f409d1c7e459db668a47e176b5067b487a933d239ea4c8180fac32589fae33e93faa3fa1af5a7e66dea1cc3893a579e4c9d47dca1fe3675a72e71cf5197f8c7a96b770e50d786ee52d7f523a9eb0f9ba91b5322ea3f8b63d47ff567699b0270345953184d5e48a7c96762698a012934a5278e34a5196fdae6e3e3b4adf172b4ed6a1769aa72429a6a42214ded079da6797f274d736c94a6c37c45d36b7e44d3dfe2443338ea413300d1680611309ac11d7f9aa1a73bcd90f495664899a719e579d18c1a76d34c96e269a6a5749a99f920cd7c732a6dd735459ac5eb5adaee170534ebfb6534ebce5734eb95db349b456b9a9d5c3fcd6ec69866b7f89cb6cfad94b67f0b8876e0d408ed608e2eedf0fa7dda114003cd49239ae6a47797e674ea1fcd59c38ae6925248730dbf4e730f5aa7b9e75fa0b9ffd9a01dcf794a3ba1b983e6e93a43f3f4a9a379214b68ded833346f26917672df28ede44c2ecd47dc44f35985d07cb72cd17cad8a68be295cdaa9f02bb4d35e96b433903ada990928cddf5c4af32f3c45f37ffe8216a0d1403b671e4c3b47d1a69d8bbd4a3b6fcda605da29d382e5e0b4e0bb30dae54d51b4cba607699721781a4cf6230de67386060f6da5c1ef31694859180d7958898686c6d3300e05348cd7111a0e5a45c3ad77d3f0315f6844008d467bb98dc6d0eea43175ab692cc7581a8bf187c61656d2d8b98e34ce95181aa768178d33b299c6db26a20937883489fd719a74da9616b24d4a0b451ea085d190b4f09923b4081c8b1669f1bfd3645a64ec342d6ad48676150da0c538eda0c55c0ea0c5467ca3c557a7d012e4d469493e625ad2f563b46be2dfb46b8f4a6969bbdd68d75f99d16eecf5a7dd6056d16e1edd4fbbc93a494b5700d03216dfd23229ff68997d81b42cae1c2d7b638d7667ef1f5a4ead012d9782a0dd3d5447cb0b89a2e51f31a5e543dfd30a366c69855ba9b4c28957b4a28018da03fc665af1762f5a71b00aad44af875602e7d14a89bf68a5a9a3b4f2b85fb48a908bb4c7d1df698f6f37d21e7f7b43abd29aa13db93f41ab6e49a33d73b3a33dc3bca03d7baf45abefcaa53d577c456bf013d31ae0f5b406de20ad617a2fad616582d6f42194d6cc6fa635bf6da5357fbd4f6b910da0b5e4bca1b5bbf6d03a48125ac7540aed65cb16da2b5505daab6914ad6be71b5ad73e3ead2bdc9ad65d28477b433a44ebd1db4feb39e445eb7d7d8dd6779c4aeb2bbb4c7b7b2e83f696a2467b676c4b7b775c93f62e7c85f6ee9a336d40df9236f07e8336bc46a78d94cbd3de4bc269ef2beb68a32759b4d1cfbf681f58df681f7b52699f744b699f9ebfa27d9ab6a37dae7e49fbfc61903616584b1bebff7f1d48a48db78dd126b66cd0a68eeca64d1d63d2be41cb68d3d434da7799edb4efeb6cdacc2281365b2c4ffbc97d419bf386d37e5da2d216320fd37ecfefa12d3d394a5b6a7d495b3ee5425b7981a5ad9abea7ad59c0686b959eb475fd7ada06c899b691d444db687b4cdb5868a7fdb3a7d3fe7d75a4cb9569d1152bb07425ad6afae61903ba4a513a7d2ba49dbedd0944dfde3444d7d85f47d768ff45d79897d235cb6ce85aa920bad60b35ba36154cd7961ea2eb2a8cd3757bade9fa27aae8fae90974431953bad9c52cba19688cbe6b2b89becbb690bedba3976e65a74fb7faa642b7de1a47b70e4ca75b837ed26dccd6e9b65423ba5dc638ddae37926e37134ab75bdb47df2b49a1dbc700e807325ed20ff375e9475c4174a7f83cba536f07fdd8f404dde5ae09dd3d688dee3e77877e1c28a27b9a4ed13d2977e99e7d8374cf8d69ba17ac94ee1db04ef7dd644cf765d7d27ddbb074df3fb7e9a70e94d04f4b45f433a2cdf4b3c0a3f4b37f3de9fec60b747fb626ddbf8c480f5018a4075cbb4d0fa8eba29ff7a4d2cf1364e9e7c333e917cda8f48b7b2be817ef4fd12f293bd22f25c4d32fe51ca1075ae4d2037fc6d383f253e8c1bf79f4cb41d374e0152b3a98134e07b7bfa4237f37d3d1a15e744c50091d33788b8ebde84bc73e6fa313c0443ad9f037fdff072f9decaf4ea7167ea0d35ae074bade553ae3823f9d71fb2d9df12893cea184d239cffed2f90ff874c1637dba701641176757d2c585a374c9de61ba5429892ec54cd3a52d39f41097687ac8db027a28ff243d0cfa821e6e72941eceb6a35f99eaa35fbd10498f915fa1c704cdd3e33f3da3272cfca1272ccad013bbade9a97bded3af9980e969a241fa8d361e3dfdf8223dfdb2173d3d65173de3570dfdce4e183dd766849e5b0da3dfbd7d909e7770273d0f4fa7e7718de8f993fbe8f7eeefa117b4e1e9050bc7e9459301f4073eb2f4d2a11df4f2f328fac3643f7ae5b427bdeadf18fdc9e116fa13e45ffa936f33f4a70a4ef46ab36df4ea93f6f46a7426bde64c3cfdd9a969fa33493dfdb9750abdc11d476f389e456fc06ad05fd0ced15fa470e82fc6e3e8cdd70fd15becd6e92dd9c9f4568d6a7a9b893fbdedce4e7aa7bd2ebd73f117fd658494de55aa46eff93f4fef3697d1fbd7ace883d55fe9830d0ef4a1d866fa306183fe9e6b4e7f9f7782febe2c98fe41fe3efdc3096dfae79736f42f3b7ed0c7e5fed2c79d12e9e32783e9e337eed227ab16e9d3c6eef4ef1350facf12127d5e7699fe47f103fd0ffc0a7df1168cbe7cd394be5c15425f51e4d157daede87f1ffad2578dafd1570fced157c1d5f4b5b35ef435960a7ddd6895beee7a8fbea1534adf581b66c878231932f50a0cd97d010cd9773b19721ddb190ac1e7190a2d5286a2e2168662f149865262054339e52b63738122638b4d3f63eb013263db356586aa1e84a1fadc85a10e79cdd0a8fbc8d04c90656807b8337436d53176845f67e8d1d718fa9eda0cfd07310c839fbb18462faf338c87c10c93f44886e9f54586697604c36cf92163579812c3b27f1b63b77c12c3aa6e82617d7d9861fdf01cc3baf20163af3394b1776888b177c382617ff325c3befa2bc3a1750b631fb79ab1ffe219c67ebe0de300348771f0dd53c621ab1d0c47ef5ec6118b34c691e824c651ab4ac6d1f04886f3174bc6b16b810c57389de18e3ac9f0c647327c3cbe327c7ddb18be31f58cb30f8e33ce96b931fc04860cbfe4af8c804bc98c802b268c80e6db8c80993d8c739241c6b9123ce3d2b92546d05c2823f8e43ec6e54a1e0350ddc300fe2033807f510c90d88201f5c43360c9db1828ed530c54b93b03a339c5c0fe7f7eecba1e03675fcdc03db464e03f8c3388944e06517c8d41f2d56690de5631c8c5f71934d811063d2e9bc118f060303e0631187347186cdf2d0c4ea423837fe72c433c7182216d4133422f1531229cb73322a2a31811f9ed8cab59938c98f97c46ecd6cb8cd88c0446fc6b45464ab303231517c6489d0031d254188c1b8add8c9bf6d68c9bfb77326e1e5060dc2c4b65dcda2c66dc6ab165dc7a1bc848dff196917ee912239df9889189becab8630e67e4f45f62e40c8b19b9bf388cbb8d071905f60e8c02ce5746a1950da330c18371df3b965194b39551d495c578d0fa81515cfe9d51dc718151629acd28bd19c1286d8b65941f1132aaded5339ee0ac194f1f1219354a2d8cba4e31a3de218dd1f0a186d17816c368a4fc6634c6b4309ab6e4335a77b8305a5d8319ad2263467bcb7746a73592f1b2fc21e3958e90d1dd8a66bc518e67bc815e63bcb98665f4a97532faf0a719eff6de67f40fa218436f498ce1a7e58c916d218c91893b8c917fdb18ef27098cf7bfcc19a35a728c8fe5de8c4f3f8c189f167f313eab331863cfd518138b28c6a4ed3c633a508b319debc99849dfc698bd14c4f891a5c5f899bbc0988fe865fc32b361fc72bac3588a7cc458d959cff8fbb395b17aca99b1fa7b83b15603676c40763365ab8799b2cfad9872cff633159967992a56f5cc2d7b3e33b7467e656e93dfc5dc669ac854df95cdd4607f676a541531358fdc666ab29599dac6c7993af5cdcc1d5c3c73c78f2b4c3def5f4c3d8180a9fff7247327c29db913cb60eea4ed661a4e1c631a2b6d307769a432ad76df675addd4675a5f2031ed261a99f6723b99f61e2799f6440fa6432487b9bff303f3e03c9579d8c99ae968ebcb3c72c79ce9a47787e9b416c174d63ece3c260863baf8e9305d83b499ee9d04a6f7815f4c6f440cd33b8acef44e7bc93c19c566fa788b993e1fc2983e4bd64cdf920ea6effbebccd3c7fc9867c8f34c7f891fd3bfff2af3c2aeb7cc0b986ce6a53f0799c1e924e6e54fa94c40339909c4b398606e2213b699c784894a98706f65263c4b8689582961227dd299a8274d4c74d91813a395c1c4179631896ba34c12ba9e49d6d367528bd399b4b84526dd10c1a49ff66632486f98cc13934c96920f93e595c8649d9965b282b2992cb80693ddf696c9531a620a3efa3325d25c6648ef796628e31d33943bc18c387396191560ccbc223bcc8caeffce8c797b9f1933afcc8ca53d64c605bc65c655c933e3c60399711b3b98f1ee9798f15d1f99897df5cc24e52c66929f3933e5ee6f66ea6d26f37af037e60d7314f3c6d5c7cc5bf20ecc8c99ebcccc4e0d66365dc8cc4e3ccdbcf38dc8ccc1629979ce2066fe542ef39e4e0db3c0eb2db3d0a8955938e3ccbc8f16311fc85e673e580c6796e8d6334b60cacc929a7266c98c2db3f4e05766b97b31b352e10ab3727f29f331319a59e5eccaacca5b6756cd66319fde8960d6e4c399353fa29835ab4799cfea4a98cf9dea98cfdb68cc266f22b3e96514b3597627b3f9a433b34dff07b3ed852fb3ddb881d94e7267761427315f6d516276995e637641a2985d5983cc1e8b6566af0396d94b9a62f6ff5f9b0307159983f7bb981ff5e0cc4f6ef798635613ccb12a7fe6971b6f99138e38e64c128d392ff461fe869731ff4cea3117bbbe3297a65f3097815eccbf2389ccf5893196cc63286b53982d4bf63b932577f8164b89f98fa5fc10ccda5a7b8fb54d5689b58db487a55eabc152efd9cd529ff762696d24b3b483882c6d329ba5f3a78fa5b3e2c2da91a6cbd2551861e9a9afb2f4ac9a58fafde7583bcfc4b28cfeee6699e0cfb14ceff9b2cc3c812cb3e71296b94226cbd2d98765c9ea6459d627b1ac4cad5856096296cd217596cde7ab2c3bf728d65efb44d6befd55acfda7c658fb0989ac03a1e9acc3d6932ca7c72f59477f56b39cc34eb28ee90158c7b00759c7be9bb25c522b59c717c2591eedc3ac93c9d52c1fca0ceb940b85e5377497e5df92cb3a4733619d934cb02e261f67059ee0b282f33b59973765b22e9b4a5800535d16e02087057836c60266f5b280e5f92c90c31316e4fd0116d4748505733acb421afab2d0097759182a8a85f5f8cc22c4d5b388dfdeb2c8e2311639c38a45f9f48e457f5dce62711759acdb612c56e141167b3b98c5b9afc8e28607b0783be82c81d6769600f88e25746d620907b359228c1c4bd434c10af3746545201eb32277dab0a2129b5957bca6595735c5acab49cf58d1b56c569cb180157708c58a3b9ecd4a04d6b392777c6025db68b252fe0cb1521daa59d7ea3658d7ba6358695bf3586990a3aceb2ad9ac1b9788ac5ba6daacdb2725acf4c399ac4cb95e56d68e1256b69c332bfb7e23eb0ebc9e9503a4b372906dac9cb948565e8b36ab60e02bab0895c67a907191556c4e6095a8d6b24a2eceb3cae4b8ac320a9c556ee0cb7ad891cf7ab8dec4aa38b7c8aa7864cf7a24fb8c55759acdaa020959d5379fb16a0df459b592abac66998face67b42564b4207abd57037ab0d35cf6a8faa6375446d6175f41d67bdc24fb2ba2e14b17a141b593d8e27593dee26acde191eebadf70dd63b623fabdf80c4eaaf96b0fa6bcb59437679aca195c3ace1f936d6f0ea77d688ee4ed6c8a164d6a8460a6bf45706eb430787f5d9f6226bacde84f545469ff5e55f2f6bfcaf98355159c79a5841b1a6345c5853c659ac6f5d6dacef821cd6f7aa52d6ec6915d6ec4304eb87cf55d64fd635d69cce3c6bfe378935ffe7356b7ec58ef567e729d69f7817d6df8902d6eaa769d69a641b6b3dff076bbd6b8cb5e17f8ef5ef0e82bd697680adf0768dade4bcc056fa91cf569693b0951722d89b371bb137c37cd92a91aaec2dfb4dd8dbf414d8dbc739eced13b26cd50853b626c493ad85bdc0d65a42b3b52d1dd93b0276b07756df65efecd9601b1de8611b7909d9a6c69bd9a6ae116c33cfdd6cb307896cf33818dbb2af9ebd3bc19e6d637a826dbb708b6d67e2c676a80966ef2b0862efebaa621faa5f671f1e4a643b09abd9cef48f6c178880ed7a6589ed3a7997ed26778d7dc293cff628b2617b767e657b2948d85e3b016c6f6d5bb677ca25b677ed4ef669ed67ec337640f6997fcaecb3853decb395fbd9671f17b1fd2e17b2fdae51d8fecef6ec736799ec4b7263ec4b3a11ecc00715ec6062263bf8ea7376f0d7cfece00d3f3660558e0df493b221b35bd9509b076ce8790536c297c1465ccd612355a6d9a8fdb36c74d24736365a878d57ad62e33dceb2f128393641759e4d006bb0094dc36ca2ee3136d159814d76aa66536a02d82c69309bdb37c6e6c729b00563bd6cd1e66cb668e4115bbcf6842d318b654b0283d89292736cc948065b5ae3cd96768db343c987d8a1adbbd861b777b3239ef7b1236f14b0a3e2a2d851ab6cf6d52f93ec68f5fdec98bf65ecd8e747d871532bec8450183bf1d54376f2665576b2410ffb1a14ce4ef3e6b2af5ba0d9d7276dd937576dd9b7bf46b3b395dcd8773220ec7c6f293bff811cbb70de8a7d3fee16fb7efa137691a501bbb87c995d6272995df2c9835d965bca2e57b7673fd4b5603f6cddc2aeb07367573026d855f658769508c37e1ab69b5d63afc27e86bfc2ae6545b2ebe486d9f5a39fd8cf2d9fb01b1e55b19b5e1e6637175f66b782ddd8ad8c5a76c7892decce2e21bb0b9dcfeefa56c8ee39aec0eeb953c3eefb9dc67e6bcc61bf9ba3b2fb8b0eb2fb9fb5b307cd4eb1874c6eb0878ff4b3473e79b3dfc79c61bfbf91ce7effc086fdfe9116fbc39620f6c76332eccf3617d8630da7d9e3478fb327efcfb1a78a86d953ff98ec6fd6fff331604fd351ece9f83ef677b336f6eca71af6cfbbb6ec9f7d1eec5f41b5ec5f4972ec85b337d90b011eeca591b7ec95a130f65f6553f6df63b1ec0d9b871c99ad5c8e0c599f2323fccb9169b5e26c4a4fe6c865e672e41e5138f201ed1cf9c46a8e82ab114721b287a310bd95a3507b8aa3acfc9aa37ce836478552c5d902c8e76c35bbc1d90a8ce26ca57de66c7b30c5d96e18c4d98e7cc051d3617334e5a2385ab77e71b4ee0e7374b7bee7e862041cbdb337387a3f5a39fa363739fae0608efe541c672702c33166d138669fad3996213a1c2b371e670f2798635d08e4583f30e1d8003f736cefd971ec34673876091e1c07f60867bfce04673fe71be7d0d1779c43d210cee1f7231cc7451ae7a8602fc7b9d083e352d1cf7179eec071d56ce2b86164396e659b39eeb2cf3927ca03391e4eb61c2f2d1b8e77ec758eef391dce695906e7b44b25e7aca70de76cc120c7cfc48ce3e753caf1233870fc4f9b73fce71a3901e4184e406f2fe752503de7524c0827f8cf0207e0f58703e81fe380f03c0ed400c981c99038f047df3808b9d71cd411270efaba1d075b91c121cb7971c8968d1c8a8d3287aa2ae650f7d673a8575738d475570e4d358a439b94e53086691ca6e54d0e734f0287d943e2b02dd439dc635f39bc65578ea0f92a474437e688bee9734267ff70c2a46a9cf0d74f389193119cab166738b1a05b9cd8743227f647332721b39493f2c785930678cf49e33ee3a48d733937142d38378cb339b7a7c738e9be044e7a9b88933e28cfc9287ac9c94ed8cab98331e4e49edeccc9eda370f29ea472f2de5a71f25fa339f70a8b3805552738850e1ccefdad4f3945e7019ca2d6e79ce23431a7fc5328e7d1e58b9cc7b2e7398fd16f39d5272c3935ee1b9c3ab7314e2310c07971f225e7854f19a7c586ca699142382dc98f392d377a382dd3e69c56471f4e6b9c05a70d38c9692b7dca695b8ee674089c391d8b959c97af6239af0ae738af2f1039afc3d6395dcd969cae6e6fce9bbb4cce9b5f239c5eb280d39b5ac3e99d7ec8e933b8c5790b6be3bc8dcce4bca31870fad75e7206ca6f7306fa8f72061d3d384306d39ca197ae9c91ee58cefb2b5f38a3910b9cd13863cee80697f3212181f3e17319e7c3f207ce474f59cec767e7399f870c38e367e339e30c65ce84359633793a82f3f55b0de71baa8bf3edff9c4f6f49e0ccec7aca99f9cee0cc1edecd993da5c499bdcce7ccb2ff5f532d380b6ff77196acee739690cf394b5fdf73562cf673564e157056f0839cbf3950cedfce0aceea8e5b9cd5b0339c35a71cce863991f38f7098bb29bb802b1b41e6cadeace6cafed8c495ab5fe1ca8dc1b8f28c52ae7c491657d9bf8dab3c39c9ddfc8dc255e1ae73b79020dc2d11f1dcad09aadced4e42aeea5738578dbd9babfeb39fab91f997abf106c4d58ef2e4ea38a97275e7cf70f51fca730d4256b9460d765ca3c958ae494225d71c3cc4b518cfe45aee95e3daec25716d6593b876da5fb87b9f2972f77e1372f7e9b470f74501b9fb3e6b720f42a6b987584ddc438fc3b987556bb98e486faee39bf3dc23a3addca38826ae73f05eeeb1b38fb92e84835c971e0ed74d6f0bd7dd0ccb3dbea78b7bfcc43fee71c643ee71692ef7f88fdbdc132abbb9279e5ee37a7897703d16cdb99e17495ccf3ffa5c6f2d39eec9dd44eec9da935c9ffaaddcd3273f71cff47a72fd36a971fd1c7f71fd0203b9fe1a9fb9fea6155c7ff758aeff049b1bb06d881ba0bfc20db0bdc03d6732ce3dd7b8c63d2f50e55e9cf3e45eead6e2061f9ae50647467083cb0ab9c1033fb860dd5b5c88e41b17b2789a0be563b9d0b8382eb2208f8baae8e2a2cf01b998b8bb5c6cca5f2ef9de612ea55dc0a551a3b9f4f3182e1de3c7a553de70990f8ab96c132f2ebbfa2097fd2680cb292ce0722f09b8bc462daef05e0057381cc515ed51e68acdae71c57964ae443b912badade64a5f69724304d6dcd0d40bdc30862337f2c524377288c4bd4273e35e8d1fe15e7dbf991bfd20881b23c3e0c628277263d1c7b8713fce71131bf773133fc67393f4bdb8c920396e72f2736eca01036ecab83df71a3e847b6db58d9ba61bcabda174857b93dfcfbd15dec8bdd590ccbd1d67c2bddd0fe166b85fe76610dab819b70db959566ddcace2d3dcec09256eced3216ece5008374fce925bb05ec92d3c27cf2dec5be5de67f5738bf06ddcf298346e654607b78af7885b9529c37d82f2e53e0d0ee53e9d31e43e335ae33e73b0e43e571ae3369c21725b1c03b9ad3165dcd64215eeabe547dcd75b8f725f0372b8af0786b8af3f1773dfd4cd737bceba707b01a7b903a0a7dcc16079eee05d67eeb09d1d77b8279f3b6283e6bed76de2be779be3be3f93ce7dbfeec8fd60e5ccfd444ce07efaf28bfbf9c21eeef85e2beef82107ee78c445eec40305ee14fb37776add88fbf57337f71bfd33f75b612377a67b953bab87e7fe4c67717ffe1fdbb97157ee7c663977e15a0677616327f7f75f27eed2b33ddc15d573dcbf1a4fb8ab7928eedaa115ee5a870e77fd2080bb1e6dcfdd28fac2fdb7bd9ffb2fe42f4fc6780b4f66e0046fd31f579e7cf5419e42ed1d9eca2b65de3674276f5b76046f5b7b324fed81164fd3748ea71dc5e6edf0ade3e9753ee019846cf00c5d9579c616ae3c53b5073cf3805fbc5d9ecf79d60af779d61200cf3a749867b3bcccb3ade0f0ecaa1ef2ecea6479f6fb20bc7d1b7b7907cd66784764bb794e868a3c572f0eef784d3acf633792e7797917cff35b1acf73798ae785efe47955f8f3bc3a3378a7165ef24ed34ef0ce00eef1cea041bc330211ef4ca807efacef039e1f769417b031c3bb3005e05d541ae505c96ee5050177f382fdf6f382c3b27897dd267897bd7b799747bc7980e3501e20f6250f50ddc403621779c0fb033c9045160f340ce7814f5af1c0e9233c08f42b0f6a90c283fed2e621a02a3cc4621c0fafdbccc3df48e5114eebf308553a3c627f1b8f74e11d8f6c31cb2357a8f128f8633ccaf4431ed54a9bc74c95e1b1c4341eebe3188f77c38f27888ee6095e98f2846a9f7842e6344ff80bc113a57278e281449ea4fa1b4fea8ee0858cfee1857c31e385bedee045a47fe445dc29e5458ca37951703eef4a5f1eefaaca655eac671b2f01aecf4bda4ce5a55a0ef252836ef3ae2f4ff36e44fde2dd687ec4bb35b585773bfa322fddef162fbdeb3a2f833fc3cb8abfcecbc62af1b21ba1bc3bba93bc3b4b077877ad8ff2ee1e99e3dd3db1c2cb6bf1e7e5fb7ce1dd3b7983778f7e94776ffe1daf207885777f0cc62bf291e33d483cc22ba31ee6555e88e5553eb8c27bec3cceab72f9c2ab7a9fca7b7a308af7f4d17e5e35a79a57ddf09357c388e4d5aa0ef1ea8e44f21a89145ee3b83def856210af69c095d7acf592d7a216cf6bb197e1b51924f0da3079bcb64c0aaf03ecc3ebf286f1de0002796f48a1bc9eee685e6fb994d75f48e30dbc9ee40d010679c35b0679a33157781f98c77963fdedbc2f1a8f785f12e678dfa34b7833c98f79b3c693bc1f9b82783f32e8bc9fa0b7bc9ff914de2fd901deaff26fbc059332dea2c273decad71ede5f3886f777e615efef7a266fbd208cf7ef922fefdf540f7f5354227f53c7345f2ec4862fcfaee52b780cf31565b3f98abb8df98a4f65f88af360becab7cbfc2da76cf95b22f5f85bca27f85b96f3f95be79cf9dbee7ee76f7bbf87bf9dd0c857ddc8e4abb72af235be85f0353dfdf83b8e3bf37577c3f87a8ea37c7dd236be6113876fd853c037f2bfc037ca66f28de53bf8c66a64be710c926fae7f8bbfeb7c18df221ac2b75487f12d2fe7f3add037f9d6f1467c1b4f3cdfd658996f5b72936fa7afc4b7bbb2876f377f8abfd75393bfcfe02dff80fd6dfec1463cffd0de41fea1d364fe2131947f58e918fff0f42dbea3d969bee32b26ffc80a9defe4b6ce77eab9c13faaf98f7fd43f9eefbcc58defdc90c23f76228e7fac7907dfd33e87efd9acca3f75708c7fca35837feafa1cfff4c5ddfc33e5967cbf24113f00d7cb0f08d9c73f27afc43fbf27867f3eae827f3e0fc10fdc36c40fbe16cb0fbef5897f798b947fd9fb19fff2d5237c40e7593e98e5ce877e16f2614fcef0e15a437cb8de241f93e1c7c77d3dc5c7fdfac8c79f4fe4e33336f38989083ea94e8f4f1e16f22986b7f854f9937c5a3c9b4ff78ce7d3f1137c8689339fb3e3309ff3448dcf3364f385bd8ff9a2c1e37c29ea095fba7a861fb22d9a1f9290cb0f0d81f3c3d493f861ab99fc48f03b7ee4d20efed5baedfce8fb99fc58e7457e02f5013f71b2949fb437959f2c79c74faea4f39357b2f8a9cf54f8a9af13f8d74e2cf2d3001efc7410889f9913c8cf6279f3b37a75f839d4797ece43383f77a6839f7f02c4cf2f33e2178206f985cf3ef04ba277f34bfd46f865c27ffc72bc3fff21249fffb06196fff0cf32bfd23d8d5fe5cce13f19e3f39f6a24f3ab2fd4f26b721cf8cfe05ff8b59e01fc3a9b4e7efdd432ffb9f2317ec3bc1abff1db7e7ee33a90df22b7ca6f5937e1b76944f0db879df89db515fc97b737f35fcbbee0bf0efbc9efcaece3771fbec6efeed6e1778f1fe0f71d2fe00f082bf90359c3fcc1974cfed02173fe7070307fa4bc9bffa12780ff61409effd99dc71fdb7c803f1602e18f85dfe47ff13eca9f48d1e07f054cf2bf8ebbf3a79735f833537ff93fc66ef1e7cefbf2e7e5edf8bffe06f3ffbc7acd5f84b8f197b543f9cbeb6ff92b978df82b4342fe1a4287bf468fe0afbdac13c8955e17c89541048a033481d2588d4005f55db07d3340a0866916a8f7580a34339f0bb4d44d045a8e2e021df07781de1e2781fe81ed829d8425c1ce0706829d3f1f0b0c406d020342b5c0a0d25c60e8152930a4a20586771d054672870446e45281b1255b60aafc4460cace1098ab8c0bcc8713041687d982dda1970456c56f047b06940436cf1c05b67d70819d3e4a6017e520b07b4e14d875dc15d85f7a2b70d04f133888b70bf6eb7e13ec777311ec9f59101cf4b7101cfae82538c2d3121cb95a2f70da32287082c20547073a052ec04281db60abc01dbd47e04efc2df0d84913789ebe2cf0fcf45ee0adba2c3839ac28f029f717f8543d159c697f2408d059179c7f46125cb83222b844792e08d44f1604af0904970b9d04c0a10401c8f9a900e4132800b5fd1580990705e0c80c01b8665500b13d2480780f08a0325201d4784100037a09e087ad04080f3301e24f8500b5b02cc0272509883a5401f1578d802ca320a05e4e17505f3a0a18f7ea058cb1050173e1b38055ee226017a50b382daa02ce48918067f85bc0ffbe5720f0fe2a10401f0b8447d204a2d04e8128f3ad40ec6d22108bdb05128d118174ef0581947b551006da2e88b2d31444859b0baeaafd145c3db44b10cb0b16c48a918238f28a20ee4eb120ae46439010b64990f07c429048581724666e08927ea005c9cf9e0b52869505a90ef382eb211682eb5fe404d76779821b3f2f0a6ebbd305e917d205e9d15b0499824e41e65aad20ab748b20fb7c97e0cedb24414e508f20f7848120f76b9ae06eda16415ee431413e769fa0e0669ba0e04bb3a060012428c47d14dcb7cd1114c9bf17147966098a4a9604a589b705650ed705e5f5b2820aebb782ca0abee051b040f0f8619ca00a4c1754110e0aaa24bb04d5b3fb05cf4ea3048dbb5e081abbe882c60f7382c64f5982263a5cd09c7040d03cb547d0d6f74bd02e782ee8c8fa2ce878a620e86472049da15d8297db0c052f1d27042ffd998257143f41f7b48aa0c77258d06b745ed0ebe120e8638804ef9a3504fd4f570503797e824105916008af23185e51168c58e50946fa4705ef73ef0b3eb83f157c382f147c96ed178c51cb04636f2605131e3e82c9a38d82c9e22d82af4685826f67760abef5c40abe730982effcdf8219a54ec14c005d30032d14cc547a0b66c93e829ff962c1afb640c142688c60e18dab60e9d25fc192d05fb01c1e2c94b5b82594bdd126940341840a506fa1e2e853e1e6608a50e5c87de1569b59e1f6cdd5c2edb534a1aa5c9250cdd05ba8f6cb5ca87ed851a8d97658a8cdd829d42e8f136aaf9a0975b499429d9e27c21d1e09c21d1fef08f5826942fd464be1ced74342c34b794263bdc342e3075ca109a24868ba192034d7a9129ad79e11ee32382adc556f25b4008d0b2d7d0942aba576e19e8fa785d6bb6f0aad5349421bb1abd036b84e68b7b95d68775a576877ae46b8f78c48b8b71928b44fcd103a7842850ec9ebc27dbb7485fb531484fbfb67848764658487ce9f163a5edc2374c402854ea727844efe3642a7329ed0b9482c74a179095ddd7942375717e1f17378e1c99ebd429f98b342bf18a4d03f3d5fe83f8611faaf580a03562e082fec0b145e9c1c175eda5227bc04660b031ddd85412e06c2a01bcdc260a4ba1080ae120256b485c090bb4250ce6d21b8f1a710f22e5008991f1342556e0861771142d8bb4742f889dd4204bc578824a80a51ceea4254a25088bed82fc4c4160bb10d5f85d88f7d425c2e49889b7a2dc427560a09895f8524dd0c2189692124cd228564a7f342b2d44c487e8d1352bf4f0959822e212b2b5cc84dbc26e429070af91eaa4261829950c46e168a2f870b43966685a17f3d8461101f61f84aacf00ac2487875b05118ad9d218cc9ab16c6e2760b13ce050a93ab8684c97f2f09530e1385a97dd78569671a84d7374f0baf3b55096f98628437731f0b6fdbec116619ec1466e5e90ab3d93ac21c333b61ce4979614e6ab9304f4646984fd310e6df3610e6ff0811de4b9a1316185a090bebab85f7e7c4c222e52e61f1a117c2e2f20bc2e2fa456189ed8cb0ac2d4458256a125615a9096b62b1c2676f6785b5022b617d6d9bb0bed756f87c578fb0d1e59cb069f28fb0e5b9a1b0c38a22ec781724ec0408852f4b7d852f1b1e0b5f3bf6085fbf9910763fe00b7b76ea0b7b07bd84bddff2856f2d1e0907f64984832e4ce1a058433818a3241c253a083f3a6d117e94de177efcf746f8a9ec96706cc45238de5a201c5fda2d9c72d9249cba1722fcda9128fce6d62afc0efb28fcfefc8170f68c937076f194f087c98af08777a0f0c769b170eea09170de705cf82b1f2ffc7d142afcddad24fca37251f887b52c5c9a4811fe4d7e235c45ed12ae85af08d7bfa909ff7d3d2adad496225238352e52f8f050a430f14ea478f08b48312556a4583127523a1f2952c2b68a94ca93444adfb68a947e6d12a98c1f116d350089b61b3b8bb6df9e166d4f1f17a9fa358b54cb3e8a74885f453abc1d229d7ca268c78e17a21dab1c91be73a1c880cb1719ac3d13195aeb898c7b7e884c3b8f8accafcd89760d1a892c8ec7892c082d228bcc4e91c59d17222b3b5d9155154864b5b25b640d81896c7cad44362c1f916d035864bb142cda3bbc4b646f342eb27fbe5964fff681687f43bfe84065a8e8e007b8e850ecaae8d0e37da2c38acba2c3a88ba2c31df1a2a3ec69d1d1a1009173f53fd131c988c85579a7c8352652e4e6e8267287be11b9e7d58a3c924022cf7306a293ded5a2936359221fea6691cf3f84e8946f98e8f4fe3ed11975ace86cef5f911fa648e4dff94d744ebd4a74c17c4374a9f2aee8d2c24351b02c4a145c9a2d0a7ec5155dee51135dfeac2e02c88a4540f97211b0669b0864bc47048a6b17811a9a44602f8c08eabb2e821d2a10c19a2f8be0ba5d22c41b3911522e5384ccbf2a42471244188b5411eeed1911e194ab88888a1311ebaa4494d82611253d4344eb2e14d10fe688d89b5c451cec3611572545c41d1f12f1461d44fc94db22a18a9548c4438bc4ce812289df0f9164d65514655825ba7a355014537a4b141bea294af0fa204ab2b01425571788522e4e8852b32f8b521bbb4569a94f45693f7a4537336f8b6e562d8b6e3e1d16ddb63611a5076d1765b4c045778eca88ee946c16e5348f8aee1da4890a8aef89ee5fce12dd2f0d1715b9548a8a3bff884a96e8a252dc5751f9954ba2f23b8ba287ab66a20a9eb7a8e2e6765145115e5431fe4054f1f3a8e8b1f216d1e3ac65d19303d7454f2edd123ddd7c5af4b41d21aae6a044cf5e0844f57531a2e73205a206f73fa2a6247951d3a2b3a845ad4fd4a25f266a5d3a22ea503c26ea18b82cea0c1b10bde41b8a5e0e15895e055045af7e77895ecb7244af7f0a443d831f457d87778ade29c888863ede118d9c36168d842588466211a2f72453d1c7c3f2a28fe7be8b3e3ecd127d21be128debf58ac6cda1a2f10eb868fcdd9268e2d231d1041c259a9a1f157d93d7117db369117d2b3c209a4e0188beab7145b38629a2d9bfeda29fe234d1cf5711a29f136ba25f2a0aa25f477a447f26e444cbb64f442bf7a1a295852ad1dfc36ba2bf473e8afe86ad8bfedee789568d19a2d58576d15adc9c686d48205afb36265a67be16ad7fbe26dee4142edeb46cfcbf50b15cf06db15c73a758ee7db658bea84cac207f50ac44068895e27789b7921f89b7df838ad54916624d2f0fb1665983582bb258ac758d2cd62e3416eba8bf16eb96d3c57a920762fd1eb8d828b85a6caaa92e364d03894daf63c5a6458662337b25f1ae1321628bd24eb1c58b55b1e5b755f16e2577b1d52ba1784f4186d8a650466c333328b64df115dbde7411ef552d17efc5b588f70a52c5f67e9662fbc212b183ea9878ffef4be2837577c407dfcd8b8ffc3f951e79962b760ada2376faf5537cf4608ef8e80345b133244aec92f459ec9a662a76ad5b16bbd6a7894fec96883d76cb8b3dbe89c45e056e62afefdbc5deb07f62efbb68f149d257b1eff6dfe2539144f1a96653f1e9a93ef1995dbbc5fe17ae88fd09bde2739ae6e28bec5ef1c5a11271e0d41e7110e1b33828edb03818f8470c387b550c448e89c1c68562b0afa618fc872f860854c4505c86181a3f2b869d7414c33abe8b61736e62d4668e1845ba25462bf789d14703c49869a118ebbc22c60dc4890941bfc504cc4d31a10228262b2b8bc9ddfe62caed7931f5c47131cdb25d4ccb7d2ba66b2e8b997e9bc4ec406b31fbf75731e7f08098734f5dcceb6a15f33e368885dbbe8a8508bc58d8102e16b6bf100bbbbf88c5bdcd6289902d0e712d10875eea1487e6958bc3b6f1c5917bb5c45195d7c557c87fc457bb97c571875f89e31acac5094d48715284a538c5d2539cda5927bea68f14a79df8bff28235c569ff8e8baf1f0d15df103e12dfb29d13a7cb5b8ad37f7a8b3302ffb7d22bce36731067dbfa89b37b7e8b73464e8a73fee58a73b574c579b2087151baa2b8d87a5e5c7cdc5b5c5c39282e91268a4ba2cf892b13df8a1f9d3e20ae62d1c435e42fe267d49be23a8d1c717dcd3771fdbf35f1f3e1427183a79db8c96555dcb4622f6ef18a11b7d220e2b6637fc46d4cb0b8edc113718773a3b8235047dc912012bf84fc1277ff5f73bd977e897b5b03c47dcea6e2b7bc7be2b757bf8bdf96f0c5efb61f17bf434d88fbbf0e88fb6706c443897de2a1d44cf1f0d127e2d122acf883e221f107aab9f8e30a44fcd9922bfee23a2c9ee8fe299e5c70134f859e127f9bbe289e3eb5249ebe7256fcfdab9778666c563c7b264b3c9ba82afe115d22fe19ad269e6b7d219e6b6788e75d83c4bfd2368b171c4ac50b122bf1effa9fe23f9871f19269a978392750fc57a75cbcf6102b5ecf53166f5c2688ffad384936819f49e4af9c9028e9ec93285186242a56e912952f3992ad9bb892adf647245b43e425db7edc936c9ffa20d1d8192dd1be7249a2fd3857a2dd774fa263f355a2730e22d199c994ecb0da29d1e5074af48d50127d3ba1447f012531f478fdbf618951354f62f46687c468c45362341e2e3196d19218637b25c64288c4e49d85c464c85b62aefa47621e382cd9357d566261dc2ed96d899358b5ed96d868c32536880c89cdbbed125b330b89ede205899dde4dc95e752fc9dec65589bd1352627fba5cb25ff7a0e400a44b72646a46e26c7d46e2a25a2471f34896b8071f93b85f0991781a60249ededf259e3e0889e7d92c89e77598c4eb54b7c4eb8d91e454da7589dffc3189ff313989ffd74449c02982e4fc5e1fc9f9d4d7920bdedd920bd33f25170bac24177bde4b825cde48822eab4800c68912d08e3f1204f3a004912b274129fc9560325f4ab0fe7c090e8e97906e0b2564f0270919652ea1efdb2ea1377025f46e9884f97f1c5811c612d6bf5d12768cb6849d122b61af3e9670ec1e48b87251125ebcac847fe19b4400004904029a4420792d11d4844944370324e2f05589e4e49c24641f4f12aeee2b89e89e955c690d93441f6d95c4e93c95c4054448e2a4472571756249a2bab1247947aa24757eabe4da8bb392ebe25f921b170b2437bb4625e9930249c6cb6e49b624537267414d924b0c90e42e1e9314ec9994143839480abe184b0ae60f490a169a2585a71192fb8f4624f707da250f946c24c5b20449b1f76749592b4552be8e933ca4a3258f373649aad61f49ea082724f57bd224f5791d9286ab304963c2154963fda2e4c5ce25c98be2b392a6334f254de7f092a65a7749d39cbca459f7b2a42504236995bd2b69533590b4394225ed7e27242f17ee4b5e7d8d9374275648de6c7a23e929be22e929e997bc9d1e90bcfbb4281970634806a8272583be09922125a16438344632128794bcbf6821f9e05424f9fc675432267c21191b8e907ca17c947c2998937c1935948cbb7c948c8bab2493762e926f012a92ef7e68c977919e6446ffa864a6e9b364e66d976456e98f64d6fd98e487c16ec90fcb78c98fb3c3929f7f7892f9eb05925f3b6524bf817a923ffd5992c562a86409382f594ae149962587247fcbee48d6947e49d68e564bd6aea44ad6be80246b532e927f9e0f25ff806352991769d24da2e3525941a054f6b38654d1f7bc54f1a58f5449f3b674b375b65485632d55694c916edfe32655dfc794aaffba22d5f0e24a35f2aca55a06b7a4da166fa53a08bc54f77b8c542f4957aa2f7b4eaaaf7f51aa7ffa8554ffc3a274a79bb1d4243253ba6bc780d472ef03a9e59579e96e390fa9d555ae74cffe24a9f52e80d4a6705c6a973d207598614af7b9b74bf7e7cc490f7c8e911ed4cc921e1c72953aa162a447b9a3d263ae53d263d90d5217876ea99bdb80f4788b91f4c41e17e98995ed52cfd246a957fb7ba9b75cbdf464569ed477a3527acaa04a7a8abf477afab0abf44ce04de9b9edb7a5e7fcae49cf97e2a5e7bffb4b2f0c7b4b2fd9964a2f35ef9506cd184a01bb82a4007b1929c8634a0a42354b41d2335258c6a0146e7e568ae409a4c8f74fa5a86681149dd02f453f09946218e5526cbcaf14fbc4484a50749512cf1f9692948852928a83946c75504afe512a25ffa993526a6aa44c05172973d443cad2ac93b22cc3a45cb08294fb0ff81f07f719cd85f706003c9412c92a514649a292221411195999a9884466192151f4dd7befbd476553760925a388860a1921898c4891f8ffceffc5e73c2fee39f7dc7b9fe7dcf1e602b273db01397bb300395f5500b7fdd8803b3d96805cd87b406ee37d40eee44b409e5934202f6e0e70f7130b0058bf010028be080072b301c0c90500b8ee3800b6f31600d9d00c40bef305a0a631004ca506006b9806c0eff10110a91600e29fdb00d2e93e00e97e3580523106a0055c0030da8f03d87191006ebc0280fba51ec07f2406080e30004264134062e40a905cdf0590e0ce00a45f1a00f2ae22c0bd8834c03df43540e1962240e1ddc780228c0850f4a80a50ec2c0594bcd702946ebf0328dde30d28bdd00228e3ef0494330d008f4a560115bd8a804a4d6740e55437a0aaf23aa076bd3ae0f13e28e0c96230e0696309a021ac14d04ce1015ea446023a4e8b011d91ffc5277c4067a21aa013a700e8324500de1e3b06787b7527e02d461ff0eed424a0c76f1de083611fe0a3c94ec0479a01e053ef33406fd83ca09f7606d05fad0a18a8bb0c18686b020c8ec400865048c0b0ec3a60b8c31d303c9107f852370c18713a0e18a97b0218d39500be5ef90998d80f034cdef1024c32270153fb2f01a6d7bb01a6b9070073634affd90ff8b9ed14e0e7f210e0b74a3fe0f7a72b80e5efa7007fb75d00ac045600562ff801d7fdbc0654b81f085422fbfc7722690137185f046e387808b8e1a410b811d505dca45e035431f7076e3ee90edc5c330b54d5fa06544dfc0e54b3bf0bdcc2c801aa5fa400d5f366805b63ff03c502b7767d036a1e75056a6d9703b71705027738ef06ee703904d483d3817a2f06803b0f9f001a7619038d768380464b2540e3bf59c0bdfeb1c0fde7fd8116c763810780f1c0032f40c083d0edc043a04fc0c36eea40ab77bdc023f5a781d64e6d401b437be0b1162ed0cea81678fca812d091dc013c19630474d6c6009d5989c053b8f54077d063a047e663e099f063c0339f6f01bdb68501fdea5d8167b7c603cfeab603fd359780fe49a781c1fa8ac0d0b94dc0f3ebdb81e7b1af8017b71a022f1e36075e6cdc03bcd89f070cbbe9010c5bfd060c870702c32b8a81e17f4e022f9190c0c8122f6094533a30eae76f60b4db0830baa5161863a0048cf12c01c6640c02af6e6603af869f015ea56b02af3e98015e7de70b8c8d1f01c6e1dc8009d1306022ee3ef0ba6313f0fa491fe0f5823fc0e429143065040c4c5bef054c8bda094cdfd507cc28ff04cc0c9600339fec02dec45b016f0a3b80d9afde01735e9b036f57328079f7b38077136c8000502810b06c00047ad60041c77381a0e8582088180e04a7ba02c1434f81e0c54520ccfe0c10c67207c2ad6c81f0b26b40781d178878c80122410d4054161d885e4d03e2adbd81442d4b20f1301748bcae0d2462ac81c46785402a680b903ab61ec88a6b01b212c04016e025901d9e0ce46e9c06726d9a815c2f2990f7020fe4170f02f97f268082c3f640c1879740f13a29507c920b14d7e40125c06ea074cf26a04cab02283b3a06bc6f680a7c70ad0a58fce62bb0649733b0a4f33f4ba781a535c6c047b7ec81159689c06acfa3c05af5bbc0da9344e0636f21f0e9a645e0d37d46c0a7e2cfc0a70fcd814fbf17011b1ee7031b6b7b80cfc2b9c0e7cf70c066dc17e00b6727602bca14f872c775e04b0b3cf0e593486027e425b073e539f0f5fd016057f91ab06b7007b0fb7b3cb07bc904f866e304b067d349e047c704e0e7a039e0002910f845bf1af825f139f0cb130170649b2770e4f675e0d8d652e018f63770acf22df06be167e0f88654e0f8d670e0b7d479e037381038a1c9014e7cca017edf680f9cacdb019c3a05054e3d6f07fe585a034eef830367fea8027f6e5e04fe9c7b0c9c3f2304ce0b7c80f3f7a2800bfaeb81bf7adc808b1dcdc03f212ac0952d09c015b3bbc0354b7be0dabfdb2085e15890d2fd32d0065f166843ef6590f249439032d418b4c94415b4c97f16a492390edadc760ba48adc005233ba0352cb1d03a9557780d479ea20f59a78907afb49d056de1790863e04a4013905d218780ad28ced0169f55240daff14413a903e906ea204a4dbe309daa1ff07a46f1305d20ffb0ada7560106458ba0164d4cf0119c39820e3c65890c9fa4490c9a9df20139029c8e45f24686f8b3ec8f4fc77d0be1d3c9059e549d0feb7509079e13a9045040474d09b0db2349d06591e6904596dfd06b27ab40764b5d00f3a9af60a74f4e667908d8d3ac8ce471d64ff3d1274bc4b11e4203405b91ea280dca0a120b75f67411ea7b5411e97b7813caff683bc1c78202fff0a9057b019c8fb4935c8e7681ec877fd042890d7080a14de04053e7500050ea78082dc7c4141b51aa0e0b8f7a0d0377050e87224e87cb307e8fce41dd08567eb4161bbae80c2d01b40e19b8b41e1a52050c4012928ca0d01bae2ea048a565005457fff0e8ab99a0bba6a140ebadad50f8a8d968112fefe0025aad4801237cb4149d6574029163050cab5fba014dc25508a600e94f20a004a3d7a0d7463f62c28fd933328a3e53128a32f1a94c98905dd7c0601e5386f07e55cf206dd59f402e5992d8200d75920c0732b10d06a1708e8a10c023ebd0482f06741b00fc740b08f1010bca61184ac3503618e9d04618df240d8825e106efc2f8872401344b5dc0ca296fa8268175d41cc6100885d1004e2304920fe1673109fc601f107434142b5619028231024faf60b24365000c936734072a21c94df530d2a286f0715563a820a171c41c5a7b7824ae991a032440ca8bcaa1af4f0a235e861f24bd023603fa8fac44f506dd829502d4f19d488dc0d7ab6af17f4ec7c0ea819e0037aa1110a7a21af04bd285b076a5f2b0775fc6e06bdb73206f544e1401fcf59817a1db8a0bef60250bfe01fe8736e1268e0181934909705fab2ff3c68642f0a34ba1d031a2dfe0efa6a7b08f40df51e34f1f03068a2fe2868a2351c34f9c20f34e56c06fab17d0c347def0468c6a50b347b3a003427ba05fa3dd306fac3ce05fdb59f01afcb3101af239e06af1ffc0c564d7f09567dba1bbcc5f4205833c80cac99b41facad540dd6f1f006eb24c8c13ab78dc1db8c5bc1db1e5b82b77d5b006f2f0a00eb1b20c0063e116083fe01b011d71e6c7cb4066c1cb803bcfb1a1abcfbb60cbcfbee0bf09e2b4fc07b66fcc1260a41e0fdbfc4608b938b608b717bf0812bd1e0c3def7c05677ecc1d62ff0605bc36eb06dfe14d8b6e717d82ea6107c7cc33df071c007f0896742b0c39542b0430b12ec3831003e6948023b6d01804f096160d7dc1b6037dc5bb07bec32d8c3f13bd8e3b932f8cc8dad60afbc58b0d7030ed8e75217d8d73514ec4b2a04fb3e2082cfba0681fdefcc82fd27fdc04159ade020ca5e70d0680a38e47d0938346f081ce6970f0e2f5506477a00c197ddcf82a3fc0f80634ed78063f08ee0586f2a388e9c058edf4605275aff0027b97e015f6b668193973e83539d07c069a764e034ba1df8065108bef1431f9c7eeb0a38a34a017cf3fa1438fbf83ff0ed946de05ce42c38b7b91e7c777e2b18102e05035642c0a0080330387f1c0ce95e04431667c0d07c1e18ba120a8611ae805147f68251d63360d40512187d070746d73b83b173afc0f8a90230e15a2c98e49203265bba81c9fdf9608a671a98c2fc04a6ea32c0b4b2ab60fad93d603aa81accd8aa04e698de0073ccadc0dc1fed60fe9effb0b860417f1d58ea6900962d2583e56a6ee07badffc0f79fae07e75b3c02176e4805173a6c0517d10bc165a9d1e0b25b1fc0e52ae3e0870579e0475f3cc0158a54708568005c197c125ce5480457c7b682aba721e0c70838f8692410fc54be006eb278036e3a20003f07d9819bad8f809ba1607033b300dcfa540fdcfa060d6ecb6b00bf94df06bf525100773c8c0777cc40c19d5abbc09d3a41e0d74907c16f35ee803f7889c11fe05bc11f81e1e04fca91e03e780ab84f1007ee575804f7abbd040f5cba0e1eb8b9133cd816031e7ab313fce5fc10786433103ca22d028f606dc1a39be6c1a3c82ef0d86b0e785c430c9e885f034f722e83275ff7837f6c1c034ff77a83671de7c0b31783c1b3e1b9e059d139f0cf1106781eed039eaf3a02fea5f610fc8bdb0ffe958f062fc669807fdf808097d79ac17f899f21ebde8f42144c24104585798822bb17a258c583ac3fd90bd930690951b6fc03d99c89826caedc0351634d43b60c1d83a89b7d84a8272f41d4c560c8d67715108d8bf510cd3bfa104db13244bbf53b44c7b11ca2cbbc05d15b3f0fd133a885e81d3c0cd177c984e8c7f7430cd2752086bb56207bb6ae83ece986414c9cdc207b1dbf434cef2d42f66d3f09310747432c5ebe821cfa1003b1dc008158f647410ecfb843ac361c871c3d1408395a3d0cb16e5181d82429416c432d20b6821c887dea02e478da15c889476721cef76a216e7b0110f7d01a887b7f3dc4237c00e281ab819cb11543ce748741ce4c7442bc6cfd205e17a810ef9222880f4606f161a9407c338c21fe950248c09b5c48e05e322490e50109ca29865c328e835c4a03432efd888744f44921915f6b2097cd3f43ae84b440a23b2d21716b469084a83048c2950f90846bba90a42539e45af67ac8b58a79c8758371c8751b0f485ad536c88d2021e406df0a9209a543320b7220378fe321591fd5205933be90ec8aad901cdc71484e6b38e476ab16e4763f0172673b0a92abfd0692ebe101c92d7901c9dba603c943bf87004e044080a3b5109013070209888540909d10c8600f04dab21b02ff6c0e413bbf8660650110ecef7310fc191f081ede062178f44388122308f1e72884546c0421371640a80a4b10aa412c84fa4c08a179e5416891a72074c52108e3f84f08837204c26a7e096103df41d81f09100e9b0ce1c8ce4138a37f20bc2a1944c05e8488b4662022a71a8834320622fdfb172233bc0991bfbf08b9077f0179b00482e4c72320f93dc721454431a4d8e305a464171c529ab61b52667919f2c8580679c43682d46c1e80d4bcfe07a9b5f784d4d22321b50d3e90da090aa4aecd0ff2b8bd13f2c4040869bc780ad2945609798e5280bcb04987b4e858415a1d5721adcfff405a3bef405eed27415e897b205dd21948572f12f216be03f22e0208e9616e847c6a53807cfa9709e9d5a3407a7d3420bd4f7f41fa8c21903e9f5c485f0802d2f7b016d2ffb91532d0550919daf90432d49104194e6f837c392f864c0a3d2193df93203fb43a203f422e40667eea43e69a9d2073ab22c84fdf4d909fb34d90795b6dc8fcea22e417b90bf23b792fe477fd6dc89fe19390a59c1d90e5f5e990bf897190bf3f7220ffa2e321ab0c3e64cdef0a5471dd2fe8fa4a75e846d9085485500c555b8781aaad4f80aae179d02d997fa1ea477f40d56b63a09a89bba1da1ad9506d2d2454bb9b07d51ea341b7ed51806e7ff706aaebf10bbae39731545fe52274a7691574e79babd05db048a8416209d408140e35d9160f353908849a707742f786ba414d033ca0a6d802e8bea3fdd0fdd602a885c539a8052d076ad18d841e387e067af0cc3de821d705e821bf0ce8a10e12f4b03d056a4570825ad173a0476c11d0a3bbc150eb872d50eb6f8b50ebdf0b501bb364e8b19f69503b8b37503bda20d47ebd37d4619713d4212c09ea90d2097512bd813a55fc863a6f3e0675d6ba04753dbc0a758d7681bac6bb435d8beda0a7cdcf414f1ffa0675db610c75ffa801f5e8f0867a6e7c03f5542342cfb094a1deb127a1be19e350bfb443503f2e18ea570782fa3b9b4003646ed090bd25d073da3dd073a68fa0e715af43c3b4b740c31f0f412f5d4a845efeafbf28c204f4aae777681ce72d34219a074df2b9014dfa7e117a5df303f47a34129aa23f064df52e82a67e7281a60eb6436ff86a403352b4a099e85bd09b2762a0595b6aa1b72eff85decafe03cd79bf08bd1d170bbd3b380c05b9694141d0fd507017030a496a86c2f6b84161ffad05c2ce138a1e6c8262dd0ca0f88d2b5042e50328d91d02a5ecbf0ba5e25aa1d4b73a50eab42e940e3381327f5c82b2b69c85b2748ba1ac3f4028a78e05e58cdf8072f783a03ce3dd501e491b2ad4ab830a0172a8e8fc4fa8782a0d2a512a874a6e6841a56f695039a61b7a8ff2169afff02eb4c8b4145a1ae20e2d7d6d0d7db8b11cfa08f9085ae1b506add20343ab083268558d0eb45a2b095aa31706ad3db106ade560a075c6fed0c78846e8e3351cf4c996d7d027d5f3d0279f84d0fa8e26e8d37381d0466d14b4d142006d5c1e863e8376409fafd9405bb47cfedb5af2a02de1cad056790db4b53413da3abd05dabab20fdaf6341fdad6130d6dff3d047d39e50e7db57d03f4955808ed38df0d7d67c787f6c45f82f664ed807ef20c857e6aff0aedbdaa0f1d887b0d1d3cb2113aa4a1061d62dc820e639ca0c36f774047148da023d471e888dc1d3a1a68051d0d36828e2e88a1631065e8580912fa35ec31746203053a790e0d9d9658426762ff42e79efc83ce0dfa427f877a427ff7e7437faf654097663da12bec0ce85a5d1674ad6316a6e0b513a674a61ba6e4a5075baf120c5baf7719b6a1f2126c639e0f6c23731eb669ef27984ac65ed8e6b643b0cd2bd130d5cdd930b56d2f606acf9830b5e671d89664306c4b2901b6e5f1084c3d551da64ef809d3b9930fd3559882ed903f86ed28fd04db313e0e33b02b87199489617bb66d83ed210161268e0a30d3dbaab07d73de30f303d761e6472930f3a43698f935d67fea61e61599b0830c19ec60ef2cecd02c1d7668251b76581705b362dc8759279e801d733084d9c9f461f6377261278ed6c11cd73bc01c5392614ede6f61a72e0360aefb5ec2ce2406c0ce7c0e8079ff8d80f9c15ec00207d361419973b0a0c2dfb060783dec1ca712165a35053b1fb7017641a11b16de340b8b1014c2226b2761d182fbb0984d9760313616b0aba00c58ac9e192c8eac028b2bb385c555836071b35858fced7958fcfc4358fcb214962823c092b4576049a724b0a46e202cd5201196de1708cbf0598365d4c3613765cab0ac8de6b0ac0b0ab0ac341c2c3b421b96b3a71096fbad0d06a059c12067ffc2e0bf9c6008472d1882478621a6d261a8cf2e30d4f73c18fa851b0c67eb03c3652ac308f9e76184ef6130c23f251809f3014656718691936ec0c839eb61e4fa391825ad0f46dbea03636cfb086304d6c118dc1a18a35715c6a46ac258e7f460ecc47b30f6777318d7b80dc6c5bbc17803cb30be46168caf630e1394a06082de7330c1722f4ca87516269af2834946303069751f4cb6ee174ce68b86c9bfbf84dd535e86ddd74b84e51bbf86e53b7d8215d887c30a9f84c0cae646610faded618ff08ab00a376558d5a717b01ae32e585dfa04ec311c08ab7ff000d618b10dd6088b8135e54ec29a2052d833bb6ed8737302acd97e0facf9361cd63cc082bd54db097b696f0e7b792f1fd631f40fd6bdfb20ec0d7b37ecbd2301f63ed916d6538f857da87e03fbe8d90afba41907ebb32c877ddebe08fb9c7302367ce7036c54fd276cec5f386c7ccb4fd8c40f0c6c32b71e36953700fb2182c2a677f6c3665cbd6033d06ad8ec82166c4ed91ff673b00db6600784fd7a711ab678560df6db301ff6fbdd69d8df3b95b095084fd8bff01ed85a79036cada113bece580fbece771eae18940c5f3fb70257de6c03df44dd0bdf72e1145c730a01d75c9b816b7f3909d7352b83eb865bc3779c8a81ebfbde85efbcfc0a6ee09204371434c18d3624c18d3c06e1bb03ece0bb836ce17b1f1bc1f78e5c869b2ae4c0f7c56c82ef6b18849b3d3f0237ebbf0d37c753e107de58c20fcc04c00f72d3e187eddfc00fc75f841feecc821f7eed04b7b23d04b79ad8073fb2f113dc5aac06b7b1ba0f3f56e801b76b7f0cb70710e0f60f17e1f6b30370478f7cb8d3f611b853d739b87be810dcbdb71eee117603ee1de20bf7a66e81fbec84c17d8e9d83fb644ec0cfbeab82078c01e0813a77e1410699f0102f1e3cf48801fc42311f7e919507bf583200bfd8fe051e76fe0d3c2cda091ebee10f3cea4026fcca8212fc6ae50978c26115f8b5a377e0c97a3fe029cb25f03417013ccd6f029edecb8567bedb08bf89758767f95e85dff2be00cf664be0d9f7a2e0b7735ae0b9127778eebd2bf03ce063f8ddd1543880b80407a6e7c0c19b2fc3c1bf4fc16121bfe088dd2038f263041cf9b9058e8e94c3d10ffbe018bb243876f7141c97bf04c747df83e311b170fcbb0538f1bb104e3a858793784670d200024eb16a8033fa4de0bc30325c1826860be7f070e1af08b818390097d885c2e5d77fc3e52c63b85cd40b7ff06b169eaf1e06cf670cc10b6c6ce1050f1ae0c53915f0e2c58bf012763abce4571cbc9cfb1c5e79e504bc5a74185ee3be15fe38f721bc5ed11bfef40816de44588237dff8037f31390a6f390e86b7dc11c2db1a92e0ed66afe12f5787e15de59fe1dd4f1fc0df38a1e16fca8ae06fbefac2dfde20c3df892ae1ef9af3e03d9b03e01ff7a7c13fca2ce1bd752ef0be3c147ca8e9287cd881031f9114c1477e5e818f7eec848fbdda0ffffaf93e7cfcf71afcfbe176f8e43e2a7cf2c449f854b1277c5af70e7c66381c3eb37a1b3e7b70183e075a81ffd4de0fffb9cd08bed0ff0efecbf620fcf7d570f89fffea6a79068e58777404a110a38350d45047283aff462812fb10eb2fe821d6df71426cb86883d8144b41a8a26e22d430eb10ea179211ea051f111a6c278426cf16a1f9311ba1a38a426c7bd083d81e6c8fd8de7c0ba18ba940e8994c21f4c2a2107ae19711fa8abd889d9bbf2176b97c42ec92fa217635d4230c9ca50883aa5884a1f56e8471af3dc278421fb127aa00b187178530b98943ecad7c8a30b5b34198bdba85d88fbd8d305f7e88b07002210ec8b6202c6d4888c36a4988c35a5188238f4f208e16d5238e365723ac8f1e445883cd11d6446dc489f3af100e91ef110ed80d08c7e79b11274b8408279f6984f3f12984eb2967846b4e0ae2743b03e179d51771c6078a38031b4278e9f310be181d846ff17684ef6f0ee2aceb2384ffb66d8880952a44e0612e22f0e8494490d5754450d1054470581722442306712ebe1011aac34084e61f42844ee9202e546f455cbccc445c944211615eee88308c001156be0111be898e083fa884b8f4088a881ef342c49c8843c4c45823ae0e9e43c4ee4945c445e420e215f211f17fe7118966a68844ef2e44e2d8694412650a71dda71a91bc671691b2251991969f8d480fe723d2e11d880cd771444690089171ee0a22b34c0d71d3f83de226c31091e5bf0d9175370171cbe83c22e7151191ebc146e4595f42e4e1cd1079234588bb110f1177531a1177b92908607c130278cb18011cad47800e6623c0d7551150e5ab08f86e3602712a04813a740181113f45101aac1144f95f04453886a0f2e1089ac27e046dd71f045df014c13c5c866032af2358a7dc11acc8bf084ee719043f1383106e398310511710e237a608a99a1a429a4846484bbf21e49e2a887b07c210f74b3a100fe47f100fbad21185fe498842881ea2f0672ea2e8f11b44d11a01511c6d84287e3d8d281168234a7e86214a217044599c26a23ca100515e1e847858700a5179aa15f198a888785c7603f1f8871cf1e48518f1647216f1547914d178a00dd158f50cd1d84847347e8b4534e505239a7e3b209e65a011cf88998866ac13a2d57c2fa2ed7819a21def8ae8306d4074076c4074dfa94574e32588b767f4106f493a88b7abdb103dfbef217a4ac3103d8b30c4071d05c487c8fd884fe40788be7b30c467df2f8881b565c4500604318c59420cbf1f408c28e010a32b2988af89ab8871b319c4b8cd2fc4789d1cf1dd1b8f989ada8ff831af83983dcf45cc3ead41cc5df447cc477523e6eb3e217e4dbb237e3b872296d40d117fbf4211ffec0210ffc22588d507bf106b065f116b97a690eb9b41c8f5fff4901b4e9c432aaf4b416e3c7f1ea9dad58654d30845aa4d8d20b740cf22d5559a91eaaba1c8ad8ac790da91ffe97b86d431dc8cd40f9d44eeda1e8b344c588734068c218d7f6b23f72c409026742cd2a44586dcbb958034d53e8e346f3d8c3c943d8a3c0ca2218f44ec441ed5d0415aab4b90364db548bb877348fbc7adc8e32d0ca483d000e9d47f1ce9bc2506e9aa91823cadec85f4dc58823cf32702e9e542407af99821bdfe2e23bddb6290befb6c91be116ca4ef5215f2ac321719b0f112322081800c9880210343a39081340832c8aa1b19e4f9071914b519195afc11797ec20a7931ee06f262563132ece346e4a52be1c84bb719c808850664c4ec6364147e0519c56721af085f20af2c3920637a9d9071732c64c2c30bc8c4e25464d27904f2dadb5dc8eba033c864f41164ca74363275672c32350e8b4cbb398e4c2bf980bc21fd84bcd1044766bec3236f1aab22b38eaf4766355e45de4e3241ded90c43e6de7647e6ad97220159d79040461212867444c298fb9030c96324dc330e89d8b98a440876201183879148bb292432cb0c89665c43e2dcd590f8a23524e1741492d0df8324957291e40f5b9194bddb91d46bed48da9e14242dee32929e638664d48c23d939af909c6f2d485ee60892270d46f2956c91826350a4e0663d5230790829e43e418a1cbf214570345284bb8014971ffacf15a4f8d92252dc2b464a5f1e42ca0ea9216549b148192f1129ff6487bc1792857c707c10f980781b59b0ef20b2e05418b20033842c6840210b5669c8c2c8786451940c591cb51d59cc68459668fa20cb764e20cb22fa908f72f49195597f9155499791550fbf23ab1dd9c8eaf8dbc86a6003b216ba0759e7628bac63c6231fe3de23eb8fd0900d635264d35526f259e42de4b3d84ee4f31d9f90cf5dc690cf4186c896d30dc8b69b33c8766329b27dee15f225d404f90a9281ec38f21df95a6717f235a50cd9c57988ec7a8645762b42906fab1d906fdbf723df052c23dffd57f3efb1ff90efbfd4217bee21909fc83f90bde747907daf129003bf362287af6e427ed3f3477e3b3d8b9c58dc8f9cdb4f46fe6c2620e76761c8c5e751c83f2d75c8a57d7ac8a5143fe472961b72f99e02f2afae27f26f9e2a726dc403a5b47018a5024b46a9b48ca2544d4fa1548f4ca254cf35a2b6c226515bc760288dcdf528cdfb47515a7b2128ad376aa8edc6eaa8ed3d3628ddcc0cd48ec6d328fdda8ba89d0f3551868e9e28a31bf328e396dda83d219f517bb701507bfdc7517b87ac50fb4ed4a0f6c1052833ce06d47e7b086a3f1a84da3fb60565e1f51a75b0ee00eae07b4d94e5752794d5f84994d5af63a823195da8a37391286b8bd728eb8b58944df10fd4b17c0b94ade42fcab6612bcade3b0e757ce302ea444b0cea64cf38cab9fc16ea14ed1ccae5642dca65e000ca155e80721bec44b987e6a3dc7f70509e463b515ed25694cfba65d4d92d45a8b34bdb50feea5c5440dd0f54e03e4b54d035175450ee382ad8e4072ad8e2092af4340615baaa8c3abfed0aea42472c2a6c7604754912818a3cfa037525008dba22c2a062bc865057336d50f1fb77a0e21f1c46c53fc7a1127ae8a824dfaba8a4a930d4759dc7a8e46b39a81be15750371ef9a0d25f28a2324cdd51990fafa332c75c51d9efe4a81cf902eacef958d49d444bd49dd4f7a8dc5f95a8bc6d2014906a800219fba040850a2870f44d1478828082d6bf45415fbc44c1d3afa29086d628e49b9b28d4a17a141a3b83c24aaea228068a28ca90004535af44317a782836ac1fc531284071871751bce03728bea1058a4fd745098fad43090b4a5122ea244aacf91d25e97b849226cb51d2eeeb2869bf254aae5b85bae72040ddbbd48cba1fa4847a402f4215ce6aa28aaf3aa34ad6df4095d826a34a3719a3ca2816a8b2899da887d222d4a3e7d6a84aab1554e5fd3254e57430aada3e19559d5080aa6e0a40d56cfe8c7abce6887a222e43d55f94a1eae315500df06854e39d75a8c682785463a129aa79f112eac5031eaaa5ea00aa2da816d5b6fc06d50e80a35e3ecb4075b84ea03a9e8ea33ac3dfa05e7bbd43bdbeea8beadadc88ea7af60cf5e66e19eaed881aea83672feae3fb23a88f1f9d509f10cf517d072ea2fa8644a801c524d4e05639ea0b178d1a4d5b418d0f3f404d00afa226ddad5193b413a8a99351a8a94722d454d70bd48cde5dd44fb775a879d26ed4c2f201d42fe53da85f7932d4efba2ed492e3226af9b018f577fb3ed45ff414ea2fb107b5b2290cb5b266825a5b70452bbd5c8f56fae38ddea8760ebda95511bd69f52b7af39949f4967a2c5add4809adee5c83566f64a335f227d11aad05684d0f2e5ab3c91cadf90c87d68e1c426b43fea0b51bcbd1db620068ddcfdbd03bd814f48e392bb45e0301ad1f0b47ef4cd145ef52ae471bc4a7a00ddebe421ba638a18d3c26d146c9cae8ddb072f49e012ada34d114bd2f310dbd6fad0f6d26bf8fde9f32883e68b1156d159c85b67ade8bb6ee7e8b3ee646451ffb26433b18b9a21d8e89d127878dd1272746d04e9651e85351996897134b6857fbe7e8d3b152b49b423fdafd4a39da2318833e93b78af6aa1a427b97daa37dc295d1be462e68bf1c0bb45f4519faac4508da7f3b0a1d907e1c1d38fc151d24fa8b0e69aa449f5bda890edd3b820e5d3e80be600e475f8806a22fc42ea32f2c87a32ffaa8a32f665ba0c382fbd0e136fde84b2619e84b081574c4ac06fab23f077d39b21b7d19bc037d79a9001d25bf838e5607a263ee05a0afea5f465f2dff808e4d79828e5dfe858e53c944c7df41a313bc1ea2134dbea3af5d6940273b8bd0c9d147d1c9d701e894df8ee8d4d5b7e834ff5a745a45343a6df417fa06c6059db1998fce381a86ce847d46df742a41dfa42fa36f3e83a36f9dd882cefe8a41e76cde8106146d47032d32d0404b021ad49c8e06a7d7a2c1dc4434a4bf050df50e44c379fbd0f0c19368e495f368e4ed62342a968546d597a3d1877fa331c7fea1318d1968acdd4934ae591f8de79e47930e04a0c9c69a680aa70a4d79e682a6c3bbd02ce67b34eba11ccd0615a1d9d0223447e51e9a73b112cdb9ec84e6bd5343f3b76d470b1cf7a1c527abd1e25205b478c4142da92a434bb7a5a0a52f11e87b1792d085f13c74b1151d5d82d343976d00a2cbd063e8f24ddbd0e57bb3d0e56673e847fbccd115d7acd1d5d4ade8ea1e0d744dce26746d120e5df71b807ea2f70f5d0fdc8e6ed4ffcf1810dd8494a19f25be473fbbe68e7e766700fdac6a11dd2c5541377fdb8d7e61b309fdc2ee21ba156a8f6e452ca3dbbef9a13b43cad0af459ee86ea57be8379d97d16fb526d1ef93e9e89efb01e80f90cbe8dee81e74fff141f440972b7af0031a3d54fa14fd657301facbee01f408f7207ad4b009fdf5aa317a5caf033dee3588fe96c4427f8fad454f9a7c404ffeb4424faefd434fff3146cf589f45cfbc5440cfc63ba2e78e3e41ffdc3f805e38d48e5e084c452f4446a217ea3fa17f692ca2171fc8d1bf2f72d04b9ea7d1cb058fd02bcc1e8c42ab0546e147364649f52966bd692b6663db1866e3483e66135b8a511d9fc0a831ce61d45d82315bdbba315bbbef6034edb5305ac7a330daaf4d313a33248cae7f076647f0638c5ea835467fc30866e7e614ccaef02accae9be6985dcc6f18e36b1318d3b578cc3ed5358c59452bc65c31197340d085b114e5630e5f3e8bb16ada893982f3c31ce99ec558b3c9186ba93bc6a65911637bbe01637b7f1c63673287b15ff98039feb41be3a0b01fe340d2c09c4cf5c59c3aba11e33a908d711dbd8f711dbb8c71cf81623c76e6603cfc56301ee7ca3067a6b763bc0fe6627c9e39607c15ff60fc1c1631fe485f4cc0502e2650cac3047ec8c3041d37c404053a6082372b6342d4af6142dee463cee96dc584326898f31a99980b816d98b08e624cd88c31e6526d282642a91773c5fd0a267afb322676b2081357b51593b87e0b26f1d3034c92a11926b9f61126c5fe1426f5720c2635198f49337a89490b8dc1a49b976232f45f6332d54e62329d063099a58731b790004cb63607931bfc1e038aecc280ed753190f1fd18c8df400c8c7c0f031b29c7c02b7c308890480c72fd490cb23f0883750fc4602bde62f0dcdf1812af0043bd0ec5506fd5616805e9187ac9290ce3f7060c932ec4b00d75306cae3386dd7114c33570c7f01d173042a636464c2bc248e26630d2c1458c6cd731ccbdec3b98fb2bc99807d7ae601e30bb3105032a988215274c49ba25a6b4f004a6cc2e0853ae988f79b408c6549c09c254ddb1c254efb1c15477b4636ae506983aeb02cc53cf1798a70f4998e633d731cd5550cc8bed539856d31c4c6bfb554c3b720cf392f417f34ad90df3eadd234c47a916a6732513d3e5a183e97a5e8ce94ed980e91e2ec0bca9ecc3bcebbe8d7937df8be979f51cf3b1a107f3f1ab12a6b7ed07a66f291cd38fa162fad99d98fec24d98cf433998a16b65982f897f30233bfa30a373a998afb800cc37510266e22a0733f19c83f91ed686f9feeb24666a831c3375250433c521617e087198e9ab7ccccc4567ccec3925ccdc982ee6a7763ae6e7edb7989fb26b98f9f5c198796e16665e02c12c1cbd83f9a53e86f96549c42cc64f63fe9c98c32c0d0f61fe1a63307f1db3312b476c30ffa221987fff94306b53ebb1eba447b00a0bafb18ac7776115436ab18abf9e619558efb1eb3dc6b0eb61cad80d5d37b11b968cb12afbf4b09b5dde6355cd14b0aa004bac6aad1276cbe702ac76cc36ac76f63456c7e0175687f00dbb2ded02767be337acae3507ab1bcdc2eaf6856375bf1fc5eae5fcc1eac1bcb13b0ff6627779c66077b5dec31a3c0ac61a6aac6077c713b17b3e7ec49a84eb604d3eb763f72ebdc7eefbbe196ba6ef8f357bbb8035ebdf8835ff5c833d74f213f610c9066b99eb80b5baf1187bf4dd34d696c5c5da16dfc3da3edd83b54bf0c6da6f48c41eaf6cc31e9fd5c69ef09fc19e4848c39e5829c43a8499601dc0bd58c7d854ac234184753676c6ba8c8f62ddce8460dd3728623d0d7763bd7a9ab1bedbaab1be3f80d8b34e81d8b3110ed8b34530acffb1366c50ce116c509b3d3678a5121b9a18830d9d61632f18cc632f862460c3361962c346bbb061f3c3d848982a3672de187b795d38f672e4796c94c97a6c14b6191b5dd78d8d6e9ec7c6f066b0b1b45fd8245b0f6c12f9293669ae027bedbc37363924189bfcfe2236cd431b7b23f42636432ec0665afec166fabcc5defc6884cd1ad88cbd9500c7defa70117bdbea0f3637a5149bcb5cc302443a58a0f97b2cd08e8305d57b63215b56b1f0c9602c62e537166923c2a23ffec4a217ae61b17725585cc2612c0e78164bf06fc5129b22b0647f3b2c9da78ba577db6019c4362ce359059669a387e5d4f76079da1a58bee757acf058195678dd1b2bfc1286959c598f95a9efc6caf18ad8fbbbae62ef3fa8c73e505fc63e0859872d3b908a2d5b73c196db65631f664c621fb5efc63e7a5387ad544cc156ea2e63ab32df61ab18d6d86aab8dd89aaad3d8ba8d626c5d6e0eb60e7b045b87bb89ad7bed80ad9bfc8a7dfce80bf6c9bb2bd8fafc13d8c63307b18d31746cd3a1006c93bf1ef61955887d36aafbdf6a82b0cd45ebb12da94c6c4bc9176c4bcb0ab60dde83edccdc847daded897db7bb07fb9eee87fdb03f03fb51958efd2898c6f66e2dc5f6dd29c6f61b7dc77ee64761076347b1c3fa4ad891efe7b1a3fb2ffcffdbd2d1bf26d8b1733cec58942d760a6681fdb163277626c9003b9ff613bb503789fd05bc85fd05956317d729619796b3b1cb7bd2b17fdb9e60ffbecdc7feedc562d78aad700ad01c9c421d03a778f0106ec3d3299cb271156ee3c84b9c8a6809a7ba1b8c535d8dc5a96d44e1d4f7a8e1d44ff271ea5ed9388dcb6538cd539538cd6fbf705a1b53715a9f7fe174f2bfe2b6f5d5e3f4b69be3f48c9a71fabe51b85db12c9c81c1769c814736ce08e68c33d69dc31907f6e38c6fe6e2763beec6ed2998c4ed3d9184dbdbdd8a334d3a89dba76582dbcffa8633377a8d338f3e8c3b68ff1477103d823b643e883be4338b3b1ccfc31d2ebd873bc267e28eeeb0c61d3df41577d43d0a7734ab0167cdb884b3d9608cb369b3c2d93e798ab3fd07c3d9ad5f87b3cba7e38e1b6dc41d0fd7c7392676e11c6735714ee246dca9470138d7693ddce97def70a7e352706ebae93877a7259c7b5e2cce33d40f77e6f6419c575537ceebf70cceaffd10eeace21e9c3fbf0e1770ee322eb0661f2ec8f713ee5ca525eefc3d02ee82f631dc4576382eec59212ebca41d17fe1b8b0b5fd98abbd4be177719b50517e51e8bbb92ff0e17fd200717fd6c151743c8c1c50cffc025c8737009af747149f7aee2ae914670d7f17f70d79f2071c9c6f771296adeb8d4bac3b8b42b69b8ccc613b89b679a71590718b85b7bdee3b2ff94e1724a1a70b9bf37e2f2560ee000c18538507f040e82a9c0217a337048d5581c72f7361ccafe240e3d5384c3083fe3b08c601c2ee6020e576f87c39fbc87239c6ec511a27d7084afce38a2a60f8ed89e812319eec2913e64e0c8b41a1ccdcf11471b2ac0710e8ee33844151ca7a705c74bbf8ce3c3b138c1195d9cd0fb014e2831c489758538f19577389948889313db700f64aeb8c2582eae3883842b710cc195c6cfe04abf0de31e1e53c255346be12a0ff5e22a9f4ee3aab568b89aa8045c8df42aae76eb2aae9601c6d5fe63e2ea341b708f8786704ffedae2eaf75be0ea6faee29efa7dc43d4dc0e19efebd8e6b088bc43d3b7506f782ef866bb9d5846b99f4c2b5aaecc0b57deec5b5cf81702f5d6a71af2a6ee23aae84e05e578ce25eff7982eb3253c375f939e3dee964e0de3f9ac77da88fc37ddcae82eb357c82eb2d7a89eba326e1fa050cdc67d46fdc602b0f371c60801b263be2bea48a70233a30dc986c37eeeb902bee5b923f6ea21c859ba21ec1fd78711bf763d018375dab819b7e76033713338d9b2954c5cd8675e2e63f27e1162a5271bff69171bfdcaa70bf7ef4e31603fd71bfc7b8b83f1a97707fc48eb83fcb4f717fdf69e3560ef5e0fefd57cb6b0ef978c5d10d78a5052fbcb29314af9c178fdfc849c4abbc86e155375ec3ab3e6cc16ff9e383571fd983df9a7d0ebf95bd8ad790bcc36b1e2cc56b0efae3b536fdc7e40f5edb5201af0dfa86d73984c3ebd8c7e375dcbcf13a2956789d4c185ea7ea1f5eb7d70bbfe39d0a7ee791737843bd3cbce1f58778c38e68bc911d1b6f9cd68d37663dc3ef796b843709f88037b9a2823769bc8137a566e24d6bf878d3a7d57833ec04de8c02c19bd78fe30ffee1e10fbdb3c25b5eb3c45ba671f1968052fc61eb0f782bcd4778db4dc178db3657bc3d92853fde3a8a7730f1c63b1444e31d61dbf1278f59e24fda55e24f025ee39d7688f04e8b60bcf33b25fca9c014fc29a421dec52616efdae38677ab2fc57bfd48c47b9bace17db31ee2fd9e31f07e5f3fe0034107f041947ff8201a1f1f5c44c307377dc007b739e1837fbcc787164fe22faedcc1876be8e2c3b54ee1c3431af197cec1f097c25af011451ef848ad3df848036b7ce4e1097c549f37fe4a5334fe4abb041f0d2fc3c7442be2afba6cc55f7d05c0c7220ee3e39b55f1097746f10933adf8a4db97f0d7d5bfe153b578f8cc0305f8cc2c777ca6a8097f13f80c7f4bfb023e5bab1f9f6da58bcfce1ac0e7acff8dcfa914e36f1bdec6df86b7e0ef5cd888cfdd5d8acf3d1a87cf33be89cff3aec5e73db98ebf1bb4057ff7b5131eb8fb341e08a9c7834e2ce0a1b5fa78d8790a1ebee7191eee4fc323144ee311eb017894e5433c3ae4001eab73198f9b60e0f1b9c7f18430199ef0c01e4f58de822746e5e349ccdf7852c9389ea63781a7f7dae119c5023c63e80f9ed9fd10cfde7f04cf8e9cc0f337d9e385102e5e583c8c97fc7b899732f7e1a5032e78e9842a5e8622e2e5146bfc7de42e7c01651e5ff06f33be74fd177c797934fe61ed21fca33422bec26a165f71e335be32cd0f5fb976185febfe1dffb82102ffe41f15ff34b300df70e927bee99d04ff6c7505ff5cf91abe592f00ffe2f2337cdb9b717cfbb03ffe55ae0dbe7bf747fc1be606fc9bfb6ff1ef8d06f03dcee6f84fe1d7f09faaf8f8debd2df8cf79e7f09fe71ee3878ed1f1436ef1f8a1457bfc88f217fc58e6207e4cfe03ff95740b3f6e7f0dff0db81d3fd16a839f2cba849f0a28c24f9596e07f9cb6c5cf207ee26744dff0b36f42f07374097e618707fe979337fed7dd4ff8454a09feb79f367ec9d803bff4598c5fd5c0e3574f3cc2af5e55c6afd984e0d7fc390445109ab0fe703661fd9b76c2faa936c2266b2161133c80b0a9e20641b5964e501d4712d442fe1134ae8513342097085ac743095a499a04ad27dd846ddd14c2f6a728c20e3b1b825ef931825ecd5382febe4a82e1ce55c21e1698b0a7369460227624ece51913f6161209a6177f12f69dbd4c30fbc92758ec95102cce3d2058c02b0807fce7080708b7090793ee100e3ebf4738643349386c26221c7e0f271c5e7e443822a6138ec86a0936e73a09c754e308b6362482fddc79c2096309c181fc9fe7230427bc1ec185af4970999c27b8de7523b8eb8f10dcff95113cce42089ee95104afa72e041fa82fc1179649f02de921f8990c1102afa71202d91c425099192198d84a087e7e8710dc9f41087d9a47b830e34608931308e1e54042e49bbb84cb3b2b0957f6b512a29b2b09b1de7c422c0f4e88153d23c4f93108718f2e11e2dab711122acc0889a39f08d7b49a09c94c012159ae4048a1b81352db9f11523f1512d2ecd30819342e21ab7e2be196c21142ce8e61428ed88b90f3be8390d3df46b8add840c8dd1e4cb8ebf59d0018e41300e31904e095420270a69800c24e13c001440298f38100e3071050cdf304741b8880d38926e0a96802812e23103e5611c85a2104b208492057ab1228a0510265429d403bf680402bbb4ba07fa612e85f1208f4d9570486f60a8169b495c032c310d87db6045ef12d02afc48520c88e2248f47804697a1f415a9c4bb8b794442888c82314767208456e2e84e28d4e84e20c3b4269e93f42e9e7bb8432bd758472c856c2432339e1217f9a50c18a2454760b0895237242f5b9ff44e811aa9fdf20544f3e27d418900875dc1784ba792ce1898911e1494100e149952fe1c97002a1a13387f09c2221b41830082d971b086df9db09edcaea8457ffcdffd5af6a4287ce2ca153e12be1f57232e1cd6432e1ed995ec2dbe644428f9f0fa10f9f4a184857210ce63812bec0ae10be086f1346cca60923770208a30439616c770ae1ebcfd384f1ccd784698f7f84e9a7fa8419133c6186c725fc62471116e9a3843ff93e8465c01ce15f2794b036f380a8c0d0262afd6311d70fd2891b9f971355ac2b892a9d2a4435c7dd44358f5ea21aa68fb865924554df9f4454679513d59f9c266af4b2881a4bfb885a6b4789da678688ba871e1375435789ba89b5445da684a8fbd893b843564ad4cbbd45d4df6e4cdcb5f1077197961b7157c763a241c073a2e19c1371f7f416a2c94b01d174179c687a7d03d12ce40cd12c9d4adc1fd146dcbfac4f34c70889e6cde144f35fa789073d1a88873c9e100f25da102da10f8996525fa295c17ae2118a0ed146994bb4a53e23da4d1613ed959689c7f7da138f7b9b101db7bc223a9a4d129dac7489ce156ec453a3494497c426a2abce05a26bde75a26bc912d16d7d11d1ddaf86e89e7b87e8de7183e8716f3ff1ccbf21a2f7ca02d1b7b58c78f65d15d1dfee1bd13fa78e1872dd9318329f493cf7419518bacf9a183aad483caf554f3c6f65413c5f47225e84fc255eac7a4d0c8feb24465c7a4b8c681c2746fc4927469a6d2546edfe46bcb20620c6e49712af8a8c88575bac88f10fae1313d6fb12933899c46b3a52e2b5d52862cac936e28d1d52623af31031c3f60031a3e93431f3b00ff1e6456be2cdb43ce2cd2919312b1d43bcf5b7819833fc9978bb609878bb6b3ff1f6d750e29d6dabc43bb9ddc45cdf1c62def147c4bb4ebb8977874044c0b66c2244d441844cec24423ded8830a73b4418f105119ed54444f0854464b53711d9504a444ed710f15a534442b48848a8592012770f1349b93a44726c2291fc76994825d8101936b788ccd01b44e6a32622f3358ac86ec310397aa7891cdb2ca2c0439528c81e230a081144c11f2fa2f0e20ba2f06b1d51722a8b28b93a479406661365bb8e10efdd9d24de93ee21de7749243e101b100bedec888f18b1c40a8defc48a08656205771fb1e291945851d54cacdc9641ac4476126be2be136b11dec43aa31c62dd2506b141a998d8481a273ed7bd4e7cdeed416c365d20b6a8ae115bf75189ed4eb1c4ceee6ae26b4d12f1f5c97662d73d2d62d7374d62d7d41ab17b9d3af1bf26e25b199df8b67b8ad813c3207ebacb257e7af88dd8b72391d8e7bb8fd857f285d87faa85d8bf324afc6ca3411c304d250ea9a41147ec5d88a30fbe11c7eaff11c7a709c4c9801ee2d41719f1874a1371ae7088f8739b1f711e9b4cfc556946fcf53b96b8d88825fe0ef025fe4621884b5b66894b763dc4a56786c4a5957ae232ce98b8bcec4efcbb43445cb1b122ae9c3f465238d8435258ad27296a50498ad7f4484af7d793d647fc246d38aa4cda700240da78bf92b4f16b2a69f378184955e849523b4827a9b9fe226d59ec21a9338f9034d41e90b47c1549da2589a49d6a28d22e369264a0ae423238c024190ca5920cc62424c3d20324c3ca172463352ac9f869096977e524c924b69d6402cb2099125348a6358324337b10c96c219bb47ff751d27e870692f9e1ab24f3a68d240bd44f92c5b361d281d5fba4831039e970d84792d5a127a423b82ad2513b00e928f51be9e88fd3246ba601c97aad8c64b3b39a742c5c8764ab4c24d9dd2b221d2ffb4e3af142403a797d9e7472e438e9e4b43ec9293884e4cc3a48722ec0905ca3d024376d09c99d08209dd1e5927c3e86937ceda648be174124bfc408d2d9ffc6ecbfc98b14a0f0811478d69f149ca5450ad1ed219db31c239defca265de0f34817756248615dc748e107ec4897a0faa44bb2715264a73329eaed3c29fa8e1e29c6428574d59446ba7acc9d14fb308014f7b79d14cf3c464aecdf4d4aeaba46bac67e44ba5ee549bafe229574fdbb2a29795b1129553f8c94b6e922e9c62085740bf2899453709e74fb852f296fdb30292fa48f7477fd131250ef3a0978ea3d0988f944020e1c2681dfba9320be9b48700f1a09fdf90209bd9c41c2564493701b5548f873bd24528f03897cbb9c4401dd21d16a7791e845f52466480b89eda744627f292071cdc649fcac309240ff2a4932fa9a24b51793eebf78437ae0e04d2a00b7930a5db248458feb49c5f6fb4825b0415229f632a96c670da93c5783f448ba8754913e45aaacd122552f1349b57b9e90ea3ee2488f158f911e4b44a427bbf692ea9df6901a70b1a4e71901a4e7438ba496ad16a4b6ef6ea4f6834cd2cb0d06a49779bb481d23e9a4aeaf7852d7c215d21b8d59d29bd207a4370deb486f1d57486f4f9990de653490def5ff25f5f488491f6e9f277db288237dbaae4bfa24d625f517cd91fa6b6f933e9b3c260d6c409106dcaf93066424d240be3669d0619e34880b240d1b5b914663a34863875c496397a9a4b1a874d2d7ba56d2f85133d2f74d79a4c917eaa4c97e18e987a709697e471d69fef610699e1c4a5ad0de455ac8dc41faa5b540fa9da743fab7034dfa37fb8fb4ba4e85b496924e565ea49037dfd021ab1afc26ab524464359f4f648d888d64ed0805f2b6b226f2b6b737c9bad34fc83bde1891f5280664bd4e3259dfc081ac0fce21efdca64cdef9cf936c8cb526ef2eb322ef6e8926ef9e0692f7443a91f740706413541379ef772db2e9a155b2596d0ed91ce442366fde4db678a9453ef8e914d9528a251ffed04b3e3cd24d3e66cc201ff356201f83be229ff87081ec9882209ffc314b3e15ae403e45bc4176fdbd83eceece21bb0334c89ecbf664cfd5efe43397b3c9ded71dc87ebe1de4b33714c9fe9d17c9fe5fa1e480002572c0f0757290852a3934a0947cfe402df942f626729809921c3677931c7e3c811c019f225f499b25c7d4c8c95703fe91af166893633747926355b791e30c2f91e33582c9f10ed1e4787f6f727c059a9ce012454e2cfa4c4eacc9255f03d3c9d7cad4c9d7273793938d2bc9c97de1e4b4481e39630b929c21df40cecaf623df72aa20df7abd44ce8e9925e76ab892f334ce91ef7a6690efbe7b46befbbe9a0c50d94d06045491814d0e64b8cd6332e2d87532c26d9a8c38b7838ce49490d14dd164cc89e7645cbc23199f1c4b26987990c9e5bfc8e4b650320d8524d34fbe26d3457d64faf2253243bf89cc5414939981103213f992cc5c2920b35ce864362696cc1d4091b95f0e93f901b1647ef325327f024c1698fc240b85366449e05eb204f9882c79b59d2cf5f6244bc1e164d99b6364b9f212f9de8c947cffc92572fe2e09397fc8995c70b09e5c9062472ea89b2717aa12c9858d2ae4e2e04a7249089b5c16e8477ef4a2875c11d448aecc00932b7b02c855bf86c9d5724d7275a309f909659edc70e10eb9f14c36f999720ef9795f1ab9b9ff1eb9e5f24b724b9e2db90536496eddfa8edc061b20bf54a921bf3c15497e19eb467ef9ec20b9239f487e6d334f7edd104f7e9394437e67114d7e37bb89fc117396fc69dd3cf9536b1fb9f7450ab94f494eee5b7e48ee0f4d260ffadf260febd793872d1f90c7b6b692bf71d4c81321d3e4895c3479e217973c75b781fce3470479face2879fa0f8c3cfb5a9d3caf1648fe85ee202f96c7917fd7ec27ff99009097f214c97faf6a9257ffbb39ad7b924a51a8fa4151a41750940ecd51949e7a5194a67751d62f0e50942d54299bba82282a4b6314b5931314f50543cad66737281a4d0a146da3fd94ed0b1728ba3b52283bacd0147dbbbb949d6af3949d8f5328bbf6f8500c1fe7528c52972846e46314e3593ec578894e31b1da4d31bba940319b9ba6ec3f7b8962b1f69662b9ee02c5f2c21b8a65d620c512eb4b39bce44c396aa049396a694bb18e30a358539228365e1f283675dd149b96698acdda6b8a6dc53b8afd9a3ee5b856de7fde508ebf4ca038683ea6384e5a504e4adc294e0dc914e7e47514e7772f29a7f476535c3649292eb52694d3faaf286e307d8a7b4018e5cccd0cca99a7bf293e87ce527cce24537c12e3287ebc82ffb453ce02cc2967173e52028319949088384a08fc382534c8861226455322b4dc2991079094c84b8594c8a4794a64fb0fcae5f11e4a8c4a372566668072d530837235749272f5df2825f1d379cab5e7df28c99063941b659394f410334a3a1c4c49bf4fa7dc844e5272bef8536edfeda5dc1ef7a3e4066b52eea6a85200b2280ac8a69d027635a6406cc72890cb5d1468d8370acc934b4114585390ef4d28c85e4f0a8a7f9c82f9de48c18b111462543985383d40a1e80f5228579f5028295c0a35319942db7e86427b9943a15fb1a3305403288cdb5f280cca1f0a633589c28a7d49616f57a7b0a5e314f6a30a0a7b8e4ee1ee3d44e1570329fc37772882a9518ad0bc9122241ca28814f653c4e18728e29b1f2862128022dd3d41913a912972e14dca83d5764abee15f4ac1842aa5701a49298a65518a9db19452bc03a56c699852eeeb477928b3a53c0a3843a938684fa91ccfa1542e6ea554b7b851aa7f8b293526ed94daea154addce204a5d9322e5b1bd3be571ea36ca9384354a7df95d4ac379174a534a0aa5a9ac84f28cef4a7936b28ff2dc034a6925f3296d1a9d9476772ae5e5da4d4a47fe5b4aa76e08a5dbc990f29eb88fd2d3b542e9598ca57c98cda27c225ca47c5a15507ab78753fa764650fa6834cae733bb289fbd4994c14b8a94c1e855ca17ed3cca977dbd942fd77f51be4c5328a3e7e594d1d478cad75ba728df207b28df0ace51bee3e629934eb594e95def28330e1729731c07ca7c8688b2d05a45f9b5e24ff97d5795f2bb3c84f267d329ca92992a65891c4f590d8fa4acbd55a22a4437531596d2a98a5b86a98aef0854a5230bd40d6ec9d48d682daaca5645aacac127d4cd27fba99bdf9fa06e1e8350557d55a86ad6fba85b02a7a85b6481d4ad310fa89aa55fa93a2de7a93a2ff9d4ed0af1d4ed872f53b7e79fa6ea9e3e49ddc177a3ea355550772acaa93b6f53a9bbf216a8863a9ba846c363d4dd31e7a97bbe7753f72cb853f7ac60a87b557653cdc676502d0e10a807769da71e1814520fedfb48b5dc3c4f3d4c30a41e16f652ad2bcca936afcf53ed368aa8767e62aa5d5c13d5fed87aea711700f5f8b314aac3ce3f54470330d5714e8dea64bf4675dec8a69e8218515dbe41a8aebb6e524f6fa5503d6cce503d0ac0548f291cd533fa0dd567642fd5b7ff2bd5cf1e45f55b8aa39e0d4da2faeb6fa5fa7b9ea6fa7b8f520336a850033510d460118a1a5c384c0d1e3f4c3d1762403d574da1862d9a512f6d73a346ec3f418d72f84abda272881abd538d1aa3cca7c66c9da3c618c450637f13a8710af3d4f8e78dd404fb1e6aa27f11f5da2e7d6ab2e3616af23b2c35d56a9c9a3a17494d8bd1a666f4fa5333a64f513331386a26a7889a39f4967af35a0a354b2b869a6527a266a1caa959e2e3d4acfba7a8593f36536f3df1a7de1a3e4dbdb5ac45cd7e514dcdd32ca0e6bdc750ef7273a9e0d369542861900a335da1c292d2a8b0dbee54f8e5a3544cd6652aa6f41d15bbcd988a7f5f4a25de1aa41217fba964550d2a39769a4a2170a9541f20950ec253998e0c2ab3673b9595904be5a023a95c0d3895ef7583caf78da30a8e595205b34fa822d568aad8f11155ec544095993b50e5e73ba9f79cd4a9f7c8cbd407873f510bba5da885372e520b4107a845460fa8c5bb2aa925f243d4d20c02b52ce516b522359b5a955949adf1bc4fad3b47a7d6b7eda13ebdd84c6dc056531b2d7f509b92b1d4e733246a73a31bb579528dfac23188fa22b295dad29e4f6d539ea4b61b2f523b50e1d44ec94beaeb64536a97e7676ad70087daed82a6be33efa6be7baf46fda0f99afae1169efa016746fd187f87da17564fed9b30a17eb6aea77e8e18a60eaada5107773b5107fba7a8c32fc5d42f9ff4a8a3e418ea685b12f52be33775025b449d24c451a734ee537f6cb849fd31d0499d466da5ce3df9405da831a32edef0a5fe267ca1fe66fea32ea59552975947a97fd578d495e56fd47fa243b4759a153445d2244d29524853025da4ad6f3f46db50984edb50a64fdb58f08bb6b1ee0d4de5059ca6f6d097a656174fd3d8ba40d38ccaa769ca7fd3343b82695a6c5d9af6e019da76c9019aae6081b66363194def4c194dbfec096d976d0d6d173c856668944433043fa1ed99d94f33e9f4a299e2c269fb0c8fd3f6bd49a499792ad2f6379ea5990f1169169395b403615eb4034f576907e3a7698721489ad5d62c9ad5b66334ab539d342b2a9e66f5ef2fcde69b12ed18558d66abb181669b3d48b3fb6f0e768d8d34fb7d9f6827ac0ed14e08926927fedda3398ddad09c831934e7b87b34e7dc519aabad2fcdb5f118cdf5b531edf41153da69fbc3b4d3911f69a75f13696ecaad34771f28cd7db698e651b385e6f9a38ce63db19ee6b7ee3ccd6f8c403b7b3899e6ff854e0bec1ba605a3fd68219631b410fe0e5aa8ca1d5ae89e1ada79c424edc2d642da85844cda05cc4fda85ba43b48bd76b69170143b48bc539b4b0187f5a78d1282d426b921693fc8e16838aa0c57c75a1c5de4ca0c50e9ca6c5adfda3c51b1ea0c5f71169897a776949fbbed292dcac69499c4fb4a42700dab5a84db46bb14f68d7deaca7a5d4dea2a55ebd4acb404369991efeb42ccd445a76ae132d5bf88676bba8867607da4acbdd914acbcd5c47bb8b50a4dd5dc6d0402fad68d0ec581ab4bb8b8648b4a221ca37d11083341a329c434339eda2a1153268e8d0351ad6ea010de7fb8086b7a2d2f0f85c1ac17c378d70e81f8df4529f462d9ea5d1881334ba9384c6ec3b49e3587ea0712d0768bcd0589af01899265c21d12466c534d946214da6b69156a41c462b9a0aa695981ea695ef0fa49567d169e565e1b487aa0f698f6c6a6955de2bb42afa7ff1139d56fb538df638e115edf1b09cd610354f6b4c9ca3358e6ca13531f4682d55625a6bb413ad2dc999d64e39437b690fa3bd2c19a7bd9cdf4e7b0558a4752c6fa7750e96d15e1bf8d35e9fbb497b7d2994f6463b86f666389bf6d16495f6c91643fbc45ca37d9a15d2fafa7d69fd4ae3b42167286d64b4823616fb8b36567a8436d67d83f6b52496365e9a49fbf60b419b40aed1becb05b4c90d08dad45534edc73c96364b54a1cd4afc68b38feb6873110ab49f112768f325ddb445f754daefe29fb4df4b8f697fb52fd2feea18d0565ecfd1fe2d75d256b39a696b57ba686b5d20dada4c2e7d3dfd097d4383367dc39f28fa16672c7d6bb598ae71cd80aea9bf42d77448a3eb20d7d1b799eea46f57f7a4eb4ebad0f5ec52e93b0d3de8464453ba71550f7d9f7b087dbff915fa7ede2dba45d267ba85b48d7e30e834dd929446b73ab9916ef5208b6ef323946ea79f4ab73bb8936e57154bb73f584eb74f0ea6db33cbe90ef7c3e8279977e827a73ce8aeeb807457e24ffae98439bafbcd45ba3bcf91eea15a493fb3f91bdd7bc35bbacfd804dd57711fddcfd59c7e36299f1e68d4460ff18fa287244ed3434603e8e7f4b6d0432fefa75fd054a45f3819420f0b384f0f3be74d0fcb0ca587b7d5d02f5d0ea747d864d32f2f65d3af683ea15f09a9a15f39574fbff2ea353df64a1d3deef5457abc75123d1e72861eff5b4cbf165d4d4fb67b4e4fb66fa0a7e833e929811df41449163da5ef353df54422fda6c62cfda6ae06fd26f8363debd046fa2dcd66faad1911fdf67165faed0c4dfa6d49083d577f071db011400716dea383de26d1211d57e9d095043a029d47c744dea263994974022e864e3cf4934e8ccfa693369da55343efd16995afe98cfb0a7466bc129da5a84f676fd846e7f805d339d72ae81c2089ceddee4ce7edcca3f34e19d2f95fe574017b2b5db87b1d5d94544e97ec72a54b1ec9e9322f45ba5ce12dfd1eb58f7e5fa18d7edf7c9c7e3faa8d9e8f1da4e7cb9be8f975d5f4a28385f422980abd583d9d5ee291482f1d1fa797b396e80f53b0f4caef647ad56e257a55ef3f7a5db625fd89e229fa13836bf4a6fd29f4e7451df4e654577acbae13f4563d6d7a1b6e1bbd3d2182fe6a9d39fd15678adef983477f1df295fefadc18bd6b2f86fe46a189fe36a990fece7286fede703ffde38579faa7af707adf4653fae75306f4cfa558fa808f3f7d00da451fd65ba57f0988a18f18d7d2471c03e9230540fac82f63fad86667fa57ad75f4af3eedf4091b14fd3b6833fd47f51efaf4f041fa8c87097de653347dce8d499ffbe2499f5b6ea5cfe72fd117801cfaaf03a7e9bf439be9bfbb7be94b4fafd197430ce8cb55dfe82bb970faca834efabf581e7d15bf8bbe2aeba0af7eeba3afcef73214402086c2a70486121bced8e027636cb87586a1bcfb004379d093b19132c0d89438ccd8f49cc7d8dc12c550b5b560a812c80c55198ba166f28ca1f6cf8ea1ce6b60a88f1f6568ecf362685caa6068f03733343b4b19dae7018c6ddb0f3274d36f33764c5d60e8b5b0183bb5108c9d910f183b631218bb002286818d25c33077d77f980cd31b1f18a6459e0cd35fe30cb3ee54c6fe870286395a9561de60c738a0b8c43820ab661cfcaecc38641fcb38349dccb0dc846658f2961856e5998ca3174a194709250ceb13290c9ba0a30c9b6bc718c7226c19c7eaae33ec621418764ff733ece5fa8ce3c12a8ce3150e0c871926c331a89571725489e174688de1ccdfc4705e9b679c32a864b8fa1c669c7e9dc6701bbec1f0cc7ecdf044e0199e247386a7a08ce1f9789ee155a5c3f09a2c62787b07327c2e1e67f88d9e649c95d830fcf5ff30029c848ce0021b46082f8a116a7f927161359d115e9acab87403c3889c47332e67ff644459dc6144f76a3262d4fe32629377326273448ca4f03846d23b63c6b5b3158c54ed1f8cb45c1546dac83823fdd97e46fabb2b8c9b6f0e306ee99e67641fd2fb4f15e38e4f22e30e7f1b2337f21f2397799a71f7720a03a8c46680f13f1890c64506dcaf8f81de7b88817df88b81cb99651099240669c746063982c8a0febbc260b87b33187974066385c160badd6730af9d6670d306185c401183fb633b83174b65f0ef4733840c184394b28521ba896448dca10cf9355386fce62d869c9ac6b8af6cc278b0ed3ae3c18dbd8cfcaffe8c027614a360680fa3f8239b51b2b89951feb88af1e8d10e46a5b205a352ff37a3ea8e15a37a1f84517d87c8a88978cba821e21875d70c188ff755331ed37519f58a4846bddf1146fd0343467dfb34a3e16b1aa37180c668522e663479d119cf5b8c192f68e719ad56c68c9719198c0eed7c46a79235a3739b31e375b41ee3f5f74c46b7662da39b4767748f7732dee89a30de241933de665932dee6e7317a1c408c9e3fcd8cbe901c46df075746dfda56c6e747538c81cff18c41073bc660029731b8b295319cfb8331528d668c0fdd617c3bd2c4f8762394f1ed610763229ac89858bec7f8beef2b639282614c318f30a6d818c62c1fce9803bd61cce7e933162d3e301663ff30165373187fce42184b9d4e8c7f078319abd5bdcc75fb1599eb6e0b99eb9a5a988a7977998a9858a652a094a9d47796b93e05cfdc5006666ee8b2662a2b6830553c72982a635dcccd33094c0df344a626a78da9a3789fb9dd6886a9ab7482b923f40353ef48327367410a73e70280b92b7b03d3a04d8b69888a661ab21e310d47269846a458a6b1d897b9e7f273e69ede1d4c53e12cd3acd19ab93f498bb97ff933d362e41cf3c06c1ff3e04c0df39030e13f00a6a5e039d32ab99969f5bb87696dbccc3ca636ce3c6658c274ba7197e9d4ddcb74b6f9cb3c35e4c8743911c274bbfc95e9f6f91bd39df19be9c929629e719a629e79ebccf4fef785e9a310c0f4c15f6206b4cf3003136399818c03ccc0571066105dc40cd9a2c40c3981639ebb7a8a79ae379219ead3c9bc68f6987931259f19766a9e19f65a9d197ea48019eef28a1971d69979f9b41233ea118319d72562c64f4432e3ffea3313eef433af4d6733afafffcabc7e3b99997c4f8799425763a68a3c98698e60e68d247f66c67c3e33736f073373e402336ba59b994db566e6fe7ecdcc0b6861e6e5d631efee90300123714c90463f136c3ec904e70e3021dba84c98fd5b26f2660913f964898912089968e60a13934762624dd498b8dbed4c1cf53e93307780493addc4245d443149cd5f98f437794c56420a937de009937d668ac9c9c96572db8798dc913526cfec28933f54cb1465f098a23f5799e2ed62a6746f13539e4563de57e867deff9dcc7c50b4c27cf084ceccf7356116ca7e338b8e58328b4fe6314bf75d6296bfbec3ac6cd660567e4430abdc4a98b5a92798b5afcd988fcd0f30eb43bf319f3abc6536aa87309baa6a98cf3dfa98cf970e329b739d992f1cb6335bcebc60b6c42831db83dd99af027b99affa7c991ddc6866b72080f926e919f3ed9626e6db73decc9e8ff3cc0f3443e6476d67662fa093d94fad677ef6f7660e6c7cc81c70ca620ec43c600ee9aa318732b731bf3adb33bf6623995ff3f399df36b830bf856299df2658cceff408e60fb807731a0161ce998d317f6ec0317f6e1131e7512f990ba6eb988b17c8ccc54f1ce66fbf11e69fadcecc3fbab3cc3fe951cc6583ddccbf2a07982baf1599ff949a99ab06cf598a3726594a07c258eb0f48581b4e37b1365ced6229cf9e66292f1f606d1c7dcbda74be98b549a0ccda5483606d5a3bcb52892e65a94c56b136dbef676d865e626dee3060a93ece65a9ad93b1d494852c35bf1f2cb534064b0d8c63a975cdb03423b6b134912f599a8d592ced964b2c1dad8dac5d5e4a2c43fa3696a110cb32fa0266edb962cbda33dcc23289a962993cffcbdabba4c9dab7eb36cbec949cb5bfee21cb7cd19a659195c83ab043897520ff0ceb20d48175f0b91deb909b8c7578b19d65e5066059313a58478c1d58472a2d59470d1fb16c548758363dee2c9bbe16d631bd5c966de623962d3b8065fbef0febb88e29ebf8360bd609df38d6897219cbe1cc7a9683409be54cf766b9fca3b35cdfa159a71be4ac33392e2c2fc902cb1ba1cff22e3666f9c428b0cefa84b2ce5e44b10229a5ac20737f56d0810a56702b89159253c53a971ec93abfb98a759eafcd3a3f6fc8baf0cc8375b1659015ee97c70aff3ccc8a7c7487157dcc8a150d73605d0dbdc5bada98c48aedbac08afd788c954811b0aebf97b1d2166659e9e16f5937276c59d911edacec942456cecb97ac3b35a52cc0053516f0e35f16f4cf0516926cc842311558e8d6491636e9090b9bf39a85abbec9c23dd16111d277b32899175994b1701665ed318bface8cc5887461319d0658ec94711647fe97c55d9b65f1b4b35982a16596d0fa3f1f065912661c4bbe9dc992ff4961dd83ccb0ee638eb1ee3f04b01e74eab1f25f4059051b14580506adac82842bac829775ac22b75bac22621cabb818c42ab98e63951e39c02a0ddccb2afdb2c62a8318b1caf28359e5616dac87ea9b598f2cc7598f1c6fb12af02eacaa4336acea6304560dcf945523c7b26a4608acc785a7594f3afa594f1bf3580de12bac86814456e3464556d3366556535003ab295e83d5d4e8ce7a16d5c37a568363351fb9c96ac93fc06a6d7dc76a0ba96575f471591de3bb589dc64cd6eb833b58af6b18aceeb061d6dbed57591feb52589fac4b599f3e5bb07a9b15597de173ac017d1c6bc008cf1a201bb0863c4fb3be7cdccd1a1bf9c0fabae901eb9be122ebdb1975d664b9296baa388235cd0c67cd3c22b3667d7b59b3dc17acd90e6fd6dce2386b21c989b58079c7fae56dcafa9302632d6184ace5b30bace54b17d8eb80256c85f97f6c456b045b29e8065be9b22d7bfd8b42b672693a7ba39f227b63229fbdb1cb8cbd69c3007bf3940e5b75d598adbe60c7d6d87f9aadb9539fad79ce9eadf9ef2b5b0b738badd58460ebea6e62eb3a55b375df16b0f50d3fb177327cd93bc51d6c834f6fd9bb75abd97bd5cdd8a6016d6c53b9946db6ab926d16e5c03607e2d81667aad816297bd91699656ccb9d66eca3cc31b68d590cdb26eb09fb98cf04dbf6869c6dfb9ec83e0e2c651f6f1c621f7f37c23eb1fa9cedb043c0769c9c629fd2ddca3e5562c576d9f694edfa49817dbaee2cdbcd4183edbeef24db7dcc9ced79642fdb0b2c647b7b48d8de69216c6f493edb472791ed634d62fbbb65b1fde15decc0b15276d0f62576f0b600f6b9bfd7d8178866ec8bbe89ec30b1233becd902fbd2fbf7ec88758decc88cff6e36b10476545b213bead326f615c831f695455376b4e90a3b4645951dabdace8e776c6627ec096227e4a9b093722cd9a9473bd9a9f67aecb40d6fd8690fbcd837e206d9373af7b0d30b7eb333824bd919cd3aec8cf6ddec9b7a64f62dc1243bfbe631f6ed984ef69dd8bdecbcdd74f65d6d221b7820880df4af668329196c489b9c0dcd356243110836bce63a1b6df6918d311b6263a6d2d9f8d34d6cc262149b38c26393029bd994bfcd6ceaeb976cdaba1b6cdab668368d93cc667449d84cbd436c4ec1309b47d761f35a95d97ce025369f76952d8ab3618b9bbfb0a53a096cd99b50b63c3f9dfd806ac5ce8fe0b08bc263d945154aeca2df6bece210337631229f5d62fb985dae92c42edfa9c97e78d986fd284f835d25186257afab6757bf2f61d76c61b06b1e1c67d77e39cc7eece2cb7ea259ce7e4207b29fe25fb09fd6b9b21ba5deeca6edf7d8cfa82bec6705c7d9cfeb84ece66baeec17d553ecd64224bb6dd58cddae2260bfa4ec6077ece5b1bb9dd3d96f1ab4d86fde7d61bfb7ce67bf7f2e667f12b3d89f9d37b007f38cd8430deeec31ee0bf6d88bc7ecb185cbecf12c77f654b21a7b6ec33ef6cfdf2becf9d80cf6fc540b7bc1c482bd50b685bde82a67ffd9b49bbd7abf88bdf6e52b7b6d14c55efbf69aa3e0d5cd51582ee128a56ee128e59fe6acb7efe66c5c98e56c6a54e56c765ee16c7e13c551bb9cc451abddca51d773e7a8475671d4d37771348e7ee268196a71b465de9ceda9a739ba71af38fa102c477f398d63283ec931eeefe4981c1ee1982c4e71f6da4770f66fdcc1d9cf9fe498d3d91cf3f6398ec55c1fe740f807ce81bf2b9c4301159c431224e7d0430dce61ef0acee194539cc38fea3956cdbd9c238fe33847bace728e3a65728e3d3dc7b13ba2cab1f7a6718e93251c472b28e7e4b81bc72555c0717d50c6f108d9cff1f611707c5eece4f8c9af70ceeef9c439dbb997138838cc091cb9c3095ca673828a199c6087939c7333524e18e909276c628813fe2980136138c589906ee4444a0d3991bf033897cdbc3851da6d9ca8280627aae40ae7ca149973653986134d59e044b7847062a7e639f17ebf39097f889cc4f1039c24eb979c548639e7c6e961ce8d39474efac66d9c8ca0a79cccf165cecdd9439c5b3feb3939f62a9cdb6fe338b7e71b397772f670f2d2d671ee86697100df23399082650ef4e6590eccfc38070e5be26027a11c9ca50e075726e7e01e6fe71086cd3844900587c8f9c021b6ac7188cbb61c921b98438a09e79095fd38940e30877a399943a31ee1d0f7d970186e9d1cc6edbd1cc6f23b0e7bf3250edbfe0a873b58cae1fecae108c46e1c51ae02477cf33047cca57224a3039c7b67df73f2ef69700a0786384563a69cd275669c5295114ee9717d4ed93632a70c739053fe2083533eb089f368f835a7f26335a7cad68d5313a5c2a93b33cfa90bd2e43c7961c6791acfe33ca59de4346684701a1b5b398d9fd6731a4777709e298838cf3b5b392f984b9c17cdfa9cb68d499cf6802d9c979d12ce2b8dfb9cce5d4d9c6ee228e78d128ed373d987f3f1e03acec7ef799cdef86b9cbec72a9c01f300ce50693c67981dc1f9a20ee68c6cb8c919910b38a303099c31e215ced7d440ce783f82f36def206742c394336923e6cce2389cf9ce3f9c850447cec2c223cee26c31e73787cdf9730ecb59e6a1392bea67392b895b392b431b38ab2e6d5c859ba35c85d1f75cc5027dee7ab397dc0da3be5c65d16beea68835ee66ab51ae9afc065753f92257330bc8d5ba26e16a01a3b83a8461eef6f59fb9baebe45c5de91277c7a697dc1d21dbb806c9fa5c43421cd7701cc0350a79c335faf185bb279bcfdd33edca3549fcc035f9b089bbb7dd90bb2f7985bb6fe43977ff9971ae799e32d722cc897bf09b03f7b04725d7eac41bee51f62eae75f041aeadf626ae6daa1bd75e0fc0b57f1ec43dfee327d7216433d761ba9debd858c83d797a99eb92749febd2b59feb3a66cb3d8d1573dd866e70dd490b5c0f5d2bae870189eba9a0c7f5dc8ee47afae970bd363de67aeb33b83ed562ee59fd5ddcb353aa5cff755bb8fefe10aeff9559aeff3b4d6ea00e871b78f52b37e8f7276ef0c5386e306c847b0ebec20d3572e05eb870887b0119cfbd20d3e55efcf68f7b71ed06379c94c40d1736722f7d5ce046b6b3b997d71e73a3343f70a313e8dc18dd596eace677ee7599213725dc929b7aa6827be36502375d7c8c9bbefc9d7b47f521370fe8c4bd1bf38d0bb8b19e0bd2d2e382cf467361b6755c58ea352eecdf162e122fe012feb9738951095c9262199764f1964b8a49e592fe9ee392ebb95c4af77e2eb57c9e4bbbb9934be39b71e981715c0644ce65f4c2b92c1a8ecbcedecee5ca0bb902d007ae5044e38aa3ce71c5a016ae54c1812b5d4ae6de33a372ef1d1571eff59fe0dedf0ce4dea76573f3199fb9f993addcc2f893dca288016e31b5845b0a52e696f7c6731f6e7ccfadb026712b6cf6732ba6af72ab764e731f7fe9e73ef18fe23e997ccc7d1a67c06d0cbec06d8c59c76dc414719b9c7ab8cf3678739f2b01b9cfb58f709fcf06729bcda7b82f2caf725fb47fe5b6e41ee6b6e42f715bef8771dbf7b3b82f8b76713b34bf723b266e703b77c6705fdf6fe6be5dcfe3beddb595fbee9f36b7a76896fb617e90fbd152c0fd44f9c2fdf4399cdbabe5ccede5a572fb77cf73fb5bbab99fcd2db803f460ee206e923bd47f9a3bb436cd1dae29e77e9974e28ed5da70c726aab85f8323b8e34668eec47a17eef75832f73b609e3b794e9b3bf9ac9d3bb9728c3bbb70883baf09e6ceef59c79dbfe6c85d88f3e42ef45ee02efcd5e02eda3772ff84bee4feb905e72e69ede6fe55f4e6fec5a471579d77f0d6f13b78ebaa7ff0146aed788aedaf794a7b5a794ac328defa75ce3c656d1c4f25f1236fcbed489e7ab99cb735bd85a79db085a7dd57c2d3297bc8db164be76d4b17f0b601403c5de6319e7e9c2a4fffae02cf408ee1197eb6e2190e497946c0499e1102c933f675e51957efe319372af176076de099d858f2f682bff2f67d76e79951b579fb0f94f3cc9d4679e6431d3c8bc33f78168e309e855f3acfa2c2877790e8c43b84d5e059aa3fe3599e29e31df643f1aceaaef16cbe4278c7ffccf01c102e3cc7fcc7bc93da43bc933a19bc9376bf78aed2adbcd3072679a7cb313cf76230cf433d88e781c9e0791dc4f0bceaad783efb76f37c84de3c1f399917801be50570e77841e77579418935bc90ec9dbc10e8342f5c2ee5457c3cc28b5813f1627a667957d5bd79719bb2798997667849db567849247bdeb5e51fbcebfea779d7bfdde55d5ff3e625eff9c84b916278694a71bc34652fde8dbd0abcf4fdadbcf4c0cdbc8c02292fa35bcccbece7f36e3eace36539bbf3b2bbf3793996ff7839f70ff27246bb79795ffff10028110fd05ac303eef5e10153ba79e0aea33c34cf9c8779f29687b575e761bb5b78f8602d1e691cce23738c7994437b79944c168fba36c8a3fd4ce5316efef7a0573acc635bbbf1d8e38b3c0e3e8bc729abe171bbcb79bc7bca3c7ea09c27387b8a27a86ae449cdb6f0e4897b79f7768179f7a2b278f70ffbf1ee7bb8f1ee575ee6dd6f3ac6bbbfaccdcbff66cbcbfffb8157d075885738edc82b9e48e59548bef14a0ffbf0cafe0df1ca2f74f31eaec3f32a462d7895eb2c7995c639bcca2524afda708857edfd8b577d693daffaef265ecde9a7bcdaecb3bcba5316bcba3820af6e90c6ab4f1ce43d250df09ece02784f574ff31ab4d5780d9f8ef29a3a3279cf2cfb79cf6f25f39a35e4bc66b080d7da34c27b75cc94d7d199ceeb5456e1753a75f23a3b9b785d7737f0ba3e9ee5bd3926e0bd89d4e5bd29d9c47b2bdbc27bb7f711ef5db426afe75c03afe7591baf4f1cc5eb0ff84ff14fde60be0b6f58e93def8b7108ef0b9fcc1b635fe08d5f6ce78dcfa9f1bef73bf1a6e5d5bce9b954de2c748a3757e5cdfb7df729efcf5617ded294176fe5cf0edebf8d00debf6393bc7f7f8d79ab55bf78ab8d19bc35535bdeda39216fed0b9cbf8ebbc45738d2c0575859cf57711fe26fae27f1556d597cd5bc5abe2a308aaf765dc4dff2d590bf35d299bfb5fb1c7feb0a80af712c97af692ae16b292df0b51efaf0b5a33ff0b55f5fe4eb042cf27502bbf93bd406f93bdab6f0f5cc33f8fa8baefc9dfe297c835447be416718dff8bd2d7fb78e1f7faf853b7fff764bbec5912ebe051ecbb72077f20f38baf20f9cace71fbcd7c23fb4fd19ff70b402ffe8bd45beb58631ff58870adfd6678a6fb7ee09df5e610bdf5e692fdf7efe0affe4088b7faaff01df35df86ef5a52c877fdd2c1774bd2e0bb4da3f9eeef75f81edb617c8f7616ff4c660dff4c563ddf4b8fccf7b25fc7f7de9fcdf7b198e0fb8468f27d1b4df9fe0e3bf9217f3af9a157c7f917121af917f072fe05ae1effc2a730fec503a7f9176b1cf9171b03f9e14966fc4b6951fc08403f3fa2c6811f79cb827ff9d402ffcacd6dfc2b3209ff6a34991fbbde8d1f171eca8f2bd1e5c71faee127e8abf3130c2df9099f71fca4306f7e4ae3117e6a60253fb5659a9fb6e33b3f7de23d3f2395cbcfe068f1334fcdf36f2567f16fcd1ce7675f7ec6cf7e7c957fe796251f5058cf07063de6836ee5f0c1a4663eb8e7321f3259c0872c25f0a1f0543e5c790f1f5e9bc9472be6f0f1fe157c7cab0f9f70708c4f5876e19374417cd2fe6e3e8991cfa732a6f8b47e2f3efd860b9f7115c1673a06f19995723e73298ccfd20ae7f3c20cf8bc7f343e7f3b9ecfcf9be58b7738f3c577bff125a74ff1258d57f892253dfebdd46ffc7bac7efe7dbf6efefd4804ff418203ff0133805f906dcb2f34aee7177641f945a7dbf845978ff08be6b6f14bc0b6fc72e5147ec57024bfead85f7e75048c5fdd31c3afeddecdaf33afe53ff14ce63f1187f09f7c10f3eba12bfc262c95ffdcba8cffe25a07bf25369bdfae788adf6e7697df7ef107bff35836bfd3cd9fdff9ee3ebfdbeb3bbfbb740fffcdab1ffcb7d12ff86f17cff0df156af2df3bc1f93da41ffc0f5d33fc8fe1c5fc3eab557eff467dfec0f61ffcc12335fc2f3b80fc2fc835fe58e201fed7180bfef8433aff9ba2037f02bb993fb154cbffeed0c3ffeef596ffe3e7047f5aa9863ffd5e853f1b71823f9be3c75fe85cc75f78fb84ff7b7b207f69f8367ff9258cbfb234c9ffa7e0c95ffd3acc5ffd4de1afd5bc14acfb4e11ac5b3920503af543a0346828d8a03c29d8b8c346a0561d22507b46146cb97f55a03eba4da0fefdbc407d71bf60eb9e7a8106654ca07d5b4fa0d3f452a0eb1929d8e1f84960e0f7576010b55360b0745260a8e52d302e1b159870170526638f05a61a5a827d634f046615f902b34f29820301de82037d40c1a17339824379a38243d54281a5638ae0e806b6e0282a476073ee9fe09856abc06eae5a60b73a2b38fe2848707c39527082912c7048b31638140a04272f0f0b9c10628173ca168173e1b0e0d469acc0f5c875819786b6c0fbb1a3c00f5b2938db8f120468080481131f0441ce8a82109ca3205474507031224a101e6a2b087ffd5170e964b9e05268b020729c2588a97a24b86a5e2a8865f60a622b6f0ae23fb60a126a388284ee684152e7ac20a5cf47907a3e5a905ac814a43ebc2e48573616a45b170932ec8d04372d0d04375b130459dc2241ceee2c414efa03c1edad3382db2494e08ea0417067faa020f7969ae06ee60301e0948100e0132a00843c1500c2db0540bf1001909c2e802a180b60eb2b04b09b1b05f0eb620122244580f8322040116e0bd0053704e81eb200f30426c0fc0911608da80242fa3f01d1d15640740e1410bf3809c82b1302f2ea09014d29564073460968822501bd4c43c0383b28605c98163060f7054caf5a01f7fc26010fe92c10ac850984ae8b029116492049f214486a620492892081ec6c91402e0a16dc339709eec566080ad03704858a5582e2cb4182b2230705e53d91828a844141c58aa5a0f29caea0f2ce4541e54889a07aeebba046e987a026db435083cb143ce1aa0a1a148a050d2a5f040d92f582c6ac5cc1b36cbae0b92b52d09aff56f0d22558f06a4951d0e9bd5ff0fadb8ce0f5d26641d784bfe0bdc91bc1fb3a6b41cfa0ade0a3de80e0936f82a0f7a89560e0bf3c0dad6a0946a25d0423c9db05230c1fc148d1b860948a148c3d53118c4d7d158c43f082ef2f7404538b57043f0e8e0b7e4c4c0a6680b3829fbb4605bff46d05bfd802c1af8adf8245c70ec162d27ec1522e54b0bc71af60d9525fb05ca62af85bab2d5839342e58096a16ac482f0b569aad052b9f59827f214704ab2f6f0815be1509376ec816aa18d2849b3f0708555dcc855b823a841a7308a1562952a8f5db5aa8ede829d4be5329d4115a08b79db315ea2a85097798b40b77c0ca843bde09857a9eae42bdd87aa1a1b7bf70f79d46a1e915a9d0b41e2fdc77a241b8efbca770dfec57a159394668d61526344f62090fb4d40b2d0b360b0f936f0bad9464c223816dc2231fdf0a8f065d155acb7b84d6bf9285c75cec8576cd6dc2e3698142078308a1d34c9af094efb2f014c453788ab05f788a745de82ad417ba3b950b3db6580a3db36e0a3da9b942af1c63a1d7ab6742dfcffe42bf8855a1dfe529e159619cd0ffec4361c08157c2a0d2266170b8bf30f8879b30c46751187219293cbff85778e1f88af042e4a030ac68a7f0d2284f18e17344183103155e7957288cb16e13c678de10c6d90508e3727385f191ddc2eb8d7f8569b6a6c2f4b88fc29b971c8459c8e3c2ac1f96c25b2e1ce1ad268230fb60adf0b6e576e19d20ba3097a326ccfbf45408543c25041e541402afa60a81a0482128244e087e352e845ef210c217f60891d73385c8c93b427cf0652171438490f873ab902ceb10929f2a0bc933ee42ca916521e5115d48b502095997b608b9bbca853cafb7421efa8690d7d526e487de14f25bca8442032ba1983127943efd2794fb6e10ca0b8d84f726cb840fdccf08f39d3385053563c242f31e61d1f26561b16183b098da2f2c15b284a56be5c232c64e61b9be9fb01ca2212c271c113e2cba2a7c34df25acd8622aacc4cc092b4b4a84d56ba1c29a67c1c2daa3cdc25a9f37c25a9a8bb0f6438ab07658575827630beb6a59c2ba8eadc2a79b1c85cdbe77842ffe86095fc50b85af5af708bb2fa509bba387856fe63a846f958b859ffd2f083fff4b160ed8a18403a91b8483eb9a84832afb85c3be01c2617fa970f8d58870f81b58f885fe4a3812f045386a20128edd52128ed1ed84634da785632fcb84e33e5f84e3934bc26f2807e154e0a270ba72bd7086652c9c7ff55db870e482f0d7fe16e1a29aa270f19ebb70f1e543e19f6340e1dfcba784abe7a3450a2caa48e1015ea4f0264ba478ab5fa4bcc951b4b1a946b4b199ff9fffe20b3d91ca2f53d116db11917a6e9b48f3f15f9116cb57a4630a11e9144689b6ff918b743396443b8e6c17e9f11d44fa371244fa0c379181345d6454a927dafdb44eb447ad5f645ad929325b2c13ede75a880e04b9882c2f458a2cbf2589ac9fe4888e5d178a6c131c44766a274427cfd0454e237e22e7236522971f5291cbda07d1e9d55891870e55e4b14d4be411d929f2280c12799e9a1679591e1279852e8bbcce2f8b7cf95622bfa03891df3b43d159d5e7a2b366bda2b3870b4401354251d0c1d3a2a0ab0251b049842878d45b14b2d55814f2c94774eec4165168f267d1854543d14595145114cc4174a5c259148d55fccf17518c728828beb24894e02a1325507345492aa3a2ebba96a2e440b02879ca5794c2118ad29099a2b4072745377a1a45997807d1cd2a7b51964bbde896ca2e51b6f7655136ca5074fb364f74f7e2561120a75704815e12c1f7934408cc751162fcbb08b5ce538476eb1561d71f13616945226c3156846d8c10e1844122bcd63a11e15e9788a27f5cc4666f1371ca7e8838af4245fc847111ffe67991f8bfb148bec58a64f01722d9d3f722793045743f324f949fb449940f178b0ac04051c1c30a51c1a2585428991015c37789ca704da272469be811794c54c12a1055ef6c10d55e018aead66d15d56d4a17d5719545f52105a2a7d41551037d56d434f04df4ecda0dd18b4b7cd18bc71b452f061d442dab6f44ad1b0e8b5a9181a2d6968ba2b67b0051fb36b6a8bd3849f4ea97a1a8038212754aab45afcfaf1775fb9e10758fb489de04248bde4cb688fa6ec589fabdc245fd8506a2cfe32f44838b1744c307b78a86cb944423b29fa291afbf45a3718aa2afe11744df2299a209568d68d25c4134f9dd423475f0a768eaa791e8879e93e887155c341dcc15cd287f13cdbdf717cd4d048b7e6227450bffe56ba1d555b4f0f68ae89783be68991a2bfafb73a7e8ef1a4ff4ef649368f5f926d15a054dace0f851ac80b92256bcf51f7c8758e9bdb758b9d851bc51aa275671138955aebd16ab29448a3568c3e26d0db662bd6322b19e688b584f3e24d6bf632c3678f6546cf0cd566cb0d821365242888d08d7c47bdbbbc5a6fb5062f3e257e28341bfc587edf68b8f258ac4b68bc1623b8a9ed85e412ab60fb0171f8f84884f2cdd109ffc6028764eff2e3eb51a2c7651ea13bb5895895d3251e2d331cbe2d3cf8bc4ee4a2fc4ee6ae362f7cf15620fe763620fd68cd8ebbd99d8bbf0b5d84f5e22f6575e120714d1c401dd6fc481c0407160dd5e71f0598ef8dc5f8238d4fe843834d5481c5ac9165f507e270eef7c2f8e08561547b053c4118b37c497379f175fde15288ecad825be329b208e4b3417c77f918be3bfd689135202c589e10de2e4cf69e274877fe2ccb7dae22cc3397196d11371d6414d71d6077ff12df201f1ad322df19dee20716eb4b238af26549cf7a5437c97e72c064017c58027c562e0e53362b0b98f188a9a11c39cff8961e40e31ac714e8c008c8b516efd62d44565317a2c578cdf6224c6df4a17d39c43c4b410be988ed82f661bb788396e7bc51c9f79313f922b1695b989c5f539e2c2933ee2227c91b8b8f4bcb8e4de5d71795e83f8d12582b85273485c69c7155705948aabee80c5559fbf88ab46acc435fd1bc4b56677c5f56719e2fa9248f1d39d17c44f9b95c50de86c7143ed8cb851f385b8f16a87f8998292f879e54ff1f341b2b8995f277ef1504bdc7aa75fdc86a48bdbc61e895feefc2c7ec536147768a2c4af75f3c55d3a15e2ae925fe27757cac53dc5f7c41f69d3e2bee34271bf86bdb83fe7a378e074b678307f553c02ac178f76fd114f4842c49343f1e2c9ef28f1f47d8e7836e18f78768a2afeb98f26fe697e47fc1364249e277a8be73996e28579b6f857d882f8d77db0f857f54df1aff778f19f4b97c54bbfdbc4cb0d85e27f0996e2d5be59c93a674b89a23d4fb2b1c643b271eaad44e5698844ed8844a2766d48a236dc2f51373b28517fce966cbd332dd1d86422d1c8b094686004128d913189a67a8344079c29d1bfe422d9e5d42cd9355e213188ea9718e94b24bb972d257b341f48f6ccfe94ec1d7497ec7b9b27d9bf3a2a31b73e2131cfba26395c785962b5274762256f961ce9ae921c4bff26b1bd4a95d8023e4aec3e98488e57fc919c2008250ef537248eaf2224ce93369253fb909253d7fe485c14ab242e185589db3d7589fb1e88c4fddb2689176b52e2f54226f1fa6129f1b67590f8c7a749821e764a82932d2521c71a2521e5c99273c15724e74f6025e71751928b1614c94517a9e4e2e95b92b0ac244998b04e12f6802089c2ae9344958e4bae607092e88251c9b58312c9f5033e9264a70949eafd8392d48612491a0b28496bf096a4074649328e112599f4424966194692857d20b9551425c97edb21b9bd5b22b9433295e4ee50fd0f4f92fb0e20c9335595dc8d3f23b9fbd04e02f43b2801166025c0110f0964f71e094cef9e04265e91c0337425f0471512a4fa46095a234382b6cd93a0d3c012f4af7a09fa8fab04cbf592e06e144bf0978b258484fd12420345c2c8a64998df6325eccde112b62140c20e1b97b03323259ccb8e12ce8307126e43bc84f76254221a392c11c30d24722b7b891c0993c89b374aee9d5095dc8b52971400a225051f0992c2db1249e1671749e1c00b49c9ed1f9292221749694189e4e1de639247fe9a92472909928a3daf241583c592aa339192ea540d4935ac4a527b254d52bf9d276974289134b60c4a9a7a3224cf34fe499e9d15499e854a25edd1fa920ef69aa4a3f0b3a4cbfa87e43d7f46d2eb7b4ed29b6823e9bd3b22e9379e96f45b6024fdd1c592cf803ec940e6926474952f19b7d5974cbc48927c2f954826ff48243f6c3a253f4aee4aa68f7c974c43ee48a6e79d24333d8e92595a9a64f6bba2e4d71977c9a28d9a64b1d858b2382194fcc9a54afe3602242b4e3724ab9d3d5245f76d52c5405fa96298b554f17eb874bde290747dcf13e986367da98a3c4fbaf9f19454ada143ba256759baa5ae5cba65c05dba65bc57aa6ebc26d584174ab5ecf052ad958b526d83af52ed3f3d521d4ab7747ba89a74fbd267a92e659354b79423d56dad90eaddef96ee7cbe4f6a941b23dd6dd824dddd632edda3e62e3579e227dd27144acda46dd283b37ed243135a522bb517522bd308a9adad91d4b65f28b50b9f96da1b4aa58ede6a52e72753d253193fa4a7bf38494f4fff967a9c98957aaae6493d31ca52af2e9ed4dbf0b4d447e593d4a761407af6c14da9ff73ae3424e49b3444e82a3dd774471a7a19220d2b09905e9a7593466c4d905e0ede298d4e90496312b74a635250d2b8c961697c15499a64182c4db96e274d5b024a6f60c2a4e916a6d2f48f0dd28ced62e94d933bd2ac8b91d25b3c3769f64e9834fb56a9345bf8427a3b982bbde3d825cd9b6448efeeee9342efc64a614f69525444a914c57b22c57eea96e216d7a484230352a219534a3e5728a534fc92526def4869965652ba67839421689632aa3ca54cdb5629a77246cacdde22e5f58d49c5e78552e9ab12a9cc3b432a579996ded7fe22bdbf4751fac0fb8d34bf7a9fb4c074455a92fd495a6aa1272d6d1d929629b949cb9d5da58fdeae481f0d7a482b4e384babfa15a53516f7a43551bdd2dadc5bd2da99f5d2c7db8f4a1f7f3191d61f944beb6b39d206d86be9b38732e9b3b6e3d2e72395d2e7f373d2e6a77ce90b508bf4c51c44dae27a50da12fb43daca7e2c6dab0a92b6f5444adbcbf3a42fcf9e93bec420a4afdab74b3b8ee54a3bb53ca49dd67ba59df64ed2ce2ffdd2d715e7a5dd7881f49d4e8af4dda53bd277597fa5ef413ba51fd48da41f3d34a41faf38497b497fa4fdf663d2cf5f97a4035b9da403b511d2a1bc1dd2e187afa4a33e29d2b1e1bdd209e998f47b19493a730e2c9d911f96ce34bc94ce366b48675702a5734bcbd29f7b3aa4bfb6074aff18a448ff54aa48573dae4a576bd3a56b7fe2650acb5899c26aad4cf978a66ca3abb26c93c447b6c5a554a67ec44ba64e7929535f7822d35c2d9669a90dc9b49c2a645a5741322d92a74c5b7341a6ddef2ad31929966db7d821d335c897e91dba2ed3af4e9519daf8c98c953565c6a85c9949e95799e9af6bb27d3b3564fb6ff8cb2c2cc5b283e710b283523dd9a1dd7b6496b15632ab90af322bf87a99d56cbfcc6a9e213bda259159bf87c96c608f65c7b240b213c83d32a7cdb332a7ae70998b67b0ccf5184fe636774ee6f6f786cc9d8f94b9f7dc9579fe0996790d8eca7c6d3464beb67c99ef2d23996f395be6a729919d5dd92cf3dff157e65fa52c0b500d900515a06421473365e7865ec942e3c264e7838365615bdfc8c2ce44cbc2df6c94459ecc9745b6e7c82e5fc7c8a2069765d133976531c173b298f33b643132a62cb6f39a2c4ed22f8b9bf7902524c5c91203f26549f1eb65d71931b26470bd2cf95fa02cc5cb429612cb91a53c5a274b0d9896a5260a64a9545fd90d449fec469fae2cfdc3395976184b960d5191dd79785596cb5192e53ed090e5b514cbf27a91b2bb1a08d95ddc4919d8a35006f547c960139532b47c55864d2a97e1ae1f95e190f3325c4db38c68a424232666cb48a6a632d24d151979f7011939162aa3a6bbc9e8a600199d3925a37f1f9231ec3a640cdc0e196b2650c68eff20e38bd365c22a5d99f8a2a34c9cef24937c80c8a42573b27b9268d9bd1f6bb2fb1b36cbf21fe9c90aca7ec90acf9e97153924c88a3ed265c5c673b2470881ac02d420abf8f640560d4f94d558c5c8eae03b648f1772654fb70ecb1a0e82658d16a1b2c6a04c5963d343d933ba8aec79be9facb5e3bbaccd472c6bfff65dd6fec341f6d20c2c7b4985c85eb7dc9575dd6891bdbde2257b677358f66eb241f6e9c461d9a7b27bb2be1b43b2be013f59bf628aecb3768cecb3e31fd9e7a59fb2c183e1b2d16c07d968cb27d9f85303d9c42e806ce27b846cf25d93ecc7bdbdb29917e5b29feabf650b3bfc64bf3769c8961cbec8feba4fc8fef938cbfe85bd93fd8b0c94ada995cb151282e50a7daa7285dfdd72a5b69372a5a94ff2f57dd1f20d1417f986725df9a6e940b94a62bc7c73da26b92aedad5cb5f2825ceda7a75c635dac5ce3b0935c83142bd74c13c8b50cfde45a3909726d239a5cbb7cb35cc77f935c077443beade5835cef589f5cefd4885cef5593dc406d546e20b9273768b82e370a2a97ef7ef350bee7d03eb9894eacdce44ab2dc54b1446e6ab62a37bd42909bce7d919b778dc8cdbfe0e416df4ec80f9c49901f9438ca0f6d59273f34f54a6ea99a233f8cff293f62b4243f7ac5556eb7f7a5fcf89501f9f1a2bff2e38ff2e5c77f31e58ebc32b9e360b9fce43673f9c9edce72274cb1dcf93e46ee92912277695694bb22217237e267b97bca3ab997eb76b9d7dd5cb957cf09f9d972777990d50179503a421ef45e571eb4d42f0fb9f4581e92d32d0f4bde2c0f639e938771d3e4e164befcd2db25f9a5e50e79a4dd3af9e5a6567914ca5b1ef3f481fc2a66401e9be72a8fe715c8e34723e489273ce5d7cfb2e4d78bf7c89317c6e5691178f90d49ab3cc3df409e31b25d7e5339407eeb54a13cfbc525794ee26f790e5d497e7bd84b7efbef06796eb6ab3cefcb713934edac1cda932747bd3f2347233972ccb64b726c88a21cdbb24e8e338d93e3d004395e0f2b270c81e424f83f3919af23a7acb6cba92e55725a9caa9ca51f2067011ce51cf7303987672ae77911e5a2cd3972f17345b9e4438a5cfa26557e8f7cf33f7fe5f75a52e4f78147e50f7ec4cb0b3dc7e4c5d51be425119be40f7f46c82b8aceca2bea5ce595ef4de45539bef2ead9bbf29a42a6bc96704d5ef7c55dfe78e88cfc09de4f5e3f90206f7c85923ff37b2c7f76ce50fefcef98bcf9ef5579abf58abcedf913793b4a41fef2245afe5262247f4543cb3b568fcabb221de55df757e5dd3333f2770abdf2772601f2f7ca59f20ffa3cf907a349f987b05ef907dc90fce3e74079dfeca8bc7fd1493ea01e2e1f8868960f2abf930f9da1c887329fc987c8c9f231f251f958bd5cfe55db453efef4b8fc9bd127f9b7c4ff315c9fe15c705100c0292349116546db284a92c84a19954d9114914a66a210c92a14c9881211f9efbdf7ded32a12298548a58ca278dfe73ebfe77cbbf7dc73ee8773f33bbfdc88ec9c0cafef9c6adcd039adbeaa733a3abe73bac7aff3bb9d71e777d69dceefafcf76fe38b5d4f92305ddf98b7da07356a3bc73f6dab5cedff1f2cedff0a1ce3f6fda3a97b64f742ea59ceffc6b09effc9b7a14a0b2b005a0eac907acd2f203ac9a1f06ac96bf05acee1b00a855d400d4db45008d5c3e40e383034053750ca065bd0ea0ed310658d7c903e8bc6d02e8a65c046cdc4404189cb1036caaad056c3e7c16b0b94409d88c3901305267028c7cde018ccee101c651f300132320c0ec891e604b661c604bbb07c0fcc45bc0b61626607ba92a60c7e849c0ee5dad80ddef170096f780002bfd0480d5534b80351b0cb079f70960975d0fb0ab0600ece7e301071a4d010714cf008ef006c0a13f628093c01970d8bf1e7038ff20e03001047051ff00704b3d09f0f8590ff064ee0678a9de0178056901bcf21a005e0833c071912dc0275609f0b97806e0433100f80ee801fc7434017e4542801f5a0938d97d1b704a3f1370ea5e32204855090801fc029c4ed4069c714b0044ddb2029c9b7d0488ce8603cec7be005c1887006294ab01b12d12409c641d203ef20020beb404104f23022e51988084561a20811201b8dcdc02b8e2a60ab8224800243aec0224463f0024fe9b06249ff904483d730d900a3d0b48db7c0370fdfb674006701190f56137e0266d10708bda00c81eb502e41c54026eeffc00b85da80728c8b90028b8db0b28d4790c281a7a0d28617800ee395d01dcbfba19705f7a1250d1ca0254fcb0005416c10155316c40d59f7840f56d43c0e3902f80fa8808c013a40aa0215c0e68e8bf0d6874c2029ea566029e4d24009e97ad0634a3a480e6f1dd80962c5b40fb57750050130a009acf0340f1590010371b00929c07405a630108fb40006a330080960200d82c1900fb0d072095040148f30a00f5c25d003d9403e0eec501780d7f008277e100e1e87780c8450c10bb3d01c816f200f2f4ff3dc501e4b0ab0045ff2e8072ad1140697810a00c830094378f0094380740776726a0dff41de0ed500d6064e92ae0a3ee1060f46f20607cb50030b1330230756413608acd004cebce00a6f7a001df2860c0b7296dc00fe23c6006660698995900fcccfa00981d7e0198b32a002ca49401fe44ed032ca9c1004ba00780257c02e0efba64c0bffd0ca08ab71d50f5dd145075d11bb8aa683f50addc1fa8365400d4dc550e5c43c200b53ab381ebf06f803a1146409d7721c0f591d9c0f5b75e0337da1600370bf840b31b4340b337578016d62bc0adabc7813bb6e50077b4ea017747fc005afaaa002defcf032d7b5481d6c30f8036d50ca0ad6f33d0b6d117b8cfea1e705f802ad0a1e511d0e16f03d051a809745c82029d2e0d019d7787029d43e781ce7837a0cb9758e011d65da0abdd5fa0c7b3e340cfad41c0a3cf1381c7ae8d028f1fd205faaccd07faaa5a027deda940bfe668e009f5d3407f9704a07f051c1854e10b0cae0d0506ffeb0386bc9c04861a3e03863e2906864af581a15ffe00c3be3c05865fe9069ef614014f83f480a7a7bf00cf587c039ee9fd0b8ccaf10046a7ad029e2f1c025e385305bc20790c8c5d4707c6426c81713b0380f14ecbc0789f62607c7813f0f2966ee055d752e0d574436062f35760222c0098ba0a0c4c05d603d3af6181e95053603ab20a78ebf64f60b6ea6760cec97e60aedf20f0b6ff7e60ded843e09d53a5c03bed2f800581fec002f80960617029b0d8790fb0f4fa23e0bd4723c0fb91d1c0b2d667c032161658fee025f021ad125859ff19587d6f03b0bafe18f0b1e714f071b735f0f1f845606dfc7a60ad3c0158773318f8acf102b049aa04be00f381adab3f015b2daf025b6167812f99ddc07697834010ec101071b80a88f9040762775900f1abb60009239940623e08489ae80052260a8054970e20c3ec2090b9e50690631804e427898182f55a40a1e345a0f8fb5aa02cf03a50f6b718a8bcbd0fd815ea02ec2e5e01764bfe00bbbff6017bbcc9c0becc21e0db996fc077c54ce0302c1df8be790ef89e680ffc50f91af851450efcc87c04fc54f31df8793c16386ea80d1c972c03272ebd034e55e401bfce6402bfd984037ff0a2803ff789813fcf52803f0bc9c05ffa01c0d9a36f80b36f9c81f3d48dc0dfce7ec0a5c115e0bf7b32e072e109e0cac17ae0caca0848c5c204a4da0801a9ce5e04ada2f48256bded02adb61683d43cf681d485ea200deb0c9086ed379086b407a4d90404ad6188406bf7dd03e9b4c9401b688f41babf8f81f442f240fab21ad066df0e9061c66f9051d61390694f1968cb2322688be21bc8fc9705c8427f1e6411a10eb2c83b08dada3b09da765206dad69306dad66f0dda5e6206da319701b28a7e03da03c901edc160407b3f6c01d91e6904edd707809c2c4d4187e98da0c3523f90f36526c80505001d595d003a32fd05e41ae807729d1c06b9b99482dcd2702077ce2b90c79975208f5817d0d1e07cd0d1170741dedaaa20eff7c1209fe53e909fa201e47fac1ce4ff790614e854050a72290205cf1c0385b8d48042ae2e81421ecf83425e6d06857d2a0445525a41673958d0b94732d0393e1b74de6a3de882310c74e1822fe802200514f3ed2f2896fc1d14efd6008a7ff21e74292c0e9410b40574d9c6087419bc0d74f95f19e86acc0ce8eac50c50d2e57250f20b39280d13094ad7cc0465d8ea81325cec40598f4f807242ec41b9292da0dc371da0db2789a0bcd01fa03c461f28bffd1be84eef1fd05ddf065011ed2ca8181b0a2afe0e0295160682ee0b5241e5ffdfe3c19ecfa087454741957bab419551af418f7d43418fdf6f07d5845e05d55ec5806aebfc4075dd025083c64e5003791ed4a85d0b6aa485809a3e0841cf735540cf59a741cd9fc6402d1a1f416dc728a0f6e779a0576e0f4080383b10d0621d08d81005024acc4020f30f20f0e45f1004c70441f854106c040182afbe044298d341c8adef40a8abbb41a8ac2610562605e1cf658388d0741011711744aa8c079137bc04916bf78128bd6010ada21e4493b480989f7b416cb5a720b6563488e3de09e26a1e06716f058078f91b40fc674d20498a3d48da680092d1d540f28c4590e23a17d4d5fd16d4bd4615d4b7fa03e875aa37e8f55023e88dce5950ff4511a85f31011ad05a0b1a20248006b5c241831b3541c34453d0fbb920d0c8ddcba08faf1a40a35101a0f13c1668fcad3be8cbd524d0b73a34e8bbf943d077ee27d0cc6a23d0cf285dd05cae176841cf11b410a80dfafd2d04b494b91db454cf04fd4b018196d53e8296bb00a095130ad0ca535fb0ca76365865110d566d3c0c5ebdbe17ac76f13d58dd380fbca62b04bc6e6d3958a7080d5ebf3601bc31260eac6fb9116cb0e10178137516bc19a4009b84b1c0e6871dc11656ad608b9511f00e8d62f0ce5df9e09d93a5e0dddd2fc096a2a3e03dfbd682f7cc05806d6fe882f73deb04efdf7d05bc7f28146c3f7f0e7c20d9137ca021017c407619ec687318ec94e6093ef2e20fd8dd1d0ef61464833d176ac147735e808f7ebe013e7e351cec6ddc08f6aeb80ff626c483bdbbaac13e216fc07e8d25e013067fc12748dee013dd1bc1fe85bee02073293828b5151cbce732f88c5b193842fd1238b2fd22f8ece965f0d93b047054fe20387aa71e38faf724383e7e07f8524433f88ac90970d2c9d5e0e4b629708a9a093865870c9c72f51c387dfd3370fac58be074c25b703a39099c113f03ceccf70167be2381b3aed1c0592fce80b35089e02ce976f0cd87e9e05b0be6e06c1712383beb2d3827f73a38875909ce7d3106ce5da900df167681f31da0e07ba147c0f71ee1c195ea09e04ac76970e56b7d70d5ca7570f53b1f70ed6d30b8b6dd105c775b00ae7f64066e489b0437d4e2c14f55fe829fa916839ffde6829b52de809b58b1e0a6b956f0f3375ae066e32fe096b393e096a866706bf366f0cbe463e09779fde0978f92c11d3a2070e75b1730e0b61318841483c16bae83c1efbbc090acf360d84e3f3022ac0c8cc4448091af67c1e8eb2fc1d8e26830ae8a04c6af8b03932f1d0653bbebc1b47dc5605a520998b1a91dcc0c428399295d60d6e40e30bb6e0ecc3ba506e6494f82f90e55607e5828987f030516de3c0d160d9981a5fc34b074f9025816b0012cd76d03775d49027755fd0077bb3a80fbfebe06f73bd880fb4950f0c0f37af0db0f5fc16fffac050f7197c123e14fc01f2843e0d1dbf7c19f34f5c09f3cb1e0896daae02fa14cf0a4050dfcf5d417f0d7f91ef0b71e67f0f75e08f8874a3378e6a000fccb3d1b3c7b0b019e6b5707ff7d6407fefb310efccfed18f85ffb3ff03f62147859e50a7885be19a2822984a8ba684156dd6e86ac92074056e392216a717e108d232f209a0f83215a776190b5ea18c83a536b88ced3f3900d2a7f21bab3a610dd391a64e3a83ec420bd00628828841827fb424c0c4b20a6e10d1053f95a88d9ce4c88d9a329c8964722c896ea7e88453c11b2f591366407d218b24bd301b22be218c432731dc4460506d913f9bfebc590bdd6772176d9b6907deffa2007ffae8538feec82382ed5409c336d202eebfee7f70ee2d2530e714d2980b8a6b6405ca1e110d7fe7688bbe6518847eb2a88077607c4b39804390a9642bc3ecc428ea9bf8678df4e85f81c3b03f1c95287f876bc839c90fd829cf8aa0239e9d303f16f8d85f8439f40fc7f0c410269c190d0c85cc899136f201106c99088a7224864661724eac35fc805f525c805d077486c4f25242ea21812f7e92b243e551b72edfa2348d2d55c48aad01f9266bd08b97e5c05723d691324a34f01b9f1a41f9279fc06e496cf06c82d7407e4d6e24f48b6560824a7ba00727bf57948dede8b90fca5539082486dc8dd342ae42e14002992ef84943c35859415c442ca3f8f432a69a72155c874c823fd5590ea0e09e4f183e7905a1b18a42ee833a4eef62d487de14948434009a421810e794e54873457d0212f82b6415ed4d541da26a2202f9bf0908eff7bd039920f01b82440809cfd1090fd0908a87127049ee10e41e8a540d0219d10d29d6508c5e60d841add09a11f8b8030ee6541d8de5510cecd5108f79c2d846f2a84f0af6b404469472052db1488d4e51d4406e985c8c6ca21ca917790ee138b90de9b2c48dfa57390371bf990f77640c888c53064e41b0ff241b70232ba9d06194d7b0e19ed3e06f974f71a644c430219f3e44226576c2053777d205f4fb441a67f6c85fcf02541664cb7407ef6aa437ee50320bf2ac721b307e090397d33c8c27a2bc8ef7747217fbd1220cb17b890e5cb2190e5697fc8f262296445100b5551074055b66c84aac49440551b3ca0aa7f63a06ad766a1ea1d8350f58f6ca8e6f076e8daa78150edf656a88e7e04548765065deff306aab7250eaa675b0fd5f7c9836e7648846eae07400df7e443b7dc8d816e7949839a67ee809a17e441b7ce2740b76d9741b7a5f941b7fd3905ddbe712b74d7d729a895d629a8d5f213a8b5652cd4faf876a875f13ea8350a0eb5f9fb11ba675b0b74ef8c3fd4765737d4b6e803d4ceec05d4eefe5be8beade5d07d420ba87da61ff480cd2aa8e35d47a84bc81fa8cb2b7fa80bd3157aa4d81eea5ada0775130ba11eb49dd0a3eb62a04743d2a0c77418d063af7f40bd632da1deb9c6509fbb2e50df676650bf939ba127fd4e414f81df40fd9f6640fddf8ba0211947a0a17923d0d087bba0616fbca1e11316d033364ed0b34b5ba0e76c67a1d17a43d0684f19f47cb20a34c63d081ae3590e8dfdec07bd8861412f927f42e37ab743e3fb89d084d124e8e5965ee895d510e8d5bc3168e2422bf45af80cf45ae2143469f75b6852e10b6872c83768ea8b28681abc1f9a7ece1e9a0e7f08bd7e1909bd690680deecc74173f6b7436f3b0540f3d60aa005bc4ae85dad496861bd0bb4c863145aeca680963c7c0b2d79d4072d695b0fbddfb80c2d9f72873e086a8656a69e8156661942aba315d06ab211b446ff22b4e6df7d686d5d0fb4f6553db4ee761db40ebf19da00da096d644e419f7e9c873eb735803ecf2984362384d016954c688bb60db4a5330efae2151bda7a97086db3f9086d0b9e87b6df2f8676b88e433b2eec8476a670a1d0d52550d8859f50f8c863282ae30714a30442b1793e505cc06b28f9be37947a69004afd700c4a3f7514ca888882b21e7b4239dee6505ef97e28ef790d54a8190e15be5a808a5c06a0e2e67f50f16727a83472162afb620f955fdf0855de0441bba263a0dd0ecdd0fe410ef4dd9534e810e512746888041d4e5c0f1d395f01fd68d50afd1c6d0c1d5b09858e0f5542bf44164327353ba1935a76d0c92c007472fe2af4ebe332e8f73545d01ff7f3a1b3e34fa173d59ed0f97d3ba0f3f117a18b1e02e8e2091de8e25c1174a9c417ba34ca862e7d8d862efd7a035d66e44157fa2d60aa68014c75fc2b4c75c50ea6defc02a6a1b10da619ad0a5be3f903a69de104d3a676c3b43fde8169ff9a87adfb1e0d5b7f2c14b67ed111a6e7b00fa6e7b316a61ffe1b66d07515b6e9e85b9891e36f98f17300ccc4e32acc3cee35ccfcba04669ee10cb3481f836dcbdb0edb451c8259c6fd815915d361566ddf6136faa6309b0b67617bd281b03d0fec607b5d45b0bde46b30dbfb9f6076e006d87ea74298fd8305983d4e07e6d05c0e3bf8e629ec90f83decf09a6cd861c378d861f11598b35a20cc794407e6a2ad0173e1ad811d6964c05c71da30d7afe63037074f98fb83b3308fc80e98e7720becd8bf2ed871c71b30df03bf6127baad60fe1c1b588047382c48630e16e2fa041652d30f0bb59b8785ed77869dbec4809d39741f1651b91b163151018bf4b9033b5bb2088b3ac8869d9b30875d48d684c51ce981c554e4c362ea1fc12e0acec1e2bbc361f153cbb084bcebb02b3bdec31255e66089e6c761d7766d835d8b3a06bbf6f52e2ca901034b3d3601cb78e307bbf1b61b76b33d0c9673b21b76bbaa06961f9b0bbbe38e86dd41ad8315b4b06105a87658c1c7b5b0bb6950d85dbe0dacf84921ac64ad2dac74ca0d766f3d0d5676c10156cedb097be07f185609f3855569d8c21ed913608f126a608f1fd8c06a4041b0fa797d5883ef1a58c3d24ed8d3b858d8d3870db0e7b68db0e72191b066960bac657d08acf5891aec65f641d8cbaa1418d08e000325f061a09a6918f258190ca3ff0286b97e1286dd2086e1b6e8c2f05a8630fc054b1831ae0e46ca0885514cab61941d1f60f4b7af608c8dcf608ce4af30a6e67518f376318cddd703137e3c09131bbe85c9ce5361b28fd33005e2314ce9b908532edf84751797c1ba011b607d9b18b0bed769b0d7ceaf61fd9bbc61fdffd6c30698376083af5a6143d415d8b0290df6de341836b2371df671d53ed8e87175d8e865386c94d90efbe4990ffb7cad063616e70d1baf5c059b12e6c0be19a6c27e3c1c83fda87f02fbf519029b7d5d0f5bdc3704fba7ea07fb5760005b3694c25686a870d5f052f86a6363b86665085cebd049b8d62d007c6d662a5c3b050fd7fe7a00ae536c0e5f9fb01bae7b3c06aee72c831b38a7c30dde1c876f5a5f08378983c24d5d7fc1b76176c0b73b61e1db3f06c0773057c1774535c1f7d430e17b6a7de07b1a30f03def5ec0edfcdfc0ed42bfc2f7edb083ef1b5f05df0fee87ef67aac1ed4d14f003098e7007d357f0831eee70c7e959b8536f26fc70502fdc85f30aee226d801fc9fd0d776fa2c23d8d6570cfd6b5f0a3ebb8f06377e2e1deab30f013565fe0277c9fc04f6a06c24f791e869f7abd0c0f38edf0bf54784061173cd0d2141e987a111e585d090f7a170a0fc974878760f8f0902feaf0903fbdf03006161ebe66081efe70007eba2d0d7ee670153cd270167efedd2cfc42e32f788c66193c26cc101ef3732f3cfec8103c3e5e157e093e0a4f98ac825f7314c193ed6ec15346a1f034537778fa9f1ef8f564043c43f32d3c63f34978469b3d3ca3e3393c63b6047ea3251b9eb9960fbf297086678312e139e758f0db2b6ef0bcee48f89d754fe17782dfc3efe4bf85df218fc3ef482be0053a527881e33d7891ba2dbcf8fc43f83d6b5578d9adf3f0b247bbe1156330f8c30419bcf2fb4178e52f7b786de741785d453dbc0e4187371c8f8437d419c31b0106f0a77e3478535709fcb9ee2af8f3de10784b4433bce5610abcb5d81ddeb6bd19de5ef61ade29db0707ae358083729870f0cd7b70e829051cc64f82239a34e1d83b8170bca0154e4810c3898a6b708a8d0b9ccaff0ca73d4e843352f6c359bbe870166b1f9c5d278473c823707ed359385ffe0f2eb012c3458647e16284175c629501977ab5c165074ec0e5260570b9622f5c11c1852b584b7065a206bc3bdb17def73818fe3aa300de9fad027feb6ff5bf44f8b045007c18e7091f4117c13f9c75818f9aee818f3a0cc3476b14f04ff7ffc03f3dfc0e1f3372838f056d848f0db6c0c786b4e1e35bb6c1c7093ef02fb189f02fc92af02f95d6f0298bdbf0a9710df8f4d655f0e91746f0991393f039bb79f8dc8310f8c25730fc77533dfcf78bf5f0dfbf17e17f0aa6e07fc6fde04bd635f015b00342d53119a1ea7409a1c6cc4368ec7d80d03c8240acf17440ac757b83587bce0ba1b3b51ea1fb5207b149f31a6293808f300c00224c79ba0833d34c84f9be498479a6126111fe0db1b36311b1fb6a25c2d27b026159cc4058c580105683f3086b2c0eb137f221c2ae5d0561377414b1cf2407b1efb626621f6601b1ff3014b1ffd830c2fedd32e2c0160ac2c1ba08e1b0ff07c2d1b113e1f838137168931fc209628b385cac8f7039bc80709961235c3dc7116ee8cb08779418e161b901e151318df0c03f427870231047231a10c73afe208e9f5f8ff0ee5c41f8d80721fc4d8c11feb40984bfe837224092890899c321c28f3921c2a15b11a78fa72322761b22ce565420ce426211d1eb0b103106998818c41d44dc570b44bcd746447c2b0d917075059190760971a5ee2de2ea7a292251750a716d38089174f60a22356816915ad683b86e9b8cb8de6880c812ef446475c5226e26c811b70c5723b2e3af23b2f165881cab6844cebe1a448ee35344ee594d44fec13e44c1cf5644d1df214471ff0aa264cd4644c9cc1ce2bede45c47d591ba2dc558228bfd882281fa94454440c232aee3d4254b03b100f766e423c40af201e904c1095e7231055d67e88ea43ef118f0f9e473cf612216aed3c104fae65219efc2a423cddfa09d1e4760ef1fcea02a2754721a215f80ed116628578b91e8c7839750fd1ae3682688787223a9e7c4374305e235e4d5a23805c1902bc231501667f42c011a711889e1f08d4691202950843a065e9088c470202b33289c0bf932388f6600491358e20d7ec475022d51114ac0f82557e05c1427c44b0e46b109cc95d08ee6d08822bce45f0285804dfa002c1cf588d10e4ab2384060308a1cf3184306c1421cc3c8290f47523a4cc2708d9d6db08f9bc0b4201cb4628c847115d994e881e5418a277a608d1379e85e8773a84e89f2c41bcf5832286ecdd1043023dc47b661262047001f121d30af1b13a13313a49474cacad434c184a105fb1f988af131711d3d4bb88e97ff5889f9b20885fceef10bf9ec5227ebd1845fc02a6227e0d0d2066ef6110730634c4dcd77d88f9cd1f10bf3f78207e4fb82116f35b107f1d8d117fabdb112bfc15a4ca4623a49af23b52d3231da975c801a995e6835cbbd909b9d6311aa9d3771aa94729411a70a948239f65a485831f721b741cb973fc1672f7a215d2e6c275e4de0a26726f4f1bd2767708d2ee001769e73f83b4eb8d41ee3b0847eedfbe03b95f1489b4f7bd88b41f20231de01148a7d93ca4f3c20fa48baf03f2884b2dd2ed5710d223868bf4f83d8f3ce63e843cce57471eff8e401e5f2e457ad72b913eb3af91bed628a4efc710a4efaf7fc893dbbd9027dba29081431864b0221719b23e1a19fa260379bae115f28c8613f2cce82b64e4080579eeed0664b4160c791ece40c6a5a19171376390f199e3c8f8c765c84b0b36c82b33fdc8ab7f0c90892d3dc86bfa0864d2b92464b2bf3b32b9bb0e99bcf801990a3342a631ec90e9c1bdc8eb9115c8eb332bc81bdb3391379007919957fb9159a00ae4cd3f0c64b6cd6764ae9c8bbcdd1085ccdfa185ccaf3f8ccc6f39852c78af872c34f642165d39832c769e4796e6c6204befae4196d3bd910f8631ff7b8d7cf0d711596952867c14168d7c0c1e45d6a9f820eb11eb900dfe86c8c67929f2796735b2397d06d9dc9a8b6c5d1a42b6cd7f41befcdb8f6c8fad43b643bf225f1da622017b4a9080e01348705e1c125204424228222434eb2612f6ac000943d423112a4e48e44f1324c6e52a1213c74562724c90049b2924bd498c647cbc8e64ee1941b2ab6d919c1d3e48fee576a438680929beec86147f3c819400de20a5973391d2dc874869ed2ea4941986947efa839487cc23e58a7ca4027f06a9ec48427679e520bbe30a90afaf1391fdce91c801ba3172100f44be736f41bed7002047ff3fe353dc49e4b8830f72fce24de484a70cf9a50f8a9c44ef414e154522bfeec8454e1bd72267ce73913f0df2903fe3e0c8df5f31c8c59e25e4df9d16c87f013128d50c4b94eac70da8556aa750ab1d3c516a413128750104a5714e86d248574369aeb64269a295a8b5a7fd506bd98b289d3346289d47db50eb2f7f43ad7f12855a3f0f436dc8af43e90eec426d34fd8432384d476dd2f98cdaf4d414657c7835ca38c613657ae81b6acb217fd496fb49280b7d6d94c5bee7a81dccbfa85d2fdb50d6f9d751d6324394cdbb58d49ea875a87dab95a87ddea32847b61fea50e318ead0dc00ea48493dea48bf19cad5fa3bcaed640fca2d068672eb6f47790433511e17ed50c7c00b28df0f275127e62651a7de1e44f91f7b86f2072b5081a936a8e0a3475021fe89a8108c112a3c2713153e3f843aedcb459df179813a53b50975a6c10615b17c0d1579cb0575ae2f1e151db70b157dc71e15a79d858abbf70d15f7c51c7589b80d9590bdfd7f3b50973d56a12e77cb5057a24d5057cbc5a86bdaa3a894d204541a410d95f6cb1e75fd86162a83f50595e9f11b9575e632ea666424ea76dd3f549ef52d543eee322a9fde89baf3b51355746f0155eceb8d2aae5f419514f9a0ca2eb4a0cab7a8a0ca4fa150157d65a8079b8c500f5a31a8876bdc500f2193a84a7609aa3a320f55dd02403d6e2e44d56cd040d51c1d47d5b4eba36a4b0fa06a957ea87a4829eac9de70d4135724aac19b836af818866ad4bc8a7aba610bea29b40af5746011f56cd37154d3f802eab96e07aa19bb886ad1e0a25af49d502d835b506d8e5254077516d5215b42bdcabe8aeadcb4190580aba24047835120080b057b5a8d828deaa0e03acf50f0890014c2520d85366d43e1c6425078d55114fea83e0afffb218a20194411078028924b038abc3104450eed405167d7a3e8917f50f467701473db4514ab3000c5e23e45f12c3ea0044f5c50c20a2794707e18253ab10f25bea740891fb7a2648a1e945cb91da588e84029c0362825aa0bd5d5d887eae23c44757bc151bde24da83e161af526b415f5e6f424aa5fab0835a056831a508f420d6eeb410d26d15083cd59a877f748a877bfaa51ef16b251ef637351ef991b50a39d3aa8cf957cd4e761206a8cbe801a57b1417d9114a3a6720351df54b350dfd337a366eaa750bfe299a85f0934d4ac360ff5bb750ef5272809b5742e02b5bc6e2f6aa5e5075a25cd16ad825e42ab5a25a25771986875a92e5afdef7bb4e6ee8d684dcb1de83595c7d16bed82d06b5fbc416bbb7c46eb1440d1ebbfbd426f3a5286de2ca2a18d8e6ba38da6dfa28d133dd126b83ab4e9aa0cb469e23db4994118daacda0bbde55009da7cbd146d9e3385362fab475b4c25a1b7aeb1446fb77d88defe2603bd23eb287ae75d3ff4aef712f4eec287e83d4a397a6f670b7a2fe93adacef6177affe36de8032d70f4816f1368875fc368a77835f461ec35b4f3dabb68978f10f491b135e823cb00b4aba135dad52b04edd66482f62019a18f06e8a08f261f477b3dc4a07da906683fd754f4890770f4492722fa547638fad4d40eb4fffa58b4ff23183a70ac181d2413a04346f3d06111cfd0a7b535d1a7fff8a1238bc2d1e70a37a2a3afbd4247ff33435f70cb44c71c9a4627e8ad4227fcc4a0af346e435f691a415f1519a3138bbfa113d1a7d049518ee8a4db85e8a4c544745afb4e743ab9069dbe044767a89f4667e25ea06f9e8d40dfecda86ce0e0c4067638dd0b9b67c74fec333e83b6d627401e224ba284c0b5d541a82be572640974f79a11ff2a4e82aff367415fd00fa11281b5d5dc9423fde2d473fbe3e87ae594c47d79f29453f519c413fab31433fbffe1cdddc2041b7a8dc46bf3810836e13a4a15f2d7c470351ebd0c07fd368b0db5534fc91100dafb98c466a38a191f9dd68340d89c6343d40e334bcd0b8c3fd681ca3084df01a4393de6f4353d26fa0e9d00634eb792f9a7bba02cd5ffe8e1600ead182b7afd142d0285aa4fa3fc633b4b8330a2d39d983966d2a442b587bd0ca502db492f504ddc5fe8cee2e8d4477b7a2d03d8b7ae8de170fd07da18de8fe939bd06f9174f4bb8521f4fb3023f407a3cde8cf8ff6a33fd7d1d063f6d9e8314f03f4f84e0df484c969f417a0357a4aa5013d9553839e7a88447f1db884fed68b46cf38ee41ff025c41ff1a1c42cfa20fa1e77c7cd173754ee8f98c0fe84583bde8459718f4bfc92be895d6831895302fccaa635a98d567b660d4ece418f544638c7a630e664d0607a3d57e0eb3d6b40da35def8dd17e9684599729c7e8ac2363d69f09c618acfb8831a8abc16c0ad3c26c8a598fd994f41db359f70e66736e30c6f85537c6d4ef3766cb603cc6dc311a63ee1d85d91a7b0eb3555081b134ccc458265cc558b23f60ac62a231565c20668f4531c6f62a1bb3cfb31ab39f9b89b1afd4c31c187d8a3930668971501dc438ec18c138e2e2318752963187881d18671734c6f9c76d8c8bc5058ccb6935cc91f0458cab712dc6d5b208e37e488ef1187f8ef1f8e683396a64883956eb8b39f6371a73dc6f16739cf008e3a39b87f1b1b98ff1f1ff8bf14d3c88f1b3f3c2f85d30c504e8123001f1cd98c09f9998e0cfc998d0da0c4c98c5154c78f35e4c38f82de60cf61526a2e6102662e53e26faf126cc796c00e6429f0b2646af1c135b638a895bb70f932828c55c533f83b9d6128a493afe0c937c2c13931c85c4a40c6861d26d1231e9c9c73119551f3137fae330997a7b30376f323137c7cf63b28b1f62f277cc620a91044c21fa0fa69082c1146dbf8329daf11c53dc87c494e4b6614aaa06316531973065bfa498f20bef3015d056cc83e811cc03e1764ce5964f982a250af3c8118979c426631e2d5fc63c3e6b8ea931e8c4d4042c636aeefdc534ecda876918a6629e79ffc134efefc4bcb8f904d376dd12f3f26039a65d2715d34e3b847915be11037844c000d03518e0c21e0c44ef3b06727a1603e9e9c540434c31306e3506399e854179c56350815e18542c09838adf8541abfc9ff096110c266c1283f9dc8ac1fcfe85c1f905627039d318dc90158660f00e438abb8ba1f46cc6d05f6031cc2d0b184e4106864febc7f0198d1891e37b8c08a2c0c81e9230b2c53b18b9e03ba6ebc26bccebbd7998d74d2b980149386638d21f33fc6137e623928e193d1b88f984d88099d0fb88f9429fc54c9efd819944bb63a6f25d30533d8d98afee4e98e91718ccf49c0ae61b408af9750384f9f5f00f66ae878059f0a8c2fcf9398f59fcdb83596e27609619b698e53777302be009aceaf9b5d8550717b0abc353b1ea4fdcb01a8d78ace6711276cdb143d8b57d2658edcd2358ed0796d8f50d8d58fd9a4fd84d9c6caca1b0116bbc4181352e3a8135feb2823545c562cd5ef863cd738f63cdd15d580bbf26ecb6ca4eecf6d8efd81de4cbd85db77ab0564b7fb0d6bb86b0d6894e58eb6403ac8d642dd6e62318bbaf5b8edd6f1086dd3fac853d60c1c11e38e6863de8b4843d78ed3af660f76decc1de33d8c3799958e7b43aac33fc31d685fb07eb7a5f84f5cc0dc51ed3be8e3de6f0197b2ce222f6f81b39f6f8b23ad6a78f8e3d1107c69ea8b2c69e9c32c79eeab4c7fa772d6203028f6043e297b1a1ea2dd8300f1a362c16800dc3b463cf382662239c6cb011bd25d873f738d873d0246cf4091cf6a262141bc72dc05ef21cc25e4ab88e4d4833c45e39ac8bbd4a72c25ecb58834dfa6d8e4dbeeb8a4d2efd864d7bed8fbdbef01a9bd1968fbd3170149b599681cde9126373f34bb0b96dafb0b9cc7aec6dce556c5ee46e6cfeb031f60ebf0f5b10e8812d6abb882dc261b1f706d660ef2f0461cb743e63cbdccdb0e5796c6c395086adc82ac53e28bd8d7db87e0e5b6921c156253fc63ede3581ad575f8dad0782b0cfc821d8e7d702b0cfb382b02da6f3d896ccbbd8569d7c6c6b653cb6add108fbd2e11ff665c24bec4bf013ecab4e632c406f0b1668f5120b747a8e051f6362a18752b1509fdf5858fc662c127e168bca5d8345c97761b12fcbb05812124b48f88b25c6d56389fc0b58d2e2309622f0c5d20effc4d27e0bb0747f0d2ce37e159635bc0ecb6d35c1f2bc6ab0fcb0662c1ff0092bbc9f89151df0c18a3ece63c5095fb0520b4dacf4aa1a56f629032b7fe282958beab18af068ac02518e55de36c62a3b18d8aed2396c77c4166c776327b6677e0cdb77e003f6f53102768024c50e30a6b1030226f6edbd30ecdb061decbb3135ecd0d811ecfb1773d891121176e4b90af6e39946ecc7cf3dd8518335d8898fabb05fa903d8af1f74b0d3c72ab13fd7fdc4fec42bb073d3b3d8df0b56d8459135f66fd31fecbf3475ecbf8762ecf291b3d8e52107ec0ac00ca752398853d5da82537d948c5b65338e53f76cc0697c4ac5ad793d835b7bf22d4efbcb0b9c8e58805baf678d5b1fb7805b4f48c2e91d94e2f42848dcc635d9b88d738638fdabdf71864e609c71672bce44df10b7451d8cdba2af8adb8ac5e3b692d6e0b65f51c36dafe3e076056371bb857f71966f2538ab6f5771d6097771d6622f9c0d178adb73f8386e8fd7086e5fae3ece71b329eed01902ce693b1277b8ee21cef9693aee885e2eeec8de5bb8e38be938ef7dbb71dec7f7e17c1c2fe37c81b938bf9183b893656f70fef2065c80f62e5c002a0417f813840b223ec60509c371c13d7771a17776e3423b3270617a40dc69ababb8332c155cd4a6105c744027ee7c501dee7ca706eefc640cee82c4021793afc0c5ad6ec15d7618c55dce5b8dbb9aae834b6c76c15dbbff08976ca48d4b4e4bc225dffb854bb1d88e4bdf7804975e97824b7fde8dbb7efd16eec660172e133286bb59b90997dd770c97ebef81cb37b5c6e5db1fc2e5476ae10a9f98e18a8daee34a26ba7065bea9b8b23b0a5cc59636dc83a354dc8353fb700fbd56e12a1b4fe3aab47d718f35f6e1ea56a9e3eab1bdb827e3fab8861c6d5c636137ae11c6c035328671cf6fca702d86305ccbae065c0b5e15f7e2d7375cebda5e5c9bfd515c9b641af712ed81eb906dc575de70c3015213708052280e4864e120c71b70508bfd38e8ab2c1c62e6210ed53f8b437fa8c56196dee12851c77194bc9338ea51108ebed70bc7d8ee8d635a5070cc94461c733116c7d25bc2b1367fc2f1d3dee3f8c51770fcc74e38814b3d4e2c5d8393283c71dd6e21b86e0f2b5c77d2335ccf640daef7d728ae5fe186eb5f9ac2bd3d740cf7963c831b3dc8c08d156be3c664feb87176386e7c858e9be87d88fb722616f70586c67d9167e0be3eedc14d9fa3e2a66f5cc17dbb32849bf907c6fd5447e37eba47e07e46b8e37ee659e07e0aeee1662df6e1662f55e1e6a20b70bf030b708b2663b8c57dcbb8c58786b8a53fcf707f2bd2707f193e789511325e65d112af6a7311af96fb0aaf36a182d7b00fc66b1c4ec26be2c7f06b2ea5e2b53636e2b520a7f15af330fcba8030fcfa2c07bc814d217e53d723fce67410ded0fb28dee8e820dec84f0b6fb6868c379b63e2b734dec39bef94e1cd0b1ee0b76edb88df2a44e1b77b46e0b733adf03b3454f03bb265f85d8e5ff1bb3543f056e20abc8da10ade869f84df93b88cb7ad35c43b5455e01d8ffec63bf958e25d748ee28fe47cc0bb2ee7e0ddce93f16e23bd788f0f3ff19e9e03f8a303f378aff36a78af4947fcf10783781faf38bccff14ebcafd0137f625d16fea4d641fcc9dd46f893f82df880f53df820d3297cd0f02d7cf0fe3c7cf0195d7ce8ed257c98aa2d3eec6509fef4810df8d36167f1a7c9587c041e898f3cf30e1fb566033eea6502fedc061f7cf4b60afc05e228fe62e24e7cdc4e163ece35077fa920099fb03f069f90bd1a9ff07f0e092b29f8cba77fe1af587cc75ff165e1934c5cf0c98751f80c471d7c86c0049f45b7c4e774e6e073a4a9ffabc6e73aadc7e7060de00bc057f177279cf045514df8e2a6197c698601fedecf42fc7dfd9bf8f2e07a7cf9dd027cc5590b7cd58e2ff82a970a7c956b26be0a86c65709ffe01fdd7e83af9e96e06bcb33f1755e51f83a9801beae17856fa4bcc037329fe11b7996f8a7a76af04fc34bf14fdb20f8d6979bf16d63aaf8b69f5ef897b60ef8ce09333cc02a120fdc6d8787de10e26161cd7844a4028fc819c123dab6e25189637874c9349eb0270d4f6a57c793cf6cc15355d078ea9e503cf52f194fd377c6d37c0ee2e9a92d78fa4a379e01598b67fc50e2397605785ec01fbc08d98a17f72ce3a54e7e7829d4e97f9e78d95b195ec1e7e3bb3297f1dd7f4ee37b7672f03dae9ff13d6325f85e7031fecd3e777c7ff12dfc809b1ffe2def08feed6b0ffce0f6dbf8c1e11afcb07727fefdea7bf891d53ff123c562fc27dd83f8cf59b1f8cf9d97f0e3df1bf113e7e9f82f879ee22753b7e1a72e6fc27f5d2dc14fcf96e2bf1f1fc07f0fd0c57f7fa486ff5175103f937d183fd3fa1cbf50701abf20b1c1fff17d825f8c73c6ffb5cdc3ffc55dc6ff1dfd895ff99d4f5079624a507d1a4250337427a82b61042ddb7384b597e2086b936c09da9f3f11d69d384158bff62161030443d03dff9ba09bd644d0cddb42d0331712f4de691136062c11f441c904fd992cc2a6db40c2e6fcb704c375b104c3f45704c3dc6982d19a2182d1610382b1f91d8231e104c178ec07c1644585b0c53198b0a5e632c1e2562261c7ea69c2eecc1282f58315c29e839e843d954904bb4f8604fbf801823daa9a70c04085e0708341709083090edfa2080707b40887533f115cddfef7f221c1dd660fc1cbc687e0e5d34bf04a69271c5bc8241c5f7398707c308be073e007c1a76680e03b1a45f0eb4e239cd89f453875e41521a8b587106ce64308dd9542085714124e9be6114ee7ea134ecfbc279cd9f8877066ae9d10e5ba4838afd540387f5b428819421062ad4708b1888f848bb53cc2c5ba2842bc7f29217e34987009644ab81cab46b85a534bb8ba904b48dee349487d3245488b5947b8fe3c8d90a11a4bc8d85e4fb8b1242364569c276422620837bf9d2664af3940c87ebe9d90dd6645c829384fc8f35f43c81f4c27dc3141130a779e261406b308c54b7842c9a5ef84521b1b42e92d36e1de3f0bc2fd9e394299c94b42d9ae0e42599d3aa1821d44a8e81d21542c7e243c38f89350a56a4278742488f0383e9650ab354ba8cddf44a877aa223c7b4a22bc282827b4eea613dab78d11da13dc081dab2e103a0283091d909d848e81cf84579776100083ea04c0e2510290282680046f09e08b4304b0ec090112c023403e6413e03f2d08e85fd6043ca08d809f9b271053fe1188ed4d04f2f67304ca6a3d02ed8d05819ee34560aecb25b0ca6b09ec879a048efa208167d747e0e3b61084d64304214b9b207e832548abef11a4bdfb0932074f42d7c3db846e2b12a11b7386d0e3c221f4ae85137a4f26127a533e13de4c7e25f4aff94818ac4d25bc7b954a18da1b4418aafd4618561812de2f8b091f7d93091faf49089fd63c267c0a52277caef1228c27a81126bbfb0853778d0953ccad84a9ae578469cf5f84ef15d184ef7f7712e6520a09f30dde8405ab20c2a2c65fc25fb34b84bf697a847f071208ffbad884e5dcdf8495a529e2aa6b41c45525c7896bf48a896bf45f10b54470a276630d71fd5e3de2068b68e206ae0e71c3540a51377b80a8177e88b8b1544e344862110d9e56113717fa120daf78128d1a6f128d1d9d88c69eb54413733ba299db11a2d9cd31a2d9148ab8b5ea1a71fb9a0ce2f6537344cb3c39d1127b9b68d56a4ab4f65321da786f23eecd1f26ee2d5f4fb405de26dad92389761e9a44bb8626e2be4fe144fbbd8e44fba919e2019f33c403b37f8907579b110f7e4b253a1ec9243ac6eb119dba5788ce93bb896ebeb7896ee17a44b70536d1f37a17d15b7f9ce85de14af4865b137d71c1c4530e49c400db77c400f85a62e0582531a8dc8b18c4fd4e0c89ef2086f46c21869e8e23865ed62346aa7d274641f61163da0b8831d301c48baebac4f82413e2e5a42bc42beb85c46b802562926d3a31898d24a63c4711afc3ae123369adc49b2f5d88b770af89d9eecf8939c9cdc49cba3fc45c938bc4dc3e1de26dcdbfc4db7bd1c4826beac4bb7646c4628dcbc452df3662697619f1de4436f1de3702f1e18629e2438b55c487de36c4478f11c43af41d625dff3662fdfe47c4fae32788f5cda1c47ae924f1c90f27e2d3902bc467ee6788cf0aa1c4674deb894d267062d3015b6293cf1f62d3efbdc417f73c882f5a23892fafa911dbeb8e11db7bd2881d2eb3c40ef445e2abecb34408f5321122ba428406098950de6b22ecc446223ce81711f91941c44d6b12f1b7b48844dd6f4432703791fcce82c8d8664d64043189cc8337884ce72e22f3e53322b37792c8d2bc426441094456f76e2267fa0e91dbaf49e4fefa4514965811c5d36f89920d8144a9e73da2b4b79e28cbd326cad71510bb92e7885ddc5e62373d88d8db3d4deca3c889afe158e25b7337e23b9367c4774144e2bba45ae23bc92871085c421cbe91477c5f5f4f1cb91d4cfc40bf44fcfc2196f879662371cca79e38d9e24e9c7a758bf895bc93384db94cfcb65940fcbed0409c39194d9ce94b26fe14f7137f0eff24ced56c25ce6ff4222edccc242efcfb4afc333c485c3c56475c64b411ff6efd49fc5b1646fcdbb29ff8ef471af1df6f4de2721e9ba402c5935416e2486a1afa24b55739247595f524f527de248d3e2949a33f92a4695d48d266ec20e90433483a7f8c49eb5f1f256d302e226d101248ba3f3c481bcdfe903626ee216d9aa292360ff24886b54f48864247925116946462674f32c1de25993ebc4032c5ec219945ae266dc9cf24997b5993ccc3af902c6e9691b68d7491763fba48b234ed2359e9dc2159d185246bf37b249bde5ed2fe712ac971fa20e950009a7498ae453aacf84072be8526b96c3e467231f523795404933c406b493eab7d483ebf45249fc52292efb16c92eff86b92df812d24bf1f0ba453ebd6934e855a9002ce834981e0765270c52f5268780a29b4c49914da33400a9d43924efbcf9122363a902222d54867bd9d49e7f58e90ce835f912ecc4b493147cf93629ed349b1f560521c742729fe413a291edc444a28be444a201d235db1f7215d5d9f434a8c4a215d7b14464aca99256544989232330d4959070b48590f3c49b72ab348d98e0a52ce440a2997e445baed5549cad3dd4b2a52f323951844934ab61b914a969e90eeef3b452af33843aa38f39b54b9d98254c90e2355f59b901e952d906a541d49b553a7490ded2da4c6b7f7494f5b9648cde63cd28b6f3252ab688ed466ad4b6ab3bf456adf604e6a37ba446adf19476a07db933ab44f933adec6903a86ef915eb969925efdea2775363e2775beb021014c8c4880562509f8e13e097c8b4f0267ab91c0afb793209f6749d0ff7b097b8324c18fbc232108b324e47537122a2e9a84b64d25a1cfb793d0f34f4878bd4c12fe6a2089882827917e7a93c8c6962472c80712f5820d89b6710f8959e548625d879238578d499c3726249ec10b128f1040e2eb2c93f817db4982ab6f48c2662449b4ea2f495c718c249ddc4592a9fa90e40c094921ff42525e30242999b624e5c06d5217494eeadef68dd4f39a4dea5919230da5da9386d8b5a4a1de30d2fb9e4fa4116031e9e3e847d2a78c12d2f8aaf3a4f1fe0ad297bb69a4afdbbe92be023448dffa8c48df37f3493fb7df22fdeadc4b9a2b3c439aebff409adf1e4f5a58dd4d5ac8ea272d1e7f40fab7c79db47c3083ac020826ab742bc8abed8dc9ab8b8e9357ff9c26ab45eb92d5c39e93d5bf599135d44e923534b4c95ac34fc95abf67c96b1f00c83a667e649d5613f2fab3aee40d790fc8ba9a74b2febd2d64032f1e7953de20d9a8c58d6c44e2928d0bb3c92621cfc826939e64535e00d9f4dd3ab2595608d93ce70a79eb8f66f2b63863f276d947f20eb522f2cee173e4ddf79dc896a72e912d8bcac9563918b21521856c4dbc42b6965591adff40c8369177c97b61e5645b810dd96edb2ab29d2d996cd72123efd79925efe79990eddf01c90e4541e48387de930f5e19223bee74263b0f2ac8474ad793ddd6ce92dd8675c8ee37c0e4a34347c8477fa8928fdd394ef6869b93bd11c664df9ae7e4135678b27fc02972a0683539f0d34d729006931c84b32207f56592834f3a90838979e410980739d4a5921c76aa8f1cee708a7c3ad0877cfafe5af2697a04f98cb109f9ec89b5e4a8070fc9e72ea793cf1bff215f28059163fe9990e3f25e92e387d3c997581de42bd814f295cf19e4aba574f2d5e74be46bb755c9c9b77e91932bde9353f49ac8a9666c72fa7a1772ba9d2b39dd57939c3ef28f9cfec5877cbd2a837cfd513739e36a2f3983ec4bbe01d02167c65f23673e84926f9ebd4bcefe779b9cf3a89c9c1bb040cead7d41ce3bdc4ecea3e491f38f3d24dfbd6a432e2cc92617560f900b152de4c2f72272d1c5797211574a2eded34e2eddad472e0dbc41be6f7b875ce63a452e5fe74e2e2f58213f003d203fac312157f6df21577bc3c8d581e9e4c7f703c935bf5e906bb51f91ebaee1c8f54406b99e16447e5a324b7e265223370f20c82f7c0f905b7586c8ad671bc96dba57c96db7f2c96d0bd3e497ee5de4767f4372c70f3af9d5793419d8964006d55c244394443264804086c6d3c8d0313019a6fa898c68bd48c656b59371056fc904e43b32719f3d9954d04426235e9129261fc9f4f638321d0c263378b66476fb3b32e7883599f3f51259b045972c3c7f982c2c8b228b0663c862efcd6489e6145972ff0c597a33802c8b5621cbc95ae4aeb14a728f2981dc17fc9bfc0648260f946691df914ac8437e45e411ef7fe451b32cf267d7bbe42f89dde42f43c1e4c99d1cf294b316f9abd773f28f7b60f28fe60af28f1733e41fadebc93f0607c83f0b36907fa2ae937f0e6d22ff5c6c21cf7efa429e0f3c44fe1311455e5a934e5e7a7880fc77514151d551a7acd2394c59b56189b2ea169ab2da064b51db80a668bc9fa568fc645234f7dfa168d2899435523265cd8f23142dd55a8a96d49ea2fbaa89a2f7924ed11ff9433168cca31840df520c1622289bb40f533643f65236631c299b678e528caf7ca198b86fa6984c3029a60f7529a68fec28a6f2671433bd218ac5171c655bc06dca6e2f238aa54f1dc5b20a46b1de1641b176f2a4585747506c8fe9526c13d0947d077a28fb6e0828fb9d6194fda14728f616669403dee728078847290e411f298ee624caa10b2f298720b114171530e548f367ca114a29c5ad3488e2def087e2b93b88e2e5ef45f13a974d39b6b39d72bc2583e247d3a39c2ce25002a4304ac0fbbd94d03f4f29614d1594338d1e94c893b594b3a1ad94f3ab5229b1512e943895fb9438460f25214e9392307f9e7259638672d9164fb9fc208372b9278572e56802e54acc16ca55376bcad5ce6cca55f8034a62e12825b11d4849e6b752523efa51d2ccef50d22ab650d2380694f406374ac6591f4ac693004ac6d0764aa66f2725f3128e9229bd4cb9c9efa2dcea9ca6e485922879cf5429773e712905816394bb370f51ee3edd46b93bd048298c7b4c2932d0a0141ff0a394780128f76d5d28f7bfd851ca410c4aa56b35a55afd36a5da7c8ef2582f8ef2181b49a9eb8ba0d41316290df65b294f073b29cfe25d294dc6e99426af664a13f224e5f9c112caf35c3ce5f9fd694ab3268ad2a253417921b2a7b4e930282f8d8a289d8e2f28e075591470fd20054c4da540b6c6532097d529b0021c05f67d07057e258082a86ba3a0d67da7a0e2b750304e6729d84c0805cb4052f025e729848d020a613b9d42b2d94a216b1ca090f76650a85b375068c52d1486d5050a7be50d85bbcd9fc24daba670df375278fb8728bca47b14c195518a60e9304574b98f226d3f4991febe4491798f52e43d304acfc5364aafe708a537f730a5971b4f795d924119387e8c3210b44419f80ba0bc9da250de05fda4bccb6653de8dc0282367b2292337f3291ff6395046cf1fa57cbeb185f2596c4a195f75963231624bf9b24ca24c75dea74c8da228d376b694e9c338caf75a1dca77ca63cacf4d75949fdee594d9942ccafc3163ca42c703caeff44acae2553dca52873165c51d4a59f9524155eb3f49d56c89a46a4e0c52b5a256a85a7d30ea5a7309553bc395aa33ba9fbae1613b55f7e00c55f7c10a55ef8301553fcf846ab0218b6a00d84235586aa66e5e6d463522ea518dd70f524d128ca966cbe9d42d7d17a9e68ab7548b2f9ba8dbb6a450b7b95da3eecc5d4bdde5749b6ae99f47b54ccea55ad91550adb50ca9d6516dd43d25e1d4bd9f2da9762bc1547bf71aaa3de01bd59e45a41ec8d9493df0788c7aa0298d7a70a18b7a286598ea24fe4a751643a96ec1c154b7d02eaafb915354f7c031aabbc08dea811ca27a962651bd522f50bd0f1b507d3269549f0107aaef617baadf0b3ad5efc77aeac93df3d453a72ba9a71604d4e0e855d410a83ef54cf21f6a5419867aee631df5dc17756af469436a349e448da60653637ea5532f6e5c47bd98d0498d2fd0a5c6577ca2c62ff0a8097a53d4c4f2706ad29f63d4e4934fa8c9fc246abaa1907a7dd77b6a667433f5e6fb87d45bab87a9b78efea1e6da6ea4e6168e5073f977a9b943aba8b70742a879e17ed4bc4b07a8f9bc0bd47c450ef58efb496a81d31cb500f1867af7c624f56efe636a09649e5abacb945ab6e92cb5ecea2d6a99b28b5a36fc895a7ec9845af112487d70dd93fae0c143eac3908bd42ac355d42ac0676a15f706b5e6d50cb5d6bc96faf4820db5a9f61ff539c480da7ca58cdaa22da3b67ce2513b37ada2024e0c5121465554a8d1492af4859c0acb4ba622aabca8c8fbf354d40f5f2a8ef3984a641ea5927c7ba9e4c54e2a35ba814afbbe99ca2c71a0f261c354314a4495389550a58ff4a8d2babb54e9ec6aaa8c84a5caa6d650bbea98d46ea215b55b7e9eda13964fed4185525fc3ae52dfa4d852fbbfbea40e945553079a0f51df66fb513f6c2ba67ecc4ca77e1cde4f1dd5f94afdb43682fae9e057ea58358d3aeed24b9df01fa74e52a6a8936f83a9939f28d46f882aea37ce09eaf7c90cea8f4a0275a69f42fdb5f90c75f9523a75a56c9aa6027b4053d531a0a97e91d056edafa0ad7a504953f3e8a069783da4691ef6a3adf10aa3ad79cca569ed2ea5691db6a369af26d1b4b78169daff9269eb9dcc69ba76613483efd3b44dac1c9ad16921cd28ee21cde8269d661a43a099ca8fd3cc4a37d3b6685368164163348ba6289a056b9ab6f5d433da564c136dfbfa03b4ed335f683b7db6d1768d0fd22c9b2c6896fd4a9ae54417cdaaf93ccd0a5341b3fe104cdb23da4ab3557d4bb3cd0ba0d95d7a4cb32b46d3f6ad77a0ed7bd74adb7fa98f76e08f13cdc17698e6d05c4a73ec1da01d427bd19c7fc0692efc14da91f28b34d7539d3457c424cdf5eb5b9adb3d32cd3d3e98e65efd90e65eaf4bf3a863d3bc8e5ea21d577ad07cf47fd17cc91db493db8fd202220368010d9eb4209f4a5a30683d2d587c92167691480bbb7694163e02a49db9fb8a1669ada0459677d222394cdaf98d08da795b155acc6b2a2dd6348716fbfc392dfefc0ced925120edea4203eddabe0db46b63645ad2192c2d29854c4b89df424b4dc9a2a5a5d9d1d2ab2fd0ae5f98a5dda0136959911db49b2324dacd7f39b45ba463b4bc1d89b43ce720da9dd8485ae1211cad54f88256fa0646bbdf60402b9397d1ca374368e52c435a45ea1ada83357b680f350ed32a2d666835c93db41ae102add6fd15adfefa30edc9d9255a835935ade1b63deda9b719ed99d6455ad3aa2fb4a623dab4e7e1bdb4e6c47c5a73119cf6c2504e7b61be89f662b71dad5550417be9f683d661f18cd6010ea6bd52fd437b4571a7bd9a6aa601d66fa6014f06d24045576890310b1af4c7411a0c3a4f83ef19a7c1bf79d01043401ab2884fc34e75d1700e153472f96e1af5bd3f8d167a8746c336d0e8254c1a234a97c6dcfb9ec6f4fe3f860dd1984a1f1aab7490c6c2ada7b1b7fc2faf9fc6898ba3718f90685cde719ab01d4a131d06d1c46b8434d9c1189a8c84a1c9459d3445591aadcb3d89d6d5354ceb0ecaa675376da3752faed07a016b697dc6deb43ee76bb43e6f19ad2f054f1b7835431bf489a10ddeba417b9758457b2727d3864c7b68c3a581b4f7abc1b40fe801da074e2ced136a9a36c143d3a6ccb9b46f7b58b46f39bb693f5e1ca4cdbcb6a2fd24d4d3660dfa69b3a5e1b459ec49dadcc63eda02aa97f627a981f6379543fb2b5d435b4918a4ad3c2ca2abf439d35749fbe8ab753ae99a837fe96bac4074aded37e83a0776d2d72f51e91b4409f40d3d8fe9bab1b374dddb3be91b3dffd037264cd1f5735ce9063be7e80673ebe89bfa3de986995be986cfd6d18d168be8c639fd74d35943fa161490bedd0a48df21ff4bdf31f38dbed30f49b7f1bc4bb7815bd1f7ee4ba0ef05a6d0f78200f4bdbfeed36dbd6be9b61ddaf47d8c4df4fde70fd1f7cfb8d0ed8f32e8f63138bafdfd7d747b6c2efd80e371bac3841addb16d897e48b44877325fa13b3d7d4b3f9c7f80eea251423fb26317dd95334977fd5747777b0fa67b985bd33df58ed1bd5e4ed27d6a45743f0b30fd4453153d90374e0ffc1e430f82c1e86194647af8e8657af8822e3dfcaf0dfd4ca22d3de2a41b3d62f91b3db2cb901ef9ab9d1eb553413fa7f68c1e6b18488fbdd34cbf58c9a6c71db9418fb7394f8fa7afd0e3a74ed113683ef484c1c7f4cb123cfd1a89454f4af84b4f2a0da2a7ed6ca06798f1e81927c1f41b3db3f49baf76d36fb9dea3df82fbd36f31aae9b77e61e9d9803bf49c4fc9f4dbbc8ff4bc8dc1f43c78073dff940dfd4ef6277a416d38fdaeee34fdaefb7d7aa1d95d7a619d13bdb0f133bdf88427bdb495442f857ad1efef52a397f3a1f48a004d7ac59c19bd6a470ebd5aa843af7ebf487f6c02a1d7bd28a0d7bd64d3eb8639f47ae73ff4c69d67e98defb7d39f49e5f426470b7a53812abd0956466fa2f7d29f173da33f9f7e4a6f8e6ea437a77ad25b9a3fd15ba0a9f45683edf4b60611fda5bf3dbdddf72fbdfddb38bda37799feca3489fecad69ffeca2393fe2a663bbdd36833bdb349930e40c6d1016f74e9c037517410864487c68cd0a142301d3a6e4587691bd3e1095574e4ce663af2e77b3aca8f4bc7447ca2632afae8d83a251df70147c70760e9f8960374c293b774e295783a69473e9d1c6642a7a969d099db03e84c968cce4afb456701ded33974573adf4d42e7e77da6f39b4174e1e9b77471c867ba98ba8f2e3972862ebd0ba74ba753e9f29bd97465b719bdeb3491decb20d0fb3647d25f47bea6bf1987d1fb0debe8837face9233f06e9e33a2ef489dd93f489ae7ff42ff912fa17118b3ef5772f7dfaca43fa77776ffa0fc317f4999a68fa4c178ffe733f98feeb89923eeff18d3e7f53853e5f12469f6f3d4ffffdac87bee403a3ff4bb2a42f73ece9cb6fc6e82b98570cd5430b8c55c5cd0cb5646386bac953867a5c02433dfd1a43fde61443ab701343abff3643eb138aa1b31ccb580f863336ecfacdd8007162e8fed0656c4c5e626c847e60e8676b320c42048ccd05e58ccd143d86a1da0ac3d0e810c3f0a51fc390dace303d9accb038e0cdd83a7a94b1ad5485b1bd3497b1b33099b1abed22c3ea4d09c35a87c9b03e64c9b001e433f67e8d64d8f6e730ec82858c834f590cc7751f198efd418cc3822d0ce7234f18ce178318ce45430cd7145f866b6115c37ddf7586fb0484e1716317c3a3698271746732c3eb4310e358a51ee3581b8c71bc2383e12b5cc5f0f3c5324e10ca192783218c53357719fe01468c80c26a46a0fd4f46f0a1114688178e112aee64849bf319a7d7fd649c01143322229f3022045e8cb3ff288c28028e716ed547c6b9f401c6f9dd8f1931eab38cd8adbf19173d2d187156838c4bbf54190919b98ca4c26d8c8c5d18464678202383c961dc2842326e7c0f62dc2a7166e46d7ec4c81b1865e42fc533ee0efe6114c53c6794202f314a8bba19f79c4b19f737d931eee77118f7f13a8c324021a3dc428351a131c8a824f4336a6eec66d4fd2033eaebc08cfaf7ee8c2775bb190d17b5194d858f19cdba9d8c36c72f8c0e576dc6ab7bfb198097e50c006c9e015ebb8501be6cc380a86f6240de9830a00bf718b02b560c44e50106360ec7c005c73070e9530cc29b1b0c624e3183f4f02783bade8e416fa865d09f1d653046c3199cb3da0cae5a3383b7d19621f0ee6288cee5324457af3224cf4f33a41fef30e416610c792e9f219fb9c650348a185d11458c6e4838a347539fd1d39bcd78bd3998f1664f25e38dec3a63b0248031480e670c7dfbcc78afb595f1fea5843192efcb187bfa8731e1bd9af1856ecbf8c22b607c193acc98d2fac4f8da9ccef856decc989dc531e63077180b573b198b87018ca59c61c6df8034c6f2cf7cc6f2ef6ca60a06ca5cc5f266aaebfc61aadfdbc2d4c85267ae952531b55177981bccab991b3f24310d184f999b7a1e318df776328d5b1799c64bda4c33cb4ea679ac05735b9188b983e6c7dc59dcc8b46ca031ad4a579836d577987b268b9807bc36321ddf5f661ebefc88793805ca74fef997e9d26acd748141982e4baecc23b3bd4cd796b34c37bb1aa67b8025d3fd8337d3fddb3ae6f1ebd1cce3f9694c6f270da68f4721d307e9c1f479fd8be96700669e303dc73c117b9779d28ac5f4376965fa87bd61fae7a43203ca2698817a5b9981e6f799412d2466a80d9679bae604f334f714f3ccc41f6604a08019d9d0cdbc508f665e10c098b15b6e33afac3dc0bc9acf655e7db28d7915bcc84cb2766526491698c95159ccd4f73eccd4313766ea840133ed423b33ddc38279a3e818339394cacc227c67deda10cabc35749d99cdca64664f6c63e6a8e7306f038f30f31ecf30f3a04dcc3bb27166c189cdcc82aa5866617820b3f035815934816316d7ec6016f714314b5f7e6696c5ed669649be31cb09eecc8a03579915a219e683eabbcc478ecf988f5eb299d5982ce6e313b1cc27efc9cc67ad2dcca65bc3cce79fae329b056b982f463298ade5d799ed7b5f32db2b4f30dbe7d6325f056e62823adf30c1fa1d4ce8b97f4c98299a093ffb8889ea3cc2445fb26392ccec99a4edba4c528e33931c90c8a47effc4643d6633d98f4e31855b9d99229f9b4c51e15da6a85f8329015e654ac6984c59ce2ea6fc530353e15ecfecd23fc9ecbaaccaec4a2961764719307bc3c5ccd7db21ccd7b55f986f527498fdaddaccc1c811e6e0eb63cc775817e670920573f8a11f73e4df19e607f5d8ff25323f051a33c7745798634ebdccb1b703cc890621f34b7028f34bf80be6e4263e73d22c9e39d94e677e45ae654e478098d3059f98dfd44299df8fce3067b4039933df4f30e7603dcc85d575cc855a2fe6c2cb26e65fc215e672d83c73257c84a53291c15a556dc35af53683b53a4fc05a8db664a99f62b13458552c4de629d69a17b7586bfab558da6b44ac7595adacf5d7eeb0d697c259eb5f74b3360cbbb2746fdf61e9fe2866e969e5b136aabab0f471252c038fbfaccd87c92ce3f7ce2c93b23896e9c73d2cb32e1dd696cf0296f9643ccb422d91b535e7156beb8722d676e65bd60e0d47d64ee1346bf7e1f32cab181396555a34cb8aabcdb2796dc0da931dceb2bd14c8b28556b0ec921b5876ed39ac7def6b58f613ff5807b64cb21c57ed60395a98b00ecdc0594e6f36b00eefd76439eb73592e29bf582e4d429687c292e5b5f608cbebdd2a96d7fb14d6b1e26a966f6802cbb73889e50b64b24e10aeb04eee3cca3af5fc2feb14e8022be0298c15e893c10a0c68660526adb042da94acd0a62bac50491d2bac4c931526b4649d76cf634524eab2226059ac73a7fa59d18bf6acf307f6b32e4cad66c584e05931fc03acd875f75871478759572e7d65251a14b292b555fe37c64ab64866a596915869fe6c567af347563ac79575bd3c8b9551b4ccba71f0032b3357ccca7a799995f5269d9535b7c4ba75468f752b83caca6e00b2b23125ac9cf3e6ac5cf34956aeec25ebf6763c2bbf5e9355f013c8baeb73895518edcc2a5c7ec72a7a69c32abeb1c0ba77348c75bff11eab8ce7c22a578f63953ffccc2a6fb3623d882f643dc8bccd7af8d982554941b2aa0c6c588f5bd258b5fdfeac7af90656c35b5dd6d3734758cf546d59cf0dd458cfb7ebb19ea314ac368f25d64b4b77d64bc21cabbd7a99f52aa181d5699ac4ea5cb663810e5e6681d7285860f376168418cf826e15b0a0e96c16147885059dbacf82ce0cb260100d1672389085b2d263a11ada5998c78b2ccc1486856d7fcec23db46591969eb2c8031f591464188bb6e32b8b795ac2629946b3d8411816b7f9104bb8be8725dc9bc8121e1d638902a759128c134b5a16cc92b63bb16409062cc5ea5996d22898d5257167bdfebec87ab35b83d5dfeacc1ac061598383bf584319f758ef77e9b03e6e35657d143e638d6e91b346bd2d589f4636b2c67eb8b3c6f91eac0994166b42c6657d619c644df64eb1a6b042d637792eeb3bf827ebe7bf42d6afa54facb9c912d6fced07acf90e106b516d27eb9fc653d6bf93ab592bd259b66ae84fb6ba9a92adb1772b5b23c99ead69f490ad5953c8d6da16c0d6ba49656b3d1b636ba78fb175362ad93a4d0cb6dec1eb6cbd9649f6c6b076f626a405dbd0d4986d28ad611b853bb2cd28496cb349387bcbadafeced0ecfd9dba7eeb3776277b077b98cb377e17fb277bf1c655b8617b22d0707d836a10fd836671bd936b88becbd2afe6c5b0b32db2eda97bd2ff925fbe0d304b6a3e679b6635918db91bd8eede4bf8b7df8530ddba584cf76a3dc651fbd26661f0f7164fbe496b0fd9c52d97ed911ec132a1aec13bf13d927ef17b04fe9b8b0fd5f06b0fd7f68b303220eb103638fb203493bd8c16a4c76f0a13a76f0d31bec90b586ec909b4eecb0491d76f8a779f6e9739bd8675cacd967e632d811794a76c4b32bec08c176f6d93909fb82de31f60537303b66b49d1deb11cb4e645e625f4b6f655f7bce675ffbb38a9d7491c34ebeb8839d32f48c9d6af8869dfa4cc44e5d78c84e4baa65a7bd3ac7be1e216167dcec61df7a816367fb93d839ebf4d839ba6fd9b7af2cb2f30d8bd9f9f274f69d2ba6ecc2e7aeece21e01bba490cdbe87ddc3be9f0465978514b2abbf2ad88ff93eecdabf9fd9f54011bb9eb78d5daff8c26e28f56337dcaf6137e63c603f4db2663f25fd1fa73cd9cf32e4eca6e33c76d3442efb79b20dbb39259dddfcc68dfde2d901f68bbfddecd6b0cbecb657feecf6b816767b098addce5a6177c45c657734ec6177f4be6203aafeb2815dee6ce048301b128b62c3be53d87080061bfd21938d89f6606386bfb1f13b5eb2893badd9c4eb5e6c92770a9b9415cb261595b2c957e6d8d4614336adc1864d6bfacba68deab159f07136fb6a279b1bf896cd43f3d97c9f70b6c0f6055b80f1618bcebd60cb3d2eb1e5af8ad84a3d157617b69ddd9de8cd7ee31dca1e5cfd9afdee8b017b28e43e7bd83e9f3d5c2f61bf4fcd62bf2fa8618f84aab13fdcfac21efda7c6fe7c75803d6935ccfefa41ca9ebedfc7fe96d5c9fe61b2c29ef17bc3fe599ecc9e75d9c89e8b79c59e2b3ecdfeed93c2fefda48ffd7bd69cfde74916fbcff41df6a2da76f622de83bd3414cafee788632f2fbce3a8ec157254ed641cd5231738aae87c8e2a4183b3cab99db36a96cf59edbc96b31ae0c651fbba8da359bb9aa315f28ea375f52c67adfa0c676dbe3167edcf518eb6ea6ace3a5b3e675d7a0167ddcb34ce069409670317c5d930aec3d1b554e5e8be1de7e87efdc2d1cb3bcdd9a8decad9689fcdd1ffb8cc31782be518f25339c6ce708ec9a7d71cd3c7711c73cf5d1cf3e3ab3816014a8ec5791067bb4a1567bb990667bba70f6767a23b67277980b3938ae7ec5ea3cbd9fd04cdb1ace9e65825dce258bffbc3b19e98e7ecc96473f676e971f675fee1d867f2390e6dd11c07e016cec1a9258e236203c791b19973d8a39c7338ff13e7308ccd71a6dce71cf9f296e3ae23e778586ee378a640399e95bf38471f3870bc0c3672bcceffe2788db5708eed35e578070b393ec39e1c5f6900c70ff497e3ff06c309f8a9cf096cfbca09729de0047d5fe1045f70e284569873c210939c70c360cee984364e448a3f27f24930e7acd515ced9c36b3967eb0e71a2c8ff38e7ae4339d1562f38d16e739c687817e782ce5fce05a28c13773a8b1397edc1890355722ea9dde35c3aebc7b974238b73a9cf9693706a8c930035e35cadc672d2ccd53969e5b99ceb97ea39379a5b3899661d9ccc3bdf3999401dce4db882735344e7dc7aaccac9e13139b9ae1d9c5c36929397b88973671782533437c8295197734ab766724a77fa734a99899cd21fee9cfb477771ca9b5f722ae2e639156212e761e00dcec3d85e4e153694532533e554b77872aa614f394fb83d9c86f5159c06dfcb9c86957ace53ff21ceb38f959ca6742f4e135893d3a253cf69d9a2e4b458da715edaf9705eb24d38ed4f5a391d187dceab5fa59c4e0e950340a03900d1100730ddc101a6ade780d67471e0ab9738885d091c645a2807f5b4888333bdccc145523804c95e0ee1dd050e29d29843cad6e3d04e1a73e839251c860e90c3b43acde1a873389c7f5f385c07770eef049423a875e308a6051ca1d70f8ef0860947d4adc991a67238b29b608e4c7091a33cdfc0e929ece2bc864d7206365b7106ec9f700632123983c5ce9ca155559cd12b9e9cd1ac61ce27e31ecee75817ced8d740ceb8f8236762eb1ece64e966ce57898433ad26e74c6ffdce997e56c4f91ef38d33d345e3fc6a1de6cc2e1ce4cc19b773e6aeade12c9850387f87009c7fae4738cbfc139c15b75f5c15e340ae8a9d3357159acd55e7cf7235a65f73b55eece56a87a773d77d49e66e284073f5ab8f72373d4be11ac7e9734d5e1772cd74ee73b7e8a472cd5deab816c79cb9163e95dced2afddced074e72b7df1de0eed81bc5dd71f90a7777f465aed5113bae1564886b035fe0da889cb97b80c7b97b2b47b8075663b807fac3b80e4a75aed3997aeee1c961aeebfa1cae6b6f0fd7753085eb5951cc3df6722ff7782787eb63ff8deb93baccf57bb087eb874de59ee01970fd1d95dc20543837f8f2016ed8ce696e589d1e370215c58dc0fee346750671cfe3cbb817eca3b931abb5b93161a7b831e9c1dc5814931bfb73847b513f8a7bb10ec0bd08cce5c6cbbe722f59bee45ecacfe126441b711352cdb909770cb809a411eee51423eee54c36f7ca410c37e91b8d9b726735370596cc4ddd81e1a62631b8690be5dcb4955a6e3a11c0cdf8bf663762b67233c9c7b899ca546ed6032c376b82cbbd6957cabda536c7bdf5ff8f29fbb60637672d9b9b1f9fcc2d8491b94576a3dce223546ea96309f77e33875b99b39b5bf9bc945bc948e7564738701fdfa672eb4655b90d3ea6dc868013dc06e64eeef3b52fb8cd8fc2b9cda347b92df177b8ad16bfb96d6b3bb92fc778dc0eae820b48277001cd0e5ce0e9275ce06b532e2897c905c95cb990c0442e246d3517c2bbcd851eade4427d43b9b0b84d5c58552b1786957211d5e7b8883e672ef242331729d9cf45498e73d10a3817bbf3029720ece7122352b924bf242ef9453c97e2f38e4bbb94c165b155b9acef242efbf3352ef7ef192e6fd7732eef750a973fdfc2159ce57185af1cb9a2816eaee8af1f5796f19a2bebf5e0768127b85d18276e177513b7c7ed15b7cfd09cdb9758c17d6ddfcd7d9da5c7edbf87e5f64bc2b803987eeedbd444ee202181fb4eba853bec31c91d0efccc1dd9b8993b7209c9fd70788cfba97081fbe9d723eee71ba3dcf1180dee78c973ee17db58ee57b501ee8fc43ddc1fe3fddc1fbf60dc997bf6dcf95d3fb80bebb4b80b97cbb87fc65771178fdfe02e062d70ffaefbc3fdbb2d80bbfcdb88a74efeced3d843e169dd8ae76915d7f1d6bae8f0d6a650796baf7bf0d6a50ff074d68df2366cf2e66d386ecdd3b59be5e94b7ef00cd0877846660e3c939f489ea97d0bcfcc41ca335ff78d676e63cab3c01de1598cb8f1b6d71af376740df176cebce0edde1eceb31ac6f0ac26cef26c2aca787b35737876c00bbc7dc9213cfb357c9efdce54de016604ef405f10efc0e72e9e43ab23ef2015c33b52f68d77849ac973adede0b9e26ef1dc3fd4f03cc73c78474f1fe71d6524f1bc1c1ff3bc9272795ef0619e179ac2f39ad1e2f9bc62f24e5848782732213cff0bd778fe7176bc0085392f48e30e2fa88ccb0b4987f1424789bcf0bab5bc708109ef74bc80773a3d9417d1e0c28b5c67ca8bac58e09d7dc0e2c5b66bf02e6e3bca8bb3bcc24b3059e42520bc79093f4279975fffe25dfe1bc24b1ce5f39274e9bce4358779d7df68f16ee6fde4dd9aa7f0b2a37b79d9f566bc5ce136deedbbeb78b717e379f95f4ef00ab23c79055301bcbb3193bc425338afc880cc2bfa9acabb5727e45544d9f02ace77f01ea67ce7558ebbf21ea92278d5f70778354f437835132bbc06ff315e136f0defb9650eafa53393d7327f8bd7766c84d78678c57bf9e636af9db8c86b7f63c16b7f3bcbebf87880d7317b88078a4ae0c1c26a78b049180ff5af928769d5e6612662799815260f4fd0e2e17b113c62c7531e710cc3237569f228664f789485ef3cea6c088f16f59c472b87f368a4241ee3c21c8f0168e631248f794ceb591ecbd383c79ab6e07176ebf0b825a93ceed7833cbe691b4f5818c9132af13c51398ed775f837afb78acceb533dc77bed6acf7b1dbe89d78fd3e1bd75e6f20667a77983ffac7843aff6f08677eaf3469cb6f0467002de67935cde84493b6fd2fd3d6f2ab087f7d5f62fef2b7f9037236fe7fdea29e5cd3eebe3cdeb5ce5cd3777f07e4717f0febc7dc25bf2c0f3961fb9f1551d37f255bf6af3571baaf35767d7f25783aef2572387f81acf6ff235c327f86b52bef2b58d43f8ebeee8f0d73bfce6eb45cff00db2b3f806b42b7ce31d537cd337697cd35f357cb3c9cdfc2df79ef0cd739bf85b5757f0b7cedee26f5b27e46ff30de2eff4faccdfcdb8ceb71430f956de3ff8d6973df97baa907cdbbf07f9fb5fb4f0ed7d6df90e1503fc838a637cc77a0edf11be83ef6caac1777614f39d8312f92e43e6fc23ef92f8ae4d2cbe2b13c877fdfd82effecc88eff1bc8befa9fa997fd4ed1aff78480eff78dd2bbe0f7c8c7f4aed0d3fa0e0333f30cd8e1fc8a0f383d3a3f9a17ef6fc888752fed953eff8d1e7b6f3a3474ef3cfd3def02f4856f3635f75f0e330187e7ce8103f7e6123ff52e321fe95f45e7e62453a3fa59cc94ffbcce467283ef26f047ce0677ab4f36f9a3de4df6a2ee4675f3acdcfce36e3673fcbe46793f4f8399b02f8b7ed3ef06f932ef1f372bcf9058196fcbb99aafcbb637efca21f5efc7be6befcfb7fbaf8158beefc871915fc87c318fea37510fe231e9b5f1d6ac87fecd5c1afb99cc7af0117f06b9db7f16b9b7df90d57b1fc464310bf71c69adf243fcf7f7ee222bf65ca83dfbe692bbf23c08ddf5911c5070c35f321633ff8d0e4363e2cf6141f364be4238c497cd48fcd7c9cc88b4fd86bc22750def20933dd7ce293143e3963079fbc22e7d31c9ff0e9da1ff8f4f5743e3de72a9fde12c067765de6738226f95cec463e973ec4e70de7f2050da37c5176375f7c78982fd970922fc9f1e1cbc400be6cb49fafd819c557880af8ca49757e6faa88df5740e6bf769be1f77ba8f107f39bf983f360fef0309fff7ef746fe073f31ffc3e316fea87f267ff4b31affd3f604fe679534fee70f25fc31951ffcb10bdbf8633dc5fc89fbaff85fd69fe07fadece37f338ae07fa74ef1679f7fe7cf21eef217565de5ff8938cc5f7290f0ff6a55f3ff86f5f1ffad1be02f9b22f82baa7afc95d70f052aec2681ea862f02d59928c1aacd0602b575ba02b5cb45028de40e81461343b0c6e5a140cbb355a015ee25d07ae42ed0fa7850a01df44eb0cef98140e7b754b0a1f7834097682ed0fdc210e8c1f404faa0bd82cd1a04816178abc088d3283031df2a3059c8159817cc0976dae90b765d0b10ec7a1c2cd87d8525b004a7082cdf9b0aac39170536bb0f086c047f047b368d086cf7ad13d89d7d26b0ab1a16ec774e14d83b1f161ca88c1438b84c091c32de081cf05f054e496b056e3f1f083c1f9d121cb5db2a38ba744ee0a5332b38965a2d38d6f745706cb858e0bd0d2df0be7650e0fd6e49e0fd2b44e0e33a2ff0dd3d2a3819fc57e0bff1a620f06ab3206c7f8420f2db6641345522383f3f21b86066fbbf2ac18590cd829835df04315b0e092e3eb92188c39305f1f9c70597baf182c4ec6c41d259942039c051900c7412a47c570ad2a34d04d751a704d787dc05d727e0828c1a35c10d8b48c18db83641d6d3ef825b883d829c75bf0439085d41ced86541ae708d20f7ed92e076f07941de69a9a060c33a41c1ce02c1ddf1e382bb0b6a8242d51141f1a19f8212d7d38212aeb6a07477afa0345920b8f72456703f962c2833d41394a1d608ca758e0baa062f0b1eeb95081a0907048db2ef826787fe099afc8f099a811f042de732052df56705eda20541c7a9bb825753bb059dfe570580be7401c86ab70052b54300c1de154083a304a827b705a8679102f4657d015a2814e0b24e09f0ebc3058402ac8050de2120d26a0514030b01e5f1a0807ecb47c028150a98a854018b532860434e0af8337a02c1b9bf02d1912a811883128809ce02b1f2a5403c6929901e311548d90c8174749f4036972c50406802c59b34418f85ada0576559d077ffb5e0cd0307c1c06d63c140014a303443178ce053051f1d0b041f2bb70b4689018271f327822f493f0593161b0453560f04d38312c137f3a382b9ddf382b9f018c1dc1c5eb078b05bb0788e28585a7740b0f4fffbfef7d25ca87aeaba70f5366de16adf8d42f5b108a1464cb1502baf5aa85d9226d439ee20dc10a521dc50db26d4eb9b17ea8f67088d7c6a85c6c18b42e3507ba1094e2834d51e129a45b909cd2a0b8466642de196d5b78516c430e1d6c29dc21d295b84bbee680977c16285bbc37285367b8385368f11c2bdfd7785762ef342bb135642bb602de17eab7ca13d2c5778501227743c1923749af013baf8160a5d026c85ae1a52a16bf4b8d0f55abfd06d6595f0e8ce5dc2a3896dc2a3196b85c76c8b85c7379c157a974c0b7d5ccb8527a6db85fe3bdf0a03ba7c8481c14861e0398e30e8f9416190e0a93068012a0cbefe451892ac250cddb2220c6b5b273c6d4f149e8eb2169e59b34e7826624278e6cd8a30222e411869d1238cb43f228c8cea1346c51e1446157809a38aff082f18f90b63a423c2d8ac30612cda587831614518b76826bcecac234c145c105ef3de204cb917204cdde32e4cc52e08d3740785e96d8f85e9b2c3c2ebdbb1c2cccc7bc25b4778c2db2b0bc202d36bc2bb2a078445579e0a4b0c6d85f72e1f139649ab850ff33e0bab76670a1fad7f2aacb60f145687fe135627bc115617ef125677e085f57281f0496fb6b0b16a40d808910b9fa53c113e238e089b033c852d2ab1c296c652e18b8a4461fb1e5d617b769eb09de3206c1fa70a3bcf5084802bbf85c0cd4221e8eb98103c7c4d08fe912084457e12229f9a0a51bafb85d88d1d42ec6747219efc4c48b09c1212f74408492e1b84341fa890d6932a648c0185cc87b142b6a7a79093d62ce4dd3a23e4e5950af9006da1507e4c28bab32494ee2708a5c3ed42593055280ba108953abf844aeb19a192b553d80532147609bf09bb3d2e0a7b7855c2deb48bc25ed46d61df7db6b06fe495f00dbd44d8af63241c7038257cbbe98e7068c851f83e2b41f831205af831cf5d38ca3f28fc5c1625fc3cf24d38662c108e3b770bc7e913c209475de104c44f3821b2134e3a9d124ed53e114e414f08bf1e69107e1d3c229c7e22144ec37609a79964e137b701e1b7c616e1b7098a70665e5bf8f3a39b707653bf70ee4a9770fe1653b8f012255c5cbb2c5c2cd82f5c425e17fe6b0917ae481644aa6e3f44aad99744ab3c42446a3a662235937291fa430f91fa1243a451ca1169904e8b343ee88b3487a1a235e35ea2b5310d22bd276b441bf5e7441b0b1344fa370744067aada24daaa522239ba72223e0359149d47e91d9b90ad1d6baaba26db54ba29d2d6da2ddcd4122eb17ff6b938a6c1a25a2bdb841d1fef53f44fbb74b440e452744070f348a1c0dd3458ef205d121f615918bb981c855f642e4d6ef237237a68adc9d5d45ee6fe3451ee732451ee907459ec16da2a30d36a263099f45c7350922ef80d3229f0d58918f9eaac817ba59e457eb223a99da283a65e4273ab56c25f2d7f827f29fb01005ee721305e26a444147768b82165245c17f6645a707fc4511ab9f88ce9e7f2f8a4e1a1745e7e68b2e1e4f17c52f668b127870d1657f942851b14f94381629bac6ea1325dd238b52f31d44191ea3a24c054f94857825baa5148bb22d778ab217ee8b72554a45b99acba2dc1d9da2db1ebb44f9b125a2bb968da2bb97b7880adfbf13151d248b8a5577888a7f9d1295a69e109522dd44f7a28f8acac6bf8a2a6c3d44953b37881e45a3448fba1a45d5cf334535ffd7a56677b3a8f67aada88efd5d54ffee9ae849a548f4a485277a02ec10355c3a2b7aa6fa43f42cb646f40cf258d4b4d953d454d02b7aee9d277a912111bdc00f8bda9e36895e4a3b45edbb378bda0364a20ecd9fa28e1bd745aff2578b5e2db68900b81d2270d75711ecd93d114c5e2842f0a2450889be08cd668a30ebe74598c0221196fb5a8415dc1061fffe12910ae345b4f542118d7a49c4f82716711f5045bc323b11ef2144c4fb5e23e2eb5b8b0415fe22610b5524248b4562884224d1dc2192e04744b2ca7d22b9d5ac4889478aba52e5a2ae812851b7aa91a827d944d4db4512f51550457d3847d16b9e5cf47a182c7a13512dea7fa02b1a88ff9fc24df4ce95281ada682f1ab26789deef5315bddf1f2b1a59a52b1a35c8128dbe31107de6478b3e4fd0445f5e134553f5df44df234e8866aaaf8b6620a6a299b715a2396317d1c2f75fa23f0148d1d2d77cd1bf9b7da2e5f19b6255b30af12ac315f1aabe19f1aa2535b1da2b82583d0529d6405d14af39f048acb5e398781dbe45bc2170a778c3e95ef186a6d762ddfb14b12e152dde688a16eb870d89f50528b1febb66b1815ba7d8e09cb678b39abad8689e203633792b36db6e23368bc68a2d88b6e26d9732c43b42df8a77f63f10ef2e2a165b6e9e135bb6ed165b4dde105bfd7612efdd3721b61d2a11dbc5b2c4fb306bc4fb416bc4f67158b1fd5363f181db42b183bb40ec00a78a1d0656890f1dfa2a760a3a2176026f163b5f70141f199d15bbfebfdcf779898fea6d167bd17bc4c7bdbac5de2a68b1f74b8cd8179e2af69dda27f6db9e2df67b87139fc8ab179f9cfe243eb55f4d7cea344b7cea5182d8bffea7d8bfdf511ce80614077ada8883ddcbc421cf67c5a13d2fc5e1bb76882336c68823fe948ba37ebd10472f3c139faf3a223eff34547c7144551ccf99155f8afa294e58f74e9cb0d14a9c5074547ca5a65c7cb5d04c9cfcd9469c7268519cbabe5c9cdaf15b9c560a13a751b2c5e96168713a665a9cdedb25beae7b427c5d1f21ce3c0a1467969589b32e0588b33e8bc5371ffe13673f7f2bceeeac17670f2c8973288de2db8209717e44aaf8ae65b4f8ae35515c94d523be5fca13dfa7cbc56505fbc40fa495e2879e11e2ca9851712578bdb8ea9f89f851b7a5b86ead89b80ebf475c1f715cfce42c4ddc68e5257e76794cdc0437123fdf7743fc1cb449dc3cba47dc722b54dc327157dc32f75efca2dd53dcda652b6ebb972b6efb9427ee28c58b012a5431407b410cea9c138370f362b08fa718daea228655ab8ae1a21031e2eb7a31725f9518e9871023535dc54880428ca45e14a378dbc5286997185d132cc6993888710ec7c484da29315191262669c58949660a317d13544c2fde2266a4d98b9957378999801762964bb598ad5724e6aceb1473eed78bff1f3cc5823a9858146c24169ffabf481484583ace15cbbd1bc5dd87bcc53d9b56c47d73d7c46fa24ac46fa6a7c5034653e2b71b22c523ffbf878f263de2d1c46cf1a81c2dfe3484138fa560c5533d16e2af7f368aa75f28c5df577b8a6746a1e25f035cf1acf35ef1dcf329f142ada978a16346fcfb70b8f8b7685ebc1496245e1afc2d5e0e3394a838ad96ac56b64934909612edee4689ce2a4dc9fae968896e3a4fa2d7f348b2f1d43a89e1be118911fb91c458374d628c5c90187fca969858ff9298dc62494c47c3245baa2d255bc61725e6fb1325e6907c89c5172fc9d65aa664db3e94643bc958b2a3f18664c72f8a64f7fa9792ddbf4112eb8403121b6c94644f81bb64cf4888c42eb45a62d7b95562277f20d9774557b21f1f2539b07fafc4b1649fe4f0563b89f37db8c4251a2871790a971c69b497b8a2b224ae3f0b256e1755259e61c512cf952392a3efcf48bc22ce488e65ea4a7cc8dd125fef1d12dfe20b12df7b1512bff36889dfcc0149c0f6df92c0c15249f009734928b95d12cae24ac29f9c90441ce990446e579144e23c2491e23949d4d3d5927375044974e880e4bc91a6e4bc628b24f664a5245ef65172c92a5a72699a25b9ca0d9524faf54bae391448ae1de54b52fa922429bfe89254004592560395a4893892f4483fc975f548c9f5987cc90d1db124d3af4092091e95e47e6a96e49b9124778cce480ad57a2545df1b25c5bb37488a5f3f9194020b25f76a5a25f76d7e4acace1d9294817324e5d46b920acf37928735be92ca3d5692ca77f9922adf0f922af83bc9a38919c9e3466d490dea91a446be22a93d172ea9bd2c91d439ad97d4211a24f5aa41922787ff491aa6d3258d3b8c25cf83fd25cded72493376bfa425d740d2caef91b43d1892b4ff489474c03c2480c0600920ab5a02deff46024eff2801037e491031d1126485bf04c5ca95a0a6d524e89f7d124cb18d84a067202114be9490ce394948797112d2f30a0955734942830d4818920109072a9270666f4a84ce2d12a10b45223e7a4822e9c449643a53127991be44c14a962857ad95f43457487ac37224bdc92b92beb3b192bebe2049df77a4e4756098e435455ff24697297933612079b73c211932ae900cbd564adea7ee928ca80c4a46fc5b251f923a24a37a5592cf6b2c24636f352593f45b926f2996926faf0324df0db524dfcd28921fcb8392d92d3724f3f31d92df154692dfe42f92df1c4bc91f5f99e40f7648b2c868912cb9af96fcfd912559f64a962cfbfd91acf40e4855ec49d2555a4952b5e036a9faf72f524dff09a9e62bb954b3f39d54cbb842aa75778f74ad3347aa1de8265d376e23d599a6483760eda51b46364a374c81a47a771f49374ead92eabfdb27dd743a49ba79ddff5c0ba59b3b57a486c80ca9b1a386744bc17de916dc21e95674b274f7de8752cba89352abcff7a5d689b3d23d3fe7a57b11be52db444da9dde1bdd203381be961ed7f5267a0a6d425fdb0f408572975ddc9947aa86f977a1a82a59ed632a9e7c728a9cf3d8af4847eaff484e521e9899055d293765ba5272ffd9206dede240de4bf9706b5394b43b00a6968354d1ada96260dd3ec92862dfa4bc331b9d2331a18e999b59fa411288c34eaa2b7345ab9577a41172ebd404e93c6eed194c6ca74a57185bba5f19a49d204cf60e9e50e99f47ae1756986f3a43473b04a9ad5d42dcd1abc2dbd69f94a9a3d76557adbd65b7a1b5322cddbf1519a6f8293def9bb2c2df8ed2c2df8eb262da46e911651cf4a8bbef74b8b558ba4c5f35dd212ed6669c950a7f41e294c7a6fac427aefaba5f4befb82f4feb5466939fc96b442eb86b4627a9df441fb4369e5e11dd24a7782b43ab75c5a5dec23add192496bbc1aa5350586d2da666d695d42b1b42e53555ad74091d63bb64aebdd7f4b9fe9864a9b0c8da5cd1763a4cd65c7a42de146d296854bd217071aa42fcab6485bcba3a56d841dd236a5a7b4ddb6440a88fa23050c89a4e0adee52a8ee8214da0d9742073da5089b342922a65b8a29d79162ab9aa458f26329be5a202566cd49a9832b5296b05fcaafb92715dd0b974a9a574be5e72ca4f25f2d52c56767a9726e4ada9bef2ceda3f0a5030d37a56fbfc64b078f944b0703daa48317de4bdfd528a5432350e9c80e5de9c86147e9c7988dd28fe524e9d813a274bcfd96f44b274cfa65d9593a194d914e660c4aa7a732a5dfae20a4df550e4a7ffaeb49e7c979d2f99f50e9d29356e9f2b91ae972c6a87465959674657858a672724aa6da682c5b3df34da63ead946948e2641aefba649a055332ad74a04cab9626d3fa962ad3fa932f5b1ba72dd3b666cbd6f95364baf5db647a56d932bd3d7a32bd5f99327d8b08997e96a14cbf2153b6d9594b6614705e66fc9b203339d42733b3779799bfb4969903e53273ca1a9985354566c1c3c876d8ae91edfabb57663db322b3a90e92d9ee3293d9ba0cca6c832fc8f6db1ac9ec7739caec4796640ed320d9a196c7b243ed9ab243bfd7c80edfb82373564b96b98c916447cab365ae6faecbdc34c7641e178c641e3736ca8e0e9d9579656bc8bcfe1f55bd268ecbbca7aec9fcdee7c84ec2ffc84e6d8a969d4a50c802af5bc8827e5f9205dbb165c1fb2a65c1be3059c89d2bb29071902ce4df7e5968144716da04929ddea5909d89f091456e40cb227767cb22c3b6c822a7cc6551be376451174fcaa2758ecaa2afb4c8622c7a64316eb9ffa3cb62b849b2d818ac2c16fe4c16f7634e16bfa343165f1026bb54bb45960089945d3df45496f8dd5f9654352f4b1ead93a51c2a94a55cbf2b4b852364d737cccaaef7b16419606fd90dd98c2cd3f3952c6bb05476ebf3b42c5b1f2ccbc1f264b7855764796e08599edf1fd99d400bd99d7c0b59411a4b56d0182e2b524d9015bd0e90157d1a94154d6d9495c0cd65e5410c59a59eaaac32a34a5649ce903d7a14247bf4b446563df854569bfd46f6c4225ed630ca963d8bf92e6b0e07c9daee1c94b5c94ecbda052eb28e6e4bd92b955ad9abc25259e7aa615967c45e1940872703084d65c0b16119e848940cf47c8f0c726d9f0cfa2c4c065b84c930fbe764b8878f64b8093b193ece544648d9272339216564fb1519a5e1848cf1db4bc6e4fe93317f4b642cff0a1947bd4ec6d3a3caf87c079950f7b04c54552c93309c6592ee473269de4e9974204dd6854c9475618ec8ba1faacb7a7483653dffefdf6bdf25ebed7f2b1b70e2cb065cbfcadebafe950dbd93cb467c576423efb6cb3ec4e4c93e5c59231b6574c8c6d499b2f16b1ab2f132baec8baabd6c72c721d9644f8a6c72c2473675e08b6c8a07967d7de62cfb197558f6b3aa55369bbd249b2d5c2b5b283f29fb5d632bfbe3b651f6f770a6ec9f0354f62fe7ac5cc5a05daed2dc2b578ffe2157bf5a2fd788a1c835b254e49abd62b9e6e7dff2354f55e5daf90fe5da2fdfcaf52c1572fd760db93e992e37d8f6506ef0274f6e7c3f4e6ee23c223739f5426ed24e969b0036cb4dbe5c965b3848e5db8abae53b84dbe53b953fe43b7f4be4bb0cc4f25dc679f25d96f6f2dd997fe49681ee72eb9524b98de32db98d8b9adcb654456ef7a444be1f71406e7f7b4e7e30b74d7ed8aa4f7e980591bb3a3c95bbed5a25f7d8e42ef7422ccabdb72ecbbdcf4fc87d36f9ca7dba3de527562fc94f4594cafdfdbfca83ecc9f2e0c22c79e88d5a795882853c4c39230f775b9487d7cae5a77bdfcb23b675cb2346fae491c12479e4f335f2a8634af9b9a4adf2689dfbf2f3f475f2188d2bf2d8b83a798265873cc1d9449e30eb24bfb2f68afc0af5a0fc2a6c519e6832264f1c3c25bfe687915ffbd72a4f5e879227d368f2e4219e3ce5e46979caed27f29485dff234a3fbf23425559ed1f6487ec3475f7ee3c213f98d7a17f94de84979a11b495e58f6565ef84c202f4252e5c5475fc9ef6bb8caefffd09197af319457e953e555263ef26a97e7f2eab2fdf29af353f2da3e4b795dc7b0bc715bb6bcb17a54feb46b95fc99c54e79cbf52df297852c79c79f0bf2cea10a3940912f07bacae4c0541339e8c7a41c86b190c3579d94c3b14e72c4e61a3962e59b1c69572c471985c9d19f98721ce3ad1cef1529c7e7df901389f7e5a4b66539794fb09c2c7b2a67aeaf91b3d99fe43cd28a9c6f73542eb81c2217ee85ca85f34e72d1b9bb72896f9b5c0224cae5c70fc815f5d97265719fbc3ba957de93bc24ef6d8b93f73756c9079e04c8dff2c8f2613bb47c987e51fede1925ffd85f22ff386e22ffe4a125ff7c475dfe1993221ffb40964fa499c8a7ea6fc8a79fa8cba757b0f21faa20f98f8f30f9aff252f99cca77f9dcec6ef9c262917cb17048fe2f3255fe2f3b4abecc4d56ac2eac53a8dbeb2b34d71e5068ad8950ac4d78a658b763af625df243c57a55986243c62ec586a67d0add6555c5c6ed498a8d65bb14fab7c31506be3b159b56ab2b0c3dfb14266e5885d95c8462cb732385c54d6b8545fb51c55655b062eb76a6626b5d93629b194ab163c78c62a777bd6267dc6bc54ec179c52eb30c85d59f728575d96e85cd9511855d4cabc23eb54b61fff9b2e2e0e62cc5c1255b85a37a82c2913aa1389e9fa4f0c121153edc12856fa691c22f3b447162ad587142bf4b71e273bbe2e43933c5a9bfd50a7fb322853fa15211b8cb5711e87b4311fcd04c11f207ad083b23538465692a22d64e292242661491b47cc559976d8a73fa6b14e7feaa2b2e70721497d63014978f2f2812fd0e28ae5dfeae48da2350a4e8bf51a485652baedf812a6e6c9e57dc88ad5164c19d15d90e298a9cae5a45aead9122f7668822570957e4adbc52e48bfe29f247772a0aa3ea15c5c6da8a7b36604559c27a45f9c8a8a2c2eaa9a272f6b4e21169415173f588a2d6db4251dbb0a4a84bdda978a25fa368d026299abcda144d292c459bb9bde2e5aa358a4e649502e47548019a262aa0b10805fcc33a05f2e13305ceb64b813be9a4c037bd57e0db821578f43d055ee9aca0963b2be8386b0523b146c1b816aa60f6152b586a8d0a16234ec1ee3652707df215dcde5b0aee988a82b75aa010acf65608bf152a440b960a71e38242fcdc552139d1ab905d8229640b2285fced0785b244aa50565f50741b142a5edf852a0686f18a777aa68a770fd88aa1db4714c362a462b887ac18d10f517cc0d3151fb862c5c78f458a4ff7e98a31f09c62fc4c8e623cbd5431de755731b1c947f165439fe28b53b86272dda2623207a7f876e6aae2c7b9438a9fe272c5ecce7d8ad93477c5ecab2f8a7915b6625e2b4a31afbf5d31fff3906239758f62b9a94cb13253a154193faa548df054ae2ef251aa35f42ad72885ca351f5f2bd74295ca75848f4a1dcdf5caf527fe2875a7ef2a0d5e0c2a374b0295865ff7298df00dca2d8f8b94db2d362b777d4d535aea7f565a9daf52dab41f51ee719028f7813594fb978d940ec6cb4a072e4c79d068adf2609699d2d1665679480ba9740a42289d9ebd571eb6aa523a47372a5dae2f2b8f689e541e11f4295de94b4ab76890d263d7b4d2cbdd51e9f55a5779fcb397d2fb839bd2fb479ad24f794a792290ab3c0169559e8a34529ea2b295fefa74a57fea07a57fd67365a05d9132308ca40c717baf0c39f54e197a7b41193a9ca10cc36629c366a8cad35630e5e9cc1dca3371d79451d92795e7b87ecae8a41a657c83b6f292ce0be5a52ab132e1f35de565bc4079c5a6457975ec84327187993231ea8032b170bbf29af95b6592769832494a512607b72a9397af2853637f2a5319b1caeb67df2b334525cacc8ff5caac0685f2e6cb5ae5ad942165f6990c654edcb432e789b532f7f423659ed53ee59d228eb2c007a42c68195716a0749577373b28efbe6b5216128b95c5fe0dcae26e2765a9ca5be5bd8f93cafb1151cafb0b79cab2be7465f925a1b29c8e53967fdaa57c903fabac1c602b1f9d8c5556b3a5ca5ac06365bdd453f96491a26c3cb6a27c1acc56367d9953367b8d285fa8f729db389794ed6b7c94edc93b95edd509ca765abfb2bdbb4ff9ca56a1ec3c7656d9c9515302b10795e0aa834a58518c122e472b11d35794c8adeb94a8fd5825fa2c4c89f9a1afc41e8c55e2fc9e28f127ee2af1916c25fe9e8792d8b25f496a4957521e64292923634aaa57bd92a1fd5bc970262919a94225335357c93961a4e4105f2b3934a892db8c55f2724d95bcf752a5d097ac147e2f534a12214ac9cd56a5e4f773a5f4e31ea57c71bd5251745fa98cd3522a9fb528bbc3c295dd7dc1caee7f1b94bdf9db947dffeffd36eeb1f2bdc50ee5fb0b12e508f384f2d3e343cab1da29e544315939015f504e65ee564eb55c514e2d1a2ba73f682bbf05bb28bffd4771798773e175015c2829a1214da54246c888504609898c52a19428ab6c2ad9b24754a2a252c90cc95692d1127df7de7bef69f4fedee73c9fbfeebdcf99f7dc7b06d2ff7251f7ff72c9b67ff957b6fe157e3afc57746ae75f514ffe5ff1bf92bf8beb9cff2eca75fe2ef592fe2e29dbff2e7f7cf077450ff477c5c215a092f015b0ea401840352e1ca0da370750b3b703a8271702d4e777025687ba025603e2016bfa4d011a25be80b5b216c0ba893d80f5c1d3800d890e006dee4580ceb43d40d79201d0f55103e8561c05e84e3601369d68036c6aac006c7e7f0fb0f5001fb07dd355c0f6e125c0ee1b8b80dd6f4200bbf9df0006b45ec0deb7728021b81db0ef7e31605f250770a02d0a60148c0118bb6a008c53d8008be1fb009b4f2e009bcfe600db351e00db4a1ec0762619601fd7057038f818e0388702381d300338dd7b0770f1ee02b89c8e071c3b3c083856940e387e6e1fc0d5ed2ec0b5dc12e0d6b71770727d07c06bad19c0c72b12e0f3f12ee0b49118e01bbf13e09b510938b3160638f3aa1be0778009f0739c07f81f2f060414480041c77301e79ff80042d45e00421a18808b1750808be352c0c5a98780d0baf3807095cb8008755340846d27208281065c5dbf08b8b67303e0da141610b98a07b8ae60026e345f05dc34f304dc0cd105dc7cba0b1093b91a1077731810dfbb1b90d8ec0d481c330524cf180292654d80d4c4df808c734c40e66d35c09d212340964c0590b59c08b8ff360f707fe00d20e704049073ee1a20e7493420f7cb04a0a8752fa0f8d64e4071db6640a90a1550368f0354ec380ca88a6401aa79cf01b5190680dacf7f01750540c0e3ac39c0e3771b01f5866e80a739ee80a76d77000d3f6700cf6af7029e8d6b019e373d07bc38fc08f022de0ff062cc07d074f912a0e5eb7ec01b1311e04d4904e0cdf34d80b7368d8077b77b00effe1c06b4ee1d03b446c100efcdf2016dfd46800e5f4f40f7fe3040b7ef714077532ee043460ba0e7bf7cf66d3d05f878440df0f16417e063cb12e0a3b806f0e9c92460203b0a30e68c017c891d077ca9ad027c192d047cb3dd0cf836630c98b230014ca74e0366fc11809941256036950af80e3b03f8a17f19f0c32c0ff0a38609f8a90e07fc767003ccfd2906fcc9b700fc99bb009837fc08f8bb4f08f8fbf70400243c0e80749703a06bee01a0de570148d209004abc0980521c02a0bf4e0130dc7f0042b91580a4ae0ea021af01d82c3480b31700e0058b0002f43d8030b90f20be690b905c3d059070ad01325822407ec616a058b50ea0f8340458dc7b07b078090958d13206acd0bc812a9eba4095700e70d5b154a05aea245063ec2d506bd000b8818b016a0f1b02376d9f056e8a1e076e360d07ea3bbe00eabf4804ea2f7c076e2b3908dcbeaf19b8675f16700fe127700f7f1c6878e70c70df6b3af0c03604f000b41e68e2f81868bac61968ba331968b6c2005ab48d010fe54e030fe5ef025ada25032dd35a805607c780875b5d8136e74680b6e9ed40dbfeb740c747354047c233e0519302a053170de8aca60774be7c02e872600df0f8523cd015580af4b0dd09f4488c017a7467034fcee9013db76f027ad25481a77a3b805e3561c0d336d6c0d35e86c033439e407f6a0630e0fe6d6070d473e0399f01e0b95a6be0b986dbc0f3a4106088c92b6008390d1842fd07bc681b0e0ca7408057e15260e4057760e4ef0260d430011835960a8c123e01de50f106de0cef07c6bc7d058cf5380f8c6b9c05c6071180b7156060e29e3fc0c46b4f8149697f80c98dfdc0e40f3ac04c4223f0ce8700e0bd84fbc0fb2505c06cbb5e6076a005303bc40998fd6a0d307769199897fd0d985f8c05e6cf0d010b4e898005c3df81854f30c0a29e03c007379681254993c0d20d61c0328505b01c1408ac3aba0df8504f03f8d02e1e5877b00d589f28063efde80a7c3a7502f82c641df0b98b00f8dcfb10f0c5190cf0c53b29b0696018d86ce9057cb506067c4d2d04be711a00b6fed102be9f2c00b6794d003bdcd3809ddeddc0cece64e087fa0e60cffe7e608f2d04d837b703f8513c04ecd7b1010e57dc018e3a9f058e25ae028eb55281630b17805ffb4780933550e0b7712be014e62270862c06ce5ed901fcb1b101f8c35117f82b3310f86bae03f86b7916f8db7b1cf89b10079ceb7e055cc06d02fe1ddd0c04844401a1f17220ecce1e20acf80d104e720722d92e4094fe23205abd1688f6fe09449fde0744d7f901f1d78f01091f244022723b90d43b01a47dba0fa473ca800ccc3090414a0132079d80ecab0f80ec567f20a78004e42c6f04f25e5803055f7280a2477340e9d90f4059a12d50fe630f50b16b16a8186402176326804b4681c0a582fdc07fc174e0bfcbaaa055ae4c907a9412b47aeb1ed01a621848636215689db91568fd3114687d6423683dcf08b4410602691f0900e98680411b7faa8036978d83b6f43c04e9e90b417a8025d056d367a0ad5f2f83f44f0581b63de083b6fd34056dbfe10dda0ebb0cdacec380763aac07ed7c710eb4b35500da25fb0ddaad7709b4c78f0bdabb5a01daeb520b32b4f706edf33e093aa0730b6402a3800e1e0b0799799c04991bb682ccab6d411643af4087d4aa4196f475a0c3c7ef810e3fe3826c9f14838e30e6408e476740ceff89cb0711e858ca39d031ec1f902b1e0b72b36805b9e7f6837c2e34807c86d783ce3cd800f2d31f02f9cd0840fef669a0b3cf1f8382ce8483ce55ef029d67d34121cf6341173fed005d1cb8000abd34010aada8065d9d71055db3bd088a8c7f00bac100836e4e4e8262576f06c53d49062530de816e83f782920eef0725dbfd04259f0d0625579883526db78252ff2480d2903f41e9a92aa03b3173a03bb76b4077aa91a0aca61fa0fb012f41391f378172dff780f28cd7830a26034085eb1741458acfa0e2a74ea0e257eb41255ff6824ae61a41252412a8541f092afdad062adb1e0c2a17b340151ba24155ad674135387dd0431c0a54ebf41254fb0d037afca80854ef90087adae2026aca7d047ac90d01bdbeaf0d7abb711ef4ceca19d49a2b07bdefd401bd9f3b026af37204b581ee82da7903a00e7118a873ad23a8935902ea36c780baebdc401facff813e545e05f5c6f141bd3231e8e3fa6da041d70ad060e61ad008df1f34bafe3868d4d70b34da29068d7fbe0c1a9fbd0b9a285780267adb40933e2f41df5c45a0a9a7d741b34e08d0775908e847a33fe8c797dda05f840da0dfac7da005833fa0852f812000491704dcb70904bcde03026b2d82206f524050fc1808facf15044bab01c1f14c100a3805a2edff09a2fd7e036274bd01b19d0c406c600188ad500771debc0571144320de1e2588e79e0112e60041c207a740e200479018751d247d7e1b24732683961e3b8296513fc12aab77815573b681d512d5c0ea3bb681d7cc9f066b38148035558f8175bc0160dd83dfc09b778782b76cfd03de9683066f9b6780b72dc681770cde05ef2aac061b806860c3cf11e0fd870cc126aae6e0835c22d8dc6917d8fc2e086c5e120bb664b680ad0cabc1363a4560db9b11607bd120f848f902d8e13603ecb0600676eed6013b7fd300bb8c5f03bbedf3037bac2a017baf3f0ef62e17834f3779807d6b67c067ae9680fd59c9e000edd7e0007a36387026131c485d0b0e5ca48083a56ee0f305d9e00bc56bc017cf9e015f39f6177c2547028e805d07477e5c025fd7c2836f64db836f663683638e1b8163f283c171651c701ca90f1c270f0227ece903df323600df5246836f5fb204276ea48013e1e3e094b506e0d49edfe0b4b230705adf1670fa8427385d660fce5c370bceba3007ce827e0567c162c0f71b0f81ef8fc2c079e22870c1367b7041ce2170c1930be0122f177069cd7370991f135c7ea6005c71d7045c6b670eaef35c02d7a507811fe9dd063ffeb8087e0af60637d64f801b058be0671ab9e067ed2cf0734f3bf0f3b0a7e0e73767c0cf6b77829bb636819b8cd5c04dc759e0e6741ff0cb2be1e0972921e0571414b825d117fc4e710adc0aa381db2f8d823b6cc3c19d4d0070d71309b8fb6233f8c39729700f351adc077c0bee5738803ffd78051e589e030f3f3b021e598d048f985781472e9782472a90e051b5ebe0d1286bf068fb67f0674b53f057552ef8abaf3a78f22105fc0dcf024f1d4483a7a3b781a7db78e019cf3fe0997bbbc1338b0af0acde2bf0ec6e4bf08fc070f0cf702af8e797c7e05fa2b3e0b9ed70f0fcf515f0c2991be085bb07c0c0e97f60e0cf4760d07d36185ee106461f6780d1893bc098ab30307ef635184f2900135bb860d2d1cf60525f0e98ec3609a6aea90353b7fa81e9bb56c0f45bde6086f64330f3443498b5be10cc3ab006cc369181d92e4fc0ec7a28982d6c05f31283c0fc7203301f3b0f16550d80c55b92c192fdfa6085ff57b0127f13bc187f0ffc6fce1ca29a6d0f51edb80f51333b0951677e8168f8574134c74c209a5f87205a9a4c88b6453d44b75217b2b1e6216453c931c896875510bd33ba10fd4391107d8219645b582e645be329c82e1408b28bdc0dd963fd16b2a71b0a316cdc0e3938a10531fdf80e6286988598fb9d8398a3441073a123c4627d1ac422af1d62f9e929c44acb197258c31d62936504b119ce82d8dd6243ecf53f428eacbe0571a8f786387aec8538252f439c83da212ed7f221c7ffcc42dc70b7206ed211887bf841c8c9760f88978911c47be714c49bba1d723ae11724e0cc164860493724c8641e125444829c5bdf0cb96402805cb20f8384da5020e11b3221e183eb2011bff64222e6ea205713a490ab39f6906bed6990c8d464c8f5980f90a804674854723be4464738e466890ae426fe1a24a6500d12537d0c1277e13ce4967a12e456f100e4f6d55790a4039a9024472348d299bb90e47d1848ea482a243df11f24bd6b1324c37a1f24537c0772c77413e48e9f2be4feba4ec87dea7a4876be2f246f0008c9af8c80e4b34a2185fb17218597062085b9e990a2d71190628231a4c48c0529b92681943edc0f298f0a8154062e42aa9c3990baf119c8e3cd11907afd1d90fa3faf214f6d6c214f3d5b204fabf7431a1c7d210d754190c6d17590e77978c88b5a27c80bce28a4494f1bd29ce00779399b0a79dd3e0c69897381bcd9a10b79f3f92ee40d160a697d7d19d2ee510d697f741fd2a1a506e9e409205d173b215d8fc090eefcb390ee8a5ec887554d909e83f9909e4385909ea36f203de92448ef5304a42fe817a4ff931c32e0f61032f031153200b902197cf10632f6f724648c5f0e9958ff10326905827c3b170399f258864c97854266ab72217f7eb843162c87207f5f89219053e510a8c66b082c311c82787b12823add05c1dcdf0ac1bcbb09c19ba943f0360d10026d1442d4fb0a216eeb8790366440a83b4c218c53df210cee2084f9800b613d4e827076fc8408e52488c8bf07221a0540c4b42d10698d0944e6920a915b6b42e4b75743147a1e9045affd90c53fce5095f52ca8aaed63a85a3d17aae16f085d8fc343b5cd0f41753d55a01b79e6d02dfbaba15b8e0640b73ce8876e79bb19bae5d32da8def836a8bef10c741bfa20747bab3ad4e0630e746fd201e8de2711d07d96efa0fbbe2643f71f390d3dd8ad06358d1b829afe0d869addac839afda140cd8f6a41cd3336432d6a2e422da17fa096e82bd0c3e75e40ed6211503b713af4888305f4087e05ea945a067509f6871edbfb0f7aecb90af4d8ebd3d0e38dda5057f3c750d75975a8073013ea01c2404fc073a127bfcf423dfb3ba03ee10d501ff467a88f90093d93f70cea77760bd46ffc1ed48f858406941c8406d5f840cfd9a841cf295e4143acbf43437e2aa0979ecd42c3beb643c37d11d0f02b3268c4e64dd088a6f7d09b96aad018681934eec93be8ad87e1d024fb2c6806ab0a9af9cb0f9a655a0bbdefe709bd9f5605cdfee90acd5d8981e685b442f3421ba0053f66a1c57edad0e2d9c7d0120a025ad6ab84563e0743ab64eed08727df431f26a8416bb52e426b9526d0da952568dd8569685d461ab46e3c14fac8f80df4911718faa80904ad0794439fab2f409fdf7681be90d6435b6692a0adbb5e435ba7dba0eff5aaa0effd53a16d337868fbc603d0f68306d0aea06068b7ea39688f473ab4afa1e93f38d0812007e8c0732e747065113a626b021deda242c76254a163b533d0afe7b640bf81af40a7af194067efa3a0b3e017d0ef7bd4a03f7d9ca03f6f4643ff54af85ce5f88812e1cd6852ed8f0a0c0dd2828488680423e0c41217d1550e89656287c68008abc6e0445270e4131015228a6641e8a99a982e28967a0845c3c94e8b4094a6c4e8692122450d2ad9d50d29bef50b2da0f2865db5628b56d3d94fe5703ca6048a00c961394b5530165bd4b8572dee2a11c191fcadb0e81f2662050c1995750f15232544a1d80ca767c80ca1862a8fc852954b1d71daa886b852a80bfa18bf52bd0a57597a04b0fd5a1cbbeded0e5472dd07fbb42a0ff4ed8c254f23c61aac6b93035ef7fb0d51b0760abd119b0b5071fc2d60345301dce27d8c6ff26e28ddcfd303dc3b5303d41186c6b69234c7f76376cdbf919d88e9093b01d8987617b6cd6c3f69c7683ed4118c0f646d6c3f612cec0f6ad3b0ddbf74c1576e0091176e0e50198d15d12ccd8bd16662c02c14c34d2610717003033f36f30f31d7498f9e99bb043d1d76187caffc0acbc7ec3acaecb6136357d307bcd39987d1517663fe10373b0888739fba9c29c5f1161cea42330979728d8f1130930b74fbe3037d02ccc23c400e601df003b71f126ec54fe1598efc247982f3715e6bbb804f3bb5d0af383c5c0fc6540d8d9c0edb08002342c80a70b0b0ccb81056dd80e0b7af21016b494010bdeb509766e0b04762ee923ec7c211c76fe7915ec3ce002ec42a70c76a1c70b764936040b05ad8585453e87854d3e8085292261e1dfdc61114f4b60577747c2ae3dbf098bd2ff058bb60a844503a4b01b6fd0b01bdfbd6031214a58acbe012cb6c41d16b7d30716c77c0c4b6068c16ee59bc06e5b5bc2921d6fc252fc76c25262426029ec2958aa950e2c7dbb092c13a30fbb1ba909bb1b5302bbf7ed2aec1e783dec9e341796b5ba099645f908cb1e9f85e5763061b90b5ab0bca472581ed00b96dffd19960fcb81156c05c20affd4c08aca4360455c32acb8e014ac78540f56aaa2052b3519809566a9c3caf65d845504c26115f42158659f26aca6f437ece10e0bd843882fec911d04f6088a833da9b80dab5f9507ab0f38037b3a9f066b082a80353a08612f3619c09a10c761cdf1c760affc36c05e110ec3de6a35c1de7919c1dabe2ec1dadd3ec23a6c86601d9f16605dfee1b0aee60bb06edff5b00fab90b00f5ba4b01eb56a58cf3337585f8603ec238f01eb171ac33e8d1d870d385bc3864e1f840dddb80e1b4a73800d3d54c246f2c760a35df3b0d1317dd8e7f1bbb089353eb0afb914d8e40f2e6c12ef0ffb96751df66d3a1136b5fa3d6ce63600f64b0b06fbe5b706f6eb0706f64b6e0b9b3bad84fd495f84cd57df87019ebc8181025a6110273718e4e30d18b4670a06ef3682210acb6188879761e8010f1836781d0c9bb70386fb5308c31f0981e12ffe85d1531361cc942c18fbf0231847ce83f1ea3ec078d34a98e0d35e98c4f21f4cd2120593b9e7c014ab7b610a49264cd9bf1bb6f43e1bb672b103b692be13aeea3e06577bcb82abeb44c2d5db1be0ab7501f035bb23e16bd26ec1359fd3e09a136cf8bab7def07583d170ad6e0db8b6fd285cfbe32eb84eff0a5cf74e397c63711c7c53c22c7c53ae18bee9f929f8e65557e05b1ceae15b7e6d856fb7b5876ff7fb0cdf817e05df1db604df13bd11be77e323f8debfbfe1fb8276c0f7b539c0f77779c10f3c69861bd905c18d3c0de046e24eb8894736fc20fc26dcb45702376b97c1cde44fe1e6bea5708bae3ab8a5e909b8557619dcda2b036e7d9e07b7d97f116e7761166e7fc1097e8404873be894c21d7403e18eaf54e0479b76c28fb64fc08ffec9803bfb5d863bdf3b0f3fee2b81bb5a95c25d9bd6c2dda774e127d4e0f01376d1f013d90d70cf0111dc7374057e6af56df829f41cdc77f313b8ef819ff0c0ab4c78606505fc3cbf0a7e71c6111e9a36060f7d1c0a0f05e9c24399e6f0cb8b30f815ff15f89522023ce2e500fcba210d7e7d72181e4587c0a367cec3630e14c3630a6ce0b7e2c0f0449d8ff0440b3d7822e7383cb9de129edc780f9eb69f0f4fbbff019e0eeb82a7cb46e0197be0f00c01107e57b5169e9d7a129eab9f08cf1d8d8117993e8717fd7e0c7f104a803fe096c3cbf7fbc3cbebe8f00a933ff00af7cff0eaf65278cdfe77f087b7d2e08fc7cfc0ebb552e1cf3c37c09f753c81bf4c20c25f2b53e06f6ae8f0d62bffe0ef1dfde16d277ce06d185b78dbf23578bb613abcfd6d09bce3e80f78c79dbdf01eff05788fb40cfe111b061ff2d80c1ffa98011ffe82808f50cde0a3237be06347c6e163212ef0b1fff47fbe86877fb1fb05ffca8f854fd6f5c0a74ebac1a71ab6c2a7c9bdf069e157f8b45c0b3ebdfc153ef3201e3ec32a827f5f9703ff19ab07ff4984c27f5bb6c27f1f96c27fe732e17fd7f6c181e96be0e06dcfe0e0cb27e0e09c5570704d141cba2b130ef5a5c0b12e2670dceb0b707cd5663881120427d95bc219d737c1b9abcbe05ce526b860ed0fb800720d2e3618838b7f69c1c5441e5c16b617aed0f4802b4ffc862b071ae04ae075f822640cbef45fdd2e3175e14bcbef112a903684aa7f2962f58678c49acac7088d8a1ec45aaf718466490142b37702b1a1c219a173c10ca1f36b12b169cd2442cf4d0ba1f77808b16d9b04b1ad7718b1f3c63384415e2162cf8b4388bdcf63117b492508236820c278640de2e0973d88837f5c11a6be57101643f908cb19378455d771844dd96b841dec30c21eab8938f24715e1e0730ae1d8bc157174b903e16ce18e70b6d542b81812112e217588e3eeff10aeec31845ba704e1bef12dc23d5a843879c40971b23c0fe1796c13c2f35f0ae2945e23c2eb7200c26bf01ac2c7a41be1eb3588f05da122ce6871107ea73808ffb964843fc9181110b61d11388641046dba8a08aafa8a089245228245498873391f1017d6c6222ed056232eaa0b1197b6cc2342cdc888d0a49b88b0b52988b09166c4950c7fc495610ce2faba3ec4f5ab6044d42a2922ea5223e246441922bec20891a01d8048f0f98a482af140a45c402152de3310a9a72a1177162a1077881988bbc923882c83284456e511c47dd3e788dc9bbe8882731e88a21c1ee201ee12a2389f84287e188d2806af46944e8e224af96044455a39a2f2c86f4475d11b44cdd527889ac7b58887d66e885a8f76c4e375c7108ffd86108fe7ce20ea6bf410f5ed4588a7ab8a100d6027c473d00ae245da10a2a9ec39e2153d1df14afe13f1fa8a1fa265e526e28d410fe29dd73e44ebc71944fbcd0444e7fecb88aedba388ae4771882ea506a2bbf61ea2077e07d1fbcc0cd18719467c1c9946f41fed470c5ccc420c666421868a7e208639bb1023513710e3ab0a11e36175882fde52c417942a6262af0f62e2f657c444f579c4546617628a75153143fb8e98fd628c989d8c41fc005d462c7cd7450050fa08e08e070870c5630444f73b02baa50901bddf8f406fb98940278b10e84fb508fcb1fb0812ac0841d78e41b058fe08f6a93c04bbbe12c1693e8be07f2c45087e6723442b5f11e2415b8474720e21db348e901b542196c2f888a5f004c4d2fc306279d71fc4b22b18b1027043fc4bc02355f246902a4b014875d800521d0e47aed6798d5cebb688d4722f436e78a485d48e3547ea4efd46eafefc83d42545237597e2919b389d483d591852ff6409529fd38edceeb00bb91df011b9e35d0b72974a077297791a7257f22472cfed62e4de85e348e3cc6b48938346c8839b9691a6bd3548b3fd28a4d5f525a4f59355c8c3a37348db4d22a46d4836d2bea806e9e8f21579d49d85744ad4463a65b6239df392902e27d148977b7648978a49e4b1c8e7c8e33bb590c7af9b225dd35f20dd03ae233dba03911ebd9e48cfad6948cf8fff90a7d6de457aa9e820bdba6690a70d9a91676261c833355f9167fac148ffa77dc8b34a0c32e0421032b8221c19726d2df2d2e3c3c8d003a791974f2c202f5ff88ebcfcbb1c79d5a40a7955118fbc56d780bcc6e322af276722af3fbe8d8cf2e942464ffc41de5cb9888cd956828c296845c6c6ae46c64ec723e3b569c804f5ebc8841c3de4ad0302644a491f32a54a0f99f2ca0b99c97445ded54a41de7d2945de9d2b4466250990594814323ffe35325f790f5998198e2c04df4116223490457f62900fcc0290a5c9c9c8d20faf90651d4f9015a5e79015d80fc8ca335790350939c8ba344de4a32320e49393bb904f422d91f5372390f5e32ec8a70eb1c8e70b6264f3fe5ae4cb2455e42b5f02f2cd867fc8371133c8777d6b91adabae21df9f8b42b6af798aec7ca18aec3e014376df6c467e60a8227b54a5c89e3f04646f1c03d9973587ecabb246f6a1e2911f1ff822875eb62387dbbe2047921f204750d6c811ca11e4e8e567c8cf6b78c809871ce4d7430ce4e45135e4e48d54e4d49737c8e9f96dc8ef3436f2879f04f9f32d07f92b8487fc554240fe3ef20439f77c35f28fc630f20ffc03729e8147fe1d3541820a549020a91612dcae8384757723e1370a9070601b1215f61489ba518344eb0291e84bf648cc540d121b158dc48e3521f18a0124d1f12192b8328d242f3c46d27b8448c6dd512463d81ec9904c2299f259247b5c0bc921ec4672532b91dc8caf48deba1ca4a0f90c52183c8f14fee623c563d790521f0da4948e424a574691b2cd1348f9a77348f914082997c52115de78a4723313a9dc9ff91fcbc8c535df90cb06b6c8e59068e432e50d72e5df33e43fa5274a452040adda9c88521d4844adc6a9a3d6a89d45696872516bb759a034b77e4269ba2da0d69178282dbe0f6ac33e126a43640e4ac7e9084a67ec3b4a77f52b94ee64096ad37a07d4a60c016ab3660e4acff42b4acf2f02a597fd10a537f219b5957d0fb5951f83daf69988dad15080dab9b71ab5ebf25fd43e4c096afff46ed401e432ea80128332ca93a08c5dd6a14c6a6fa0ac27da5087c337a10ee72050f6212f508e19bda8a3c81f28f71dcf50eec6a751ee87b550ee547794477432eac46a26ea84d400e5b93604e5a96b87f2bc721ae549c8409d5a6b853a256841797f02a0ce306c51fee0cba88018002aa0ec2c2ad0f6152af05c192a689a8a0a69ab4585406fa2428df6a0423f315057a53750d73437a022d75c425d1fc0a26e240250b17b77a3e276d0507154242a7ed57f9535780d753b54814a8ce1a1929a3fa392dd035029a616a8f4fff6dc9904a3ee2e5f4365e545a1ee677d44653b1c40e584e150f96c7f5481ca1d54d1bd51d4833d3254c90904aa4cf21d5559cf4255bdaf44d5e83aa01ee6d9a26a7b24a85ad266542d9f87aa3b2d41d5c59c42d50dde413d721c41d55f2e42353c07a11a8fa8a11a337251cf520fa19afe45a25e6df98f4371a8964d37502d2114544b920cd532741ff5768b36ea5d4718aaf5fd12ea7de82b54db6919aacbe915aadb1089faf09fff1f803c548f571aaad7e023aaef403faaefc62954bf8481faf4fc236ac074063538a08b1a5e26a346eedd448d5285a8311722eab35612ea5b7c236a2a49809abe5680faee7708f53dc807f5cbfa2e6afe8f0fea2f188b027aeba180e9ab51c0f73128d0bb5e14783c1505cd7244c1b6a350b010360aa1d044214d1028e4f3c728d4d07914fa741d0a33dd80c2e64a51d8a1b7289c2d04851765a1085d2928b2fe0f14d91b8ba25c06a0985bd451cc960214fb572d8a830b44710f3050fc5d6014df4a1b25f00d4409a27a50e2873d28c5f62f28c5b0356a29460fb5f4ee2e6a85da8a5a6172d12aeb8fa35567bfa1d577b6a2d5cb9ea2d74c94a035f65d476b585aa3351638e8b549e168cd9e7be8750149e80d0e40f486b14ab4f6bc175ac7a90dad736d0f5a77e02f7aa3ed187ae3f8247ab3a92a7a73ea3ef4166c3e7ac7d530f48ebfe7d03b27f7a1776925a30decf2d00623ede87d5b3dd1e68e6fd196af63d056f511e8c3f637d036db0dd136378ea2edca8cd076dd0d68c7a7e668274b4bb413028e7651f2d1c7c3c7d0c75fb4a35db56868d7070568f7f10f680f562efac4daefe8135f7ea14f9a76a33d1d2ea13de58fd0a7c29cd0de4d19681fdc4fb4af9627da97bc0d7d461a88f6df6980f6af8b42fb8fb2d101bf56a183bc83d0c196cfd0217b02d017b4c5e80b170cd1176fffd79640f3e8cb659bd0576edc405f35304147eeb24647ab9f44479b3d42471312d1372ea2d037472bd0715e2fd1b7b6d1d1b74cccd0b78863e8db9bc9e8c45b2de8c49931745af16774bae569747a43073a23d1149d41cf40679aef4667cb69e89cddefd179ad56e83c5128ba4023145d94b811fd40d515fd4043882e3dd5872e7dec8cae4c7742573695a22bb14474757d17ba663e09fdf05413baf6e92cba56398fae8b788d7e1491867e7c2b07fd1c368c7e91538f7e413c806edaab8d6ea28fa35f15f7a25fbd7b837ecd3141b79cdd8b6e795d8f6e1178a2dfaa9d43bf5db7807efba40efdee2f1efdfe581eba7d1f04dd0b5241f7adf4a13f46d7a03f563d437f5a93851e5867851ed8378f1ef8158e1e4c6f450f2d49d0c32a59e861f54de811a7b3e8d1cbede8d1fe32f428d9133de604408f456d438f4fd7a33fcff4a0bf6a8ea2bf2a33d0934663e86f4e7fd1dfe4bde8a938087a2acf17fddd7e19fd1d5b82feb96308fdf3761ffa97df4df4ef3d9bd0bf0797d1f3473ad00b92303470e2371a14e38a0697ed414354bcd1d01bf7d13048081ab1bd028d78918a46bc14a0917a7e6814078ec6a464a131c3cd680cfe281a6bf30e8d3f8040e3eb3868d2775b3439e2069a3c1b8aa6dcc84253d52ea2999c313473e5339a7d908d66c7baa2b9bf2ea3f9860a343f86881609c3d0b2313c5abe2e112ddfd28b96fb9aa0956e93e87f6e37d1fffc75d1ff50408c4a2e03b36a9084519b4361d6ac01613462c730eb769fc26c583e80d135dd8cd9d4b70fb3e5c17f50b660b650ab307a1e74cc56c37eccd6e729981de3c6981d142466e7adaf989d20296617b004b3a7d50eb377210c63086062f65fa562f62b533007ac5c3046fd6618e3b5b618e3ed43189373ef3026697730079d1731a686df31a657123016efa898c3176518dbfa608c83f13cc6697f07c6e9c0138cf35420c699b88271d9698639a6c1c61c6377618e712f608e9f22635c55ee63dc8c6f60dc1d85188ffe348ce74c2fc6cb2a0ae31df319e3a3c460fc9e32307e4a29c6bf5607e3dfa1860970d1c60488ef6282bdbf6082275630e7447f30e747f431e7655b3021d965980b7abf3117b78231a1dd9731e1277661c2e3033097879998abcbdd9828601be6a6f32e4c8c7715269e1a80b915700993a8fd1d93ec1889497ead8d49197f8b49affa84c918c46032bbee62eed8db61b20c3e60b2ea3c30f78d5d31d93bb76172ca8c31396fdc3039bfec30390b07317941724cc1b61b98077b53300fec0098e26d5998e2db2b98e2112b4cf1cc654c29f621a6ecf71e4c796328a672370053b5d289a9f630c254fb3763aa67f3310f4d1a310f1b1e611e5dcec33c1ac2631ecb15982751124cfdee724cc39808d3183f826994e9629eddde8c795efd17f39c608c79212ec6346b0f609ab33b31cd0c37ccabfd7398d769084ccb4c02e6cdaa644c9ba402d3058cc474ad00311fbe6561fa4a7d307d3d36987e1b1d4cfff82266e8ed29cce8f764ccf8640de6cb521066e2b80fe66bb43566d2761433f9b60a33657e06f3fd6426e6c78efd981f007fcccf946f985f9b2c31bf9e0f63e6c2de61e6bec03073a44f983f1b16300b3a5a98056f5dcc42782606b0ca0803b0e060004e061860d12c0674a91603d908c240021a30908a0318e8566b0cf4be1106ee7f0883329fc16095a1189c432506dfb40943518bc25046b1186acd3486e67a07c3d86e8361fe32c2b0ba4631c2b94e8ca8f52746843a8c11479860c491408cf4522f465e7d06b354740db34ce8c7fc532bc4aae45662d5af5ec3aaf74f6357af6ec6ae9e5a8bd57019c56a9cccc66a82d8d8759dd6d875706bec7aab2aecfab835d8f5ac4eacb6bd0a7673453856efc97becd69b4fb1db1ffb62773f1cc0eeeeacc61aacc9c0ee313d88ddbfa71bbb1f29c61acdddc71a1332b126437bb0a6cee158d3c446ac29b0086b7ec7197ba85981b55a7c8fb56ef5c4dae86a636de41fb0b6e6d958db5414d6cefa0fd6ee3e126b4f7f8d75b83f8675daa58675395685752bf98b750f3d883df5ea2ed60b7704ebeda28df55155c19eae43604f33a2b1be9662ac6f8a3af64c7532f6cc1f6becd95567b1674dc5d88086bdd820722b36f85b1236f8fb66ecb9bc5eecb9ae2eecb99f2fb0174e55622fdadfc05e8cebc65eeaf3c25e42576143f117b097bf9ec35e613560afbedd8ebd767c2f36fadd43ec8d274fb037591fb0b10661d858dc2a6c3cee36f6163f069b68b21b9be8cdc126a14bb1a9772f6153c7dcb1f7b2be61ef15ddc5de833862b39e3960ef6f2361effbbdc1e6983a6173cad1d8bc430c6c81ae23f681290c5bf2772db6ecae1fb6bc938d2def5a8bad18cbc356ee5bc2561f71c156379b636b8c62b1b5b777626b3f27619f140e631bda27b02f028f619b1fedc73633b5ff430ffbfad45dec9b93dad8b797bcb0adb613d8f73b70d80ec39fd88e98bdd88ed90fd8cef7efb19d5d65d8ce2f13d82e431f6c57c5436c77b621b69b5d8aedb91f8dedd5b982ed351dc1f6e68761fb9e2562fb1bacb09f04c1d8a19703d8a19951ec7050127638520f3b72f10476e4451f76ec2c003b56d988fd7c968afdf2ae193be1a5869db892809d883f839d98e263bf66ecc07efdf51cfbedaf123b6b4ac0fe908bb03fb3a2b13f9fbdc1fe3af711fb3b4805fb3b260cfb3b978f9d5b751e3be7d4835db8368afd7be432f6efd120ecdf281b2c8041c0023f5ec3824e3ec4826fd56011378e6391ef17b1a87387b178c43c966071024bc88bc4926fa1b0f41d0958f68d2a2c7b4013cbd9538ee5cc0e6239fcf758aead13566250859558eb6125d3a958c9afef58a9c651ac34db002b4b3884951f7e8395db6662e5ef1e61953b6cb14ae81fac92e5845dfcc6c42e5dd4c52e5fda87fd87d4c7a93abec2a9be57c1a975bec0ad7956865beb05c2ad2358e1d6efa8c6693df1c16d1056e3749e19e0368aa3715be2cee3b66459e3b66a35e3b65ed4c0e95f6ec76d53bf87dba601c16d3bfd1ab7fdb63b6efb975cdc8e17ef713b0ffae10ce2c6717bbe0ee0f6c76dc11da0afc219871170c6b32b3863c139dc419dfb38d31a29ceac9f87b31404e30ebbbcc6d9799071f6064638fbb0c33807462dcec52b10e7c2b8813b7ebe1977fc4232ce750d08e7eaf212e71edd8d73cf59c2b94be370277cf47127682338cf483d9c27540777aa7000e7b3790dce67e73f9c8f7928ce273b03e79b59813bbbb91977b6f50a2ee860162e68ea212e78cf4d5cf099325c70f908ee42fd03dc456f312ef4940b2e34b019179af90917debb0777d9b8087745af1477f5441e2ef26832ee7aca59dcf52f005c94ab1e2e6ada09178d75c64573ba70d12b85b81b862eb81b3df3b89b9d43b89bbfefe362c60c713134162e4ee70e2eaef1072e3e0283bb75df0277abf7232ef15d292e69e6232e392d07979ad58a4b1bd980cb88d889cb10ebe032cd4fe0329ff5e2ee6925e3ee77e5e1b267e67139c681b89cf2145c4e2f1897f3771c97fb038dcb0be6e3f25b0fe31e8c55e31e80fb7125b61b71a5c455b8324f0b5c794811aec2f425aeaa2e1e571d9183abbee1817b645e887ba27e00f7a43916573f6b827b9abc15d7c08bc5352c3be15eac21e35a9c1670ef92f570ef0a5c71ef0fe4e33a2203701d49d5b8aee020dc8778735c8fdf5d5c4fc04b5cefa11c5cefaf525cdf11335c5ffb6ddcc7ba37b88fa003b8fe003ddc274d17dc40841b6e30b8033754761937fc81851b313a821bdde98c1b075be2be2c5be026b6bae0be4e97e226d5fb70931baee0264b0a70df46cee1a66ebfc44dab9cc7cd5858e266707771b387c5b8d9c94bb8ef0174dcf7f83db85f7b56e17ebf90e0e60ad5717ff66be0801b4771401b2d1cf07e230ee4368e83908d71b0941b3838351887d43a8e436ec0e090793e3864933e0e39b80387b649c5a193f270189b2b384c450d0e4359c6e1015938c2021b477c7313471ec6e2c8901d388a0f19475b771ec75abb11c7e9ba85e3d90de2f8d2341c5f368313e2b7e384ac1f38514b1a4efc9c84939d6cc0c9ba36e2165f18e196370071cb0e78dcbf2396b87fb34678d5f91d7855121daf965888574ff1c06b588de235dc46f19aaf63f11b1868bcb6b91d5ec72918bff15b197ee3dc2afca69ddbf19b4db3f15bd769e1b7ee44e277d65be2776b32f1bb7dc2f1bb897cfc5e95637843372ade30b4026f38f41b6ff8351fbfcf2f00bfaff700de28743ddee89113def8b416deb82e1b6fac6cc29ba459e24d9e75e20fba3fc49b16b6e0cd5aadf1e6d520bcf91722de9a29c11f9e28c3db78cde26d3796e08fbc44e31d8defe31d0f5be18f16b6e28fd6bae18f7e3a8a7759751f7f6c7f31dedd61167f722d01ef157408ef1d9a8af79388f101e59bf0014a7f7ca0770a3eb076091f9483c4877c1cc75f88df8cbfc8ebc55f0275e243b77dc05ff632c147ac2bc747d89fc75f0d90e1af2a34f0d7f2abf191b939f828bd317c540b151f7d7c1e1f4d7b8e8f89e7e3636b93f171e6fbf0493a7ef8e4db4ff1a96ad7f1993a5bf0998327f0772387f077d117f0f74a6cf0f7436ee2b397adf0390d0ef8820802be10b60f5f4838882f223fc3172907f0c590447cc9f61df8b2e6027c99488a2f7f9d8eaff0bb80af0091f055e3d6f82ac110beaee40bbeee592efe91591cfec9fa35f827f707f14f0d5bf04f879ee31bc4b6f8c62387f18dd968fcb3bc66fcf33432fe799606fe79e3017cd3535f7cf3c7057cf3cc3bfcab7b2ff16f084ef87794aff8d697e5f8d64115fcfbb1707c7b3206dfa9ae83efb421e13fbebd82efbfbe17dfff6a193ff267093fbaf52c7e74f03cfeb3f957fc8497197e7273037ecac31f3f0d3f819f85b9e17fd8d2f1bf5e75e07fab4de381f59978c8a16378688b351e8608c1c37572f0f0abde7844e2081e8959c4a35fd9e3d1e40f78fc135d3c9e7b0b4fdeaf82673a61f14c4a369e55f215cfdef517cf9e2ac0b391ff2dcf7cc7f3d60fe2f9692578e1c036bc1025c08b3651f09295ed78799a115e39bf1bbfd8a68f5fba7117bf54fd07bf8437c0af9cf423a874fe22a8aa8d13546d4d08aa9f0e11d4c73509ead456c2ea487d8286fa20416b3b9fb041c623e8869f27e83ed0246ccc99246c7c394fd8fc1042d08ffe48d06f8512b6319e11b6bb851176b87e23ec32fb4730fcf285b06fb49f60a4d94530f2fc4d308a55128cbe96118cb5220926afcc0807cbc209a6dfe804b3b24d0433f420c17cd9997068389c60697a9660b5bf8e60bdd997605da646b0e6200987a9fa04db7752822d488d6037d74a7088ec23386d00139c4f6e21b81cdb4538761a4d70bd3d43706d7a4570fdaa4a702b7c4c7027c4134edcd3219cfceb4d38f5f624c1eba72ae1f4073bc219cb1f84006b102138c885703e6435e1fcc5b784f36f61840ba1bf08175a9b0817ba6d091793d50817650984d0ae0c4298c34e4218fe16217c5b34e1724b032182d841b89e7b891035cb2444ab0e10a23772093760b6849bb14c428c6e142126ab9810bb1b4e88157a11e2cee108f1f6f709f188164242891121a1748690182e21a46c5f4548efac2264c6fc226466cc113211444226a7997047c123dc3d4227dc3df69370b78845b837e545c83e2d25e4bc6f25e46f2e241470058412a229a1cc5f975046cf23549c7f46a898b52254ae6e22542d5a10aaef69116a1cfa080f23fa098f8ee7111e6b1c233cf6bc4a78fc668ef0786e9e500fa827d4b3fc088d13f98477b7dc09efeefc26bcc3c908ad1bdd08ef795a8436ad3d846e8f43840f3fbb091ffe7d24f440b184bebd1e84beeb7a844f59eb099fde9c200cf207094395ea8461cb34c297cd18c244f459c257d5eb84af840ec26436813073444e98b91245f8bed183f0fde70ae13b2991f063f522610e9947f8035c24ccbbba12e6233f12fedeaf26fc6d3c4400d41f20fc374d11800f190410ce8f00db524980d9d51110655a0444df140109ae27a042771150590d04ec81ed0482d56302f1e01502f1eb4b02e35a1981e9a14d6046f209ac272c02670244e0068d12b8fcfb04de0a8d20a4cb08c2157b82687f1c4164174e10416504f17a3382f4d44f82b4578b208bbf4790350612e461910445b62a6131c98db034fe9cb06c5c425829c51256264308ffec9f11555c60c455365f886a5354e26af10871cde306a2868929510352405c7ba88fb82ee53051c7bb8da8ebc5256efed044dc62ac42d4cfbf41d46fe713b7196f216eaff6226e17a088bb57391277d7bd20ee4675120d3ecc12f7741713f708668886fbec89fb4da288fb4fad221e38644e3c50d245345a9d483451ff4034f9d64934bfb7483c341847b4dc78926819a2205acaae13ade296895635c344ab9f4e442b600bf1707431f1f08c0dd146ee4e3c72f513d1a1d988e88057233a464d125d7a77108fd79289ae6efa448f8715448f868bc4131443e2c9f39f899eae60a2e73b75e2a90434d12bb686e8fd4697e83d778be8e33f4af4b92b239e56bf483ced144af4bd4427fa3e4925fa76a412fd2aca88015e4789e75bb58817263712c30e1f2286b95b11c32744c4706c22f132044dbc6a8e245e8b1d24466aef225efffa9d18ad7b82189df68f78e34931f1e6c722628c530c31eecf196242c414f1b6f20031e9592e31059f454ccbde474c2fda4bcc387c849839d342bcb3cb8578af682b31cb8044ccd54c27e61ec2137343038845dbab8845b9a1c462572cb178894e2cd1712396f271c48ad37ac4aabd5f89d521d78935071d890f8fb7126b9fda131f6d3c467c94bd427c54504e7cac5e4eac9f584facff7586d8606e476c28f12536be784f7ce917417c73ef2af1cd2b33e2db7b0788ef2ef4135b27ef13db06df10db3757133bed46899d77b389ddf7a9c4de8d11c45ec13b62df3f2de2c72017e2c7d918627fa10bb1bfe71db17f8e4afc9459451ca8ed220eaab71187797b89a3be6dc4f1e2dbc4cfbc02e217071cf19bf723e2f4770a71fad726e2cc5d1c71e6b72ef1e78bedc49f8811e2ef0c47e21fe80c7181719a08fc564904857c22822e151141ff7489300b7f22ec8f0e11f1e32411a9ae42441abe2322b9df8998a53d44c2e72922519c4f2431df10c9224f22dde9269139a34d64af8b23b2bfef2572a551445ea50191c76827f2b7eb13f9fec788623d77a2dc77155171f92d51513741549a5d272e3e7b4e5ceccf232eedf1202ef59d272e6fca252eff221057ec66482a7539a4550fa824557f20496d4d05698ddd7b9286611749d3709cb46e5d27699dd50f92969337496b613f69c3eddb246db23d6933e612690bee1649cf5395b4f5d11ed2d6091dd22edd75a45da310d2ee4d00d2ee980292c1e54692c1132fd2015b3dd281d72749c6baa12453e74324cbfc0892d5a337a4c3505592cd6c39c9ce8749b26ff3211da59c211d155e253977ce935c1cdf925caa89a4e3417624b7d6d3240f4f6b92c7371cc9039a48f2585e4f3a1185229d34ef249dace8269d3a914af2527d4af2ea384df27e39443a8d6a27f9a61c23f9e6d5907cbb6d4941558f481777af265d1a88245da2bf2585edad2185d5dd215dee2c235d31cc245d213b92220cd548d7bca1a4c88dd6a448d34ba4ebf7424951e67c52b4d77e5234bc9d7473be861493bb8b14cb2a24c5f95792e293c648f18355a4840175d22d1f3c29a9c88594b2b48d94064f24a5f12349e9661f48198792491976ada4cc7f86a43b8739a43b470f92eefd29226555b993b2d5bd49b98fe4a482113d5201779954a863417a90154d2aee9c2695bb5d2155c437932a9b37926a3647906a4fbf203dd29e213db9a44faa2f3226357bed24355f7426bdc476915e9dfa416a697420bd49a825bddb2d22b586e9925aff18935a31e1a4f763cf49ed56c6a4ce105352e7089dd43ba54fea3b124fea93fa933e320b49fd553aa4b16f41a4315914e9f3ad1fa4af6ffb495313b3a419ed60d2cc8f0fa4ef628dfff84dfa71034afa4d8a20fd61d991e6ef599316d0fb4900032909f80c4102d7049360894b24d8883a099efc820417d249c894461296be4422789d2511e6e924e2fee324a22982449ef94ba23ad89168975f9168315012bd564862df692171c26f9138c80012bfdf9a24301c25091cb549a2b53124317f9624fd2d27c95ce024b96c892457c6919411529232ba81b4a87e86b4985f4a5ab296915662fb48ff1c9c49ff4e7a90fe95c592556e6c22abd4949155d3c164b5c005b25a593179cdc129b2c6a4195903554ed6fc1e44d6147e21afc33b92b57c06c9da67fe92b57bf3c91b1bbbc85bd4adc85b0e5e226f250e90f58fb591b76dbf45de56b895bc2327936c14114836fa124d367e124b367d80279b6d35239bed4b229bdd4191cd69a9642b7b3ed9fa5621f9b06f25d9dea0917ce49926d961c30eb2e3fc4bb28b491fd9c5de927cacac91ec8a91903d02e5640f7408f9249f44f6f40e279f1ad224fb40a2c8a7d76d229f364d249f6e7122fb5af490fddb8f92cfae9292cf4a95e480136872a0c5117250329b1cb474801c6c7d841cfcd08e1cfc46937caef82f39e4602cf9427908f992da2e72d8c6107298812339ccd4831cee19480e178e93af602e91afd014e4ab1ba6c857dd93c9572ff990af39ea92afb9b592af8dfe265faff9408e525190a39c30e49b666bc9b1abdbc909670f9013d001e45b91d5e45b0fecc8b7bf85909352e1e4148d42726ad06972eab5d3e4bb9d3de4ecd836726ed335724108845c10ab2417314e921fdcad279798bb904b5a93c8a56636e4d278437285fd2172957935b90a1e4aae16a5936b2a5dc9b56f52c8b5fd28729d6928f9c9309efc347198fcf48e37b921ef03b9e18d39f9194185fc7c114d7ee12625376f0b2237ef60905f29de935f77b0c96fbf8e91db9e2791db3d06c99de906e40fe06a72efd66072ef051d72ef0b06f9e3b734727fd030b9bf6637b91fd2401ebc25250f5d00928772cf93879317c8c333e5e491d7c5e4f15e4df264692779aa621bf97bff5ef2cf887af2afd909f26f4f38f977542ef90fdb9fbc90c225032e0ac9c0c1403228b78a0ca233c960ed2e32cc428f8cae482763b672c898bff364ec7307324eb5934c88cf21134f4c9089b85f6492fd5732f9831d99126e49a6282dc9f44b866446da1932b3f22599f52191cc09b725733547c9dc6386647eb10759b0d6882cc8384716cc3a9105081db2f0db3059286a218b5954b2643b962c5b6823cbdb1ac84a9551b232239cbcc8869397f6979397feab99e5dd52f28aea14792560074585134d59932da1684ccd51d6bad3299a7f53299ab20f947577b652b46afe5036a85fa1e8fcbb40d18d784fd12d415336ed1253369df4a46c3e6d41d9fcfb11658b2f99b2a3d499b2d3620b65d7a96b945d2d18caaedf1728bb602d1483c3c314835f00cadef812cadea2248ae1464fcafe9d1394fdd90394039a172907aa7a294631fd9483673753cc1e832987825f532cf13d142baf0f14ab577c8a153a8272d86a8062a31d43b10b6da6d83dd2a438840d501cd766521c7576519c7a13282e87d329c7b433286ed24a8a9b1c41f188394a3961e4483931bd8572d22f88e2d5e044f18d50a19ca9f94af17b7097e2d7974df15faf4509f4b2a304c6ba508233a728170eaa532e02f6532ea2222897ca4b28e1475229e1835d942bd532ca553a8672edac0925f2a03325da239f125d1c48b97930837273d09e124373a5c492c49484d131ca6df7139444cb5594f420274ac643362533e42425536c4fb9a302a464ede8a66459dca364d5c453eee7b650f262af52f288404abe853fa5c86a13a5c8eb21a5686403e5c11b7bca03848452b60e4a29b71ea7546cc9a154a63da454997fa154af72a5d46c9da4d4f80a2935928f94c6aa6f9467137e9467f039ca73610de5c5860b941797ab28cd39624af32282f26a1c4b79636c4f797bb19cf24e2389f22ee83de55d9421e59d3495f2debb85d2f6e7fa7fcc533afcfe523abd46285d4195941e981fa5774322a52fd38ad257b085d27fd193d25f24a47ca2dfa60c6e29a50c9ef2a10c25695386f28c29c3002a65e49c116554650d65ec9e8232f6f02d65ac6d82f2f94403e5737a39e573fb0dca172b0bca970033ca84ff6aca44e75eca44b71ae59bc56dca37b734cad4eecb94a9ea29ca0c8044996d0ea5cc2edfa27ccf4ba17cef4da62cf82d52fede08a50006a328806f180a30eb3805f4790705e2964a81547753209d872830fddf14d8bbd31478783d0571f70b05414fa420c9780adacd9a82251553b02b4f2904d82c85ac7990423e364aa1dc55a7d05f1da3307ffb53d84963148e0247e162dd29fc6bbf29fcea4f14e196308ad05f4891e8a45324a60314495e27451672962227bda72834aa298ab2cb1405b29db2e89045594cf1a62c0e275296d21d284b4541949507559495055dcabf8ac3947f825aeaaaec4b54f5b1c7d4d55525d435bb38d435573f5035522ba99a5334eafab604ea7ac679aa8ed61255f757397593de39eae6aa4fd4cd3f34a85b762e50b7ec7b47d52b6da36ef5f7a76e7f81a4ee849a50777b95520d366ea11abe5c43dd37fa85ba6fa1866a64a1493539ae45351ff1a25ad45fa31e5af5916a459ca1da1492a8b6c577a9765e8fa87681da54075019d571dd39aae39bfb54a796dd54a77933aacbb149ea71cf32aa6bf02aaaebcf31aa2be528d54dcf85eaae924375ef09a69efc64443dd588a37a5bb0a9deb461aacff008f5f43e23ea69a757d4d3090caaef9835f5ccbf36aa9fd11daadf4726d57fe70eaabfcf6bead97f09d4c0d5eba98181dfa981dddad4739b08d4f3be69d4f3dd47a9a1a327a8a1744d6a98ed536ad8e06deab58d60ea35ebc7d4c8ffce464e3753afeb5ea15ef7ada546bdb0a7de34a053635c4aa8b12fc6a9f16a62ea2d8235f5f6e46e6ae2bad5d4c484696af2a55fd4e4c17dd49493efa929e125d494962c6aea73576a9ab32e352d90494d2be351330a5e5333d74653330dbe52efbc9ba2de8f9ea1e6083e53f37e1950f3f916d4021d0b6a6119855a3858402d9c2ba3166dcea016e53ca03ed0eca63ef0bd442d193d4a2d59f0a596f52d52cb4f81a815bb1ba915ef4e516b51686add148bfab8ed05f571fb66ea93fd4cea93eb06d4a7b876ea53b292fa94f38cda00b84f6dde7681dadc0da0beba374e6d896aa5bedbd8447d9fe44f6d035453dbed1aa85dbbce533fe49951fbf48e503ffa5ea37e2af8401db0d5a60e3c8ca20e3d3c411d3ebd813afc2a813a8c815187258fa8a3863ed4f1382a751cdc46fdea9d4afd5adc44fda61d429d221a50671ceda8b3271ca9b30b5cea8f7b33d49f7903d49f4d1ba93f979e51e780aba90bc78da90bd787a9c0e4175460cd292a5819478598eda7224feda5a2df3ca062ecfaa998fa162a96dd48c575795171cbe554c24c0695c848a4d2dc0554fa56172add0748656e9ba5b246ce5059b2cf54ce371195df614a15ac4da20a7417a8a27fd95459db7baadc6d275531798eba78469dba98f888babc5787baf21d4dfd17984bfdd7374b538936a0a91a3ca0ad9eb2a1691cba4dd368394cd384dea1adbb38415b17fa82a695664ed31a23d136b432691b302f691bb09e34ed7e046da3b71a6db3c10b9a9eda346debad7cda56912a4d7fc89db6cdea2a6d5bbd096dfb4b3fda8e9e4db45d9a96b45d4b6db4dd77f2687b1eefa5edfd514833c4e4d3f61f0aa419377da7197f26d2ccf70dd32cb6bca11d523ad02ceb2ed22c15d9342b9787345bf208cd3eec07cdf1bc9476b4708476744197e6142ba439338d692ed5b3b4635d7ab4e3da389a6b863acddd710bcd9db4423b5199463b7996453bf9954af3f4f4a779fe5a4d3bf5194df3defd93e67df03acddb698e769a684d3b637789e667d349f3bb154c0b68c1d382622a69418b6f69c1911db4f3585dda7901987681944abbe4974ebb24eda285b6a5d3c25dca681125e6b4ebcd63b4ebe2385a547d35edc6e164da8d38312d46544d8bbdb38716dbac4f8b2534d1e21248b4f84c01edf6b12fb4c4a4395af2d9445a4ab6112dd5488f966ad9404bcbda404b036ad33276eda4651a26d132ddeed2328ba76877d669d2ee54aea5dd439ca2dd1307d0b2de7ca16521dc69f9a72fd0f2cf24d38afca8b412db365a497613ad34659956c6f7a595678dd0aadea8d1aad39d68756c3bda63cd63b4c7d45bb4c7828bb427879a69f5660c5a836c96d6f86e80f62cfe2dedb95129ede5f650daab020ddaab4238edb5e102ad652492d62219a4bdf1fa417bf3d08ef636d09cf63edc9ff65ee140eb7c334deb2a63d0bad757d0069d3b68431674da486e116dcc3e9a368edf4afb92f48cf6e55d0e6da2f4026da2ac90f675d520ed6b8739ed5b4c096d8abe91366ddb43fbd11c4bfb79f200edf7f173b43f178b698093ab69c00e171a10ae4603a2a834d0d9181a64d3031a24e20c0df6d68f062718d09092311aa1779c46fe788f46f544d0a893601a6d2d89c6b01ba3313dcb695c9b5d34fe7f22b04ca709033fd0c4e6aa34b15f134d66374993c5fda5c9278434c5f37734a53686b69430485b8e3c4f5b1ed840fb97ff8cae32ec405fb5f096aeaa7f8bae0aa4d1d5bee6d3d50462fa1ae57aba86589fbef667237dbd6f147d7d3985bebe7f81ae95d94dd7aab84fd7ee794bd7498fa1ebc096e9ba67fbe9bac462fac6905bf44ddb5ed2f50ee4d1f51ce2e95bff04d3f59f1fa0eb2f4fd377d882e93bcbe7e9bbc4c7e8061659f4bd726fba21ca91becf2782beafe42edda49e493fb83d986e9a374b373b514b3f649c48b72cbc4fb7acd6a05b014de8d65168ba75c751ba35cd966e9bf59a7ec4414a77dc1c4577b42ca13b7ac2e88e238fe947751ae94eabc3e94e3415baf3cd61ba33fb15dd59614a778928a31f7f799dee7a713bdd1d1f4d3f716f1bfde49f1b74cf8a28bad7413dbad78f05ba4fc20fba6f9a987ed6b89f7ed6e5103dc057971ed090460fb47a480f3cfb9e1ec4eda587b43ad2437e9fa45fb872887e5165847ee5f3343d22f33e3de2f9183de26b07fd9a74333d52b7827e7df5343d2af6143d9af2941e13dc498fb54fa5c725e8d3e3a3b5e9f1a929f4845fc9f484df75f4db8fede9c91603f494cd5af41449193d6d38939e2e57a3679c5f45cfa82da1674c62e919845a7ae62320fdbef971fafd17107af650273d9b1643cfd943a4e7aa26d3f3d664d3f34cc8f482bb16f4c20707e9856596f4427800bdc8793dbdc454935e4281d2cb3794d1ab0392e90fb58fd21ff91da43f2396d15fa84fd25f68cfd15f4078f4267d637a535a01bdf9d04e7af3fbe7f497a72de82dea5ef4375af3f4377b8ce86fb2e0f4d60e0b7abbe3497afb4726bd83f898def9c798de6b01a3f783bbe9fdd840faa79548fac0c3d7f4d150307d74fa217decb40ffdcb58127d22c9803e6552449f0e99a1ff5c5f4fff991841ff35ef44ff3b334dffbb584c8704a4d0a19f9074d8271b3afcca163a62e3433aca66828efa7b8c8ec2c5d3d19a3a74b4fe6b3a7ae83a1de39340c74412e8d8e70d742cda864e2c35a513c72de94462249d141f4827c754d2c9cdce74f2e0493ab51843a72e55d2697b13e9b45f3e74867e279d917e95ce7844a73328cd7426154067a56ca7b3e63ed0d98b183ae7590d9d5b49a00b1f31e8c2f95d74311b4097ad3f439785b6d21511067405c19aae646da22f867da32fc545d097daede94be35ef4e5e845864acd5786eaf366866a8b2743cd0ac0504bcc60a875e319eafc62c66a0b0c63addb23c65af66e8666f22063dd457fc67ab55c8676c96a86ce092e432740c9d03daecad0ed02317427e7191bddd3199b352a18faf33f19db0c4e307644453276de5fcbd8bbfb2b63afb09b6178cd8661d80e62184a858c7dfd7718a643ee0cb3b3df1866811718e6a7cc19e6c05886f9f25186e5a3330c9bf5eb18b667088c2306e38c238ee71947023418475236308e2c05321cb21d190e1d0886e34f1d86d3596f8673a93fc399aec37039a4c670493eca7029fbce382e7cc1702b8633dc509f18eef30d0c0feb6e8647379571c235817182f994e17997caf0da856078657f65783dfec1f0b113304e4f201867602f187ea6830cff8dc18cb3a6938c00151923507f8e1164206504599d669c7ba1c1385f32cd082975645cdc14c1b874ee1223544e635c737eceb8e64e6644ba05332293e58c486537e37a513323caa38a1163e3c4886da430e21a8319f195da8ca4351d8ce47bbf19c9a5ab182983398c54938b8cf4b0338ccc35f38cbb4e7f19777dc7187785fb19f7395d8c9c907b8cbc81dd8cfcade98c7cd90b46d1bc0ae301e317a378ef00a378f401a3e4c31e46d9befb8c32da12a3fc8927a31c62c5a8b8bf9a5101716754acd433aa3daf336a0e1f67d48c25326a75e218b58cd78c470754188f75888c27bb3e339e6a45311ae25b194d5a57184d4d3046f3864046739d11a3b97b8ed10c6f6434639318cd82178cb799918cb7846ec6bb5d3f19ef729318adc1018cf797918cb6387b465b8317a33de802a3fd9625a323b89dd1c1fcc3f8702a88d1fb00c5e8859531fa358e3106ae1832069a008c01b0156380b48d3118799231749dc21876d8c018ceb9c0187ebe9631f2b39a31aa5fc8187df69431b6e325635c4bca18a738303ebb6a333e974d31bee097185f13a2195ff3998cc99646c6cc717fc60c389c31b7b396f16714c258f0face009cbacb009ecc6580b66732c0134806e4fb25060470950177feca406efcc2403d013030bbb63230dc8d0c2c600b038b273170ab8d18f85bd71804b41b83147c9e4196b73028377418346d218376e31883561fc3a0cd4e30e8d52a0c86dc95c1fe4662704c5a181c4010833b99cfe00f7c6108b6bd6308d20d1952b73186f4118621fd50cf5014ee662c463832169b66182bcfb2182b94678c7f2fd94c954f4799ab0c6e31552fc73055e78e305595664cf5c2c34c75582073f5ce7ea6c6233073ad782753d3448bb9c16588a91b08646e6e3ccedcb27e81b9c5d98ca93f709cb98397cbdcadbf89b967e00e73ef9e16a6a1f62be67ead1ae6fe3dff98c6c14d4ce3c241e6415818d374b50ed3f41d9e69ae0d679ae7d29987ee16330fb547330fe14e322dd3de31ad04734cdb7708a66deb1ea62d498f6977eb04d33e7e3dd33e7792695ff5857964ec14f3689d88e904e1319dcf6b309d4bbf318f192c338fbb37325df53733dd9eef63ba5bb5324f2854999e9d2a4cef9912a6cf9d47ccd321d7986754e7986730554cbf297be6593d33e659d91e6640be3e33b0a68179ae13c6bc980365869e3fcd0cdf4b64865b9098e1479f31c3694066f8e210f372da3fe6e5fb0f99572df599578b2e31af621f31af7ff76046892299d19bbe31a3635b98d19975cc9bdb1398376b1698b1690a66fce11666bcef1c33418dc4bc15fa84993c3ac24cef9e61669ef363de31fac0ccbe53c0cc6e79c1cc860199d98a3fcc5c713833ef5826338fba919927b9c42c52f362163977321f943c663e9024314b3ca9cc52c93566e5a16dcc4ae9436695873ab3ea7d13b35ad3895953d0c5ac295e62d6fa6f60d67e1631eb82bf311f3fbace7c72ee08b3feec7f1dc67791d9d030c86cbc2f673e8b7ac97cf67717b3298fc27cbd653bb3c505cd6ca12430df3c9a60be3d4267b67e4b62be5fcb60be0f3cc9ec947d667e38b89bf9e1ec12b3e7540db3a7ab80d97bb994d9af799239b82a9b397c8ecd1c0e3bc79c78b18af9b53c9939dd778a398d8962fef831c7fcf9742bf3d7456be6effa7ce6bc6322733e7d9a39ff6780b9e0296702a3ac9820f3282608b58309dee9ce8417d931e1d0774c38ef231321913071913c26fef83b26be209749887fc824cc7b32898f2798448a924949e533a91fe699b4ca64260d2063d260c64cba7f3893feccfb3f32988cbfcd4c4e65109343f9c3e4ee986772ed279892b030a6a4ac9229ddf29a295b65c294d51f60ca5a7f3295bbe299ca04217345d8c5fc97bb86a516a6c252f7b9c55abd3d9ba5d1fd82a5c1e7b1d60e79b0b4aad6b2b42f36b0b4fbbc593ad9562cddeb1758ba7433d6c62c6fd62663246b53aa1f6b53cd7f8cd059db4f6d66eddd18c6daebadcd3a6071866532bf8d7530b98d6516dfc2b2b87d8175487d8875482b9a65a3c360d9d81059b69d6a2c5b8621cbcec593657f6a1feb48fa6b96a38d82e5e41ec7727a10c072228059ce59532c671a93e55237ce72214eb28e97d8b38e7f79cf72ed3fc372ebb667b901ea599ebe93ac5331cbac5323162caf840696b71e9de57de100ebccb5a72cbf9326acb3ed085640ca142be0fd07d639441aebbcdb55564890272b243b90155237c8ba9034cdba34edc60a5fa9655dfe39c78aa8a865458036b2ae1ed8c48aac6e6045e257b3aeef05b16eae3562dddc99ccbae9f59c159bfa9b15e75cc28aa33f60c5bf79cd8a5f3462ddc65e652566fc602535c158c97ed5ac94e471564ae359562a289e95f6389c957ea28e9569e3caca2cce62650998acfb9fb359d9177359396dc1acbcb591acbc541e2bffa405abd0b28955385fc67af0e83bab74cf3d56f9f16c5665c47756e55b7b56a5b0815535b09f55f5f332ab8a0360d53a2a58b5bf6fb3ea1aaeb3ea001b588ffeb3f9c93932eba9c54fd6d39255ac068207ab711b92f5ec8219ab29f31dabf98009abb97e80f5ea8131ebd5770dd66b570eebf585abac37a949acb74f8b586f955f58edcc57ac8eb853ac8eba6456c7229cd5d5abc2eaa9f9cbeaa53e66f51dd163f55528597dca9dacc16b93aca12b3b58a3aba259a31f95ac71bb5ed6e71faeac2f1d2dac6ff5d758df8836aca9371758d38ebb58d3a48bac99038bac99385dd68f9457ac9f8158d6af8b65acdf5550d65c480f6b6e269df5a717c1faf3a78535ef0d65cd477c642df4dc672d4c5ab0009e3b59807fd62ce0008605aa7ecb021bdf648169d92c68cf07160c7e9285585960a1bc7fb150be375818835916b6338f45a897b088b501ffc16011a59e2c72c30d162515cba26e21b398226d162b761f8b95eecbe2aa4db0b85e8758dc7b57585cc071167f8b1a4b50fd8425dafd8625722d6789ce2eb2640a4d965c6b274bbeb297a534c7b21637bab116331eb0962cdc594bf802d672892f5be574137b55e013b63a5ec956e7fd61af0e86b3d7840fb3d7e471d91a5a636c8dc652b6c6b360f65aeb01f6da8939b6e657327b9df36db696d487adfda980ad837460eb264db237e66c656ff6cf676ffd98cfd6cf9a636fdfb496bd9db8c2defda68c6d60a4cd36283ec836e896b2f7f826b2f7963ab2f7f6b4b0f7a2e3d886ded56cc32c26fb40ff32dbc454c236292b621f8c54619bfe44b2cdbebf669bfbdc651ff2baceb6bc2f655b455bb3ad629eb0ad8fee60db9875b16da48d6cbb703db65d22836d1f0664dbdf48641f4d75623b193e653b8552d94e03266c27a039dbd9b68d7ddcb8927d1c42659f08e3b34f4c7f659fc484b03d99c7d8a7c8c56cafe42ab677ee3bb6af12cc3ef32f9e1df06a9a1db8f92afb5cc35ff679d54cf6f9f17af6f9a57bec90e345ec0bd721ec0be31eec4b80117628e3083bec651b3b7cfb18fb8ab33afb4a803ffbcacc243b22c29c1d5118c7be7a78857d6df604fbdabf33ec48abd5ec68852ffba69cc98e49cc63c77c6d66c7ebabb3130c4bd9b7128ad889c0bfec14bb5e76ea9badec8ced3076e6da107626ac8e7d4772977d6779849d65b2879d7d719e9dcd4b62e71bbe61e7774fb2f3bf22d9f9884076016a1fbbf07818bbf0c34976d1ac13fb814f31fbc1cf57ec129733ecf22b9fd9e5ad59ec0a4f2f76e5097376f5da7a76cd742dfba11b9cfd7004cf7e380a633f9c1d613f7298653ff268643f16dd613f8937623f19dec67eaafd82fd74cf3b76e32d35f6b3f35eec67491fd9cf16c4eca6b566eca6f405f64be348f6cbf3d5ec57763bd8af675eb15bb23fb25bf21bd86fae2ad86fcddfb15b1323d96d487d76472e86dd5dd0cceeaef8c7fee09dc0eef5d9cffee89dcdee377265f733e9ec4f363bd803e02ef6f02127f6f8a721f697d25cf6e4d67becc9fa51f674c129f6cc1f4df66c5a377bb62582fd6bea2c7bce729c3d977d91fdf7a12bfb6f8f880d0878c2069efccb06f6dbb0c13f4eb0a13bc6d850bf1636dc10c1466c83b111a79dd8484a3e1b85ddc546dfb9cdc6c00ad878ad7136d143934d36d464d37213d8f4d80d6cf625049b1df983cd5e7ecde6e053d9dc842636bfa2942db068630b12efb2259effd80a959f6c65fa347b69be88bd24d8cb5e39b589bd32798ba3b2fd02477de31267f5a6fd9cd5a3fb381ac6d61c8d6b8f386bd58738eb9c7f71d6bd74e5ac8f6470b41ec838bade228eeef30acee6360f8edeaa198e9eec2a672b2894a37ff525679bd71467bb6d2e6707d086b3937e93b357b1936354bd8563f47b1bc7f8e71b8ec92a25e7a01a8b73303b8f7370761bc7dc6d8863fec39563613bc8b1bcd6cfb17c7e9c63edfc9063ed3ece392c7bc8b1d950cab1319be7d804a8736c579a3876c7b238760b691c873c0f8ea3f15f8e635d2fc711788c73f4ab1ec7f98626c7a5c299737c228273fcb72dc7d5248ae3969ac671ffd9c7f1423de778afd1e778df16717c2c0b39be3edf38bee9ce9c33e7ba3867ca17397e26661cbfd0158ebf6c03e76cf6394e80de764ed0097d4e70cd6ece399a1ee71cf310e7fc0f1127e46601e7d22128271c49e75cbee0c5b95cd8cdb9fcca917345338f1301f2e55cd51de35c4d5ac389f26ce1dc0897736e086639373d819c9b2f0f726e8efde5c480aa39f1c3ad9c84ef9d9cc48acd9c64d73d9c94de3b9cd435444eaaf10827d56c1b27f5641527fdeb6d4ee6bd2cceddb104ce3dbf64ce7d7c1f27fbfc5d4ef6601627477488935f12c529f05fc329888de214f2623845c2bd9c075e7d9c0745769c128601a7fcbc11a73c83c8a978799af3f0269ff3303e8c53eb7b99531bbd9d536756c7a90b4ee73c5a2ee03c592de1d46b9ee234589ce534ae83719e919f715e141b719ab48b394d0d1d9c9736499c57953738af0d9c382df627396d5722396d1d6d9c76eb604ebbd493d3e9a2c6f9f05fdc7ab67de3f458c1393d2f8339bd97c99c7ebfe79c4ff7589c01d78f9ca19d969ce1e84ace70570267746c2b676c239233b67b88333e3bc499982170260478ce375d1ae79b2c9e3315e3c299d67ece996ee9e04c7f39c499f14ce2cc90849cd9b660ce77e83fce0f8f38ce4fbfad9c5fc5a69cdfeff99c398b9f9c05df10cedf754f39e0ed4738e077af3990ad973890b6200e84e9c141c0041ca45d3807132de3605e167270eaba1cdc7f79c36f75e310901a1c628339876c5bcba1f40839347d130e6d70038779e12b87397a86c31a88e47003cb38bc210b8e40fb21475091c611609c39c29a028e38e80b47b2579d2319fec89120723932b682a3d8b48aa3d4fbc0f977e91ae71f46c45d6542e3aa165672d5feffdc0d1873d7adbdcf5db76f8abbaed387aba5aac6d5daba83ab757285bbc1639cab736792bb09a3c9d573fec0dd5a64c3d5d7a170f5cd92b8db029ab806c84aeede2336dcbde3cb5c43170dae219ecc355ccee51afdd3e11a0bb7734dd68c734d5840aea9ca41aea99933d7b4ee28d774be826ba66ac6355346720f51b3b95669ebb9566d87b8567c01d7ae1fcf7530bac275c8bacf759e9de7ba86f5705dff9871dd8afe71dd2303b9eed01eeec94b265c1feb12ae6f1c87ebeffa8beb7f5a9beb7fd68b1b6050cf0d42db71836b81dc737997b8e70750dc109358ee05a764eea523a5dcd09a43dcd0464b6e28368e1b06d5e686c71ee28683e8dc2b67cf70af043470af104db9110545dcab29786ea4c1376ed4ab87dc68cdf5dce8ea2bdc1bee1fb937df277263a794dc58f42c37e1e036ee2d2e977b1befcf4d3c2be426ca7db8c92bd7b969e33c6eba8e1337fdc2396e3ac7939bce35e0666c35e0dec55ce4dec71472b35b5ab9d933b5dc1ccb1e6ecee4696eae4a1f37df7f909b5fe9ce2d3a56cc2d9a81721f4830dc62b116b7c42f945b7ef23cb7fc5c3eb7b249c1ad0bc9e23e3aeec77d1cfc85fb64239afbf43185fb54f299db50e3c46d58aae736e61fe436526db8cffd29dce74dc1dca6432ddc57822bdc779513dc565634f73d6d99db1efe8cdbfef82cb7cbcb9adb95efc9ede12571072452ee602e8f3b329acb1ddbfc99fb595d87fbf99f21f78bb6843b51b4963b817fc6fd7ac5863b09ebe47e73ede2ce986a71670e4d71671609dcd9a583dcef9ba7b93f1c22b83f224db83f771ee1fe0cf7e5fe5abd96fb4bb2c8fdb3ce813b5f74933bcf5370174e8ffcf79ddac005960773815d3e5c20f21f1714e3c805551fe38291482ec47e920bdf77870ba7a970e14b5fb808e3242ea2d19b8b54547231e0462e3e3a8e4b74fbce2506c0b964fe1f2ee3c6192e8bbcc8657183b8ec7e152ea7771d97a795cce50d6a73f993c65cf1ce25aee49b15572273e64a374bb9b2e7d65cf99a5eaee2720b57c119e3ae50a5dc155a024f65e9336f15e5124ff5d2559edab4096ff5c172deeac44bbc3581ee3c8d92b33c0dd43dde5ab2216fbd6a3f4f2be52e4f8bddc8d3f6e5f374e3d278ba62016f734a3a4fff49066f1be6016ffb9f4cde760883b7831cc3dbe9f0846790aac9dbf3d697b707cae0ed5d3bca33dcbe8d6728d9cddb77278eb73fe90dcfa84d8d67b285c933695dc33b9829e21dacdac43bf8288d77b0ed2bcf14f88f67f62e8267be278867a16fc5b3f860cfb3fc63c4b38265f3ac94133cebf58b3c9b9b9779b6ab7ef0ec6e7af1ecef15f28ebc8ae5391ec8e6392669f28ea615f08e964df28e56e8f38ee2cd794e6820cf692997e7bc07c6738972e01dff32cbf3606de67988f37827ccfd79273735f13ceb8ef2bc2a9ff27c5fa9f37cbfbce7f9b99bf2fcae9fe29d6d25f0020e39f22e04a8f02e592379a197cb7961bf9ef3c2986dbc2b8f82795769bf78d7c3fa79d7d34b7831db3ff36264bdbcd8ce35bc581c911777e2052fc1e10aef96553aeff6a501deedabfb78b7fbc1bcdb2b66bcc4d60e5ef25e302f75f0162f0d3ccdcba079f132b3ea7877065ef3ee799ee4ddc3e1785919cf785983bb79394971bcbccdbabcbcfc725e01622faf70f5155ed1ed87bc62cb1a5ea9e93b5ea9cb1caf14afcd2bdb9dc62b931fe795630a78158d0c5ec5bb2a5ea5be2bafd286cbabd6f9c8ab268cf01eee6fe0d5fed3e6d549fef21ef53af1eabdeef39eb2e6790d27ec780d6d3b790d131cde8b2352de0bdf4bbc26f51edeebec23bc16e969de1ba20fefedb7515e9ba10eaf1dbf8dd7117496d73124e3755e2ae17dd867cefb702e8ff7a1b492d78324f33e128ff03e314d7903eb2278033e5f780325babc417f67dee0b546de608c266f78b298371253c51b819fe48d41e1bcf1f17bbc2f87aef226f65078df42cd79d3d57779d3d260decc27396fb6e716effb016dde2fedefbcdfdbf8bc397c31ef4fcc0dde42c4026fe11b84f7572b82f777319b075041f000b11f7980141e0f5084e701e7413c50f8561ef866000fbacb99074596f0e07a481e7ae77e1e7a622b8f7aa19447ab1de631ce6ce331aa1ef1d8b7ca799c3d763c4ece2f1e0763cde3eefec9e32eb179fccd913c7e48034fb0ff164fd05aca138c24f044cc0d3cb141044faa13ca53688b790a3192a7fcb987b778ef1b6ff165196f512ce1ad9479f1557659f3553e93f82a625ffeaaba777c552d085f9d85e3afd15fe4af3986e36bcc15f035cdaaf99a8754f9eb362ef3d7871bf2b56c4ef137384df2b5c38af9da1346fc8dbb82f81b9dcaf85b371fe46fbd42e0ef74dfc3df65cee3effa34ccdf5da2c3df83d0e7effd778c6fb87184bf5f5ecb3fa06acc3ff0c58b7f00f0947f6091c437e202f9c64d017c93ac277c53ff8f7cf3fdaff9162a6d7ccbdfa57cab163cdfea8335dffafc32dfe6d476becde39ffca3926cbef395ab7c67d212df257288ef16dec5774b51e1bbc766f03d8e5af03df28df827d6d9f24f326ef24f4a9ef24fe5daf2bd8db3f8de8952fee9b2d7fcb3dae3fc801a237e00d08f1fd831c40fcabec83fb7eb31fffce706fef9992bfc8bbfbaf917978ff12f6dfbc5bfb44f9f1f7aa0891f2ab9c90f1f36e25f4eefe55ffe84e1476c9ee547d46ee55fdbfb811ff9a0817ffdfa00ff7af2067e4c632d3f76b7801fdbbc971f3b22e1c7a2aef3e31851fc849fcdfcc4fc317e6275353fe9ae829fa4f4e5e7bf1ee7e7c33bf9f94b227ee1fe3ffca26dfbf945593bf80fd674f11f949fe2178b70fc924dcbfc122b3cbfe2ee397ecd2a1abfd67123ff517416ff496a03ff2946c16f88d4e6374e4af9cfd2b7f39b2ca2f9cd5b4cf92fbfdde2bfd25ae6bfbefe93ff1a95c57f63d7c47febddcf7f7f6480ff9ebdcc6f5f05e277ecd2e477d87afe0785dff18dcbef4cabe177fbd8f27bd597f9bdb6687effa626fec8b320fe68c763fed83c983fd9ddc19f8acde34ffd7dc19f4ebfc99f7e52c59f054df0bfefdacdff09afe2ffca2ae5ff164ef0e782c3f80b8170fe82d28b0fa072f9209da37cd093013ef8f1353e744d091f5ac3e34351eff87042161f0dfac5c7f8bfe7639e5fe663ad16f858fba77c6c1b8f8fff5dcf27ec31e1131f45f049b1d7f894a6df7c9a3c8bcfa016f0994fb87ce6ab653eebb33d9f35f980cfd58de3f3435ff2a5f0ab7ce55f2381ca06a040e5c565816aa84ca056d02e587379b760cd93cb028dcc05c1da2d1b046b776908d6fa3e12ac5d2e1768d60a049aa85582753b3d04eb3e6b0ad65b0a04ba175c041b950b82cdae6f055beeed176ccd7e2fd84aff23d00fbb21d067a508b6d9a60ab6d77d16eccc2913ec6a2209769bbd15ec2ec709767769080c0e8f0bf6ae5717ecdd0a13189a260a0c73ea0507cc3e0b8c8fff1098ec02080e7ac6094c4f840b4cffbba6a68c5a8199db2e817941bac05c9124b078f34b60b9fdb5c0b2f6bdc0aa8529b05ebf2cb0de1d28b0b69d12d8586c131c39fe59e0d0765ae0a8754ee0986a2770c4d8088e6e7515b8ae970b5c6dd10237fb1302b78114817bc20381871347e0113823f090e80b4e5d782d38d5f95ae0c5a20bbc61fd021f0f0381cf9b3782d30dfe027fc16b41c04b5d41605dbbe0dcb128c1b90498e0fc7f7acf6f29149c5f5c1484a8e50a420eaf0842606041089623b8d81d2808d5bf2508ff774070b9b44b7055c75970f580a1e07a7482207ab583e0c6d11c414cbebf204692298815bd15dc7ea010a4f0f709528dae08525f4305694e3a82b4603b41ba638020fd51b220e3f8b220538726b853d12ab87bf294e06e4184e0fed13c419e6193a0402342507e7bafa032e3a8a0c6b74a50f3552aa8f989163c9c8f123cb6a914d42f48040d76598286f750c1335590e099f588e0f9317341f37603c12bbd5ac1ab7df18257764682d7c10982966d9582968c6a41eb812541ab47aca0ad1d24686f4c1274ac2917743ea709ba636d051f6e68083e083e0a7a8e8d087a8a7d053db546829ed13a418f2844d0c77a28184c68130c55af150cfb5d100c5fbd2a1855d92518b3860ac6ce1509c62eb408be8431045fb20882af08a56072e8a560526a22f8a6de28981ed92ef8b1214bf0e32c48f04bdd4930df7746008c040ac0695704e03b260228152b8019e708604fba0570f36101dc7949008ffa2b403aeb0890c1130294195580921e1110b43b04842b2704841a998064b443405ed32da0202604d4b7eb053443aa8066572760a6970858f7f609d8213e0276db5501afb45820297d2c90667f10c8742c05b2efdd0225a846b0a447152c391e172c6bf409560263846ae7cf08d5aa560bd59ec60ad5bac8428d336b859ae197849a5105c20d5e70a1f6afb3429d1b7dc28d2e27857a979c84fa7a1785faa7fd843b103b84bbbe028506ce7dc23de6f54223f86fa1914c4368b2ce516822d822340d2b149a15ea08cd934d84165f3385569e09421b3537a10db05b68eb5126b45fcf113a6ef9263c8a7310bac06c84c71fed17ba69bd12ba39d409dd58be428ffd64a187c371a1074c243c717b5678a20f203ca5662e3ca59c167a1989853e7a7a421fee33e1e9389ef074e666e1e99a39e199b87c6150d588f0dcfb1561484185f062364f78712e5978c9e69e30ccb55e186e9026bc3ce72a8c8c0b125e770c115e47f608a3dc27855100376114764c7843f78cf0c64b6761ccbe7461cca9dfc258d72c61ec857dc2a4effac2e4b6abc2646e9930999f234cbf522e4cef7b2bcc78ec2cccfc6222bc7bbb4a784f375f78df4b28cc869c14e694ed10e68eaf17e6afac13164445098b6c24c2a2773ec2e2686b61e949b6b034df4258cdbd2fac199d11d6a2cd85b5825bc2ba0d0784753a40611d7e445827b92a7c9cde297cbaa81436866385cfabb60b5f0caf17be10460a9bca55854d8bedc2971593c2570779c25663a8f07d66a1b0cde9bab06d7a8fb07d5bb9b03d7893b0c3365cd8f18922ecfca129ecf5d112f6ce570b3fed9d110e746c100ea0ec84232a58e108c35238c281084747fb84a3cc43c2f10403e1f83b1be154f4b0709ad92a9c71bb28fc9ef11fcd07843fd61d15fed06917fe3e4e12febe6b299ca3e50affb8bf11feb9ca10fedd9d21049c3826041d3e26049f5a1282a3ff09c1850f8528419f10cddc24c46c260b310936ffd123c43a2984d86ba78444fc7921a9ea80907cd65ac8687c22646de915f2160785fcdc2e21ffe951a160d56ba1b0cc5728fc05138ace270ac54e9342e95d7fa194e92994bdca17ca7eff16cabfc70a152b4b42e59b70e1e2be67c2c5000be122b34eb8746a54b884870b57a82c91ea9e6591ea751391aa7245b4ba7d59b4f64694682de296682d6551b43e112dd2f20c16695bea8a746453a24dde6cd196239ea22d2b71a2ed871e89f6be7b2032b9bc557430bf4764d6b65564b1e581c8e2185a746853a8c8daf3b3e8f09538d1e11c57d1e1278f44873981227bc22dd111f44e9183d790e8a82d4c7494a229727a192a729e51888eb9c68a5c77f98a5cdd1b44aecd392257c665915bb0a1c85df5abc843a345746af0b7c8ebf23f91f7471d9137c656e44de38b4e7f19179d9e28109d994b10f9efb8283a9b10233a3bc41405d43c12058bf68b82e53f44e76ef98aceefb01085ac29125d48408b2e1d018a2efde7c7258450145aeb2fbadcbb4614f171541441df248a904e8bae8ebc175d3b5423ba7655218a34dc2d8a327c218a0eee154567e988a271c744373686886e848d8b6eb0124571748e28f1478a287101214ab27a294a76cc12a5bcc38a32f132d13d5c9ee8fe11a8283b665494fb688d28b7ff9a28bf082c2a744d151512c244c5178b44a5faf1a252eb8ba252e703a2d2b60fa2d29fbea2b2683551d9ef0ba2723db2a8f2d79ca88a3d29aafab74f547d3e5f54c3d4163d4c3f20aa4d2e12d51dcb143d595a10d57fa9113d75838a9ed7688b5e6c79237a518a17b53cf314bdd52b14bd2b392b7a877d226a3d5e226a6d3e267a8f6d11b5cd9a8ada33bb451d5ecba22ef30da22eb717a26e4099a847af5dd4e7962dea3fec21ea77848a3e3d3d27fa44392f1a3cc9160d6d3c2d1a2e5f100d8fb688c6aa74455f8c89a2c9a33cd1647c8fe89bb1b9e81b8b209a76e488a63d1d44b3d741a21fecdfa2dff88fa2b960a8686e615c34c73b2dfaf32c47f4d7d746048c6f1601934c45c0b9a72270509c087e412e82271488900d58113a8425c21cd61361a2754498de1111beb15e445cd927227dff26223fea15d19b9b444c4b848875c849c4b63921e2aec912f1367b8878e26e11ff4c8b48c0c81309386122c99f7491b46940240b7f2d524cd78a94a69ae2559999e255f553e2556d9fc5ab7eef11afa2398a5535cdc4aa9d7162d51f00b1fa3327f1ea84f7e2353bf5c51ad47af15a9b02b19646b57843f977b16e7ca77863eb51f1e6c36de2ad033bc45ba7cdc5faa5b7c43be206c4bbec02c4bb6d4f880dbe1d16ef5f7b566c8e9b179b2b86c5168e85628bb44362cb537162aba0ad62abf2e7621bf97ab1ade367b12daf426ccf29101f11ef163bd59f103bafdb2b7681f98b4f863c149f2cb923f60453c5fe5d9ae280d03471a0678338b8c84a1c5ce62e0e96ad88cf696788434463e20b0faf882f063f175f4a39210efbb1437cb9ec80f8f21b5bf1b5d979f1f5f94171d45f90f886f7a2f8e632411cb74a268eb7da278e9f828b6f8f8e8b6f8b75c54973b6e22416439ceced244e4e4d10273f382c4efebb5a9ca27f5f9c222d15a71625895397d2c569a8b7e23bf136e2bb654271b65e87382f74589cf7dd435c78494dfc2022495c8c6b1197a498894b681c71d9874e71191623ae383824aee83b20aef874595c39652bae72c58b6b3e6c10d7bd782d7e5cbe5e5cffbd555c4f7e2b7e8a3a297eba241537d494881b48bde2065eb5b8d167bfb8f16ca9f8c5c166f18be319e2a6854fe266ff1671734c99f8e57157f12b93bfe2d7593871cbb65fe2962babc56f9f9f13b76a9c12b7bdb215b7919f8a3b4aef8a3b13fbc4dd7e93e21e7d55718fd94d71afe790b8bffda7787036593cec132e1e57ef138f5bf888c727ddc45f347f8b27826bc55fd71f124ff65c124fce5c114f01bf8b67f7478abfb3a3c4bf863cc4bf57ce8ae76d12c5f3042bf1c2be0631d0a8460c9c891643e2bbc4d0edb7c44852ae185dbc4a8cb97e568cf78a12e3071ac544c82131797bb998dcb359ccf2858959772562560e49cc3e15216697cd8b45160cb108e829963bc0c58bdd7cf1e2fc49f1127b52bc9c552b5ea6044a547e4c49564718493436c44b340d1812cd4a8164fd70b744dbf78344f7e3bc6453808764f35137c996ef41123d41b044ff63b664fba66b925df6e112032d438941da3ec9de820a89e1b90f927d596312230656627a4020b1e8592bb14c4e97582d5c961c2e434a6c1a5d2436bf4c24b6d78f486c93ee4b6ccb2e498ec037491ce9d392a3f59b25ce7cb4c46571b5c4759dbbc4dd69bdc4fdec538987ca73c9495b4b89676bbcc42b6b8bc4e798a3e4ac5d9724c0d7401238019604d5df91047d7f2a099e329504b3d8920b6962c905f243c9c54ca0e4226bad24f40a51722db75912e9bf51721d662b89ba322d89aadf24b9d1e026b959b15912fb1c2d8917ac95dc2a61496eb596486ee7684892ce7e97a402c324e9a3ab25994df3923b1ef6923bd1af24f7fe8548726e2e4a720827247946fe92fcec2e49c1515349e1d90149e1f31049616b9ea4b8502e296ef09794c877484a87e325151b6f4b2a3d8f492a177224557d6192ead58e92ea7f38498dab44f2104493d466dc93d4a5612475b9da92ba9606491de7bbe4d1ecb2e4c93a84e4899ebea4e93856d2ccdd2379b9e694a4a53c54d2d2e020695d4149dae903924eb98aa47bf893a447d429e92d4e93f48373259fee2448c656612563932592f116a2641cb34b32b1edb36432c14532b57f8d64baf2b3e47bc0b2646e3954021cb79080776f9240de594ae0f03d1238c24a826a424830272512fc9e2a09d13556423ab045421a5f9090e6b3259463d6124ae0988472eb8e843aa321a1929e4818071e4858d7af4ab897bf4a44e53f2462f56989e4dda84432612b91378d4a140fb4248bb77092c5ba4392a55dd692a5437725ffc0eed255ae4dd255e51ca9aa55a65435da40aa66142755837d966a40f748d70e164ad72ee848b57f594bb5995ed2cdb77e49b794a949b760cca5dba60952034ea7744f76bcd4b022557ac09c2f3516e3a5267796a426c4cb52d3a752a9d9869f528be115e9e1d5bed2c3cb77a5b65813a9bdad427a043a2f75fcee267522984a9d7fc64b8ffdd091baba074bddd957a527940fa45ed21ca9cfb8bdf4b4f32fa9df0147a97fe823e9d9751fa5019afed2c05585d2a0d18dd2735121d2f37da7a521bf0e492f0e554bc383fe48238a93a4577d1da457a5f5d26bbcb7d2c875ffc17092465f392abde9a894de4cd192c68966a5f13742a4094d1dd2846e0fe92d0f2fe9ad2675e96dfd60e96dbf2ee9eda683d2249db7d294985c69ca8b6a696a6287346d52579a1eeb254dcfdb2dcdbcf34e7ac7a7577a37f089f49e4998348bb2597a7fc756695e7d8a34af7b9bb4e89695b47873adb4d8ef90b498b85f5adab04e5ade879156ac18482b774f4b2b1f5b4aab2cd3a555f129d2aa37d6d2eaf35ad29a9ecfd287990dd23aed46699d4fb1b4aea959fab8789df4313147fac401257dc2114aeb752ba5f5f79f48eb27af481b8cfe491beef44b5fac614b9b57a9489b3fff91beea7291bef65e91b69c2c91b6a464485b7814e91bfe47e9db244b69ebad6bd256fc3a6947e06769c7ad606927ae57dae5705fda7ddb52fae14da8b437a540faf19042fab1a25dfae93f9d03476f48076a5aa483e31ed2a1473ad2a141b674e470b67444302d1df5a9927e8bff2efd56152cfdf62c43fa8d0e93feb87450fa6ba3bbf497dbbcf4579aa3f4f7085dba603d255dc00648fff6a54a01033152c8b5d7521860490a1f4048e1f05029e245bc14d1fe458aacf092a26a74a558f3152936658d1477802cc55fb694e21fd74909a52229f1e63b29f933584a4d3b22a5569e9452a73aa48ca76fa50c215fcaea0048d97fe0520ebe46cacdd392f2fbeca422fb6f5289095d2aad104b65370da5ca8435d2a50f47a44b501fe98af60399aafe29995af38c6cf51543d99a0dadb27507ab65eb228264ebd51ecbd6c3a665eb85de32adf22fb20debfb64daf9ea32ed97f765dae37632dde5bb32bd40b26cebf5a3b2adc03b327d9371993e72b3cce0e36f99015421334c989319265f91194e36caf631e665fb6fc4c9f62b2032a375ad32230b82ccd83c5676f06eb4ccb48c2b333bd02133df3327b348309659a4be921dda7a5d7668b7b3cc4ae384ec30414f665fdb2fb35f01cb8ef027650ef01b32c7572932e75b5132e7de8f3257d06e999bf703995b3957e60efd2df39819959d5437949ddc2f9579ae7f203bc5af91f9b8faca7c5a4fcb7ca4a5b233cfcec8fcf03532ff1fc9b240a76259f07ca0ec5c58a9ecfc9e97b2f3cd8f649753bc6597b368b22be751b22b484759046bb7ec2aedbcecaa2252766ddf5ed9b5929fb2c8e3b76591b1f5b2c8a63c59e488812c3af6b72c3af9a52c0698288b25ac95dd9a7c2cbb0d7e264b6c02cb92d4a364291bc365191ef1b20c98baeccecd17b23bc32cd9dd0dbab22cdd0e59d6bb5db29ca97fb2dcc221592e324c960f5797e5239765051b3c64c5b34259899a4856f2de49563ad1252bbb9629abf85c28abbc7b4b56adde24abd12c97d55c13cb6aea4b640ff7bf913d6c8d94d5116eca1eb972658faa4ecb1ed3c5b2a73fa9b2a7d87259c3da3bb267b7dd64cf7a32642f3d1ec85e3596ca5e07e165af95bb656fd259b2366bb0acfdc44659fb9765593b9b29eb64d5cb7a9237ca7a9d31b2befa15d9c06555d900224c36bcba49360cbe261b0bf6927debd6947d5bcc934d550fc8a6695764b3f675b25958876c96c394fdf8b445f6d36bbfecd76ebeecd744b1eccfe99bb23fb5c3b205fb62d95f0da00ca80e9281b797c9201bcec9908d8f64a88d7b65283f4319a6af4d86cd57c870373b64f8d01819bea74e4618b82b233ea89491552fcbc8ebc264e4fe7019cda24646c3926474dc7a19c33843c65a9b2363addb2b6331f7c9383b1d641c408e8c9b512813706a64a283e765226b5b99e855834cfaa851269b4a93c92fe7ca947f0d658b6a74d9ca1d6dd9bf7c33d9bfba3b72d541b27cf50447bee660967c8d858f7c4d4e917ceda4895cf3fd6ef9babd1df27591ebe5eb77a8c9b5a264729d9641b99e83975cef9e975cffbd877c9bfe71f90e344cbe63e5bb7cf760b27c8fbf5cbe77504d6ed82391ef9b7f2cdfbf6ea3fc00eeb1dcc83c566ef4475b6ebc3d576e9c952f379e98961f3cde2b37dd7e476ed69d2d3fe46c22b75c3b2bb7fcd12cb732ee915b278dca0f6ff7941faeb794db3ffc233fa27e5b7ec4364dee50fb5cee40e7c81de16cf9518783f2a3ef3fcb9d4e34c89ddf46cadd5e15c94f8c6ac94f48ffc83d378ecb3d870ae4a72666e53eb53cb9cf8750f9e99f0572dfef26725fc667f959b6581e5cc89787dcdd2bbf5478461ee612200f439e97877feb955ff91d298ff8bc491e01f191476adbc86f6e1e93df3c61208fb1d493c7548ae47145ddf2f8dad3f2f83aa23ce1678bfc16b6419ea8b14a9e24a89727efc3ca537e3f97a7407fcbd3f207e419cf53e5f7c007e5d9dba3e479497079de4ba63c6fd1445ec0fc2c2f047f9217f747cb4bf6f8ca4b2be1f2d2a1217985f481bc3acd4ffec8b359fe38f3a4fcb1f2bebcfe1949fed46b95bc21bc59fe5a7f50de12795ffee655a6fc6d0a59fece58207fd7b1206f6599c9df07a1e46d2ebdf276d783f20eb36679c7c0a8bc431429efccc2ca3b2b3be49dd2ddf2ae6eb6bcdbc459fe41a35afe61c649fee97d8f7cf8bdb57ca4c1533e2a21cbc7a2ede5633ff1f22fbbdfc9bfd4ed934f6c9f914f9814cbbf119ec8a7521fca67f747c867936ec8bff775c97f0697c97fde01cae7dd91f2854153f9c2629bfcaf095cfed7942a075ebe2087b454c9a1656d72e8a4b31c96d22487814ae5f0ad3172b87ea41c9e705e8e7a4393a35fff92637731e558909d1c77e5961c07d094e38b13e5846cb49c98522627d1b3e5e4003b39750c2667ac4e9233ff6c91b33c0fc9395a32392feba79cf7619f9c37c5930bfbcae522ad1eb948542c1789fde5e2d109b9983527971e8e924bfda7e58b77dae48b7fcfcb97ce0be4cbd644f94ab8bb7ce5769542a5c243a13230aa58d5fe59a1368955a86f3ea0503f9da858bb71bb42ab3844b161bb9f6203db44b1696382624b2d58a1afff4ba19f7d48b12df484621b2249b1333653b1cb304db17b5586c2c02c5db1e7b5a7c2d07d44b12f6f8d62dfa7ab8afdcb0ac501ff1885b14ebfe2a0fd92e2e0d44b85d94895c2dc7b5461fed048619151abb03ddca7b03de6a2b0dfb4a270b852a37014ce298edeffa47052bda270d735567898372b3c80398a13af43155e3ece0a2f3f6d85ef7088c2afaa43e1efada6f09f132ace5e735404ac79aa08403c5304ee6e55047d3ba308e26729ce8b721417f30f292edd472a422b5315e1866245789ca6e232cf5671c5634a7165285871bdfd8e22ba6e8de246718f2276c84011f781a088376c52dcdaf45971eb728be27681bd22b171409174f4ac22d9fcb4224555a248953e546400aa1519ff8e29b2f25215f7af7e54e4cc842a72333414b9dccb8aa204a9e2816baea2acd65d51be4957516e9fa6288f1629cae39f2aca47aa159507a215955e438a4abf22456566bea2b27587a212eaa8a86efcaba8fe99a178fcf4aaa2def3aea2b15e4bd1f8ecb1a2b96cbde2a58ea1e255f54dc56b1d33c5ebdb0b8ad78de7152d24bce2dde51cc57b6f5b455b748aa2333f4ed1d513ace89ab9a1e8dea8a9f870c357d123cd53f4f9d42a3e96a72bfacddf28066a6c1503bd8e8a81f129c510f1b562749faf626cfaa5e2abea7dc564d8b26212a6a5987910a998fdd5abf88d7756fcd93da8f8fb1ba400acf554001a940aa0f184021a62ad401c9e52204f0529504baf14789fe30afc7f361161fd0a22e7af822a132a18c829056b7c8382c37ea6e046672ab8b40605cfd95dc16bc9560813b10a19ed8a42ce3ba4501cdea550949c5228669a158b336a8aa59700c58afd37c54a234da95250ad5c75255ea96a97a154ebc22bd577cc2bd55d7495eafc5ea5baa444b99a61a85c637a4eb9e6334eb906c753aeb79c53ae8fd8a35c9f35acd4a23f55ea1ce857ea0c352b75e6d595ba97fc951b3d1f2b37d7ee516e6eb2506ee94c566e8d4a57eed8765cb9e3d5b872a7544fb9cb76afd2e0db5fe59ef44f4a43f188729fc64be53e2da6729fb3b372dfb52aa5b1b6a3d238e384f2e090a6f2200da53cc889569a9ec9549a9d0b519af5bc549a7f9e531e2a3ba6b47408525aed8e565aed7fa6b4f187286dce9a2bed4e042aed02639576fc45a57d5586f228234ee96c2d503a53dd952eee54a5cbca0ba56bd72fa5bbc50da5bbbd5ce981b8a9f472d8a6f4429e50fa6c5cad3c9d24569e7e7d5279a6b94de927bda03c2bbfa90c701d5706d4852a03b0a9ca60a77ae539d374e5f91da6ca8b0ddecab098f7cacb414795575b5f2823e7d72ba30a6f29a34bd6296f66de53c6e597286f99542a930d0694c9f56f95294b16cad42b85caf4359aca74e729e5dd79ae32ebeab232a7315b99c36d56e6656d52e677f82a0bdfa4288bfa0c950fecf3950f5abf294b57f9284bd97dca9adb2794352c6fe5c36f76cada957c651ded87b24e06543eaadda97c927b4df9b4e8a0b221bc57d9488f523eb738af7c7ead47f9226756f9029ea67cb53655f9faac9fb2e5e080b2e5eeb2b2b5c75ff9dee6adf27d54a3b2adcd4fd96ed0ad6cafeb5776a15294dd8969cabec8abca8f087f657f428372a09fa71c183fac1cf41e540e199f550e1f59510e831a9423a68f9423d870e5082d5ff925fa997222f59bf26b8083723282aa9c447e554ee3d394d36c75e5ec8657ca1f6bae297ff4ce297f33b594731e0f947f6dbb94802d2e4a00f58912b8da4a09b6f8ab849c1957426ef82961cc4b4a38e8ae12f1d05589dca550225b1d95289da34a8ce37125a1ec9592240a50926dbe2a2926eb95d4900225f3b05cc99cb8a1e4eb752af98968a5c0b64329e2e194124fce7fc3589d72d9216271d5ff1aa0cf7820103e80e34543832b897212894a69a9342ea5ac385c434b2242099794bad24ee94949914884d0c0a554240da12591508a54245274d2a5ff7aeed5efedf7f3b3cb02058fd1a0507a15bae96e826e0b6740b72825e899b3017a85d743eff3a7a0cf5165e8bba31e94adaa40d9eb28a818ab83eae668508d1807032d2f81e6a4cba079f407fcda671efc9a1f0c5ab39360c87c5718f2b311b495cc413ba417e8f6ac033d5d7fd09ba9047a1f19f4fb2c04fd7ef1a05f520d06fa956010f10346aa5d84517d72c170603c18b93d03a3dbb960f463244cd0358069252761fa973530639a27984ed106d3796660fae63158748d03eb11f7c03a6516589ff7001bad18b0b15d04b6061fc1f6f079b0fb6d13d82d3d0e761bff01bb0be1609f6b04f6c5e530bf65112c502b0347f591b0f8bb162c7d340a96edf485e5ae6ee09c75175ccfe5c32ac365e06e3105dc5f3c82d5efaf81e71015f052fd065e059360edf6b3b0f6d574f059b1037cde1b80dff164f03b6903fe0f1743807d1c04ace80b01671ec2467d3fd8183d1f3696aac226dd0fb0d9713a6cde55059bcf44c2367582a04e6dd839f40eec3ee905bb1b06c2de71fd616f742a1c78b81e42141d2044270842dc6f4048e306f8dff42a38344a0fc2064c85b09cf770ec820244fd673f396511443bc741cc5f6510537d1b62ff2c82d8bd8510e7a00d71eb5642bcd3458877558704e7ef90386207244e328724b51448da520667678e8294502338376b3d9c9f7d112ef8ea417ad75c485f3c0332ce6c844b777f87cc326fb8bc7e155cf9960a57d595e1ea9ae770cdb0066e569940dee654c83b190eb703fac2edcc70b833b437dc4964b8d3fe02f2632ec03d7d0bb8e7bf1c0a8ee6425158293cf04d86470a6a507cf93c3c715f06a5818fa1ccf83d9479f683b2544378b6271a9e3b7e85e749efa062c970a85cab00554757c1cb5f1ec12b2713787dd10eea46eb409d5126bcd3fa0cef8ab4a0e1891b346ac442a3f31668bcf95f8b8f40f3ace5f0a9700eb4ecff01ad9f32a14d7f327c77be0f9d83083a5b07c34f9577f073b511fc7c7a13a03303e8d12a609d76ece2b205bbd69a614f59864ac10aa874420d7bb72ec03e4edea87cc91a557e74e02f3bcea2eae51b3860ac270efcfe02d52fcc418ddd11a8717f210e76f98e9a9b92517b50230e9b371ff5f757a3c18aab6870eb198eeaf6014765fe8186f3a371f4a0ed38c6ac18c7d87447a34b47d0e84a3e8e6b55c4092f227062ae1d1a2fee87935674c529bdddd024cc064d1e9aa34989364eb5b1c669573470fa680d9cf1fb5134b55b86a6e183d12c6003ce51aac73943dfe09c9a57687ee4185a5cfa152db21dd1d2ff295a5e7c8296697a68ad3212aded02d146fb32da2a9c433bb76cb42f3a8e0e86df70814b392ef1fb0d978455e2b221fbd069c93d747a3a1d57e64d44977751e81afa163d5c8ea047dcefe89138133ddf8f43cf2f07d14b77357aad7242afc0565cd3371ed74c0ac3351b8fa2f73f7bd067f810f44dab43df9c7af4addf837ee71bf1cf49b73140b53f6e4cb2c140c52bb839fa0b6eb178825bbd6271ab5f770cf2b0c1ed81cb70c7357bdce56f8f7bf6c4e1de6d5eb8efed340cb634c5fdc15f703fb4e3813397f0c09bd57830fd1a1e729d858736f5c4d0e0257838a6198fecaac3a3f1ae184e7618951d89d1719b30e65b04c6f69a8db1ba8e1877a20ae37dd4f08cb2239e79f10b263cd6c6248d4398949c8dc99ae330a5a93f9e1f6084e93d0c3163fd5bccf8fa182f0535e165572bccb2198a591553f07a4b3d66e707604e6204dee8b20e6fec9d8637ff7b9bf7dd1b6f4d998ab70e3fc7bb351998efb10fef65ecc67bd7fdb1c06525166a2cc142ff1d58645c8bf7ed1bf1fed10a7c10a182c59f9af0493f472cdd5c8f65cfbbe3b384687cf6b6099fdf0dc40abf60acdc35112b6baf63d5b85df8d2bf1d5f560fc1ea941d585dbd0d6b3c5760ade249acbd15826f0cbe625da61ebe359e891f0c103f4ebd8b1f33b5f0e3f381d81c9e8ecddf6e604b791b7e56d98c9fc90dbfbceac0af4649d87e6419b677107e0b48c37ff3fae00f9d8dd8f93300e1977424ab7bc893a349d1349c143fbfa66e2ecdd47dc072ea915c453ded334969fc67ea35cb947abfbf427ddc3a48392f9d54f6c550bf0f9f69409fd1a4169c4d830c16d2a071c769d0f572d25c5b429ac71692e6ad1cfa35fc22695d4a21ede193487b5906e99c89a7615d37d0b0ad77496f9e09e93d6e2683ab0e64e8dc4c86212fc8b0763e8d0dbf4cc613aac8f8eb259a34e3304d2a4aa2299a2769caa21964a25e4a26ff24d2d40fe368da817b34ad7c2b4d372fa0999ea664baa690e6ba9ad1dc0b85646ee94c168148160d266439cd90e6a507936ddc45fa7d530639a82c2587b336f447c81b9a1f9542f3bf87d2fc1f420ba7eda4451ebbc8f146073996cfa5c5251ab474731b2d4d3b4ccb9cc3c979771dad7473a055abaf92fb5c155a1ded401ed58ee4b9650879c58790d71d655a679d4e3ee19ae49bb9977cef4f253faf30fab3a18dfc3595c8df3b94365819d3e65005da961740bbc6eda27dd382689fdf18da871728b8a03f1d98e84b07d67ca290f5efe9e058633aa4a44d87bc2750a881358596d9d0e1321f3a9ed14891332f50546b069d5c09746ac5648aad2ba2d337cb286ee1314a50244a506ba184459d94a8f394926ccd28e9ba0f9dedad426787ada7b3153e94f2bf064a2d8da6d486043a3fa392d2629c29ed5119a535e953c6316ffa7b410c5d8a4aa0cbe73c286b76225d75bf40d75e07d3f58c20ca361c4cd9767e9493e34239b9e7e846ca47ca9d7c8572bfffa45b5dcce9d6cf32ca1ff282f2373450fef6c554d4e4440f7a99d3c3853af4e8cc182afef68d4ade5da6a7a34f52a9675f2a0d32a7d202732ad31a4865ebde50b9b22d95ffde4695c773a8aa8b3d553b8da2eafc32aa75e949b54716d2bb05d5f4ee4c20bdb7efa4f73f6650c39412fa282dd414bf879a6f865273f37efad4f207b568eda6964b6df4f9c54b6a5fba82daab1da8a34f1875b855d0f7d4ebf473401dfd5cd98bc4ca8684c67097cdcc5d3b2d5821b2911572535971a21bf7183f9695cea672af083d56cef66795a755dccf2e89fbbd79c9aa5d47b0ea0753566d56e401751f586d7e27ab65dee4417d87f2e005a63cb8d199b5e6f9f2d0904ad659708375f74d60dd07ce3cccda8487654f60bdb9cfd960f43536c8ebcd2356ade611619d3ce278098ff8a4c1230dd7f1c8c6e93cba5b0c8fbd6ccfe3cc96f178e3be3c61963a4f1cff8427badab0b1ef649e3cc39d2787ede429ce33d9a44c87a79e5ecc339726b3697e1dcf8e5760b3aa4d3cc7ed0b5b26dd622be52c9ee7708bedc77bb2bdef1c5e30b69c175a47f2e23b35bcf474072f5f57c0cb833ff38ab20dec526dc5aef326f0aa055fd9cdab89dd4e5d65f705d379758f2dec71d9903dafae63afb1b1bc264278ad6528afbdb69dd716d5b2b7a7267b2714f1ba103ff69962cabe99a3d94ff70b6f50ff8703662ee240052d0e5c7e80838aac39a85d8d776db1e4dda316f01ee71dbcaf519583b79871f081380e7eb583438ca23874713987dea9e4c34f7b70d89a740ecba8e6b01f367cb473261fbbd9958f672347e45fe18817af38d2b99123eb0ef009630d3eb9519da3533f734ce84f3ed5788b4ffd5bc3b18a133956ab864f6f08e3d3e2ccf12bef70fcdd959ce093c4491783f9acde124edee8cdc94d799cfc8f19a7280ce173b3bef379fdc17c71ae1ea7af68e4f47d859ca1aec619c394f9ef898738abfe265f0ba8e49cf666bef16b2de7aad5f0adf2a37c7bc84ebe9dd193efae1dc6777dfee67cef1e7ceff82e2e28dacc853beaf9a122f2c3bc287ed896ce8fdbbaf393ddd5fc0422f9e970752e3749e1e7a5455cf1d08d2b5ee773a5df617e693b9eab7ffbc0af6efce0d72366f2eb86675cd3c5836b359673ade54e7e53d885dffc3b9deb6ef6e1ba3b83f96de305ae9feccef5db3e72fdb5486ea87ccc1f43c77093e17dfe3440853fadabe5d6bfb6f2d7dc25fc4dcf8ebf597ee47fa785f38fb15e8c036733f762e9daaf5114f25014e71589d2365d513e5127fd5dbe88ea6a0751ab7d21ea655764f0e8e5a235215186e4848b7680bf68c7678af67d4f191a385774227e119d584fd129ce16dd8e0132eca4b1e81def2ac3c7348bfea024d13fb3430cfa5f1783affbc480facb28ed18194587c4d0c248c63c3828632a41c69964ca446a9549cba3644aa2ba4c6d369719dbde8ae91335b1c85612ab51b162754a536c558ac53606c4b6a687d8d6be12db777f8a5df254b19fda29f35bcc6441e2485978da551682a338ce2a9425e6cab2d48c65694c9438b9ab8ad3ab34593574a4acda5423ab0e3b8b57498aacf5f115efe17fc9bae61cf12909175f2b4b593f7b8cf8f75790bf344ce4afe004d9ba334db605284a90e77ad969a5283bf38b25d8d358f627bb4a887a9b1c4cd29283ff7693d0983e72789087840d6b9088782b89b4e82e915782e484c65a39f1a38b4435f59698ce3fe454e25089dd582d092b4e48e2918b92585628296b5e4b4a6084a4ece927a963fd257546819c530e93f3692324d3ad48b206844996cb73c9aad82259b52572f5d311b9362741b21d2224272a5272edad25d7a940f2debac99d9c52c93f5424f9a1ee5230314a0a27ce934213557990562a0f750ae47190933cfede458a771649714da014b7b64849ce67793ad04a9ece3c24a563caa4b4ad40ca1d8e49f97e0b79befe8b54787b48c5b6b952591d20558d77e4655badbcfaad426ade9a4b4ddb5aa93d7e42ea82d7c93b85d9f24ecb45de4dc893fa39280dfd7b4bc3db8fd2d09e258d2ebda569b88b7c32da202d93b5e4cbd966f952912bad07bb48eb155f69bd3e47be66cd93af0567e56b7b907ceda895f6ed7fcab7c151d231dd5d3ab6994847fc22e9a86e90cefb4be4e71a53f9f9204df095a6d0a724618badc2cda9c3666cff3fc9775a6ac8910300, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('coreHashes', 0x1f8b0800000000000003001a80e57f613a323a7b733a343a2268617368223b733a36343a2263393437313533653032396137346336643864316361613835653461656334363032326665303135326666623164666332336561353038643965396665396334223b733a363a22686173686573223b733a3133363434383a220006ad88eb5737878eb1687423931f09b29a71a1bb29a4ba64c5e8fa2400d0c90028c6eb9db078164a7bec68a2cfae8d25048da70d5eb2d73a80fb28e335c1970028d0129c98fa5a15fa59f7599840e04971a915ee9bc89723e1d154bbe1f9400034df97bc749d825c1076a651e7fcdeb91ebef4275fcbe1c2616a78cad2a6db00453d6ab683cbc88b7c9d70382ee60ec2bdfff705cbd6a4f1f353174770e583004571ad78bf8394c35061a788f73e6276e144aabf6f34568a473b613c06b1de005e4e9dd9e5bc9861f0651f7c4ba0b72d05e0c6dcb0d2cd1f1cc99c143de78400629c26469ef698b3ff257c779bed2a51723b90077c2f8a3d2841a7f3e43cfc008591a523e642ed35e001bf146a86f32423f5e06a219fb5fed0624e80f46af60090dba7ffe534281511ca4ba0497c8a84af300f0cbaecb57118442e5ebe76af009d3e7ce6053b28dfaf5c572a9c373f8cf60b0ad84eaac1323dc337105b556f00b5eb690ce4d3d6849d0f1322de07fbe3c65dd15ee8b015fe5844fe93325d2800b987f62f8ca16f2911f6f43a345db1e35f15c70ff8df2bcc94eb8e63bdfed700d4651eb52aeb40927484c0b10e22e990e1837109c8904efe159235f78448a500e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc00ebfc5acc88bb7eed30b13defe8478723b443f7ff165a1d027dc52aa00f867000ed547ccc855facd553f238adb4174f0630cebcaac2b830aac30eaa89361b9500f7f92d6273e847a80a2868721a0f2ef36ee510f5f92165c8d77a2e59111078010380d755cf690c8dcd3547a0e81c14dc2450c2fc75cd768f411154148991c00103b4709f6ce74aa29b7da282b6611ac80056583d3a88821f387e22320f17fd010fcaa644b649e85856aa66b845577fa313cf659380df47a75db8f117b4711b01293697ed09c56adc01ed94f56e4ed8a45e7d305b509c4b58087393a42bc8890161b177a95382b6e0135bf30255607c5753b35044e6b0131ee7be9f4e68acc801620221951d0517c6f2ad23a73869df3e6b7136bf528445ff359e943a9722fc01853b42ad8e692e71580506f514e0413404fbad90e47507559c1c882bd7b1cb0185b4cfb184e7b75415aa5f5e6779aa7a47824c2231b0fbb38d557d363a0f9f019f6c7c1d87ec2806e39ca6c19671067b12c6f056c07e1c75ea3ca20644680801a66f2abfaf8c63cfac30dff1cec1781da2636c24870912119934dadd6d95b701e4c9f86fbebf601d76413aa711f89914ec88607b7266cbc1ef5ffb5333192f0201738dd96dda3f649a5ecd9430df5830e31323719605c22d6d6ccf012a80cf022354f18c6399c178f045b5c7c28379ee88c5a99ce2489c15e0f7ee3ecce3160224c93210fee48e5de29225c6ec2a9c361d1bde5cfe6470f9db9b219dbd187302259fe05d5ad759c76fe58addbf9ffe9fa584a991f4c9723b47d0f711228aa5024775f7c9df26c3775dea2d48800d1f5257fdbd5ccc35f5a6f5f227b38c3dc30250961fc57fb9dcca735a4688d4a46f0f442d783fec3ca075b6fc841471fd58025180376169cc0d4943d27045964be1c8ccf08779bd806b8ad1a97dcba3069c025c8d24ad7022b726cc702b5e8407bad51af57ba9af8edbccc298b935ff7c990266a2e3b58553cd044c9a6f173345fd78c0bafdd1a55518e3ff0fb071a8608e02713475ed0bb6f85aa2aeb9f0b0af5b6e181ef938947f031805174fa3ec723702870b08cd301848301431594c2452521f41680b4a36b4e74da6773a2ff00e37029a2ecada8f5094c183682e0b42c2552d13d197f2271e5473c1aa7a2b70bf90029bd77048619c50308d3495c344ed21cc0332e57bd146b019cdb97ce1a9f6a502a47038249768fb15c222640cf633ffaca05c95a370599551ebe1a38e9b4b3402de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec75602df4dfa06cbbb79554ca485c14bab0cf943cb57618fe55cb0e8cb81c40a833b02e8a530e5c4a02266ab05d090ce9fefd2270dcd8da4fd44c4644dc5d7d9f9c302f7a71d73cbc7bf89d8dab4f8192432f46a29c32c0ab227201f2336e4a7390a02fc8d87cf02da96a9f56d4bd832860f65b266e90b7465be34f99c9a081af003031147472ec06607adb15679601bb8c9ff29222e6f5b60d7cf90dd0d061bc914031c6e94f3e76a6ebc7669550a402c9b2b212575091b72650634d92b4a755024032c96574e8dd950d932d222c59e982c7c5ee2e58079deb2f0f1f22f1a2841b003315dfc2fc685ad42914df36a3aade540d1abc8472b53db66b617baabffb96403569e69891c0a02b03657b715fa05d4915c3ce74f0ccc456a32ac51f28ad7d603940dc07cfe5836c2ecd4eed22f3436a44af2d5c93fd4d5e658924758867e86039675999ffa6903630de270aaabf5b4fb1151d6c71913ed999cbdf70c0d3f6303984cd954d38a95f9ee71671502a6c8ab3f1d63019772870ec8b8a674ad036403aeace6420d544ac22c5193d3249a54446806d71df10b15d028285a64178f7a03b6b9764fffafafc25f95029f083bc6809bb3458c7059f62ed5267df606ba5f03ba09d45190bfc6161281898de36f53e26e6efbccb5761feaf80029b0f6ccd303bf96ddd3a4e5063a44494c56ad0b0079c55a08fe0f88299bbe4b890a11e38503cb1d01dc98448b7e121099892506526ff8ef63118915d637ae7f0da6ba4cbb03e63e318a16dd885d9a155e5dac52c9a2124e46994df4e24acc2c98eff70c6903ea492e32209abb193e31b75ad83bd7a8be8231161ed481249a1021a187573a0409a85378ef4471357fbae02f77ba1701db5f573a9cd82b011c66f0317af9b8040f67a2a68b5c59f2fae26df50c78b3471f4f30c7cee26a0e6f5d2ee396bdae0410429c3dbd660e7e3a4ebecc1ea4466136a2d5a1d90a59208dd8d327bae8690411fbc2e72bad600cadc2664759626d9fef5550a9994d81994ae9daa1308026044376c2e84d932485db07e8fa11b64fbdb7342d4b1bb8090b6f36db6c62f631044513e53bb13778f93f1cf02d99c7b18ca85ade7a45bb9f892a866e6bb1bb890445d76d1040ec0c9ee3e9f68e01e9f0311073aead5995233124d015e91aa33d044998888a9dbf0762a38e584272bd3f8ab7ec10cda52df48221c769ba3e7fa1045b1cbfb21865f8567bd057a22146b550fe623c2604c284418ae0d0fcd538d30460c9e55d7742cbf9cebaf59d406b7026bb9bb96834d49b1eb532b68f997fba046627f647d1d3cf4953950ce67da07d52e2a58517fd0e4ad09b0e5a5b60c6f6046da6ff4994243d0b84adf9bcb944938bd69b26c4c7be4007902bd5a2cb14d004714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f047a3dac69bb0feaeed2201c53f2a81fb0d4c0fd1a1a34dab631e935c1aac7320492330d233f45c95110b7cbd84cb6d5496d24cf5acae5aa421aef2184e39c26049a08cd968e1f97436b8660378bcfd7272fb9bd5de469aab213351da000bcd204b5a98a3253114382e1c52b32b1c8fc66214f67d07665bd430bde68eefff09404d6ce2525d6ec2dd308d5295e5c8189a2001bab7460966b90e0b240a7839b5504e64fc594a46370a6cf3ee32138484236a5cfe0e3ece23d9362f1c2158921a704f46e8a7a00a74f5311137e4b0feaf8e77c24d8ebf6b054a1ecefc185e66c4a050cc6f81262ff124f779f90e0d0e1cd660a54c0feb2ad45671a55ea0df89fa305148f6c7be003b253171f59443749d52e0b60e8e4b5c38f7d23d9a7fe9ef44a054b4ea28d65e9d38c04bbf026149dc2d08e75d1a1490e719974bcb78b6e0b7e05540902025f6ad7068d2d989b86c925b3a63f9e37a1306996bbcb7dcd65dd69055a10d64f992645062b72588e0f6506907b65aabd6d58cec8f63cbc3aa64b5305797ba0ae72b7013e4b5e73e25653326ff548d68fe15feedb2937a1a99ae3d0057a5f6f65efd51efdc5ad79a75e102f3f683b407204e24b12141425e0e14c500585c766a8e063cb287cd55f5da0db55cccd926f1e7e4d45ffe8efd71b1386dd058bd973acf95270e764d5ce465bfffc2772dd356cfe97a5e8949de5aa808eee05b41d73e883f2405a325d10a6f3ba69bea80ca85d284a0f7e6ef833ece0cf9d05bfd9801f81686a81f371da6fd132b1866b4cfd9b4a51a76300cf387c7f56dc05cb4191fcfd8a1f8e4e08dabab6290dc26de44d0641bccce644beb06f732c9605d5f0ea24bb8bf4674a09e1c596d8376c7d0ed861a1f1bed4c8c18aafc3777c05db6719524c680621f6b08131d25213f3fe9d26112798fd6bb11b44273a385905dea84b8d4161ac2dbf524813f654d205fffd13ffa5d5fd8aaabb283af3023d05dfa4271c5c16d500a8b6af7cc738cd28b405885d78925ae41916b4cf764a2b05e87e8653198924d98b3608cfee76679041d19cc008ca8b513fad6aac604a9305f1a94ef55dee302696f105629b001deb563f39b4c1ba14b6d122ad2ef7493305f491327229726b922b60bd4e694de7f132025d3cbe09be68040adacba58d9705fe4fed0b80330e8c35469ed0c85ccc0011f79ef0932c167653e7e70e2b701c060afd2e871ba799e9b40dc44a2a525409fc218ce6412696d51055f342cd744706163d5f3a1c5cea5d3e699fa33fceb740dab9dc614bd5ba15da2abfa0d4bd2b06185db280b5d2ae67c6895e3632f31c47a69e0d831f1253a01907850c7cb13b0629a5243d5803c16e21c310baae826c3dd840f541cd1918b0d3f1183ade5635063655c6fe7835f41250789b9bcd26f3bf3a0e569356e6fbda2d711358b9ea41063901c04de734dee0862db2b090a9747f0a7bebd1f5867d1eff4d491e060905064145304ee3f6dccafbb584c52e5430180362285bce17b281dc0e9eaaa3f5ed066f5964d4ce25dc20e52ba35bbb42ba9512f020661bb6083c33297c959e9f1b06792daf6482b0b4caf45d602c3586ef1f6c391304846fc81fb9a478ab9c3b910688f5be785a9fa0d57140c9f5b6e4353161a514497888bbbc4d4f59c055f20d068b5aea748a4bcfade9754a4f79c5b9a226d2b8f8c42aeb91dcb2c675732391069e1c087431f01fb22334e7cdf6b4c3e482b90e1a80c12726dd0638d100c31706aa94bff59b6d393b3ae103c4cdbc8466c2c66684299399a40749ef9cb3cd3b06c112fe506f69c3e3a7da3d9044e18eafe4a430536ced687367dcba7b942c9806cc297f071a7c9c0eeddef2af0b3c840a93107892be2ad4d7f38efdd769c40306f396d5c96099806888ff609350a18f2acda4b9216a316d21967e9d054aad8e070da64fd35d058e0781593c8d79178c7d831abb3ec9ba48a8aff0497cdcc750070ff4e8b1dfe8aee04262a5bd65d45efc9ace883b565431a8ce636aa85d206b071c5e01a74fd7eaa439ab41399d2fd81af38c1625984062a42e8c60bbf0959a072004706fd6c0ef6466b9c63f0cbb6a72a3e459e5158f657cd5488cf7683edd072c8b651563de17a196521817fa657335042d939ae0443dc7c4fb3cf3da3a0c0733e3cdcfa9914de7f19dd43ebb1c8bff72ee0f36cbd4a4d0f4257a8b75db870737fe7f7dbb46cbf098c45b7978b1af5d6b04e1c6ddadf759728387d615bc030739a349562c430e328d229395c9560f1fd16cb79770885d6c32a21750eff866073eecf5044b70d4c701d69a4a94be99627677b060eea902aab52abb77e9a0f3077db1cbf8a9b62aca98f10f98293e3283711da4966513a5805e0fd5c0298c500792038d11a6c76efb476652f4404f6c2c3e6976c43ab060c47451c62ab7382707a53c93f30ae38bc10592bca04af21e8fb73b934860f751d89d1d367018197107beffd861f325ebaef1080d86d80910fcec2211851f4118906e883348d8497307cc3a59a5a461c165301042d2b279f55070160aefadbeafa899f20bc621ce9b07cdffbbd926b0d6c985274dbad034e39a429f53f8dfc92b27a534261cbc240307d8a1a10ff35606670e6704a4e113106fce1efc67107ed90beb106d2fe0a11c08122f26742be47ff9e273d77fec1cbee4d422233a5aabdcaf34e39389265f150826dbc70e01c736227846f07c7760411b5a5f2b764c0d7db08e4edf50e5c9e6083683abb88abda25feb04f0d2b0e6ddbe94fd6c321fa1629ea9b97113c39c2408558476a1f1096c2c73a8c5d9220d0efb6d039ee860bbe159d793af5594b658085e9e4d0373f7970f8d36529f4840f116092689e586bea41342c7789ef6406408c65210022355b3f44ffe50679b9e731e48fc6fe810296ed5ceff577213e98108ce748f5aec4daad2fee83f012586efb91b880f56fa1d18dcc0a244b1b0467608e01f40af88c1fcdc2a391f56150b9bbb0e8ccebcf3125b45a3b642757d3ca808ee84b11c1a23b664b8341b2afb3f0b989ce5b864aa515d0442782e7c3944f808f63a0e6840d6c251ffcf2f55002d7c5fdba231f9670b2df12bb419adb7de7d08fcd498215e6942b3d0f24afcd55c57a47f5d9066a71b9c40034085771ba33d092e1b185db619ed6b5a3114d1996d16d247f582fd5dd41278e03003f8ea95c909313422319c4978aaf547194ca65b0995821db1163e2847e1413a108c0efdc7093634b513ae88e720b932061011444dc84de224cb0de6be90699300d401ac8b09385cc5ace7ae6af9419281ca9435d12b589d0cad9c6f885415f96db05f037c094debb0ec127975249c31bc636b5f914b17ff6fdd66dbcf046db31c85b925fb0967295b2e89720ae06f9469d77b348a9b510a0d1438488c0d665812f0c0e8040976b66cbbb4f5d9aedff7062118ff16f0b9ff5080b26dfdf8950a367ccf944b097ed0f543e8c8ab990eaf37a406e0c33ac0a3732675cbe4d908ec816ad4cb7409a92b13f67b52f483e4d3d984e5d4cb6efd742cb4c79ea660b595ce7c55ee9609ad09bd9c237489ccb9bb080feaab703d12ac0649041522bca6988f2946181f09d693c5dc1ef1142d8c0a715589cb69bad7cd2d9b24e068192aedd8076d996c09e656076898d0f04c430e898fc2bb3e121155c6382ec560c6403c4b10e9e36809fc06cdbfb810ca5525c54fa8480cdea1f19f851f40bf1f7e785c36cec47ee20a013cba3a98580e866806c7514154bac0efecb76f8ee17032f5b61fb9383ef80a072a84b23c0bd7f7ba1bd3b3b33f484d8db22756d5e9e8904ceebc275b52db0a18f04026d8ea5b44715315de04c111cad303f0ece04297d74e2346894285e40a2a416e9584b8072e5de942e9c474fa7683218957d2a74d77069239ddfb02460a2b505f7451ff566feafa06a9b2aa376eff0a7a23f9181138cdfabad2dbdf4a0a476b020cf9a07e6e6798966d192eeb335c960af0e6b0316982d46a67d6b8d30a76ad3fcc75ec0609d2c8c866df68151836da3242fe83e83ff1320033947da60a7889e76daf1bab856e563d4f440fbc930054addade172989cf55dce3a91c1f0a7d2ea29286e5d7f776e69665af0ab53fe6b02e7a9faa4585f0bbdad02bc9a10a8b905c5f3928f4102937820a9711d62ff553e6e027e467df83867695a304c30aa13964a3c7ec678ff07e4096a4ae7ceb422d179fc1b0b29cda90fd363da39d0aa40354c25b4370b9b1a702e2282cac5f562be44c040ddba849b9fc282e88840aa573fa0648d77fb5d1876320eb2d10792f2f14fd3f870dae244dcca4156a330aa703617101594bb44ad294ce801870f91a4afc6a90af5c50c70e98c80a05d40ab6afdab79b746e8c0d8945616ef28e4a3b7d28efd2d299a9f1c22eb0c4391b0ab858023a80bc51d87dd72bf64f975cdf5f93097bbcdc93432761d7793aa4df0ac1fb1e20c55722ed880ffaeb77178600350fd153204e728fcbfda98abc9a680ad743e31cd930c4704664f9b0876c9500bf9e2275ea997e3222f554afbd701a0ae876c95b1800c708f587585a707069fd2e01cc06a163b93b7e260f8c86ddf80aee02b705ce26aa296834d05f60d546e34c939d3c97e33a6023701b66a2ecf20af9981498db525723de88b41c20e5a651a5c605c4930334455ba327c47a93180b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec2140b36316b878f4b28a3e15d310cc87a08af756b7052b621a289b38d8c975943030b380418bbb3d5606413666896062e5e38a6e4f41eca217bcac0dd46fc1e4e910b4c7bcee77ac529aafa2cad22a777cd57cffd53b28c4a1cc7b2fe9ed5c14bad0b53c1aab403c075e1be92b94d881cc26363d6cdde6316644499288b51b1cc0c0b5c990d61f295021b12085b844a3f5403d3d0f03fd1ff11fa47bc64a1e628730b86a9aaa211d4ee74f4a6420755492b02759b98c043afe304c505b60c8552900b919fe35346323e1cc23360a5fb76c91cfe27983a6a7328819d2d4eeaa716b20b9ad6a0b8ef96e716904ee733830fec1295f43ae256533bdb06c5e143540a800bbb5da0fea50e4387724abe08328eaacbc96d35435a8700d92f401d4031df310bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b91260bddc6531ceef02e3ef55591427c0816329bfcd39c4f557dbf01da28d4b0a11e0c1e741e63e732c1acc4925a568652eae9a1835ba7826c1b23347fffcb7fbb3e0c31ceb5a2b41b450704fe80c26c7c6c68acaea3d9ca5dfd8ce43ad459c588f50c33099a03a7d319ec5c676dccbbf1312971042b23e398f2d962e65e7f3072520c5fd2b2bf88596e2c901b7faa4a9aa9a9bdcecd819354c84e42ba28d92db1a70c6703f5ea5c174943da9ed73a72c36e85ccbf863e5477d8440aae51bc2198400c6944e4f803c37282e8b4c8ad2177087a8ff74c7ba9ef4a16d11c7937032dd10c6de9d703e19347e9b49e59e28a5ba8cdf4e36bcac8456e2306580176d569870c77f7528dbb3a9e4d90374bac0b6b528aa2440cb795ac912e84f3b2a9204c390c8cf425b153f7a8b34a2a98c01996856e27cdaa745ec0ced056c9b9c54f01870c9cc6c7ec2af3289c9884b78a37598b11ee28568d0bdd7a7c2500276a8db7d50cad6c81f8f7d8b51712ae2468e75443eef4dfd59e4efb386bf6c8bac90e99790cb72a993c490ac6d5ff7fe407aa28f890c8fd7880249d0812ff15f043050adb0cb86d9c2d42eea9cbf3ec9b0eec5956416ccdbc32be565313fc236edbd8f2580cbc960f8bd536f7c358ee94199be2f14455c854f63df596314fbf40f82c78d40ccf0efd9288dd07b3d920d829ae8fbc0d8f0c26dc6435b7732f2c9722ec64b70cf9773232b39a06b90dbbb3de89233c2a51d066fb9a0428a584f5ad0210991e0d0525b650a8069698d3f963571be92d3a142732118455e190274674e0dda97a0d313f963b0749429c3d53b1f71a9332cd90d6a59126fed7865aa442ae11acbb0d3543dd13d99698f2aa4ecbf98f73c5d86bfad7fa0e6c9b27743335bfb6b0aa0d4ed317e64986591b9bb7bdf89906d4af2194c71eea3629acf10849a35910030d5169fc5e9a1a427cade4661218b2914391bfe82d2f72b1de55c759d9a2c5420d58b75b63647053733319d3252e58f3e57c024188ba04c477fc9823284a4c1d0d61827b70eb39d1d9e5f328419629cba185ccae53505686cc7307eb36ec23690d6e750e8f8aee3a114674071ab1a4225039ffb5b87150be899c52b8ae5041a00d87bccb6b0e953c7657e050e4c09c76aae3672848d182b5a2631e8e062b64370d9459d3f874da575ea4fcac7d724978dbaf1f15f3ba75868d24e72f644d6bd80da00855fff287053aef77f6e7ebd42cc8cb11df26e74b857026e11a9a8110d10daa033747d99ba00672ed581016796cd6efb3a03c55357038e2ad6e8e12e89a0dc29bd87fd758640944110a15e8a3ecf18e01ac1b71bc6263f71a177597edc00dd993a303d21c43372c9abe3cdcfadc70ad2ccf4c16f9e2b57e7259fa7323800de722be2871719a36e75a1d4e86e8b40ccfe696c97ffb96d5c59f26e568a9cf0df20addeecc2a4a96d43605b4a4a9befb94565eb1cf251457015c0fc07903ac0e27ed683f0149c6cf49ebc2337a28429f47512389976070e4533a654ac726840e2f96ca9de11c61c98ba89360eff7fe0a198c7d1efbe71a5c78d52bc3475c250e52a3b5cd4fa2a436b3e0fbed7deeb0e39593e682abc4042d1caa467ffa6b520e56cbf0a3369ab70583475f650dada622e47dd5515e7506e2d5f8c0bfa359740e59ae15908973124e6cc96402557cdf0737999174ec55e0124659809bc86e880e61d449575248db6ab077484242c7ed95ceed75a45870130062e45565d2244f0e72ceb05965bc4a58a57f1d70ba570921eb161f8f194cab090b6ff7d1a69f3f0e8113c13131cae61281a81d5dfb515bafda372afb619033dec7be1606da68890e892ca155fa8eaa1063815cebaf6b69109ab2a0bb367516f8e04a0a02332aac0e934b76ca698404e5418f26e03492faab3d8744e9d67121e893b8d6a7663b340e939950e45ab5f865b5074f219876782e65e8d33897046a59a6bbfbe7df301a0ea206b480e8508550310cafd4532fc08fde0430903feb5521f5cd9d880ebedf0ebdb8f5f21036b03f3fcfcff65a9e917688773d32483af529782eb0f4ae87b30ec96f0b085cc5d44a86c21f74ae4c55cb0705d56fedf5df03f1ad4cb6bf7e9f0ed02936d3184bcf355324ca823897c7ddd7e2a1a7356790673783336c73751c0ed8beab7988dde08b5aa277daa09b1c1e30594500e9e5cf13a3e8baab0c695c0ef97fc2de0e7c92bc9498cd14153789d9777189d23b1e2c7292ede44c9d58e20efc86b1e7c85c333571762e52dfbc683c3ceaefab149174f768448a248cc25c0f316c2479882cb4ef196070974da5c76a105d23da57ad4291546d9ffebd03b90f46e24d850428f1623bcb8ff44b07e1f3e6ab67ab26120af52d93fb6e7a14450f6a6120b623825bd59d5964496466405c82114b326f9796d8822f2ad27edb480f7702e8ff116340db328eed2ce9f2d3f9b4b650b130ebedc1bae9a6cee3ee8f0f7860d5819e88da645a76730cfe2ed4c46b8b7f92ba85de1a7fa635c500abba0f79581e1793a724c8f56a14eba48b88d64988c2f638a2cf13cc0740743ddee40f7b3976d4c63e3accb74d1ad4cfb59194b1b80d42749d0df0cfd7cccf0c33fb0f820669bd8430626ec2131e1c01d40c6a3a9e244c20816705ce1e83720eb4610f98bde57fadb182f67f9a0884748ff51e4320ff59a30a99dc4881df01fa24240f9f5483cc9e7d5ef170664f5dc515c7ad4e33ad250d5c8ae02d08d84117b94a0fb24bdd0caa4b97e08f83fd375006af7865e627a35048f80cffe548fd503d2c0fbc908d4c8b8beb4ec1b77def9c1af81045e5f94f5c30b875c5ca464f521a290fc481a7167fe80603843b53a027624e3c76d977fa4c53dabbab735481b3c57c0fcf3e51ebce03b0cf697dda47170ee5440685a38e37e111a04f4635eca2421c0fd74e6f76d9dfc83a419d165f2d3306a304fb781a4abc421993406b877935300fe993cfc90aadd751e328e7f0af023bae34f4c18f2e9d1cf3b8f2605287c5770fff7c6c53c95070dc6bd447c64dd138c7fc8395a1ddd4b9cddcf666f245cb7810043bcb9d06b1a318c94fd85bc0f7f3cc4a60754fe2761e265f19dcd9dc2d5d1012aa9b83c64596e73b7cafb57824a0e5ed2898746022f2edf02f1a3de1603e1026ee876f528ad6abd9fa1faa091fe6dab20ceee77dc65a0977e925fef628f0103429b63b0de5ed3ba2293671693943f4dc32e9dc74d61e643634904bd5aeda1041d85529dbb321a09ea150646c77e42bb4feaf3ec63b17e7a01cdf4facb12d104cfb816814798afb4d4c295c5648cce333065f40414a21ed5fb0aa64724edf1064d247a29d073b9ecfb7f036c13cb3e1b0f2fabaa0776a9b3bd456bddb3464106bcfd4b7dc8f3eb744898c1f1d6ac32c1d7084c6fe6b7e2a8aba04aedd1364107de7af5bbcd4ede748f9133fe2694bb65b14bc69befa2fdb0c28f5af8be25e109e901f5c828cf634a2169e632d11a1c3c89ca1fe29f6cd971eca0513dbb7f510a2d240632eec565f3b71f6a6aa3a754df8addb58aefd9c625785ec0c5a60ef10c445b211d8b60dc753e8f16b791fedec25842ffe2d918e755f4543a9023f6f10cd5467fb4e4c43224def361931c9bfe45c88297fae6a8f69aef703eac1f15d10e36da586628a23af99ab3688a7437f3203a097ce616fdf321ce1a88146fdc310e4cb814cd80657a194ae250d564a037ef8708ced24a1c10f9650288bf1718a111dc7fa00845253e93b0d73f27dbcba166f258aa9584f775209c95c981ef342111dd03b7adcc0d2f50cf9f16223ca719abe8f6ca6bc45111081f48853018c571144f280e64c6578ecdde9aab4406d21d1fe8d131d7eb606eea7d17c0b1064fb11455439762cb457d18b8287dc0fca804b4bec98d1230005aaca669be7be80121147ba7eb58470c8e86f5071eb39a8c30d624c5c39f632d7aca786086e902a0e115050bc0041a277833a6f48f05252884553cc4789c27f13ca8f542deb612a511166b12c53bb37f4cf719dd4cc933ca6552a223b62be7292eadb5eb02690c237116af946c59116f8fa8701c0d2b1040b79d05a4122ca598c211f9509143dac9a1178f6604adfa9692eac3f0f777eeb2f2277be557bab92d24c66d78f313ad5a411793ba82606db86deb95b7244abde62f34e76958ce3a484a2d50aff1a7772191189c46b081f48751745a4ececf44e12c1022fef4a59b792fe67f65369f7962911944e5d0c6ff2ebd57ddf303c81c1192cc4edeb65533c152ff6dc93380743d211a954324986551058d06a46eabe0d504a360bac105ced642453653d05678fc111ae98f8db9d4adeb053b730bc0ca3696c897777ae34048b3a99f8d41fda224411bd8ba58f803d1e5b95b85accef0d8b8be723a64140c86633a808315f3c1bc811d1ee1e7681a3cfcbfc28514ed0dc5943776fe9cdc0dbf47d7aeff62f902b7811d917b197ae1a38d5eefb33a495aff3f3db8054c1d1912fbac72aa8325ec26f11dcb0ec0aad30fcfe00d304cf31ee783f4628c9388eafdc56ede9c5d92f603811dcf9d086c0c28ce3d71f74ac32d43ab25d02584b2517d709454cadd8e5849f11ed8e741fe9b07e14a8056e4605e70e5e6dbadcc44b59c44e05a7c622e3e80312208074db6852cf1c44e98650c23e28d5462dd1243e5181b08e412a306c155b12555b94b1b5da4137ad45ce0f164f78c69fb13a59a7c37ba1f120949d3267fb125ac1932b6a7bdc6893f803f64e9e2e6db7dba92bcb36999c7230c18502b1181271b4e358c57b34a6619bfba9cbe734bd95bf85153d50d4d29e255e5c24b6fc127266059a927a98033b4068a7a2e8acac26a7667bbb8a32f05488802c4a6781127ec405064b4f62bf8f8248d6248d280efbc0fe0d5fae0a74a46c11ec1d09f312818d36b1e04178091d90373029503be7a40031bcab9c4d7b7d69d5050513ae1283fc45d4df8d0aecb07d484e66ce8d302fc18f2c75b6def80549f8c0c6fff21292f529e62d5b00aab73dd6b93f1fa42b3b51a619852fd7ac572f157bba98df129a6c444105a3841d55c9ea520370bd726d6d0d4636eda913e3fa8cd8b7880e12a1698e1628223a9e409f6305e08b0fb7083aa0073c522982a5252b3ac1bcf812a8c9472543792ae06d3fdbb4b62fc40d21d1ffcc078519e61469aa41484b3212b0efc41b773a13db252ef33b6a40dbb4a329481526ee9714025291d7b004a312c4ed9052d6e3ff7763186994061e4615f4ec7a9bfe0d5f633be2511141de0412d0e84a52b751367dae9d8c25990100e3927798859d5131a68d687ec742b8a712d7baca8c8884b8caa40821ed67c079a3a5c8047be538e3c4d9a2f7e037190a13130495a2675431fcdb5e303eec880d8e9c8c12f110e58ab8d6ac2b29ded7371314585b5fa775d2dbb148d0d85d1022bc02aab4c2a160c4146e728b586103d5133be33f7e918a52b99e7133fcb8d9bdb85220b1070ca9da61e57200d2fea942133c63993d4f5293f013c28acc7601b342a26e7c4abcb1496eb23b353156f68113534b0e0190c2361813c79048b0f269d449a59f20282e664f8bd364782cbe3013586cbf8006dc4aebfa2e11d32ac44a739f39c7cb269e24839ff1c0c80d4ed6135a2f12ae1861558912c68f6011b3648f4c048c3fec3e437cc914aeca158b0b135e76f2858973825f258457dd04b8ef0d134a96e8f32ac41166927a4be098481376ae04a44d2cbfcbc42cf5db7abb15a6e3a1ab02ec3f6a6bc1bacf5bd7307d138cd1465740f15530cdc757d56753c0ac321563c5ea4646887c13d53260383513925362ea473f653f713783b8a29c23706adaa5127cc9a80059e5ef820581dc13b04f7cf861563315458746575e406c9332fe1c344bc2cc3c5cd82f231abe8113b81cb2d01d6a1e7087f12143979742a8ceda8b544ce5581cdd36ad6aeee17913c21a0aea98d191d634ba57c15c1ad354e01507f0a8b4d34d5cd056fb6445ea13d2e0b6b67c40dd5d8c2932d4956971c76aa2ec2797561170fd2ce4dfff9ce813d54b11bade057a4d9d7223bbebdc369d68e6f471093ab7407fc4dfae9b0dcf13dfca306cd29e84b7ffe1c7e18a36ce6aa5a4f1ccf85a6d8a1663fa83040cc113fe2dab936bc5d1e8ad59a3c6db784a0cddd335049ded15bdfc7f5fd6082ade1417fd965d4f175c939473974d86d60ad50b549c9432378cabe9176fdaa00243141fde6760639f99decbb06dd5757061a05c987c2f4aee791ba732e566141579143271fd74cf40579f6be06d78d947cac4f0b056cd92b404d7b5a8179dce707a146bf0e8a88dee6e218ae3f23e789b5cbdf0687cc02c1c8165b4303f88867334146ef72ce4164c6d75998c1adc085ece8568557d311e7d3dd97aa302e869c1f1147927277c4bafb2573f085ba072280de21a3383b7cc7aa9d8bbd766575e501c14833159011dd8320626d4d0db917041b5550ed8de1ca2259af5a7e21c9866dc14a4473c822b484834fb797779e9aa27687ab2780fe1fa22b676895cf270d22414bbb813626fc099296348fa7653dc19b5166e5fe399128811a52861a4a7576314cdb4419c08fccf606b0cd418ad42ca9cd1ae2c32a38ed7f75388d85ec3ba1c14f444f1b1eff51ad1a3303fcbde96bf0c661df37417b6aa26dd212d1490553814f6863c92b4477aef3c330052d32d6bd02c9a75f8d7bc29b386e69e00adb20a14f939650a2149394b9857f7abdcc7bc023f5fc64961594f7267f759b3cae3e3150e6b3f9752b330a99e7d3c15ddcca4a1dcc1f7f82e168120b9b6245e24be8a15186d18dbe677debb602e41c35f5b0ff2a67245a3e55d15fe4aae23e9bc03d9152bdf98a334ff0244bdb69d2c4504e3b9ebc7a11e4766f37935dc9f4089886e154ef184a1e1ab09dd3336c44d1e04910eacef5b06cf79e9465244d36dd6df3a15846de28f5cdffbd8ec142c5408ea3379c8cdd23f1dcc5090bcfeb9d4882b6f1598f38a4b71726195e05593576af76a883a4db1dac953ecf3ef4300a815c7d01599459aba70da8e8c553d5cd981ab07322512b1fdfcca373242af039539ba0f15bed4e4396b0fd1f1cf0d073f72cac7fe0571511b65992db53d82f9bff5e6fb15c702d34f7aceb3c2327a219597ad2e8777e01f81ec1a4650410fc0a618b95315d3835081876c965ac54ec0e9d32126809b085177f47c10be633b002c32886115daa255f8e8a750bbed9e721459d46f3a579a1f3318a718962236ac7578680615eade10f8db53dbd8a6aeab33295d5495431fc1adcb8e3142b6822224cfa45f15f6595b5e03a165130a0e0687de18341c31a5ad4ca7f248dda9e2cca8f2153c15fae0d25760928265ede2bddbf6098e55b0269c7af8d5bf52fdff423d50874b1607718112469675df167e95e38a1a38888c0f13c90ef6eddcde57a63200e8fe1609d20f65fcbd0460680e8be070c32ce5eb2d6e83f97d933b469bf5a5201a1e162f71e840fb13c65121589f77153ee3188b80c637be2e846cfb0438b3e8b5f2166c65b9512c85c09e90c5d7ed096eefd26182b254df8c43c4d3802381c6c9dc169f95f411e7f00c14369c77fa26db0ca266b455e2bf0abcfd60920c5672997b16a6f459559aac225631c409c75dae39387db42e06fa400bf10d665bc99626fe16bbf3d6315ebfa299f51367c29e112b106656e8fc603629051609f0ad35fa0416bd45ced90853fd066a9618cdc90cff8506da72f44b1b15c5ec1008f1e5756a16c6f7d80f2589f670d8d6419390f5888ca03958633c5f3ad1f76c1223a61e2816e5c780762901c9a30f982c9582c4b9b88676caf7562da46efa9e7ae257f3ac16e89345d232e244fbbd7fdffb0cfe01a01848fe21167e035ceaa9a0164608c1170367eb994a1a6f7027f65d064d121c6940928216f8f3f714503bb59bc8564b17040c69fcf95628d47e6e9288265e5654e2536ed813c7d75ef302e045a7bd791709d875fb006369f15e1b5375cb259944aa7b176fe478d55c0f341227813196173070e9c9fa4726fbbcc66fcacbf9bcc0414de371c9db35cf40ec3d88c520f81750e27881c74e5ed4012b873548395f72a0a9b2e83fef4d03cea99719d4b4c31759b5ba3544602442016679c04903d3539f5771d89bc7ebbe72de63f957a3f217771afa9328f2e480ee898626f03d0d99654cd07c290105a81661a2f36a2ead17a256f2d44336c095ef0db39f64fe0a335b40ef0d06d614a9199cdc840b275117b20ac592a92ba04ec141cea290a2eaa43a5788a8bfe9e0f6f9eca03c27a60c17d6e31b64fff4fd04e6b81e92530542b3342ce40be4bff768d2c914dc9f2bad17dfc87bcc9772857f7e0761f641c48f639f1512c54b8f416aa1544794952f3617e8d512ecfe060a805dc53c45042640c7b7f22800be1dcb611ff07b7cef2ce91817a540ea6861831d5ac7ddbb088cb9891d94b04e2f465d00634f4a68e4c399181e4ccf43840919f938d7ab686cc432ea2269040d32d3a32de0ad8fc258a14318202b139b041352be612c04a6e6a96636870eca15970805215ca9492643fa2318320c4dce385f367773dc1b458afb5502edb8f850a25bd85702d291b4cf3410184cba7b340789c51aa0d85502fa98757797c012158e0f27810ee79e9fba68a21851ee69ff9fb3350c7a0dc30126870817d082607ef3ad270dec51a06c3b34db1895acb1e797d765f3633162ff309177df7e9f7bf7b177636abe7c6d125d615f189a16f6b990f26483aff5abb8344efd9c5ef75c7e1194afca9899d77ff3ed9218a037712f225dbad4e524ee901cf9263cd4bc09a1511cdbe159ed9e299db61e18b00d0e69002234df956d6cedc9152257b14b9178a79a4930240dd818214c3718b303ae8aef9b4b33409a99225b719fe2efcbaf76e83120088da9ce4b261e2e18cdee442cc4f070fe09dab1347aceae29941c1388e4faf54692ce0d3878d9d518cf4e7a24a20f77469aedbc6dafba2422989ba715ae139294bb025d58b0acac18d665f5fd1d2211f83faa7c32fe5909c58c91f8a2c874ac2d09f9b90c16fae618e0a39f76af54d1d5a8a2e6833248606fde48504f6ead75447052d6bd18158018e3921b155286a06e4f06c8c66b0132cea940371e202713790eb755d9994b3b18f810404913f4aaf9c83a377dedba2ea361f209cc9107484dcfa9043a0c107f19097146e7434fb48b84d7fafce5f7aa63238ab28ae6fd12a0790dddc5ecc6e9190f9a3cd5a5866cbd34e09899a41898d6ace128bbd6eff3089a7709bd5de1ef1914e5357fe5f58b466e3f9560e66238be298fbdf2166bb80c0c08f687a2dbcd191f9a28533b921377e04171d65ec83bf1f554c8ceb9d8165b9763c2f6ba4a1e19445fb40e963d2478d342f33210eb8399243529c153b89eb26a727885569fe61949522d5b84d29fe9063190b9f02e3b22bbe9073d31dc28430c041b5d6528bd19642d7c355143d8c976ae9c2cd13fc9611d7f8a64dfd3f611e6116b07568a04196cd945579ae4b618b1522a39c219b829379489eb6dfb76c158adf262dab72719861670095a3940b3b7530d302c7460320404b1706ceaf373991614f7ad57d3199cafbcee29aa308a06386149706f708441fe8842ab17d948df37a24d99acbc19b42999cdfb20159f14e14aff864f62ee00ea21d858a32b63cd8eaa058db1ba19b8f2c7aef48684d49138d04007fff8169c47c46807859a617236a011cac87219dc568f423ae727ae20342db202b5b0c8c04939bbed8823ed1e221491c4e06919dd945babfa2dbf6c9497c02b128b93e301273259edc9f355827e6e5a99e18419f505ac0863c074c4748a4d029b683f049ad8446dd925b9c1ca8b64ea5dc4cd1a01b4c8d5094dd8b5421abeb072bb2f4f169a883592a68625b14eccb6e616c01a0a32e7e8a37e97b5c50af20daed4f59e3d61d3e2b8ac975df195d7f737edbd1a0ab2c5acfeaabe57b1b44f964ff580bf1b2cd4ba184e8b0603df15c61545cc1a0d37c4685a129bb9cbee424c478dbfcb2b1d8bf0fcee76f253a864d9cd32d81a0f0f69e711980dbfb0eb2f8e71c51981a1bba2755663e778932d6ce46cae381a0f9816c9ecc39af35ac3be96fcdea836a3ae11a65732cc6c49e6391c3617471a19a242fa586622c6d4adae9fc9eb029c4fdda09625e2a84b33d1933933689d1a1ddc34fe32156f5e69aac81fd477df2453652849aa0f927d50922828f4f6031a510a85539bb5b35e4d0096c3995d4d081a94891c603aa3110b98e1fb0807631a5463cf82bf365be6a14c890f42c563b86cddce0d7889e752022829e9c4613f1a5b499ebfceca99603a977d9ea79b561abc14898d54d5446eb9fd2be12f607b1a5e5c25eddb6bf7874f8a90af991680ad65c46908f8a93aa0698be7f18bca6f1a7152e254873d977f00eab4dd2cd71a5844ed949ad41ab46887f7c4cc4b38681a7879378f7bb3e820b2e890e11da690c57a51312b353a234d753ce2af1f0f1d1a85646888c6a82cc88aa0990c0f61fe0becc3fadc918586694ba6b1238917411a8874f9d60703592d017b5256201bdbb74652f919b921ea2538b7bb60fb3f4f1a934961fa5ee092b015f1eb694a8b9e48078a3a9e6aea3a95bac062c2c28aab1ab3f03b19344a1404037052d3979af5aeda8e58c4565c9d327026e0d2d9df0a1abacd6dd2b46053fde87cfb8795d802300953ae01739f8f9f4541914ce7f6b31ae49cabe3c83afbc9483266d79d5bdd194a6d3c9d8c94fd78c31b3c139c30941ae937be819b8de0dbb4bdc33e111811db30ca58f59a858bcf98058f03f411d81af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf1afe9a4b03a08fda471c93556dfe308a3b4104dff2b3a186888d922d76856ee21b005d87d08611b4a47b6ccdfb434d76e3f8c9be40a8c69154ef39374301a43d1b0879ac055af9ff84e833bff3ce89a463336d8e9421ae709072ad83fb1ff0fb1b262cf190d6fb592a9ec96c7d4ae67078354bb23526004352645235502c428d1b6123318351661a0dd8dd8a9e505b8ad95904d80cf866648aa366735274272f1b69af516637ea9caeda262764b08f5716967ad2937cb6dd31f290d9c98e7a221b7a7cf51ba6b27315e265d0dd51b8679aea7f4ad1d0ad7a2df8fb5819972bb81b7c1ca6f31f401f02ce56a6ce63ce78f10fc9efaaa4f78b737c9830969dfce01b9c76c9b60250a7113554f1e28da0211777e3520b4c019bc46aa55a875e277b1b9f8bbb20a0f529386d7d2e1e0da26499b85fae6e1cbc35b118693ff857299c1bb03a8d5c60b45eab569bbd3dcc1d773d22cb5b3c16f2cf55dc801fa99cc4b51bb2ea39f990594357a3f2c71f2d15b5e299fc0c9e474df38e647a5bbd8a67bd1bca62eecfe5eaa4bcec261bdc7b133781babfa7b333376b69d612e0d6900c351bd194338f82ac4e305099ae35798c7d40d9aae5fbbae16231af706f34c9c2411bd67b86f52f22def172cb7595b43013794cb369b728c015e2f248b9278811761bd82d1d33a02a33bc8493995e0bfcd363285e5523b596c3ff67c9177068da151bdb7a7b3a8edb143762632fc94c955639bde362bb9810eb130761b3f29472f11be47e4496e0b82ce9fa103fd1a0de4764182946411b82e79275e7ed600e87601be71edabf6fb18101e8ffbcdbad72c19561b1d0f5f3e2ded7da86630fbb2c3d1bed15734ba43e50d7a1aeae65da179b293952ad01a0da42a3b09e5bb7cec57c1bf1d9f5d3c31efcf62d73a71e8cff1c98319d93ca8e125350acfed21f86d4451c02c87f4749ea34358fd5064d43ef6759fff93ca82d62b2ea4fee2cb082775b1c07c67ff936654ab6b20847371b555d5c994ae6355cd04e1395282df00dc90f1c58f65fcf6a0d8f053135132d51e4c19b5fc6590a7f675efdcab8227cfcb52e1c597cdb6282d2fee54f2dec6224d7742ba415386aea4bd7b91aabd7cf5823ec1c5bd3e0aa77c09abccd0177fb718dfcaa35317fb8e8446ae38be88507034c481c5ee9bd129f742bc43f888c8b961a63c369f1ce7bd9c3adae71403acf1e5baf1c62e9646c3919d6d6802c9db3dcb1ee834d532c65c66c4e0f729c7ded36a5de1c6ef41f8e00034f2122af6aa63a28a3a321622a430d877ad2227bebba740d201c973d81c74929e9a05e8dab73621aa7a6a18c5a8e0a53ad9d1d0d11046182f41ca2044cdb26a5b420e2ad76ee332b6b434a82c5491cf21a173c81a000f8503e1cb1a01cac254035ea76f125e228d20220e4f499f20b024af8f9a7af856149d31cb85cd19388488cbf4f270af08fd72850f9d3b3a4be0ac81572d5e409c873b01cc8f14ae6aafa62f36d4c68040113e7ac87fb5bb401a38c14b6b1277b3088fe1cd11e6cd67507cfe6ca9215686b0ca18bf5ad464ecaa80ac92c557cc3eba19d1ce2a758e6de35d9182914d96154d8dd7ff0e5d4a920253295fbfdfb5279c21e1ce882eac5ab692ad8256825e6d5c6d5e1e7b6242960763a23136693aaab989f1cfe2e78f7640a9c98b9178e3acc7841ecff2de0a6483ef8b84aecc2793beee11d02f5c5d33c9ef0493815773241ca09c51c8783f8dab8d89eb030c0bf8932fc1d0496794bb07c81ef5f17929808d1e2e590256401dfd26032f639aa85786dc21d04f16c92518057af9e1ee8969517553d6499b9a35aa1e8b809abe9ca9263911d06575a3a1cc1771250d7f37b364c79ab053f0ed8b763fbe2d2e4ecdc1549031d0a10fea80bf595a3dfbeb0421032dfb5b1bbb87ad5a065760cc87a86028cb61d33f18ec6985580907bee5e71612514499942ddd09b14cd57ede3fd3c569f411d3dde076cb8eb4c97c65e9f3c8f15076b064c048f12a48ba0736add05d2a5011d3fed62dec996f0c8927c111ce88442ed0290053f2d2885fa2b1e7864fa36531d50d1496a8bd297a93a4bad1ccf15f6d12d9c60559e4de2b0c575af6ed6a79c1d5d42651249d7f059180d66fe36e904fdfeb7087911cd3b9fb5b5360d29d0cc1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a31651d842cecf11b1c501120363b279736989522fdd6206473b40de33d8bca56e0981d92226e1c1c172ae152162daa21cede60ce431647d68bb9d98522b60c5edd651da40c0a7c35efcf2edeb08a04e3149781c9face38b921a204391c3a9f25eec91db1848518a490f627263bb6fa0b43bf16d772c241014c8b2a3371989e38938f1dbaec2408c722ef6e8ffab30bfd9924e5466fa465662495e3ee5385344304ea1dd7007d554a357d07bcde26dc4a6d79c4e24e4c35a8d8ce0d1a98b6307333e71dfb75b3362124be309c4b4a8e82c1a80d3232f1ccdf965df4f60f80c393274c1e00c6dbd1f149984dc971df32d8cbaae38fbd1ae787a7bbb8db6928e1c06f871e0482ec29dd4edea2e356428717d220c16efa4cede27f63e3880ddde0cabf351e0c97bb859cca32f142d647933385067587abb2b2cd2ad3306ffd42c7affeda1e14d602d968cf06fbe4e220ce147d4387caeb18ba6f8047d87d421164de67bb1e1f44d88924ea9f4f3c4c2331a3114fd84631342e2beabf6b63f92a8b90f8391e2771952ec2dcdd3b9146a60be79b14d7c372805027f3faad8fdd6cf89713e21e31b4655e3e6236d863684ecaec9dedbc4534235c8f9247a659fa5a813e15c31e415187b38e6226b598c10e8b595a906fe19c3e1b517f729f13cda192b098ed1e691e390054395c3e248832cfc2829ccf1eddb2d807e66acbd4f372feb377681e71ada2c34deb07c05455f2fad0a9778794cd9943484e00c949943ce697028c1e8c8dbdf72ecd4fac98f7a29ef6dfc68fc286cda7b2edecc2dc66685f3245b21ea75f54fe2e5a7569cfd55914fec61e03fbe76b2e115c7b67e13aedadd105f41ead97ab4684686402f3f2b5610881f1a4f11247f349919b0071add7b9618f1a1eb3224427efa605cfb08d1a9d3b49103e29241519c270698a22c529a8d36cb11ed17dd52ad6cd330704bb7958f35a890c15d7e61d6a6f0579b8c65c6f7f43d81ed5773db080809d7573aa6e40ab0ee8ce3d5d4e31f52550309984decb2e22011f0f8d897086af9f8e541fa5d39cf771282515374ea6aa85f21ca498064fea321f2268aa6b55f976a68872f3deb4acb0b0d527817f72e92d8541db064483845e1f45f5635a5771940317f9388588163514908fe3fd71e98672c6cce340cefc371f5652c57fdb981c5daf374e836992e5d46a52227e52dad8ff4f7ce2baa566c21f60f4533ac4f60d8e02d7e5db620c182d5cb37ccadb8314a3f8943945b4e9f81f67b1e8d207831266928eb15db948687ed97786e5e977db4f004c681817443a1f6d0986c33328544e809705daed19c5ed2cf1b7c5ee821cc2f88c816a1e1cb61f70ac4ab5dac11311ccba08d3de1719d3e8c8ceb3985379efae0139738536381f72b84ddef4daa0a863e4e48bdbc00b15d13462ac6f5493878cbc2cff3ea30a1f758210af091bcd55602e393e5933608f796ba0f29f0f1fce179a1cb7c036641f7f3f6aaca5992fa3269d62d322a114f30a8fe33c352e428bf17a99d26ec8f31f80013159595d7de0ec7b36db5e9c0ddfe56ff1fecaa06158dc965ef48ddb091f92a485e68d8473309fc4d7c9bb73a2793082ec31069110c97f2966a878a49f1f9620f8befba458e060f8d95b5a3736ead707912e9f812d7f8f2a07d850abc71f9755ee2d386d4065f930f08c350fa45cb8ab774d76d4312eb218c4ca9e52fb1faa667122045e05e46853db3b58f68fa5967e1ef85908eded599ca79a175ee51fabfccfbb9b106a63b954ee981978e0467737a23f443ff40bbdac461f6100d31fb0aa2dc540e7086831e8d42bfefe4b2819f1d115e3d1611e08bce3d95d90f11fb44452f11bdf153a5b895f4933791780b5e294ca7774d79fbb23460b9d33f71fbbb53d32e7b4d5320c491e8b0738cadb4a704cfe5da05d7db2f5e0306e8ea31fbc500d51aca5cbdfd2d4634a8b0fd35942f1b53d6e6951d23d1c4e65f01dd91fd5b1756e532c8a1cd5e568cadddccb1f58f2cd3aaa5f10d903f9559fc72db81fe14ac47253fd35b49494b6e30efcb685fd916274fbbd4cc892b87cc4f09b6e2004348f00bad992f31d2703c42f584d144b2c66222a5a24efedbc8434b882bb20049b1c25af2de66223db1236757c911fbec4967da162e61e8c4a7311f236c9200e06e2682501900a66de4a28ce5590935ab9feb575e140a58f8844ab527a43202ea52c32462a9bcfd17a2640a4f43bc4601d78145ec2232ef17f8457289660203a856bfd5984038aa54d6a78521bd681d6b496503d8fe354c25f557ede51ca2048d5cab1e079eade34ff4257944063945ca7a6d8c84a13df1e8a71e3d747432057a16151d6d778ab90f58244d9322d717f25b51c6f6cfe28d1ee1f5d3f41e1206b75508e96bd749d01a4cdcc8ac3c67aa8227167c3fcc6d4e2c03d852830d7206cda0ac2b0267ca522e4770f4b7e9b8033300c2c8ae0f83eb350adbee92677206d1eff32c01c95ff4ebbea381dfa0b121461973e42644cc11655b56f56645e2089a49ed9fcedb00e27c6a0a920246ede58b180b43337da074eb218963cb8672089dc594caba7269116af3ee2adce7f2047011a75db255882f62d2906c197d2209a299795fc3efcc081d75197f57cdbfa095d76899f1b43ea12a02c18fdff14209b37eacac487ea4bfd34f4fd730b4e73d309519f3cfe738cf07c97e1a5efe120ae0a09e71a3f609025548070f136f4d8c1234952eb03abf9f76c059c5284da20d38c5b2a9a6b74e543ac916078b67b63d421d5991a5657ee53d9d473e8748c20d4eec4400257346efe82b7ef2a9874f9985160454aa0dd298fc829651725432101b34277ceed94b487511703800d1af42d85850603e8fd31f07fcbfe0b4fb22103abef97c45490a416e1aff5977686adecdbc0198b8189ceb10ffb1f03f5e8210601daa82dcff14f18689de8632e8e1a483621a7d97073fc347a51c9240012210ff0c4122975c75e9fd629f2680dbfe4c8b13e05754f4b8e2c686324199cb821122c93656cc873edf05cd8f7f930353501ec2e664f74c1f3b3f7fb658db87d21354152fc2f9ccf7b4361804639ff5a190bba5fee7405ab8c2538aa2c3ddbab213fd355141521eecd290b6c6e1fdf556e10f6281ac7858946805a87e6e9ff6e215adc6d4e78498e3e573e25179dfc2aef7298f48f935ef090b123075cb55144215d90cdaf25750b4f0eae62fb12b28c8d3beda6cdb08f28325b0ac20697bd5f2169eedd5c201db2d78c6551009872ba7a2e8d2b3b001a2989aa6fcb35a333a82188defaf9271694a86f0eea5d0fbadfefb1f2b374e84aafc63a736f54df0cc3219978a4d036e65e1871bbaec43e4637309e0f56d6b556963eaf3eb2e1b5ebb0219eaea17f24aae631c5ad390486bc86350a32645c61d95797951a71b03378a021a43aaf71c9b426a2f46708997a0b9e3638d69bfc64e50bc9c7cf3b74563b5521a926d0780eddf9945b77a4168dc0fb2902a416c6c88363fc4e960453fd61ce21b4a5ee3e2477c49ca6f6a1a246ff0a259360494ad74d3697186f8128d2159621bb62831c9946e6de8967326fc3690a4e0f6c2b190afd9699df130bb5a3ee6221ceff8b3541c3a0c7c0afd07ef949bafc12f4bfee205c80837628f61463d44621dcff282765d08eb60d38303440a79a64089544c9340b10fe01884b53846b5621e061c08f945a55a39eef892f3c726724bd52073467cd5ac21c301fb4f76c9121e3e50d7f3b986d31cfbc802ee87b72b080364007b643b4e448635e221541f721ebc4a9741b58f3c55199ceee22fa8dde1ebedcd1921c126d5dc0e099e4324a2202540ce2590b4b8b84fda0b1c1b0124ad6f4122c2ffebcd45c8d2f1720fb642202ba683e3ac4eae1512001f98deab1cb73696ba15ab5d89d9ddfe845777d622214d23a1fbc2be140ca62ea24becf128d541319af4174cb360f158c72ce03a3223a666ef910904a22b2062d7653a09bb458beeff7be08c0f5d95ead0dcba023224a524978fdacef39f58e57c06ece220eb5f0a68261e4a6f6d499be86f6a7e9224c305d809893fb8fbed3861016f5d9a579295565509dc6c25ef79b4107d8ce2253e3b82e38377e0139361873c217b3796a0172278ce55d73001517a0901893225c0380a8d2fceadf022653a796bc03b98493895e82d20da078518cdaec66b5226e4ebdf1763fee4b83b67fb88b0b675ee5193a6db8b69902f3426c62f0175a22959284246c987dd665e907b3e690c9eb58c116125c8c25c802922741e5cc4a2295f809aebf0b2e46cda2d6595c06f59e7f674679978e320a140d4d865a92b4229af847d9244080cc14f91650c4b9141a377ed4a74fc6a670e37f6462a015fc229d293a7a650185301045b98e38fd863d21fe963711a1d3bad66c3c935abd5022a02fb84a4bbbd57db581b4759dc6d176e861e0488dfaa61451984c45c811c122b8bdcd21b0057a46dbba05360e8cc6fef0bd8908fceb26df0aa4a773ae7cee22ca8aeec78f3589a2222e4de3701695b4a22d7a047829529a2e25d42e99c13822d88c56324d2e0be95ceb99fb6523f84ed8edc8a1cf3edb2ea4fd3aa6e049f822de5fa4edf372aa07a49d0481d08ffc11d3034dfc445a054ec911619f8aad0522e4ab3265dc834123d503e151f6b31c290de56a7c99e15ce9726da73dd4c1fa22eb4c9b70a8362d40b31d942123b75e6b59daae58560ba346c28058dc3635b422ec3df39a0dc5428e0eb83efc9222ce48e104f708405ae62358b056bf57ceab22f5e838bf1630233efc6ee5e0021013796ca611cc76feb417c6a9724b7e843822fd3b7ac360827e670be5bc5ebe5fd6dcdc529bf6a2357f84fad18228f60bd32311c49f14185fdcb5123fcd57c8d62fad9e432bb98283f7ba550fd218bc4b4723178532b1e873e5d1277c789a97f22c71b399c2b4dbdadea3bf5c225c2a64712318fd4c6a40505c089645c8bcf5e9b86efd78cb2457d2ab7231161bd9be367d23323b23c12f370a04022051720b7345265dc0f0d1c14990658b59eb637fe767234f79773b701685b994d3bf7a9f772c2108803a3b756d6af5cd158a1519b8292353f852ef6d2dce1f7ac59f51b6ac0d1cd81bc7e4a13a8d2051ea56c0a6d7ca23666c98e67e468307d863416dc4bda6620d56d6af0871503969c306cfaf18bb236686e81cf6572a6f96d85fe60a089fe30be6adc7d65538af5faaa20dd6a37a236d95abfe10628c1954a5e1aec9b8d63d92f8a956ea933138103716963e8f832383b5015fd3811f7328b7b7cb017378f1617bcbdb8d7b412de5f8f4048f872323b0cca87741cc2f63f2d25b7fe1e22647651a782525e701d33d9205435b611e23b19967f3c7ef43c3599b3c8ae5fc62b449f3563fbebf4a695eb76155b4184223b3ae79c4bdf95466bb87dc3cbd0fbe2cef397ad52cee9e3b1bc050d0069ba623d3993e686f1c2fc13ea6132cbe46b1b1e4aa1d6de8f983406083309aef236723d6001436a61294f97cd0a093d57f59448a068e85c5c0179bccb0d8a377747923e7109dafca144db0b02b97b68c42f82a5476cd47c7923faa6f4c4aaa73f99d23e842f06f4b6db1d7c475f3ccef7107f7b347d84b4cef8a85d21235a63d4fdf23fa567d80e9a99b462779bda523c57609d7bc22c39992e636f0d24781ce4afc23fffeafb0cb1ef2da5da73dd9f030f9ac920a0d069a15c49e928d5ee627eb3c24055ffc0be9d92dbb27f2173875d050fcd263e4c00636d923094b45756de7d9240d1e981dd3c7dcb732a206dd93dacfbcd52b8242ee14c3fba9c9a151282d062417b39fb4463a367e51512703d7138da63ae4337ea4c8f30fbbcac1a7a41f55241e150345713c8970a051b728267b3d92f9fd58cb74dc1afaf127edde0dbd7e242327f2111ec0ee0b62c80e7dd424583ab663c4befa6d1efd5d018822b456a42432af8609bd95aa4a38cbdd2b03a66e0a624f2b39baacfc153298e0aacb7116243f1fc21a57eb37e26ddf2813777b4b9584a15cdbb68ed7ae1d8e96c46a84742443fea472e17b33f5bc3b4c6e9f2c75ca771f60acb0c28be137faf91b70f9452449e16c3bbffbc6fc04fb5f57121a6410dba9b0c01ba71fce880013666da5d624580641a638ad9238f0cacc18dec1339e186b182e62bd3488f1445abaeca5bd245ef5572b4e88c74ea709b4a8d2bb40ce794124adcff447eca5df2b5a5b281c24682fdbec2ac3855ae74f817ff2782bbf882deba196e948d8a9544512c0e1bf246a9a5e3207098cdcbd93346082d451fc81ee1c95519ceb74b2795412728e27246cbeb0dbb5040988aca46ea488737d14da5ae5c6d7f2a113873f987cbc3aed2487562618b43cee2520e697852ec3dadf6c1589b3e416f6f8e3b9affbe69e0124a8b8452ca95fa7b277fe11f9acc4084d4a493a03bab7949e8e57ab7ec0b6af24be85a49a60a00ca3f2e535ec7e560c57436c5abeb687ff96edb209a17c474e24c2dbb1bce76cd0af7386462c9ec5b305654978d61a8d3ac1e53e11fa3be03324d2dbe6055de43a29847e4bd7462c423477f79fbc958fd9a82f63d82c99ba4824d4919cc9eeb4183cf1c82a59bb2bbae4fa607081db5f18972fe3c89e294f6424e30ef68984b160af4d486eaa2386183c4ba3b6dedfe82a0d08bd1bc1c106652516258ee16bb6c41b6c66873b7b8fdd8554a55fc0cf3c057b7825a55b3464e125531333420b47060a394ba1bd22e055e366ba71d72a419b6a351de327c1cfb125599d9e1e791a8aaa158f40e4daa4fd7e26c7a831af192386325114c069d7ae256e4dc7aee8ba69f192443793044071128a56e2d22376cf4504a93e5443645725762bef94903429a92502ee4f0e69ff2b1b61e06467984632219d8854072bc925849e6bf19e9c72205f94029b89d0539205b570c2ef45b5b07f869433b1e61d25b09b661b33b47145de15620f99c43ceaf372ebd85d425bb5fe53406b31276225be923eb26693fd04e8b91de386584ad426e1d096a4d53e5a95790b327023ef25c63037b8738900277a4d7ccb3a053923e2683718c0641cc24a6136f7d7215c25c6b2f6e7dc61eb553e05c8cdee5ae65ad30959445e404ec4da0b04f84e259a25e238585f91d2b2d71fa7a7252439d994852a7f845fb8c0eadbf9f39ba9f45b25fbbbeedc89b1f99060fefa95bb0cb36ec7dc169b9b544b0be9784374951bbe2602ed58dde2790826ccb72d3bd7918c9d75bf48eeefeee45c7321cff9359a00260a04a4c8c8c0b59d75924f6226bb22f54dacf9663ffb2b4154e8b12806a44d261b8def70a99bd8d513f1136a1f972b8df5d28afe259a733c1bad1e5cb11024261e49b1a4d2d16e87e0f40977b2f0f2dfac9a736f2fc42aae86e9a1f88e41d9264aaa20d1b4cc174fdee17ce680649e292c0118ee972909c9b02b1a149714742661816d7b5bf33edb42760c5c600e9ace200b3a6e77d56329c8df97255a30e4267cba804f0967f129f632bbab2a80d7ab37d46f2db8dd169e72f33ff8e2c41826845b6f6eb9a7c7f1209a6c9618faed61cfb38974e2574c8a514fb251c263f3269dd9969c60ca0f1d93d4fea6e4f014f22374de992c1c9751b58e29448c1339269ec474800befe62a968f328ea81ba47e927cfa312fc855de38ff56597d240226adbef8c86d93347458fb131c461d86fe8c01a140b852b5aed8ca8fbab9624c26d3a51b596be2fd1aa06edfb05811bbce4feaf5e3a3dab1e9be68db16d8622926f1f5dafd2184ffe247f0eadbcb21b6439b0cca6f46fb51609f42bac9ee519f27120299d76c5f4ad3ff56c4ec53753856484a84a69206a319d9d217f7791f43271dbcaa44c482e144318195a7fa60daafa0e72f3529f2cccdfc7f4631a9b81d271e03bbb6ae192b0846bb2ee07d4d3e570a771f4a0fbd5d7d26c623560ad3dc2728c7002af2d15067041a24972250484721f9bbfa878efdd40289358c6a8f4e2740f0faf5bd3f42927bb475421874d0cd69a127538fdf3f0ab63de3ce5043ce2746132eaf31ec45cf299d95c1488e3b1fe26c942f2e6ef837d3c7c77c57e72a2747bfa64ce0aacacf730d8e9fd9d62be151b74e2af52b723b1d5f3185c359f627531e7b3c8f9d97083f92fecb2ae31266943bb0b22fc37b920f27ea0c9cec76276b375eaf59abdeea16d036d6a87b154aefe42fced59a8219c9bacf644ea9f3278c08d95190f15f9ec32b67aee02a64a9059ced7256c7a0b7c101fbc5272a0727ab70ee4767db5f5040450475452def6a62633de748e8a0955c4d03a4de578a27b0a1e6248331152c3bd462e34c08eb9028cb93d1ccb04fc40d4d9567d0b4d027c3695a22c6aed3663df944d74695c847bcefe9f30a5fc10b423ee27159deb427c62ac78b77294da1db3eea14051153590af68a539a9a34cf766eda61deffe927c8c8395f0f65c55af7e5b7f068815a0fec5661e987a68cbc767581ea5b2a5327cf4ee039e1c9eca172b8675f0154c6c8bb076bf982ce19f8969bae42bad17927d571b7f92631d0e77f2c9edd53f74e0c6a36346310ec47cd265a5fe2e1336a27db5ecaf9b0b2a4356a25d156966cd6e77be73d8ae9ca7bc16db740d9dec1e127df6d2fb9966c1d72c0bfe9c938eac62a6c093d1b24e69e92d33da36837396127e6046a2aec2ca6418690032e83c9fb2b851b2df71e54b7a813efacb2887f2a27ed1fe3c1e4a2d98d1f4e178b66daee5bf34f8e67e6b60cee9f7c1ae809ff2b27eeb478f60b72b258b86be3c92edaf17ee2c56235b717c79fa83cd24dc2e5d228023aabfd4d51ecdf203dfd1708eb12a9aadfaa7979044cbb95dea2e7188cda280f0443641e3f6817769381beddd2ba6e2a8cf70b12310ed4ee5a8388561084283d815895197477ecc9ac44d913a02e3d481a53f1d2f8a1b51ae1bb351c77e1283fdfbedb6ee15420a45aabf0a686bdfda05c0539f1e5387657b9f8c8081aa5284500f909f63733d10e2f3e8875309019a7b7b9c2f041482a245ca1fec805f5285cc3b077301f23728b46dfbcd9a55e4782416377f0a82c74b4810c948ea9b428619d38b0dcc4f22980e87e25ef6347ddd43a7ebb8d5c00702374a291463fc52866705c337bac3f22d25d3b1e3e5796af1b8aedb70f7142e8ddec0435a96d6f286ed903e9d073bfbc7354f2076a2b3c24169f7c7245f705ce7e15e2088ce9da28793a776a351c838c31f9babb1a1ce72107caf00160b3ae8d3c9ea210215f8b287d06b836e9a0061fbe08e991ffffeaddcd9b22bb9298e0a8fbe9822423a10728808f778f799195650d8536335401f1c151d12d8dbe88835992549c153d470b2895ce985cf589de6e20dc6c70751cb9ea919d265d16029ab07998699b4a297f28ae66191e7fa4a696a27169e849d470dedc0eb2e3182c1ef7faed4b98e3f19d28c3add1c4bc0d4309a1fc768599b1a153e6ec4b4f5d1f6c5dac7413158fb2bf28c76dff7dc23ad6831cb9037b9904ae46690d7e5e87fc96aa60b7408032248c28daaee5ad775334d5fb4207a86c851771600338cf7a0ebb0ce17f573a35484929037a170f3481f3b8c9708d687a698990fe54b176c9d02fa1d4b078a294b3b82921a4812fbf811cad50b264c7c3ea74f24fc23b44109d43e1a489fa3750083529255ea29656f274c05fee224c26783fd02ee09ba5cef2abd2aad12a7c324f51294a064a51b82598e684780e1a95f08716ac01f80980bb72ec5da4285260c11d294ece5c6ec11fcb6d45c1171a6b9363faf6d651f77fa4bfad2861d610eff41e295146c00516deb6fae9d91cd01c638ef3b507427f579dc56ba215c5f72197f1295af421175994d98ddaecaf1e5041e43bbe05aeae9a0ff05d6efb08949195952961a1d002514f0b0268d0a1052f107ac3a0e653001d36f1cefe1460da068cca297db456c64fc767a72d772fa25eb077362145e3fd88e8e8d0f27e83354f6ec729a4a134226d3a1244a65b3a4b7e0c3ee598f4b38262ec31c10e45d40817a92829c42165a18f83b117a3d0a452dd807a6786673691d18d6c9012f1ac905bb27b29d451311d98d9aae870039424ab1132cb9d6e10235b7a2a082f092a3fa47cac29f458192e0d8895b9bd6a851e63c4cb545b719231c7bfdc5d4dc83af4bd89ab2a06c5f9fddd269784bfcdd853a4a489d2c6bd748ed430ee059ebe99a8f5ee072a1d25d2b92df1cb136d5cfbcddb28ab3cf8607d799ca0e50c788209881f5b6c2a200eb5de6af9f305cf59a30184365841075382eccd900074025fa6e19a1c422a30cc3fa2930dc5d8596f5864f809de3aedbea9a58e40b2ce4d4619490ee6292a4ee9aab17713b88ce06a8e8707750de0f8a73303cbe2fb0ea5f4a3f0f41f7f2a50bc7ccbbf2857afe561974f42a8a785418065d7c0befea5ff3aa37fd52beb2a524e05da94253e952ba30fdfae1236d9d2d711e86e5e776afec839fdb238dc2a5ed1f4734afd5e31c64045119be548d9b53506884557363eed690b24abb1982a65176e8ca97cd397db519bbf44555b024d21421a13d75803f3329f556779ac2a6a34a39c6d330c3a1fa0500b06cbe0308800e500ef4f1cf7ac08cb39dcc1602a6b202f7fd9596cf2a749dd3e434b3a81ee781cebdadfdd41a76e16ed1f365b2ab9e76de1d2b00bd1c7959d28d679536c999353c7584ca309fd33516e9cd9542ac159c7d7443e2991fb6bbe27e459dc4f2b9b6a2afcdf550c59e20232b546b52ac205d7e1d5288e87a239f1becd8c7604e5263564327c13b3d19c6f3caf76382ae2ae1b13f16e54f74853615183c0cacc70a4fe47d965f6f5eba3d5f598677a2ae52e43dc04aef1e129dc691898b158c7eaf6d646388e39d18e122cafdae4a32aeec287e0196a6cb54a835bc4b8d8af916995752a5f90ff09e79ef9b7b4ca0c2af077561c53b0319959ab8b83b8b027f5153bce6e5f8e1462bfe3e5ed9f36f12b1773be9366ed6806498ca6b537c5f6139584f4dc71f3a6207aefd37d30341c2b1b89e4d5259ddb3ca993e681d2f268f2b4fdcc61e6f274a6043ed5e414bc022b1c2bf080ad421f5078502722e0d3e2588870f381d054a9ec91681d772265a02b284f697e942e4925b7c6a505ee3f227e59e4b98bf6ef62fc6f515c04dc59d52b45d018cb8efef7528789f112394b4291c2e2f112c524fe1aca35dea7b057642b49b0d82aac92bf9b8f9b20c3223292efe41bade63a47666c948c70e03de6b82b5e88df48aeff75dfb2ced6a8e7bc6ea21b54eb1798e6e7115ad8ef379cc8152b9c880315a2f26ba064150b1a1c27c88dea7f2cb847b7777782ded6c2714ede2bb9f95a509bfddcd6dc32f4d16c762c2ced9032cd14c05214bf5605ea7e92492be0ebe10bd3d6ddea06b15a72195c8d61cbef7ae4eee36b0110d6cca7ceb16b2be8e9e80ffefbb1a3ef2057717a8e2207a75bd7a0cbbd1b5f100104c57bc0ca2c0d4e4dec9810e264b05f04931e957a5f5433243758632ef03541985889d7fd2c1496fe5889150816d985577659391fc90b62d4812718f915f23720857d0adc2c23e27c12b678cb0449688bdc88db47f23ae2066033d00ca27b5f5ef1ff63e12c68c2671338f4d5ba9f4cfdc98bbd5a8ff73a87921af3e0fcc3adf09d3eb4372c6d83fe1a9d72df62eb03d5c9c8ccc04a7c265cfaa622433829884f9ee6d37d2c9f9f1bcf7e38f9d7bf4b10336b2e46503f5213281229d46ff2c86a8d1f72742caee4f33186a6ad5eaeea370dd57817360f2427d62ed1cde1f28453e15746e02cb0215c757c813110edf48fd1ed3ba538a27dae738f968bbe0c729be3455e832cb2f06c54d19599bd25ef50ea7e1ec89c78710dc6da18d3c6deb6ae8266e7c72cb353a0bd1ac7150d92b77acb83dc5dd3ac2391028d70442a7458896bb0ee902cb767a3e545e4ae185e22c71ea4358315c2b8aab1da36a6e49714464f1195872cc9da803166112c044d735d064284e9235edc1118da58acbcab863d836460e32cd480ba4a60030cd46a30bf41f0111f0a901d04fcc12a06ae4ca1db087a1b472cdb69da537e3f3a355e023af8625c42471de351cb6f977a218b6276e9df457c2ce3afa21c14f22f7a5df68bc5f25ff997bcbc9b57ad98d87064bcb4a9142e662d04b52000b4b82693c511ef5f4b3aac7c05e296b42c59b0c8b4345554c491bf2d17111b37626bd99a04413533be6746456b1f7c8db85eda92916ebb5eea29b92d238d1c3bc5b94408a0a6eac6c3e4a7016f17feb6139e4959c34dff41f475bb2d3461886b4fd2fd3637bde5815adea1529529f8fb0bd2d426b919f07e0e09d92d3b1b695c33fda0062ea1cf273dcf8f01c5727327f3319517020084113caa132d465093b9c513394e86a4669a9bab8f203baabceeb79668e7ed6c1397341e452dbd48c61e507b63dcbb3aa36e7b32f9735a9db0713a12b30b370f1bca41296c2dd38c6c875ee72ed4abea07d0c83b093ebcbdcd3ce4fb3b9fe86e435cf107b42dd7aa31fd0b3abfc612f963c2842668c9cd09dd04d6b302b1eb3456b0a746bd2de9b12c68e5389666bb611850b66a6757823e03b31b718cfebdd55c9c7130ad2deddfe06b84c7f002796e3af403928a51b13216db20808ab49a97f43fc378dd2df0dc14768977975c791e03e855f408162b2e1624615788dd95322ecd46cdde2df77bad3d146d4df27a90d813dacab6a18d4bc67a8cbc6716522a83e2139b282e01ddeb2832e7474b7a6a8f1f22f5ca2ce81c35ea358f2bf62512ca7b09c2572e04c7e77e0ddf427c5ce8d510ad7deead3a744a8bd1ee73661bc95afefcec0f2e08abdfc90c22d977c28ab86b027e8f3f9a27a84c9e138f2ddeca852be63f1f2e2525add88c8cf76bc99054b361dfc045be8c516475b01d38a2d98d7ed633f02e29af7917121af44a0a12f62a4617bca3682cb686549b54ed75d483d70c204e2e4bf0d76e8b4727a27ae4f43d5fe599f0e4c4a8eba94b0acd1cafe14f6072392e642d768e8a9c12dbba02b21102c592c82375d1379a91290b1cb8d2937bb5a62e7ba6665ac4250b9ff97bfe3334f1cced82607a6f3cb2223a7103653541622e2e7ff5870f49c7f7cbce2936165aa96e29ff22361a5d0d3303ce43465a9e57bd2e8f2947161f5d438ce2e09d7bf0942eae3dbd43f57f2be35b70d7d52dbe52b72e9a42baf8789c871b7e43649490c60d286f6c76f4c1bdfae0b02bd7c1a36b0a2edc0ca2e353502a9a0beea183363ba75d585243d1c9860d65896796660e1df22ef2c7c43ae49525712f937d21922aab9de23a721a5ec145ddc7ff12a2111dbc2f03bf75c012a2433b88fcc52c2130cd418e412ba60143c79f90171567321b332f0419cc73e673b3af5a2aba6a2969dfd0b106ae65aba0f451b9331c3e733cf12f0b5e81e2572948d7e75c79c13d1b5a332505b731810e715e5164d261e9af482f1026647891473a90495674a4cd869fd8cb59b66ae1c717cf4d1b3f528ac5222f23e5d784cbf6d796fa34fb249fc7bd10aabbd8ef7e723e2d68253895581cd72f2cb162a3ff95d53248fee8f88de33d58d3b200c0baf3f519d444c44eed62312f2ed9989a0b06bd98d3ee1bc387f9e04b76fd185c96e629d7f777bddb531fb92f37fddaf4302f192142b8a77383e9eaecdd926f42dccdbba59065b11c7d795e2f3ea3da776960de5390168f83be18d37ba16f4692a192effd863aada369388d2f4db6849c19b01734aaea4826a4fa6fb26c3da87c40d57551f1447d8257a7702f5fbe395e8a60354a97d2bc082c8ccbd6dadf59b4e2616a804bd945dde56ced2f7620fa274935df522f135e0a425237af1f0c18308e31076e513d899d2a51112f84997c8577ce851b95b16a8852d7c37ab75a064863785320ca4a62cbcd8ca62f851d59ea6c651b9f177a4910477aac1bdceb7a7388aba508733d085c837de62f8ecdd4a3f7909a075a11b5a1671b0063561df09ed7a576e7e1f0b9649b5ab62f9909183433737fd7fdce78caf1f0af7c22a2407f13c62d38e32c8f075e46b62f9c96474f253c8e22e2e08a21358f8fc4a8aec760303cb968434ab2b894b1152f9d0eb4c900b6894e18e14b7f6f831e98caa9dbade8a9a17ba20c6e6767ddea2f9ffb7c60fdc57ac1aa5af6005e0ab088cd8e2330f787229d94f400409eb5e62fa7e758159d9e158ec583bde2f1e0595dbf8f96a094f84981e7f7d8174fc7062fbd29f8a7f1e4cbb20ecbf8e06a7453b0152b151d4b5556dd5383789aef875c2fbe16bc3f9c803c4071f90e9f76eaa1f6033418f93f8472d56304116d8b35f52fcb46414054bdef5a35c761a11e2029f04c4f66d05794bb526c21b62274889a2fdbcf4abb7452389db7e8d40bd693861539d048f2b564b3f84608d8a338ad912fe9379d00d87105a9650a4f5e30a373d490120240ee37c0d2ff1554aa8cf87930050e9321a7d4512b37afe3f36047f31723f40dfe29d5c7533c1a12ff7b62d0300efa888fbd96433fe342c56bd50027cd81ae3cffd7922b462f261a43e8dcf53011f3ad92026fa0a437d48218d89dc00b5eb2911a74d955d7023a2beaa110d23017ec434faadca23659f6799705b4fe07b8a04b38863c9447f79e54bc064a873029ac8535b6fcd6694b65dae5f4a3926ad58892cad4fc54f67cbe4624cb3474304680365ecaa4197083092cdb7716a7527d6e8f6c44876fef5944c88c1a1c95304a3b3be651eb88782a84a92c1655bb8a0cd3c4beec3c1867fe5f3ba76f2d48305821de8d0a422260c38136f606e8ffa0440fa920fbcf4b503fb1efb0e45f8a3058b93733533bf8a0c700336de42629d92412144b3e379d777454b422b5031f305b6e0fd3da9572b577ebfd6526b3fdee45055f14c74a9de343e8a1d9e492883069cf472ffe2b55ee911e570f33499c690da8c2b7388894d8b55320b8a738953073c861c1b10ca585b0a660222aba6d287c2d3da939bfc684fa01a0a4410340307fc028c2cbdc3ce97e55cf2d74142e9926905d25152f77883185a98a52a86f308cf2513927ab97066a0ddc1c81e470895743826df6673062a8a1f5752bf63c30a0bfcfe1f6a8e853628e8002ba5d8b5e068cec44abeca4d1060c019f64abdc30a51f8567be1786d2d0bacae51db2ab7dff62491159147765962eea47199ed130a970ca8a52e25e3da917fa599ba0f8bc6f28e1e40c87612a12a23718c160c130afdc2c6439c998f0f384b747f50a3607faea50d2c7244a4339372c6ee948e730e87165528a313a27b093c2e35190448775c8e36812560204e31bd0c277cf8730f3ccf7a0820d587971de5c6489f8820e5d6ac5893a202b52842818ff37ce9730f8ba3f40dd0a51a29bc69fa4a27130091232bc81887afa52f61495d1cb6f4030f8c9f81003041b5996ec69cbd1beebe4638f31cb81fdca1ab1b2b35b875e7230fc0dc1488d43788e5e0aea90eb9423f6e7510cedcc180eeb59b613344e5885311517842133512a840acff40858da7db328c462c77aa53da59c2e1d15c5f92f31265a56ba30d1633bf7bb1364c7436c9ade0318d9cebe506085960ef99f63fd312f70aace4a565183a7ec320576858efeec95809e5d4c390be7f0653f1f344a31355683e2c65e052cfbb98b8e674b19d7e4ffe97c1023bf30a34964b56ce16f314528d37c54e6805663bb2d4ec2bf2decedde16be847e7a6ef2ec7db52e06b5315cf35ea19ce338881eacf2c42ed26c9bb76ae5d0858ca806cd3478b25d9b7c315d9b54c7c207921cec324a5c0f2b09e469a636538e76a9ae532c45ef80b4893165ea1cf1e48581ad386fa34ed85415dc3afb77389dc43ca53adad512a802ee31680a4003fa94de90f31f1445410e3af222481e39a1fa1838824797d745bf133187d4cb750cbe278e5909a3f2c3ca2f0425f9c714bc009b88e7a5f142b8c200318c1e2d23f6f324bdfcb28470f726ba81683568ed4a896d39b307ff836d2e823192ca37119218f548990b7db7ae0cad10689f74718c45c18a7536dbc7785dba319453505e2621e920a3210d0a144ff1ac362752982080fa36a1610a1fb52d1d319c480c8cfcec11d122d86779dffcd1862ad926071ab181cecf622666014bfe31a1a2bf5facbbab1d0f5887231e2f492a44b94ec57ce6717820c05d0ab15c7431b3f3a2a866b8406798f8ec3c7ff8f767972d7649849b50e9e03815eee181b331ef3673e8020834da133e678a81f8481754c2fab573842a9f4e568942aadfd331f20f1c0a09546b3574edd77b0b6ab0b42e131aa0e942bd3524ba56acf27bf232363fc3b4254938238341619f8da7578203bc3df1aaddfbd280564f4e6845cf3241f18d7ffe571b425d7fb101b611629e057df7bf63de8faf4299c4e8f723c93242b71351146239040bf14c82f286278ac4c8cd9ba21ce4b8fd42a8427f548e32446cb179eca44f5f21804412e5466a465eb83dce2d0eef76a85122543276b43248029a9887737c6bc32df0446015c28af15d5e8f39dcf7e2aac1cdc463f52c32534ccbc36288ec7bbc11b3e49ac4d15873d308c7852a03f09e40051c29519832767a69f2db024d255cd4ed5874e22310ddee9e8724ad9e8f65b52a83be1e8b327b7943242542d2453bf995a8a6f88b343ea9eaab6696dd261990623df4e272327da9c0297644247432f92e1250ec97b3f7b787328c4187fcda47f4bdfe385132932590621cc2c9f7dd53bd83aa124f8fff35205d094c66c798a70a87a35ebc3298f1d386044a13e14a992f074343370c4ed68dd78c0daac86ac8ff8b19cc6932cc4d176da1ca0651b466cd21e19e3d73f62a94fb999832d3fa16e722212dd232d897a7c48c84cdcf5f1c675b2940e6e689fb3213333eb28cc72c19f12ebca632ecbbff2dbde5edbf3b2fb47b90164dfc61be9182de8f8684c3bb5c947579ea32f3d9b9d4080c3cade61c64493da5404d1f38add33eaa348763215e690f204e3318664bc66659d3380b7e44685fd6dce9a9aa94c7250b2a267ae746b8302de4332884ee4aca7b1db42a81169980e2148f0d5bf39fc9dadcbd927d8608573319332922c64b5c2cdcdc1c1211f6682b96ee5c02012229fb60b093012f0c57b2da3333880139446bc74e640dec0b46879b24b14f8732ed3e61639099633b9953f63345049421949bd61e8607de83584f2bf3a696f3bc290e880d5e6750c7814a18334fa21499806afc7d2e17a3f3d3e3c3f86a095e57122f5128cfbfd0b8684243335a3ad73224be4679d350e23762d8a1fc3a2097e4127910874dfa0edd1fefed33721fadf93d85ab0961d4859af1e7369816117e311f0285b4749ff9c17d826b338b690cb08ae5888d5a2bb22b3c4126b1cf11eb0fdc6ee9e33fabbc821925c133a24a7e7755560b2e67184494af0e9a1e25dea0a3f32ef7bf1e5009823c51ef33cf374803301ccf30dac1da16d4ad2a3aded33ee2f1619e155fdaeeb772606733d5acda4b59850543e458962d01b8ee6bff93ed1267395bc5ebdbb3b5d2849a340b50eba211a21a08dad02b4b1b69620ec745b157d092716072b90a51cf4cb8340d9ec1c52848074f5f1b2991b579d64a96f18377e01e4ce3c5ff86f386c1f6340ea84b00ac24cddac37c1c25dcb05ef17118eff742dbb12682a5cf4b85f4bc342cca106ab4adf2c24536a986cefea2dcfa93e640b5facb0b392696595064fc342d943b2a425f7c811954e7954288f51b20d921b0d6fe27f76f0aeb51d36e9d3457659b2edf65d9fbfe3e75c99116b1ce1ff07983c30456639dc9fdd24088103467d193143792bcf604473e85815c93f34ab90bdcd60c5a6cae06cc32fcb0c63491128b8ef5de481d7d41437bd248682ff91c7d73f966ded1597fc3e1880fa334a325de435deec47140b2e019a8f46d376bea44e8f1fb9da5969d57afdc2a5f34b1b65daff48e5d40773afc79d9ba582925c7805b629b746273ad6d2fdd391334bb255f5e5ee55bbef0ec1fa332b6c99de2fbc269afd3732eb71bc7aa8d2d8734cb8159de32f5e9cbbd354d8c8066d59e7f76322ccb2ebce087b65c7e86fda834d2c41a727dc34d87c80b631350cf165cc347cfa26c38d47fe61ea2ef45fda535083893d8d2755f23f4677899bb8154e18cb7e037dcf2fa23d56cf5ab20729d350fbd63edc45b972f38e011c1ed3ef43867315ae06e87e019f342c8a5678178351b4977fd4ed2fc65f3bf137afdd5be45ae732dca4d1824a31908e86724fa8e35235fbbf744d89e3b7d365dfe0e812683d3fe5dcc0bb68efc26896967e63e5735243b98ab2fbf05ca18816dd16babed08d87a2097f0b305f099a0937083fe41352a07c2a8c150c4d96f3be82cab86a358c88be80c7916d60c455b7e89d0c3023542ca60edfaadbfbe441edad70cf092c753787cf034f8717cd2ad5e92ed5d8535590e12dd592bfed857fdef9734f2b99e7efb3a6aa32f3aced9912ca68a966a356f80838a78d8dff988d27eec2c17d310d2ca1d021ae50214b1463c1f948748358bcdb1f0b0689ad7e71bf459f3914908cb26db4295eb11695549ad3fc4d2913596703792d308339ffdb5c61003e861a86129a849d3f69b10e2e1e33e2fbd40359909ae587874c542171a06e6c67d4fa59eb2e387fb4c9fa03d0df336b7b54935a4b73ce2a3dc3853499cf3520d41d973eb03efa4c6160873665b489c44a33335ee6660645026f8723ae35dfb0682fcd5da05efb0bbbdd38f7ad8f357235bc435f3609ca9df480b8fbaea95c090dae7bedcf8a1d6ba3e15d15235c11b454f4935fd8e1ef4246c425d661cf94538662c7d7051b6acefbfd77174425a87314ffb362c3a7d7534211d5a7bd08a9a9decf2087731b326e47631c6af3fda4e40d9d5363da0b447214a7c476c0b9cbfefa5cca3b63828ea7848ef16182ce5180151363647f10de96b483a920d2c369ca159d5a71c6a8068bd3d511b92247246f797613658fe571216d2db0d3259610a97db4ee08382443b33bf3ea13fff293f1656d6366b3ed7baa3dd091151daeadad148611f195bd791e95d7bb039b7c0d946bca23674aa597e274985592b36ef8df5357d92136a1f90b267d8f181ce68ae79d33a36839d52e0c3504ac392325d62ee440db5004af3c36ef252699216d0e3e65ae8368a7d199f91e0f1e5a6e56f1a83115375bfec1053a7f534cc806e03130d68fe368abd5cd2e6a5855462f17b297032a1752caebcd685c9a5a321776c98d66297369c5dd170e5743d56cbd908fdefc85888daa6f5e1adf214bfe266591d8d9deb36c995491995d2a31e8d4d6bd50f61905f1bf9ebdf47d523e931cfe0b2d16d1b36eaf2b408cecfd5bc7c64356cc2bc67341c843005e6279f426056e38e018e8736f05cd50a74c39d00806036cd8b2629aae16ee29710c417656b22531bfcb8683705d94953d8580c8af3ee6569b84ed8ee916e9826cbe5bdb9b3fe649c6179d1370a058a4033e71e6c182ced556c82c44cd4b05866527544d6595273edf66d82370ee74daa4914eebe8a2ee79c0ef4daf19b2d081b182a0f939c0d9dc61591e63710c8a792e55c0be9ddb108d194408fcd0eb06215fcd664e078ec3f85a102ea371d180291129729024a3207b72c22ff1ac55623be11b56282a8d57bb0ce011f371d80f0f5c1ae141aa9e3c6c0f03e0fa951e3a93ba3037e6ffb19e0675946bd375d5550aeff2a32a988a090d2aa8e162362f282cb1f5620a80195ce45dc586a3762148e319c0f80a738df21b4db553d851ca2c9806d9a8dbea81bd67b595187376dab9bbf30e720e49ea49633c5a39b4b3796f9f20a466730ed8c62dd955720376e9c768ee668cd1b961cd858fd64b82283f4e9cd894ae88c1e8f06f115da88377170c02ed17d9461a00dc0f0608d37d16e9a9a9273f142dcfa8c7d40d38576377c02160a36ba33abfcc0abd236bf238f3602d149ded70fe63f8db4c8e02098377d0ce1cdc9d9f3153eabb39ebcb2e660f54a2b6956adf25da3cb12361ebeaa3799d982aeb7f21a459aac2e7f19457b28cb1c598dd117d24b6864607a8c6bb637bc4998d663f74883ec3c3dfefc3d22f3f846171f291200cd5b211858e25ce637e515adfc2371ad241f89f69054e7105429466f650427263f8d5002726a256f37fb406c44dde9deec49a4522a9d01295586d2b59197a5e852e4b6260065a3a837fb7cec262c53c91057c4a66c7e8ab0a1a0657c0454be358b9796828f6fdedf3800aa7871fb13b120f98b10aa72676b2a224019135443525a3df266139291a4380c4b2a7d227d75be61a5daa9dfeefed5dfc8ef7d9b23565ea1cde4137d5e67384b0ec796dab4222d3fc23f2c5b8bc07b2fb4114f757cf04502d5e670f3e28b3860d1b0c44d8b1d5538033f9882691b24dfee03c5ebee9b22b34f847b9d98c2386f308deacb3b07ece0a7979cb7506af1eb91aa39492896ddd4686d7eff9fcf387e132f8ff3b0531d03f5efa5f923571f1155447e6339751002a97554d11276387f75783aa7a1b42b18481ad52ba413ea32c4ef0c4f9a29dabdbc42f1b51c7838da93319f8bad623b8df7fc306552da2018f16a0507ec755560df60a06973c239063267a2e0c2e6adecc6d003fdc1fe4b3afb7261dc573b27d38edecc06de313913664733f343eb73775b3cddd868c7fb5cc38a111dbeb03b3b4f41284b73b0393e7c80df148f9ef579c9aefc8ef6a12c8a6eb8b3619653ad18dd1b3e5c53033949aadc3c52ee61a77e10d25401aa0565f0384a472c64e8f2cc5b854a127332395036924154617e522c7e460dd689ab032bcc6f8729a2a51a6102123012ea703950c5a060385f0ce64b23f50fa302eee72cd66c53b356642a7f3654332d607e39542da4a2480bc88f9e203a3985a6a59831dc5314bb5c0d623f4643a9d3e4bd39576d88ba1a2058a097a8b7511e3f754d00024775cceb8b37928dc96e4f8ea53965ed399144f5fa67325b4f6589a5d1f9c4d32def84bc94447154866e6f4b2d39666045776f849c17bc10df7b13f59a2910513157a6953c1b99d8cc7fb6c98b3970926dc3d4527aaed66dc09841712a8de812d35a8333f48e8e56b7180a9f2d398a31bbc459b17a3d268633968b0e2e54b0d4f62051e2415b2485c9a4945a713999370e8a54f1b599e8dbc5024201ec529ccc235b0d4f3a844b29f79fc558fd399c358dc6565d872a1412a673ea88bbb56af27137abf5cba8f0a11ec833ecd239c3a6e20cc025e021a9ba62645640ce4f2047d4614d17dbc3e3bea80ab57b6439ce6ea591db7e82417fa08362d94863861ee5783b8be5429daeae6f113e313c39de1d4a049c7c554136408a0e1d2959ba1ed23e2455c5d99ae2e9a7a536622239e1f37e2571f6a5325e4ab2f144335d5ac3cdc0fb3471f4131b8354f59003eb39f2b2c4c614b75d9036a47a112a1f3675846a4cf10083083c29be2beef400e539f7abd9d42432a9e321e8ba8f85cc75b29303c4dbe9ce99298500d0afbbf07f39fee09e8d71425961d9877364a47911fe50c3b928b9436c1f9f3b5dabb825c93a015a02823f536a4da5618c0004f0f9794a86632fb845f823ce3815d0e8a0733a0ae531d12ea2c3d57f56c4015cc9c1c76486533d9c22450c2c767630b27c933a2480f79d55d2791a0a2a19e22b96e9ffc5be0f2b6379aa353389103365ea333a691f22522277609c9bcc52d149f19c8458de4c91cd969acc37db89860859b63a6b36e75a4a99a3576a3fcb76eb4189b6885e619f802d59ea45e7cf382e2c253a6bbc0e0a3c2851c720a62d67a8dc76765de89aa2e1d469b3fdc8658f55974e3a8bdbc54ff18caa33d69b4bcd6944e9891c9b9882e92d822dcc2a1baf334b2f3aa011a1881c6a1c0827b2117d92219ea08412177d4444b72558efd7e136e2443aa127baa2b88e1add3ff0e744dfe62d5370274ced6fdd2275a40e85e46070cf3aac8f139bd97938048507967b23cdd5bf856de7faf6d6366d7af8365928390c3ab4b6ffddc189ca6de8fff765306937598005a72c3c59de882d7c8014c19ebd3accf7c8648ed120ff1f16655580eaef26a800a0d657e5c5437d3e613401a7c83acf5f831e6c6cdf7c5313ea0a76c619229b32b4a0dcd5e7c2c124af91af72293acf693da31a59e46575cd070404f3c229d318aa6deb83ad7d18b8da733ff9a43aff0a5bb37692c91367254770e4613f3e9f151088d16d93185f6bc11e84ff353aff55a523b93f8799905f166a4ca7325332d4f6bdfc891ef1e355b7aaa3485e3b081752c089ee8dcf5eba795debf2b8e42561335f29ce3b0b7465e20be9ae1c3b4aaa45c55d4e94d80b6a08c29dcc2e87cce631a52a45969789ed67574d84823b57cdadffa0aab1254829779a3c7ed01b447c9f37568fc83ccc05c8100b4adc3b64f7a0dfa9131c07842c5aad7af15e7596a658f0d19838887db6f76c24a3593b67bd8ec16c53c9b9c10047042c6938174d0bc20b8c058200e7fdb9a9f1f39c3b72eff19ae2e374effdc7e368a19aefadd8928c566728816567d931418948e23b7abe976dca70fa024b6d00275d731af829187fb34d52215ca3553cfde8bfed3b8a0d006f736ffe994204133ec3945dcdd8f7e2756393baf2a072d5a2548b023b90c31a6d7da7670bcfe5eaeaf94f0f865f74c4256ea1c885dbaf8777ae3f053ba1e830f54e1d55942dfb0ab00bc8c4fbf224cea1be9ceb0e154ae4e38c08813baab7d187e15191a0a7b9a85acd5bea12957f83aa05edc6db685e327514a32a3bbb37d544966e52d157dd4e34409381b4054afe0f73c1171760d649baf6a8e43bc850c7feced6baee880507767d4da55ad6b526089556bdb913d5ca3c4a02533bcf9fb59ba70f6a5cd8f9257a99769af2a91394831e8f7d64f3ff383365aa5f3bea40ef018a5f964dca2de7e0d58589c7eff7dd2c28678a42e0de43cc27342f3beb905d410c2882311d8ce7837826a2e49accae175e18bb1bd86c5fdc6b38633c088d46c5e0a0b40044c93b0350779d1d9751b89cd074f815d6731fddcf81af3c12b7359ceaa9bae4f5bdd5ba888db7768080cbf1220bf0c898daaa9c02e5c23c19e9af3a8147dadf26445d0cd483abcd0245331c200975e6dd9cdf749f9eb33c20600732216c7ef273f891f2aa4455ac3d99a4a4dacf19549a52fde59c40493c211b7b5dcb069d77669b1feff4a49fd6b0847a3d7eee53fef441f03e6e4aea3c27a0f38e3ce0b1275b014f650e0480f7f930d590e3cafc75dc21f458098b673c37e88553ca6454ef097b7ed0d37d261e283934cd59975fa253232b54cb1ab63c3f6e69367e928ecf8ad57af9a39bfbde05eed3ad447a6d273d7b3f363354013c6d86328081c1e8f5e5815b15c8f4678af4d84383047c9fdc301d99b4f8da8c3c71cd233b952684703666c4825ebdbef8af389d2bd43af7ace9a1e219d148f13c783ac81277eca9e2f3ee834c647fec64ce7c4711254e86e916143d1ca973a93c9b00cd90a010a008d1c924da7fb1d335c5b58bc799215b95c44790375d352b3ca892482e3cfb317a81f466663aa92f7cd635a1469f22a93c5e19f5f77dfadd3caaff1be3feb0502c767f7553c3e16bc8d635f8336c9a904420f0545ae77e4f3cb82e786e154565d70108bfaa6a3f276f3295869cd21a683c923a2d0652727b3cd4abfa2171c09cf28ad51d327b8f9ff6bb513a9cce85b90380a53255863f113d1541403581d3bec1b2cdbe22cd76c96b6b61cf9b61e2b5b42e6bf267e7e6453d2578a72cc7277d943cec2ae970b802f6e375588470d073ecfd881e488123723d4d62fe679e603cc143f30398c118f25836a1fbfad82e34781ec2a715cc157b3d51c8041473f766d0f823cd189394312243a8962b3362ee9335a57c3c50e0433d5df3f3f96db727c24fa80cca50ab303b267822cea61816950f9a83c3da65d33d9ae3f3eadab9a60cfdc8f4075c1beb30e4f0051b24d6ece4d35b07be23fc623d9fafedb124ebc448d3103395d46634f144e5fcb1a156ad726ad110213ff6d13dcef897ac051d0c172e09db958d1c202601d449674371a002025b4fd9d853843dd11264747a5ce049674eec0ab4641925ad3f38adb3ae652560731732fbf4493e2238b2f9e20bb92a53402d82f6624814b0887fdb22cb61698aba9b9e45788b3e226559d72da63a30a8b008fdc63337f09d0516f99efe2c6ac0b38ddd4fe2ac3e7266c6092fa66cf9d9b8240a792b622b0b10305a48aa307762ea56c79d9d8f3e87405a8b0c1b4883d390c79392a7ba39a09f299f57ee8f7c8439eaa45e7ea03e9109744eed7dbffa25e5c203dbc710edf3afcddae29837e20620b51ec236c93e97b58bb89512bab02b1b31fc98a158b99073cce9b2568d07eed75443cce6ac3ed08e0302a4ba3ce8a905000f80f07f67cd5c5e1b5fb7a51519f9bd399f4bfd05e5f6a53a3ed207b550ed54cfbb81fb9fb117a7377215ef6093fc884b1fc2f9cb92239e463ed7456f024787acf830575e93aa05daad3e0e2669ae6ef600bd86facef359393ee078dfc8663f29c3cf5381fb038b76524b875ab99bf889f0846ebdf10e520c3eeed4b9a3eee3cbee57df5e3b9eefdee8e11be2612a71e26fffe16963fdbdb33effb847e3bae62b9b477f89592f840143adea95bbdc8036db72c92617b6bba03f084f3e75c97ab7142f41f5c79a096e3545182df991064984c6475568dfb3073f09185d844d2e168aa6156e8a0fb8e4b1620b3473dec11354f42bcf488813a63f0bda9f3e21a964efd9f9e2c0455f35ec3b1e247e2411a884a7f126c6a00db53f1229e398208ae57759d378867f6d4e23a2222820307769fa49d9b932c0f1693f2161303f2b6da321a95a8c13bcbd7543a83c3ab0d3d1cdfecde43eed4771f73f27acd0807c38a769c77b5fd07a5f292da90832ae3d776d6fbd7719dc01d0a13f2c6775a78f56e0a2c9c2942d5562ebe218d4c43c6541d1c7a9154b4ea107fe3f33cdb3a61292a0a58ab40cd3f3445be7714a95871bc58e820e95672a68a4593f354bcfb6aef16a42201e2a44bab9dce450080fa5fa023f349ef15e8794bc043f3ebad00765a98dd1e0fef1bc9d63bafd1b32758d930ef0afd5f3759ef6f6d03f4827cd5312fc443eed193c0f3536a90ecca73563e1a8235f7b38f98963661e3f51a8034fb8c97899529422edcc26c0a8145a2db24306a29d1f1da6edb86a0d3f5fb1de3662d9259fa3b6e3bba79babe8d6aa4bd5e7c715af784c9ec062cd9f3fa093fa0297aa685d9e3000da0942a2a699c905820b88e04c14a1a04ad613bf3fd3cf0ddbb4e03c97e8d9e3eb7ef7b29feb53d731102e02afde5104b145be6d3febf559ea9da4b2b83bdcaec2e153060e7b42761e15ba2c4a947b399ab11b7f3ff589575ecb7a0300b8d3592a605cc150b72b92c92d5a9cbe90c620aa076c6f3ff68f9b4534f340e62b9c3eb8a282b27e0c1ea35f7465f8ce1316fd760a68b34004ae18132486fe795acea454b11fd52b820cb849e966afd892632370a043f84006765085e1cde8d46feae5344feb75909d1cbab8f6baa6938e1c59376ad1a4400773d10827946220d34e0139450f3d0fd0beb1dd53d130a45689cc7bc84b1c401388eb6b081ff78407f4bea4bee45824cea950427f0916b4f2e6b23d50d053402a35ad5dfdf0471bbf9d8b80f4b2ddfbbcc4d680abdc3329417b97410c8171403a788dff639d8ac386500f14568f118be0ef71748f8ab428840e17d72aa4cb404341b05241b335b3af50fc057d94a7f325019a62495ebd437f1933b7aefaff404c6f9815d69f81477f94b205d76aa75f78300360e6fd38439fea7bcf704060405a3db99e7358ee2fd8245876f300b8ffb6759079b31118383d379c861dec04405e3cdbac273de266a9f56e2bc17ebde477828d3b0408f29dfc990001aed2074060b137b0855a0fc79bf962037650a989f532f81674ef40686cc871b8ded280407162ae6a7514aa8f4f20ab3b857885d91fedace61a7b257909cc2a84f09b5d4076b37f4bdea8146beac3257e867c8160bcd860843c3550ebdbed05178aea2e407c49aa4ec01841bde559ae983a5f49e2a1a4cefc61b12a84158f29f567c24640897ede625285e98f92a4ec5adc5ea8c667b9a3f5349c745c455b5dce782eb840906cd76c10fc1434d212f477c032bfb36caace71a6ce3350b1e4e0229ff1be409e95034633aa0bbff21e5c0b3bf465e58830db819acaeb4ecd51508fa3a91a40ab3b84aeca45ed02a01bee0f7853a70d11d63d07ce4ba6412debf5709ed77940b540c9a6a1a0203df44b7780d9b80d6ba6295c58731eca91955dda1920dc8840bc5134c406a650a2f1eeaab1c06cb98f4ed88ccfef4621c2db4bbbb3a2e59141151424df30a96a05f0ba670002c93364686647540516dded47fc29ccb7b321413932d0215a399c0ffd5e1016762ab9020044381a3d51b5790282f41a4162f44176a17b2f47aa67f65e3618c67e460711d40ac496c30215de53410993bd82bb417a2313eaf811f406eb52481e88d5d5e99f5ba860597cd296840d9078d2ac944180bce8ae35dec4f94ef66b856a2857dc7b6cfcc8c2398e58496b022e5122234186b2ab9d928963a1bc3780ee36df01514e5e0cf22242d47a17b4efcd8d814e418d15ab9d322c9930460d763ca0170671629a39d726c7b0ee73db2616c12fe34197b4a9845a0b1f2508e4863650e3c3994801e797fbae5b680a40ef203ca6bc41a02ffaf565c8caa350ea9a33c17345e48262117ae1ccef25784bc42354f4ab41c06a8adab1ff5dbd55e6fa66dd3839629518791546767731be84cc248865f441c54e7e9afaf46d44442ad85711208e0ab40265a91ad7f65ebf10446875df5d41d3400b7aa2247a59e2cf05ad756dd97081b9dc941ef55eb6a336c22fa362de41d50282a1d4384fe6d0b205e41680edbc198e9c4f7a9cbb79c54b1a74ae195c41d5dceeaa8b69dfa45ef1cff4db66df57cd8ac39f76baa223199f1a0167ac6141dcedeb95d9e5e38f297f1cfa0815163606cf2e6b23d51f610d5510b80588b241de65015b098eba8a7f76cc9b33f8beaf6be7670a228504a5b9aeefe0dd8ce841ecb07478893c2f59e2f9c644db1dcee1963a3dd11bf36fabca119b9809758541fffdca523c4bc9e5052174ef0844b64ae1fd4e19f0fbbd5d4621c69a7c0d6a4200889e377211ef940a960237359aac83b3489fcf844b7e8b2b82dc44426f8742011f1b96f935b87d0d7d6454a010fde40c2fb4d0a8ee1bc890d88ec0e91c2c4211421b17495c63b163781b7c9f19a60fb3630dec9477484e2c3488df3fd8d2421e8c2121f4bde424fae382b1d68421b6f7565b8eaed0fba25dc790cbf2512742260688c54aff8d503a6f86a4fb6c04ca477c50c43a71d55f70158a21ce7ea4422a089c2f7a0ce2e96ea6e4eb2d8f8bf054fd6659a3c2c47a4f7c8545ec56f6428dde462462dfe9b2f808d4242e852d7a466e65834dd42a2f84e89ae7a2eb7c429556d5c5fe8d170a2cb0b6c4eebea34f7bc6829039f5d2a299b0fdf32cf396429f4d5adcff7244089e674bd9f75a9479b3f07bb6211bc864f7cdc4fc0ed05642ca3c9e3da050270db3af8a0b6cddfb3568684840f1437033cf32c9ad76436342d65215bbc47f2a38c598a1d3ef54e590f0f62f5d73b72e39542804c8eabfd442dba544137ec796dcacdf423e5c5f4594887180c9d2e76cd84f78790a61c51542dc0ae79915a8c4a13f7d5678a212bc7141dbd01bbd6198b3498dd57741273642e3a24998e871839a30fa711a110bcf2a20aae95a3ec3c70e1b2543d8216c024308366de5a9e88f9ba5edd76d6cc9201cfd0bf5919dc6da32877d245c412f0f43133e3010edda2c637fefdccf4ac1769d7998c8ec9a932854dd84e79e07499543191d4e36ef05d45a3a99637ae73135eaf9c1284573eb7b28921bf94dd718bd436ae1a5a52dab4402580f0d484bffae84abebd571be4dca601d6f18bb928814436ee2065563149c5dfcc0afcafc4cea1ee1985dc4a236bdc0430f310872fe154374911485b95b96d350396f8e26d196b76376d143c7a1e27f8d82136299b23b43875d83f3c91555bd3a33b5113cc9f8763d0d88025c8ae547e31b29b803cd164389e276b96d39109d29c11c15b693dbe677cc6ce7dc4e8164fc3fb93e6f1fac4397e5341229d6f8929293bd821c690cc78c8e3c0131cf75d4d0158eb8cf1422439c4f82351b1687589410fe57cf09c3ce4ef9eea2e14a94bdcd36fbe515011943ab5df3d7aa2e37ed88da6662ed1b1fcab9a69a6fd10924bb4ce199cde6704443b5edf833a8f02860a1e86523a58fbd62f633d58f7e153b6fac87d217c2345443d20cf78c6a9a025523484cbe5c5925faf0fd2281dc7253ec7ba8f574d1caaa43dcbd3d235c890f344316f82efb03f066d4e43e2921e3dfca22d61067db1d6b43dd7917d48ac3034a44146fa0044808bc79feeab82415f5d1dc1e0c2bf17cb043f439967eae87660e7e26ea92f2257b0937f101c8a15bbf7b61114f79eddd06441167398bd5a50f9dd4152b8ba0199bbdc77708e8770e2702dedf594ac445d54432508d777238d549051897fe6557927dfe9d298a73df6ed1e0b0f6b300feff443f966a5e2abe1cce15a57b32b9090e57c0637ca7200114ff5d8bd4798dfc74444385885c4e1a4b6061f5976fa8a10eec32f54cb74ac4135377353a4c01bb5444486f42e4542297c1aa2fb9545b8268874e3be3d62a8d77b46fb4a95eb4b0ae444c5367d1cd0167bedda8bbdc3fa0e78c911f81e5cdcf9eab5931d19b2008684457e8a5fa6ed24c0bb034c92ba4581d92ab5f8a3bada68287c5a507c2139003446be4ca0f35f632f8f1d6fcd26f1ddde2eff485abe8e4872ba5d7a44930f0a64470228a629b1e50d66d454e81f77d5e1faf05b9b35bdcfada3aa871fe66bea4448254d7459919292447f2ca136574e67319ccae45d9140bb9acaa0aada2e6e3448fdf228a4bea968c5407849ca52b7172cb39a09a7ffc1d8d14744aa376212144a30f1d257d16b34983daee6d8b0ee34632ef3d902888272ba5e441929158d344a79804f92265cf398b1456d6fd4995956d8934323543da15ac41f350bd255f44b4c68ead36c618b953b41f78e4ab686aefb08c47ad5d69cfd269b09117cc5f44b655bc3b463da3b981e8bd6418a6f85a119f4b2fecb3682d24bb12dde7582344c7e414007791ecc4175697ec01037652776f0b8996ab89efd77ee84d52f90f44de54d55836955f3854261a1055631a7eaec09c40aa815192c2dfd33367f35444ea7afd0a72c6c5d2d6e4236f3818b690ad5d14d471f1cba93867bfda7796d444f90a444b6275e734695127921d3ae906a92d21ea9a3a09affa32ce57695cdd44f99ca64eb9992d493096ffcc0f303f8734e07a6601c115803ce148136eed0c450dd9d7a2ca340f191007a62fa45821c1330ff9e8ac7e009f1bb6d2f0e95d9f4528c4e7da8fc010c24b22c279a48cf936393d61de31638d933307f8fa30986d452ac8f168357cf0793b66100db16bc006808f15d46187ed93a47e4ecb7206f04530c01f38d602b54cf315ab90fd7d7165258f76b742c07c123ab168a61277864537b7337ee3a11c4bb50032b3168806f2d337722255aa051925bc2df25f3ab2453afa1f996b66e8649c7470732a481140eb9c2b9049ca330c355f1a728c33b445472d3dc08a198fa57ce8f08636145720942b784130f586024963710b5f962b454afa075655f73262376a4d79a2f0385dd76e1e467db0de5a87b23f34edeacb45601883c1663bbf9d750eedb3271e7749f7248e300f56189e6f304833fbf65d457da2071ba19c5a6ed58d2e4784b8967b248b58d5eaba286a7971ea11a36f3d459281aa87ee36dc7837e0949be56ed6f76f6aa061b8fa682eb9658eeb35bd06459aa0f527de2506586d9a2dff51bb73d8fbe1c48a4b6562abf862a95870621745a82d380a911c7587da542fc0c2a70ccece8f69e2bf78e4fa7226a4201be63345a851e9b6ced66404a4a738920e4c08dcaec5b940f1fcaaa0ec235d1273efad45d0889bc4f81c1aeb54940395dd04029baf9ffda4d7b584cb2481e7e93bb15145e921b621141d89becda5fc890c8329723bdb6e36eaae456bea5331fe24605e46058120cda55aa95a28354a43a9c2e5fba16bf9a81d22fcabf3f37c640777714608c7be9a27ba542563eb2a7c6ba205a891c883bdd3d3751ab2994eb1f4e74d46110eb46b660b53c8471d164b233ac8c0b7b3dd926db8536b81dc03c2c525eb4614ad68eb03de99f8ba07efab486dce15f0916b99c8dcb23de61ea207af998d4616f77795d8b3590cc0e3163de7f59c211902ee429db40dd84a9cc5390fb48f462109fa5099f60d27f3770b939d02b83a2894510a92143d6a6cf5e8686ab6ac462b22baa3e0f90f327c2bf646559ac38a0c06d8053b59b649e18d947d667d7c4643f641d1fd3e9d3d17b29af3166831adf007584a5744589834d4228a3d545846569bd1971fb161e83679b17027ee33aea55d06b527861bb415eed312fe0e2c467d26773d347175ae1aacdbf9ad130b8d583fb7467bfba9180357a50e4221bd46a7af8a8f7b1f4bd8503a0e8669f2aa67460813b45c1ef6dc5a09280010477046a8fbf8b8c9fe9e79bdbd80c5fd7f9919dfe9ede2336efa02c5e0f3d323dc3b46a9a7f4c052b43c60bf1e173d23081169e2b67a9d4167b305446429ccc08b7146bcdb7ace1967add9077366fd379842bbf7b958b2f181d0b7134977b145f1c946e39874f6a2c70f19a376fb06d61aa53aeb3b8413fe60d66ab5caa0d442a11b4718829bf05ed097ceb17ff1949b7447b965f87fe57f9acd29d7d9ed1bb2fa5c471fbd6e8e93a855aff33e295f1a31bf64862fda9dc5321c81a192d23e1ada4a4727411b5168ee4dcdd41e56eda7b676178953289d98478fbcac6c5e7e4079dd4742c75495826787d77b9679c388b7aaa206860243879496d9ced949e9d282d94742f0ece0d223169428f63e94b7872b3acbe1f9d4be1afee468fede2f54820b47497daf893f1adc295b3e226ee560bacef7d9438192d1e508a06366e3171394475d80cbbd0e7b306e05d991296d0fe677686eedb86d02adab5443f1ce267f81475e9850ff5b1711f2d9d6b0612bcbe48293de1df603dd886d9767cf20a23ff747737122a1f77f07716b95b62c9d1d06d926f0757b6eba8a693e9fa81de16dd347737deaa3a9b2a57e0c56072f09ddade6d91fa45bf6ebed3af11c598da3d75c47745f21f3a74858cdfbadabd0ab7763af71cfec65e4fafe36c53eee54816bf0477e0f78251d18ed8dbe83cbb3f1e2f33e299eb58dbe6428c51a0242154e4a214785eb2ba7da389376b3cdae31672a1e3d5e358e56f8f48fbfe98085b70ac827478a408750c883c35588212039ef3158594d93c9ff5165882000d78d0f6018c6478d16b43f7de76f3ec8c755ce8cff35ae4f2a71fa13262b7682331a526d68404791991c677238c92cef42ccde637f5d758d5fb7610dcc8a03b2d0ca3b987ecb47bda6570df0071a87e44724e93769443ec9628b1f1fa4e11e5ecfaec8ef34f647c4b3cb1097bb597155e984a6b4a8b46ce22209ecc82c025de2fb66a743227347c6f62794bd5908a1bebd37cbff05e93554b96ae764353ac28093d9587d7bfc47d8487bb27095043c5abcdf744da88768600ce11c4bd01cc4c7411f4c96bfc547f003b1a68d9f63ebc86007422b39316c2553c2151f3be0384221b6d603bac647f7d8ed3a97b37df2ab9be7a4ef5caf0d9dac8fcbf7237d67e011c1c0f375eb4801f34166ba25d607b33168b02a2304ebeb051ab7554555688e8d3e423d72874812700db30056dc1e51ce5db512b9253c8ba0d91cff09d02673691aad135b95481285df4865f951cece65093d3aac15e632734fc538d74ff5bd72c89cc596d2482ccf6f8bfdb831f4404f3ea0e38d95cd52077bf51ec6e292356ba96595cbc4483639ecf397c39fc0244b199db201af26faf3896bb3addae1d1959100f0797d48396de950c8a5df22a654809e8ab6cbf9c6d5a9fed62f35ca7b21df23cffb5e4842c19ffa985d3d7c0dd3554ac2a220d1e849b1c1890f13a8ad77d66a9d207e484ecf3e10d9d92b66f608e3f25651d1899e32a7129ee5f0bde715cb5e02cdd048598398664170b2305dfd994f6304c28b974220a7022fa2efa1b124911d673a4860066b664e96b0144c07f4e4f568d760fb881610036f1eed0ce85b616776454861c7f794f7d2c05942a60e1b339d474486abdb8aecf559b87ce5e55fe25dc0487bc3383b735082253ba37191d006395c1b9ad77d10f34980935797aa040e124899d9a490045dc3aaf900d8eb957b2f7c9dc80420f6181e6f646c804a2f31b148a581a951ef8391a8307aed2f01c074d32410c6e9da811bc837c82908e6cc4948af0b8820c0ff7bffe42221621428c2efeb4172f5ec44b45decc9df523b95ad48b71de3cb4ae116b29f7fa2c304a06020a8f7061ef285fb7410af480f56ac7b48bfb6e8b935b12277716e4738ca78430cb7885a9a280b8eeef7ab0037ff0ca248e433963a426b5b653c4b52835436ebac754c81c104f69162808e68cef1f9cb490187a5ad3108309725f3566015deae66ac61faf6a6b2387e28d7f5a78b9d08493b428af4bb1453a5f3bba9e247ac6cbf10ba9444896bd90f6c2c0089e5e42949475119700f10b89ccd0b351175bd12f28c0063c07bc27dad05e741ecf0c23e494ed2e4aeff4599e7af8f6a8b14341893471a1a7d94aeab43bf044ac543be12495abe933401b91bffdcd6bb7bd297d7377461d978d09248ad3196a2c6d608f0497912f1cf0d7cad71aa1b9b1d11965341fd2a8609e7c47d4814bfe050c194e649897ce11d99b530c7dde1be3761d26eb98dd21790653b8f5c55f41f9cf7da1449a33ed9bde2ef5e696c6941120212ae24554dc2993e9cb8aa6ca829a3b9246949a4c0672dbfd3d3ae15b6503f7bde75e24f52ec5272258b03eb937e04de14d049aed43f8abe1fd452f16023a5e00f0243272722b7aed35c6a006152b25feef449cee8500f0bd524d04bd17ee1a250acab6d6866e2f1206c3c212c25de66e4fa49cf336437b05a34908a55d8161cae2156d252fc9922c6df864b6f9c6428e2b249f842be0e714d20357b7336206c69e659d02c9ec9a664d3c3d96508c30d655549fbdc3fab356ab907cd6e37e01c90bf2b23496ba5c453a6daeff09b6389028849fe7af71056a125be4ed229bda1da53ca5c8db2b20c6eab242d2f418840dc604a05521832ef129bceeef15fb9737b0a1e2ffa76674c69f29c9b3a082590a1ec4a1388a6a79c65a94e3200ed5920a510af627916a8045fb742879ad4fde951f14a287c228a44e7d67740cea2f0969877eeefa73b60ae53fea0a11645e127c95d4a305e69e61c4e99d5e9a4b805ae79c54ce9c26dafbfbe02f8eb737b88e107284a3b3f5b28d3e62a51fd827ba53834e185b64166f91b55b1f9fd86ff35663ba84a57f3e6dc65fc6a05f9a0af124a41a8a3cb555d31828e085e733f8f5a82c6004a58236ad519c0c77717f6d4d39a59fbf9e655085a2bf2f576e4a02a2b8ceeb74a5db2c6a03c534d76f06964157a84e5abd7fd3e808de0a685263c64939843174a6a11b03bfed6e34b9ee30e3b73bc5ca21d9532c77e80da1d0e8b1f073418bd4a7ec3c43da1143beb859efc942396a0e109224b1a452b87edbdc63133b098174a893390f541025a5b87a73b8960939b02b49fb30620be8333cba6c46f9f1ed74a931434c72b606209ef88d1008f59029f917914d815ac1436577144c3851c134a9a208402cbc356a1731966995eb794b3a5cc1daaf4fc9d0ce7f330475c8a934aa88aac591e1f998e0e4620c1a03e2595504d4611ea043fa01969ba4f971fea4aac1e890970357685e3947f8476bdf5def4b4f0388a899c83802820b0adc1ef4ab7626a62ee893401446a1f0f772a349ebed4e9b18b70f72d3a567840f39f7e4abc95f74eac40069760d90515a8fdb9501d29402d1f3859b0588fec2d8dd8d14adf8fc6817d30f2c0cb2ed41de4fb0b7083ce650947cedc5e97f07e95bb51794ae30594241ca7f1451ce6be211a80f322d4c6f3778c4f4ed519d0878eab5e6d4aeced5002b0d523640954eba88e3dec86762a02511b0f66a7a6747a0a93bdb14b1049b3e5315a0fc42ea07cbfc53d8333f75330130d810e9ef71c385d16842b4b33b9059d5303cee37846b8486eb6b9125a44618bdddbb3dcf077ef73292a784b3b50c861060b737a91041f6e5a89fa8b8897a31d2a6457c491edab6a895d724b508df087944631296f1ed1f43437e6e2964056ff4fe4e76655358f67cc1eec4b613ba8d7bef024f9285569e905f27b69ad4e2968692785f3b654cd8c5930314b62a1430dcaf6fcb71017691f1674a5ea85a3dc0d8f3fd61a8ae4bde1d336b74b65ab5de96fe3fcefa288893f3e9df14d8c0891a2330ef63caf9716eef080584b78641c5d70c0ec949fec3672eef11b8037719ff937906e68bbe058114a81214b80d4b4cb91876be94856dbfde086d7415a21da9aa10690bfd3d0d0f75cefce4b838df53b84b92e7f385ed226c4c81a95e674dd25aa6ee2f2937c54ba18e1c84b8a929a6874f711a390f6b580c3a2c1c2aa1d96789abae4002c0a7977cac28d4b9e7a8dadcdbc041c3363d6d7de960832328e3f43f4b7a01eaec640e4625f4c4ba23bbc7a74e5ac75b5ee912c317dbdb7561a262185fc351257ab17fc2c28194bad6b98241e48add3ed7438a1309925151abbb5278d91a180258e202009756a4bb34f99ff45aeea6edb4146f23eae9a01a3da928f6433f8921a5fbb304429274bfbcf0a61da84680229c488239de5b78642dd501b0fe514a124fb7f3ba6c00e4c2451d0f6411aff33ad6f54d0d69ff17802e5705c891b43889904f1d069ad354c26fcfd7abec18a84cfd68f9bcdad192bd509c22a2658bba5f626521e26df654c3e90cbe7ec5300d4d17ddf94bfe2b922b22e8d6af46ec8a17a259e0561a07c4c452793b28e974a806e45fd4094bb6cd1722133ce86948fc2e9b708cd14760d4c4cbe0bd4293cf1b6d59498abc06aef46ff9c9057ffeaec4230962370136dd44c4f48549063f5acfe4be336ae84e62e8565a33bf85dc0416573cbbf53a0a9464c53c0a9a0072356886f80386b692ea365226ba99914abfb92a3dfa6d2eaf2704c7a371a55dbbc787b9055573f4551e44b8230e0861af7a704f96005686c11c94c902870117970dc5dc9f32615ca38e5bf2c2236bbcd24634dd7b35a7d75f2c54cb466361c98d1eb3da6285bd1850b0f80c502f395176095f523377eb52861144cc8ea4f3c0fab6537bc6a7df33bdc68af97264b907fd039f4f83c95208ba8c24cc9c5c1267db386500ecf17f0ef0edc9bd81d10a4ca7c18623331d481d2ceb34ccc1b43ed95b43125cc50c7ad56eee715a9ab717ba4957b722248a42eab51c74cd37651130334d4e4b1c0788c14839912a1acdf413e87976b72ed6b2da700e04cdc3a7df88c25162ca4e2835c127da37e385cc2febb4f6192a038ca4473588b4cdca85c48bb1ef83d63ce1aef8fe2498307708b628078c66e35a5c013bcff494ce42a7ecea0e0a8458978bea4aeca493ca527d5554c686b5f8b8d811d66ff424cf69be55d45d43b4203962f792f6b5dfdae728daf22059bfb3c20482415c9e74cfa06edbfaf9998f25248e278dffd73c471d30b35145d13fed6ed4ddb6615394d0a41274a194063a456eb1e4d7c8f29aeaa3dfefc3511e2bb635bd8d9ff99214d0c0028a5ff408d68462817c2a8906f1a42b003469c41060d997795379903964d0c84c7c2b14dde43d2d7d02d94f99438138d56f25d22ae3f469dcf2fd0bb874d1917568b8073a5baf59068ecc924f443da9d05722b42b777de26ca75266ba04d1b6b5f213ab0c3b3931c611589bb8bbf2393aacbfedaf85c15090e5e31b3e34d39b339c18437ab8fce56256cdc7a895b4236e80ad40e7182ca95e71ec3f0cc4d591c7e7192b85f24f8313919b177d9e50cde608cafc1f11117cdfea61aeed34d5bd869f6bf254daae14144bd022ef1af6c2e1a6ecd20fd159070b4548b74834d794c3b8f2d98da9b2549b6755c1090894b7c08902ccc9ee2c366edfb5d209b4d8f113b2a026a87ae68d2003427d7750d5f96d060ec047422f94fcd9d96fe344d98c4aefc2e0b346a57065be1e46160418f16f981a5f93e9c3f3619186558c14dc0ab71bc0071dd2e889e3207ddbe9a412f5e47ccd92f51fbbe7472aa9c11ea4dd3ac19ef50d7e8f0963dc88d4d0782d31c3e6c77afecc09bc903976f7686004dec06807ed0c5cb59a11b876bf8404cff2223222f3b63ae86766a7e00ec64df4df2f8f4dfcfb8051a0616508b5c78d2d5e700398946e6273fd587b7f7ed3d814df6530270d8e17d5483f72e21ffa90efb247c4eeabf5cb5b8c5d7c4fcbb19594e01c4e2dd9d45680fde061ec6cdde13921ae2c312dd1fafa41f2c502e67dc4b4e076df6a2868a676c9129bcb4a541938ff3a20405bd8488c13f968720fc4e824e14dc656752c87753966e81cd0a8db6af1947fb99d09a0491bd8a90a307af714e39d81b935d60c854a5de2a4ce62977e6f20097852bf8c4c3832d725d90e7cb4e413b0fd6b76f958be33510bf398b078e3084d636c7ee6cfac3866c797aa3cf4e4c32bc1ba468daab46a524485b3d4eca52b5149e32040d5124df7bfcf984294e5596d0ef9a017bf6b8875781e76b7a5cbaf06d829899bd6c66c711ebce23374e603f67a81a0f01d3d8829ecb80c6e87ab1ed727a85653dd773a5e0258c3ee94e702e6aaaec83a366b43746a52c44c5c6db0332d9ad3ac47fa432f0ad2b2ca54e7ae2801d97d2a172b417b9393bd3f4b49b2c3dc4e80ef5e497886486a247794e7fc8a99f78833d03e22e81e59fdb92b84702b8a40404976e81f8ce63611b284e8022c23fdfdd58a804d168c94cfae6663f6521232bbf6f768ecc6088d06eb64ea8d73ad6fbc68eb0ea3edd2511e72c3711e809e767e28e600465e97a9a142c4ead76b2d0ea08de8fe74c5467770352f6f6808d965c98d01f1047ef682c96b44eb4801587d1653e68a6cc0140dc4a7c6a19f4ce6cf7c5b770103e5518b8d08f4eb56adf24c8c82df11d47452980b988b3264aa9c734f0d147bfe2ea9d9d541e4ebac56b8efbd3b2d91518d8472783163a8bafb198325dbffc46c32b948b8bde4eee59c4474462fe69c25c6952034c3cd82627113fcdffc0e33cb7feb35533584effa7ab574e6c4e347e988c204a26a052975c7890649cd7be74525fe9a2e3204f17a9095907ff40b2399f50aeb72dbe07b8edc1c5cb3efa1235aace55770a274f1b8152d66bd46729b66546c3a8b0c1bc6cf5162c01128c9b10da40caf4ab924f1dd9a89b7ce1655d7c6d4bbf08037ee946a8d382cb903b0e8b4a22b4aaa4ba4f28b504ee7b5cafc7a855de5e44c125fe9d21e4b6a3aa86a158ded10b58084a4f3a1858855ac92594e7a74d0e3b8e978b8b093b3fae991ea4d597176ce625bc4f43646f5e9ef9bc72b2f59517943f9ed3b29e64baf9f4ce1411380efa2656ae4f4706bedea31d0c59382b5dda5e7701e274e6bad4e5585dddaf937336511c7a4f5613d6e7f82f9fabbd7e5a0cd2ca3c15dd29cf7221683d9bfe58cd34b411584f6549df56695c713cba3afb6de9b457b3441b6c4b87cd84deda271c42d049844f7062e536e53c46cfbbab69d6c6e4b2af487086001f389532befba343ee9d2a4f840865842fbf3c91ec17ea0c48c47d09ca4abe83b6a8748b864a82fd334bc34f85ec257a8eb8b3bebd10f70877769ce3573858af46ad885dfac1a86c8f55144f9088670e1dfb3610720dfe100af470a28dbb48bc06cc9096d6b78e977c13c44f9441521cb084601c714cae3fafd7accb4fc83376e57600556f77cb004b9cbd4f98c5f3e271257311357a06fb7486eb67f9b592995555f6eeeec7c7697e7eef4fa7571a82398dc561b8719d28948e3aa033b9de2ba22a2bbe9ba388d26d3bea4fe4027e787755812e5da062156657d560b368899a065701f202835cdcadb86d500a6b48ba9e0e19e20736772372038ffc767b053085f5a33defab8c00e3692e500f7aba5aa8a4fba962d86f424cb95dc60bee2b6eac402447e32a9f51d16874501380fc0a844f237eedf523958a03fc207cf6e48e463a1d51813edd84e447c3501e6b1553fe5aeb7ab483bd9630ab4493d6cfaba149b92c3168c6e1c75d6a1e503dc2d90771cefae198ce225c26c934c4eeb60304f26fe8931d8f02309aa969504216ff3142ca8d3889610153df68403ceda05e0b219b8fa9947c0ae318bfe050427f99489fd13cfe7dff46c3c54a1be79be2886784ad3d7276d7068afafb7150442b01cba2b3520ec686c5dc19c51d1e83f5c435194268fe58b9e25d6cde57505fc0ba4d9f3498b557fb4d240d5dbe900a81acd606fd5d9294b37cb0f8612a506b3a4553afef761a984c16d6c182b361b6a9dede226900534f3273e1913de4507eb9dbe5d8a49158374cb64712b630a9bbb086ca51cbfb1764066b4c3be57d507f1ca6b9d8560a42a75e7efd88ab556820ff79bb1072ee2e46c73e36704e9b5081077073250ebdc35c2afbe1f3d220231b510f3d071083bc12a351436738f45083316d4b11af3dca598f34e02416cc09927282d6a8d80d287c2f67cba524a15097176a0a0ab91e0b68625aef57b23e7d12f8f96ef6bb936f46622a5288ea8550a4c4bdbc375f63bf5afeead10e73cc383246f9ae25ecaa1a46164a3a3750c050b0ed2a48c6b27f83c11e8a423fc242c51cf06eb4f4c6a4314b201b5ddf736750b787f53397ee4a46fa01c3910c028d6dc5e8df00895b6c25a99ea3d624ff0d50bfc44b264f0c98abda35ae27825254cba2cf224c07a672c13ccf918f36dbda50c72c965ca7efc3d7f3c1ade17fde5ab7f360e1e42021fe1f731fadbaa3863350ce0257b1e010b3d54aee00777ea1ae0d7921521a8b5b42452640c3f9240de350e54fcd0d0200d0dd89d6f0a0550b7d241def61fadc2913537e27c3415c8e4b50f794a925fe8fb93fe76b4e26d17b288e0f06cd62478e21e39da89c0c947fac510d4c649e1f5ed721444734daf8678e74d7b5ed1007ca9abe7f48ffb722a3bb51198841595a628fbd44654f8116d7141dae309f7bf2f3599b3018e88ee958765126b7bb67f68deb93a30361a8831710a99c49a51a35018a4563261d238e4d2f5138a8832ee0661a609a3edbfb94aacb177a0e3bf68314b6992ba219382433ff513e2b5d8c1304ab36279f4771992a722d0ead55b65a5cb13ef62329e2b54d1b514a72fd5a23361aed17eb6426213b5dd4fe735afabf0a65c31dd9e8ea3720fb514b508fa63bcb58d3a65f66299d16d38a1e14fce019ec439c3f0cab2a9ea3ae516ab9e9db3462ba0c0e24563755c407f48483e4180c8ca84d7c5262427468d551744146423b3c627cb3bb194f50f3a374e8db67791f57119f8d175a8bcfee8b5187d09c116845bb13639e4e30c2eb47c7099637aa3d83b502b56d30e93bd55d518afa5dd9dd42e1bc83afe07234b03f4e260890d875b05a73bf945181a8a05e518f874a43a3987d66bdb7c04caaa25b6025251f99a6cb9ac5bf62b9836947a851907a7ab7b3b7757d94cf98fed5bfb9b8f9f2bfb13e67b80c99263913e438d1519baaf64827e8f43cc5047e6468c3a78f96f8aa1fcd72fa24e275c3ad16043051a1f7210fb91edf74b1a94c3702098e0a2c4ea4a7b17b4eff7f1692cd77390551a215e0959fb55bbb23b3b654a4d3afd260ecaf30f58e948f51d48e528e8e4951a44eb45cc7c09f01739e6d1c47ab9d0b69df26bd0eb82130912784ef32f21e51a454b89f1a229973d4ad5a2740b5d4c2919b3e3d1b3b0846c60173f5c7505b51cbae35773ddb43177acb3f0d2e0768cd2ba07018820d57fd34558546eb30d651d37ead7552f06b4825f636e2b3749675d359d030bc8a39a47cf72a2fa095dc5214f17c37bf12aae5358d98f7a24982197c02669a28bcef87ffd8136a00010c5228dfb35cfadfa5014889a314339de2f51edff0b1f9dc553da0f94ed94bf3085265a3a0c37b28bf540f46e2e1cf01b20f519485fe41f0dbc509efc7b4c1c84e5272fa12a2f987322b50b8953bca85727b00d4eacc4c5de398db87afd5762bf052750b38af69703dbc4aa38ef5f9945d14bcf5f394e27742cee08dcfc282e8be52cdaa8fd59b12860c069b3298f197c1248921e48804ba467e65de488960c95552ee501513c1e6f5a22262a0954da8c93dd173486dd375a796b82ff681034dae52f2f119c5dee19f84e9f3613a6878b8961d45099f671f6b41f9dc1b092ba0cf5318cfd6a0c7839d6ef044d74a908a4830db6840f50cebdb812a4e7460bcd14a531fbcecc574426ddb8434749be5915cca4e39a18648f0843619ffa7fddbc3915342649eff718552562b053fdf1c01e5150ba3c7f3f28ebbafa5f530e9ffe2ae534bc349ad7229837d2c1b32a7e47871d402e36aa4f8362bad9188c469a944ad535e5b6d87af5fd8c2efc22c59c6f99de12571ba045b47e0a8ea44fde73d6f9d535fd0529376ad1746b7a81c9946ec0835bcdfb33773e522074f92d9f527e3475368c3e7e1602ec7218b3165eed3550b47173139720e6a3c62dd08341c24d755539b2cb5fe6fa80535c88b0b00f8db279659a1c3622d58076a51e6c8282c46e053b5e9dfd02dc279e2ef712eb42f7635f013051341aad50ccc0bf394fc742ab753bdf5310756d644869b864645d1543466c8ca11db81d0f3b98e4e8ba78ee10253e4fe88e984ce0a4047ddc3e366ec5f60490246b81c1c1b61516d5d2df73c0853f3adb0edc2c27cb7ef06a007839fe07c8a490296049632a4215669e8b6a64153f502cc8f8eb25b043bb80f63b98ec6c343f01a9545cc18d2c434ad3f36f3d05409795ee20ace10c35cc765771ad04bc8570cdc0e03e5724ea9652ff07bdfc6541683b358f925b097b8ef4e75d805a9a77a7e63c6a2e4a81f431009570e5b1c54177ab6ba31501857f76a3ddc0f62b705d70b5927c7aa744e5429e8a8937b2754192ae259e016bb6e019b5a762e0dbf89de5fa922c81b0f880aab296a8dd46554549aab32b79f3f1525c9051869cb49d809f860c3562dbd202002d58a98ac745456b91289b65ce62df04f4b5817c7af9bc92ec5b94ec3ddd0998e75a1a6315e5459a808baf4a33b8a4706105683ce5c1137b419e568577ee04f5c51167bb622545ffe8120d5fea002478e12dc0ff46cf679ba4e8fe7324e69e633a5aacbf9a4546765825c504de5129ffcf814af771efb511d7b156b697d7f028b890db669c2549375f573c9f229be6debb7e85b7c6c1ba6f4c549ffde5cc2b31ac981a16d5554a580511da43c4a196877f8f6b28829e08cfe0a5cf6373caeccbdbff3ea475c54c3f10bff46b4d34889515840661353e185f5429d8aa9ca4411683856f7493f54ed8677b85fb1607a7ace76158ef935607250ae5bfd7d7e33c017f4b455cb9054eecf931f1012a9c6c6300c2ebac3b09121f492eef768cb509f3173308364ac54f16d39c11ce88be2eb9ff9c201b9ad86e57695b7dd2e1078b89995a7afd1395501e439f38cee83c1d5c89b1a41d3143d436d8459a1751aaf6ea7cdee9d0fce550282ed9156ab0cce99f5ad70577808d4c224948ff53fbbcce4e287bc50f0bd5505830f80f48d635a921f616c28db2b3bfdaf1a26b8458d22a448b379b5f94c5530342b40716a3f8d02993335c2d153a372dd7b0ff518db8852d7fa3b0ecd8e553b53b4c802b4ec075453322ecb7db8c631589353488526f1eabc58ff453699554b1e4357e9c2cda22f915a338cc71ad3b6498fb20e96719ceea3eeffcafabf5557266b3f75ad6e8ff92e4eb16fc1b3e85e1c1becd3f158aea3d6db8535195055693cb6c017a78d94f254092c7354b8e0a2d8e161edbb361cc2ca0e8df7a156556cd2361d3e3810d1e253d4e192bb6675119d3889bac909717ec02472c3e987556dd850dee3e5ac671e5b36986d860965b763db02598f0f3be8e20c0e14e61f557d381fe69f3a6ce3d69191f5b6c597995bb3ce1d4ad283e483de27999e678f5594798b42baf4e7276c3b461cd1e28756d3b8897aa901607c0afebe4331426d55958f6bda1aa822d634996960465601016d860cb9c2ac475883ff989169954555a1e1d6dbb64297a91f1b3fe2774e8020882df19ff4c48cf36d1a1505d5a79555ad8a4df7153a0120dd97ce4c2d0b8d05135e9a2997a4bda7e3c67cd63b25f555bfc9cbd0c8f2957328bb343e0083788a7df18a08769158fa2a57191852003e55ded1fae91d57b6be7101509d75b816559754873d3f5623ed3230c266e27e5c55e188f2ea9aacb2379ee9b24599a7b245d4a26e3be9adba8715a939daf4a26b55e9e6adc9a7866bf18029891fa98049291247e9b83519103509a98766e9523755f09283949c60ce9b29cdbd4845da6cb22384657a820ec71786ed4091441bd455f16519449d9cdef2446be158a4355c683d2c07e899551a9888385a0fff00ed55fdde2e068b8aa458fde57dc762a3c12c57b273667979459551d8465fb88a5b56026e2e7626cee3612b9293af1efd38ee10b309999fcfdb9ab275aff0413c57562ca97b2be4b9e2a5787d2df8bd0a20754d3867fd8d3e2c6cbbdb069c047b5456419900d793f0c1444e600a912950c46b39f45751b5b19ff3d28c1db7c5bb3e564bbc8988b88461ac46d571a96bf94ef71f16c669c1ca37ce0ebaa8e59450ee5658d701f257e304d496de781b80402a6bfd8b553f5095c236bcd1a2228cad35565f51955aaef148ced89bbc4e5ce8e8264955b162f39a82871a7ce3f77da0175686bea6e9137847d9980c100e048b6f29791d11f5e986080530e3bf606314d4568be0a19bea9b1bcb10f3084a5b6c75b0bf93b3586bfbe0b7e95576bd22145056a4a69958f81dcccfd1519433cad4e5e219c74c2168bc227f6991e215233a4056ac9e1eccb2449d1e33c433ca15983e2f1fe5d7c651756001caa4b75240154056bb0a8ecdb377ffb588c59367615cd7ef80887e4a3877e0fa854e3a6dbd4e2b56c1f6ed1c1ffd45f3e2493075c058cfc8f7ad905ed94026dd322ad69d0258d156c7620271504aebd5de00f4b4af3fd51348fdf7f085cf59d61ceea6f0f07a1556ceaa1a00a847376822b15d17a0901363c22ebfb1b0b52eccad9049b66b58df56d4715d8e35d420f02e5da1404df9c42ad213751df3c7b062ca9db6444c4a3756fa3ed645ac80816677295c87c0fad451512ef348bcbaa67a14d8c0ab860dc956fc0ef26b953876e43e4b5080063389588d7bf2d63a9e6c634057944526548f56fe55b85c4fa0a1c2eb38b04e4f79b62162068702bcb40c7906ef4176c71f5a570d35927c94b16182b155899b82cd88cafa33287caf87dfc99312bb6b8e837f570fd6aa029af8d8df32d70c7ccf30f34ea8d2b5101e78c7a31f594f32340370573b068826908e6336c77044c2585d60e0ac6788978c50d0e3d78c555d0821ed5765c58dbda75ff5d681ddb23ac9817dfa971c4052e5e9d7579b0cd0b84558fa57664333aed0e64b7521d4371b124a216c37cbbee38bc462eafec80819d4bfa35768f83fe143650b0c786c137dde24cad3884f4af99b6307de11a0ae86125fc8577379576812870261cfb5bab5a83a5b2235051e6182b88163515174098045f55777aba3a21795522581c747c3607bb91feca65c905d86332bfb475d6cbb2d6057847980d38056aa5d408c614dcbf21bb078657a45ae68db7351bee5676d1967578678efa42f34aeacea9ff72fd127782f19c7d691f92da9b0d81a7a73b9d579579fc86f8ffd3512d281526acf3f9a089855b798a3b55ad728ec4ff11325937a57a68ff7780685b2b71e4fe38a6035c7dc121f07e7243de1de553e6ffab4898457d1be0dc0252cbd5a09412b94bb75ff8238cad511d7e7322c678f4cc41a5fdd57d9da777eb873a8520ef338512c81cc7121b4e8fb0c5c73869ff71d6b4d15e557f539ef2cefd0500c3265eb215810b53a995e7549b5f4566e9bed4e59abb3b457fb847dfcbfa4039120382e74a21266b7d8f4f2d0c40e98ed30277f87e909b157fbc5ead3c14f7da26c8265055664b11be793c160948ab931ca3062f1bf5740580258e250da13af9f2048c65f8ef730bee34e630a5ae2bcfe604fdce00cf015581a92a23f7976da187dfbff9506ff108a826844a4082ec9e5ac9b4da1769029581a9b702f7de2ffe205d5bae0200d5fc2c83c22f9bd9f1ad20e21fd7dcb18a5581f28e8a694fe98faf93717af8b992b4e14ec1962d92631b9595b3b20a3e1825828f3b666ff1fbbe2eb980096bea08f334adbcbcb6ddd3c0a256ce0720ebdc95848ed50ef7045e825f8d02a832b2589851dbcbe8c08b90f74d4d015d76660c65862b27d94ccbf4c918a152cd96743d3ee91ee797efd99656227fd0a348d31ed5863228cab68aa2ebd4104f58b62aa718f0b829ceb4bacd3b977915f1255403958702a2d5bda44503c975638b14123af8ff173416753abbbcf6e8b63c6bd07085888c8c8c5ba0f183dff20062965d78ebe12038c932eeb171b789692a4690870589e4c5d114f7d46f9c877091907567922a79ee7236171c4223dbacb08c7fb7258a4c5c306966599249e3c718ec53e946a854d8ff7e39835ccb87a1e3e1736e758b621bf77f13490f6d4f02d3c5be1cf0345c8f9d141dd62a5a4b4c767d77aad58bac807930650181ef18c0c49e44ab5f8706538e7202c636d87e908ffcb5b9b58d27d77c997dcfe5236a937db754db715548221f7bedc9fcab7a0f00d32f6a958e578450889be4bc6aa2ed6c72c6c583e777b6f791cecdf698b25554871416358ec13c172838c358579991b8595a577185d6aaa9dceb3daaf7ad0b6831af4b1591619a345fcbb34a598a5b365f086561eb74cca462f9407556b2ca1c61d7ea2593f63c02aab5f1bd761b5298bc0007cd9f13453b2748a83887db92de2ca8118594144af90ffa75dca881794158078594e2ea11d16f28fe288376c7d659e4b035942088ee9526281121bd82d7473789f63ff6f06ae0640d2d4be50fcc8c9ab1e5943cfa9cf9fa124eb70cbaf3d9f1c716a3d687322e60ff8281a4eee8d29e4f259746d05fc6b39de51c1e7858730028060fd18c4f54ebb029ada69ac92118bef598ff09325f8469a841f5611ad4fabe5c1918763feb4aa240302fb6dff33bd0d599b6c35bd0870593db7abe821ed5c5e6f780f993e9c53d11b7fc938e459a62d59a2b56078a65e2eb9dd482307c6b92f8232a0f6ffe808ccd7dd34fcc493ca6359a640b565a3903fda57025c27f86ca46d0fe75e8b39b0afc48fdeae2d9b2bd459c1cbec05c5cf086948c60090a8d25533244cc09eb324959e75f19348e473f259e037c9a1dcbc612f6324dbae8a370d44725cbd9a2e98eca6f6e6461445d1ce59f3316ea5058138a3c6449d6fb358e46130c9ab1bc1a3d471e89e7026458d965a02a334729783bd9342d68f048e93d97a6e97d5a23ee92027fa641b52ed11ce5a16aa9b47198b0a2b3a50e57c3e7f73b09050635e1e994d2271c7eac1a485c75a25a4b734f92793030ad443f4ee1260c5da1c5ac3b3cbe5347fd0636ab62f6c5a369e72e5559742f721b374e952b37917744afb971b4904302b644922ee31eb5a576ad549081ac2672a28a854d80a5c4cb48062723774c980b21e0acf4541e65a577285f35c23b910cd9509fe21b95e6c749cfb94cbddf07c6fc743d820c96c5a5ea1ec7820aa2001abea842d96177d08a9089d3ac98f5c83e172b6feddf24e5a62291bce560f6c4abd85660364a6be8404a11258f2d2236c57a040205720185a91ec12532df960f3d87eade76e56eb95039e22d21a554d87543bbfc2f4173f5a9d13d3a6813879e9698feb8cc3ee6b501a0e33cecac291e8918aef5d9be8bf5ad0d6aac1026deb969597227c4fa7edc818ba4a0fd77d5eb77fea4093c6bbe55ad58d8589a0faa0ebdd5a2f2eeb291cfcfee077a6ce7d10a5b7e986b6d6e8905ae6e92d7203e5bb92f65e8e2a60107436879192a72f17c2935b3ccf68e9eff95b0a788553d853591b50e59eab42f1cf5f1c5883de0fc74b3853dbfe6123e6ea5b0ac82a6b0f30e63544eb611b9834cc13b489d6fcb1e13bd0002f5f9637e3615b198f0c95261228dc870091d2c9ce956c846afcf814ac479d02d3faf9f1b76e5b1a24dd0e6bcbb9feb1e98c643f870c5c7b1abfc4dd90b3672fe35f2c69703c5b24ba017228c0eb10b4da9b80b7ee9c38a612747f628f4d7100173ea635f0465b3597b534284b4c39c613262d6b0789c047524b24c3c57a2cfc62364670f9e25b3873fe69f5218eb5c8401906afebae9d7bcd1e428e752466fe1cbc0b91f23c5b42a5ffa9ddc9fb3cbb73991da92acbf93bd1d5b943c65d2be183c6cc538e735b44fe7fe6f00a70f068d953ee75b86f3914866160d41f010e00422c0dfb69115b6532b73cfe77f67435af48d2f8aee46df97cf6d7dbaf782346eb19c9293d685b65b91987be0236d318530e9dbb14e4eb22847fbb93c3b1a67808616b4179525b743b7dcc6e5bb9b65aa6564cac9f5ba6be7154c37521cd1defcb2d2e0bfce65b758e2381bad227fe0f4b467d88617e1a59b70931e1dbf39e4c2ea8d170fb8d5b7f5b388ce69cec61fd6b49a980b8ece925279e6ea98026d4f920e94710b3175b801c29df8bec5430e87544571d50222c4c94c7ab5bad04492cdeb21e5ab2465b961694251979bc4b5218a8d1e31e6236c63d04465cbac3c66164c2fbefbfe15b98c90bdfcc553a08cb83564efb3a914f8890651b0ee078fbce8ad44a1c2f5a5b9dbc7e9c4b19c658e980825b0d1c221a2cc0337ac22eef8753cc22a63b72165ba3eac013150a29d03e6c133dd16cbaf85683cb3b4f97779710977e2080ba105ba99ef3be126627544f0e54a6ddcc6508f3a80ba6661b073d3dbae39c26d3695bc536e0e4150fd23b5d82c916d97164a617e4dd4af40a7dca82b8c9a5a414445bd6e0e418791ffc5685b4207c8b749d0d1a10d0f62f5d585c6d24fd92aee4db5becc88a4431569579451e884d09049aafe265ccc80a7e251b55e02ca62b9e8f5c03c9ad1647bdcdab85a24601f85636425ab5e5b2df40dbaa3206588a344d775c4a742ebe4efbe1d83400831038da2286d8cca58f413b28520f155b8a936c365c5e3b12d712aa68b17a067b1787bbc56154af8b9d4286a999f37b1ded60c8b55c73cc718329937cd104bdd6494a3ccda72c784c49325b4bf606a3de30e450645c78b6632cfbc46b8c57629e9f61cc8edf320517a90a91955b650e5d0dca734a5c7ce6dfafec1b542874ff32fdb1c2018885446e5ca3911dfdc6e033a01a23a05c88234737809b0291f88131a5b0181ef0006e5873b064f7c6efc9c706c1f5b65c94f43fbea79d199c954281da3aec7bd3963733c29ac5164cb7ce940b4af0df5c953238333d7f7d662e0fd9ce011970027bdbe7a3a8c6ad3abdbcd36d1011645c9f4182525a6ec639eeec6c13722858f975944f0f999ae66d43c9d9e09c84435cab5f7bf0070c94e35bc19147db0e44d9259486a84058ba6f5b744f1b7831a55cb194c1484f44c4a87bcf647d6432eb1f73c34983f431654f3ab479d1aa80b15cba5783c9bc895357e81923362b110c32ba8d7d1c4f7d7c4654b15cc1498a0d5cd618b52483d96d5d49f9178445ffca23b6c51d282280d4037363ad31841b2e5ce2026c430ff8fe7621dbc2f7428aa7776e1f1873eedb9825791ab78da959285ce8f3b1fada07980f3d82308362def29ca9b29132d69affbd2094607354523c5cf3f08aff33ed9353ee841852e30700bb4ef2b4d8458b753ddf986fefed1d125cf4ae799b547b86cce2b3f19bdf4ddae55093757c293fdb0016405cddd131425cf99e5536ced3a16add805d627adc8e1736e9782b7d278f728dec8dcbe9d2995d1420c2cb7c24e42c628f4577b3ac019daf602675070c0f4922b93585e060615d18d14692cd3526f48ad92d5d9fb4bf561234e21bc96442409046f5e71f10a35d298553a877e41912e3dddd4deb55d59d5885faa25106d43d1e8958977cfab85d3c72a3bad6bdafffbcce34c76a0abda8e790e3684e528b7a2f9e3ec00bfad55d412ef7c9a485fd15f482ed7ae22ee3d26a8eb82f107abbb6b513c6fea9f98f5d48bdbe42dad2dc09cd6d33cdddfcf9d1810268a2aadcaf307821656ba2b42d5d4afdc6c4f88c656255aba766c83762c45e70334b4f46dc8de2bcb69695e7075d4e71fd4318f04eada5f61fdad993d1d4817d7eee3c61f5a21cabc1fbf0a5db5d607e24899daf98e3a86d675bd8134be335c84e9c6402c3046a73699a52cd465d66c31ddd05081c438af8a62d5c4f612bebb08e23196934feb2789a24036a4b5da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e5daea3f046481d0f7250e72d7393f2656e037c8bb858710da66d66d960e179f95dc4da4398a1c580f9b9d011501f79a3c9280ed4f2ec63d43a4323f28a38f6b75df6e0e2761359d30a8275058e299fcc0381534545f55cf43e41983f5d4c94565dfbb59ae89572bfbf367c1ea91edb130f571ea9e4e88c188480f97727ce18595dfdd0c0a107f856301fb8c7352cf94d0fce8c39cf6eb7017244557506e711375dff259068714f89bfd0069adda6faeca07401de71c03b2b739d56314284e5d55dffc0d895a8c359f127be5483f9e3d2b930ad209350ac3d3c18fbfba007719a5e0ed410c154e0c8ba5eef860b1f87c4b73e609d7d6aca044e47d15c27cc85115e0fcd3e228a35e94a2b1d66b4af69aa37682643f6cfad58bbb132fe1a0baf4b5e103771fcb2f4b055643e11a956b9134eb3a0f563a7d3680b61c09170396b3c5e3ed51df6721c3d609cbe94b3b737abca1a90eb9607e5b710e829a50c78cde55e414793909cc85e7fddc03720cdbeabcd3660d1fc2afe245eb97684cfe9945f5e4ae3e51704708121f9c93c93c1ca9b59c7f7961fa99077b21cbd0afef8296c5e4e62751a78c027062154b6e8fea138ca076fbdcc09799b597c917e951c43275e573b03735dd82d34a7afe05680de1e38b434a6c65e83cdbcbae5802c6995d15e670b2004f64b8bcf63a15add30ec28da21ffb97e04be7a57ea22053a174e9e5e6dfedc6d5bd8142898b243edab2c6d2e5efc97768244ddd2473d6d73a876e35ea6df159c83c3deccce9cebba1e04c89cb335795cb3c2e173e3dcfc9625bd985eab0e20fae7aa71a0286a9720e5aa000549f996667dd1fec5226cd7fc1a6d175eb70e3a9655b79bdb72af55ecd0ac1dcb1f44bf5541365966bff480430607625eb8955503a76a7894b77b969f2b22263f35b9598b70d1b5ff443fbc1fcee5545ec0dc12058004d70aaf307b7a027f738c843e4e7a05e99c2fd90740f336d7525ecc9ff80caf144c479bb55adcaf5103f138568c57978539e70a10a1486218325ecd485237d42d8e49419cc4c3bf4c23e77e7bbcda8695f8c955c48fda7ed9c95edd8c29ae6eb654e168293a3322576a45763988f7c64e6e025a2d6dd1b5cb4b5ee40f5007ba4b3ab96058131582bef7c259d6177170cbcb491ebbfbd17e1cb55ee9aaed6532be8c326544c214c2fa0dae88c5fa2f56f8f1bd715e3c122cd7d95efabdc31b13ee81f82edf3aae25352934164ea8809263b66a2c07d613a8367c5efdd78bdc84fa796954ad990e57e9ac619e8af34423b6cc467596e586e6327f5f1b3219f6de7f660a772fdea91eb97da00dbc3cbae0de380c185afbb59c24845f1be3af4d37b0c6c4988d54661f26255a94a98031809fe0ce53c52ff02dfe765f1f7c42d84f1adfad2f4202e391fa6c6b7c99537c0164c788680865b3dd50e05f2c81eee7ce614c4fca306cd39442155c8355b27bfcef45b972a7f387b940345f2d6edc18327a596679138f852386e0a1965650b7a04dc8227efd5f165ea69b5f3d3e37620fe1990a92bc8f36118868e9b6a850126a7cf5228878bb1168c8795f3fb82ceafec049e08862657de9e938c65c4cec1016a3611773118ce31eb72f5f54815f3a728263d0f6df98d2731ccc1b014ecc2fdd5de90af0ac7bec7a964a5f641e75dcf7419b11236645a32a842e0a6e39eda79e541ae8c13970596258885f6c62f2aea552b82ccb27abb404f449b0689e65919c52171283e2ea44387d485f6fbdb518b059d9b101c9d4528151998dac5f7dc7474a316d84f65de07ef81f5f8d38f3bb4013f4ab7a186466307002606f8fd671710bcdd719553aa49002c75f98c8103751bfbbab9030b25793e98341912d401a43bda754954d8d329147135f9ed81ebd999533377e859c712f6a1ea49e0a1fef84ef3913bb53de23738fa95fb1ab17d5944ab401e5a80afcd95a9344fcbe2eaa73bd41090f31aa6420cdb25fb7e5369334090b9a83d45017edac4b5fdf60bfd6491dcba8dc313fe4a7c54c5fb8f911fbb1254d80530f4ba639c0247988efabc316b6ee678a8084915f47ff5fc9244022a1345d28e38feaa55855b86a05c4b366abb44973a11e02f28cd2835fd559d5557345c6b954d034715098eee59f4dbee14453da463e06039fca43365fdbd79b3f266d9ebd485bb94af05293a86323fd20a6d9069cac4d36458182e05fee2c40c45c1f53b5f937e46cbc6fd1ea4617cf50dbfe548eebdf0bdea847395ff633cca5c8fe33fdea2a6d09a1681abe6e4db7afb22019f1d1fcecf16b58ec60028c9e3e3a89aa36d4a91866ef0c9199b109f804c2b5ea0828f572a30be1506016b73e50cd88cb99c024492b3da1c69b30fab5749157323653fe5fa63c7048603eb40fc1194e67f1be964b29d2cb15e31b96c29e88a17026304c4065eb1aac6054b9b02ef57c09db9ec489a95b62549cdae749acf98a8c9ca915a58886f7826060edf574443bd317d00417f9b53f5e2bca93356d0215e8d15001fe7cf31226607bf359c6f1a40468d57541b26c54ad1b10c84ea52de76fc27267eaccecfe926082150ac11cffc6cde4f9520c205dad9b73c23f9a4993646923ae381c0c47706088a6ba68731bfe8034449c55eb9e2e66ab882499bb45a561e63c70818d5bd26092eda71abba2d33e66943e11e02d0a7d132980d9de9e87aec56747184bd621609fcb210d3b5e77b08daeb3c46a4d52552226ddbb499eca9d69ed3c6c5e48ef60ab3dd8f7dd49a0788afc27e07518ffe005d07ca41790e003ce994bab88210e60b164498f5567517c581e99211ce166c0b97e6a9f6d25825af6aad0c4701b9660b61572b119bd7b52a92e31e74295694b6b298edf1ea619354d9406b2b5aed560f1fc532cc0d0ab04853deaca33ee2052123de0685231c21a8ff64de28424be61051f5c43859b15e4d282964ccfc96e1bf455cb5b0cfedca0fd7b2719871555610a895594d87eae9a0f9e58878f7398c75c0d3edf63668d0b170f0e22f2f3ae611ca3323e8feed562e7c05bba2f57f38996747a0d186cb479c16f0ef955806461278cc2c98eaf44da75394d4ab5fad935751b7c43f56da4466853a4a2303095614313b8d524e5a2716173a9b2365b609c9a1b758acbd693c0408d575d2dcda76177cc4156c820d83e5bf78b12474195a7491a0bec200c0cd6e2ea63725c6ce8619c66ea984b1f17bfa415865a587ebac1fdcdbaa1be33fb628a5d4c1bb83c3761a0c72b4a23e0ff0d2f7f5fccec0f54b15150d7f3894f8cd96c91e9bd8e6c3f61bfb2453c32600db55f88f172618f800ab2e4b77f7b21af927b91bd9951d8af61c1b2beb57f817ecda7959e815a4276fb984c6a19da2a8d4168f32aa08362c061e0e8b3d8f3a07a43e5b1855add809ca0bc3beb34887213053d93ce987cad1e61ee758df959f2955d8ff2981ce4695adca44f94e709f2ae55c76824bb27a99d61f6aee2dd441c0f8811a68eacc36d459698a9520cc1134274d4020dd33f665162120dc093433ff94486bff74b7dd2fabf9779a52f84e53b7c4df15424e83ff1622de993613f8c3c07f3e9021a2db7aeccec720d2412faf8a45aee857c59be0a62478c3033e28abc9ad20d51ba51c151408476498346022e33ed4ddcb22555e1624a8d926d2dfdaccaa7e8fdd535da35335023cd417bb88ee1d636fdf90d35346250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c062674297789fcbcdc996291523e94295845f1ff975ae19f1f5a9a872dddfae2b62b9fd571519cce6b728f68e038d0203119b3aa08c7ce3b1d75b1dda4bf130b062ba4be712f573c96d844664e5031141c10eebdb8c8bad9b90529524a609fcb362bb0762b5d9b2a54aae01346b260b72ffa26858ce2bc476d7fd4f74df24f4ec62c0b23023cfa6ed1e96a49890412a8f3eb808706a719c4c2a114c4e2a1a34d462cfcc0be93b95b1d8bddeec77229f8353a7388f5c7a91e613f0a3a97dd24e3062db1151861a91ea8f42a3d75a51584e548f8b361cc9cfde7b92a56842dc718962e90608b28bf48880ae39a9dc217fbdc55802b1f8803a0d335f3ac6c9e36d6362f592e771b2e171fa5b98b0a6e7d34a7390e6d8a25f7ec5342fa0c96071ca1262f770fcd164ee5e52190aa7106009bf3d196441ab196334b4650ef3e7f1732c630f2318c6887c46fa9077a14a00af60777ec15e764570d91d8ffb4cc195954c6313f0be4bcd98f747d91bf17ca0e1f7f9f700d7774f3ed3571f0e0e2192be20631ebfd9fa13b28c893a0fb8cee55565a8d31d48a043c14222295383ceb57be86326ffe77e4c895274206a3edaafbca414c7f606e3f1450f403eeaf0c7a260c263494831c5a892a53faa82cadd228afb3d20e3fc0ab7b37722e07bb0a20bd2786353a61067a1eeb117fa7928cec5305ea3eef006789f61f0265b0f17f2352066636047ac82c3e8b6f2d9a5e754dcfcf3ad7e7aa29946c92bd255c89059da0b2c63adb44fff8cba6048b887c4063b16fcd0b316c3c4d24365ecdf5dcf99b254b963bb39aed79b8c106149e2f86158380d722c46fc2203cf10a6d743325379028763d1c5d05e2286ecbe93cf559fe4db618b3ff8bbaa5753516762bbc9a1d21d8763d5486f1ca69bd493c4b1f0c05255f37e6f9ac2cfb32cda50c12919525746f763e918aaae6adebea8913ffb6c0527f23834efe7463d2f333b36aa295f71dbd863ef2e7348b3e12ad92d17d8a8f65fea3ad505e480c025963b52278b4b8e84d163fbc3ca97facf069217a0425ae986dc37c314b2df3b5fcc7f5a968f65768bb264240e47bc9099fb6a81777d585889798d7532ed5a3df9b28f496f1e112adb36642f650f03dc5c73fdc353f83aeca786d1f8841e24666ca9b26dc26f140be96a6431fa33f9276d9c817aec551b3d26d9aa24d4d93f74f5d8f3d78924fb68227764355be6262a25f4d70de0db0447b28cea3809f27053d30e2deca99f716039376442dd91c95cd90f45a9d5db6745ff7f380a96b7f2a48cc6b17a5c0d78f12fa76450e2b1b118ba9d02f803bea9582e5de2ccf339c946da509ee1f62b8b847a1064578c274d4ab965c97e767810ce687bc8735faa7c71fa6191ddb4bac665cdac6463de3362bd5bb75d091e80a47e3f3b5c5bd1586b9599d0970e0eba8a60817364662f0596c864426c1b049d9bd11fe2e7d987f20550fa9b5107d8153d80c223646a7192f9655ec231774b1d3449f06e74e56656433212f7a6e7fe321f4071f264725cef83fb3dde790c8b5a0819d0c45d9b8b04afb607f92ed7c9b1c6facb2064807c1c49a26da1d5db74e5509ef27fe780a8feba398b06d836e31ca3817c136483bf09599797ef83401e401e9b0e932ba1cf118cd29367e8ca903e242f92e26491cc83cef0e68271783f92273f6cedb9904ade6bfa53108dd023df14eeaddf64a894f0be49580626dc8d9aee730bbd21b52c1de3cbe7172c1a567759154cec64d230e8c0b102289eeeb8119c120b158558f07d1e7696efb7601d10f104de2264e4ab0ff457ee69dbf61c055e1e2418c0a39fe5cc0b8a0b5f0ff281b566e61464f2720669a4812297667678819cf2ca85c165b64bad413f8eb2a853ed1332ff64f34efb571d4e0ebd565343c6a821ad5c4b0c3b6521a31d85d7d92a54a590e264fc9cb739aca69cd330803287d3cbff68902c412affa63b7f334f8e1541bf7f6534a4a4ff63d2727d179a63d9b8654bbf57161e43f77324e458671e9fe0882d6535886b7948b57ea284a5ad5e7dfd04f45c0ba0908866948723b4b836d5d7f4653a694bfb03a016705b19930cf3d1d714c638f1127142e551f1c49b2833949665546db43f98550279372c928f4be9130d9388705355c8c015af6ea238cdb740656eb1522e094f46e69c124f0f58ef990150fa12ed6893a1dc59433ebf571eea659b0559f6ccbb4cfdc7feb61e737b5481beaaed3d42ea72764946551c4bd73a65cc454209aaa5a64c7aae749bbe3de3469c2cec6661a7875ac4e07bad92d4b265d6df4a2ad9cc625686062c1c8d014376ac62a2ca8302fb9950b57e85fa8b2465d893eebbbc84d472af4a51d728b64f1e405fd67927a72bdb2a2677b2d0222e65f7f7d3627c2847bdc6f2aaef1aecaa724bc3cd3cba9c9b37f1c912c707981066023d45c4dc07a859f1f00af23283d566ec16569a4c8815240c2f4445b1ddd76611156c022fc869016fd6c31356db4c35e472700cb848cd85d19c35031421d9661570fc3055c77ebf911dbdc691daef9c5de3669b064f23956955cc7c6490706631277fa4f329558ec9ba8b144fca2bd770f1e2e682fa8b500deb6b9aceb6e8663fe4068773d38ac23198980b891440636460b9e5fbe88bb2d304f736fcc4196653be1f7eaf2768822cfb92502e45314afe063e33269cfa600742f928faac4c6662223dfcc267bd2e9befea3ef07b61db87614e87b86c3b29ea4f0e26612c576668a0c55031c28e38916a495515fad83f377ace0893c66afe75baad2b6a283e666fef720a26d9a3dc072f0996452e9346de4de6fca4e2a707c75f86688f89b066b539ba161daae2c8c88679873794e6e82c57328329fa03a95becc52aca026f671ce4d3a60dfa573aed509e79e50ec87d702102ee1b3b950d829e630925b82c672defd084c6e8010723683b3e96de098c7ca184a333cd7a42d7cb56f8fee7fb6736a442c2074e70fcfafda326e1c7fe1a67ac71063ae69073b864d1dad5fcde673b37341c13d9a3b7655ac6c93d603779c8fe9caeb421fc7554e939561a85066756b67c07d3ba6761576fc445bd9eff1522f77b51f954ca12ea15171e537b3e6769493f465d7f09ae0f7ba8b0d55bbfce95f924b95e238a94cd049ed564090567851741f46bd0e844b7ab098003640442a72839f2d1dde6c2d4bde215c926b7678961f36171ae24829c2b71ab306b2b2694b4ee16803b1a0a6c240b96681b19678e251c625d5a076af96429b2b9022db39f709c46cffe1bfa8f966a9f201339679bd4c5203eba9bc030ae6e2912b3e1b45832b4298297ca303f38f3f2790fed679fa4ceea81c63e9414baa0d99780d7598997a06cc10def0f970a09506db64167a03d871c8f7b777532a99ce1aa7884921f9ab56ae435eb883ffe81a19bfccf67b23b61dac2bf5d8658b11672c67eb7eef60a9374d1c2b9a06ef8bf32398e9367c62ec524f36f3871b5a73b5a1437747a3fc08bddce0fc7b0e6bbacdaa2ea2b67ceaaee238fdbd8054b8492515d88b8177ff7950aed34347793f14ba383e41967d205d148ea37dd114980ca8a7f970c7caf4869d1c5b36c43deb2e416a811bb67db1667f16481767c553d8e9044b24642e63b0cb37eec6a178f055aac66ee9c67e0d395577f96859aed05d1a6f0c60a5b54f90a75415b7aade2831b477a611468040dc9ca92dba9236ab645c03bd5abe5e8edfb7d51657f2d823610c480f4436822936e18bf01a739fc2861e09b680c87debfc7e78a5b8a074751fa883c2282682780142b19953aeae875b0671b83630459638d039ddcd967dedc3d16c2d26868307a4ea299e5573a1bd5e45c9d6a10ebe658bd258ff58517401dcc66893bc468426b445d7b95388bc3c768aabae17e162d328d7120aeefbcc1e004615a9b7a685cb4a2a67c714122f7ae5f3b5efeaf678be0956377cccee49b0d030b1d7b50688985ede3c195acf75a7d9b87db0287df62a284fabee4ce94e40572d38d3ed768ba683c67d4cc0b73292eaad796a102aa0fbe8a1e57cbf030af785a484344c768bc5d33e6c0856c102559e62bbf8921a88b864681ab6f5e1f068c3d1e95e41468d5bc6fcc38751af03ac938fa4ee4ee37a007494d7f21ec1ab76cd46af4233768f90270ad1553803d545f6b2e2010e63ef255d5114306d66d16de1e6956bdef68fb9631039fe770b6ee46ba2979ad64cab1a8764e790b4e132fb9a83ec97582691bd472f5abd909a72138041da513bbb41d7fa9409e44ee61be0c458d84ce7b692b3b4e0caae033c8c7cc96b103204586e2ddb67f9741e4b9b4bfca0bbda32b693a88a1993bc612108e3099245076fb8b9cfa1cce460a5370f41332d718d6b9695b2d5213ff5b13bdac34059ce09ccca0b82f497746a7d1450955e35578abca696057928956640b9a12fccce4677a0095202ac2049c98a84ee1b78c5ee0e26569705a26cfd0fb60556ecc240150e939bd7841098bd3891bc4bdfcd50400b10f6979488845f9d1b53311458c2293f73ade4c04ef0d588adb802c247c75c45770697ef7b7f4ad863a3a6c9cd377c5cb89cea48fd5abe23851f069db0628bd774169907d6550b32e500b7c5315a7025b7788caeba0c857a526771f803483088e786992e6ec4dc657409e55fb7ddf50974fbcf5d24f844a6a837234e7df4d5f457b6993d430081893794e199b1db8475c38e139830f27b6af9016312b90382a486469a37f90ea1fbc196959539201ca2792eb8cb56052eb5e9884b8799c1c67133469b16e227d0c84568ebb75a93329211ec6abe8c8fa5acfbc7ed55c435e26ce2469b2cab14c2e31a96a01c9759ec08bc7ece9d1309a0475fde5062fc226f1533069b8fda8e1f076cd2a2bb8171c8dfc268f13ca2611406b4d19265184cacfcd9269d29b6fbee2c3f548f7d39d8ebe4a31fc15a5bd198ea2c084df70b513408d7469e3741f19052e1525b42dc5148f783b0a973e72fd2308072c9cec4bf12bc8b769e463f502edc327cd94d29ebb3e99cf3a8294326eb21f51a09aa76e875e035369f81e68303dfaa3da055d3859ab450a2af5d3bd9eb6bac06e73d1dc021d881b6a03680ad198a0e42880e1260f12838490a345a4b8a865aa1710495cdc73607c6a05bc90ddce531b93d7cc3da373caf2ef81bc0e95ccbc2af781af61e2098af16a21fe6987af4834d2c15d071512fd654cc2389ef00dabd153990b6cb1c863626a30a69134e0314045bbe4a95808bb3cd900b50cd21d2b269f596a243667b6436a3676748835e572062367415746d99edac5cf0c23f1fa59ebb615c52085af7e6a3cf6f01da909d1a92a2417dc1eb02a73a372874d60acf465d28b0e2183fe066a3de5eb3850e3994e01d8e498540d98865d4caeaee9c6d954dd4300080af21e6a47cb1b2710e64331b44bf068fb891862bcf52a7cacf811fca6591146b9b8186a490aa3265510409a9794fdc2e606346f3db19fb9f1777c7893d3a1a8fd5ecf6a5056a2129ffc5dd567848efc324c19fb5253156c770eb54271d1184bb6a2926a652b3dcbb5684fea640a3a74f798a928d9fe14b3848ed274a4c625bc31bf8d6a7c54540198a02a99b7f0dd2f235bb6fd3bd4555ba9423f2c9edc908da260356a829f38daaa4e39dd7191a2be92860f1b9b061ba0d8390dbc440f40f16654556a82ccece134fb437522d84228f2b337d9e30d58a0c446349f759a4e63d2c3886a86e1d550a90c2e831463489071f3493cce3b779c68428b4e62385c3863f4e96a9bad091bd60bb6ced0f72d1bf28af3255ab24c39497e786d488c18d583d7036a9d6f82390ad5a0049bce9279ea895bb28e3109e9971ef41249c9c511aa80af6a9f1aa27087a311fb4953f1c50b62ca9fc7531f7dc25fc6569ac295c3a486016aa39c265a93790ae6725ba68421cc1bc491d69149f6c202ee087d09db492ba76aa87ecbb46e424116bf04c32da2d2d4981746fc4fda5a2ad0d4d5337941bb5e6ad6af63c192513100466f9b20906679489f44f630020e4029e1844310d2ea016ae0965d1710491a96e2054b10787a0ed59daa5eab1988eaa92162057599f1b06afbf69141b400ec2ec653f8684eea7dd7950b468a7c59cc451a3ed1c54ea6c86afd5377f44b96615ec3269c9fd23409ae158dfa918fdcee741e42bbdbac69136b01be6938bd357bf1a83f7d9da9d5f90c928f2221bc8b41572c40157ae088556b15b96c7110c755737ffe6eb685335c7d2532b63f727ac54287ccb2faa1dcd36b32a97b7ae585d7d024b5002b33b49be951d38958decbbca32050fe05fcef036b48257ca45165d448a27a0d59876f95041336467093a469305bb2bde7af801c6b4ea84950f3f594c8f52d1a377d48a082178e4443fa3bae01ceae3ea34588c46b554de02cb96b9645482b91b179ebcf4a76f679f6504bd3a8f3cbc0ad83652a6b5db05e89823dae171bde75111d1a13ed0eb63b14be0864aaea1b32b78efac56b8ff858cdf3b590e7447f8d27779de2a3f7e285064df5ff43de0ae18eba18276bb6332f42fe9e07dcf3090cdfaa1a940e70f322d64aa5679e136816b395bb136bd3e4a0c9b7645ab6714e04d09baf1ae72cb2460b5ce5c81aed442b0cefd3016bdb55cb12db9c5b390fd8806a8df34ccbc0321f75a6c139ec3f75bbf187a3026bdc5dfaeb373054cede1ead71a7bd9523af1843c2c3d6a099d2b21530e46a916be2ac5a75941bd0d2f0bf91cd2c86b93d279ec8f4f6aed0a1810fc7973acca86bef8c9b045004963be5f2c19192124e33700eece3ea1a787189cf5257f6afc66c11849ae5d6bb1071531229f63fa6f4e706acebcb5c5ad4ad1884948c21863f6c1dda0ea6ad94ddf8f13d959d51a83e7c5ad8cefcc98abbf4f43e46355983d16c218b0883aa7d5b7aa36df3aaa7a581e7da12fca35786d62309b10bdaea8d1a6c4c555bab64bf672e0d95c4cd350ec2ee700d5118b191803cf85bab767230106c5f5d1505283765862faa1781e8d136fc16bf64e9da05cedd70ebc19a6b23bb6c9adf48bf8180e2ecf1dd870d5d1630d70b24f57bf81be509254f9021d1d8da6ca2bb21aeddf689b64ff5b6af1bef65147579144d04e96d1331abcb2f16b3f36cadad4b24c7733046507c50eac75cdb56a553cd263642ab3db7fad1b28e52906cc66934ecbfa6a1726e1fb59eb1c2ee75b329084b806a07f0a63580e68357096ce3ee882da5f90781430efcdc6a96b7d892a267c95cb072c4becfb84349cb436cf9618e7b2168c950777be62526ded6ca590f30c61f1f118a81d29283b17c746d00820d3e9cc891d57f4f0f0c763cc8da6ba161a3651ce90843f183c8d4f9406d01f2dbcf4f9b5d5ecb2d2ca5717372b0a436b556f8182546b2dabbe8a3e3056d0665d187155feefa544722015e1fe76a55400efcd9733d46d186fa357ca69b6d0e0d5843d0073953c967756815f6a67eb6041dde526b59076d6503e8e2fdaf6d124e010613a08cc2d0d50a546dd4dfe94723d0981bb7e37d8b5a9a59d580226d1f39b6ad289dd4bcfc93b117795bb3184541bd94f31d9aa749c12242655df16d3b41fd0d64d42becf5b9e9846aa837e1cbd5fd714efdd37909c0768d2250f76d60a7c336ebbda9a9cf03b3bcfaae25f404da486aae06e46c93ccac3f99962e6d6cb4929bf27ce02c43ba2be849624924d3a8e9ac1a4884cea35e226c5141eb6d6ce3a7d49fc44213059d3abbfa870f2cbc2512638135694e04f79b8039afc06d6e0c6d3ede8ed951513004de3530347c2438f710d25d57b6705fd9c64c74736d7c69296d606df0491c7d49644b6a2b83399b1d56f6f5cd806ac17c2cf2c4a56d7e3c5d8c0e784cf1f2b4311eb18be44138957a02980014862d294011ca85f86d82a3624f2de60437c2b007994fbf610324fc4c90c1773ffe4a4551079d55386d966f79667247ddde04da545e35de1694f35c6b9d707ff0d030885b2a21d7e86d9803763cedf42e1e4bae9309315cb80ff6a717205750b5cf4cf9888c8e60c46d9ad7a9d9735d53374c415a19263cecec8496b376df82c8ed6650bf469da46d6da347a0d5ea9d20cbc28b3db78ac5e2f27ecd354f5552445c577196e11d65e26da6d88a0b97847d1f97c0f99f7fb6e04250277c157b4d32f1f767ead79159d86dbead4da0c8dabdf1dda99d133d46a756db37ad1352eecdb67d390fbd64673d6ddad3a52793e9ba9952d280d28cfa2a7a0cfa9d233ab3d7f62cfb6024e290636de3fa60656b7dc3a2f48810797f46be5badfff675ce0a80659b98b2b2b3c55e6de7ffa53c46051281bc6808e476fa2545cf9131d20c145e419b0ed4bb0da1946df69325e599ca845cfb88cb0c5b3c0e8d982d044ea58e9632fbe0b41e4552306dfdafb883c9c0e8bb6a9ad1f63874c997d3ed4bfc1f0db1b6bb3fd7472aa47a6e154473260c558ff14394d41783f96e7d2caded69ed0076f5955fbf6c0db3e46e34637970b6bf7d0305b411edb42534f817b96d8b62262b757642c21e0389a86e35dad0046ac286417f783366179d4c950f197bd0c3c193f7e96917c68e39a16e42a0840725150445c2b63ee939640c135b5b7db733e4b92b0b85686c5f069b6e4cff7aed3ce607df6bdec98537806b2d971a16901341e54144d7a4d16028326e5a8a0d63f71b2025e86d47d4f2e25696406de240760e0e0254e0fb494ae64b6e5c1220f99014b817a7e42f4adfda2d2bd4d10d03ce582a4a9fa5848169fa486e646be82eeb438f7a5dc9123966046930daf1de6acf8f9d2759a647affa673e6e70679c67f0fb077af3206710ba35cc732e6e35a286b54c8c57c2349c1eb3b16e71ca30c723864f827dc0228ab4458a4e188474b29e150c21aa15aea91343e96e75e0fad0b9d66fec4ccfb3a2f3536fef636f554661ebf75b89d7b1de65005c6e7ff0a354c48949c2e898eaef7692dcea794f6904c792347f89aa4d781ba39f6e80e8c5e82dad15c7519d3107482e7f78286ad5ab38efafc758dfca44a019c16e818821b8355df2d058f616acebad9bf3bee853e33bda753c7d335538de27206e94042d8779755fb4be223a7e499538f5cf2a3207abf9598b7283fce31535e46ea8ec3be04ee6398040492dc57aaeccb991a43ee199d8f4814771c5fcb020966eb61c30edbc9d6f462111c456015f310b279fa5030b9478a8c468731e3c7a3d6ebcaf836ab89d7704db0b63c33dd8d198fe5aae37d756833d087572fdcb68066ed3473092042515451328114726dc5758869f3174fc4621b0a3d015dde4d0116efca469c94c264dd998087804113d90b2d84e93e3665bbf793df12f04b453046f03012b819d55e21f59fb05ddb51c1fdf9b72307e7886b9024f73a42c32cc776f079d82b0949a68e68ff55164a24dc200858e3b48d58f86fa9d70efd437f0436f11008890451294cfc5a4fc4377caca6823395ce993bd12afaf107cf6cbf5dd6f3202e19171f7220f04eb2c48661994214f9bfed7a69ce61c775a3d5002a24c6f3572e19aca0cf0a0e02ba3aef6d27dbef4059da38a6f9633103880f84acc056f3a0f4724a02e02ac1a25e8a9d091cb469b819246aa68118253c1a775943cac6f4b53f1db6333e7d6f7bffa59af57f624dbc779e636566c32314098e139c13e6f765122fb9810848c041893631b34a18592ec7949bd4152dd02e9aa4b5311556f9151f2d6742784d846e64f531d92078d1b90da98db108bb955e20b2e52fa116fb3909b7d0a816489c6d691ab253f909084c3fe4d80ec9baaf5a4ffca3b94b76fcb0108d785bf4348cbf79c806c6102e8ba03d59815fa71de6e8b467dd2fa756fdff01dfcc991452bbf151c77be1210f5d0d16499638b23cf7b4143ee1a67b76feba3d691e752e01b601823c23ad9d6a53664c7889b38effa1382d0f0c81a0e6feef378f5d436fa8ddb7d441f50ff0d4d9862e8c23161f5a6bbda7c69e14e997008a0577cb162864f1f859d3c66d563caeb235f56b4c87ce75c3bf95a11bdf3700a7d00aa5d747421f98578b0204c276d16beb52c69cef1c766d04b23247370700f6db52bda3e0ee35c234a323d9429f41bc11ad8d558d3d3ae3d5015097e7270129305256807ac9be4a4d437a83dd741500305bacdc10bc3632840c6bc1e9b70257b8e657242ddebda09bcc285d0643e48de174b81359ccdfbac2d63313e7d702825dd0778354959e94bfc839d664da45109f7daad11a3054c5f1e3accf747702bc234e9d34ea4640f96dc4aba1d75009235487bd53760535f4676d9e804da703752568a190fc48a3adb0c5e4ceea97ef4f28ad2bb1d3ae488d85457978e57703c4404a4ca3991d98cc709a044709b041ceb483286a1954c52654781fe4dab704c6476ef5833223ece6207c7848459f3825f5b4d80cfb52770f3300ef0848e705463208c4f6a2de5cea21e0973756a04ae9434fbaf49fd5413efd723b0c182706bbae678e883d1a54cd297a9ed9429f244eecc41827a8b59806eb156ee38d670877e9ee7881f04c3e48c10241afb7442dd4067995a117a1f5e4ca6e913cda5709a8879fc02c117b2caff4a7a5c8a45b5f28c48d5a0eb54600a938897c75c3770a1a3edbdd225820cd198c8ae57d47aeceecc802b51538f72eb3dabb73ac03570a95998d1b92165f37530768dfbdf3f2e6afab9c65b828d88112cc4a886219570c1071ec86da310d398b444e4d6e5de2e0b759e9349646ec005b782b9fa317770ca3d44592763710e8b8ce0b7c5ad676177f0204fc1613ca43b04d60439ff9670d97581e62d698eec2cdaf0809270179ff157c31e8de7bf637d68caf80e708c70e8f1ebe232dc5790d27cd4145b4d51dfcdd21507f59157779176247c14ad4370fddef32bfcb888160c4cd2facfebbce02cfe57797f04fc346de29f7c43fca87102c71b2c0e961800c93ae33e7ca1ab98ce4143987adf1bc219bd8f0bcc1c6c7114679b62d0e08061c7d0f11d18fcd0efdcfff62cd04fe3f0a99625e517569371289897466ccce88b976e6a167016a145722d527ec24fe0bfbe534e142b904b712a884fd7449e9a6caa578d3261ebde5cf02c44fb25313cc2e896dcadefa571712e1a896bf39104d8804585e1b8db23e6c912f4e07114828ad90690a3229aa7713deb31ae1e9123ff3bb0a1b9162b94b2d95c1f5e8391899470b02414c6f9ba71598a0f1b336927d3da479bb1e3a243963f6f28f79998809000222b497d6c07715b381fd7f2641bf583b8e8778cfb89df73989b23ad1262fe6a3a1d153735ca7169b4b46ab36ad6652a5a85b59c8f480f475bc43f3d963f6aec7ad484466146717a4cf26bc3223ee0d945c6b07aba7f78bb051c0fe151e76536fab4e7b9e903717afe2ba36bd79089467af83393d3372db85236033e8bb3e991c3d404236e26717da4624e878ab04fc26e9c9e5956810738e859f5a5521c3353488943130d6a7191bccf91f9fe006403d44002d09bed88306cbb2ce7ebff9105a2d6a6e87444719943501320ce2115dc338bd3fcd7ebd0b05f20648b09c7b875759685698a47719dbb205981188cc6b107f16524efa36972684e46b649a56cf38ab42cf96f6971c1edcaa375174728eb8a6156e885903766cce9147ae0a3eef19e4cb86dc4b371c3bab7d9ab26bdf5d5557a8f486b8b6f879656dfc8212b6c568c4faa07969f71e8fe24cdd1315713d691fbb73d964a183d3ca8c091caf9ed2d5c1d23c6c1af721a57e8e50903dcbf642cd688fff04c5f40bce04aa34a4108a87006625cb7a9721bb13ccc4ba78a15ea65fb8eed321c4b17bfad7b45c38598baf3f4834ff214722c09065216fa4297b993156603e63008ff7a5ef08a1e2a4801a7612ae2883a7234285e30f2bf7fcdff46c431b0b4c815b61b1973a574d10a72b434b9cef3b67248dc6177566db2c70c37cb63ad3af6dc90cb61e10f34e5dbd47b2b95e33d5b724b583fa26b7a5e4385cc048839581a65d71ffd468fbb598e339d3887085ffd7256db6a952dad6a6ecec35b4dcdf1771b1b0a3d70c9b2b2648034b6e663dacf725f21db13e1a54c5070c7663c177673e5df0c24e227e2fa94e20ba4f4e8016f726c5b084dc3872705928b85c1b31948ab2495c5dd7fb9a73ec5519f5f8de4b9728ce0c0098a4c0db82db00a7d5ed70a1b29f72ae3b4e3808690d0ae00edbcbc72ae19e562f053e4a2889ac325568ec89f565b399a6e1dbdae210e9e84cf8f0e72b884d51ec3591d08c7f2e800986ae589f96f1c3bcbd9713e77d02cdc759e9972ccfbc2f96f5a95e69e60b0ef1c6125d22cfc1b40b0b6039dfb48224a37af7872d30e6d841722955d3d61e06e24e1e0b11437022d6a22c5dd22d034294e4d7272d94e505f3be6206288031481bb0330db66c84c01223975a1e95387c5e5c72c72e6a71e3bb4edcd2f6e23ed7ed886ae9b1497fcaae670852460cd9abc577d3e72f5515ba1e30ffb8a4ff0bd01dfdf11474fd00c8027d4984c9197aeb1cb87ee72f55dc060b2193862abfd40bce923548005e38e0f46e81c2715773fdd92163672f8b4df82ce435af6dcc4e8f3eef05a7bc1ca4c86bc21b628db10ee9280c53b7313e4b523615cb19d0e9492effb9e385183f91c30b273fa6cca7ddfaf5dd136731a72b53ab33c5bd75264997d3ac55964b1790eb2288bd1a9508022b0e4501f7327fd01866a7bf54643e410ba6899a8cc2747e5ec4d9867301e1bc01cae669e732820c738a1289be4831ace3e6536a1064188a8529f512133b4be3ecf86cff6732b880b0d550032e4e5b323d71a817e15bc0f7adddd8068e873ee988dcc02ab732e084355a8b1dba0f50bbd4dcb5e16b3f06f53cc4638e01b3645efa4f2bbfb734ed06c441a35cc82c232bf0e47861cea57a9cf52bda50babbb159446c4d5967350b687d41433e334ab0935a9b20b183edbb21e23c376d7f1d947d4019d70947350fbd4348c0808cdae341da5adbc716fcd221d05f6465c095e3a51d9b79ad17387fd2358db962b70465854253f9c3fa5ac637253a1794eceba2649fe5c929673a0887f945fa364b48d5965896b9e50b628ac0b4850dd071b063650b44ffb1673a81644568b69e69adfbefd5b9e62d32afb619756618e90fd09bd0e20acebf873b2bf55948c240f24f1dee6ec5606cbf267fecfd11fc80f62226c78b06dcae273e2ac384e1ae73003e582eb2dbacdce31f6b8c9c2b64de43dfc8931b1faa2a973fc329716696c2931e479bcfedd6aa475f50148754dd474352849f13ad1455b7415af2accbd766457e33b31216c1148b2c7d0ec3983fe273cab130943c36618741f9b6c549b5eb4e2fb37c7e5873f31dc095be08b5da8f883a8235404cd231f743a7317189072e3b639f8d5ebbc6361cb3efd537c30f5e0f82b2f5c33956a4074429dbbcb79fcfbc669433806cdbfaa9e4c349b44a351feccee00bd6f137aa674473d399200bb930261b7caae9c1be9623e1a804f997af298638ccff531c57d744971f3da7c1a47a177135003d538b15e36c2f565854ed96318937f66097fcd748972021358232785f9586c6d52717bf4bf38b7db3846810ef905dcf1808c8b74994756265e60c60b2e5e3289b04958c3d42624d647eb061939892c204d42ea74c0ad158a327ae87611b46615fb23b481a0db17c63a4db40cdde21cb3917b2574c5c9d8063e1a2f41e317e6d8f50381f9f6470b2ab681c4368c652ea987516974d095ba73c72957ad6ab34472bc9944f069baa53ca49f36c94ea7c3f9061f4674d6e1b8b9dac118960c5ddeb8baaee1ab48808df9995a4d6da1d8dcf58bda6d750d7d5b92b52db7c81699d742d0fa55604245dc725a826e88c85af0183f2a9a750eab859cc8660fae4beccf1f04f34d7fb7205db6e53d5f1f6d413938bf00a975204e7238c4e3f6b30d31ede62784707bf10b716217732f05fe151993be86a575236754641bfd2e4397fcac1eadd8f9e659671ba0d08bb155579ee6610e7bf57529d672d74214e62ece70f7f36381933dc3d174082715d9d77329b991d33c49752dd1a391bc8e414887b40c5ab70e179d36348a3fb2f0d1a73ae1a0e2a27d0775362c5de5b367c2384df7c4558664cd105d38b537cc0b4e58caa2a9897d4d6e753f7c8e50d934a6995456ec186d18012bf3ec73cffca8f903947187646d7e2975403fee119bd4922470fb2abd25c7cbe3baeb7228623dcf9d41e9ea9769f2d4758380a5c33ddba6b5b484ed526e0f4a2b8f5eede35ae29a273dc0dded55278c75899f82b940d2fc7fdd1d6af11168b403302f061ce5071b90102027304faf4d758c44ce9ccac314a78931f9cc317b83820b699b1aa42dfb6a81bbbff898d092759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a759b3b72f58a6a0cf9ff814a25a9cac63024bdab9f1814559543cc3af51a5921759ce8980e2315656f0c5e33f7937c037888a184eabd0898c4ef9e06cb509caa759d09841c9d04fc78a502d3c11017d07b095f45e0950cdb8f64285ee49a133675fb8ff59948dfe2553f2f3aeabaa8e441771200ad0ca67832da9af770c63e42760057626d41a15bb6eb3869a145e2e45213bf53037f307f45ac603764e07e9b7600c7e114b96b91c94554768fd20c3364789365ca998596007a3f6095bc059c760437639a007cbc715b816aeb51895b261c4cfb14c697bf50cc0b4efaa26c817604cb39f9151a520d8532f41cf340a2e45d338b987a230a7ff2efbf710d33be76191c90d027e632d0592e2f54a17d99742062b348908a3c361608da50792ddc761fc8cf0378678167ef67167929cea6ffd2b8067321ef405851a25263318a46762e948fcea157a8d4bb6c1371bf1c48d101d36f8bac7227ab4a6d37cf62e5f3763236867ddb9e1de8e202871ae20a6f068baf6724e424a5405ba14306975c567633293caa893ef79172f3b679284c03bc31fc79558de9bb0aa976e20766e36176345adf7d6baf20c86ac51b01f83e58d2d4cb9ab957522f256af0863574a0c476369c5ce319cd7976545c4dc1168c13f20946514b4780180f753016f9edffdc763f486d0c88ae72d07108bf00fe4c9a91a4dc043e173d650a53a8f38cf2528b76406ec24c86d6eea203219d72ebec6ff3ee0ae5bbee17f21cb5dab7b9a6c4ba7659a23c950de404c21cf034659a360ef16f998ea752a4f93bd5900faf433bd7769fef8ef4219eb3bafea57ac9dfa8c64131c42012c3fcd460a95b8af108b32d76b03b61ff2722cd1b73a0dc7b84430874b1287ee52bf21b7e6d75de06c2ca4076b67ccb50753c3e9b136e0334700be4522e81fee3f573493cc3dcfc9bafc0fa76bbdb32e1cf82a608be5afbbbaa37bb93ba51f3f9f7bfbd587716468075087d76de7b1d5f35d6f41c5be174cb5a1d3b612bcc9da458950a781e5c8002f5f22676ebc3ff612d695159bdd019684a74ab09f0cf14486983f494e796322683697e76f2eb8f31077f5281ca43d6856db2da11d79e52c865563938a4accc78fddea776f9a13d7ded86ad943a76740e2129995482269416d3ff94f2e09ac6f417fa347704d7a06067304f9bf50101f97fb185211b92b7a32bd9551a34cdff6a56bd3977156f4870f5aeace5f9ddc38e9220224d5ead5922ceff83f953deef88d593a77718b84121d52876e92e42633f19f05be0cb441a3b76851cdf8d45945517a5a87726437d103551d992d7a2ff75c9083cd8345577a0d52b68f1d6ddde4ccb4f8c77303fb18d9d70ba116e7e9028a7336534abfefe42a613215177c6bb4c62aeb8773c5bcb53f6256c866e2cf32d53c07eeabc5d4d44b970c2c78cc30f88b5a8f0773d04635e18a93a08c2025e4ebe5bb08e2010e458931f0625ca254ecf2c02f47740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b774469ff1e67c56b1a23bcef567fe74a20504e5d11bc0ebb09595c388864ca9c77486ff4d58c37eb08ff12396c08ed0a21987b10eeb48a4f5b4f16ff5a17f86a774d2eebe7852353d67bd02ea19bed9c9cbda144a3164738f37128b546cfc0a67750b1983a42b2219b8b6e8317a82464ce3265b8e37c1f36d3b9d1ae3a30b2ca7753c4742bb01a1cefacae4848b1c7dcb77aa04884966fcb17f527337b94a2f6775d3cbd095ed94afa1d644f6884acfe59fe48aad79ef1a3742e10e4ac28402c7766c6c6bf746fdbe6d307048258588d47f691ec0a46c49c634973de2adfa4a3776c9945277edc4e910d346441cb8eaf40b8376a3bed2ea19a57045bf067bd8277840bbbe047b41f9254c488e3d1875f0ca47c274bbf100d2cbde3042373631677857106ef9558a639df00a8a20f037faaa7fd1c565ce4c095bde9d325c7d374778e7e42a5cda361c2d5a831d1d49d07a1753f6eb791201adef9f6c6ca6f641277b70c8f1f633479a1aacd4ff92e05ccfcc87e4897bd7be65fca978656d093bf77c93e5361beceddf009c23f15bd7f9ccc9c99d5737a9cb006a7be89f069c3be77cfc60a8c8803ed7e3b4834d4c79ce32f74d4eaabffb25f76ee8e0469255dd377d65e71b98839323a8de881e2a718d7125f6bdee6c35f5da47a608a9e3d2a3177dfb978ac806f0500f8d928fcfc8fbf2b25f535eb429cb64253726c3f0f214777e49f1d150205ba20d0e051b6d77eca7f75a85192d4d634ac31840a783af39f77e52f62ddb10a5dc20a410b4e8a4108ba00b9dbce76114ccc150b8301a1470e77e7bac3bc7d1a0cd14fb76781efc7206623dc4503b931673d67cd527a8b9646780c236f433a5bd24c366c88721c807a8d7c77b416c733e23aab42823dbda599781a9ddb0c9345859ea15c086baa21070a5c44148910ba36b05288cddc0f7e97781f77d8905e98d374468f787bb7e799d6a6f3ea37e760ad2ddce3bcc8868eed78337a8f096cc77267524d7102c0e83be7c3a206bc68bbc0a40730fc8d3ad3b67833914de931ab9ffd773accaa9178d0f04d28f279f0152f8f020732f0aecb2c7835a89f7223d087145874c6251c4a46434487a3b1fb0dce9cd8009f8f05c9d1784b5083d3e9d8f9250fdd4c9361daa1daeb55cc78ffc60abc478e1755c454e47850317693a3dcd5cb109b6fa9d4307bcf57c34f86492d207ab2ef77430745e27868406a86b1419acead82aeceb0dc68d559f22a7e690174cd0a8c77e9b1002578918f516eb967bf158fec01196757162e36a3599a1ce4f5b77a23d649c4b2ab78a7d52487e495501f26d57df49160155c1b5179477072a5cc2a7d8f1639598278c5b7289dedb2b5ef4711032a260ffd1fc84941769cd1845fa1521d21873f8878c88827011b65f6eec58eaa346d23c51cdb38e2d575a8c6569168fe95fb90a978cd6fdb3f91216c4e3b3867dc5f80b95b0c6ad79c3326ce827101b033c8a65178dd54c0df1bc814b1d16e1eaf5ec7c04a6e0d044340f91b1cebd4a047faab5c78e8f695bbc2530e8604bdef87c2f96e5db1de4283f372e6bd2ff316dd753c0d78f49785e259e3db1a863e066b1faa8e45baafad4d9752362e8999e40d5bbcee78f66c2c42eab325e65cb0874f219af3beae533ce6b379f0bcbfd05203c5c0fa78f9d4b457252737265c617a3c922041194bd76fd01c25a07c37149debaffd4b790520dda3b878230df6eb1cf46ad9dba4a3e245e454e6439c491966e09b6e5a792df338c50bbc8b3cdbe1a6403c5d4a653cbf775edb84e0bd4359a230e642ad79388b56fc78905e84eeb7a188ee9d0b13016bfae56a93b64f4e6cec223360877939e8d674adfbbd1eba2405df4a8866b3a5c69fbbd7e7c5fad10a5b648777ee794b36b3a868e084ae2b3e41ee94c1575bad1ef1a1fadcd72cef312f8fcfc11e795e2615090886e40d2648da331cf7bb9bd4085ca00446b8a35b35b200eab62f7963c62b2b03815326ea61a4318f67dbd5adf3885b79e19783c4a98da59fb76e7964172d66d172175c11e19c0c953e58ad31af7fcaa07f2d195104a8ff4e8dd27972183a1827dd3f65d14f96bc8a46a85abb0ea9abdec6f4a4e8afae009e33a579973865849702fbf6d4deddd6e6288ab49997a24017df24fff2e1de6b281af57997e388948b34c974ac46b44bf2a00206f6a4efa47639df67f63e4d4080d2c7799eac8489c7a795383dda75ef983cb3122628338b658cac5fdc6000120784b679ab55f162892764303418c0ea74898b6fb9182f1a2b88f15d21cef3e8648b3a79ae0d0821b2920db47305087cdc1bb00f6bbf46cdcbffbb6132000e80f17fdabc40c5ee1a79bc1257ff904095e3dee7c318eff55d04fb61edc103f9b6f57f58c725a9548679c9dc1c8f1b75bc7eecfb3631f2ab5ac9815cff2f0b5be76c0c1f87fdd9fc2879deca4c244c139009726a996bfc07e04b83f4f787ecf4da6a56780049d173df7a10160746cd2b8a31a6408bc62ca6e39b158ceb18308a43ce4aa34fe00521d47a118b8ef162f604afaadbe8f8adafd6acdbb37967be4662e76545dd3dbabce87a1f4c1e6ab3987fe452335a0a861a0cc8cfd3e6d09328e16e6610d20df4f7b87a24707ef105bb3d0250db70902792bbe1ff657918b9e84b8f8f21765e17046b7a50bf2a2409fff565b21128115715492111965b2884f48edc9a3e3c20ba89f27a556d7b89dabf593e708ec0d6a578b3770a54cf156d77eb1af57ee4ec498a0b7a82f76588657f2060e47e8ef67780fa8dfde38bf2bc47247573346fc58d1f387a92c7141cf324b2034586f067d2e3b6678a399a4b39332955f398b93a04d4537aa25fd24aaf3f5114f529ba94e1d0cf90d0f0be614c5ee33b5690bdf0fa05e67aaa13167285cf4f555da44cdd577124bfbb144ed0f44177a4a019bdcedd4e977ac9221ec0191cf67c8235dc97a7ee3a166c57385df20350fc624e06fe437e177ae92d36829f8ea96909463c3ea3c19212164c4f903c6bd4a8310a1e98725cc47aed17996bf9cfa463be51f23d92d46f4a29e7a1d6002ea565a9bb320b20d22c7af4486dac61f815b5e47e42ca3b40abfb6cf5892765cdf0dbbc7344c5913b1f7b071ebe33f8996c03f68e70aa5ef733c4da6bbae03bd0d80aec6bc0fa1c11e87b0ef7a0329e770cf80d4f48dc06538275dc9f6ea1b1d39fdca20fb2bb9ba5917b11752998a3782118e24407409f7c8848c746d1399ddd427532cd0d3cd55b3f7b35fa79c886646a3226ab14ee203d4915e0e2552c7143943cc26dcbf355989c7b409a060203e0a4a8f024672bf6950345928bc0e4f4e8675b728d33f2fc8ed67b45d8410a0cad9aadbeec81fe07ffc618ebeac3cec309ca14ab3693510160557b4dcf33b123e3f45f423f6e05cefd67b2ecd13cdb76041e772d697b0a91eda97b691c8a3b0c7c2d237159e664f05f3ba6fc5148aa5ca9b5f991aaa74225bad57b8d73618188c0bc566d48babb95a2fb09d9b1112bf472a73cc4b8543be45b8b7b99930dc59ba239b0c53131aa545f0f501d2c5b44d2e7fd3af3bfc6f906779e7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a7bb3842c821274e334532968f9648e8c02f7c21e3b8f9b7d4be183d107311be17bc01567152fe8cf5c1dcc0345c7b01ae8491e7c27e1849b44b769fbea8521487bc44f9457ec3d21cc8fd0575c00761552fdbfaa26ffd97e47cabd04cdd023017bd0a94eefe4c0b137a221515ac30045dd0731d805cda6d1fbd4daa421671cd47c07828598076ddec97bf6631144e031d21bd722445d5d3dd811c9f42d635c837c0b5dd06f949b1611286a4627fec02ac0b6b4e11cd9a1c697ee4546244b231d7c1ee5026882d050ec9c69c5f43ee88bec40f14ae636b3d0026c518e4de39e827c2395be8f98a1769c941e80af6860180c4a4f99164178ae119dff27bc5ec60f7c285c89bc51d0266a7f998b22868892b76e09f4180a75d512dbdcc1d1a002107c34721e63a6c89013cb018d4456102ac01fb5ffbe01b87b080f9233044690f87c45af64819916cb0d1dba71d0c81cae23fc3908b69ecff00aae4aecea74ef067c46b89d5981f7639013157e2703bf4220018e5feff590812d646ce8bc3019687c51ec68078dc55b8173866f6222011ffdb6fe41a0ba66102fd624f7e57cfd9c7c550436e7731a4a5afdc50de07e35dfdcc61eaa1a7cbadfe624d8f9a11cdd9a7c590de9a8063a6c5f9ec6993da708b9dda49d2e011f4d0af0c7d7ba11912abc7c6213e0294d474100ccca335904008eefabf6cf51aaa71bffb0bd794c9c3d1d7c6d21933511c313a27a64066cf6daaf34754f6c6e7b192bc650c83b1b7fa90d7c7105dc3772929caedf8d9ff7077b0fc7142cc02787cc8cce0abec0055fdbc57c7bee8fb9a8461c8fbdc3eb1a0f29638e0935217138ef635c6b70f0e54bf33e7c8226eb8f95fe31b46016c00109959542f209df4e74112d73a1f3a00365065b7c95991a0224d222ab5f77e6420eb0261f69d8f2749d161a7caa0bb3060c869d7c9b40268d8f6f957cc711583450fb7540a643ac6fd5d9399b5210158ccb64b37ca30f7a702d800f76bc0c88ca64fcddd52e8a2c5b1ac8c27c0e51eb621795467cb1d2157588dfcc18108ff4c45f11ed4e6163fdff98b53a122db79f16951c3b7cbbfc1d70d1a8b2bab9377bcd8d902ba5c31bf446ed3bd3e97d0eca0655a49d7cca835bc3c2845e426378cd82c5901eca5e8819a0403c1f3df0b7a346f244cf7ccb86f090d3b05097c03cd5b53ebad4014464412e19d2477d17c9ca7d04ad5f7ccf16857a92e1172cd06a3d67a71dc8b7f4098e9fd9f0eab2fa54462177a8647cd34e2178a890e45624149457053871491b41a9f6435d193121d3059209adb17d02071f5ee4bc1aa52545f218ddb7323da69b637ffbeccc8350f746d9abc5d67d1ddf0cca5f82e398fe14e7dcd8a662811fbf71db8c1528683de646ef03c4bc7d431559d285b338d6236a013caf1c10c1d9eb511100c6983a10dc2f06b844ca7d44cb09343facbc1b8efe73bcb72e4db9e72a8ba3ee7b54aac887b846640d877d638bfab15b962f1cd24e48ca6afcfb6ef29182c30ebe01eb4c07951a58906d7d654578c0eaed497f8bc53cb0bb6742081af939f7736b66ffb7fe12122868ba7d79018eec23c5a9a24ddf7381739891f8aee1f044a31fb06a22d97d7bfe80717d9594509564152cd85f509ad239a431b72b42779586c6469f16997e4d07a7f97dca9e1dafd53421cfecca90a859f4365925fb64588253d9bbac001047b511917ddbc22d36d727b066a66e54a05940901f18a9a1795f7b7c6e8e043cc7e8c8097de56d992dd62b91d1057669a031befb9f73840a8c1daa9b55a21ef7a59138757de8294840c7df019f5662522222cda5d87f3081d7b9e3f6116ffcb56b92a8b87dfa8cde0957800eb8fa11628932e10817630166a948428ea37987ef75f9a9507e0765fd32e88312d2e7fd3478b9609bdfe9e251a6781f0e3c43ad34c6dc5fa67e0a2d35c25254bda5faa5f8d77734ccea847d33937d0c771c332610cf7919377e11c343708186be565f903c72875a06a2fe064a0c86fd8747d4b93fcebf9c5c7e223d8eea42e5ea13bbc0ab8e1c18ea63a6a0b01aec910dae7a998c6e335efd7e353a9fdc998eb5e4469aecff934c5716deffb97340eb8698d34ea7e91137827e3e2ce44f153046e7dcff3276c6460d7daaf7c99e93eac06b545a3b9baad3a27e445a53a654ccb5f6702d3718ea4565765ff151799a6d984b5cb68c9429708b7e471ca2369c3836ea2a93d9e7a3fc2220e2a7088c9e661aa63d5ed7050dac917e50156a676bce9609fcf6663aa78b22d97645eeb9c1791c30d173d5dfa4a3647e516f45d933526f4aa8393ee658a395e817e71cceb50f18c70822d887dc31837e76dd1c7ed07ab453358d84dec8a2ab8c69bd7988ae8c58f170d602f06405487e78ab22262fedd0e2db56a4f2a221b8a063bb61dd36ca13b66674c9135e87d87e81107220a78788919f6410a0864b48719fe1952301ea25b459bf5aea9789817ea3b15e3491c71c2aba2aae04d53ab172b4c943ed73cc16fe2575174b6864e77eb9dc45bb5561e18e137152687d9ff3ece43fa342408dd9193aac91e4b0a7867ec6476c2a6801242a56ab7b4d10b9261e556cc449be041a5c02de7a921da8997ed43bc25901eca49bb14eb3508cc70219a207b16cf4c526a9341690e79c25007ee0c9292b3af1ed209931c5acd88822166c6140154db9a28c53d3bd6bd0c3e17ee1b7d584a63a88d7d9abd213da0d857271303361cdbdb6edffe4217be22df07ee1b876979cd4133cb9677a5fa6e7dfdd91e1095243097e9e3542185b1b31457f1eb8c95ff5aeef1c2783ecc0a526131507786df3f2a0f866ed95523249680e7f2b4e71241c2c212589113e6f9535f426719cda178feb5a1c97712d539c6f887f34a650d27fc739eb759b2c9b8f88a3f92ae13389e61752ae931f2057ae49c07f445b3168d192d533ec98583fd3c13f24c667c61460c4de07c0e4b69d60a3a07f4c0d393b12605c744d51fe0e05ac446a183769c0ae4496c2666261eade390e7f539ec125e22c23eccc9406be02a4cff1eb63a37ef07283c8c0c772c877b4437f7081144df1c500a990771299ba87641402c44aaa955d1840f8c6c804dddcb67fa403066575a9b65fb3aff69f02289fdc15a8756ae7fff8ab9b9bb3e9d0c7707fbd50cff39c188ce5355c8696f01305d68cfe1728d744cad672fc88f11687877fc50608d233f1662155489e8ee51951e0125e33feec0a93b54143aa9392abc47fe173ffa47516963c0b9c66953873d2f3ae6c8b70dd5afeae28466331f727957fe6bf89c7e393066af224634606836550151c6e611ebc0fb3dea68640f42389800024366932d46eecc97499f2f65f916fc3dfc376cddf89706ae29bde4f5976800271510bdf2c7ce4116136b8caede8152d3d531cd68dbe904991aa7064d6ed80255f23b5fbcee5089feaef6b8f43d3a021209d8521f26e7360bb29035e611f8049590001b9bf081bf6c2311273589109766143acbf480c86e214dedeaf39ce804cee696bfdd0383e3a47f573a0ade05eea7560ef4ac53d54d94e12a160e4c2805135631d55b10fa2d046613de54fc8f28f139cc58ce8dcb0c15417f5ae5c6880580b851b38dd12d303e7ba47520b00a77a5f42c33f3c2804f4d08c15656fb78075c93adb40476feb133520edbc977b60f1e50cba058d6451f07a5dc0873c9d807b23b947ae8ce7e602e6093b8063a6a6c2c65c373321d27dd60700b40232308087cd8c159ae3af4293a469bf5c35132ca66b3ff84c89c7038a2a5fc884e7fa8089e062c77525644ee0ace2763316db082074703e3f583f12e66c1d1f3a0422809c78cd3990aee0826c50ee7966b8497594879926b97018cb339ca13287bec680b8f10b4f6bd16890a357538e62dc03de5e06530da029ef5bc765f7441f3cdd80bf159dee81672f7b3ecc5c499a840736d752f7e0a718352e76fedf8bbab02080ca663688af91be2a9f233693e11e97dad43ac4634b783a312305d9a8e41eb380dd863d24f1bc4fe82f4b66d4bac5e5961e843e0eb708387e333ed78d91c3de80f9a9c60d5933bea1113510e90b29d7f4e6d83e465318be87cb3d88188f28aa80fb6b29b95974d795e4a98bc5bc38b95d63923e25da390d179202cbcfa4dde780fe96667abb019b9b0e55e7a202e2cf3ce9034d68aa2645954e8a2bd1801fdb8101f78bf41c04d01e9348fc204f3edf3017367dff23acf93c0b5193a10e161b8112fdf06eba1dfae077dfd012f6c46b13f65659d4872f20064007839d1c9c828117a6d1ebf27cdb80b29e27265acba57e6f1dc6975ada9687f12714ef02fa36811f67821305ba693042b13c61a030c406b25bab990615ff003dc9c6f255f0aa8130bda004d32d541d4b23a514a069b63ed76cb62ea25a30f84b8117aae15d8c813c8a926c3ee626de8743791a7c57b0a211ae091059197c7a3e3688db7dbdbf815c20d5190179f191100419ab5c964665d453236c745e35133a7e882fae6216815da6a98f8a7bf4a9cafd2e5c2bfa42e120c0a0a8421784b0035ae5c733a8238166342e78170ccd693a887059b41c4164e08c42cd4bd21e9f0d215533104add8177f1d4d71c03790c970889890e1b70c3b8ba150045496e7455e65dd7b0688b817f7952ef5ea3f33290cc76202aa7e8504c3cee8b191cffdf1cc5a7e953d29981997738d8abdc8753692e3d242315091cc56206bb2ff03add4c569301b8e7e4819c077b6ca9b45fa7ed33741020efaf10c16e79a040e3381abd6655bc8ce95b81ba25aab5204d89c6e210ed9c3b1a084cd2a0e1b97f6ab70a5f829a81818f3081c7dfe459e03ca69954fdae1f69ecbcd6b41209f04abe5decda38b44ef8d8bb81d4e7ff346d160354fdebf1930b648b3684576f9b6bb5eb2cd3ae193f61cb4781fc04a3e6cb8a16b942c7374a3fb0adda6e17f129e97029a43d6a6b222f253e820fcb3bfbb9d7dadb926704254074de6c888d73c505ddc0eecb6aea6a8572c682147236795ab9b1fb2ef75cfeeb13ce9efa00aff5c0133f19a960f0627b10438216bb041e54442e15668830876ca9b08bbfa23cc57812881388ef43715a60688222249776a2b6528be2f81039e379e6a9db8dc9ec9d6f34f368073a090aa12a8266c68a329511d70667116eee1681853249e01420027b1243935b4872411a62828210fd02d1db96f7dc866c57cf479ff1b75561f2d4fab6df47fef2e8627b0a828869e1108ff26b54f07651340fd5108f87acfac80618e91e450d304585296c828c60ea9f260140f2a99ababa60fc7f2761318a89176bcc9656532b0a571d79828d19f6ee11d4049d4d89f6e5393efcfeb155f03a0bbe0a921fb4c6d5a200368291bed70dbb515ca16c057a3f3979a5989817814eb971a9f14a1c6630dbeea382975bdcc3d43b5000babda5581d2d272a170f9b0c98f51900491d6523defca882b5d243d1eff8a5c102122fd04dc1b4fe84d31de83bdb4b0a1d41742f86630f82e5430a985dc71f5ceb134ac3deeabdecdee0053dafb05c0d5271f1a54c1fa082e885aa70e72f8881d9c4a4fc44512eb99e47b6d2c8977bf53c29a4ec4dc15082e9d17cebc4fa7945d4195e3818b2db7d93eedfd89a6ef78ab61074b2264f9882f411f81d3828649cf33536474a2743db3a522c3b885a192c9c1a46c742053e82f49dc92c5ca41d095877eacd6c34ffa511123e7f91cd156fac85e01ac85b5f82fe368b2e244b796f5f3344eb265142b2a5a5e9db1b3216decf0054fd5c275f8306a94d45c306775e90a15405079f775b58ab6a349799a273b7b7aeeb47da7f830e35b168179829e80470224bbc3463ed211ac4c9171cade1b83ec6f7c524ee833c5cd8182665fbefac150a50cfc25c14a52a02fb4679b43fa19a7ce149916883464958cc46af8b48e5bf451a2a39ddb6d7a32f42a18b898046fa09c23e26d1834ada359b34c7c9c717d802413695932322623253e9764abce140cbe492f27b835511ad31d89ddab83e29547d081bc285b034a6f93ab6d8ee34fb536dc5fee5835688edbd5957d8ca7f3e0000714d5b0f4f6c226f20e888b23353a5b10d2837835f20e8bb59a36fa6249a62b5f4b0dca4ec9972de3987ab32e934d5d13f79e683801e6982bf3e7ec566b1bd4b4afa85836020f5e9f4da0233e8d47578f194458385e6a2965ed51197c863cb7ca7fcdcd98d9e341ee47c6338ac5c1fc39e3959838fdbb325884c604e2f7e73dc86349e7d3f5c51ee86b043e318feeedb601fae8390e97fd58faf97266d1e263dd0437dd6ce63a294533c250e05f89560f8fd0983a0a626fdc649af9b4569621815dcb119ba068f6caa93124021b4dbdc43a60f83a9d727303a0fa249e9578155847341ab403be9ff4a2f38d4710cdaaaed67c383b69b6c4441c4d791410f933df2fe3c0cf09eacf1683929bc07416cbe85cf7483c2a9b1827c796738543a352c75da841d46859c6a7ff058348e0d573c3059b083de7b56398b5c2ecc49703fa5485b997342cd48f60c78477112a45ad8382f5a83df25b946773ccae80f2b112d3be5516eb967708a8eaefed58c706cf156f64e83e8e7ab136681969b56562e7cc47658d3fe954eb4b00e3844d789c744e18a47845cdfd8d9d649db50d80347316846598c89d43a7709df166264320bc133cc89846795421840b85d427fa012cc79f2ca71a02b36c6803da692925f80089bf137846bd4c379c27ebbd31b6de8c89de5c10747fa7c4604a9c111a2a63a86399f3484755a371c7f3e66e0a0d8ab4484861097de69d4c70c55186770fed9a976e4aa848dd27beb0003f7bf2fa6b4392799999c787eb6c5d1b066fa1237ecebae51198496cb8acf6f84202cab7cea24f910418fdf8c16cd9dfc0660a4d8c91c73d5dd84a6575ff877c30d1b7a0b1b5ddeb70b76c1587fd68423bb62a30cdb784eceed84a6a3d67189461d4cfed3677e157e08ec34f855da9f2bfb0da6f920a0b0950f84ac993fcebe7a17dc326ce38cca1ff13df30c808f21f6dfa424a178a11c947d84badcdc85f6ba1d65283836a03667bd5045a6b674b5c3118c09fa73ab596b1884bff7fd9cfe1c4d63c7c7b36f312b8d599cf06c03e792bba95623bcba1b84f584cf71cfabef705fa76aa79b66d33f386f6d6335d692fc5c504d25bdc5d3d5aa84df0954304a1ef11d1000e799f4cd283dec44c52ac1db98e5e5d3b53efa898f84f600e2b55acceb28d7afa48fce82f67ca0ee13c600821eb72385958a01148f8503e0f887d7fda7147e5e7932f263f374e81c8948fc26bf444f0df9b45acf8a851dc5b81dda6cd5738340306a64321b532a0de7ac4b83a799b2b38c88a51c89851e7f8c5428a6b367922eb4d983a7f3fd8174ac127d098c7a4353f830ca6ab985297714d6641189cfe2e956dfe59ca5b6a631cbd34a7bf4f4685620e682f027854ad362b42d692e1739d64541f97e9f2b7c25009df685c2ec12f98a0e40ca6d85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd71785817f05ceec4025733546c5926aac667076f1c1c44711b008b8f156fddbfc0e858c4d8d117678c2ead02121aa88e0eeec39304dd69782a579b58b2d7405336f858c5844b110c877e59158c1e2b220bca0ef87781254fce9f18d415d1857149085a6be655a0097709bf419a1f537b8e3df67a04beb7af0581046a2ea44a2c86b85a9350b7042f7118e8023ed8e1b83e43a4ebffed370025bb7cfc846649b2a6e85c1a637c306640cebb78f31181a6836783a6936939e4c6620a46001074ff77a85d57ebfd311135c908c89416a219e5e45901ea568a986dcd7fa7b8fb45250a285e187684fec8bf009f60167d670aa33b0b215587c29467d68be3950a48fe12a85fa894b5f09cbf70bfd265a1503324a94693be91273b1c062b89a857e7e3aa286117e5577cf69dbab75459966b5024972710ce6d2191e0ce6709345e6573f9c8619ebca23837fdc88b32ad2195ca0abfda966ab7d15b7d5aacc11b16ddbbd9c863234f36aba69b4dd28531033f084a4070d32357900b2327953d0a18e6655b2864e94c919bc4a17413100187350d42b3fa73eb07e791a596dc2f89e70e03501865e78833effd4eb7024d621bf708de98a5bf614720d665ee30c6e159cd745118664ba66be8cd6335da162763c25704910481d07de3acafef399573dc20faece8669b1008fa9c2fb014673ab1a4e96c0feccdc614652c8ab893f7c5a3dabe7708683b51bfeb95529ae1ab1af0ecbffbcc921f81d9b118c81818d3abe799dae348684f1445900fd36c829b0c3e27c9ad529f530b87886163b515b35e6e31e531386c99dcae8c8b7a664544b883a6f8beba57f56d34c1b8b1fa7954582ec94329f86dceba479e9a145f911fe36c1185fc0822558635fd8f12b987c13165637f25486ec3df0d5b84e1cc9363919d8f50afa70ffaba6903d782f4eeed390b346731986ef2f1bc897dc1a0743aafe908e65dcbbb48cbd694c24b540bf56af5f25c1c586f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b786fec7f61d72c8280d14126ef01ce7a4627c38edd6e4f6068a147fd29aa262b2870cfa5e2bc6f28dad914d72568a35d1c82d0d02f118a4d70da0f64adc15023c8724da6a9fa1a74162d7b9be572230174145dfff909ac9e03d63e2ddb69547b6872f7477768437a9ec4be39bb4d36f47c7a78476e7d3e67499e4af1e6141580387589394f6b209b6de107836520a878f946158fc82d6ab35c746dde627f1fad4876da634ce40df789c35d467c740c54f83c373ac740e37977abdbf948b51e67787808a99af0eb700fde52c833787a0782fcb40363909add08adc45b82a23058a878786f3dd2f0f701c3f6905eb51bffd6bd267c6b11f7999dbc5207b10dfdb23879d5c106f25457f39c106f150cacb8e7384be5da4d968cd82523b62a6453a0087b5d637db265b07882f3d739a0f14f863d2b4c5c0ec4cfaf848f2448df26cb187bbfc43e36296cce2ba0f1dc7ab816fb76fcc4d495d327c9d505e3c71442ba387c09c5fabf7fa9f64fe2bb8b2256e18fed0472348d0b425dc988d72849fcfdc87ca4a3ca50a8fd394977732b4a7f6c3c2f1e7ac7b535525f692094e3316790c87ca753bb05644eb99cec1636d5748ecb6ee1dd1c9d2274b07fa10671152fc0a87ead69ccee51983f023f85d28ae51276ede0ba2b879977ab64d61bfcd7ca2ae87f0cfd7ff5a843805335023eae857d1285029f68bd3e7170aa411d9f4d59c1987f0e3a3377c9a9d8723fc11ab177c98a40c826967fb988aaa991ec5e513b49187f90cd83eb31f3d837468ba407e31b24ab3d1c008b523783951aa62764c0aea87fa27acd762fe95724cbc0d38f8d692d8d25c9d84eac3ec92389806af638549881e857e2830d23ba05ac5b387851934f68fc70c3831824f20696bf999ff9e92882872e9f42e50c68cd8a4f6c6780e05baee036e1fb1ae474168cd59de49e5a38830e376fcb89e36b3b01bac2d13f91c80f4a317576b2928791cf3966a52767f8835d39355fec4932a1a0e9906b09822c24c76d13a3a09ffc6c8946aca46bbaf8840563a993247db88cd7e4fc9dc5f69530a034aa3ec493e29f51144336a0a128845f2199a49357870d22a49a30d210ba309506966ab5671ee8b19d76c46e444885653b33e3ceffbc9a7585b221e762d56801503b8f62105baa576048a5be83888650145c03a4213c9e4c789f18cea943821de3e4581129990c29a6143dc74ef8865a95189739bc72c4d7a990bd6587bf0ae5c155bba28486643509441b4bb76887935e5aae91bffd246b7c2e005b5ad595eb40f17aad2ece301347d18f9213f8883fd1cf8f8e882da1e0a9700f7adc83c96c23868012c4f1a5fb0a953e241e1889b7e6e44b86da0ce6e438f21d6baf934e54b8599e3b829dd858c33800b5fca88b4e0f65fac311ce55b9394cdc00146118e2a9b4a048b8cbe13402da924a5de88c3548d98878024ef5444a34d52aceb85b9a37ec8468f2da19a35aee999827b88d8aa0086f75778102613af5f870933675f60c642c6770ebd69c15bfadf0c2788db0f0a54e85400bc0f8c8d22bdab2dde1b9e8f761d09bf9e01f4b1896bfeb088e8b6599b6434208977baa3f1aab08bbdfd3b2f758b2907d9a25811b4e0c00d88ecfba42f5f6fcb10a15b92a48942dbc7d3f30a4b4b786db67cbee7542a044888f5394b406b9184146466abc7ff640f51303fd0572a8daae6ad980b1566613988f8d98f9ea4da879ab75dee53b3ce8548445749f4ee46e37ea6e7841b19b00c89023c583167395d153d132de316d28ce98bfdfd3ee8c5a13019c13828f4a59a890b0d346805fe4810c594d5d348f8626c839c0cfea80658b654bb0aab007922891e61175254086691fec5422d812ec452632f93906eb5d44d079cc0972c3d67892404a7287df342e2ddae44963969a4140ea4400ea19482d75d6445c1cd5e0b8943416d0f94cb37f97462a176f9e15b0435ead4537b47e5527f149969ae0836894b37f8a113332198dafe730bba7488698b7129d5b89d4ace5c282781558dc6894ccda4a67e12a686995bf7f3d9b4893b52369ebf8279d8307620b929b864bd8952c7c20f2faf0a664a84c36894766935fc7272b9965c7a229d36a571250921896b980f97fd51182afa3b064d10018a9ee8c1a3b0754f2abca7e12d5c6ab50b896d0b6b17658e775b70d4a53103e3cc259ca0f5b83763a970214c971c377767897eeb5d27a0ce3d2c37fe0e398715768595dc2ffc0e0c5f97be9c21df1f805089b077533598a0ed6223664aee57be6e656f52deacb40fabf441a4ef575f664589c27d9af72a42112bbce4ae76cf98442de14015417477919b72b3a4f4468b4e89d2525fe9fe5c652b9bc52111bf20686fe6acca2539d3ad9d8d1c0f12cf18ac89d983cc099296a74b57a4651232d450af15ee031404be82965be71f2c2047ec89de376f885c3b9bddefc6039243c128db94aa485cdd98173999c86615f5ff2f89e589561ea9fa95d37cd904b3e7f869f688a508a8333c50696e1a8fbe45ab4f89efa5566f944375098c8607ec9a31372c73e5b775a5cd891e762cb1bfb2fc9089f54bf3794a6390b965f2c546c247c9d5eed505fc320b9f7599ab5d06225ca489f92333ee100a56dc64482d534cf63836ddb60cd2c08f3ba11b9b0b1336df0989fe0ee6020314794fc2cfeacf3d10c31050cfe56f8ebddf1ed0a33fbe941fa78a15db627597eaf9f9c8d794ae94adae00ff9147a85c25b44101ccc7e8f2ef018a22f5f3fbb85ef5d063ceafe3fb6b99dbdc8e6fce548a142b25a7c524e7c35b8a5bdf2f74482f8cc42818dd8e32878a96b019cb650f71c733db9e48eb2d58878a743f20ff4c9bd141b1fd2447a219ed3f439ea40cbf8c711fea9c864747da548a7c16e68150c23a36aba6684c7f12365e8945847a5075a0b2964bc33b6cf9298a9984890caab863ffeb3c5322b21ccd55ce4249ef9397440a6d3f8935f866838aaff0a58ba4224db6a30b2c0390e1144f0e3d9fee3a1893a0471e0818e03eea8ab4fe91bf6d826021ba6c7b5f2c0b4494914c96ce2bd532800869fe34c784ca8ac585b417f4eb2e907a3ba37ffd262005a8bbde71e9b1e7a2c3bb8801af1f398acdfdd480d96ad68337080a54acd4746943dc1962d00189ce4f4b900b0ef1cc8ae3afa6304e56891815b6c9806bc5d86288589d15391fa1fdb4a5e5515caa5c8aec6d1c88dd2c7aa66ff4ba46c453498261c1297ef361d446ed3dc0f632e5e78afb0af029a9be9cd0f2e17d24eefea6ec89c11b24f795b94edc29829461e3fb8afe1d642a27e41449153cde7d82aa1e29d8bb501baa2a6ca597c27789884b428b157d8fde9c08f5fac1c373324360bbc19fdd6813126057e21f3e8f8fac1eae8b2195ed22387a489b3002810ed10b69a1209ec45628892bc0fb6ba7619650b58b29baf8b232001fe4d59213ce008bbefdace1b7041255f8d2e42872ed6277c78b396b226d7bef521ed837e861252c71ba4a4d30e898cf77e92908e55e18a8a28b5fcea02ba322016725e794964f30fbae5b1421b73c4939e3c322af9e4e87458b68dc95414f6b3ea01b6635cac639252cff3cb1d7ee9a393b5d8f39cbb2990e8b69a9ed30d5f8cc4963d33bc618e5c68aebdf409f708f19d0a5500d7b4900898b91ff283c4384a3bf7985b5a1cf18a60f5d31d4a3a7cbbf44a5477263f20acb8bcfca704333511f3302aec623395c0a230b490cd56871321d349b1c3e9a4d7b8bde759a73bd8a9206b9210c52642ffd685a53f343090bee9b93e75d5faf158d8bfb145702af2d7bd9571c46f976f276345be5693f6972cb7a4703dcf6610cd78c132fb80ad9899f70a0b10fae52c63f3631bb192e78a1876c1891f622b23ea38c1502bc8edc81257c116fa2caae196f331083faae9664dddc6c1fdd88e073398c3f39a7dc3a509d9f6b5a9c870ec0a449252df6dae4fb55a53f9cb7f74dfc248c4cb9659fe2a292555f46041e3dd0e7606f5e9917467f70694f40b2b75e2fa68c580df811f1fb11d1128f21efb9d06893e6da364bc4773f1caea16f9d3d97378c6f837c3cd907d5d49b52e953aaca4b56514c6e0bad8418778e97f8a9f7ce728c733767f8da785030b6ab99b588caca5f788f5f06f9fb7ab5d693870bf4c9a58c7a64f3d6eae45e9fd0a78147c2d944432e25cccd7b133f5fefceffb17af1b98c7d2bea6955260c1d13341d63fc3f3dddbd93f24be81144608228ec0c2405018c820c28ce5bd6e485a04068393c7dd652f93dc22df4ef2b4b855be33b45a8788c9e2dc9a9c8db480f000cfff38539d36b08b05d07c0343a9b429232e6c736658cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b8ce5a52c6bdd2078941019f7b0b814c97e36757ab060d88a69699637f252b51c8cfabba1a77118f8db3340cdf36e114ddce0a91735dd81881eeb37a52d37a48d8cff9423934b85e85437b96e2e853dc524b7a3ce7159f5b800fe224d82fae5288d0a4f72618c4851b0f9e8363185ac250ed9ba788c4f5b41cd1db8fa19ebf1618d1af02260d283dd3dc8b119527648826d8685896660b4fcb16cbc739e1857bf8d3a92f902db75f923a38660cc13b74fbcc3937a072c07f6a390fbd06e5fada98d420742d4d0e5c20ab55364331195961c930257bae74c9a2b26f903ec8c91638d4460a75fab65dff664a3764a4ee195aaa5c03e626732868a1c015a955448ea8d46c853047ded04d2d70f212a8272556a171cdfcd146bb4a424346d781559b68d4a01a05f82c30de4f0ee6bf8c74037d457f00309daf1a4247728e6d24d800c8d507fda589d85861f7043ec7dcb1db2fb1f1598f9e302fdddaa1fa8562ea18c8d575072f799c4d64521e506936fcfa6acbfbd499f5da79d3150434e04395cbc8d66310932b376766deac3c55e4caee4a7e9d6d013d779106628bf5f3c3e4dd08d66768b8071c1aa0db487376a5a32ac29691d010611389b26fecb3c307eed808d742607757f62fc76fcc0cb5ad193afaedb61e6a9ee915f49d30a4283b802638d796280cb1369afa258661c4ba6d7bb5a2048b4e35772b5526b4cd2e943ca9d8d7fda9b2f05c478009ceb73942d51db81b3b7bce81e8fcec52316f800d56e7b8d878df315f25d0dc357c06830d90540ee08b2083d1dec72fed8cf494bd4ae188d88fe7e67c49f30e2c8a32921bb8c84d1b1e34b26d8403c930a250964a73e3f8d8d8947d60f67c87421bd33055d23deb36a4e9d37e8a3159e157cdd0ec2263f8da8c7b0ffd5b2629a033ed4cae0c2c0593e725d9962be838ca8cf87023383a28dacf5de10b4bd58e0b43e6ddd3ed0c3834f551d799176f286480a14c03be0518dc4b16722b7a2a95741d2a75f67d3db73ec88eb55fe994d929c112d476d22a68dc663b56d237b9c74b5d323231e9f8921e13616ad01274484abf3f521a2f5a38ddb5cd6a18971e23c705af212abf7aba47133fec0676cf3aa999bb00b23a4698de255cb50a3a2d328731150b00e9967b08bb4e3ff2f4467887d8923f71fd8268deb8e4802e233c426580377d2bc59029d9dbbcf3a7abda0717bebec499f863c8dee739cb8ad9b55788a7457cb67414f2fa9926d18c6b0427262aa2c19e7cc7d8e3719318796adff4f5ba193a79e2747e7bad6c1821e641f377a0d7ca4712d5b8e497601f9c2ce78bb4421c56618cf96eae56313e01b444643c5205d95f135ed8e58bb510a1078b9c321a773d3e654aa8e1184f4bd50c4c2be021dda5431a4218e60b5f042dd49f2d9725198b5a8712287e3945aa146b47edea62dc364b1f5998e6c57ea935d219372869474ca54c5244d4b5000e2b69e6cfe071ba84f27649e8e825d3cd848c5c5e7e3b21202dda797911c72f84058619192e29bca22639dc68e88147ca0dfcd57303052f5e5acb638b3a54e681b2ebf73290105dd37003b588e965ce274aa919549010c379e1dd25311186334032ca24f902f6002d2bbc6138eacf55b2570501aa6fd8f9bd3dd634612039ad8f2ed7ea863a3b91c52f8cb868ebb5669ea4de04a81b90a140c3132c5f400dd1184b40befa878318058faa0d88ec40dc4ee54e93d3226817b24a994c6b7607a233f1840f808cc5c10c50075178ed846f6ef4d47877a9d9dd9fbd1708209fbea15288b5f99dff076c1d1c2b2848ed98d40fef86b721fc7ed79dfdc7eaf881481c4ba43396cd8787540f7c7c6e18ee148acfec806ce79e13e37b7e3cc48d666b2e346db34b7abf194943c1a10c58ee98b5d734ce9a2f36f78456c21009ccf1bcffcb7675567a6e4810af382f4478efa8676e39ef8bd2285403a7e87184347f40b4b0c4560c2175e2dd442c127468f2af25331133fb47c7cc777f4ba96a57e60551c61fcf0bcea8b3d150a33838d8f2d8b3a6f895246f12a26830dc34a73e2134aa7a4aa88080d645e10c90f9a138f3d50a89af23dc179ce70b0e8798250f4ff10e6e52a08755dfff504ab9e2a188f68596566e1c5db6dc35672ce25a3cfd60c29d3827809a9eb63dd60b339ab1d8f79c54423eef86f11ed98d7130d8597b587e6eb7006866a401427fb25d308f78f9a28f0b1910802aca7f0840d8b2260bb34a1ebd62d586f9c6c4bf9166b24eb8fd1af8466f93779d39689eb04757323e486692409855c5884692084993c2f6a8fd5bd0adaa62a8dcf92009c2be8d89425a0de56e9bb89ea1f8e7977ac1a31818fe4eccc3195300b2bf4dea0a4d9dc0f5df819ebb2202093f65c9db955435f738ff0b6f6e8bfe7b12129e87e19cdb4ddadf13e0bd6c2cb14a15135b7c6be9c628ff37390141a702e9328592ae987a8759dbd920c2579c7eb04791f9165f053a58ff76827b83a87891e15fc785cc215e94660020566e8a27301a6e311429058129023c44dac6c9f96e41157ca00ea9223f35ff3dde2c545d99ceb4c91b88b5d5a90328c7dbd0b207e386648c5d5dda71c0ea5844fb414779e88b9247de4f61d6a9045836b7724d88ffe1df4687ca1e7eb6158a578924e47f15af98b066e37c21590520c7374ffc9f0ba1e95c5b0d4f930bf363c57a155b42e93733a49f93efdc090542da6d736664fb0ef6c625dc6e2395085c2f0bd858ce740ca3108c5fc5e9090787aebead96f06551e35bf653279fefc29717f8a1d201ead6e202bf7a3e2af90845512c83069b0a1db71a1bcc2a02c31c3b808cf8ea3e32c04b085bcb999e39095990ca3d0177d40ed4cc016928928dfcd99565a9767abad7c5f7d19d0552990a9b338375ebb2aa61153242040814bf8f2955e2f5404a2b01aaa01e99432b590c5220a40040f2bf808aab219e8fce3e00a56292d64b798208e0cb643f9161390d72b76ab98ae35c6bf5ed33534ad41ee6c83b0650273ac81fa1ea4fa925ed890d7a49a81a052fae663d30367efdad380e6511ff6db8becd863f740b479ac8991058dd0ae2a955d6111b2d1d52fa2933e5ef46f3c2fba393ff2a9bc7f7391ae91143a1cee29d931a722807b2f86ef70546ae4ae1ed996c95cfb891ac53f4d8091189d8da1d0e26e7b311b290afc9ba0842d9151cb47a51a3f5a8efe7d2f3389912793f5d26c3a02c63903b177e2293a49f5990729c2829acc929d815d4f16a3914390c27b647694635ed9cc9f39ce65b3a70f5191db045f8312576f128f7b5f915437d551ccca8285f7ce1e7781fba04c2ee8b0874da0f0c6ea3d181be442d691920de5ac004119748fc8914e0b03e40da2fd3ea72da62d626d59554d15659891bc4986a65f6920a402a556b60512d8c448885928f1956fd9dfa09ceeadc18291c290908a219012b06b7bfd75067374d9bcc692871d6c7cfdd561907aaaba3491ccf1a635039a3540095eca6e34e86babb83dfa0d09bb5fe64b96de2287de5891d75d3497df4099f0b44e5309aad1749e137794d2a0fff761465efd1bbafba591eccbee1d9698eee14521069401d4f6405aad5be6157c1b0f8f86e31069287e92044cff6945aa203bbf928a8ad48a9dd4528779d19b6a70b25d631e3f04ceed92060a54b01894a3044d4f6d4bd377604ae5faf180e7dc342f0277772d36cacc92209ebd71af6e4ad03022644add8dedaabb81871c521a35cef22ca56a64af0b92275988b24215634889372a8c28df922ce69724dea9d202100bd5cf6b8ce09a92331960746d9cab0bfd8d1e355eb037a17db41c4dd2528060fd2db578f108c992631e18879b72e62d911e41c024da3a541bb8feefc756ac3826f31845c3373592710f0bc5e4a85905e66a5939e8dadc4d96489e159bae95ee451358b85b58b2929b5d40479a33a6b805873a4f1c6d6f151e5d3f47a1ef145bb62159908a01d6929ce1f5fb53df8f31d693d17df464cf512aa37490c92ff0875e52c3b68eb56292ab3d39af88b91e4088c5648501931ba3e6e10b728a20321e141c4834d7d18a92ae4a4d42c6f2d1a6ab7d06e3ed0d01993230890f321568d728473a90e83f7b92b0fe7222b8002735c877b8f7ddb3f3997406de33639134ad590056493a3e0992cd5822f44671b39755b87b96de1ea0160cb9694d24ccb53c91348b966cfbf192d8a4eda0b6833801b630942f080a7db64a046033bf636c360be9c648b95710930992397a5e712df61da601fb379e9aef8a362c9173ad76c58454657db4bea0930f35caca3bb375eef72bc42c332ebca52d9fc38f399a2346efcc7da282451d9313175c63d63e156b2c2d97aa0d6869fede495a2b5e20c046a98c019446c2569327242498be4974b4fc9ea5fd07f7afebe3266beefb202d96ae386c845a0536933e0146d4598a5c33a79c38c3e51966ff47e64fc9c3703efa124b65730521329359bef9856612ab784d97abc077a67c5724d43c91266806d2f195a7eb373080936b37ef18b7124e14321b8d7746998a754f342d4063eb74a2c9b733b428b0fc937922932f538735e00520f804fc0f19af4d33fc38a269af2942435b18efdc9a937e945a57eec04b9f6937f8912f5a8a8ebcc907aa487a85268b1b302c9d90b79388b03f1901522de2c6cd65c56a32ad235816ed48b60a64b30f357f00c2b7bf9388e7f4a278b9bf227def17767da8f1d0d0d175300ae24d0ad76486b83ea5e1938e83402c7a0a998ca2912688d2405dd6d244dde1364e87ef4922227be7341893963a67a10bb2fef10daea68c1849fd53a9c46c9d9eb914d0a3adc61ed6ef2f93a4b6edb96d7e8559f86e72f33837c1f0ddd545170543cc0ab76a317314d54493ade31e2955c740d533aa6bf37b815d3b9ab2c80cec068215c489b70861d58c93e0d0cd51f464c6ffb30c38fd976b35b883f29c356169c72ae45557978ff77393e287b8737b71c3fa9c4b6342b8cf882a8d9b9c00e59326c6bc003f77ed6f0893fdd1981d538c9fae24a4a680c4d0d44717868feda3bac6074a4e67036c635e940e5e4848b5ef5e7ae705dc53ad26115ea0bb9e4694f1debf68593bc86b6edd947c0bce545302e4cc4fac63779e1cdcf144d99b4f046569e8cd6a331e4fd02994bd6f9cae141a604e7e1775d9a9c9629e5896c901121124f65a9cd998898d8f94c05add9f695f1df0f49bad4cc608353ea97d5225c15a9ff8c541e23ecd257c94d2ceedb4c11140d6827010a877d8eb015ef5dc6f288917e96650136b22451194e307d5ba856c35d17a830e5a86ab38ecc1d8e0cc71aababd7d0d7fcfd00c3294fb7bc2248cd137462d2d73e29e9b470b32b32c61fdc0ee3f891e0e12dc648f951d49753384ed6da7f2f44b3df0f8159eeb565c8bb1d487e21b988d7cbed4de9539d21d50b95497daca6ed5a112638136820ade18a201877b1e7aae748e9840953b3da44a154df25a7fe0c87d60eea5e8f3e1c18b82f9e0b7ac65f77e76ef4a953f039a22112f8669b412c80d963c48a1816935d77f2b3a7e70314b8b477bc69560d8cdddb8bcf2c2b90d3f92862079ee74ae8d6267c93d21d3abbef2a78f0195885136c0ccf239a18560222d745083a72863056e83d72f98f9bfe6c01d3e9a959c812962408f484f8e803ffea5353e501b51b8e78d09e1b5469ae7bc83ec6095aa0427bbe025e35988c083eaa91295e2b8dccb6fdbb00126a364c474519ea795b7c0bd3b3c76e0a3c47d27505b8a025919252f3f5f40ad65a426abfa907f9b95d0fd0886fbbc27b3f5477070325b7a440caa774e8117b41bbd02eb9e6afac395f8580806e43d9da6d0a76c90311859985eb23278ecc44f5efae8e4a408eb3b961f153f4ce575355265ea04767fb926dfce2d941d6b556f6245b385dac08d189637dcbcf88ef3f07a4c7bb7d47bb74dcb54472e7ba98b7da68129a663c0fc9e9649eb08a0bc2b40eaffb13e48e3a623714c3deceb61c2172e1594638155cc1a964d7789a3a8e6edf24acd0cc397a805062090fab7f51327629a0ac80e8f7d1a965121a3e18d7898910d35b1d9cd44511e9255e4d44bff1780dc859085b1a7de9682c03a284f2e5869df2b94260b09f54de2924519de1909b888beace87a4667968e1190f96fa2318b90f93a8b05d1b3171a029ec9e908b03e41b80d7196f9379695304f8d7cc103253660098250498e59e33b0649a028cbc517a6cf8b59cedb96ade5bc75662f8ddd5afabc060dd217e5ffe147fc733cd66804efac34d2d10196bb6fc95778f41b901908aab3dbba2115d1d94d7a30565f2e3d2a796d000ff896c143aa7b2159c3f052a88661b222a59a0960463f4d0388cb5587b0c7ad5b2a96ce613ad126b733dcb8013c75d74c4a9ecc111c50861723e93d39152b46f17396d4d671d1c90e11074942a7be3aae557b4740d442169aed3dcbc727d8d626c896dff989664320d17ef82ea76e2c88bab131609f15aa6f395de5a66b1ab1be0496f17134d9b178bf8872b0f3902af88fb6d3a6778e520b965ad2099b5aeb4a0c96f6683ed4457c371e02b488e8dc6214bd7bd164b1f0382adacd590eb1df79d1970e7f15422ef7179dbaf5ed2aa2f309f26cf23251ad8a1e935f645fa7ef2c36971c51f16110415b08fed8b2971daffdbbe63db989d80932fee26d85edbc9f1797401beadf0506943eca40410404546d7e466dd3a0934ec96c7fe36c3ee8f5689749eec93259bfd614d6010821836c6e7dbfb0311d6418e5f1a55ad118c5c5d7974b90b43714e747f9b6f7df3f2d553e9882bbbaba83d17451c92b71ed4b7a3a976ee91e393e916a351ba7e80164f1e433cbfb3dc71892809859b1a1734e717197707feb63d7f1dc7f75c8ba740e5635c6c8a46d391a388cb08ca30205717d7f9775067d6f83383e26a956c1efbdfd264edb0541b510b2f2032c0d99cc6a13599787d8d1d26e784976e6490876b0f2f3d49ad0eb2132712326618893f13b4cf99788c16caff0ca24e3ae64a39a331ae52632d40925af7f0dcc257e8ed0d757b297968b972b6e7d1915881fd2c56094ff2b6a91d209fe8edf517ff8a843e8108d97975066d01ed4a5aec61245b681865aeb910c4e2589e83dd0cbe809ee24acc9979cc8f3e7d85b2221c576d54f0d238d2df353d55a3828c98341d7d2b789e468979fd9d9fec4e1c92fbcb076e0e015902e4fc1bc1732089e5787b6f0ff180a7f97bb0bfa64c8122ac24a833f915e778e7a548a47d0a7f52c7f80840ee20cd2c497cdc40a5c157971d0dd2331ad98ea8e36b926085a0a38fb17d38a0cb4028bfd97df13557542e5e0a98b8239fa454cd4613d01e45418ec2ffbd0388e2c693fc197dfc301c844f22fbd0220b62dc520267ef427c98b89819cddb1d98cbbe4aac097febfe7cf5d068beac60ff9ff1d85919c82e2a5217a4496572bf512aeb56a4a981b14e4d32872a05da4ca050a3d2bc092c90657557d4f902f696e6af534c775983993cfaf0ee35c2da32f4fb21fd23564581e535eed9d608de6174d93032e81984ed053b149c677ba15112a822f0dda698f8ffc77e0876c9e19fcb50e25d1379852ea6328f25a3d6dadb18393cac00fdb979a41f9c4f127cc6a3b8aa74c4222985ed2182fb5b13a8ebff37151f007c66f1b42df660520f56cbf470132c49c8a9877ac609277feb2946e1eedf54e9091a2ff333ddbcd9f684b7204bf72ba690f988af24a8c9138a65bfa433d53b9d1a1ca6b90a40bd37ba3199dcf0c1b5b846b98a5ec4680f46093526c3ea7c429ed93866fc938b330374da552d76ecdcbef9898ae7d0dc4be457efab8dbf3c590920d2227979decb393833034bf741f62147498af77e3acd54bd25cc86955ac56447dd33379120ff89c28e5ee739fbf24ffed98ca5405dfe790b1bb61820941b261bdf87ca0813b9e54728ff3c9afcd28a39898d711266f7bf7a921a5f9fb32eb6fcaaa058e9ed27f92bae7445ed005af443198ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f595898f1d12b7b5ec7d9ab5828f2df9b20879313ab4d5b13e7f8103ef290da6d964d98f7b9111d437fb1abb0d9f46f4d74cb7dd171715841d66919590351f5c34dde98fa2223a2a1d845a9c9f24a707e2677aba111bba104ae20c65f7f1b1e8284da9917363dabc718ef7571f90e6517345f6f7196d6178b74705e42a561405e239a9924aa67898d99854b08fd6401e3f9b22f9bc4973593985c48bd52f8d45ddc2e994825458171f9f9e3e020a381c6a91d636e9cad8c018900bbacb5c7dafc03bb9951c7a364334d45e744df1dc4762ff35ab05f61af21d1012f2ee24131d7d4dc9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e19970888e1a59769c315d40c3b407a9f3bef5f893da7997245d1d82d4369da5ff99793da6acc16710ced698fe8d87c50edfc9658c1488519b13a7b462d6fe5c8b998febec6f7e86dc87f75d204f4cf7074850bc78f209dd39146c4bb353a7ef999992238119f4a4fc6ed836a6bd40234762d762b5355fe92a42048870581bb9e399dc7256c3779b0d41550128960dd86265cb2655365b86af468223606c18db2c99ea0cc35b7500549139a3a3df3ca008091563f2264108e877bc1aed45ce4eea99f1a30259b09771cedcc4120c9e69f9a536a7042d25314ccbaddd903b1acdfe99f817f23292e3755918eb408f0a92b8e257e8dc91d0bab9d6253fa117edbef29a0610919f963b85602c01e8d2c443c1d58bf1141dfa1942e805b71c78f3f88a9a06569df5750c021b287cebab2fa714f339acb5b4f44afadb9040fb93a468799a12bcbdbc28a41ebe4bcb349a1a1e55a08c2b68f7b14122f33ff25f3647416d9a1becde089acce880210333bf68dc158406f310fea322e413ec566a60d508929a2beb2a47d007366ac2716038ee265231601bd9cff3fd0d0e1a1c7bdbf883a09a3579a847895cfa82daf1301bc9ec4d0197e1785bc5f81dc52df2fdaa90b81c9a3c503659a391ea45c55b0410336f0148531756d098e7a0455d0c3a532ad1cb9a44801bff9bcf7b764aafd22d14433a0849cb4a992a0148c75dbd989839fd5b9a469f15c37c411d12399dbb027f9278c216da7e15b71464827206ec06efa6059a5b153be89f233b2eea4819179941dba30cbf1d63853c11bfddeb457026550a9a824ffec14b45c972f142c9c110b118f8cab3f56755a2dee061312f95c071589a87fbe5a49ecb64b08739537972435400b5d1ab2ecdb45962db6a4e5abe024d9abaa4ec3c68fdc173b1d5bd49ba965c8c89e83527d09d9bdf4cf849c01978589ac8e7f260f6c7034585d1aad0d9422b87419b99703a814781b6c13a98dee52c9af7ea96f5ce7261c748bc130ab4c87d60d552a1b14ed4e8b77cc71fb4943a479b147726d7b3c33f2f4b245e63653f5e5a644f23d625a15878e68aca86afbfc69b2d461038dae3798a936499b2df5d33ce665e8ae99ceb178d1b3643f87783d99b3b655276aa8c5aabf85b32b91688ddd0ad0bb5418aac3e95a2bf36e34256579b677e7888afde03a4be21da07aacac82096f77d0b172bb860bfb81f99d512619b7f0b2d8dd3ac332bb986c04077d846f5dd5f2b78cbb7d380ce2b2743cfef609b9c26a5119c0ecd6f429468e0009436ff9d84cafa9736bd2b11a306ec7530869ba2ff16b7ebcce711e6a5329ad4ad701a3ba44469a80ccd6269e1220b721a409ba5213abb964dea01ee75fc5953eaa5a69a25437087a2af2c224786831f454e9ba6074e4ed7df4c2f9534d1ff1dde701660ce0f91e1b8d81d34310bbd1ffa509bab8263e9cd71f5db320237bfedabb91ecc31dc4915b1bbca165eaad0a6b3179bbc4476d46e5acd55ff874307378c1f90b8f2f4815570782ca077b4ba8ac7c39bcd80fa764e78cc6ba16ca2664232f280bd51b2ac57bd6bf10f9cb4101255da9c01222a2aebf0f65294e808f0eb16f599a2a7dc6b9868e6cf571560adeed9ad9c0252157ca835b5d217e798d66e752d025c15c5d73ad49c59274bf6468cfb839c1a315ab9532534e412e9fc56622a50865bb0b191996438676516cdbd431a139c1a53efad026a30960f8f913133eec1a18d345d0ecd2997bd16d5e9c51fceb69c1a5d9628ca2039c6af8048fcbf90b378d126ae46c8e822a73d762edc2f7cd19c1e4b30dcd29b7a0fbdfa0f2775c27aa9b91c757ff715a6c0bfab60ccb624cb9c22b558d0c1e595ea95ef4d4ee1cd86be2603f856aa2723c799cc1f4fa4168b9c30d82d6b03887132778db95363b6b39aa43f64acdf5581c8e0f5487f0a51379c3368caab12dbe2e6dc6d3ca217c5474d5d923319b904702b4c82a6974b4ec79c4852669e81b524c77ce96bb4ab7c730d07cddffacca31d36340debbb49626d9c48e63fc1430ac74486ded488ddc174392119bca02082c3f80ca21cc1d244af9c57f2d20e7e9af23c7ec9c44a802893ec758ae298b51cce42fe269ae24fc1c19c7ab39538d685dc88dc88f37b738d66d17cc2dfb6addc7d7efa28013d35e6c79c9caae7918a5b6d20d10cac9e98af37a71808a083c0419d6dc0ac02c7d8092c9ca5a684f94c85104314549cf44e52d70680d18994403b03ea43bc4f7518af4a9cb1a5399f1cf5a8b698ae2283811a4f05b0cfa7c389e195c6938b7b4ffd4e729cb7e758abeb98cee655e9959ca40151d3d9a90a2017692f2496db3a74b26e699cbe1884d84b5366e9da5de99b63c7e407ff580a6e181a1d84f704c017468db39ce7eee6d1e7f7808870990b704a84e6561499aef0ac9f41235c31e6f67b41859cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c985796359cfc54018c32b381ee834442900e248b07130e5e5679da67b9bdc9997efa7ca79d1abe71514957230e28340ebfc91af2629d3d39bcfaf82d43a4078f2f7391239d1c5d02aeb43a9ce166522d5fae0d589ba9f1279380e6db7258343c563b478b9d36cbae8543db8ab22547b43804b5ebf371d20829cfa5dc12e2a376c7af6a7f9d375a9bedf72253ece865eb289aa890b5ab244b130f56430b82dce46d9d5beb9d3b86570b383c7b62e7e627cac58f930f85c47108600a91339fdd6fcddeb3429d4038f5864a63c3bdb3c56e2656c9b9059f1917942f5b13a929dbbb7a8315a49d5b8ed2f767f6b11345c73e62602ae365b7d1d04ebedd93bf030d09e9b4fb839d6816c7d0ca486af8cae30967e8512e58fe5df1148e7a98d1a92a6788e077b69d80e3e32f5e7847719d31255339ebfb3f52c1e6b023a2a8427eb2f1083a3a019d86e358f28b67355b6dd0e551d3a89b434d2e430015e7577b95e2345c766bce9da910c078c181d4d85beda4bb25a1ba17969d02ed4016069cdc63dee8cef4a99dc1d986231a3e014fe63b03ec6a47671fdf11a61d5230c6d4476ce0592813eb9dcb227917348268932fd845ec82a1bb70b0a134a433ad3337ac2d73d5a3dc2b9dcd665ec6cddee78599e4ae7acfda3ab3f285819697acc84699cd918196bac39dd4daa2623fafb7f9a3bb40d7f1cba8ff5de81b724801f7a421c07cf228b5619dd7ab17c81c76432cfcf6e454313e4b297c7c7944e1d770e48f82afc7f3c0429dd90edce7bd148da307d7a02341022e16ae7b417216693dbf4d2d120cb7fe3f9dda0433753badef5c99dcdd23c308c753b41f86f9ce52b25cb93bc959a5b6909dfcdfb57a849b8e4346aa234cdc214e194036ac8439919e6ad8634025e020dc9e04da3f8f044c8edc24626d6a1554083029b11d9fdee5baa0f4cee37c90fd6c9e05a6806024a0d65c7bf31b9bd122b4ba3f7e63116a3a7f87910eb6efc3a8c69e0887c787f49f0028a538e0988347fe66a0ed15c85769e2704aa9704d6256679e0fae432f8e8d56219457d118e79733f1dfd4b9699339b1dd2a6dc55607a0779e1293a96b5a8a505b3ad0edb8fd556a42bcc18e1535861c828145b2ae931e209e24ed0d88289bf5d487fe7e59ef473d430a77ea05ea8510ad3947298e5c964d9e307861246bb8b4d9a5b711e4c734ad6126646b034753828e233c9bcbfd78e29e3e2922262571ffd9a3edf8177534884b4dbf24eea16f9ebaddad157bc2410d9e5149e7bc51f31ad328b50f42df7d0f4fe05e5134857554ec76bffb90eed6319e8395fa8829d3e6b45c4e7ae0de6f94c7270b0a5dc1671a8790e775184608b99ead283a0de1b8ce1153cee4e0b8ce6cdf56a56c2615d1d772d5035c3b3baa509ecfbcbf834f61be8cbfd4e84ae601f7121907e06145bcc1b237ec1264687c989ee01c1ef38eab7142f95c2936d1be7044c1577bdb93dbbe2124caa435675b399ef0da5314edaf04e418f6025a36c2a09e3eff292c8fccc9288545f290c33c119f069612960baf7efbc93ca9876bacbed1221f6009d4f0a5015b8e11df14ac949f1a295e4b747a20e2601d745e0cda04755dc512351be9386970766b0f1afbdc9f1e8ea3aab1255492fe8c94ae9b319ed32313a757c1f52405d0db297a2f574c9f2d5a1e8284457bd412c8f0f781fb4bcad1ad76e8b75f87a7bd5f22936c26d49f33e3493439b071b8ce148c04e18feff85a9c59bf4655092d2622c628b6cf369f5d8695049627c4c33ab889160ee11cc0cb7251fd4647890bdfb599b987a2239f623ff99614ef79e267f10956fa69e59457ff92cb1ada58dd4a8d78dab5d58d9f71072ad3d75638f02c7810d1d2b8da24ad0cdda0ab494253a53bc320c995389f8e31fab0a101ac6c4c27085c9ab81e756480f8fab36a9c46dad795065651439f8e339b7829c421e954559b33331257732f77c1981e71b7c661041d5f4b420e9fb4d3092e4115bbf4ea0887ebb70c59e6e8de44b5965a3c0cde58b46d0a14639fd0687daef49382f4d521e510166158ccc9b1d118391888a0dc36f3ef231ddd9fd8c8c17b7f6d8f915d915257728b1cde9994aba0f29da856a5209f429961d79fe7a7a6467a99c2fe4ab3134f23cb25c49e492c53ab4dc4fb1c1656069c5b759ff70df702754284975696e86fcad3d1ea7fb2febfd123cac8ea1f49077634af9ff764aa90ef3fb9dcd5ee8e8451836c484ae0d2365c3216c4fa6d65fb3828bea010d4d45ce112a5130430ac1a25eb686580125bedc2103e4b351ab411a09b2aa01756c1ba125c94f2080b7a2501ce78c4a659317f7859665b1546e3583663c7a02adac28e756b85a73b1d9515a8298d89f30b6711529102e39449627ebf0c1aa0349e5680207f0e2b19077590a8e48c05f7b4630f0e72f9e89b3ed7005fdf73a03bd2cfb88cd2e08842e1f5161df873d4d5314d972b4ad80803354386248972a03c3094dfe7c4a006c98b5b21cd87e9bb9fb75c0e6402c1356372fd18194689a04dd4f43d888bf35def0bd35eb8dca983b909115f6e3dc39de3261c0f6f5c4ca050328fa27572b17e6f8728ef844de0ca46e453c7e1e2932a3a6cd8351ac53ea05ae544b97267e56f11b5459d05490fdcc548bcf7500713e911bd67f70f945ea05d6ecdfc30cd2fc7ace088f7c1733fffdb46fcd7cf8ee349ef0bec73980a34a05efd54d9e958dd720c2619d4926c13b6d9c12845e8433429f6f6a3af8a021aa07207100c4b288b1d31ff321cd465d45e5a72f0010f23b9b28b96ef6a0c8e57a07fd679c93510a0882d650947bf5ff3ffe56dbb20d072ed833f086757b8acd5a081b3e08b3a35ab57ab1bc4fecddd1e623423ca3e2963a1a05375efde20cddaa088f1a00e729a1e1da132d1a5fece0640463f9ae5268585d673ac7e01bf93d5a0942824f6ccbb2ee81eddc3d74c10786b1b57124e673c1df290bf1fe5f6fcf3a0995cd252679e13855fa8fcc33192c9e133db04af291b31369c8e4ffbde83aca0a05e4cb3143b0eb9b90bcb8bea2e1504234ce8a4111888492ebda75de6e3ffa0b02b19ff0484ffabdde6f6e99bded04a70abb728f83910d9b058c3ce8c0af0a0c2d20092a1a09f2a7001c9c4cc95ec5e2058458631a6af6f4ff78e1ff3f48ea0c73372dfa0f01198316e76006a1fc448c0e56b37c80e71cd2de0d53b43d939a0c7e652eac95fd869cf24aa16cfd48aa19ea8953674716de4dd345f1c72eb6ea0d5892475b72a2690043fbaac65603d388fc7dbe694f2398fc7fe3da5e800bda0e314e5dca5b1c245b5dadd89cac75838abcd596d09bbe90be39e89d951a8ada0e86c41aca7de0ac012218467c2ebfa436e7ce849b21b90e2c1232adf302770a0e9f2870754ff942c9cfac552720ebebad8a192a2a04197f6e3aaeecd35a473a113d68aa9736f9fca8ac611f8c22f06b65d4f5dcb380071675f80c71aabaf5ea11493458f92367b3a02172c273b10f05abb4220e203a763dfc0a5f9e5934ed8a12216c2832167f1f91ba4bb0bb408789a75bc45aa0dfbcc891238f269264693a13fe5f807775be2849fe8bfa25a9120c971fcbb19215ce4ff271d2d5178004ca14499bf2d195a1f2353d0a6f7ed5b25c99a6c931111b3a1f17a132a6dd2a206a15057e131f9205c3ecd9e754c76ce7dc83a779ed1e750285b66aec2dea130f7a15b5b16a2ffd90a756476388fd4668c8d85e40e7fa152bbb6449c6c9e8210d5a165bb9d249acb2a7dd6a25a68fd5c77824f57ef0fda77cb53699037be47993ba1788485140656f9d922078c00929eb7dda4880ec6abf11996b8489be032ff60a17a77819b606f6930e6566ad700d98ad06c6a2e02da1c8542f5a2ec14ba27bfa17c5ad4dec3b873fae62d7030027040b9df5bb4a4bcf881ea4c8b12beeb6687a1bf64408fc4e2901e6131ae91de6b76c19e8a9f3c2b9072bc0993bd48cbf90ca1c46258d29e0baf4c84a8e3e6040b57013126931340fe728e4ad60607deda87a1c79e7362bf5f98603614184b2bc104b7936cf1a2f97ce2532ea3a050f05e16a1f36cd4e4096c39d52fc8ac7860c8f307de3a12657507298b9f6e27bb1a6398a20245d35ca9c19a7c96cf3a44facc4e81d66c2c108e6c23c09318af43e84425a2054b5daf9cfae0a851d0a0f089dcc24cf8061b219e8da56ac452c9e66b87c1a20f56ca3d7e52018ac05bbace430e06bc3b3ed4f8664dc3064211f252f21c2ba20f6d9aa3766ee3091574c0bf3b3d254a84e179eba006a55225f830d10a66fea2152f65f7eb82e1c396b6494c2ad49fce721c570874f426426d058f7f765755a22377498f107f9586248ada1e4b6c6835ff62343a010fced19557116ee07782a233165467122d5ab4e3424694281e4f299ad90d66987a88e13fb89e0fd72780a23d100d89a2309943ec5552f92215f52464bcc3a9128f0b36f1a5b8f9b00629a24953c6d113b6977f0ae045165dfd6df95935630d776344e7b9e43498417182a251f26978978c96f7be57440e326fd91146b7a430fdc42b97e576424ae0feafa258bd93b4001d0254ebedaba2b1a5504f9b5d1a3855c9edcb6d56711c1808fea25e6f239d05995a0f9b42f491614375cd1b1d7749171e542d82246582b72a31a2677c7685d3def0ea760990db7685cac49b5700c928ec91406aa0b95e1f78eca268e9b70529e0add9bf0693fdd220769f02530c685fe2ad3d14da5844d3d370a269ff2dbd9b171977d046ea61a11a504e3be6abcbae9eb068081983b74afb34a26d0b42a2b4e08f423bf433d3aff1cfcd6850cf3b15ca29da93567a0044a4f3a2723fcf7bd92e82c53c0e0b83a704f5fc086eae113ba0a056e8e02e52e4bbe0a2798352059f5478bb5cc1fd1968dcfe7e44ca406e5cc7b994df060c697695eda27adf7b81881a945d5f71ad7c40d854b0627399fc1e427a8f5626cea4ec6b3ca2919a74fb437af420909ea4cd6e191b90606a0dad4dcdf04e1d224167f3d7e6a291f97825b426f596efeb7970bec1359090e0d74c26c1865de4f85b18d352d5a29559bc10bd42d1b58500adc95c343a0db661b79299b997af6fb27c12283bd2a2b00f96bf4cf35deab2804e046ae0f9b0df1675c57a0e61be19c868704616a0a2c2339691fc48fbd14fb307292dff3e21222712d9240810742d7df0c6d74dfba2c73631703993c7a1a9f4a4bae589c3dc026bfea3d75462ca3a58cb256e8aa3a2dca293ff78b24ad03ba09c76778f77a7a07c55d41f2d88253d9946ccecf98ca306ffab4def04bfdf3e67713df7e87447884f776d176a64c0297f1bb9ed1bdfa3150087be24518a255f9de2eee111d7dee27b13ac31cdde8e9c37eb1c7fda85a3160dc42c3fb7ec95f1c87a44fe781313a1128d958b1e268699f9f76676f5a9a324e306c1e3484bb4f4f34168b1c98d0f86a7857200d903614631916d8dd48da33850c63f8fb39db1416c6de8ed20b9c13a324d081597e894de6ddc583a7edaa338e5a02c1fcbb4ffcb1fed94740ebb030efafda99e545ed7a22b00c217b05ea3559ee40e1060e03c2c4d57bee997c2745c9c82e31f922b8a54c384225e4a25a356ec9f0643793342567449ca7070bc06bc0646ef799af0df142f73dcaefc8fa37d47e4544004a1cfe0218e0e0b5152e76d60b61611aa881d2b4efb2a75c636a39f4e0783e25bff73a23cc48e2918e0c320ba5ac3de395142c5e6c5078ca1b0a3caf59dc227fa47e8032c7e499c66c599c0ccd69bb74e9f6fee59748da1bfeaa3d1e0381d7117a3e9734db77595b15bc9d7a55657a9d0ad34707037ceeeedd4a3e23bc19eb3a41adc958e41180f8a77f6d457a14949a177d3fa09899086ec7ca3e4a5eef4b864ca324c759b8c9fcce91e83ed3d23cf4a52393a78dd031aab7aa401902787d3236d3a857507115ac7b8c83e8d38d0fba8fc01b7847cd7ce7b4ba41069aab2453cc8fea47a3f654c19b23c4d5ca17db0a40b7683b336c4f30816a41aa5387a90527660dd5c08152e7f8029ef8a2efa5e13c01ec2cb70c494b704a42f457b7e32094576199a93a3683aa66dfeee77b5571d82e5c36402ced3a824a4427c01539e312cb8a27cf116a24bc659248d54544c5fcc7ca368a840df1c9da45025060cde4844163eeda4bff3cad9bf66663f5fcb32935900642376a2c7e6a4549c84cd55f9d0a6c55b546d47f26e61d0c8036d71dd590a54a96f72714b4ba46372b5203c231350357f72b168665f8744abd76dd6946d4eff802b994b8fa2a47bf7567f4fda752dc1bfd251643b16da2b2b4f3b769c44cc29289e50398c68a4955ded902c76c9ae7696c09aabb14a064dca281b3028269915238cec9fb43ea49a5f513725df6c7cb55bd8f49f6cb07cc9e2df9841d3198696c1498abc8e0fa49d79e67ee8fec16b2724d191b1dfe3c8e85ece5904d122bda06177452ee0eba4ae8da6e3aadc35fe5d87ecccfbae7eacbd6f5d6254ddc5fe0af1c3a787d92da4af8c47d3dc3dd8c35b12f69f464ac2c20834d94090c5b79ea2b4e67161fb62a4bc101f6ea01564e5abc900fed86ebfb45866363f2cad0f16a2ae023dcaa49da4ce20d74b27dfeb1c39881083c36f9764d03f7088f2e0479f5a7b81e2652622a4d35386a613bf0a54a4106bea4e26042875753006ec21cfa937c1249a5639d5a4d577cf7cda4e1a764664360566017e9c966eb064dd5a24c2692a96f6276c41a4f1075c6094746fe9cbf447dfe322a9dd03f6ee1b9f2ab0fd2b63572064ab19a4fa188094bd2baace8a4df23f1a81f24ca09af7ba72a85a082500cc22116cd3a559ce4de59132a33ccddf095619546fc05e2546e3945f440e74b121c904e48da569b9b409884bc64e35da88fd477f65e45142b2fe05951aef1fad6b60e8c3a4a56d75aca439b375b7487ca50f8cfc2097d8dc961961514cfeb2d655bf9ebd1ea587fd30161afa0e7e7b76689c8be28fc687e77792526a49797068f381a56773a58cfe73a0d126d13a12b0d743e3bfa9e2e90dd66dd939173e7a6f7c2ed2f3aea5940d8dc7a9f350b927e252eb0e49d1fd529b9a00f8a89129de241bc575c518a5bd8cf30908b5e96bd1cf665d575e0a0bb23ca0e8b4a1dbfd8d625ff1c487e2a5c8b85b470bb688fc2652811639bb0c32e0d926ad8044f8446351a107e24551a5d382085f9f6ff3f9898f6614497f6f09987d08429233265924500892f4a4caa5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfaa5f48cbdc141d0ccf8f75d5deb026869bcb2c87bdc20d48391c6a763c24af104a5fb7d7c1491df0acdafdeb041cd283e9cb56ad6324fc69e7d56ea4fa0bb05d7a61677440ed1137ba2736f09886bd013df6a4c41d9c1a3ac9e8f528309ae9856a61a7abe4c1e30a5b4517762dec3d78016d1859dc188966652e8b63d6badc7e6a629fee0cee0cfb539f4445bb7fcfda52e4e56d44b755a9527de82d57f903fa9a630d705ac181be1a8119296e7ffd03b4a3b00b16a3d222889d5505d183c58f5a634cd10a36d25efcc862712a00cb63fdb32a65b0c18fc51e88090382f734708a6376dc2edd577de297bb85c491e018d208f1327f4517d6dcbae24d25234b455a63a056b8224e247772031e61616400cefbcc975b2694cc4304bc4b83a15ec40a6455ed89b893336808f768d0e91e7a8216c7bb0505677a2e953e1a22111b96ea6482b8bf2228617005564e0963aa29e0af516ea0619984fab982a079453d0a0a64cf9d984fd9f0cec2e0d1f3ed69b6eab5dd00ebef6f8c339fa5e0914ba6182a65acb5f70aef96852667dbcea0950deaf9a5a997bd6a24a8410c15a0313bc16a662b1abcd52ab1d752b841d244a7f708d29db0bb023e898a5168c3ee6585625a67a5f58c2ed401c4b4f754b0f4d4681a9f8f5713a8552534f862099ae75d19da67c143d6f8125172d9993e3841601cbfe742c75819e91b72eebe0d82081970da692487865ac559be7ccd2eafaac55484bcd5eecedc7845f25b6d79af9088b2aa6a5b0b9abc005b62701edbb86fcf706426c6d26b5d9c29a5ecf2f82c6d8b12da6b8f14d70a0eaf3f704233c5fd8cba5645e9dbbcac611b4d4cfd3c10b35e716a6c49bee6ee5c62b1cdcdc82e6cbace4a70a7335ccf8dc2a1383445e10e06b8aa6ca326d695eb82bdf519066fa27c34e0b2c8a10126e740c5226efc72a870d07a6d55388509c4b0106f43f78bb37101fc52edefdd59edd2a4cc575a54bd68d08a6f094e2767f325a67d22c7aea5b5ea8a3d7850394aa59e7b9f70667fcf676b4a6f8fefde2ada459125aaf56259b4973210fc1d0b1a99fdc1f6a05383ec600d8a6fcd5fc9b8a6ee9ff47b255c1768ce86995a5339144bca64341a6360444c80ba6feb860ed4c733cf2adf28ac5a2ecdbc9de74b645a73e08501ef5aaf497df73a71fb10a23484e6f1b8e1bfdad9ce3ee26eda90ea2a2d415575aea80cc4d6c17a735ba03fd652971886ffe757652afbcda1eaca81c05cd0281239103b404e45ba7714f798c34f8603508c9a5ba0cc629be6429cc5db3004aa9f3977c4db9f499a773a26062469c2bac751500b2b623af0de68c204c6dd3084edf8c75ae8be4eda775635e3d7facc2a1440f557b2ea1aff6c4af2ed5bfa50cac5ddcf1ad6430d3a77a4576037f474c3785747cda2515278ca7133491b825acd2660f8770230265a78d7f68d32dd3c4c29cbc68fc387139c0b91a78c509b2561947922525682f25a78d8f52f12fc6e4f0ceae71e9f26547b1465e369560761b914249099df07c32a79750533f9a6846c11d4d61a4c0e6d102c882135502901fab45b07e7a9693dea79e23c65e385af581bd807980a93755dcb2ba3d7bf98c73f1e4ce268846570aa7aa52125f09c127ded74899987529030b57c61b1d437dd344269b37fc2c4882a7da296d2dc8454ed30f4dec9441a3c3fbaacd9b092ca75f7e59d718b53f636ba7da5f00a154f33079866b80f51ce5e6e34d333895578c5c8fe3e5513746925ca7dd31348167863315d1c2272517f84c7c2097837bed5725d9ea5f6709b7404da7ddd0270ffaae46957c53173dd592e1efab5c185b38a12859eeff59ea03fbb4a7eb5664377b6dff60431c92392ba70265fda966b9d2aff7361887f3a0eaed55a7f61a61c07adf8f5bee5f07944ba07d50ecc3303bb672c99142a9e7408d143fa7f8405b5007d70b0c1e9ff2d15e9333e6d44435561e77009e0d2780ee54cbeda7fcfb50b4cea260c41707980b651f0f9ecead8905d175f6acd04b3e664c982fa8181d07c22f15de274639721a21e6d070a9f41b2736443b255e2d0efd7868aca8254fa03490793a5806943095d65eaa59754779440cf1b3510ed2f7f962feeca828c667abf04570d686f5a37269dd99a1684695e1e83dededc4795a94514fc0a82fdd4c25b2f207ac40db3dc518c02dff9665cbce2d492b528c9eaab07afe11a83c27e020d19614720bd176715392e54b5537e25788dfa40c5f69fef4ab3971a8516f090b1241fd3466e294675380b7d50487fa6881253d1b5a8b4ed83dfe5fa85175197ed2bf849efa241533479d8d0cc2108c5534bf262220804b46f110a7a86a94e9a05428a635b4e597dd6f5be1891685e977954fab505c9105a53e0c30a8963309e6f37b81c99fd361c3365d300aec05bf2ac928e029ce0a9012b4ef04a896c79e9f8c00a1937abd76f756db4d41014a55aa036c619113312017c6b7c5a89c149f72588e9de4143ededb121d8cf33553c6a4485b7b8a07eb5067f0bcd9a89dbc5601cc21361522094298d4d083aeab6839bcafdbed2eec85ce46b23884a8a3e9f1766538fb3abdd910ee17633bb025e8da747d353bad465ba03f4558b0a8ba6ed81cb4477ecf5abeddb8a7b55ca2fc425b29b9a27aecb88d12bae3056da8c804ac4ffba1857e42e7b7057c4126b496889ac5fedd86c5ddcae9424a383fa8c833a7901b5e925fcda29897a4b9b76f0e1170caab8d5517436777de28697ea8cc4d7ae3f5e565bfaecb0b78b7046edebbba589d29112c18fc0cd4239611d3a8d6c207fbcf0631bbb054877a7cd927d1a69d55661b1f2bf932e98b575b4e54a9002e6c3e577626e3cee7f4cff1eefa71a91d76a72b91f0fc1b49ad4e7e9e57a9034c20f47c46b220e983f34b474faa085d88355ef94147b92224e8415b3f10a911be3ad24dc0a1e73228c3cc56a089a3e697e54193c2ec2f7c620c15fd912ea91e8fcbe534d34c270869574654b3d08ed89987cbd1e07237e3a2ee93373504a9467c4491a046494ad31835e5336dd6cb182c596ca677904ea205c68ba246f9a9655c135c9da887af97793285239fb96e69c0fcd4f94619af339c92e6b44e86a972a2623093e333146a679f1cdad10ef5a58e5cfbe86d0450df50cc016a78e0a984e3fe35e69450fb246ae4a8f3be0422e360f52276cb52800aecb3d66cb85fa99bd6cbf039c8a76e8b5c1a16def80c8472bb52e35ca8eab0aa9890c2f45bb3a9b84fe2a4f36f0f99d3f817fd5c2e8bac61a038e2fb9c9a84340f72c1352486a9b98b9009b10b04430e0a860a0b740e59ff77fd72d563bc27c15379bbfb3a47a9c0607d2e150efb2c895d7c05eded08bad685ddd0bf9fd0b59dc2c149f886dba9d26204b1c19612b9d8cc9afad8f903d7f9e2775b2451b2d3ac160f682cb761aa02938016bb811af8b0ced6f7634eb0f943078543fd6eb0d0c3b895bf828091aa0ce8a99106a86f75af166a3e82d7175dfc37211696067fafa4080105d3876baa0d6148256fc8c0576b1d1c8ccf6884b7c01130696fad057cacb80cd4a7c033aa2701c89d27a6d96315b24c3a62f8d317c05f1ddc4c918f5878fd30491016caaa2b51a9b0d03bcb19f1df2f9e68453be83f54d23816e856dc92a09297f7d80caa4123498883948c88d5130125647bb0b046c4d8edef002bbe2236cec6b913c8aa4a495a3b77e82597b621d5e983f85739e5ebd6d1b1f753c3097dcd39166ef8aa4e2dae3e95a38ec4159874ce05fcb40caffc42e2a22fd4a32871d8fad45b03aa541326ace037142cc7bc5d6d2b37895ec1eaab92a8ae06a686fa7604f34b37aa5b45a8750d3a918b2669817c3aa0350c303d20ace5531b8df65575b535b0b2aa5e5f777c298b57369bafd963c42a26c4aad1f95d9bdbc75ad617f10d34acadaa7484def9e39a1ae6774d69dee515a801c69007473e421e5c8c13a98f67f4d1aa76931760ce2831696ea39a8e9c20d7d735557b49e402906ff2341e189042b5aa8eee5d92531d66cc31d0ae23b204385a4cbdd8faf3a410f5a6a0e87df7e54faa9642e5c8ab5b79edfbb78189e2ae02dd7d42781f7749fc5aeb11d0a7ca26bcaa9b4e87d8e52d29cd8806c3e6bb83859e7e35c87c7a49283a2eefeea3cb1892aaac2a9f05970e071fcb6794482d23083d6116d7242d932d9e392719c00e63daaac5759cbd92b0efacc7ff0218ac79dd7e423576da375b9b6b246cc8853cfad8aaca3f49266bbd1e9c01d403a1e8459559423dc5622ad2bf010611ce15334674aad735e86dac7be6548dd4083c1d678746812b6a27870c70fb148d519c14dd03aaf7227dc546117f707a2ebaf9b854d4266c47a2c54da96b695f08e51a961f51ab0a805ded289bb45f8fe5082c7067693194b314f5b87dfeaf2e92cd873377c0ab0eab7aa2241c57903ca4a76c65505b993fe88d89c208c270ae3ebccb48d51dab236ad1cb2345f88be95e43ad35acbdc591dc941b293dd23d1e6d66e368740eab2913271caba87a312a987e36ba55e345e812c0cafdfcbd91e9e634955b6b50ab31a21bae0105b977bf14d3ae88e3ff5cd4c1a00c5ee8ffb6ba60597e9b46b1ab3987f52d03c9613952646c77d90c6ac3521e61f3e9532837c6a9a6180ddc27ab4511bc5eb4bf726e040e8108e2cd32cdaa553f82e597b8575ceb56049a65f0ab4c2c412f169a22200816979bce0c3406f4b27a0258f431e95dedafbcbd5bbaab4d54404ac581f38efb6d81e4348a184eab3261304e6d292e3af401d2aa7d03ab5df625bc76dbd4e163bed2dd888df828f90159bb93556525c31821b6541d46ab69ae2f348769edd2900a213ca8896a59b07c4251f307ae4e8d701219da7778ab6f3910f1b76a9b3a4f673728bdfb64a9f84b510341aa938a1c81eb7255da26ab7f07b3a99b86a25ad60fc0a87e66fb2ce9b7bffbff82bfbddcbb0a7f649a8aab9f60ab34cf0e2e02ad7bd36dcf96dc5387bea8e0390a185d62a2472b0a2878aba30fa937f6c22280cef7af0122db356e9e82d212dbd3e7574969c9d1d2e861abd91f7aa4885f7fddae176f5e32165327ce07564146c958ff6a1e23bb965bcdabe033ab48cecfc440218abda0eddf03c22b73046941241f754e3911b51d54b5abe12ba0e5abc6ba44fc833dc623d877fc6aa678ed1679d38b68894f422e68a0abe5329a973bcf6249fe017187e387dbd853c3ee5def429ac95e09fe02ed5183abf03b0f66578d5603a2950073f8936ce8e45e8097e4b07d2199a7dc2f650b2aac271bdf2384dd57b76c293b082a1d9a3db924ba39bf05394f636f729d5ddcc8ac2df1ca621405d5dee7e08b60fce014e528a864c4f50a2313e44421861deaceac3a75e8a81b010173a88a574fe2fb8cd2ffa628ff9b5058be320fd6139b7420ac3dace767cde7c079943026ccfef2e2eb2f826adbd4f4fcdc1597e00823e878ac5607c165617a9dd3c2eee5dfd755dc9e7c2d8af5f8d2c854a15b37c505147cac7cefbe41aea9741d75d4ccce02ba696132fca4b4b6afdb30b68ab2d1edbdc4ac9e5d469b9b7366e888072abd4d0b8c9a277b4873831ddcfaa96c800a166d4cacb3372c4d21046d17db96a8199f0a17fe3d464b2009ca132e9c982e3e1f4428acc5dbd9aaec144fa4a1f52dc152ba3694efa711e4573db1f910713b379ed036acd3dc6fe692b4b20d563ed93df083ad3582f8f385e8190f8d7493d3e35bdf93ace9cccedb0c0500fac1ee1407a8a9d673757fc131a0682c4f54b3aeff9d55ccaced2416a826fa185e8039b65d571f1867e0bd1bb34787b215d0d3d8e8223e1cad034aae6f92036527a43758138e778628049a75638b4aa7a1ba5b319cbd0d90ad115af1e2031fb19a5bb1517f6a22188e301e5a8237d7c52d574e87358ea9e0ad1a952f0c7907020846f7fbb22692bab0efeb7d143d5c48edd4564072228342ad20cd807acf976fad1bd6bfd7ffc5a2c426cec8a3aa8f253b478204611cf395ad337e1013868259c6bc0a0a2e156664f786d95c3e387bce86f041481d01ff4aad45b49a0bace3ab321c08a23ecac6d8fc9b31cd7d8708b6c19bac9300e63a61ad5490d4184d5b018dd02d6f091b8b895ff3bceb0e5c665cc48d6a957483b6b1ad7a22dd485004af929fab6c8415e7bcb3b983fc3ffad07834d1502ce645e5aead7d1f61b80862026008e1805a6ee6ffa01cfb0ca0a12f9f5e35ae0cd6dad529ad9a6fe5b68f00abb335c1c9d978cac28025872c935f60fb40e1affcaf638e0cada23f54ac8844f4dd1ee74275aee47f3d37381c31f8e87af6607e80c308bb9aadabe9f1d25208052782b5d82946ff5d0df55e9bcb02d36e40ad68ca06350fe2adb199a288d598b018412d7adcd512d8e601f2bc82a3d32e6bd1bb812f99f183adb2562235504794951cb137f37d6acd21966d16595a7688af72a549c692b670adc334bbd80ff1afa7e67bb1b7894adacd5945dc8dd478c6b5c428b1d9ab45a6adc6b5d6e135e7a664e304ec3d3f4eae72d973aca9bdfee6a12ea3501bbefc8dadd081c3a44fb63208c93a197e1dbd042cfad6295ad055de73866bd4f4d55c75adda249caa8ffe31a34ad5969233cfde31473370b3bb1cf80852986d15dbe78fae1d9c3ce58fc5a8eff5dc1385fec7f9376917e35502e527a3a8a37ab83a0609ae20f6071936faa2ee88efe3122fd07a4092d63654d82600e243709bcb84ba8aae28991008a524b580836ec5547703081ba656fdd901d53bd0f84c518f373280ae4ec7c0cd8b0e2d6dcfde34147ca630003ba4bafcb057cb3418eab262889907ae5128c99ed0f9f640e274616c329ce358019302a6e683ede6cb63e6fdef490eae524cb8fe8f9e20328f3982a15e94641303af365f562443819f3874e07b1253ae5ca09dee82d2db02832003e08349eef48ef8a383620ff2ffba2768b735da19ae5f1e9df9b6d81a51c99269eaeb88994fb773c64a993a685bbebfdaae098fdbae5fc62f537474f20252ca94e557e989435505ce78b4b47eb23a72ff510fe2a8ae77b9a50198868545f785c1f5e30370bfccc456d1bcd4eef8fcc27363c46050ae898b45d891af5d7d0590a0dc8377fa7a2cf4fb033c9a1be23fa750aae026e4ae9523ae73731fc2c36a367476a8447ae0454c5a9e644debaab6570487f11639ae9b4915544c1b0663aba6725c10fe68093d596b4854784481a365e4bb3a8d23aeaef26fb19030046db0f6cfbf1f69a6fa798efbaebdb3db82f76c7c34a668acaeb4134e1ef3b487d24f7e2503041c84f60a7d1a19b8f017b7e3f4c148109c15aebc5b368961f9899f42326a66d73794f49cb905c8d4dc664c7e45e06cbb661aaebc5dcddca45642006e0c9c254dc92f8208aa5bd7e33b842a08fca1f6e69bfeaebfe9ce261b2fffe15fc5f40601e8bc2f800621d9cac0107285d8e6f6bdc07aaed1c2bec2fca0d4246501741bdac025b1546e3594c73f832adb42895267b3a7aedd64111d6d3f05c0dc2a0d349b262334b04e9c65045473c7d0f090df4dd6c1aee4219972adf7cbe9d9a3ce10dffd9caae03061ea1c54e6c900e0dab28c40deaeed7f2e6d29a44ee37597b4341b308ac1a7b69d64306e94966822edbe24f0fdaf00f7247ff2a792fd0d91bfcc4f3b7a6a4ac4d22c6e712083553863af1f16b3af03c1bc4fbe8127847899d476579722c8f8e3146a43b42b6f9384257ea19c0eaf10e5ab7103f5ada64ff40dedefff8def98e650b48927f4a7477204487190a1af2720bcc15b0e79892d4e05c4497a6360ec23c9d5d3fc8ba630bfd1bffbd7dfaf3b84dafd3c09603e37feb854737cfe1f3436e9af661515921d9242af21cd7baf432a12690fce821a22d5e063e539d0c971af4ca3d4acafa5b70c20e42a3770af804ff036bc53608e6eedf4f0b16af319b0f0055685466d54aa60fca2623326af852ec36ad3e3dda42871536ac370217075dd7a49304a140087f8d9265c4172afa4d6be7693fcb0e657a4b55edca814badc2f842ca8478970c0fabbc4df9c81aface3406486eec7c39f2ddec8a7d29b82b0d21578adc0ffba466b62fb73e07aafaf58a498688bc225fb4db5cf6ea2f16343452b633a8ea500ac65c2f4c90d96afb0deaaa8eb7e840a804dd7775f8bf8613ce53e56d4589c041a6ce0f9356ac0afb27e6433a3df768d5f68f269add030e237e0c7a73fd47b658726f8f3daa98aafb800cdcd8f1b27346e40f1fe02c3d3ffccd81aa52ee35e1bf864698a2447d9afc20f362dd6a200a58daf71fa11aef1817812772661278d76fa560ee7c6d2a7afe623f41c63c7ca771203728634778db3a4a1257db4502c48ffd4d35228bc15b01b0487b680c354f7a93661fadb224080f09a4ac26dcf206c2fc316896853d9b020265e53e7ded1683d8d2ee94de50ae6e03653db51fbe39c076148748e9efab0386895919ded73e0ce5d97b11ab41b9f552a46feb01852673af428afdb425cb04cad7cd48be0c61a2fcb359614964c72a4f1605baa524294d899572a5ff935b04eed1d965e853b17d4eba6263a02c20b8ba0b8980a5710312a55eb794b65c5b053a821fd2e2190cdc416f01d02a6f235438f1e5e999ed519db8c09c29bb1c4b07c761d56ef75bec54d9a054d3d72137683c2ed5e22722d8eb32480a3e3f0cdb08a55712300b0f98784484460980c8cf4f13e8476b1d4f302b72b924febdbe9b098379af9f8f0ae7d5cbe3a33d2b9b6175c890b6441ae93796538036840dcb6b0e3b873104355dae4dc29e54f8374dfb68ff4e4ceda02b92f6d3352ab3fd40bb0f6a8a4770e89d3f9adc35a4cd4041314b920f4abf2a3b7a23563845af7f153b0fb2e5e27dae7e591b08625e2fb4a28ca56870793a02f2ba814b54de8cce9a4b100e42e79db339a36aa783e205b2f2e10d27454a25dc3777058d725fe905da3b119d908ba7e7c3475e1adfb9b6fd0dd4107665cc490fa04175128a5e19ec38bb11ac1a025dfd67c5ebf90f8c612c45dd9e9f659d85efa46aba023632a28d8ebb1239c0a3d3ccc65e6e35ea0d2b7272353e20e3d7789577ca04b3ad300a66b47b125bf99b96f43e0bad8826cf527c1bb4e1d880a9603705fb78d98f3a0c48ea8b12b24dd69e7373dcdf9984907fb3599b7d9e3d9694290d6dc343c0fef029dd2b12cf3d4fb46c81f89670395a74d8fbde8c81552686a02b60fe1e9590c8085c4b12fca3c29ae181914859aeaa80570e251b6cad09a92e785505f73fa8a1bc55ab13054d91e58118cae4112f1119223367bc84b3ed9f97ea8841d71a149e23d21b1343836c0b7d13e1124d05673ca794a7939cb44199e201acc5f60ba583f34b8b13d21df5cf31d7a97526870da047d85bf40ea2c16ec72e2511402e021a755f1b1665935a575a4a1e0cfb1800a0ff845909b666171d9d216baa7bf5a053afed2b18985fb17c762b8df11c71e4c11c36e2d151623155b228d369e317a1176697eb18a3367b9461ad9341a072fc7c9f8d2971d7c43fd1741bb623984677fe4f73db18ad83e3c501db630960d94cbb5b3eaa1cd639a872b0d102a2b48a80a245ed1b193a2269d7f3e484c69230561190122a3b4acd8064fbf66dffd2c17d03804f5b19b2c4d3461b521f7835f7ed19ae2434fd7b42685c21b38d21f59ad3aeddf5fb1c0d889fc0ec4fa85f00eedff27710f509723c5b79c9f5befa8f0dc60b57e3bb1c7f148a46b0f4d58d64dd24c956062b785d6ff9b3af8241c14b964aefb9a0db1d3e68673aba5cb3ea384a74c3e0a26944881a9cbbc3e23ea8c86c5d70f37a1b1d7395c2bcdbf3c7743cfd27d9c2209ba0bb20a5429515c75a73aea622670c5b1e4ff7df39642482e47973b645c5ac3e143cf888d861a0f6f2f02ddfeb19262b1ee6f10ef23a657f8bf1dd7b1ad11152e5d483e5a1c2a30fefceb18e36f6fbeb1fd06bcb151776617053cc9af5ddef2716da5e90566ac917eb5701bc5bcf63db1fdc01d4c4a91fee105a568eb5767793eb980ca217d59fe0b2c3a9a847611ceb2010adf17c2882e9fe5aadd3559c636e8d37da76f08d19f692dedfd28b67eeab209c757f7cf81706024073cf55c1b9b891d35771c4a6b5366339036c7a7c79bb2176d0f82302a402ff3b4fa57626f9ecf770b5a95f86c275b91c7d9945c1936b231e969aa3a97897fa90853395cc12c24d992b7c83c0d75f47632ca369e4667b2479e2c067ce30e38ce1ddad3eee0a3c9690531ffd03c32da2c8738d5e12b77b26c55990891eca710790faa9275232365ab64e009d041331b5135820852bb1db270312772eb536ca6bcf95928377741e4a3e34f290846505d99b01ec4c4e336b27e228392e5ded23f4208b4774dd2b328124e60db7196d8afa80fa9cd060755b294945dccd28600ea01eaf5ff42b85d33aac8dbabc523c902edc943e0643546b29c433bd4a9794eb9a8a5032a294a060bfd2db0aaafe6deb4317618f46a0c2eb2ac970b90a1aba579870131b942c7b7c7716b0a2a3b7ac3c9dd386a9ae7c863b2c4f1a3fc71fd23df631b2d6150e4021e9d46a926205c28d731bdabfda32852b2c9c403c85eb4e0a7e5ab0d6d9f29e14f143795787f107b402a8d3be33d8db3b2db8fcbd0fe40188af873e2eae3b33bf54aca985bd49749f83e7ea7aeccf634b30d1aabd6c62441f943d1537704585a7bf07dbb616a0e8644fb017d621cd039b32d9c9ccf25ab22ef214e98db5f2906d45c9a98bcc1f72a31c3b0efdc1c0b92b3356f33989672581ad3263ffdb4560a9fca29bc4b912df8e34de924121da1b3b341e9edcd8c1db787ec6b09abd0172f6da7f164e602f4f3a41e9cd3b2176a73b34546b43c3395c11467938fab7b27a26d76087eae44a57f12104582131f664db34ebcf4908173eaee221d2a2737b49f8270246908ba78bfbc94b4c8ada476b5b36095f69047fbc24a0719c3799524b03ae77874792a59cddfb0facc25f0fcecb3815e481a264535437f4371c225d22e4142b7caa3569eda97e5fdbf43083b05b38215103722ca418562a849591949101c8400e73a9729d1b7c7a5c460776377b3980a9e4ecf49c7c5d62b1fcf611a73204c167ab766d9ff2334430d5676cc10b3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15b3af5c2e246b06dabdb4b9ce139a8a8165d0ed688181b1146ecbe4dd6e2121deb3bbb57da706c703cd69bc4b344b54f354623d3255e18ab04f4296b96091b3cbb3c62b54a4c0eb395dcbf02d2149fd76e3c37396a65bfd681dfd98f7cf3ff0c6b3cb3207390493bc7b0eb7714bcebeb98fd094ff21a1ef49009e9f28f1496013b3d3b797dbaf097f28ee92c36816732de2d199b847ab24255442790f207513a9b3d8a9e40efe788187d7990c3b67d264429f5d45d30d068ddfe27238e1f9efcfb3e29d2b4e2b52e266e805e0db1c555074a90906e039e1e29978b2d8d96c869cb3e63208c5aad55b6ac697496889a62ae940493df183d802680e8ba4a251dba6b3ecefd1853072c3a70dae6252ca764f7eb0956e01777ddfaf9e674b33d58f74b402a7b965ac24b0447684addef445a35a36d466d10cb8822b28beea29bfd113b421a0e5e7058422614472a11f3915614318873533afa77bee8411ff41d67baab42ad18d62324b777771d2bfb96f2695f0ee47b044cda2a8615cf4154cf48dd5b42b5ec2099c9cc970fca3428f4ab6dd78e3c3c8370bd63f5107e1b11db7a35bb43de58c82df90c8d5a5c5115e9e0cfce0dbfc5e8fbf3350181cb2eaac9273a6b449871c8b0b21e2b4c103933ea2b0aa40819cf25989818d9f9b7bb23ca71098b44e7fd2ffb2f9612be2839e17cf373804632a5174cf0714532ce138cebddc00b45427b5eb4ca84f4f781997fce05a5f45c13117d554caf431b6561cee7f6d48b4593774527ee31de7e5b606f4826b947b9a99598ba3d8442b291d02eee0593bb45d8bb689ec5e920ecf652d2b8941be6ef5d6f2f73526e1aff95f81e0ffd6fcb471342b534818e678e6c40e14957bc53f1c66eacf6d33a5a1cdc860eaf661f3b4bba1fb2e232cba87de748e8d005726a596b7b391dc3b79c263af889ff9aa3cb4bdd4d07115d913d08ce8cb32c4fddae8d1f98f35ddb8e73b881ccde44e866bb4d1fe3d786ed2f4250bfe7641a0945ba50f79386eee0a092816688221faac65b4d8f711ae98b46b629e06486b9fb5bdf694f0c75b6230517937c78a198c4503b4da33536a087ac5241a4d5db0368c983880447ab4f9a36b5479076b6d7ca42db4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71cab4ec9d449b36a538854ef33fa3250e6150c5a729855d814e014316d031a143ffb4ed4cf305128c575c4d1121440f4a1f8279ae3746e1283c0a93d4f86f4d2c5ab4fc97ec60314fea59d1efb28641be51e7b0ce323a1fc12aeca074abd30aabffb503e6684f7c891f3bcc7a288da20cc31f898a27c0cbf41ea599089ca3a5e4fab512883bb77768917b11e12336fa841171160159a67d06e8bde6364757c88f1fb513217ee9f7ebd21811995a0615c3a3cf837e53e0d4f78c9e4c4b6a8f4a7ca8b516349ea63cc726436e0d6fdbbc8b97302b1fcb8d3e877cccee504a7f80b150b52af9a06da2f46cb9f3b7e0403654d195defd228d078ea88bd21db7af41f06cb5489f67afbe39ff914cc412d4b04de8f4f63d77a63a55ae4bd7a5ae151f9044b5490fef48e7eeded6060efbd91fe6a0071f2664744d3613d714e7b3267fb9dbb562a1ec38ffcf5a06096b997bd93cd9854a9357a9c503c87e1e195cec9eac32b563c3e39ddf0a74ce03ae4a6d49214b33157c4dd231aaf5e06aa12bcc485ce8b56479f2d6f682f68671b19c457e0492df83211090dc3e276389ebaac273d974b5b35a2a4a0c5edd3b1636d4b31a7e9d4944d5ae2478c75001d5026941552d13b5bf945d863d9397a90d6a31955b576602ee2594bf3e7170f03cd58a1ecf0a85b5da13be1616b22913eca0cb5e5ec86325bfe65706ad100680a3cf6d9e92cd24b5e33a27624c2067dd7d644109bc2ca572d7e6f4b706db0c770e9d4b772fe13eb5ea13f2267aa96be1ca9c6a4db90cae553a7e6f87108de3d168a57db935ae5bb5ef3b171cc45266aaf1c98816ba137f1835e46b5feff7e66a040b5172e6aa51b5f556db27e9b4c564d14da0f5322a5ee4ba00e70ac971cd1b231ae489a965deb5fab2a28ad549c1547635b4dc84eb537938fb23b1bfe4477946e29dcc177f24b60a7260f316e85afdaf8d1870bf4787472ab60d720a99e80b3e7c06f5abe859b626941b573478a2b057e792aaa25a9c29b18e0dd49328611def16bf797b3bcbb632ac66e11db051982cc6f2d1e1d1122b3cb75c00195c2799e2ae9d09be1efdb63347d364cadfac5494f0b2f82aa7fa801ea7d21cc24a0ac35e44319ad46fb7b63de19d242831e6a6f98ec90ddb9617992ff90b7a689154e73ccdf0185d9298b66fd63a14783c5571f6504a8b7d5049a0cc495de81f119179206cc7480a70e1b68075da0ff721b034df92edc8dd6a46aa0a7af7e35c579ae2977cf3f772d31db68262cf92004506d61d30032b4637fccc9a0d963c212d3a5a5bafcf5a6ae4fdb6856d605fabbba6f5ef01f71c32cd5ddc22da7b2834ab307ba2d6a3c0eb8e01b6c3d87d0d711c3b3b1e2944cd166d5b088aff35adbc21da26e78d60a6b5b663b6e03e3f6028ddae3e4866fc3df05cc354a62d5d679e887298941e957b0418f1b6ff475be21aa0dcd178cbc64473b90275cda6fdfed1deb1c334455844b20636b70084dc974493ace1d3438f78de6251668972de3033895f4c418c5fdcc86701b732306d7af8130b001c80e37fb77b54282931d65a352d0850718d42f1e1b017d0d2964d8ab747783939648790f08c948fe4818a4e8efbe7351293abbd38fa27bf41e1b7d0b7764e748d766ab5f6a949c1fa3f162118f95c1a22f3bd34e1f3f68f3c05b534b77b7d8861d09112e13861ac113b5b1a262b0e3afd3357e7eba2853f0d79a418b7a2cf51ce809cceb7f3214c65d3e88ac373a9a445f86723e41a776ae774bf23b7a9a5b357a1e524255b977fa18336e5fa14d3e2c0506daa87b49c815c49a859b7b8d32a8bd2cc257662623c4a3c98af73fc6a071defdac4bad4b40f557ae4efb7c40e235a9e82d6f576a68a3abc2e4ed24dad56e6e8727a1d24c97df4398318b7ca15dcf73adf71d0439cbbaca03e2c0cd17c92e734f60c81c730467c3dad2eb7cbe132c790a515de7bcc45165b72c4145045117e5028101b5ec9de5c3e5d21b7d572e75e38c2a55a23751df01dbfef10600c9ded782b495bc83003d94e894db7df5b78e4562232c305fb46ea12af71e77fe2c30e87c3e21193f593f348c695b80334aaeda336230d304a9a3700f45b69f91cf572ef4211818db4aecee32d70b8079814f12aa969b2afc6ad31d5ee9b7b7f82d72848c82011d48ce64410ae9fb8202ff0fa91436c67f592394e7612841cba12dc444222d6eaec034108402580b8272b68e74cf1e291c6d6025e5eee2bbd2365b829c92ee6125cb551e4882282b8367a837f8ac07d5f06543478e6b0f46dfa8d61aac21fbd2345c9fc89a6cfefb83e7597dce1f45898243d7b082b63dca76c05f88f6f14d1e054ce272ef5978eb8458b93dece7fee5d01b3e1226629137cd86e0473fa12f64d8096646d18dacbb84fd13b76a657feae07876ce1e02b60e8086042fcdc5ccfe6266b126b8afde5b868ccd769db17efc0d471c585bff96d09a4dc778d627b4167bff9112f9af7c5b89873edc3a436d5492dd22d8d076d8c44085734c732c29f5695f37f39ca5891b8992dafe5fda5d6d481a1cac4fdc60b9eb15e818fa90f4cd2ed9547e4cd38e3b8add944433cc257f6c30546fc4eb5faa3421a8ab7208209147bf77957504a69b8b2bfc81a3c409c6bcf0be571fd1c7361852c6a4adb2116d077d9539ee5e105b8b5b7b9de99dc293d3d7f8029b1b8a965464bec78bf3a351603164439409305b8d8828a19cfa81727a63c4d8d74efa97624645d13230beca79b06fdbe84ebdfb8e30c585b6e4a9540d3f4ca7a76bb8e81541a303a74f0127bc15e213deead8eb8e3d506f9f12e603847d43f7cc0e623ff4388d53d1f9d88b2280fcb36d79b07b8f2816915758668224b175331a9aa8f8ffc5298accaf1aed9ef2b2fff3bfefdb8fb9d6959962e372fda58fde801cc4d379e7e5981942bc1d42f5c91ec31c5eeb905ea6ee77f58201a41b00d1dd0d286e0b5cc45e3f772cc42e8f6c813d08b67b925fabdee337fdcc5c7d7b3d845bc713d1c762cb7b69f56fd22b62fd643ea92b93d91b9cf0c38ce1ea11c7506e2845009de6bc5890b2ff34c9a414e33da29e4b9454343e4b93deb81f782d000b5077b80d7a7cb227d3ba5c10fe9bea18c9074b94fabc2dbf70ebe0b6d975fb792aa6a574780fa075c0bc6c91be1626f6ac048b95d78212bb73ebdd9dcf6d48e11b114e713c0fd7a9efabc34a64afe31d07e4ab985c71511394ba76dc1a1fbc11460a7171e9b76d88b5ec30e9347526601f1efb998f2dc26a4bd760f631944b480a04fba76917fc06351f85da5503d8ae31ff8b99cf4f6ed24614689abd76a46e4267c08755055e3a24d65470831e19ef8a3e2b9b3dbdfb901e3b202e5e362dba52109a4397ed5fc47679d6caff2aabea8f7c8b9ce9004de337c026fb53fcc445e61d14020e7b243974397f511b2d04e26d050b9ef53e774e269b2c77aa172b3e97baf166359a0a91f7fae4710e8b1cbc12a33b9f700b4c8877aa13d8642b0a396f86c33838a75409ac3bf63f7b48f31ca2c9fba1729df6129e771d9bc13ad71fec466e2f5e4be4c869bff31d9d14a857c6228ba237da95c4586d5bac2cabea4d5e31280977f01b9888a5581f98b4ce2269b85ba36a9a65c05593f2b6332249fab90cff2e7291836ea1dedbc382ae6c8b03a45ba400e7de6c97a5057453452fd046309c489f0ffdb936aefda942718c46e9a17ba4dfe7d39c9601cf11f415229f59292af7980a9c61824b12a5bf3d8c07cb6cbba56422669701355a620992e9704e2566993cb7474915df75c3b481419db4904ba64dd4470117092f85318ecf3f092b2c10c8173b04aa391c7a2961af243325dba689ae43fb3dd0111b1d6861f961d1b7e381b9ed96ca9c8aa342cc79e3ff0b4ba880f6c08ff6b4a17e399b833673e1e988216cbdab7c064477a66775343e53cbaa71f7602aed000ebe6660b197ba2e6383aa5db1a8505003941f4a9f8422da8baae5cb19f221406ee118b52b7cb4c0846cc7607c9a9c6a12dd72669a2a7f5f6bab5ff9006984eb14a8e8d29961fe1c5f173bcb62b0bc1a302e14efcf4106d96baddc37567ce688311322580e92ea167b89930b8faa6b94bcaf5b2823e16e28fbae49c47a3ff802e50404ae133749642a86bbcf784d3c3447c24831454f07309bafd24599a84b6159f6222d229f2aa487a8f64babad212e53cf79f1896ffd219bb239ee0a979615ca9daab3a4be88042a0cb3802c9d9636f3499da11d43e4796bb310f4aa360afc15aa7b7a9058e493db3f463420b156665b5c6b7438400ab02bb3232efa7c1b2144a6ea7f34d8601b0ec46a2c632f0b8c1bed178fc3c8ec68cbb362646b54c0d91ddff3c1a52ba23ecba9da34c64703de840664957f0589522bb4d4204de31d051776f5834120762131c78b18d12632940448ecba506b0ce6bbb61c5cbaf197c39592202f49488dd699d89a62ae9551d9af94c3c3627493eb7bb6296357005aa163cf565eb5aa17073b3d07dff5b8cc95921b0a49a8d6dc723bb65e7f66c70b7a6ce2e9078a9ba00a86d788f502f643b7354a6ad73a54db53dbb6aec25da309e6218efd94ef8745226798fad2eaa19fb7345a6a3ac241d6913bb6caf9e7bd379b8da2394cddc5d69d446c7c846e7334ad03dbc7b248da01bcbbb7f2f070cca1b38268883ef73e5336f8298bff4fc032c0adfb0f1bd6a98eb3cbb7f4248fe12403f922061b1e387c0e3d3fd8efff5d667adde6a25b20b61b9f3bb86ca592270a7d0ff03fde5d56b93b28462f3f17df1bbdfeb714284f4f98c7dbb9b2c3fd7f25d9abf9a2feb31fc7ba896a8890ff5d6c684da2feb3a51de1107bbaaaec776caf5ed3e727201297112e5416f1817e80d04cb3a3b28533e0b901cbbb419fb9042ad21560cc83552fe5f7f1c0442b5783c207c39c40827624c2a5ebbb9c3f7f75a040ab792925c04c8a9f116b3c47c04f2d0c96b5a893dbf992210bbef9443cafd286b2221eb99db037eb0359e33bfb4f10185fcd40d80cf9b244cbbf374bb2a31d733d770384184f17423dd0f86a83f5de1f04416779a9f035f7fbc0bbc58a77f5915356804106e2edf638516659b22c9d38cad099f841a53c9f6bc0f96c7dc3ac913e1fe76b442be69e9370c4acc37ce5d31a86bd26ba93147c2bc107f2c60127c5d24391fe660aa2cf40cfb770d3eaead2db157fbb9da372aebbc10e71b3c3a8b92676af63696a054067a3330c2381db05868e1b55e7e6dcf7ebc20d975d7b5b4de84b986c832328d9d92529d599f525034483991c24ffd7d58bc634050bc60f91c32d15fb0cd505605629642c8ad4911101f744aa0cc800c72bc7b4f18a773eef20db6f9eaaee99641a1cd33f3b3c7a2076a213887f8167dfdbc9bf90ea8be63d747f14adbcbb4a060926ed898b9559c92bc0a9af7023dacb1bca2f849b5bbaf04c86e7d27fe60439835d69a25fd7b0bb7419908fb9a2fd05ebcaee7728029b77072414a8d42078751ff0576c26570feeff729cc20ef529f99bcbd4e79bc8ac448bfb0ef792b338b4828485e8f9265bd4531f4946f1815f379bcdfd68c4846cff5d0f9593f0a198cd5fc7d0c56b5d684e9ad986e1bb6e972f4bcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2dbd022ae246e3d0153aae03a311c3853d7f4948277893e25c22c3d0271d91b33abd2a0e3b3ac8c7dd6a11bb6c18d433a03064807fe27363ee8aa900717c4b4602bd309a818c5f0771f9e5ad5973424ba562d6b762ae18f1281bb1375e3affc5cbbd328b640c6c40fc5748c5f1d677dd0099800977579c4b39989382a5168ad99dbd330c15432c77c5f592e8b357cc91c53eaab80a9b633669b753fa2182e0ba89bd591b38562372ab5182245b291587bc7aba6ec3a19c573bbfbb1857d1a0dda5bd60a196a757d441411af221736e3f52d376b6e098ba176df07d61e4781cd67bbd6f804af399e1a8b74ea53571e4da4badf586d45a5fcd0ee9a9561bcc238cedbd70dc57a3cd5d425337f78a6a88a059cb34f2636985b39641ed57bb5cce1dc0bd7e5996f5573489cd23610c30d33cf9677c2e4aa5f8ba445391f479b7e00061bdbf1b0f65bc02ae830bf7e6e3d4a647397ebd7273c86a4ad01b914f0ec6e808bdc27ddc13dcd51e35e19b650bff3317b9d90333c18e1f6d15687944e68c5128bdc4a4e004181e90675ecf4cd85c4616eb714122f2c7e4fdc31f921ec10840efbdd20e80c75b3b9e4ba86b713f42e68679c63a500d008807cb21978b45e1c390bdd223b61d91e44d4f7aab0bfe719a838e7e85edce9338e908b02cc4f58413b0bdd59fff19cc2fe4deb8906a215411888ea1b8abe34e54d8ada1d709d3e29318bde485ac2b2e53c95e519269cda60e9a26c316b71feade590758312294fd83ecbde78c1c49db082b7210cf7cd97f77d4cd1982135431613e303012036e696f05bdfa2bcb191a05f26f6f6005fc7966fa6ed179c33d431cd1cefad5aa383af7cebe07655a54a3871bd557cd30772058dc24e2712fc2a382318ebb8405bd531434be0cfb69d46a23ec44cf05eaa60318cb5d94d0551e75bafca45f880ec9284bc1be169c2d9184abffd2c7026eb4442840bd88ffb8ba26e98336de6fb95ae426b5be24c2c662d019b3a158e28e5c816d666b1b4ae397da93ad49c28de78aca42e1be28f02907b0262ea37d9112055fe66ace1768ae4628ae999cd6ab82e494f65dbe2a7c576a75fdc5742e211a663dce3e2fce27f1a6fc845e4f87956fa1acd345be3b1f3327dc08283fbef39f470f3e6367ca78aa5791caa1a7cc8d562def45eabe4172440378b1c1952b9ee82b60d56360a82f5ba6ce82ee2df9044aeb48da6ebe4f51179985fe86845ff72a877d19e3a31383b3dc8ca31e8e80fd0ee27cb910be51d091b60d712d4689e49df356c63006b4809a8840b61fb9a6e4951de2da1fbe54d986f9ec06d1ca0ade5a96951d7e1181a01af305972c6fc17bf5c0fe6c5bbe550fd6f8abb745a20258017d414a76b8641ab4bf031f3c17606561c0a8f7bcbe58bbec391224476fc6cf29e506cdd5b8723f81538e1fb41e942ad0388c71c2beac6daf297170f98decdff470174ac34e196e78681a891e61b1c43f20c3349abeb6e1f8bb46736659d83258370abc406b1c257c2fe540124a3a791bb6244c71beb872682975464031e3fe83e3a4f983cb9e966f94df413c02eee6fc5451e3c7bf0df93901344a62e4a920b372aa31f8f519dd4c4cac83028693d90ea31b6487bf16ee4f5e2cd852baf4a74ebe8f738d536eec2fc4a7a86f74b2f655f6a4affebf24445f7f91fd5021e38664004c70c24f6b0f37f54e6cfbb2d84c6e8d0a0171bf26783284e3b4dbe52ad46ebc3b597b9aedc07544577fdf5b8a9664ea67fd7bbf649c20ca42ef731bc8fbf96eb7fc82bd88390bbfad9369e7e3532a4c440745bf8124f98383fc417066ad966c5f3a5954dc5e2c4664ce948b50c10fdc67b645bf8198cc83561398c0a7ebedff0ff7a5f59a4050a18d38f8ed8253309a4ac8aabf8c92a8a822a4803e30df6d54be91e2b0cddeffd621e31a15d9eda118398f41bf9da5295a042f88d440a6b72a04048836f179ea52372c1be493a144c11be003bfa24608d91f666cf0aa7ea33023b446b6a9067912ae5779a9952414c1c0832dbfab840d6d967feee8d47d51cf341f257bcbe2b07b608322326e45dd2a56248bbfcab7d27818a1638b52594bb9a653bfab4db6b4874f2ddd7659a59b20cef07cbfd0fecf49c6805e1d17512e6119b2571928669b07cbbf62150a893b1f554210bfdec367f96ec2bd8ac245e39539c0be5b39ad7c3c432b7e0481eeb88154a194bfe6524245f7b4a0cf17fcd06e482ed15652332bd6bdbd666ac2117603849335bfecfb2b0569232269522c6b3271cf58bf3809d6a02c49743899afd282df59eebff2554e14ea2a823e46915ad092fd2dfa7a90b5b9cac109cc91b254fb67719cc012fc8cff92dca71247073829a14edc2ae8b989e0e8fc2a3031f08b470c1c39c02131f214dfe5c57dbe578c04ab46b0389dac7c8e5661ffd8f37056e21a32ecc02452394c9e89d616131247266d1b945bb6d38f70289a6624ca52cbce7a58d5c05a387484a7fe17cf38307056a20fdb8d673ce90aa2ad453a30116f3f02f225c09394daa163d6e04f885cdeb14469f0b9b8632c371c0c5b38834e111947733fc0a0e9d705ca159008ff1233a4cc559151667e872d5835dade0d4acb56e6dac7c0a32df088ab6325181623ef65701f9e7ec0d638cf9a5d6bce1064f7156e4f04c0a7e6451189c5a294a43798a83f3eb918bb41f2c932114e860f70f12475b3c4c0bbd6708a833659b8b860c88fbbcdfffe23b976f1199852eb30755eaefe2fcfc0bc02277e2c17b7e81d158fcadb7308134accfb248da4b7f2546c3e36d6483cc0c06f4205725bafe91db00f6ed7aca92ac2aa58a87ae2069122c3caa39b59c5c0cb5f10a3e094af3c9d87b304e28b277d0fa799cd4069c9c00358c0bca25e6bc0d75651c4fee03dcaa78b21cee0f9e1af05ecf41cb164807eb9018d2bcb4fdbc0eabdc569ed676921dfc7f8cc48c60a0a752b6f7da2d0af6e801e1d93c0b9a3c0ebb91198b95b801dc968449765179628afde9d051c66034fa45bcf119376a1c0f7a91e1ae6648ec7ef717c6a903f528e4e3e874141b87b7a3dce0b0074f7c5c0fa571b730961dd81fd69d5f969bf575b2f3b0cb48b711387507eeb53727c9ec0fa814cbeb9fc38c765df56401bcb359c0b9c9c20c3e85dc4fb9455b01b9e56c1314e6b99c0d48609a7334fca821f9dd1c205d984931df21719396bc78b4c5bc153b382382cdf5e2beebe5ce98fafdb22293e284ae3eacefb8b2cfdad65a2f0c168e83ddae19b551e97507ce7853fc537bfb2dad1547641325942bc5c0c5f8ac1868bb464d56101eaa5e58c219b22901693511f085950c2ef35361823ff0c2ac1ad4f79bdd4ac2cb09c739d328c0fe6ea98e178a77046f5179714542d6f12a2c1b00b107509aa5454ef3ef18526125787d86dbf5fee78cbd0983472fe6b8329c1c071ba7512dbeb9046a640496574cab0b74ba663356772a7b59e6bafd9bea0c1f3539664b6314453b299cbeb105a87dbf310940efc9608bd22bfb93a34e9b8c1fabf4b4c4a5f4a9a90d1fd413c0cff4486c684b1b1c82404ced52696806c53c20452a1ce73efcb4757b215d4c4978154dc1ff31a5ae2be0fd425b2c0b4ebaac2147511b9dd5fa8f748229d0116c8aea4efdf56167e09073087938a30ce6a9dc24862d0bd16912708f6600c942fde83027d58d333aa0aa0df447b7cc0b28709c251e4fd614b300f52623db5f4a8e2abd1b658efd7ae032c630a3569aa076ba2c268e261df8c35a9fad53e740c1d190710d98cb85e38154292725ae2a4605e90c28be33d31a27b4b0cd2f4c3099cac027e9ed8b831846022ec4c1b845c7c9b81c29677042e446b80a03cc0ff84e1206481afc37ff09efa7289a2144f6a0bf1b3c2bcb7aaa4da831c28e98fc5fdb02915237db58c9e0b0447f96c1b05b04a7629c2bf3cce147efccdb07a75f968082c79719d70e568d3c1bd4f334128e60e0159c2fe298a73e2b3304a2faeb840d928724f8d7c2041ae8f3e6dbfa82f5b0f8ccdc303e02a6e425ffb52472db7595882ce0b112fc28a948e5a9f4beeb971d43013c305d02485d148c287a2dbcadd5d706f3d2773f8fe10ca5826cd8b4588d33b1ac317e225a2902ac76ab566852fc66915ac3e873bf50906e05ab8f301bf00a1bec32a0673880ab63729f9fe5d566c5e42c3f1fc06973ee6e61deeacfe079ca18ec32d05ca744093805e7e12bfab07d70657e12de6f04f263423c3687be0496cf2c331f840976c68161262f9a2ae5437612bafc4c4d67924bdfd5bcae3ab37b4b7c342a4376bcdbe339eb5921c4bb3be167fcb6400d62e65c08bbd5e374141dfe2c3522644fa476d311365459aeabf3ac3a2edf5a985a17f1573aeea0e6c94ccefc35cc74bc78aad9cc16deed6620099568004d939362004b89727bc3fd06e488bc389c576d9d2ce0c02fe701a819ddfbe80ada956e1fa82db885a36f16aac6a80c38b12e3b14825a6ff66a656149f120fd697b7f4114d5eb4c5ff5e34cc1ab0a3c39dcf05cedb9574137d83877901254a6ee284e6ed3cf1867ef6851aad0b6ae9c3a6671fb3bd0cc46d1470285fc2594eb38c6a82733e9afeb6a6c24507531469c3b222e68fdb0cd383c68b08bbe4dd0b97540c5ef4de82a887a4b5ff77fb2094c3ce14f05d4504d4ab9de8bd0899e22edf4606053d7c02b2cdf2c0f1d5d6dee0c3fded9501563f0de51b268ff3b2dacc451548447560a4469f32a63ccb220668c408ccd7d6adfabf80b2d1d64b80c3261b5273c466694b24f863f394974e1a68c40939ffd2ad92b664d08856bef76fdf04a163a23851a79a1231452fca3da519c40d58a0a6dd8309685ed6132ff757085816676a5540da3625b19b1830490df7c419e2bcdb44346536837f53f0136f3552e90b5a668ddeb1eed20b3cc5b876c6c420c130a0b8a1932121f219d7f54ec7e692d6a2c6bd4b723ddf29340c83751ec42b7612874490f6b73ed6dc6d007fd9fc8b8ab3d26129c8e43774328acdab41c43aaef5a91ed1e4f0c1871618794cc2aa25160b58dc9abf6c5944baf88ed37dc43b378f73ccbbc6aafb8db11584f4b23ffdf01bb1a3ecd6c3ad73cda93544ccc44c2051f9a60a2876c679d7659deeda72093673cd7fd9ff3551a18d5a5f5e6dc45dae236b6e6e170da8a6d9c4f129d6311210ad3aa80de978c5f9bf671c09e0c46ca821f7acd89c84531af1a9bb632f242e4245bd6b275a4679f67cff41baa1c476035055490345414c60aca04c5ff9e1322cf54d74d611296fe1662ec87a25c493a9152eff702169683038b9cc6ee664da374dfb6cfe9bf2540be752a019dfc4951886cd7827aa757e7a8a82a8ad1485a2657cba5c45e8c476d332721eb7f2c49cd076203793a2678b6955f765deab74c8bea421cd933c41df61161c894f67c49e8cc791e38f4b5d1203515ff6728a6fd0d8e89e581b01cfb32efada6fd412c4c8e141ccb30df7cceed9d90c5d79a0ebc57e13315d09064c28705fc7c77fbcc4e45d8d10a0705eb403868b38c8d7634c89d399ae6e90f5e55285cd009f5212c4e504dc1a220714d4f60d2068f7e07a1aaa45a39253296e6e054d52128c0b61c50b181a0470114b333d5623656ae069d74e3c92561ffc8f90c05dc0b61a981ec51272b694011d3f12cac95f7d838a397ab901d09d11c1d2db6669b7119560e2c52e3dffbb6d981aa8c5086c12e1613c638647429e90c3082224a796a4e2298ec53814a4c61b245796e42a2a8466e8b153032f892c48f3e36b1e215d1a6a7106c542e06ce38d02fa12b9c0b0477525f63f6e63d6f266640b9576e4b6dfeae464c54742960477db08abd5694aba4fe0d707a85aec408d9e2dbd120f2eb31b71f2c548d878371da9a9fbaea1840007c43baf340095de1c1add6fd65244ad95021ac54ab5cfc97622aa1f28708aadb7cd7b76833bf766cb8b20f62655751fd6758fc555ff5e162464cc60e3b712cff38c768cee37ee6645147252c72dfc1f79c2d0c556df2a894c67aec5624af984ea7881c8df2e6730561bec83bb5a657357546dc55eb222be8251bbd19c4728cda2db0465b24bfc405ea62831f0d65d21a0275cc57399bf724baa53dbe1e8d02341802f5cc20b0aa1f3cd1a008a637c66fd66c1c59b8f3c3daa21d32d7557ef3dab540400f963a5e18492cb466094b106d71cb9c5a6124f15adb40df8c31db91ca22bbe00bd9041f60a4e0e38f8f8b68c350e70c5c2a0428c62f77456563acfa8103c0c28f413ee798cc46b5ebc836d1dbc3cfcc5c6eca665190b95e9361d8061016df7d4ae9ceee41f8ffa52254d313b96a40bc5d1e8817a8f449d6b3136a7e288830da0421558d19a98a77ab079a1f5de97ffc5ef4074862130a625e4da2f813ba42b8f28dd80ef741a16149555f429fcb29dc5f18ae174e4ffce092d7fb206a6625bed293eb0d71a0dbed01267f302ac360fc5fadadfb75c9171c5f72d7727c54842e0f64bf9743939db4a6dcee6fc7c7112c61848830aa92077321e382bddc36ca072ae9fb66feb5040fc733e4c11d77ba2c63460f444d005d34defbcc8e7d2eab5e56f9cb061e259c3e36df9807974bac9c6502a19f4c10a44d5b330194117410ab76bb47a7d04d10c2ae78224fc036386c653d1294b0f78588001ae31028fd9ffd8d7d3bca9a2c5cbc90edd13137ec1f0c662c0fcd3dda5ffcf39bd7710451803450b3383b2ccc97c3a47e4a6752c7617c66cc8be6cc1997464b1a29341b13466e81996c2c1404812d916f2d16558719fc6811a046425a00ad8f65bd14b6eae8e3012c1f3d62107f296f58d265eb6d870c6842bf895dfdc6e89540013b995ec6f3c0e065c3fb3d55f2e2c02b94fd39455c6906642cce48d8e8de0b108c2c643f6dd3c5abe783087cdd9cfe8ad831d191dc69cbeeeb4352dc05a64abc2936e33ca49d7dccd100d43accf1a0248f9fc6341c6a89e66137dfbb8c00f3e5e7afb540fab52734579f8bbba3a0bdf76c0ca8b38c6af973ce58431b6b4d6b38af0832d8550df6640880ba747ca0d47e08db57908c6b42ed71f20675dac4a7ab68395609299d815bda5ad244cf38d1d4b66913cd1c6b4736608e70b4f9643d47c7585cc743d29f3b4fcab6b252005a4596194407fc6ba131a34821f5fee39156c52061de2d46b559baf6b0d502737b8c12f5ee206c6d3c5b374d1465ccc0d803fb6e676c303d1f45743596e95710c43ddff7d387cc6e1814dd35ca1933c645eef22c4859239de95844186a4c2844e89c4941e0cf9c6e6aaf29c9ca0e95c62e65ae1915faf75a243b92c504931e05b00e50532895fc6e8b348391f197a6ea9449e11a809b9b79572595b9cb8e1d6223fa12213c45ac704ff8a63f1a6b1afb0679c0ddc7e1220f290d2c79056dae183353fc842d404c72024fd6911316107ee3001455106e861519b87bee293dd32a49a46d05c3e30c72fe12e85800a778ac7279489084f2d5c6d6f037d252d93a81500ef8ea57bbac74097a3c10a887be9de09dd92dbe912f5ade5532fc72d3652c6d38ae8d800b7c7590a11e797acf319997d4bb48dc5c0f182c7c2b3f65a3fac0741e2922c1aa9c759e1ea19756da5dacbde3c736c4dc661507f4c2f01e9ab021b2b76997764e4c78153d47ae9d451cd635cec4e96f5f3a705e4e67e28665a46c44aee917e0a3cc7948a59f04dd967452bde0355e45890db3537b74845b4a66874c936a2ee738ec7a3ba40783fe3d00e4cfbb74865df78baddb814719218ba2ad50eba848d04b8c7c716612e82fd0e04644e47f7eda66b4e0fd79aed0f50f5279368483e5bd2b0c7d1c25b67a4a42de9c264fbad04392309873335b67ba2f1a2beea47677bd874c7dff6c13cefb90f181d7991530edd80f9e03c9fb3864ecfe72129f17606d2d1c7eac4a26d25d151489a791200d6720e7c7db4448bccdcf47b4a79335718363bc7eca7f858f90bb35e18d4277f8050af317cd18038267f64e0c405964bd15dc7c8120992d2c5e4a907c0453476f3f7fad7dbac848a803e17742667060b05e26bc8228a17bace0da52b1cb4edbb6655bacab034d87859b92a52c4de6cbcd5a37ac855aa63c0eb0a101b35b84b99998d9180e9c8b7b7bbbb38345d24cb30546031c86ff446fbc5229718af26d4223920aa17dcc428ec9ced7ace7f26cee590ccb1c881750bc3d2c6a7e5c6e79edb63eee1f3af75d46a8516cdd3841d6cedfb74f3c8836fee0b67950bb418825192971f84d1edfd66e5f9dff0ec45f1b8172d66e3c8888f108414d849799d005d51c8e1bca3a4de2899edaefffcefcdb213f1131fc8b3ad17b028e05e7a71707dd9b381b73fe8897b2e92f2bc86d59947c7f17080c8b5309412959038d0c85339ba4d5cd431d6b46e83e19ea0c12f067bb30c8634c8bb499fdfc594bb71d264c29cdc3cda506cd96dfcec2c392f2c8606493b3f25c8c0fbbd795b2e195d5f7abad5615a25db55f22444572dea7bcefc7d3b12b979c8c12aa430d59b73d33a4017d226a14f0aced16f76239ecfbd1630ddc5442391c8c923b2e2617ec21737d4ba174d89f1dea72f0c3c5db9c3e74674e3cdd68f1cc9221dc94f6033b1e891f1f276546ccbefce8e19a7c28b0d471098de57abf536c92c03aece835fa49d9a9c7b05061fe22a824f1f2545bb8310fb484c0d6af24dc944d19d9fc362b353465c9e7601a9b60b116c15251c8d27cf1ecdb05e19b333c9459f3eeb8ffacb91a7c10259c3c08d2c58f1f39ee49a526b0fa1f5f83298fac9514ce94f9404a2c0ed0e9250a0bb0ef7afa328e7fb93f0e86d9fcf7c3970bcc959cb7563a8823f2ddae2fc7ffeccc9c646edbdc0d93d4471f7b84a6b19669fc9a2fac23a3a7f4b9071eea9b389e9a63389fa9f8f35c6460bfb70754010fff8c9ae616d860280c899a7409544018cb26da450d812e50c8f94f3ff4a8b15eba2c9af096a5b49597cd4b2ec089daa629158248d6eb0b485473e8e82b2c94c4903c9b4df813130527a8d138d08cab5b01d86671adf81d49137a484f9c8b2d3fbe0ca01aa25e19ccb425d67eb22602e45c97fa271a792b21de7aad7e02d43b7ced6ca16da399afaff0b367120eb843c52865f89c10a82594262d6f1ebc45322b942ca2d2b471be351d7028f4acd32b2d9d97e736e6de0aa312b7566c127734f647fca4ef0746b90bdab395e7bac1cadfd73782a58e0ae0a8a97df62b67382a2e9b7ca51dd681a1df7503ff4d24cb7b1b079a738fadf26893efbda49aca6422b8361ca7771cb8fef8c5c851616ca4e5d3b4c3f7313426973edd81583f2f3ef28dc80ca7a48fabb4f88b13faa15d1dbb7ac821747d8dba0d499d13e5aff93099c7eeaca7f83c4e3fd79d2672dd2e98c477976bb6debff22e59447422669be37117111caa599b676329ccb5a87f9c07d4b5f02b309de6ab8d1e649996c30943917c252cab17e6fa9e3153200933f5390a956143dabadf7a8085acce60b07c1df7391f1cac64c4d0e6bfeb73b50c9684a4b7b922be266890630d67cb023bd9b38953a6bcadfe9c5fd20f90cf2dfaa4747df3068f889c164e272e98e84850a6ca7106adfcae37321a590ce7ee9f842cd144f6cda3b690303ef4b653fa83e5650ae6241aacae57f79eda22bdad54c2f53a9d58c028b242ef6626eeb65148d1fcd9e42aa15caee827812d94dbb9667f2e0fe46d168e457f58fdb7e645cd331c961d90a05a7caf4547040e6c2c7980e76447a7cb63345369245f0b8096af69d5cc450b9b628cb0367df18da43fc8e3fe00723ccd3242febf104aa540787a4abe8417de5fb5ccb134455da16b95e98b18a8e5ce6a2db6defc51824ffb7496fa22ae1babe5600cb21eb5b85209aff23e0d9de87b42a1aab6d68f8bfa570bb833614af6f021603cb322699f45c2bdcfec800503c49594d2011a676af9e220ff3a109b8aaaa8f58cb38cd64883923d75acbd19d6fcff3080a54a423ff8c74ff8bc63972643737becb3ab2bfd8232194bab51c5d36ee9086a349b43033fb97c7d1d1b58e86215259cb3d7ed78a750c28ee2ca3b70dba44b9ed6a54e6cefb4f13ae8b0c957e22d94ccb42557818a3d8c46c725877b663aceb013c9dc07a210a9262ef4ff0a6081db9cb70c1bf4c331d3570445e38c14458898cda237107d6bbeaabde27f96683ead9cb7ff1e32e4e21a2ad713f4da386cb2ac65dd9e12d90a32079332c345039c695cb8a932528bdbdbab3d47cd307e29ba9b59cdadd767100bde57dc9eaed5c6c6ecba0398f91d5fd488a189cc7b180556890b84c674ec47b043157289677a30adbcbba43a1fbc18416fc5cd53d957670b0ac4fc357f3a0298715eb5beed0a14d86cbc5cde732eade539819ad01e90108dd537b197a62bd191efe2d1918efcda8a4cbd3345d3fa55e446b3d339a21a95a3d09a91cffd06bc4f142c2a7b4abc3e9cdcbd52a0250b2a279582625be3056f5fa0cc9dafe12a29d3e00d9561bfb0b4b4ecbf4224b5001b4b84b852f2ba1dd1b88ab5224f966dff6210feb9d813e9fc937cbf44d69e913d8ec5f8222aa34868add0903bbbb0c5a67c8fe03ae8a83d12261cbf47868227f91828c92271d4df7691ef835e1354c88ded2c6d92983eaac5c65cbfb8c56411ecee59aca19e1feed3705949dc4f8a972640bc5c66dcac4b66265cc05fa54bc11a9bbd3132c038cf7ee97574d7a0528b2bec73dc78c1109df3c1ecc35089de52f9f2350850f4ea067d77a1ab426b014058ca6c678bd8aad3f3439cc3c63270f89633a790f1d34ce4f196738c4b246e847000ad614a31c5a377cf6cc4171fa2b534f0dce7acc7e28c766c659b2eae061cfceb9fda30f793d410da1cc609c955dc6a28d2056c75da684d7292396fb07c21664d94f8c588131b6a472cc65150654386b932cc10b18170397599ee0c1685cc090ba63b515fa594eb59bcc695437760131a7587e4aa2a9a313b4e983f5f7a813ea3d5f5b69840d694ae9cc71accd6f32e603d28b658c7da4b1d958746f7c8d7a4a8148e39fdeb09ee63ecc869046c3b1c3058423160d6234c138ee1ce64c95499fdbb507a93fe132997dcc8ea031870f429be81753def8ee6260131b3b00263a5475f025b0665eda8135cc933e2d50632f7391720774e6a729acd0784b3ef26c240c2ca51ab1b4f81c9fcc9ad7e751d500120375fb344a3437b2c13aff2252172c36b4b5ce005c04bc96cca88674039eab855827d74adcb381da6169f30c15f86dbce93e234d8865d6c8ccb5f2b6200ea3b189dd2acc6f32d264bb91be2a5f369c1da4f8630a7a70ccf8ccd171c04adeb1b3af652058edbeac7b7e126ba4bf0061d69239a2ef187041b6ccdb26bf619ed1264af95fccdaca07224f8a5461ce0ab99ead53f1ddc801f82eccddc6131e37c49dae58feeab902e8606a0aa517661df6ca7d8244e5134572bdccf146a0fefda44aef3fbe0143c1f68d16cb0b4ed0a2b472c937ded465a74190ccf4566ba507c2835d3bfb1b59d01613bf45e499a1126d3610255c823364659ccd0aac758a384bb038425408d7492906969bdb570b27f796c0848eb37caa1c3dcd1dab5d6d38c58994ad6e2d60a6751996268a74caeedf9ca2e21f89c353e175cd1e129dbc6a32806b70e657ec0c1936978f057f177b30400a2d93a4a5b57439cd24b72dcf05567254c2735918dda5ac172f07f7d8e588680f29f0a360f436b9cd330ae700664206796a90ad5a6984db0ab0469fd8ba8fd8de00d62007c2b523cd37d8660f84a29cead4f86843170e615422d1915e3e328496b45e7e22b98c2dcd49102d01112e97a7bc0d925104312a1361e4161cf70901442e8e8536ac8eddcd4f47d40a1d137081cc516ac1d7059138f42e717d5004e6d29da9cb4a3a6851cd797981665c75f1a6e18d3a14f4d136366b3cbf5256383a78eaca14cbc891c5cd887b672d18bf5a7db38ffc5e303a917ea6c91e2bc3123e89785b1490a8c750cda89ceb9738e051f2ccef5ce4f9d0664d01ad9d4ad6fd92f501febea6919da1cdc34aaa38be9a479a96229ce78d838e4e2f36e5ca6a96295256f139a6a720cbcdca1b794ff3f1527682db6e58c433a70e6625307938787baf4e6f1dd93a4b06cdd1b097a5792bee21b7319ab18cee4586e6e5c380ed27bcbfce55a804a1ca8fcde0de20254978bc9ebd8460bff9bbb292d14c62f0c99adc5b5f4925ae7fa8accde41bd7c7866d5f897c534cac0195bc81a0689f61d112270a11b9d00928d31acdf522665fc5695cb59b83c2473d58b631b1e5bc2135bb34c256d0103f67f7d0ce21d9a9f6219d1e5f2382fb7ffc2a0cc7159301b3dae70cb642093aa5fd925fce24d4ccbbb07bcf9be0caee89405d98d38ec1539fc64300d4e033e90578978cce47b2f7585dd7b86a25a2ab3d0b2512fbef3cdb49d180e76856387157a30b8bce531d019ca7d8e81a4ebddf7c1420228868656b953e74be3353ff906d2a33aace5ef165ae397c2355eaab36554fb51fb512bcf10ffe5462bee0ec6fa1a57e15ce73c52fdce2f18b2e79b14e2b34025b781d56bc9835b72b449422a09e477b5cce752d9054c6a90bba06c5d85c905817db69b7858805fdc17bde2021073729f7ce7b64a33253d8f5a1aca5b8677a66c49e0cf3044d4afa19b14b4b593108e3a2ce875e7f0ac4629782713c766078b6e4a34ba4a3c15a97578ecf3eb04777d6d5ce8e8d02c675e6dc4cd225e700fd89ec93fb83c1cacdefb108cf4d1730fb4018ce95bf054ed03af939c9ff52af1f7db335555c9ffb5f83855e7f730ac87cfacece97a1f9298c6e53265b7b542e80b73659e3ee692a15af48af0cf3f3b3e7595fcea8059a34fb02974fbfa66f8484acb7615204cbafa7ab5e90074e726b2f35e2cead774a1f2ed6b9a187d28872efb216fae17ed1f313773d349f6ad8ccc8d390ceae4f9c864f19aeec79839dc27f234da8ab50ec75e6621b54322e74dd89d9b0ceaedeb846af1a67a85402a0b091cbef05e469c8058630629df277f469f1b814cedab79d7b85bc9ebdc2d630451eff15d6ce9606d7b840f3ac4b78cfe9208d3acedf07494c99c7ed05199f00c69a9b1b9f7c8443fe96d409264d36e922453b11cefa1407e2b2159e69ab60a86e37cc28fc127de5ac08fa39822f1bf82354983fcf03440550bf5860fe64a1d382aef3e37cdad19b3ac292440c9833e3431ec553cf206489f360f2af9e2b1b349a591cea3b591e0caec68f5a8d5a74f5f0237d11cf438c6b6c5393b474c355612236f46b484485a2a2558ab7784b55b63e359bc5cf4acaa7eab72d8e904c8745bb127b025f4583b9f100a709faa9521e42a57deacf4ec51973ae45900243038b25cece27f5db93df9f5266a53f920d888fc4cdc0cf55b86e6588d0f99322179f348888d8000e43702fe035e9fbcc1efd167f7cf9cf5840e3baaafffb6770fc2ea78d1b05b6130ac0355fe35571daa0733f4b338ccf5ef16bc7a721f000debc07064ccddebd0d019162958fd5a3e71202ddad2c16cf6c99020175dd9a1eb7e0c53e05ca2db43a84895b42c7937c2aef4396c7a340cf8738d91b3721d2da22a0280ce552cf8b8296320d1a61ad44448c137b856fe0cf8c9e3d5f7db32b7ef219e6bde8c0ce2808c89e65a4ec817672435b6de24b1ccfcfb89bf624fdb8e261ce19078e3551bfb9c3d663b80c9be389566a76856064cfe8c81c901f8cf76d6d8459b302d7c0512c7cbc063ab44b92ca92ba25a5444cd023cafc62e514b4585762ba060c70fa3fb2cdff0aa95111b80e4078cb4863ebd0280b16ef10588b2ed9477ff9aac7b55e4bf5a1fa2c3807b2aea8fad9623270d02a1c58c84f4cebde61132fa3f6d5e88f10f67bd8926199b7776e0a9797794cd049e0460fb3de297c23a2b5f303709ab1538a9352834e625417ff977f690773d06dacf354b6c34a7b2941ef6fcec80b906ece3b0b0e8c39b525b8fc6e5b3adad06df68bb5fa74d8fbd6c96f67e6387f37dd50c776c95a3acd4546a1bcfac24dd0732c96b6bee6c1ec36e415c74c622192051847334a765e354bca6047131243d08ec84ccd585dbd276baad241fb6d945d8db7be9b1e084a37e7bd4d149442a9d094876c570c68913c53a73de5aa5cf9223001a080694399444dd2de711aaf17d099a09242f6fd7a1ae31c956b201d56dc18daf277a81b6eafe1f39d6c290decd09c54b190d181461143296b7c9ac657b38d6a83c14ec6c9a95a5da00c2f657bd0b215655ebdb2b74b8d0d9f73a03b0e5305f66589442be35663bef22c2fd44ed0be1c06913bec639d00d78435732b9c7b837591a53794fab75e939d07ec148ad0e594dfad6b461415830212352d6ecd21ed0e7817607f4f6bb48c730be38c1ed0ee753d4a2498a075099ab038e2f6d44002e55a7860def7819923de298e2b97d0ee997018ad6fe1508acba4049d687ae5c2c759f7915b7c60fde03b5db7a2d5d0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690add0f740e6250c5487c4b7ec7836d2928d4fa3d384bf399dc48492fca0392e7a38d0fab9e18bc158cb963c52b26811ca23494ae782e12a2054e471aab200743ca4d102629f434b1637116ab9429c59ed430802c46e91c2bbc9ccb92942231b29f6d10a40cb7de36ea6c70346afc9ce3edb6b37582aa2fa7665d37b0e7d620591a1d11edfdbd349a8c6f18d15075030ceb9146f2dc2f8af84186ac20215c5f2431cd12dfba6d1e6570707b9d5424275b484daee9e73d9bf0923678dff32ad26ba2ad13ccdd49e8cb031c9fa56e23d0ca6af0ef41528848ca6b4735388fa6c02892ed142e52b75805ceddba7e315832d3bed2d52381d6bf070068ea73443f70e3911d152574acca1661c2b56f7bf550ecde46dfad2396a8cd44ff8a74486aa1fd4edd17a71e894b789b41f039e028387f299671f830dd392158f644be4f9f43a1044d1acde07bc2e12e141a818bc8ec35184b81725383b2bc35b7da9109c32004f8ad1c2c10a0e71626db07e092bbead17e99ec26ab944c9c5a7a4c9bdb2d535b668d1cbab061a78140324d277427c39e257a938a2a367046ba338590f6c6afc6f99d20a60ca0d2425eb654716051ab03885096362c204b9236b20bf7568285ce546d223836a18d4c6f3570b37e4ee22d765ca4bb443f3c164739218320e52892759d22eb71ec4918f331ecdfe458cde39443ede099b9d2ea8dd0132982c9f07211bd240257dbf31697db82eb96bd69b9005fc6be1086770dd9162109bc412793990d259cc538d821b1bdefd5b9c77006d3048dd2bc2c7d90d718b8e28cf32f73dc2d25df88a24c9867083fdcee34c6447df6132be78b1dc7e0865ec0b5f5ad610e7d26108183593a79aabd7ecd00faaf8dab92de1a57b90f8e998558e04b4566448d272b016cf01568e94282da15789df2351eea88af93f6047f77547707e6e9d2dd293446a016b93c2ff8068878281a2f0bc8829856678b3771cffeacbea4c51bbd2939673618c22c46f3fe186fbfed0a9a3aef8bb988a63390443a710871285f6d2a782d83120382ce3a95ea513328aea9a79d615074998d5045b7505288117a1d2c351a8a0932daf791b6a990cd624696591d959697b70070fd8f812b9925c97d2c538cff6e6daaa0cc6662ee72446bcf54c3677669e6a5cbd6918d34106786bd2d173b774fc847ea4dbd5fed46ea708c2a25efd32aae0b999a06614b7c45629d2e0ca8d2a5e441b2e6fc2e1e41752ed7c44e3394fb295345b9e4a83bfb2c1b0d30922ad3cebf2cac69db6871c118b8a32bb11ee2c2aa535b5f770da47a1da1ed33be21706f98b7732815e93eda5f066ebdb049feb0735b9b840d5a7cd33823dd345a13f82873aedc37a4dec248ad6ee71b765c6ad62806132b34521740364acd35e1ce7d76a6a17eb2912529f4278ba424c87a12086180c3d49d23545d6391dd3676a22586bc0821191158cbb9210b073e9c50ede0926e55119e9013d491f8ad36af24587184ece378e050a3b52f9ae7d6c0bb8fe7066569662896db4bc0889d36dc2ff68ee635cb54ab8c3d7f67e399148ed4abfa6245ba8abc0785bccd69dd37ec86d2f7f0ee6edfbc8b68d94fc3edfc5a9542e29962c6cb63b3bac1e6f5bd386dc1708cb89448c679a750e0ac40ce259322ee50e8743307fc38e4d1bde28d38b3b7364824fb8f42668da6743163096bbb6877521ce5b038d052bd4000ffdd39e2ad8b3caea6a458a57a73be9ded9e43e243af3bfcc883464c151052b614ad3a82bb1030e607173957b39bfac844f46929cb00c78a5764e6d738219f17bead3aec1c2be8a26babcc16a00d07618ab53a0b7e281c0fafb90ccec147c2ee56bd3b7c486937be7babf6dc32d612e0b4796e4a2c74231abff6e1797b7c9d73a73d3b883d8133997411621f0e0d63dc60fc091d7ba851461ea09f281e44cca503ad3cdd49cb4edf7e9ccb63a77796a9c3dbaa1fcd295add6c4ab3678f6bdbc79ced3f753cc02c5029e9c795b1439c8f8171ee5a06c3ae85a3dd6170ecd0ee6f31bd4123f56a4ba0bc73254253cce8bccaad2c2d1acbd1d4ab1dac092d962912b95d42f3f42cbd53c5ccf7c38e857290017c66a7cb7b20516b62809cb79bc7a03f2d436a795331633577106b627a7d50378ac3060a143e6f50241f05727ae3edda9d441cc192482ac739486f90338bfb7f4e80c2a77fa2c0c11bbb6fb1ff95e0e34d44b82f1e1952277aa2d0043d2ff985621f4fd8e2933c605a78d55d5a779e252d49c497c790f270edbdafff1052076e464f1f4a7c58c0c23decfae067499e805d4a5e5ae82b34513a18c4f31f8223aa90e39b9a128f15451b2e6228a4d34251fd4c1e9f42672924fd066415bc8b234aac98fdd9071557d52e022afb5b3e6c147d4c784c6f8e94cb60567072ba10076ce51f204a71d763108b09311521932dfa1d4cf2fc694d97e97cf9e2dbc5cd820aa1a1ffbad40473ee2d8de75e81cf47989d4eecb6178b3f26e60f9a566e3773fd51b36797d3e0cd2dc6d0a4dd7e696c852d50dd0cba2ca08de1aa2d54e9174efba419c4698410dcc7cd6173fa4d3d3fcabd516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052add51a56cbf2791faf186660997f5491de1cb001d1c398601087f1a19acd73065bd51d7c9c43cec80f49fb086dc579753e6a84a98a8099c722a665fb1e5b38250ed51e1a0dfac81316dbcee4cba4820d4e7ddf5297d46de3441c3cd56be59efc19d531a88f0a93f91725be44cd7b52d3a2009b4d8f2b1fdace32d4d3a21380cce6d53b0edf0db44dca044086c96aa5f99863a3332eb75214c3321e1ca09f91022dd54f655a7d7bae8bc72037a0744252230dbfb80a3066935f60dbbd7ff0cec001d55cc9080af07f7d28936ec8619f1bafee77d743f0398b2d41969a4951458444d55eb3596c32ffa8d94a6acb66012233b9977a57a3013059aeef507be70b947bd579840206547a778316796a13866d0b80d4cbac8027e4efa866f1e4da9a4715d57ffcc492f5d703474e1edb327f92f52a18ed9c526d5711467e846d4b24518ad58e31f8e718a8cf6d2e4a4d5c6bd80e0b5615be3f31205b60753e00212cbbb9d595bff0acca3ead021d6f1bfc2afdaee5202c5f774599a099138e5d49605b33d596e972c20daca7470fff56704747a214d7dd8a5833eddff88f809bc0d80b3bd59cf8ba19e33549cb868316cff033d5a74b036e4c6d5c55ee6bda4ad8b56c4cd5a687609841bb5e7bb7d3e342bbff62830d4ec60f1c1ca68b808f861adfc9c5d5d3388d9359645e865e9e75a559e7712c631d248dbd3a2428a759d67ab82f67d5e54aac3e23f30af12237a8f1ef1360298a77bfde078f0531aa302ec15e528fd5f77f6215c7e286f610b1eab49a66ddd58e1dc852530d80f10847f134e5e787d61b28afb921fa4f582a8ce408f6f98afda40fd2379241a9f26cb1228b08c9c7d6268ec01261703666b14b29b95e6fa9e781901b4f7391023cab97c8ea4136c2d633e6410cdfaf86251d775ace352d44dcdabc0108e9eee90240dec0c297b0d7d64a8919539b5c3c9143de8fd03d7327570f49261a8b1828fed0f07661546f0fd64fe12c0d790c22b6c6ba486febf553ad76ea5009be8d534b18cc778b6370add655f42528dc6ce166557d07e2ade6e714f1b868f97032d9ff2b6e44cbcaad03d686e3760842c791641d58200fb1e73166ad76481eac0e8ecd79ce29f1ab6cc9d69a89d9c48333cd92800dce9dc4b9841ba9f0eee80792544ef433c05f2a982ed69e1712eaa326fa75d7729eccf6817cf4d1d669062b510bad60c5b84d31af55d6a02996f8a9ed9638d6f418176cb0f7182f5ae0a452f63db25970850bab19fdd6dd4f96af3249fbd1753e26cbb7c0a07f99e875f25511b5cec49683abea197bd6e6b07860cb20267b033bab07d975ced5a2b52ec0e7f7a28d58f9a876dc618bd71dae91a76b646f17105c95a4e6c9ed6fe8a9f97e2879d8266ad7cdc2467fa6d71e83d225ac40a449a1b58c28aa2e23969335555bd68b444240f685697e3194d72737c3968ff08e000ff15794c0c6326a97f1ccffca99faea84d4d17b6080fcd730315d21d6a50ad2630b8d332acfd3f36156d6860865b6c697d3c808d49fd5d73952edec4f16740dce435fded7f9a7dc346301d81e7affa85386dee273d354d7410f718663dab7bfc2923539ab61fd4ff60e14f9ebd284ea3fa77415821cfcd74d298650ad489fd9b9c51b9c6bcf8e25083766882bc824da2ebada7ed39bdbd74d786b76840d6ed9739f199e5d25ae1c1794b3b0cc81ffa154acc489d2a9aad75ec57bf0c68edd7511eed7f1edd0ff92ba93ce6a2d037b56a13d4fcd5c9deed76454355e132b97f4df7f82602ca615c23cdceb5714d8884e8f6c9b53dd13cdd76ab19dd207d53f8d3f661f151b263aa673eb5b23b5520f4473b3a53bca8569d76c6258871292192ed32dac742fabba79a09bd36b4fd587c77c7b57398dbf15d76d644a4e52e96a9ced383f7c9bc448218973d19269127b4f5436f2a8d0ebb5d77b7a193498388830f8106f67339c78d7e046b18752f2fd08c72e83e83a2b80d7b0c91ba71c26e484871507fb9032ebc7d0430e0f2e8c61ba89654530e72c39d7d4275a5335809b87ef3488a19d475babbb5c65bf807d2a3c16ea7c4c3bf77ad7da1778d5d6787f3f26dbf857468fe866ad3de8e31c78e93bd2b8992e754c1dd7f49ab7291dd49c329ffb64c7cf4c7bf980e51f300b80ce33ca35bebd599221d81f550a68715cafae4402de47db684284902cda3b6226b4dc3c8fe9430319add824ec480a3e1e049a8bbb8954aca012f745f547e24e99d060f6e22df0de2acdd828ba718dba16080fa2962306d49c82bc44935d4be683e3d07f58a0c21ed003d84aea95166ebffab770697fceae6fc0a728cbde46208285b0e3fd72725e24eed84fce35b5f6fc4ddd26f54afa9007f9fc44cf4bf0821c1430a346e34e77305cd850dd12bb8d732d22bb649b2cbde4b896e3846ec7377a3a806ed5c9534b6e89d8530b9d5476e075c8e921406276b101374e67ebfb56439c11858a25ca7bf888d87e349e75d5cecbf7096b409f35923dcb28a4e67b2201b2589d1cd83c8dfac5d88e5c58fce229ecd0a8c2ae34c1cab86357c3be23450b35dbf6d382c96525e7d8c3e22f9adee70719685da093c5cddeb20fbb23d1883993b28fef6076dac9c1d8dfe0f062c639f34e2f91de6c52fd61674cfb06a1ea77d4bae18f51a68c2718d8ea62d92863c72f9befb2c63a0fbb1cb2f4f82bf588dfc2ee847ed8e3e45a0bd8f0eefcb581b5b2f6f17c00758cdc257276428154912069e6188bb7f093f317d8f4de824edcc9abab07d4fde110bfe02fa1863df5963186dc49b6d3ff06f019d90c446a305c6c1b9bd24db43531285215e1e63b5c67d58c1665f8d59efe24e7d9145f2caf6a0b85fee896b618c3fb7411a2430540f707bccf8ab6fc801089b6d91b12263848188d03d71b836110715fa42ff1c0fda095b386994275125a0ff4d926893fb479d8caed3d02d3a1a6c34336111599046436f26dc75cb45d766179d9542aab66915a2fe43886dfacc0909c552857f2d6edf655f2ef977be72d96bad956cd97019cd9382434a76c5cfdd44c3479af130df16f74ab6614603886d45ed960a4a7983dac1340fb6ca4547ac59c38d62901087d947e96487db18203711fd997ffde4e94a59a6169cbfd15db39551c1e0c89b319a2e1a4bb13d11a7bfbf6d9980f89f922d5f1fe5b81d12cd954fd238a48d5ce3500f946090dd5529a6f73d999dffd24bcd1b084b9d552a8659d6a605e028405aa37cce8919f25e3e0ac79d99c9b06b3a6ff4de8f3be14011302391ad62fb7b4d6ca2710edabf41ed6f520d99e983462568f74ee83fbead5e7746b8bc085457025f17e446025c400913b05d9b4ce204d0a8eb6bf57580a8ee8baa8d27ccd7c33df9cd4fe2bf82bb8340b2cd9b7aa17e7b4b1139813317f5df9d6b26c7a8ebc629e5650eab978ebcc9cac3dd9c5adcd3fc62f9192bfc48c29e52d12274cd4972078e51c21f4a255770806b2d9d85f6e4661f58ed93e6533bc9f3b767a9adf1fe374dce51dd5509d6928fc64d9d8ce7c1a56773742417ad2e17a064d6b2bc09ab8f84f9a35ee06adc6cd40c4d9dd267d882c707f1979c60c462825b24c64ef90f60d2a6e151f3d594e748101d9efaa2c1d6b9a4c14ae0c5d2a9613ba5d3e4e356309596e90f4b1f16c292286d9f0ef719a7170107598aa751b8a893446c280e6c7d6dd861724cdd39514ef9eda035fd9131f707ecc2accdf3630a423a43f4254e850847cbdc2ff3afb0858b4da0e6bc7f43ecef160cb0257df4fdc40b921d9be129406707daedf5f0c305bb4da121a40d67f64ad0a1d662142ef088ccf3e6aa7d75c12525e33d2e2b918f3aada1b8e5699d0635abcce3d2e000585fdb8a6dc88dcf55c90ba2788c62cff9928da2680cfe4f9104d315e1074262a7f2f043a3760500ab88053213a12fa623da1da2e23cb525b24563ca2e55a3e662ba0ffb6046dd5bd52685f693b31b2d67a6dda3640a3cc64f717100333d7352895475c91dca7446f9d6909508e70122a7677da3bc7e89d02e4e4583f3de6737c56a746981bfdc6a24964b39a453c38b5d96dda4a2e954505776af4d4f69dded2235f1adc9e6615ae6e4e8081fe379289b79dda552fa493e82f67ff23aacd4a4bb2d392c55de5a0b987fcc0b2c8fd7cac4d99da6ed059824d0aaa8c7d32206092db51e6f3df167602c7f15fed0d7a429e5e3dda85b6633aedc6dcbe7c40b8b06cf527c607d265b1a997dfb20793a07ec311dada864c2d75355a6b778b3d30334fb88d058c2a16203b584a908e1ea2b2277a30daabc5b20bb6fff65422cfdb5c538b40a584dea5962b3079727839f44d2c829bdaae28870e22a1593c250fb049201330632b09b6b10b8301c4f04dc4ec117631daba51fea947e4839e75c64769d4afd26797afcc11e723644e14f5a02c818897dac3f2d6a2e203fc92bcefb6e8035f83088df69a350f06865e57e77ba34b0362dacb46d0795058c8c470069f5e4dbac6b4733eea1a82481bc72e0db61ec10cd0dad0fddf8f5aa35c0c5544d1e0fe174fdc74f3de94b326c5944c5a4f901aa334dadf766455d3d2f21d1ce93d89c304853d63785c05f714b5e9ad9e3527d2b514db031264d5bb60b99b6bbdc25f7f165b614a7ba1d6701a9c453d8428588292f3db5c73097fc370a44a078c54587e86d75ce973b141156bd71a2d3d7f907d4606db6296e19cbeef5445771f21a7867d9e617d2e9b2620632d42c827a1536a073fdb70e587802c8d589ea8c319eaa970f6e3fa2182113af4b1cc45bbc0ce0773e5db748f3696f7f5537aecc3a5bff9101bab1c5aa5e30587e6fdebd1fa2c8f6ad5db827707545ce28520ac8f2bda3dc5d101e19eb6f28562275ef778d84bc32ed0db9117fe261ae98cb70bdfdb9037eab07ee8bff8c4181cb186e07262e1a9ff02dba3eb82d4b03c80ff13d09a197e5fe96d3f23b1860bbca9ed239d4209ee28d2dba57e8f62250b85770020987ab11516398a107773d3d4066ef9d93e44791b31dba7969513f886e82329225508f5adced4fd47a412febab4dbdc91e95df51eaddbad814d143a459cde5adb3c762840115e95959df28d0f0465f5ed9d4be38f00dbb37d730f59446b8f369b13d0eb89f1cd4db5c3286b03474e87d8a95c42ce87dbbbf86f5863cde2ce0a1b916a4a1de6be239b9f408152a030b60c8112f36017dbc1548dd5056af1a435e01c449efdad2d38468edad6510d131f25d12edd6d0edbc4358152c2e396a90d3bf667506b6c84723ce2e843448ae23018062a0af629dbd1c5c26d18d6d3783ab02ec06f9ede1877fd1070d4b4366240e2570882466bdbd32db9ebd6db03cfecef02dcd131e9e471825b90a2349a321a40d172bb3a20dbd3aa4e8bf76c54ad449385db2c271c1d9b3b1dce3dabb88625c87ee6094860dc0483ddcc6010407d36e7b0d0ef5b643d775c98c62b79e5cd2565912db45ff6dc0e2b88b05e8f95c34a1c36c2ca5e4e6968c8f58f4f4a6b6611f66942aacee1dc0ea5449ccc89497ed105fcf1a7c5fa2e6c9ce2b276ab5067bbe19a7708760ddc22614d49f8c7f15cdd50ac3b62f3d51f3eeaa792353e37447562ab6c67a0dedc3d7a5eab7a180b297487f50e973fc5aaefe9b38a3c01082996932b8124e13edc420e8046560b02ad640bbc30a5d533d3e08af8ac6de652ee3274a6dd2f1876dc532034cd68ac229568414427b6277cebba1d365b6b463dd70a077969c5f5abdc66f3046d08bbb3b1890252feb285d407cc97115592698dd89ccfe7d62159b9dc68874ceae761bffee997a862f8cb197c0d2c3701400c5c273ed5f5ba9930d8dc6e832b53fbfa4b87cb02ce260b028073af84f1d189b75c3b59b771bb399a91dc77a56d339f74ef099bc7d0ab0851769a23600f692d1331d99ee455fa6814cadc9119f18b05039184c7a367fed6da0adcdcf734205db444f82483aff157a2b9dc97109545b9568108bc38d68b693b90b166c065e47f7cadcce2a20ecba486cbdc9d2e72a1b5b2ca594d444d4bc8718df6c4b97aeb5aef70e7effddedf06d510dca378b3c54c23cb21ddee45b17e70238277bc88f670fd315ba9304cb40bf60adcb166b29c9e581ca4c549f16026959baf3a953d5e818f62e74b47c1002ed4ccdcb401268a23bcd46b708b6560a3f2b7aab1a06899669dcf73499e101d584e6bdcc79721ba1ee04a4210280117414c852e562338f6640807655c8a86425f9526dcc93af8b54b1818b3babf3a90f522c287245fe5c702a5fd1a98868f67a0b985dcd0709053491d9404e7db041d0e187bc7ab326a50b1b566e547692b5948f14bdcd780a4e185eec3de26a6a902f4663895a7d6178a841ff3ae486b5b25f3b6b8dce36d08d672c28a0bdd732b6eb230d94f66fc9edfecd6a0ae8c37c0ed177980dcf6d7e312eff9e7a8b6feb6e9810a06a36f4e7b6d6e502cd968a82b705d6834dd05c5eea7670078e22d9395aca838a37f93c0f8dffa45e86d628ddf450d4805dd095abab66dbc018e8bdd22ae36878aa5144e60ef2120422777430f95cbae94dd2eb0307b277e4b072e73199d0b4a9bb7b549125017daabba266e528709b032dd4ab6f9af587d9afa1b6b8e3b0affe4f6c1e935f1050c0ebf5618b4729efb34dd8a77b53fc29c4c29a3e4ad4bb8ffe5866634d9ba0d617ef78174116e54ccfcdda97a124b9bb17591c359e1e01d012ec3c36dfd69c207349f92ab2aac5554e2ddb40caacff8ee2263bf594f807c44e500f8c13bed2efca896d3d1b4ba2a4e08ddb4c01c4bc2f162540bdf339579b42ad9fafad7a0b50d4616f88c98b7fd961bddbf70fc5ce42f6823155d220aeb3dcd2fca0bfe8b0fa24d5ad683b2e119d749dddc33331eb975a06eb0b14d354b682618cd62565c0f25985a24e80569f6eed6dde243b131d97e7319d95ce5361f0fce72db981911e2f48cc2fd8eb80acea3c9ddeae736747487068e7cebfcc96866a5ad531f3fee66ed5f7aa2aa8c60f47982ddf511efc8eb1d021b851b2848fa32810a1c79cf80388fe28546d170bf98e042ddf8c86bbf19c2caab2e45bba09f2279cb330ef828c99d4f36c25375d59b5a26de05ff1fceea532cae09c9d7d40870f60a6221eaf373219ccdae5d823e08f0c8de0a98f34fbadb6ac70ef8d41335bb524c4389499865a6f4bae8e1bb944a6500de2e539446881f3eed2e9cabe7ddee9d1da877ef67de3a24800c1a099eb1aa56de387be4f5561ff7edfa39cb2fce6ada127a62629ededb6846f8b52b94007e9ade58db74e1f0c79eac8343bcb87b95d0e325a8a966cd2282b45a5f6d3d9e1f89de5a3e445bb97bb6a905ce2f1bb38e6d39714ed439774e7c0ade13d6a5d9c273de6a2ad0f1621d940b8c90ee0f54fff3854f3570e570b4608084291f1fc2c41bde96c770f69fc23169fdc5d09cd50cb6fb26f1d33139dea0127d443317ccb2bbde9a243eaac01ef78faa0f152af1f4c8c8d67e7761b00dd4c11cb5788c9a8184dea55cde7dfc39515ad7e80d484f1a992bc843b5330dcd877186d1fc81992ce2deb1d4db07ee0a31e7b624c4066438765e212a9833c8e7f3042312cd9c087640dec233ac26689db14e3b7982421ae0aa15e5044e1fa41b2038096afc78de6ff9ded658516c7e3f8b01183892b995b8d669e6d31cea69387ca101ab86fed54c65defefaaf129d08d5f7cb4910d35f793af70fb68e932616c7ebb3fb52aa7a0e14df13b23c164f5425781a16b408e2dc826974313145b9060567dc5526bda2320edf1531b08f59490a66099ceab959e1a68ad3cf4672134cc7199915bcd8063780df17127585a195b4c8539674d6970ef9b3f570e89cc7af2455822db21c6df6a9df2089977ed0dc56b03e83a215aff29880b9e70345590d922c1d69bcd58288fedf210d84326ec444ac9bc03954e92554d696ce0d3e99829bec87c6bee215cefcdf41fd59e47b2c50007e62958a9d22dc83b09bbdee83ead717a96e0041e3b93ddf528e92983cee467bc83b78d9bedbb649c407157833a60ae97ac796db9d51cadf689db0c22d6ef126fb55b1ec655cd1586a9a60f8fc6ed98f1cad81c57cf226df6bc1069732d8f9cab0e30c53057ca7d8f449da0c85df86529dd8fd79b972ffdf76407cdf127af725cc11d3b6702cc18d81726f3b423500b1da43ae85796146df76d9564e63db8a8a69f742611895d6e1dcd3c6547fc76615198058df19f718df7c11a0b36af2aad3621bb7aa6450cf43573e621fe1e6b01c243d4fdc74c790df7f973e47386ac56ab13407879538b52d1073815aee87d48f73c59d660eaa3fdf8579f71b52eb987a12e535f1b554a71e9800cb44558de7a3a309ab77ccafd8df8c0a18fb0189fc721686837367c9b4c5da199de3355aa27dccbc1daff5e284df8cf55081cafdbddcbb861200b77b5181e7d0a923eef76d2cc1785c6061725fdf94f5cc7d3e269e4979b809708797c06279311ea9b0388b81679c4a0aa012b0df9977a4b72cd8e4ac2073c69fb66c61126c6b488aef4ae06ea0dd3f26622bcedfa08384422e7166362a035f85ed2dd7ebaaf987a6579649a3d5341c97f64b32dfa7c60529f3f6b9a573fb67f1e716af2c84f8fc4865e47c9522ff6acc8b3228dfb99056effeaa1d88d1e706fbcf4eab413db4ffb258ddc006f722ecc32e800adfc5856987321d97b37eea3cb40167bb0771d4b454cf97f6e6ee7e8225133e8bdfd48d1736196d18ffae0593965fa835d3f408b39ff8ed9be8187d14cf3b5b49dff246eaf669b1d3eae37c78ac374ea499012a54a410cfcfe05aa6b46a1e940ddff3755e6b62dab5c4d8c8022986010450009880d75b27e02ea46c3786e45e0ddff63f8a25d552fe07bfea6392c1ad49676c87ec9ff996a25152781ad0cbae95e014af52ab2d53ae085a6f188e33d2b31e43419b6abb0197af0999154d94915ee032d2c9960c3c9474667027d2dc50010336dfb1c9fa29b61b759bb440fc8ae5e05385ff9d43ad6f86b6ad6d39accaf485345db7324965084511fc986b858471e068c2f619404e063eccde87cd98520352536f20737faa427963f321cdf56c16e083aaa2e7ea09814d4a685ef68560c50fbc37b6fd5ae03dcedae05ed4afa4afe085cfc48dbd31cd14541e6791ab18d8b110ffc044cbf17706e0680bcf6c1d0be08e15cb1fd49193cbec5f8b7886348eb0aeed0d5bf2cf090d2bb9f985be907ee09013226a975cea1be7b283685f4510cc560822b60ea7b752ad9f14d2866314e09cde7d9cd76fa969d3bf4670dc264bcd4950cabd7f0fb11f44b2e15b8992f9e0a2d4453d33694a5b61c4dd78ad286142bd7467f17f50098a894283dbfa8622e0b384bdb1c6222d1964c04a0c18a4acb094a5a9d5ab091c1755bd7b98948ef6e0cf28dc5147e83c1843b03cbc92a5f7ea461a6d5f3d017c856bc284b142c3b4e0d134a8e13e5d46b419667727e0820b8688a5a5bfe6ac9aeae3ad45766d3894e0e961f8c486eea8a5ea4a0ecaffbdb548daa20b236518a7a08152fbbe372264e0f487231721ca45212cf1e694636c0ce03584425c095704b42267dcb7bf7d7de10fe894fc7c9fac93884384ca19034330bd1efcb2f376d3c7304be9b00d2dcae119e8c9eeb4e870b9c51e8faefaba34102c99e10110e94b0e591e2897498ea0e12078024416a85183b9e12fa27403faab0fe0c5769bb1c9eec7b955e5bf38b9e126dd2e611da9955941f8893db03688f809ddbcd8e6348f00168d65308ca7cce12da6e2a9e9344aa000f308291553d6b4c5d40bcdebf23fca6b2234e05ab92ee15a399085810da1136bb2d5ef58eac66506178b045f5e887128d1b5fb2fccb9e1680c9d87d13216a4faeb320f26db5888742de5e5dbc214061061fc9c5ab86ee16dfa734e1ee28f51223fbb6d464e38aa3f9970691ab268eaa90f8148e67aebe18e9e4f2c15e46b9468ac186959a3b41865d5383b772a41de8a262744813a03e199d0359260f4763e91e78164e88e6b1dff7d3ca0bdbaf636c7fe80201d998fe19fc880f24b42eedbb5267c5542c6f500a859bc8fd43b403716d2f1b3ec08e4e1a0474ae31cf2dbbde68fb72bd618491b16bea42d857f938dc6eab06933d73ce1caee650a0621f1643ec7e7e16182f1f7f6b1252ba3141965543720f5d2a767e1d18fd9e5a2e9bfdf64eba7eb82f12c773d09a97b7c1a5a6fcfa22e109a15c0e1dc70d65d1ded551a65dfdafb4fa76c5006a8c414ce7fd62612417bb08a3513e1e52fffc61e773f5a7f15294825c14b932d9c78724e9c70ea94a8d41ef225fde20d2f1c3cf2f5a90db6676c2b9f518a5f1c72f0802d6dc350ee68a6518987e0e2242cb6a985a935f6256d8c059cfce4eda7be0e17ffdb2cbb0a7528de9e7730e24b6f484a2c0b6105f4bb1c0994728655391127733fcc7c88f3990babbee4f4e2523099cf411c07745257eb4520a02908a9e7d68575541789b1ac52b9cf59c5e2543699c27282e4b31aa24907025a0129b3fe5b775b5defa13d604cefa0c39ee2562047eb4cdfe41ba1f79906aca66d4a97c461cecf1366a46f8000e51190d4e257bb9865d832da60d41ba5050f3a5a3f8da69aa2d3ec8f5e583d47c8ceb3b9e2623c038148940c47a70f06e27745d73212191c31ef77680e846133284ac740e2672995a4f27aa8848deb9fb339e7cfc53db0c138dcd4fdc427e34b490d6eb0e280b560fa697a20a0f2797dfdb3016657cc6d68ef06476d4d95b3b6111e025de298487f0dec75928917043af08dba3488e19bcca9a269b2f4f79797375b8147e2a4ecb399720f10e32f166134a076299a05777d55f51db32bfa93e8b0867b33e2a5be04a8cfb503b9f3be94ea19e79189974e295df4f2573197d22b5ab1a70ce2a82acaa003d2753ce0ff0f036510ebebe80adee72c9ba7a526addbcdad31bfe2ca1c80db3a496609ccdaa62582118bb135d0405189380835f5ca8231db2d35e2d5c2d504bc796de96e2a240bef5c6cb5fc479a0e85c8c12ab245e4164d0a6ce2d7ad19cf6db35bf02df942b23859b49fd9baaa926499a810fb4a36e1ca532ee2db560201357f39e186fb9cfa342ab784b666bf4809bc87ec72999a2a00f159e2e3b1bf3b2b0c683c52f4be9ff1b5b90b1656c55fe304d775265283c5e1913ae2ea98c6b9e9570d0f6243077fa84a9f9939a09e056e81e04642209879df4a2fe3196164b8cb139356a7d242065a4c43801ff908b9a63b9277047815e3595ec1e3265ea1d33db778ca864573172db5c17940d647bc7997131af5f2c57df89d71e32d07aab3f3d1816f2f40f838d837b2b29f3ff09bcc2163b0ac5eaa48fe8d00e3459c2ad0da14aa49f27a335e4db18e95503490c615a5b60846066cc3775243e348319300480d670666b45e48712a83df76fe364d19c71c670f32dcc219acb0e3491fae0159be0b9694e39b67b2b7d65fa6cbf9b52cfd1a492e263b8dd3be72e3563c5367e0169d559d7cbf34452b0835e5a4431bf538321738a8988bd29dbde36ff927db3fd3f58a5fe638c5e4db9730195d243437461aa34123845bb05241e372d0c5359d3787c7067b9b30b237663dea3947fb634eccc3f979ce9f6f1272e37c82b841ee031a811ced5598001b05aece6a4ab48ece8650c84d1d362e0a3fe37e8da20e6f04e295c7cea59954584a292a619b86ba4c23f456d6f1c5b78aeee37ffa343242ea328ea2fc7fb1172c0275b6ef030bca950c6e7d7ec2d2825a2de3a833af361909c5e09ea39bf83ed3afa51aff7a3f3c5ec0e6c1a185cfdebaa9e3aa25388facf722bf7904d9b14f6c42e63d564791e168f38b21e2b3cc4bf63ce3d9014a9a71afc7023bbb28356e4fc76a05a66e595a3571dac750dca0c4ce34e3f47a677a42ec74576e8c57fea226bb63de274a407b54e7c8d6729f71af099fe42a6bf7d34a2bdf30facf7dfe564c81be66360995e2c7fc04d386606c492a48e43fb23610ad8bfbc347a77d68ea6fda4283eaf1209f87160b25e3f9b51b4c7fe440a10fc4a5a1f2fc627589101e8d1c8128467f48505cc8af433921b2636ec0e44e152a4e4a67a79daa7d590576cbe2b5371ed14f68252e221241069758e42ae4af82b73aab72ffa0b59b6f4fc727061f3778be39b4a0e92979b39117fb6a08e4d13f776bd136f28dc08ca3282ea57f5496ca7697ccaf318bebaa13bda8bb91e4e6fb8efe1c35914ecbed62f037d9b355771b8a12c02a0129da68092bda9eb2e4e915870a2951b6e04eca6b07dbc255ee15349ec9fc4ab04d9bd15cccf1ea56e4ebabdff5045e31b5dceec30fe7a875b2ee7259dea5316db377e6f49206b174e4ecdaf8a60288269813437227424d46d3751a78d903d22f4439c10cabf07a48e4f3102655e9ff3ec82b549cadf44bf0f90515462897b32c0304603a37ad8651e4f8e4fac7b12d4684a1088e5aab0b51e954c6b76e0da61df5b77b8c8fe3c108e4fcec0e9a764199bcd9f3914807f80087657124f357d5446a9bb34b2b7b6aa8e5035075c0cf85fcb97efb0d7c461ea5c510539e6128e34a807dc89f1bb5410de53150d4789c7a9a75ed06eed1b7b13b0567741c533784d7e9476e2b82a21951e531e2c67267a493915101d720790567e1d014df35f9b12e68a29466b0ff686de53b17bdf690c86ba220bbf0f4b2b10e573816a1dcd0cb890e8ca1f4da6ee174e541dce80483f86279974dcf903b28756afbf93fd6f35deb24cd43deffec2665e55ae6c31225bf2c7a66af77236ed89435b230448c2a0e192f1e728578aab650e567d6e6629620133d23e0a200f64d9c29f0dd421c7fd708e1e3855c1665f9b1e5884341f8efb277838ad9774bb04859f8aacd22f7b4e430641fb4df0c1cb79ee594c07ec8d8fd6bed163ab5a30aecf8e4e259a8c3af792ebe35203c1080e494e5a36fca12c619bc6f503fb99686fca90244b8934f9025b3fadab54e3a28ecb2e5b27ba55a0cd8d38c55864a95a30ef86b23488785545d045ea555ff0054926ae5b4a026b9597c03ed0390733c93b2b5d5e9d3428c9ae44a09f20f287adaaa0ae5b7c485125b0b16c6b747aecf06a5c2d6b121499f7af341e8344eff3ad38acee5b8f055099e5b96c77fc318baeae6792dc8d5dcf2f88af398ca29ade41c9b35e5c8125fe21142610d63ffad82ebd118ff3ba3f6821b70eee6d77688676d2d2ce5d3c8fd5f8dedbc22549b509c5d2eed9ead6aeea6380e5c33c7631ad95ed4fde5d440690f232055636a48ab712e9721fee2eebfdbb4095e81559cd30de3be73e5e2b6f626e47a8391b3155cf5dadd4c7fd206a090a5dcf0a24b170263755ba4e5e6118d9efe3b6de5b9a199467d49ad2d36e11d9c150b6e0611ce04240f8f5be5e901a88e240ac10c83c2399f3225cd56b6d9fac294d23044326090719ca816e5eea85426b2b925d1ed06718c35c312a2ff790a56da8c1fbe9948a974c805f0e5f6d8c83a9cd03c876b25b7181e058f9bfb91c2e4ff1c2028f584c231b2d32ee604708e498cb875988abcdc1c6549aa74398eebd45d810f1e840035b9f4e55ee61a21819ef9dc63e7784eb0ae64d769d4476541044940ef2769dba4ff7abfa6e62acdfd62030554914ad32d32e31ed4cc3c85384b6f7c926e462651f3204974e62d5a0d93cb8587f248ab010f46ae201e7762e439d1bf1ad37852eed7e3d663e6491d9f30e37b9a0718c8655144e4d020ece7807b91b07e614b5c2dd6421aace65d28357ac62102fc55c7e24e5be161c039bb7bddcfcfc6d46aa99b423050fae66f1055ad9cc8db4baf986aa6da615794c59b2784b4101497ce7988b3ac59e8e69b973ed6e2402d9c10181e0515cfe41dbaec013d95e60967f2845f9af0b3f5e6a4141c03f17b2d53502b66a3b451fa7013e406d4eb383769212a49e5ede0a7e6c8a337831ad42cf19d0ea19ae40ba80f5b78cbce522c3c580e058eeaa616c8e6c936eb114b6bb909eded8c6fb48c987941bc7729f6c47d5c43090ad1f2bc3de6d5897ba3b68695bd6f03d7b6676290558e959c68ba3689ff96584501928d2ee6d8db5289756e356a9a8aa9f40cb80f14da4f00e904360a74ec75d93d81b4b4e6daf997a73551e6fa25c79b7cdf828ea21ec159b34dde1d5cc94abb619ee162e6f61bc4c1541fcae0f76a9f7f8f158fdd62476172b855dfea84067e951a6f5ae6f62254c9b7c57f0d4dd920072be81ec21f1f9a096012918817ccd4674fe56ce6fe3a161094e6ece2e6f86cb37d7331a40c694a6fc45a9a3377d4052f6174d8e7153692b5614b87af8be93585c89434905c34904df759b65e658a788f4d7e0ce73f5c70fb8e694545cbfeca2c9b3817b1ffb8be2913a254c5116e2cfb8471bbe75346c27a94c8b24d52fdc35733c3d25ccf16078c80e80dc7d771afc4f2313fe75845bfb08d4744860e1f66b0dc4cad53c271858660d61c1f098094c8d9b716e773ef8650f8c91b7fb2579b8b4da851f37e0840e4c5af01c3c39704d2cd9402e782bf45c812c304ee243e0139ac36076700adebc388bf0f5d3bb5c56c88aca0e78500166c9a2a080dbe9f8d8cc60a259e4527c874fbfb46ebe0e49d868df91ce785b61a663d3fb19e3b5ba794e925f3c2d6026ad7c47b126a8b0cf44d156137e78f726fd8abc9e8db6cee5d46418c315f86ed1c82e60ce807840aefcc1bc021e797b06604f95765054a125302929303055a9f77eb6bec58b9badab1dcf2d38de79ad87ebfe78b0a7dca40993ddee1dc5c59b3f159c143aa885dc8c7a2e90391e7a202828086d235111da0b9a20b17cc63a75aa1cfe70312b00df6bb6c0bb659e7a4c69e5b23c469105b9f03f735d096d0b3193400dcc7326dc6cc26ef996860e7a714c6710a228e1629110a0c8ad1ea53655d9ce9017e12a4265e768fb98a77e7c59c8ba1b48b87767c101dda8685607a60b1ae84b2490f7bfb7ad4d6438039e7c91d5d57aaf2881b04ee39d58bcab86f7a3d1caaae9970b372f8c4f3fe370ce800a3480a287bdd533d1c67e8b31daed9ffc2896b796fcc1de43ffe9495bc11e810bdb8cf38d587a5d07c0542dbe7924419858affe6ab31988b339cd8379adde819b6ed06c5a39de981a20a3c597a27b1c96aec589cb6bb60eaa1660472a551e81af6c8bf90d334ffe1fcab4d861d46012fc72dee660e9103bf72933a434b0ae81bdb385d939b50590cddc03548fdbce51b6762c7dc3a923c9e78dda2a6d458e81f82c72c73e8ddd51a0e699928b136e8b2bf2198fa9eff19678cd18ad16b38e826a8de5cfaa52d9bd2f50733389ee5b29f6bd4186e0290be208dc919cfa30fe82c2b9dff59792e9d32c00d742a7137ecd82c6af08c5f48cb64bc515059b140e82da2c29b02648cb478f86abd8f1f2994a3646d8878d4cc81dfbb158712eb3fe8390bddb17cfbbe145821a26c011bbd8bb706fa25312be37785e7d42401ad35e84aed636b1021d49be8934805e646bc664be8071abe96f6ad8dfb529c2448a4e8b41c5a59eea1c1800a7eeddc502ee5ea78ea9c8320104ed7fdc3ae28b96746e8e64652c10a61fd2a215f1611185ee8b2bfa672f7856048bfab61a6f1621cc7e8f877f740e8a9591ed4cc1fc3c0615f01895ecbcb66a4a25eead1c228c40d4fe8fdab0e3ed7e8b8ad2c93d7050e0883819eb90f9aaffd8ff05c7112e711a79ce917b372ef2a13b390ef84b3dac1be4c13966c66a2b0ad8ab03ca0d5779e1805e93bb73fc6e1bedd9ab564042082742dccccfc38651ee43057138e01f87ebb2ae93e7f3c202ab1ec3056f7ea87e7e5a3e4a9d80034be7e8fd274a113b5fa5589e9674cf3519af9a206ba8ad2f9e7a3ba1f315ad26b7478acc32afd9ab8358149e984b37ee3bea5dd90b5846e846e27b4152d9d981d1be784f198d28956de3ee7e988a21207da9bd403725d0e1f2c3f016928523bbec0bd907dbe983e1595d6dce99e51562179767063cc925060a019882d069e6539724a930c4b2774c5cf3e3be9aba5fac4a7675aef9807c1fa8ceb43dd1fde1fa70ed44aa06fc0e92a5ef1a2e9c9b03119964ebb4a02fd035292e169c042e8ed8ed44ff5d3ac021942ccea56e9d768b47043e925e4e25aed967dbe3da299733cdb949fcb5b5ae8230c67202ae9dae9b01a1be9903b311a45943f4963ae5f138086e6f0900663c423c588d14de9e89e2db55b22b96eb345aa2a39879070937f3ad6635a545cd7e79b3a045fbdea129626236051b80a2e092e8e4590ac40acd18e2efa14a92545b4b867d8fc88ea3de19e4e33e4fcb83ebdecac679c7c9d53284616d16ac7950ad9d53b9565e8ea58ed3450a3696576d8fbe6ec5717df12736fda8bc54cf1ad514257c31c62a5ea65b878fe7f0c0407f141ed6a812c0370a472f10105886b956a56b06983c916ea9bd95dc841a62294a591b1973323c07120c686d61abe292b06906c00233c39eaac13a522cf95fc93f441a5d97617d5687ac44a3e418e7183e457df1c267a55eaae56a89ab5c6150a57388f20adb2608f0061797f117848c3b5b912d7a063e9eace8fcdbfcdb0b5db394ffc38f15e5ee75da6bd1cfd742a66e625cbfd59451ceaedc635f03cca6013f05718ff18b268b5abcb6a3067f75f0f4d86fcaad1544aeaef0a70b2850e63c2895babf9c75f3a45282e299326242a7e18cf2811676693eb03d83b9f978763a9d700cca2b8b963e2f765db3a48623e5240270e0c3dbd76eb0e14403529db080beb11ee79c51726a1d6ab938f868b0dbbb69c3bc4f0d326eb1e1ec6d89bc6bfafd8bbcd357c56bf7ba3d7befc410d726541460b7a4b0560eb22d93fd01bdf1c1845acf57adbea639d521e8d9c7ab1d0cd9ef32e56c77e21eb36f8986b3895d619bdace9ffa7a0571527d07cc79814ccfd977266ad48092feb40273a7baa1759bd5433054e5a12a54fc751cbb607dca938d34e3f35c8ec6eeb410894b92eba79979d61ff06e9a4b7922310919ace63c17fa2f0bd5e53e1a7eb41831dfd5f9ac8df371cfd271b68036306769c911f5dbdd4231f273ad97ad8eb4bd76cdfe03ff7596bd2e9c53282070ff31dc914ec573ea7d8f42d884df50feb50fb4e1460673f5c0ac20b0d4bb6b4b98f00f0df4a3cc79833621f78543a11eb572a960cd31caa7281131b97ee2d1536a266f6707863d72c7f686f4e8349f7eb5bcd5cdf607fff6e42e63708018f2410ce872374fd2253ac6dd0da2daea743eb60cd1fac02c98ace178102730fce45232928bbd8f4415b94689927f9aef8e7eb7ce0f96b61074fef498aee68dd394100382812bf3fbc4b0ab5f68d1ccda0b8eb805a4e74ad61c25aac1094662b1fc7a0910a1bf54be8e1b0fa9db7b09c62afeba16e389cf5dbe0312250a3aac1e4ec1226b138d7583bc3555e8edb11bfd2dfeba44c444c39c63493ddac4ad2e695dd83f543eda66c45123c61c78885eff6ebeba56ce307112ec4931f7a0cdacd085d0abad51a89fd3a9bc27a73006ec4bdccebb6ff0cb00e17133eb865c55b3793d2174e4af5aa74748e7f40ea8e60b6325aebb9271553a756d922ea2a891358419f766b9c4f78bcdea1d66d644646c38566ebd2612b87111336c805ace7b3e5c1f7297262c63494cab267b4a97d1b539378ebdb7610d6bb0c9661caa9c6440035535316862d92ce2ac35ed3858c5c77b207ebf0add2251e136030048ab8aa95766cb7a1b5130d06ae98980a3f11bf34c9bfec0f72d68d149d4fa96ebff55f34c460852f932df127c0ee6159497c36c6f290ec15605ae20334911ea80abfe9229eb16c27c1e3553879ee6b536cf6d8b541c6ec28474cbca6382190d53c7abd4b721716d669e3e1496d5687652869430c78f9ec2f033f87bfa8024f91bec745a571a1b2f06937413a8a330d94b398a21b9d3aec3fb0fd1e323d8b042cac2b291dcdccbbfed36ea3679ab3bb33a90828b7eea1ec44970bedd46188215f798181fe09c2519356474b89b3d282bd9a73761f40d6ec4ebacbd404f900e57d418c76b3a8c341be9124ce3dde30381651d76a1580aeec565c818650e85be070481561dd467e7951a4cb8af4e316800fa5e0c372f4e1ec6090e5a70f161ae6cbdc39f1f795385261043e72d55a19e5ec21b4651025a9ec641ea175482f6c2bd2efdea0e2ddd4eed6172e0284c3ff49368af128dbff0cec9b8e799752f46af2b70a4da2c7f8afc8780d2e7388ce82f785e78fdfc18c26eca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5ecae9dc092a279a5eec3592318a8c7b3c3451c09b4e8390632bf819e9ee40b84ecaf03bb1183766e6a732c5f597b1a6b1395985db5d99b7ab84af25e0f7a81eaecb77b914d8efe18c904fe39186c2b3a41a2ea157d30a49a30c8dd2ebd404c10ecc633a26c031be59b94895cd54869dcb5788466ee4c6c2340c5a48b03e5652becd7b93d9203bebeb3536f040a68d1b1a2d98b214a0e7e18e1ba9e90c7a1c9b9ece1bd990cc1670dc18479f475430778c4d43b507bf319b30b6bd8eec6e9794dece323b568a02e981b9092023fe918f57423c9a00f8782a322fc91eb7a296096ecfa52492b8b5f2361d8ff705b6fd7f17c27eb3a40f4eef3418faad70e7d2045ed10c3e9a5ac0b32032cf292a102c129ba9d93770c5fea44ca89d4b6a712cd82ed14ced4366a34b03004468a865363f622abb57ed6d647383c27f3c0887f04deed15b980831d171eb3bd913aefc1a88c1d4d0e05c436a9aabf2feebf55ad3929ed1c4f85e0e3dee1aa19de5754c18d3e95cbfb8a8d53c1803000c93ba7f5514fed257f24034bf0fe099d9cd527dfe0cd957b2907b2b05fbad2c2c49d8e232f71ed26f44fc4015bca0bb6d1f74fb922c2b2e62ceaecf46c3f326a26979ddd17eded2c876be0bafbe4fe9ba5fb1724743317dff33f6959cfb259dab706184f861fed355d49ffe7037bf6a605ce17a39ba483d99a9158824ceb6cc7ccf2cc232c0aed57d34d620799a958b0b37a702927ec9546f197e27ba7f4506e0569718cbe39ed6fa70b11c3ccb36c35ca7939f24d628626158f694b0f96e816756573b63c25ed71d1ac1d361e1cd9fe49acacbd46995f119182275195371d97332335584eb8ed784c2bbad696047d0967546ab0f42cde29300b669c92dbed7fa7ad3b37703eed834479280ee9ba1f2d73271dece3061cbf23d69b58ccde89ea1fce86953ebced928fdd39c8124684dc90f0b190a0caf764c8e31106edd6b0485d4065e95061ed99798ac59d2629d4a7fcbb30d01f7829162fd26ddb851116cd72d9557a15dfeda895feea058406bcd917269a95b95b6a927d7752f745fdb781a576e0179de4edcc7bf041ef84f1f4478935f646e4bf69099d18792a64715d9c4f8ec858133deddc9e11c293c3575b427f9c0d44ddac1110e7fd8214e4a0e816b376fb70d7daedf93efd926a2ab6a1ccec9aacbb650bed330ed6709e5de6ac4c81d87d9e601eee07d460810ece44580231f3a898e4e7a2d8b993f3574acdf69acd5d63c68866ee0975f84a3066b06a00d6819173ecd05a52897e955dcdc1b4df2ac30701a6dcee22db726490a0538c32e91621e67b97d6a33a3dfa4e7ae4e0efc36786261ffeee249746152c8d6c4beab8892fc38d39f67adec39c75a01dea1a0422d8641b6dee2a1adceee4ac58ddcdb9185b49167c9519347203f15f109c08785382b40ba9ee2a74c1968008db035ee726f0c62fca5c0524ccd2ea129d725c60cab361feccee372580bf65c5b1435336d5ea80ffd2c7801b10e868a4322e5e0357a877f190ee4804e8c3ae1334f1c4f206f06efe7e32707b77711a2e28f4b4571808d1611cee5f4ee8f3439cb3886edc642c79bc70afbe55b31b187f7eb697c93217caa9f9ee77c7153ab58d8d6a55ca2fb8aa74234c13ffbf8e2275e27485e20450c77722ee8510b44cdb787cef28042e617908e2d1ab7510cd23141a9eda8465f79c9c75ee8fc7751649e518063b6fb78fe82c31f97bf7985b7f72d1b83501e9b662a82ceea0f9bd890f4232f314ab122b59d4470148e9f5bc51e94db715ae702bd6ca69eeb3c73204d176431014b0ad0f92c6196d929d2ad169fa9e0bfc514c43b74838eec052764aebdc6a85c3046f9c99d7debc6632524674bd03af85097b0b165b4feed662ba349882ff3fd501f8e466735ec559dad9000b89a9c1a9a2bdc05ef712eeed78ea7bf9864ec130477513f3442f1d8553a2caf1ffc481c114b20ef7933beeee25fc6d703206585b8f6a5f610247b785b9d0e28576bb40de3291ab625cfeef00e6199383edab907e2a4ad56a0654d91a77b73f072f99638367978b2965d5ef13ac1ff8f65a7e26a271bbd94e37d3f3205a2ded87ccc9ce148572f5d12445ef181a33620aa6eee64e796f480eeb4e846d51fb1fd17661fd4eef2f09e4591bef217613e29134365d33ba5d1e1ba3eb0633e8073ca7b59dda97071493f1b594ef3c87192a3ddc74f385a1a2704591064b1e4cb602cbc8d65b9c4d7278062500ef62307171acc482f5ae7c78bbee92eff13aac905fb3985685353ae155969153ef6f32d2be50ff7589415f95062a7deb7ecaf4820f274b170539f63bf4beff34ef81d6708dabe40a2b3d55af4faa7dddee853616d48a7c19bc89e8b17d3c0f79efadbcd6894bee186806011b78deab2852e1eff131caf53d7ec550e4778d17c4efc2ba0554a12bb7496ef6990d7bb8e31f4deb99e3f75ff0e0bb9860330f78afefe4348795164cea02235c72b0bcd4b9461619c520228b2471cf63ed400ae6ffeff8ab43f1e24b191d6e410c8dec084f5d209960fe6fa7a68a439bfd4b81a682f005c52e88f91c9155387585b19b69cf19c4e8483c0c0e705368db5ad8b07f2ff00d2e824ff4fb7d399e66020e508f6b058d9dc86ff8d632122c943d417d50a8f0230d7f35f36b05b4e09b2c50ac44b72b04aa3e4abbd43507eb94a7f96e80cef02e00558e5271cf6b2785be169a149ea80202695f692c850ad147cb11f42b4cf02e0d0b518a11110080bd251b0cb627f379f3066d1c965f98dc23ea3fdad116f0453100abc2b220f73793a5356d773e5a07cdf9df3251324b3dac5e4e83dce2f071a408d9f3a4ed510af44953847d560123ed4e373d1f89eac9b78a35f805d4f09e671544bcf2a93e685d33daf00a900f305f05acd18d0fe157678fa2311b2af0a556c1a690f0e5c1464950b4a4a00178af8b66ec764cbb40e8d9c4151770e0f0c0eec6523b4b98d8f8cad1c0fa52ccf15b3a5bffe62a77bf28e63180aa2079f0ce076a4c33cb87b7648427adfe56267d6c9bc55d644fecd167f1c656a7e63af0d3d935c5cb6648b5a4417e6c21902fbb36e479d4b69eee21aab95b5e18a649f0d9b74f33c708b345d8187d7b98dd1459b67aac08bd8c8f8d8723a6e2f18040f0da01f65861cdb05de7e2282963ff6bcfd0217e73f37e181068aeedeea27130f0dbc195583f38f9cc859983e0074887db692c2b7805fa0cbc1bcdb50c8c5345f0e5ae39be723d98235f7ead5ca32f53cdbb1dd906062859432f232fe0801b44f0f45e3ea5367f5cbd1fbee3e256bf3620451fe99169c72ad9582ca4902fb236f101ffdae0d7d7197d255de108768809a708821a5914fbaba80be13c9e7d1c5df11d38e6639bdc343d7d8c58ed6a1c28093b1bdfdd0f77e38167ced6b82c5c52f1823006a908246bc66f88411ead857bbfb0b886ffca3223ec98616daa882799f1835923cef24faee728260d0a30d87b7ac9e380f6c70cfb37b9176ac7e1bbe5f1a552ba769295825e30d2f5173ff8324468d934865347c6385248930165fccff1b834da8933c57a1a72ed4b2cee49de97c54f65c078a8d19f87f3697d84f32ef1cb6b51be0c175f17ea33abb039088b79070a02a362db1d2d35632c52b99612f1e88d33a3a7c5278472b4982e5d390e63cb78b7aadf9a5939ed5c137ecff318f20cc2d8c466d6cac6c7b668fd6a7d7597704958e570e2dabecea954b201a785f22fd3369d468083198f046bcd5486458f3be61148030923dbdf9bdef688cd7bf2432756dba82fc9e9485f6e7bddd44657d4ea3f5e17d5aea205569fef088b20f24e09b1e1bb132dabb2b26ab99bc713731a6a68dfbd43e1c899aa49f9ebb245f2528998fa31c0e3479ec5b8c48bb1ee91642f38d4ed931c5a7b7ba553922a51f262e49dc1558b61f6c8d0cb3965d7bd52a7b207581d873fe6a590883108b1b5f26968081aced295fc8358bc54f73980a580dbf245df8ea269f0079a05d18609f276b2959526b23d479e9fe9569f6b7232ced74335b6adb8cf6df4ca7e717e8cf289b1d804060c133b726658e185b8bd936558c874a2c5aa2e1d2b5ba4b5a3fbf28e11e592a9487b76faccf22e2f737c55c85ad3c80b41a768244455b273d3cbf2ad1b01e6fa49cd7b270031c1e3e2dc118c98e4870472f8aa8e6ba68a44dfe4f2c261b263c9f6b4f6236bf451626d0e28f6b928b7a07b69615ea85c76ecb74af2d64da9944381176051413618a05fcd7e826ad363882c31aeee8c460a2937dcf2e4a9be21e840a598eb09d36e9b88f7164b5e1224db0feb4e80566aa1fdca71f2ec604a85425a9bde85884aa28c9558a0307502a60f39a03ea521ae89763192f317a0ec761faaeac485af143ea19baad0a8ee2604db449936585d6010efc73df31f187300d3ea31a9791d357ad4e5c934ce4fa8c29a7c70c2174135a250eddbf32866798fdec332fdc9d0adcf39bce06578dc6b7aaa0542fcab34dbf21c3608f3480c79b71e2f3d9edd751634bc5f63a607b58509cebf278e9104ae4d7c34b3f367453b2b5c19b92948d07113cfdd7b9d40c364587b6132d5487fb40b3db7c4f38547cdc836436dadc53a1dee7cc4d22125a810e285037038c75567f0bf8cabf3928f02eba441e74e88d579fa716fca8523265d8f236d1256b0db95ba72c8b9f3a6c2d44ce13da6d6366d9d7a5168a819b45a88eaf6f29ce081c117d1ca43d3f3ac20b50fa8ca54afceb18888e56995bddfa0506f6d5c44357ed421c08584a0f3aeadcbde6fa6e9615b996365ab551c19f53e54c8f5ddc3b8b77e3385eb243af3d097861bf9c3f765a8e5e357895f367c9716542ddd3e7bdc721d430acc3db1f3da6bc8c552648c6a80a63613bf03c4f49e5419e3cfc2eb11f8ce271282b3a2f3f992331348ce5f6378f8c54ee3029e04db706ea6a6787b7f015685ab8240d3f4106621b7b7442e53b0b04a2fde786bf96e5ab67e0f71c6ea364cea82a824d4f412af883f7b494925f5269c908112562841770eaed83ce4a9bb0184caea8d63f424d061823da5b8ae16e804b5213343b9500359ace2a12e6325c7300b623f4ff4294ded9fb499fbf8cb5bc204253e7864eb5d3f5a8a1ff1b49d9e31f58013bcf4357f8fd9ce71f629958139572f60afe76b57e8562ae08d5f695f2768ca4d61f4435157dc7e4bdb30b1587e441ece3cfd11a4cd123ecc35eb4f21095527a3f1f44961d3b4392b7fb67fe58ded36eca7da6646c903a337ab722cc1f53fcfcb4ff45093d31ae2729f286761eb9e75053b598852873ee8ba761e5cd9c23f73eb6bf45cb820b87ed06d8694e056fde27cdd90a5009989217fd4f4d9967f5836b1b6f461aa769b2f2519310855ff4564a0c85f7727b1dea297b6d74b4773b32a3c76f4752e9880f9ec11ea149753b2cd41600aa40974a7faff70279de25ccb912b26f491a12a7534aab50563091a7b050d988d88861df6a4f5406c280c32cf75a5dcf4ae2d56b004fff092ce0207e21c4acb8085a27a95d8a7600e172a122396e46af4af785ab6c926e71ade7b08430d42b65da28d06de5910e123f03c001805215ff4bc4d7e2889aaa5faad6bdce05f8d4de8d657bcd446138269895dc80bab16d3f4c1ebb6e569cb8d0192a142d9dd6c40868d6aeb21eb03004082fece1d178b03f4c5b201028e33f7b487b2707660f17239489f0b8328b663df57de8f4b228524f4c647e090cfad27b736dc499d22f31256dbc99c3dabc230b9dbfeb5bcb2f11af4c7f30cd71068d6addd863c65314ca22102d3b304f8841aaa8a44a44bbe9769f4cd402a538cc4985267d4c97fba09729013b8cd7a02def7322c6fdbcf51aeb9f4cf95ce4655f61185e96c7480b02ab31367aaa70eebd05601e298b2c3b9c7cbf4d7d4dbac83a3426ac64c4e83f902685a01eced652593442789c7fc477d77eef4e545cf6b2a1809aacf57d88c6a06bba17c8195c24b2792a06cd70110c8883cf4edb28ad3c7d2ea66641555c8c6acb6e682c9c85ceaaf6648dccbebf6f77684f51249ac499add77df64a61d3422b0e98697d1e0ded230145fd511eb68ed5e31f514a0ca2de563d60c6a04a6487466ddacd33ff3e1ca4429c427b7d66863462cf534af7c69d3516cb070a7ea1174f73e0bf12505791da3a8b2e43150a56242fcf55282fda681f45b427d960f1f0a5b8cda1edc3b094932710be8911e55d43ee5f56e29cd84b8ba497801b4f1b456055624ba04cc5a3dbe9471c5554ffa90e063f583efe60ad4c7cc34900d1d27529f320716e438cf46283e461cf084322094ddf594c222516a36bf68b317eb2715965668a6ad177ec619c641641892ba8037dcf5a6449a106380c9dd41891ab548af7a79ddc04993edee03ea51e8895d911c6ff5d2253cbbb0444eab4e03198bf74d9e5ef3ae5ebabe2f6a4339f2746296a670f60d3ceb2121648e659f70f51cc21ac2f6141209a530086d7a93c3c71798e925f61a021b4e18fa8af13a874a30bcb24c10a9f0329de6fb224cb1ede2af9c74c2f6253e9c813a31b88f5799b552bfdad8128acda9b0c20551d46982f17ed55e47f67672926047e1cc83ce53fd80b084a9c22420e1c132157c82a83ee9f50f8959f6774dfc575bfeeb20b4df0149cbee2faf482d6a0d25e84492b0b3c9141f8880f6832baf5034d5110b672ebde09ec41f7bcee1cafe5e579cc42f211b5b71758ff688cd5420ae2667c996d00d032e85c43ad8291da751d9dd378bdda3f0209968f6b322629f592856ddd157cb7c2f355bfd0872f0c9b72acfcad04d96dad46c19f6babf72011f15e0eae1fe126ea9b67a195784fa6d3a66f84f2679281eeb48dc1bb4e3d4f9f6bb0aaa235f46af443ab1aed53149d37d55220048d8429f2660c638fb806d10f6c82155a163251c1105725417a09407eae32eaa8d71837886ebb9049e183d00f6dad422f849e03863ef5fdd3ba26be036bdf9521ba4728be702453f7b64c2c2f6dd475fcd41949bea3702a9bc9cc363302b9bd95e45cee96831eee4847bebf3f7023955cd2cb78ede1d256b3113580c9d030d204c6316904eef893bbd3c4bcef7067b962ad2fa19196b934ca40ebd9ccdfd96ec452ccd742aab4ab82e09ec97f707bcbb0f1d2ae6ad815c359cb5639d25aa61fba4509f54c19b67b30478c8bbf71d3d97dc7c409420d483c4d95caf9b4856713218aace7635c26fab9b2c9900f737fb49d1b4f94587b3a399c639302e424165b5343e0b8f5d79fe5382506b99f73dfc3969cef06643751d096c36458023f15a742c17233c8b1a4cc7345abcb4f7460755aab1bf81217d5cd68afff45f10c8951dabce0b6fc02f0342cc0f5c21f75a3c2602c15e8753dbdce88e56c4c03fbdc0ba5286c38a0e14a55d80820984f7decdae36ddd8f4bb52be8ad4a40e7a86a4388d5c7f3494f9771fe6c4638b0ef7df798ebc80dd739698f84d99293940f38aa3eefec9f08a32ee8bd0c1d82ec1f7ea56fc2f42b0ce63356197ba0d521749a0473e3f15a3a8e7793bcd2b9afa89f7f427f90807534145a6443eccd31cc6de717161e75f01cacbd8884b29f441baf82fbaf3b1595180b03ba523e636cc7963e4c88cfa1312ca97c9086affdfc84cf832a9cb2d5bd12033bbe602fd5d530eb3b39d2eef07e35cfe059f30d794a3d5f8422f0ac96a01937a270361e713fff418b8b7a7f8bdf7d913d51346f0904c1af8487f2d12044c09602470312f3e3a7297fdde0756a0c7990c3d3d7bf0cd4f72f8520edc7867d34a390547303e7ad71b6326f6180b49c38662347ea82a4caa51f8526b67210b1e690110cdef66a66e622e2aebcdceb7dbd8f0a21624cf6777cbf85417ce0ba9233b3fb2da6016d23fd0c93b228ce841e4f6597c9dfb97583b75f861f416773f6f6194e6ee624e248d06b26749ccf608cff4f52bc70fb7e1522ef865ee1afae8e0c0f470740bf1b5d6e1a388a5c93a1aa4066027381cc1790660f895a5778957f0f630e3dbc850b7aa520386c687b2ee5db150f664abde242a48f89d0b390a3f9a677b1cd1f701a5670b73fb0967164fc801e0589e0349d8236ef8a4a82146042359c8bc76227ce93ae0ddaf4347230a59b9455b8291569f77cef8b969a225a82d2546fe00ebe5c01c5b986eee31530190618eb1d32bd2d3e45df8db42aa4532d87396c58e29963fd49f8d13cc42b0091eeea42a15e85a9c4ffff8db926e2b8f7afc60df9718ddd7085d11a35e8ee99124bc649b67cfd24766bcf8e76de4b04738b2407e6e7ff3f13fe20978b6c42ad5917808bd6bfbfe53018bf8eb9eb539c0a6b201fa945504d75281ddbc22a54549bc207b86607ae5eb2484f8eca8807107ed10e6eb5a3668d6b24318be86523da6133848a089ce90d4c93cf8edcd3e021be61379eae879e53df4fb20f4d883950fcf47f2d5d3a917269891f8ee30fdd42a97b7b2fc75e30014758d0d99e62b4d0a4dc6bf1f06d33480f866f9045f9e4d4785e0e6253271b9e5be3008e82fd2933a3be585ea65e457a44792f910ca88dd50e4c42cd4f64bb494415d48d4faeb25e9f3fb1ced10a641f5e651f94412e6b4db9e1256e89ab97852420e427925c468d15776b3cec7b66dd87d6ef9473e70fbe3d1b9fae15702fe83e7c3e9359a0477f599c44fce45cdccbeb66df9479f942e20d583bb6782f93fc283d072b0d0a20e6a1e73245f944426d697bbf948abb2e19dad057325e2fac60376fc782d10e2e8ee23f5bfbc813f09e4ea11f954a5b9b435e1ab29dff85c4e700e9ab1b806c1031de85b8ae1143ebbe426acf95d8c9106e28817f73a18ff9cf82ebbd1a5d78784a2cc341bf69a9e558b8edaf9686e6cb190c368c0c8caabcd6a46ac2a2a1a8c06b5f357ee6e6672502333caf977d6a224d8e98fd5eda1c2a108e6a1983304febcad4407c75cc85ba249a380f9979777448d3d4f246c1add049ef0efe5499de2393c80e730106f78e9bc3e13f9ad4c31a0cc1a3f96afeaf766e85d0cc5fbd0743210d08898e8f235fbb2fa03f9b3499876cb17a80b43c028aadfb1777a699b11a543003338a72755881593e9f9b524f65301aaa228d45d34e250b6d31595bfbe6355dc76c5e1a2ad9728af63f9cd84c9affd54cebdda90245ffd83e2f5aea553f815eaf189a9f181d08ade7cf9d07c85e5d96ed3e34493019d7ebd0896762db33b2688b9e357eeb29aa5300ff9e13be4e937cb0b2291164c7ede85bb4c45ba602119e0296cccca9bfd687f4cf9eb4fd82fcca9338dbd047a348fce9afb433a55667a5e155e476ee7f5b4e313f9ec8d2fb77052319143faccac321130b03280084abdce8d0f3cb1913ab71d5ff9ed4221732afeb9c36caab07ff636c7d5d822515ffdc8b9a932ae0fb69a6137f9ee3c5c557dcf220c41a808b4b273dcc23f97dc433987bbd21ff160c272abc8f9f0301bc38989cf05c3eef200e8d831bc02d679a369fa4e01372c4e5ddc38e4f9fbcfaabe8efc98ccc413cddc431f912c30319b53cdad18e72d80619c16bd62f9fcaa7059ed787b5663deff6f80f86c4e47a2717f6c6b6287a1f9f10fe1a661fa0ff2c3b1d49f877962d01bd640cb59d3e4d4284a357dd7b8649374604d751efa18bccc0fc6821180557a5be7ba775c3dcabc005b0a4b8d6978b52d623eb4c5fa2c0345fd64bdd294e00a4edf2d8eebee00b4398d04704d302b12b1bd7e309ffa3a3672c2bd63c9cf090385e2687b804d5cf3b6d2cbd04aac9a2cba6b0d3ffafa4f1a2fde866685bde03fbd78c88339bafa0d085150400def14cc1abee1c1fbfa53d27af3bdac0ab3c045b44f8c93b5c777462e50f9ea296e3eb3f93cf1cf18fa5707a8ce1c5329bf0887d05fd75db5e6eac31959ff618a276b59b9add9ffddfa5f6f74eb72e3a329cdd643a7010393b9d945ae490bc76d2fbd3bd7efe0eb67fa67bcc5ad148e8bc6b1d2e03060fcaea3385ef9f9ec5c82a6c68bfd7e0e96a0fa7e924ab1cc3715246b5373596d65280bb07c01a3822eb890c5b97a5ae0c55bfaa2b8aaebaabe6cb063e9ec9d8b858f8a71da6fd79f07a19db84b1fc8d69b2bfab0ba25edd882c32161ce32390adce3c8ffbd120c60a8465f066894a02a8a79faba072eb65ab1dbad50ee1030b7a82280926a85c5ce0fa73d78610e740e5c4bfad7680193a3e139a6f519c0e477c78fd0c4edbc903b5a29f5c2ee4bfe7ede18fadf51825b063a3addfcb46a9e7390ded8065e5a4007326ee2ecb3766529655ffae40575ee82e9ee2105c539bd5db47765103cbbb987ce81b9694a6b164e901ffaea754dfc1cf3d98d8b8b4f19e34930787b4df0791b9d520db47ebbae53b2eefaedb54253195485aabd18f0a068c25a73a92a1286f7b28f5b3f09504fb49376faf3041d44c58c692aef8e62f7d5da2aa13bd8a94493daa8b26ef3082f4ee09cfafa0482be736804ab7712eda5e46b315dff273af22665bf7490a462af74f1eefaff2ace0a27bc5a25b1c0245ed9f2f4112ab942a5fc525f7ef13b410b8a95f2faff6b38abdae6f35c3d03863e1c4af5b9bac431edc07e288be6e9410e63ef71fb026f255446fe04154f012dc1477ac24a544e3eda27bfd9f1fd8294e798232efb0b44a53db1f4f8d2d961de3af4df27036a954bf9e4042057485392aadc1019fb18600dc8797e45e47e7c880a5208cb6929666c97e9a59465157de3296c647ffb2af4c38049f146aa5e0f8290c8af97dc92ec89e557f892e9409e7ebddd98c7fb54ca60c86ca9ecc020de39be98e79daa5017de6bd64b56d2e264aa15dd2ae3fb5800154d876fef0395444f3d0368d957b9fb0020e13724f7ddea97f452b854fb62fd1db87afa4870c066c09c3ff740d198ddb2e049a0f9b6be8a471d0fb15dfb71d34d173b8cd53e6c0a4181edb50e8e3ee5ce6b9868c7d8dd52bac6f13808fb794fac018a741eef6c641bf455d0fd5ec1ad45a1254f88f06e17deb9c17e7dfba9904a5baa416e3e149ae3a2c8503ab29be9c3c60f37e0eeab3469778c9deefbadd9718fef0863e773cf204080222fe4d9c1c5a1027c73507c309b91c3b4fefbb08a2101a74ac9c85b683765935eef4a9e8f5411ab75b556b09419da85f236fbb5bb62064a1df1b3f5195207eaa9230f8cffd4b28b5975a26ee96e4f969cfbfbb9bf0f038e23a30dd01e46315fd2a2279e537a1ca73c16c20b4a38ab40dd62fbe463810a7f17697abd4ea379d78aecf4b47dcb9c2edcfeecae1abb5ea1ad9afbf12a8fccb6043db7b2cad9051096872ef51819297ecaf112091bcc5f174f50fc0af8782b8fa955c77fd731ef9b77ebee807a9c080829ad220e34842bdc425cfc19ac7f92494912ff25b825e822d096589f9c04a2e57e58343b3bdd5d2ac509fc26c6f4b91ff42254d1fe5157765269bab264fa33926d07fe6061c515f8330dfc3435711d24a826ce923951194f2a127abd066b42858e80bdb59efe6a64452cfc54678b4f72507e18f874676e0ba9679ac9ed28b857a67b1376a8ead1cd5ef4fc5aace87dc8904336dd9ef7ab2b913f05148b04dbb85a03f850cb1d643f0250fc5cc4d2f9e80c836b4fd7fdc3f87d48a62246ef192b3accb54c045a924b4104fc78a18bc7c272bc5e2ffba3ca27f044877eec9534e864f40bcd0ec260386071fc8f06d7861b64c5aa432a866b5dac30c9be0f2280e0fee2cdb623384be5aec4fca70772d7c092d87c1ae9e3829035ac62e18a5432bcaecb70683db416b1df0cfcacae97a76a068e23cf6a528585cfd509f0aa8fa8da7c877ac2fe1ffc3033c5fcbedcb84f5631a8536c1766771756e7a6ce31090ffcd86c3f1dce01952e0d95fcc6a8903b7090b88f2de4a4652aeed2d115041f609e8802ca5beda7703555fffcd8cdb3a7d0e1a67b159ca3e16ea5bfc2217a5bdb0f3e17b566b87434898f10fceef7735ea67404452b5712ea4cead5af89e8ffa618438eeaf8d2a9cf874803fd07689f5a3b50e1c82ea4e7f3cb732e1eb89d31ba9b7f71fe2bdc8b0d9234cafd245064b5755531b9c8f4d7389b97f03c044b6ee27307a1b5c0708d4752f762fd3a4cc0c330f1f7ac6a017d1b1ebc7995ec8a9f57c41ebfc75368a101354748fd3bdb5683ad28fc04ca28c61a420012880dcb6cc59799e0c242e473b0230633fd3f2be6ea875770e2a450be4de76b5dbc3c7078195fc12252dd4c6b69a09847fd417002931a5cbda2e18f3f688de738b0aaf380518bc80b24966431faeccb8cfd475050f9281fd4cf9ec1d3ee53cbe13351fd3f28487c2c081ef83b70088af1fd48401379c684bf9d6b7dcc7b8caf5babc7577b8c4c47cd2ee1764fc7ab9e22fd4d1f0d364963c4f7bdfd81f24591ab2c084d2b2ca21ec796b8e516668a9e20fd4d50e6865bb05926e5f0a8cf0d0c8aaf142cb7a1eb594478cec278e618a9f7fd56de8c981aadd27eb45644e907d9c95a360bdf6157cac05fe0f7a274caa96bfd67ec690ac142b15fc8ea5b95008bdd37a202d934f21c7735d7d8cc71e1eb82fd79b0059fe415da31b1d0a933ab261c10b35474ddc8b9a3ea3881803de2cb53fd7f50b679f3596dededab88fb6db601e6bd55ed4902b6e6cf4fc046092195f9fd8eee0b9b71c0ac4fe7a47ec3be608fb7cfb73793692e4bfedcea4b9db404ecfd9c9dfe1d1c3b8ca23340a286228e0cc15f05d211938164aa082f35bff01481fd9f8fe02583b4dbe839941855363ef7814e63b0568a4db05470f757200d30a5fda4e4e7815a7c9b5c8e541d892d87b142fd0b4422d02c51c375dcb3c1f76ea1fdaf8fa62e9890c7edf1da411addca58a66d2c19ace9500b0d0beb974ab768dcfde378c55123929b000bc2810c89c07467fba4f2a10846aac1ce4e1da1f5df76fdf3269b5722fc14c4b2907d3a800eaef17f6bd553e0f72d652673f16314f401fe193168e9d8975d6d33c4ba58711eb0c38ff7ec6ac25fde79ae5b2b78f245e8fe1cc756307ad906ea0cc1781769071f9dc705fe0accedb27fdb469e0acbe8b7fe3791db34c6e6ac8b1f5cf3a04d7fe83d84b0e64f82a19d960668b3bfa39992fe4c3b952dbace46d2c400d313d955b11f832a2fb797d613d664e32e3e7a5fdbfe4d45c84dd58f2d2f76c4e75fda8563929ce2afe93f2c5526fcdf22968b0852fe5be098bc52e1b1c6d8e17c4cecf58c1d95a71e3c750551529456b3a4a0b878fe731fa08f09625bd079a669cf43e0e2a8f500f6e2f4e3040c54fe7140577e87fe7b99e1b99c6711f149553918ff0081c5d8daa15377ed7192055c284c70525efe9d5f6dcb6f021bb2103c0165c7e77b840f104645b2500a2dc0e1f0de2c3548febc3aa49c40bee614c60de0251cb7ad2d8399bd0f1c18bde02c2479b7c36be8febf135cfd3386eb94a2df937bbd42329741e10399ead61247d9133c8a902625fec1f9dfbc7724029ea699638e54115615c2b60d897c6607f8376843c1701ad0fedd389a778147fe2b8919645578d1d5586388d1a856f22a15bf36d86928ce07fee5481bd6587f77d9365bf2fe7cfd4a61d9cdb4e7d0961e151bd2715e07fca5feec4f9e0b683b7841f433d7f72d0dacf017e89d684d9c3e6b101c7637a5c55bfef29eded78764a3cc827a523c02af19bf32f5eae84b88aed3d8c33789490793fefd49c60b1c213126996ab6875b369bbc889a353669b938e7139b02156e9e74fefd6c992affc7f1073fb788f2bd2f5dc01af834eda8b97458ea2afdb9f235aeff0632f32e1870b2c2b7d02284469c02365ad8990ab9dd0f247a8cf77ab8a40dff1439605c265339e27e7b2d134c4bc59d1049db54966918d8ef3b957521aef6ff37f4ffb19855cd65b048113e202df49d1b10e42547a0b5288c6d1dce0098f9ff440f4f3b86995ef14bd4e48f6cb5bfbd80d8b821e02f3f614607d37aecf223ff55b32566f605eead7bf878f313ca698c3ce712b966af9c3baf98b5969a894bff5a39deb04efadd576a5f8948f1ac5dcfcd9a569449f952155beb839bd61042ff77f09a73b0d0624e7dbc715985c7fd377a6f9555e61eaa75f427a1a5d61e31ff90136bafae927e502c6ffc0ca8c1ca820c2d7ea642cabecb693e311db92f23ffb41ede23f6db799a8b1b587fd46f61aa855c4481c59e68136562a40589f518ffc2e0681083e63f299733168ebb31e075f39f1ea17398de5f73f1b3a2d0a864ffc43e56a02a52889f2f12009888f2dbe3d3b714ef7e72c6258d22d2cae69ef2ffc5f2386c620cd817cebaffa7229e37658e458c3d6e7edbd1cd992732d5432fffcbe2fab68fb80c72cd0dc7cc88d90d8b0e3bd14aac558ccb91102d1df35c42ffd63fbb9b0943bf5196bedb63322047838294e21893bd65e5de68a3e468ef91ffdadd8c5edd40f3cbb65c057d2c6ed1dc1cbfdb9b7e41eb46d7022c11ec1018fffd7bc53c6e97d0bdaf3e21c4ed32faa45f55d6647e11a0de701cd8e7b2374f223b7d98a2119972150200, 'no');
INSERT INTO `wp_wfconfig` (`name`, `val`, `autoload`) VALUES
('scanFileProcessing', '', 'yes'),
('wfsd_engine', '', 'no'),
('signatureUpdateTime', 0x31363337383736313437, 'yes'),
('suspiciousAdminUsernames', 0x613a323a7b693a303b733a34363a222f5e77705c2e736572766963655c2e636f6e74726f6c6c6572283f3a5c2e5b612d7a412d5a302d395d2b29242f69223b693a313b733a35353a222f5e283f3a776f72647072657373737361646d696e7c776f7264707265737461646d696e7c6a61696d652e626573736572353629242f69223b7d, 'yes'),
('adminUserList', 0x613a323a7b693a313b693a313b693a3237323b693a313b7d, 'yes'),
('vulnerabilities_theme', 0x613a333a7b693a303b613a343a7b733a343a22736c7567223b733a31343a227477656e74796e696e657465656e223b733a393a22746f56657273696f6e223b733a333a22322e30223b733a31313a2266726f6d56657273696f6e223b733a333a22312e37223b733a31303a2276756c6e657261626c65223b623a303b7d693a313b613a343a7b733a343a22736c7567223b733a31353a227477656e7479736576656e7465656e223b733a393a22746f56657273696f6e223b733a333a22322e37223b733a31313a2266726f6d56657273696f6e223b733a333a22322e34223b733a31303a2276756c6e657261626c65223b623a303b7d693a323b613a343a7b733a343a22736c7567223b733a31323a227477656e74797477656e7479223b733a393a22746f56657273696f6e223b733a333a22312e37223b733a31313a2266726f6d56657273696f6e223b733a333a22312e35223b733a31303a2276756c6e657261626c65223b623a303b7d7d, 'yes'),
('loginSec_disableApplicationPasswords', 0x31, 'yes'),
('disclosureStates', 0x613a323a7b733a33393a2277662d756e69666965642d676c6f62616c2d6f7074696f6e732d656d61696c2d73756d6d617279223b623a313b733a33313a2277662d756e69666965642d676c6f62616c2d6f7074696f6e732d616c657274223b623a313b7d, 'yes'),
('lastPermissionsTemplateCheck', 0x31363338323938383635, 'yes'),
('lastDailyCron', 0x31363338323937383137, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfcrawlers`
--

CREATE TABLE `wp_wfcrawlers` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `patternSig` binary(16) NOT NULL,
  `status` char(8) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL,
  `PTR` varchar(255) DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wffilechanges`
--

CREATE TABLE `wp_wffilechanges` (
  `filenameHash` char(64) NOT NULL,
  `file` varchar(1000) NOT NULL,
  `md5` char(32) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wffilemods`
--

CREATE TABLE `wp_wffilemods` (
  `filenameMD5` binary(16) NOT NULL,
  `filename` varchar(1000) NOT NULL,
  `knownFile` tinyint(3) UNSIGNED NOT NULL,
  `oldMD5` binary(16) NOT NULL,
  `newMD5` binary(16) NOT NULL,
  `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '',
  `stoppedOnPosition` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `isSafeFile` varchar(1) NOT NULL DEFAULT '?'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wffilemods`
--

INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x828e0013b8f3bc1bb22b4f57172b019d, 'index.php', 1, 0x00000000000000000000000000000000, 0x926dd0f95df723f9ed934eb058882cc8, 0xb3447ab2020ae8fe7d5fabf637782ccd0339f6743ae61c8d27b30db9f37f82e1, '', 0, '?'),
(0x98cd14c95bb22f9d397da0603a77d950, 'license.txt', 1, 0x00000000000000000000000000000000, 0xf05adecf7b9a0053d867ab9144a184e3, 0xc914c0d18bb0ae493cd26dc7646283077dff81cc917882c556ba352fc1959cdd, '', 0, '?'),
(0x61a73fa3aa5fd7cba2bed0366aa8ec58, 'readme.html', 0, 0x6399e050eca3e706b46e8e4848cbadbf, 0x6399e050eca3e706b46e8e4848cbadbf, 0x0138b2e10938fb3906b385284cfca10f3a7695326c31d0545356d4d67fcff1f7, '', 0, '?'),
(0xe7c3d54bff679bd0e5876f1b23e71330, 'wp-activate.php', 1, 0x00000000000000000000000000000000, 0x6daf2377193a6d929cbe32b4a9412211, 0x119fa6ec5e3ea92ad1e298e772a9a81dff492bd2da7b8ad184c555bb62c726f0, '', 0, '?'),
(0x2d87ba2937a63579b03863dae25776d8, 'wp-admin/about.php', 1, 0x00000000000000000000000000000000, 0x4c217b33bbf0110a1f0ed2a5745c728b, 0x31ba6f3ae788bf378b26d989ec51d8b4bef501fb37b7cf2b2ec13b793bee7414, '', 0, '?'),
(0x0e58ffe648e5a5a528bb3ac85aeda914, 'wp-admin/admin-ajax.php', 1, 0x00000000000000000000000000000000, 0x156dca49797396866a8579a5ecd1a85f, 0x383dd4bbfd28a8fd0cb8488fe89926b27518451a6c7d525ab1b03e164f6c8d78, '', 0, '?'),
(0x213162dd8539a0aa2ae3c0ff5c11e1c6, 'wp-admin/admin-footer.php', 1, 0x00000000000000000000000000000000, 0xb8df52b4b623d674740549727a58924b, 0x566f06b8e6a28c3ecf29de03780e94b6e01fe0f65aefbdcee1451642ae4f90ae, '', 0, '?'),
(0x1510c84b55f567304d55bf2f9af6ca87, 'wp-admin/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xf9586faebc5fa6a892d4b2290acdd172, 0x8e28d85a212e0cdd65f17fd8545539323be2c91ead13e6e5dd8f7403356fd25e, '', 0, '?'),
(0x40e86dbeb7ebc54f0c1208c5dd571201, 'wp-admin/admin-header.php', 1, 0x00000000000000000000000000000000, 0xe645babcc31bedf2a3b27f4c76d701bf, 0x13768eb4948e01af7451c12b0534260f66e9648d31af9c5a18cd364c49cf3d85, '', 0, '?'),
(0xed5d9a1da740830a97ab3ec4baee596e, 'wp-admin/admin-post.php', 1, 0x00000000000000000000000000000000, 0x537d640796a61744b7fd544ed52246b9, 0x46b5d49dd171af9460d3eba9bef6cbe9725f937f919fc8a85f86a2f727809c49, '', 0, '?'),
(0x0b941d7f88a62c482862e6105f46944f, 'wp-admin/admin.php', 1, 0x00000000000000000000000000000000, 0xeca72bc2d7995f784c39d47e68c0e600, 0xa6482a2b77a3939d1b0fd2dc4379b7096dae76ab311e52e332100a67915caf0e, '', 0, '?'),
(0x0958ce740c5c34764e493582d86acbc2, 'wp-admin/async-upload.php', 1, 0x00000000000000000000000000000000, 0xe1b95d740d3bfdd942b9e920efde5dc3, 0x1f99ac04a1c30d20dd3fbdc7c4228bd5687ab833c2f6804cb4578771f935c522, '', 0, '?'),
(0x29ec49960ace8656acb89f7111eee67b, 'wp-admin/authorize-application.php', 1, 0x00000000000000000000000000000000, 0x988b784f8213e2f6c4de243aded8672d, 0x034defc2e407d84a2ce66cc3cb7a4558924e3eab13fcfeb79e5412e2a2fb8817, '', 0, '?'),
(0x22d3c4360d0c2b4b137bd7181a216105, 'wp-admin/comment.php', 1, 0x00000000000000000000000000000000, 0x104c8d24b80392820644a8c7fa5b406f, 0xe758ecbff3fa3d652ea9c23ebc6fe714c7f7e510cfd8459a9e16fa1eedabf6b1, '', 0, '?'),
(0x6b4dcffc969ca69a020ceecc99597370, 'wp-admin/credits.php', 1, 0x00000000000000000000000000000000, 0x9eb1f9f3969519441fb714111647a3a2, 0xfbaea9c62b1f13aaea2adb95f3dba645a34a11bd2522ffa7ca0c484944802d9b, '', 0, '?'),
(0xa42a4f2da14ccf84aac2e20d5b7fdb75, 'wp-admin/css/about-rtl.css', 1, 0x00000000000000000000000000000000, 0x69f8e391f67f5e5a225e198a7616d80d, 0x9d0df877e7b45e80a7c0e694970a2dcd5f6ca8ec3c08f6cf228da6cf34578a58, '', 0, '?'),
(0x55ac056ec99362346c5a052c05490403, 'wp-admin/css/about-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd63d2623baeeb6546b94c8413ddc023f, 0x8e1b111b538fc6e20b096034ce093acf30dd55bd68e5e2de70dbc6ed73aac584, '', 0, '?'),
(0xc94137a827e143239e778a53fb738e1e, 'wp-admin/css/about.css', 1, 0x00000000000000000000000000000000, 0x780e20fd9f00ad1aa7142a6d37761225, 0x5d6a48bcdf238d86ba3f1588888a83b506146a364d498a61d2b0e811286599bb, '', 0, '?'),
(0xfc4a92a7f3122132a0a8dc00ad80c1fc, 'wp-admin/css/about.min.css', 1, 0x00000000000000000000000000000000, 0x0ab271145f3dda7339ce4edd40c5a9e8, 0x1328cbfe52f301c28351b663cc1b346f7b5d8db51dbff7029e52e0cefb525a57, '', 0, '?'),
(0x1c0b94176d81c76e390ec646b136b703, 'wp-admin/css/admin-menu-rtl.css', 1, 0x00000000000000000000000000000000, 0xed88d2699c302e07f0c9ed66aef09886, 0x430fd658a052861aa0e018290447552b4c418690200bc024fb3aab317f9e658a, '', 0, '?'),
(0x0654b45d5c67f8aff634c5ba7550b23b, 'wp-admin/css/admin-menu-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x88cc44896d09ecc2e1bca61e8c978d65, 0x9e83e11f24f4c0c1ef5f5895836f065a27c281c226ad0a35bc0418ef35d4a776, '', 0, '?'),
(0x90c122ea5a3000d8bf6585d4a670df1c, 'wp-admin/css/admin-menu.css', 1, 0x00000000000000000000000000000000, 0xb8543a85237d92399e48a28b3736af87, 0xb8a49269af9b4f7f2a1cf1b4f56987f6fbb3cada2fc59d92769979bf9361ad9f, '', 0, '?'),
(0xff453538bef979aae4d45773d64fbad5, 'wp-admin/css/admin-menu.min.css', 1, 0x00000000000000000000000000000000, 0x220faf3f2e4f83d234c36fe9c956d6a1, 0xf9fb66128a8fc9b2ac9c414507f075ce6b91e4c94c178d742b4b5a09c7c5a4f0, '', 0, '?'),
(0x608cc7fb0a83fdf38632acea16af8b01, 'wp-admin/css/code-editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x0fe5ebbfedf69656a1af444251566746, 0x77fec738363dc5dd9497fd87c232e9970d44255688ff4535bd0453f809f454b0, '', 0, '?'),
(0x3d1bbfb2dc663b56f364056c220ea7c0, 'wp-admin/css/code-editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5aaebf8b2ebf8f79d6ec5e4abe69bb2a, 0x7beb2086b9a015b2dfe9c149e5d05ead608eab001bca1cf81390f305c23c1e3c, '', 0, '?'),
(0x974cdfa8f5cfa407138c2805bab952ad, 'wp-admin/css/code-editor.css', 1, 0x00000000000000000000000000000000, 0xfbc767719513d9cf69a47390ed948b2d, 0xa57e3a2294600fd4f668652640f815fa2a9c11c0eceafb41bf05afeeea8016ab, '', 0, '?'),
(0x7e7de27b20ddc7193e44ed7d08a63c1c, 'wp-admin/css/code-editor.min.css', 1, 0x00000000000000000000000000000000, 0x30c233933ba037d0ce763a8850e0c7ce, 0x4a6c41a613805af1ba89da7197e0894605ac0b76f63c33e091ae495e86d16bd4, '', 0, '?'),
(0xefc010fb50868961600e5875eea5a106, 'wp-admin/css/color-picker-rtl.css', 1, 0x00000000000000000000000000000000, 0xe0d5697fedecab53162d4dd8bc46b84e, 0x6d151a8b4cd5b9cc02ab81d01ecebffb316d0f8e611dc9a495520f728f314137, '', 0, '?'),
(0x11d272881f57eaae33a899e3e1a5be56, 'wp-admin/css/color-picker-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xca7eb870bf124553d804b0d6638f1956, 0xc23c923d00ba5b5a0a327ceb8ba2b692003f36faaf930389a2ba90bb8b9690a3, '', 0, '?'),
(0x46f3c2ef3fe689433b248ce948190d0d, 'wp-admin/css/color-picker.css', 1, 0x00000000000000000000000000000000, 0x1a3db6ffc2e8f44547e63e20ac311a3c, 0x742daa5d4c6238946e9764c5055c706d1f5e81a4c57f94b0695ba063ba1ab3f6, '', 0, '?'),
(0x150f98afdca139ee755f5c0ac339c127, 'wp-admin/css/color-picker.min.css', 1, 0x00000000000000000000000000000000, 0xf3cc1985788e0fee54693619119afafe, 0xdba371809154a2f27a75c5d5eea94f69eeff5ccb35d0af59f475d6e8147e3d63, '', 0, '?'),
(0xb84a7c0601367dcb0c50df2c020dd99b, 'wp-admin/css/colors/_admin.scss', 1, 0x00000000000000000000000000000000, 0x5229f9e8d938203c9c3637da231a0182, 0xe5fbd45d3e792dff66b522e58c4e79250daa6c92ce72036082e5d1f4c41e03ff, '', 0, '?'),
(0x7565f61e1d08012c220a09ee68b8672e, 'wp-admin/css/colors/_mixins.scss', 1, 0x00000000000000000000000000000000, 0x5860c2c0a06f69f860481178fe83ba43, 0xbee2e364cb7065dc8a261dc2e4ce81fea5bfd1e1caea97e5fa92ecc4de732df1, '', 0, '?'),
(0xa9a21c3d43d1a0d4e62a5458f4b9b434, 'wp-admin/css/colors/_variables.scss', 1, 0x00000000000000000000000000000000, 0xd590e45d50e3cc8d6698e9566bff6bc9, 0xec337db363396afa6d7914f083f4c9c9ea4073bae270fe560652f1fea903395a, '', 0, '?'),
(0x3538e764e1605336314b3e1cdbae8676, 'wp-admin/css/colors/blue/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x4367b0cda461aa7013ed3a5e90fa149d, 0x0cd7b55aa9e6e62307eecd23ff7ab232f42452bf3643d9ebe5fbe631a78901ad, '', 0, '?'),
(0x1144a9386846de9b4256690552eea81b, 'wp-admin/css/colors/blue/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x174ec05d7f4e74d766b593427d6f095d, 0xcf71c6ccbf8aa66a07cb6401a8aac60b656f0aeb259b053bd9f2f391d0160fab, '', 0, '?'),
(0xe7e046fc5a5916bfd14338c08f1c3345, 'wp-admin/css/colors/blue/colors.css', 1, 0x00000000000000000000000000000000, 0x0327e2f48e86d9b3b8a6e9b276f2322e, 0xd5dab7999119b9526b0e64884e5a8cd068e3ed56a70d12e43c70129e93be3d31, '', 0, '?'),
(0x746d36db97c07108baff8e2e90a33d6a, 'wp-admin/css/colors/blue/colors.min.css', 1, 0x00000000000000000000000000000000, 0x030e6205711ce0398b8fff0a67498a2b, 0x8b288ff9b5259324436bee9a874f7f0d8399bffd3d3005160bdd645b71cba1f7, '', 0, '?'),
(0x4cf13e0f74061199f59a4eff88868bdd, 'wp-admin/css/colors/blue/colors.scss', 1, 0x00000000000000000000000000000000, 0xd9d03549d79484672c29145aad594db3, 0xf85c6b9b8853dbeb9a91df6e207757fd9a091bff21d32a03c17ea676900edd11, '', 0, '?'),
(0x8c9dbdb4866a754743744fc6fed813e2, 'wp-admin/css/colors/coffee/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x9615f7b5675f5a59ed5984d90bf68e2f, 0x6f49c50ee2df50e9678dc44b37cc2476d0eb76786c6ba588e174ba824561c053, '', 0, '?'),
(0xb28b713f25cdf57270fef830f737ef71, 'wp-admin/css/colors/coffee/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x216ec4ce9f1dd3be071dea29bb5810fb, 0x8e8561413d834dbadb58e0e7bb9a9daecef13423e6f441c869cea10da7d1d263, '', 0, '?'),
(0x04cfb4203315080b506023385eddd65a, 'wp-admin/css/colors/coffee/colors.css', 1, 0x00000000000000000000000000000000, 0x5888bed2eb8f3370bcfebefec7b5e250, 0x41f16abbc8be66ed46a1168eaa461bbb5d93bf303d87deb9e38c7c987fb2c106, '', 0, '?'),
(0xedf9eb654398be028407f0446921d7e7, 'wp-admin/css/colors/coffee/colors.min.css', 1, 0x00000000000000000000000000000000, 0x55ace2738a5b309e0ae2b1fb81322da8, 0x61beedced25243f0be4a0c298321ec7b4d1e7440ea427dc20a9d47b435f78300, '', 0, '?'),
(0x7849061d48de2e9439945915c3e0424f, 'wp-admin/css/colors/coffee/colors.scss', 1, 0x00000000000000000000000000000000, 0x215144fe0268ea34a511e791078fe8f3, 0xc81793bb4fd6e76556c28b54604e3662710b494f37e0b5fd4d0af68c9c5e9438, '', 0, '?'),
(0x6a6d4504a4d14158dd75779b7f3edc86, 'wp-admin/css/colors/ectoplasm/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe161c0ffb04b666c5042bb1236b1dad, 0x9ad3c204ab7a1ab9fe4fb2d03319cea2beec18a5a17d2aab690603b47560c721, '', 0, '?'),
(0x44d5b9efdaf8bbe5d8244f61aaa3e9f4, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x21c053c01853935fc6598d025f338766, 0x6962f7f7c1b3e9b8d8e31ba269117415597aeabf512e8c0ff41c463080dd4f5e, '', 0, '?'),
(0x9aaaf4a2ec4800db99c0ae689943c1fa, 'wp-admin/css/colors/ectoplasm/colors.css', 1, 0x00000000000000000000000000000000, 0x27ead88444879fe439b86ab94b5c0612, 0x7e98328d0ea54811f8338da62e9b34ba22c47fe5c7466f8057f48811e05edc89, '', 0, '?'),
(0x5b8cc323dca7151a3e5dbf1e02813ca6, 'wp-admin/css/colors/ectoplasm/colors.min.css', 1, 0x00000000000000000000000000000000, 0x312f03f33f6ea22e16d7454cac2dc9cc, 0x741724a179438d002e4acee818eb2efc4fce0518a37db5bd2267cef91b173dec, '', 0, '?'),
(0xcc4dcf5471265b3ffdf93eecb98ae50a, 'wp-admin/css/colors/ectoplasm/colors.scss', 1, 0x00000000000000000000000000000000, 0x940171d1392bd8071122a905d12b9195, 0x42c1866d8d7f1ee64e91be6802c4eb17a0b5ac73744ea3f36a07415334580024, '', 0, '?'),
(0xdf71821ff99c158a1d25c5b193206d2b, 'wp-admin/css/colors/light/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x620037ce91ac4cff19e262ae48674fab, 0x35b6a9996dc617c3e20c252184f76175e86cec8271526b7b716ebf69610b9a30, '', 0, '?'),
(0x2d8e1666e2c8345ddb23227512b8b36c, 'wp-admin/css/colors/light/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x62fb59831e25a0a375232bb565523a3f, 0x0338b73b009830f9701fd31c370e17134cbcbc32d2aff890dd7240beee136e8b, '', 0, '?'),
(0x76f07b23bfb96c9a936200167dd3e342, 'wp-admin/css/colors/light/colors.css', 1, 0x00000000000000000000000000000000, 0x47a9f56ccb20d5b33d9eb2e17de6a31b, 0xa1f8bbf3f7343008593012c4bd48c411f738c60585eaab7b56f7372840fd9830, '', 0, '?'),
(0xfc3928468c526a7f32b96e05365d818a, 'wp-admin/css/colors/light/colors.min.css', 1, 0x00000000000000000000000000000000, 0xbc07f9a4ff3b5fc7a038d084c1f33d92, 0x001cd2a75d57b38f8309fa4dc26fd5356ded648070a2486223f45770a74d270f, '', 0, '?'),
(0x1388de4b532ba11565d78e418640938a, 'wp-admin/css/colors/light/colors.scss', 1, 0x00000000000000000000000000000000, 0x29a00f13d059d6486e0954b1a0355e9f, 0xdece59b379c53742dba9d7e8ca2fa663e4e0b2bbea94fd247299fe269ad9d75a, '', 0, '?'),
(0xfa9894e7d94c1d3f40a79a2e127e4faf, 'wp-admin/css/colors/midnight/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x0bd6457e1d97f28532271d6f098f3f81, 0xf493aa09555774ae90221a8cf73bf50b8d7c77995e097222c63a5b5f6341a97d, '', 0, '?'),
(0xabf4f7e1978fd81033852d831bab34b0, 'wp-admin/css/colors/midnight/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6aeb915df2b7e8343e802a49bc8277a6, 0xe781ebd8ae60d7df1c240cac25d654b67bb7a3bde1be724b4e8fb5d56b36fdd2, '', 0, '?'),
(0x3b0bde1362ad66c89630ff96a6ad7805, 'wp-admin/css/colors/midnight/colors.css', 1, 0x00000000000000000000000000000000, 0x3b435fe80a8b16950e0597c463c04b9a, 0x7d7992d4bc8941ee6c4b6e494a48940b177a264e5663beaa06883a5b33e3406e, '', 0, '?'),
(0xdb02e38e5f0dac4a4ce823ae4042ccd6, 'wp-admin/css/colors/midnight/colors.min.css', 1, 0x00000000000000000000000000000000, 0x6bec0eb67c9d97270dc8a414b740d10a, 0x42f60f9b781e2e1e65b09f4450e9309cbedaeda5a7b51f1b241a944433b39903, '', 0, '?'),
(0xda178677fa3dc5a2c44ffa26b94610ca, 'wp-admin/css/colors/midnight/colors.scss', 1, 0x00000000000000000000000000000000, 0x26dc8daaf0c47c4457b8bc2145f48634, 0x53eacc7f6fcd47709edb0ee908f4aa7bb5fd9122a8467553be26a78ef5ffaa05, '', 0, '?'),
(0x536ae17e369b907ba8809cc182085813, 'wp-admin/css/colors/modern/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0xaf7a15a6fe6752c8ba2363fdd9a911a6, 0xf8c1853f7e801b6f2c637932905085fb6f6ec9d1609b9a9edfcfbb7d75383a48, '', 0, '?'),
(0x1537d11de9b114ee4f57170a1b408b61, 'wp-admin/css/colors/modern/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x264407fcd709843f472ab1fe016397f2, 0xa4f68a85807782a4e884c7569d65ece4a1616deaeab0789f08c85ae87d223642, '', 0, '?'),
(0xa0b16e312ec39375e9749f1781c86c58, 'wp-admin/css/colors/modern/colors.css', 1, 0x00000000000000000000000000000000, 0x2b03407de9dfd1198bd86e661ababa45, 0x5869af20087496bbab6a3c75269105dad3f0251f439e0d41ecd1009d3621a807, '', 0, '?'),
(0xcf5f71205e11a1c73ce038efc73ae809, 'wp-admin/css/colors/modern/colors.min.css', 1, 0x00000000000000000000000000000000, 0x0f45c1c1551702f24def0d7634ab4750, 0x4d245fbaea662335ed9c728eed929767bddc00cdf1a37261b0affe4fec6d904e, '', 0, '?'),
(0x1edd2205c73c0969a074f7df0c0626dd, 'wp-admin/css/colors/modern/colors.scss', 1, 0x00000000000000000000000000000000, 0x8aa858ffccaf9bc552d66ad90846f29c, 0x3234a9de83ea6b693cbfad7526a62a9ea737f18b55ee73b4d63d0f7ecdeb46df, '', 0, '?'),
(0x9f3c84a028c8eac0892a415d8e4feda0, 'wp-admin/css/colors/ocean/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x333522b1653402c6e739d4fafe2c3c3f, 0x6e1529289151df68416010c45bf6c4e6b1b63cf1074aa3a274287bd8e364d980, '', 0, '?'),
(0xb1a7a9d97b5e8e8657c8ede8f343b118, 'wp-admin/css/colors/ocean/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0e7e815373eb6c69123497c96c31c20e, 0x4f5bd77e5f754ff60da369e265e873c55eedeb97de98bc9da321998f0a794b3d, '', 0, '?'),
(0xccc38a356666cd3b2c472127f6f3272d, 'wp-admin/css/colors/ocean/colors.css', 1, 0x00000000000000000000000000000000, 0x3f01051d81ca1e87adeb577ae54559b3, 0xae8212b1f3e4065112c44dcded8e64eae120c812819e1458d9bc5425891463d1, '', 0, '?'),
(0x9e2a0254f1750da2edd3d61da07eaa6d, 'wp-admin/css/colors/ocean/colors.min.css', 1, 0x00000000000000000000000000000000, 0x76304f8dfd2ce61ce1a4b458c9d7baaf, 0xecb09070165c1442c46c49fafeb0c860c07b69e8b27e9cea86c8ddf826514f0c, '', 0, '?'),
(0x2d7fb2ead118e111c7b88625773df5e2, 'wp-admin/css/colors/ocean/colors.scss', 1, 0x00000000000000000000000000000000, 0x84b7aaf89eecd756f42a2c5e622a249a, 0x6e6893e1b798760855e83f44bd9f3493cc771eea5a71e0d4ee15b7a5cef9775f, '', 0, '?'),
(0x116ad7bbfd8204f3712ebb2a3ba7e132, 'wp-admin/css/colors/sunrise/colors-rtl.css', 1, 0x00000000000000000000000000000000, 0x2711b023b7fb9b6f220778b1c83c901b, 0xea8ae7690cc421b49327aad36aeb8c542b64f551e0cb429a4bea44406834cf47, '', 0, '?'),
(0x326aff4c2cc3d9de570dbaae57249be9, 'wp-admin/css/colors/sunrise/colors-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb399fad1d8890c909909c16d2f4aa37e, 0xe37de40d3a0c8e6a6799e61e0c9a4585cbbe561b121e285d68c578889e740b19, '', 0, '?'),
(0x9c8589018afe793835f590dcc3a662d6, 'wp-admin/css/colors/sunrise/colors.css', 1, 0x00000000000000000000000000000000, 0xa3a47a0c809c0474fb8b62e582bd01ac, 0xb95dde00d96d1758d995e4a6c7ffafc3873f8484f44cb0640c11f4724879caa7, '', 0, '?'),
(0xcf2dd32b8e65c6e1d46df17522b6c378, 'wp-admin/css/colors/sunrise/colors.min.css', 1, 0x00000000000000000000000000000000, 0x3a750f72c75c84d9ad6c5fd1de3fe292, 0xa9fb2e7fb66a666cde9b98f2e02c26bc95fec4b8f247c5fb944b75d43fa0ade3, '', 0, '?'),
(0xffb51c53a94305520343fefc076cb8c5, 'wp-admin/css/colors/sunrise/colors.scss', 1, 0x00000000000000000000000000000000, 0x5692871a8a7a1914ee0968ddf9923dec, 0xfde2af515f6e9f893937ca134c3284f324a2ee79073a6ae053d18587a0cec5c1, '', 0, '?'),
(0xb318cc57327fddd84481f14787378756, 'wp-admin/css/common-rtl.css', 1, 0x00000000000000000000000000000000, 0xaffbcde16d82c8159bd87b64d75899b8, 0x295c6baca2ec3a4510738c25766e8c365a12ab520a67964e2a3144bd9429269e, '', 0, '?'),
(0x8e9f1885589282988148f66f9d76cb0e, 'wp-admin/css/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf8a28569bb71e3a4adb47ba4fcf12449, 0xc5816e471fc482844d226b14ec15378c7722d2a59721e78849045b1f1cd53111, '', 0, '?'),
(0xfc8970b78a0739bd367f17c3a8e552e6, 'wp-admin/css/common.css', 1, 0x00000000000000000000000000000000, 0xa54d94c97c4dc953d9701460674b7e82, 0x65fc5e93ce27613b171e48e3250956b93cfa653569581c540a02dc8e7e54e3a6, '', 0, '?'),
(0x0d83764ef516cc5b42e1d326ead8534c, 'wp-admin/css/common.min.css', 1, 0x00000000000000000000000000000000, 0x4de5acacdd0f53c4d4bbb14a50a61cf5, 0x9dce488bb1a5f2ace784913b1db9a6f0bb23994fd2e293edf5b6a52f17749780, '', 0, '?'),
(0xf3ff56ac936b39dbb4ee73bfbb80d6bf, 'wp-admin/css/customize-controls-rtl.css', 1, 0x00000000000000000000000000000000, 0xb4ca9d8f972717a4a86477675af37ca9, 0x6221e2ce2666e261ee0c75bdc313951c4c716d3c2ed2d19c05332f58bc63c05b, '', 0, '?'),
(0xcd0fa9ffe1877011f76ad69b6092c877, 'wp-admin/css/customize-controls-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x2ec8792d88757602f1094f11d0111b43, 0xa1abcdde00ac02aa8acb9d6026aa1c1071f647251a68abb080b0cbff2c23f487, '', 0, '?'),
(0x8c3f9a0a35fcb448e33fe2e0c1c0e0e8, 'wp-admin/css/customize-controls.css', 1, 0x00000000000000000000000000000000, 0x9f8cc1bfc316cc60ffcb8e7a9ff71af6, 0x162ad710e8c67d0050cae3fc91ecb5df0f8a7f8679afc45dee794f72d140fc7c, '', 0, '?'),
(0xfa2ed5b6bbd5f15a67027bda3df19acc, 'wp-admin/css/customize-controls.min.css', 1, 0x00000000000000000000000000000000, 0x25b32ef02068603358545c57e205dfb4, 0x349147cbbcb0c4f28d474fe3ed0e77139db89f6da4715605eb7a3886fbebb0b9, '', 0, '?'),
(0x4fe1fbc6d5de7920aefd6b1b010962b1, 'wp-admin/css/customize-nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xdeca6c55a0658248c8592555916eeeeb, 0x414be5b88c54b7594caa1b36c8c77e38ae96b004c5772c39d5cb892b8b52f766, '', 0, '?'),
(0x484184b8fe66be2cc1f5e424462dee16, 'wp-admin/css/customize-nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x817b269dd0c39e19eeb1e2f48d3ee9d5, 0xda69249e7a3a3124732bc2bbdcc1d1c8f384cc941bf1f41a08cd0cbf216f8fd0, '', 0, '?'),
(0x410cad6c417e695e98829be975d3c398, 'wp-admin/css/customize-nav-menus.css', 1, 0x00000000000000000000000000000000, 0x1e2852726fcea1430dc40a9a46eb2bb0, 0xb6ab1defb496bb7fc8992ac4dde5fba71d0874b151ef16e77a57c3868ad7b255, '', 0, '?'),
(0xe88c00855da870ddd2de91ea96090d47, 'wp-admin/css/customize-nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x0593fbcff02b9f44c738726e6c55eed3, 0xb40c0155119984b20e8832a38023649d7bb7cfc833e9f71eab4538d0c9ef55bf, '', 0, '?'),
(0x4ef1e3fe4856fbae13d50cf57db63447, 'wp-admin/css/customize-widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x68d5223f2e9969b221b57165c6ff6fe4, 0xdf9fd16495857e6f8c4bd043a7d40ed1b045ec15c3cb9b1d2935ccd92e399141, '', 0, '?'),
(0xbabc3454b828e2045c39278ce433b129, 'wp-admin/css/customize-widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xa165a17b1cf6c9e6e7911060202ed7f8, 0x8618ab89c93d464c9f659b0393f1639dd1e57f5e2689b01a7c0a6cd2e1614fe0, '', 0, '?'),
(0xf0f6b4f803fc95f836245ba3aaae4fc0, 'wp-admin/css/customize-widgets.css', 1, 0x00000000000000000000000000000000, 0xd3252764095c88cae3c6c2db735075a4, 0xfffa816f5e0988b949aeb3ae5f71194ae505731607d8cb3de62d2b9a94b30bc9, '', 0, '?'),
(0x97f162a6fc921fc1ff0ca3ba7c657eeb, 'wp-admin/css/customize-widgets.min.css', 1, 0x00000000000000000000000000000000, 0x8a0478a6945d263f93aa492a31e20665, 0xf1738b9494a90eedfcfbfe12576b840142fcb40f246f47cfd64ef7e60afcafc6, '', 0, '?'),
(0x351cea3f89810b7998c43c0ed932cc02, 'wp-admin/css/dashboard-rtl.css', 1, 0x00000000000000000000000000000000, 0xf56f3086446bb4c4a3272d35d80753e2, 0xbea999c072e23f9800f412d131b47d32ca49447365c74bb3b4d55790086bef80, '', 0, '?'),
(0xb54d9fe973e13b272c10bcdeda2d457f, 'wp-admin/css/dashboard-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xbac8591f6b1e7cb308d676088a0bf0e5, 0x2a937829fa8336384e48c98e3320ea416843ae0927711f7e1c61f520493c18cf, '', 0, '?'),
(0x17b2fea3b24b714d8dc3e47b83b1bb03, 'wp-admin/css/dashboard.css', 1, 0x00000000000000000000000000000000, 0x335438ce6f72074fd730ea743d2b5a25, 0xfcfbba828486449945a1fdc47f9a046246e68f11c058780ce9a89e82ec8608b8, '', 0, '?'),
(0xe62b821ef9ab2ee2f8c765161046abc8, 'wp-admin/css/dashboard.min.css', 1, 0x00000000000000000000000000000000, 0x5d8ecf772e9f85c59e31152d3ee85159, 0x897d3589585f4b72d14f146590e98e9cb6eb67821b69d876ab11b31a38fc8804, '', 0, '?'),
(0x38a94029fdb13679675b0679e5735152, 'wp-admin/css/deprecated-media-rtl.css', 1, 0x00000000000000000000000000000000, 0xb9f668d5fb02a7227aa41cbad7506777, 0xc0e1b4d2fc49df27db486bf2cce5b42c84849831aeb835211075fb2e9da4eb32, '', 0, '?'),
(0x9870745f205987c18cca374c06e34b74, 'wp-admin/css/deprecated-media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfbe3e2f975d6b0e35a8d6ce8fa22e58a, 0xbff5ebdce9910b4b8edfe1b9a5f1bb3dfdb812d924f1cfbb89938f5db0438769, '', 0, '?'),
(0xbcf09bc25822af2d7be3ca2434387378, 'wp-admin/css/deprecated-media.css', 1, 0x00000000000000000000000000000000, 0x6b2be8b61548d67f68ba1c7f86afa233, 0xf5d896295fafdf3668a7fd8ca5311dc4dc415c8b5f6c674bc064a96b5558a371, '', 0, '?'),
(0x3461e4fe5b0349ba7de7d8dc48ff6d29, 'wp-admin/css/deprecated-media.min.css', 1, 0x00000000000000000000000000000000, 0xb04d3e1083e85fae5eafa392e5d33946, 0x2efaad2a051c9b4155d77530f80927a7518432cbbba63dff11783477e1e0678d, '', 0, '?'),
(0x5da79f8be2f9227d5b1d921759dc52da, 'wp-admin/css/edit-rtl.css', 1, 0x00000000000000000000000000000000, 0xf6afce4837679f8ca9385989790b1dc0, 0xb207c8cf9af5adbb0ed95a170e3a8b8b4ac2447a1cf219bd230b10793034983f, '', 0, '?'),
(0x9342dd482a12046d7a97cd4e3833fcee, 'wp-admin/css/edit-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x3361751d0daa0d04740e80ce163309b2, 0x80932b7915f036669f8a2345381b2bdaa80c438e9d4483aeded882ae6ebad0ff, '', 0, '?'),
(0x0d9c8d3a893a8910ec1df54848f93a64, 'wp-admin/css/edit.css', 1, 0x00000000000000000000000000000000, 0x2cdf0e3d5ae4cc062dd1213f712333d2, 0x1904c54ae5a2a59f8f4ffa10fbd8ebbcc8e262972add3a65e31ec5a1fe50def5, '', 0, '?'),
(0xf38715e72cb76fd921c20e7abe6a22f3, 'wp-admin/css/edit.min.css', 1, 0x00000000000000000000000000000000, 0xa0f64371773dafc62a630bc818245bda, 0x923656e573341def733d5489d8e22ceeb80ecb8716347b77f8c6086de907f97a, '', 0, '?'),
(0x363b490528d648b26dc925acc31666ba, 'wp-admin/css/farbtastic-rtl.css', 1, 0x00000000000000000000000000000000, 0xc2370ae59e15c0b0299a7b89ee93fb17, 0x549c3dd65923d2cb045b1895fdb676721b841048cd6961adfe52fe0ff286f108, '', 0, '?'),
(0x82014fcd135815ebc1675d0b3c664098, 'wp-admin/css/farbtastic-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xd55340e3ce5b935c2cf0337c92b61521, 0xa3536d11be27df3b646097e365a04dd830693df38e3f3eced00780e4bc3f0f7b, '', 0, '?'),
(0xabc2abace4972d6a3db475b64e5c7127, 'wp-admin/css/farbtastic.css', 1, 0x00000000000000000000000000000000, 0xf9e33829b8faed7d7bbef843fb683255, 0x7c41b9e54ce4bac94d62c778a60e64013858ef82156a582ed0fb8cd65e0a1a8e, '', 0, '?'),
(0x4b816ed28b4426067352f4575519288b, 'wp-admin/css/farbtastic.min.css', 1, 0x00000000000000000000000000000000, 0x23d55eb53a88478028930c82b13a6b0a, 0x341cb7b0375687669bdd20f1be2fef1489bce580eac3c3e644148cfa57033370, '', 0, '?'),
(0x4f6c714363db8ed0efd6cae3cfccd0cd, 'wp-admin/css/forms-rtl.css', 1, 0x00000000000000000000000000000000, 0x063de760ea17b7968f826b14d8ab163d, 0x671ccfd63c810b828ab0fbcbd4c683cb828f73c7c27b35cf9c7192f4bab636ca, '', 0, '?'),
(0xbbca7bfc5d5cd6b5ad09f4e864f3bbda, 'wp-admin/css/forms-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x07d5924d77121b1d47d7eb32e078cd9d, 0xdd978c8f7c00a55be3e4ccc1de318108ba316e7c886dc1c2a9e8a34feeb12010, '', 0, '?'),
(0xf5a5dbfd28ebc5f8259e23803904796e, 'wp-admin/css/forms.css', 1, 0x00000000000000000000000000000000, 0xdd6a27ad7e3f32baac1e5ddb7f67ea5a, 0x8f07633c2a574221c22cdd350e1a54514546882306a27f05e3685f61df7e0688, '', 0, '?'),
(0xc5826aa844df8bbf2e11a5cb9644a589, 'wp-admin/css/forms.min.css', 1, 0x00000000000000000000000000000000, 0xbc334232ef262a29c0ef895e2a9ae633, 0xb7c4a411d1ae10705cbafa3b7816ed0427a59baf48f83432d54eb8955fe84569, '', 0, '?'),
(0xcd77ff393d9f5f0c220768251792d776, 'wp-admin/css/install-rtl.css', 1, 0x00000000000000000000000000000000, 0x519a27d04bb8c4356f7f0869b04ae9f5, 0xd243c7180b43abe4e699568004b463a9f078d42261bc38711ddef976751a618a, '', 0, '?'),
(0x69b22dffd058b1380b07565b7e45fb12, 'wp-admin/css/install-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x7efe4887617d29ce92adcd3b90b87e73, 0xc13399266429b517bc731a3c37c3a6619e76ec799f370fd576c07eb6888a1fd6, '', 0, '?'),
(0x3c8f8939fe75fe6ab3aeff8421c1240f, 'wp-admin/css/install.css', 1, 0x00000000000000000000000000000000, 0xba0b9f452e842995e15cfc7309f89f27, 0x8a021447343a6875f927e8ab514e943d3b46090cd7b4ec45513434f00c19ba6a, '', 0, '?'),
(0x83e2e8ca86d7e9906ea544e3ae96cb28, 'wp-admin/css/install.min.css', 1, 0x00000000000000000000000000000000, 0x06ba68e65d2ce03a869618661f86f633, 0x8028f5a85479f113a8301c2df903aa23e2464f73883bfc3db2d0fb4bd06fc77f, '', 0, '?'),
(0x1ea1d00e272df470da2dcffbf10b66a2, 'wp-admin/css/l10n-rtl.css', 1, 0x00000000000000000000000000000000, 0x17786dc78f167ce19373f8cac1a341bd, 0x5d8bd325464ce8190a49ce4cabf16cabe7a3c566341b32183647eab8e3279399, '', 0, '?'),
(0x76c3a22c5c13ad2b51b9e5d5dbf1d6a7, 'wp-admin/css/l10n-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc14f53b547661c4be7bd9a8e38dcdb5d, 0xad64f27891b9f16b3372fec1deb056034ec4aa856581fc7490b32dfca083dcdf, '', 0, '?'),
(0xc9d203b086933244b41d69dc651c10bd, 'wp-admin/css/l10n.css', 1, 0x00000000000000000000000000000000, 0xb5c4b8f85029fb7c84f0719f72b280ad, 0x77707053a6bddc22fc44c02ebcc56f944d4f8c6dc74fa9271562cb61c78b300e, '', 0, '?'),
(0xe548c6cc34852e5ce3013a89e723e0ee, 'wp-admin/css/l10n.min.css', 1, 0x00000000000000000000000000000000, 0x2b2ed5045b480dcfac2e6babbd2f2007, 0xaefe92bbc3028c886c7f67f3dac3c26a2d75b9f05c243f9fbfa6295c91793640, '', 0, '?'),
(0xa2792585cbc6c7ba7e10b96e657f2256, 'wp-admin/css/list-tables-rtl.css', 1, 0x00000000000000000000000000000000, 0xde5262ed1904937122865dbe0f152b5c, 0xecee6d3ee4a7ff0e20bfadd3b50be3bf9ec3adca19db1a4398fb2838bee21728, '', 0, '?'),
(0xfe46cf25adb3430fc2d43081bba3a12c, 'wp-admin/css/list-tables-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x68d63018fe77cc179b74d64e6ce5aca3, 0xdc8273e1ff48ec3ca8268f60da76d096582b765e153d30ee4f115dc33f218f60, '', 0, '?'),
(0x7c056aaa957837c728517d8e30c027f0, 'wp-admin/css/list-tables.css', 1, 0x00000000000000000000000000000000, 0x2ad0e8a21fd003a27e46d595fceaaffa, 0x10482c3dc02142a53de2bc3fbfbf4f70604bcb84816017fe5e9a7921c0b1ba18, '', 0, '?'),
(0xea0c116b4c4e00f4e7bb781836400e07, 'wp-admin/css/list-tables.min.css', 1, 0x00000000000000000000000000000000, 0x9955ddaa416354b9678640d9e6bb7b4e, 0xea5841ddb82e6051aedf7243f7a21eb9b57740ba3462d358c2f4efcfad149f09, '', 0, '?'),
(0x417b26cf18208aa2563eec07b2ce9d73, 'wp-admin/css/login-rtl.css', 1, 0x00000000000000000000000000000000, 0x134e202d3fb636f23ea8f139dc41cd98, 0x21bc3b23512542582247d2b5574da2f03e8fd6c361adacff54dfc93306083744, '', 0, '?'),
(0x68405ac9258f52eb9546df3b74695c6d, 'wp-admin/css/login-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x039241dcfd89759a1f0a90781f7636f8, 0xd0c5566bc50a2642b2eedbd65332b7774094d00b551747e2c6ba83fea9cf3f84, '', 0, '?'),
(0xb61dbaa47c8f6a5896f9a9df7cea6662, 'wp-admin/css/login.css', 1, 0x00000000000000000000000000000000, 0x710754a589b7a0d1d362f957fb145b7d, 0x1714e85027b9f8ecae29c6592654d5f06a91c304a141b12d2022eb83f6b0327e, '', 0, '?'),
(0x1060990126adb8e994a57e4b33052f64, 'wp-admin/css/login.min.css', 1, 0x00000000000000000000000000000000, 0x459b226222fb1125583d26a6e4c19ceb, 0x983285fb552bd286c335ea7ea83d12ce013d464c16914105a5caaf8f2c53fec6, '', 0, '?'),
(0x72f90fce0a97db62b0952315f0a9e97f, 'wp-admin/css/media-rtl.css', 1, 0x00000000000000000000000000000000, 0x1dba6115eb1897fe06668e7df3f3455c, 0x0845a83a9423add250d3633b1cbe26eb16975490244740f71a7270bf4aab6952, '', 0, '?'),
(0xc17addbfe4af2658e29d9936a498cc73, 'wp-admin/css/media-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x455e3f8b0590b037eae876ab2bb97a3d, 0x41fa6c3a649137325b86583152b177f1bb23ad83d8a48470c207ca6835c83658, '', 0, '?'),
(0x988da3fd549db94489c046d24b3106c7, 'wp-admin/css/media.css', 1, 0x00000000000000000000000000000000, 0xa5c039aa17fd171756380c30122a18a1, 0x002d17bb1ead5a1c476856c2a5c60427b655055c0420fed0e8c2e11b2564c7f8, '', 0, '?'),
(0x25d01550622eceffba38ba4764ce74cd, 'wp-admin/css/media.min.css', 1, 0x00000000000000000000000000000000, 0x283b4864bb07a7cde7289c5f9b65f252, 0x530bddb16010f9ab0f2036c458691cf3a900841c7689344be09de145cd717a69, '', 0, '?'),
(0x1aef798204843852234f1bac79cec618, 'wp-admin/css/nav-menus-rtl.css', 1, 0x00000000000000000000000000000000, 0xe02b667efb4461fdd8a3767c02ae2fac, 0x25744ba672a9d11fd01e748e8a4dbde7faf962abe76e3a80619b8b0ec6e03e45, '', 0, '?'),
(0x0c4483ac209a321efb944b16167c26e5, 'wp-admin/css/nav-menus-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xebd9675efb433ee0becc754ae13ed91a, 0x1093562ea7ae2f8d53569c82393a5f493a616c0b6474e770c0a51eba02617565, '', 0, '?'),
(0xb9ae8315710168cc6e9b1d0c4afd6aaf, 'wp-admin/css/nav-menus.css', 1, 0x00000000000000000000000000000000, 0x95dbb60638fcba425a8f79da0cf1fa2d, 0x5d847e2a250e36b472aa2b9271ea2e618f56d973218bfc1eaf59736bb8c4d1f4, '', 0, '?'),
(0xbd5a079ec0571974c770a5084e8c680f, 'wp-admin/css/nav-menus.min.css', 1, 0x00000000000000000000000000000000, 0x5d03ea86fea127fd5d393fcd5d679c24, 0x9c87c350cc61f6ef1fd7ccac566368c23b88a2a194c31bbe0417021c3b08056c, '', 0, '?'),
(0xfb5068dcc81f077f1eb3b7a4117256e2, 'wp-admin/css/revisions-rtl.css', 1, 0x00000000000000000000000000000000, 0xbcc69df898cff34cda24bc2e1a44cea6, 0x933950733202e0404e32058fff4cd3c0038f40462fc454ddee66a41cde349052, '', 0, '?'),
(0x40ea7419dc523e479c4868c4ed06d7a1, 'wp-admin/css/revisions-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xdf31963df094cdcc61992d0811864949, 0x3747f356a8f59cded489cda617453cecd61d9e08d478995a29a9c41b3a9a257f, '', 0, '?'),
(0xa2206110224b77541b06d50e62633153, 'wp-admin/css/revisions.css', 1, 0x00000000000000000000000000000000, 0xc7b057dc06aa7bd76ada9b2f240ebfc1, 0xbad76a09454c436f84213b75ccc33ae8e89b9c7cf27c2f19e9eed53365016f6d, '', 0, '?'),
(0x0afd47c6996e02e5f01a40312b555da3, 'wp-admin/css/revisions.min.css', 1, 0x00000000000000000000000000000000, 0xb5b3eeabcdbf9d46599687051320702a, 0x1f7e215a01b9e9a90cf73794cb2fb0828f173cbca333a459e18d2c853d5a6b28, '', 0, '?'),
(0xca72b99e7ba41a6ba114c022a8a46b1d, 'wp-admin/css/site-health-rtl.css', 1, 0x00000000000000000000000000000000, 0x4bcf39f1da7975ab53cf2cfc2cdd166b, 0x1fde09816dd30fabecfba6bf9aea110bfb87a7421b1646582649f2be5b73a098, '', 0, '?'),
(0xeaf036ce5a97664defa31df30c943b84, 'wp-admin/css/site-health-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb4cb883040049d153894f5a9b2915f42, 0xaa72cd6479e4e92314b647debf0596d5dbd97d97f7c0a75ad3a67477571dca53, '', 0, '?'),
(0x62f1aaa5b24bc4fe2b78b980a09a7746, 'wp-admin/css/site-health.css', 1, 0x00000000000000000000000000000000, 0xc3a734be145b0cc74a96d32303c6279a, 0x2fcbb574863fbd83d03bce21e8946f999e5124666d3c4c5e8cf836450dfbc878, '', 0, '?'),
(0xdb76365e41e8f380412f5d2c3627793a, 'wp-admin/css/site-health.min.css', 1, 0x00000000000000000000000000000000, 0xe81d7ee48ce57bc378ae7936726f6389, 0xc9acb876f8fc4ffcdc8b29259c978a00f6dbd5107c14d09c13d8c614ea8b4fd9, '', 0, '?'),
(0x02f70fad3072e3884822e1594b5d54b7, 'wp-admin/css/site-icon-rtl.css', 1, 0x00000000000000000000000000000000, 0xf8fc0b81fa9a174c90445282c90b2a99, 0x1759696e0c3e6a069c23ed8f4bf54e253854500f86b3190fdded4f5f83e0ea2c, '', 0, '?'),
(0x8991de51e316a31d5773f1074137640a, 'wp-admin/css/site-icon-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xc5605f3fde843ddb7cf887a72b9464a8, 0xecf2d94db5b4c853bb1cc31bf5963e6a2f0c8b8b1fb6224b052571dea3fdd67e, '', 0, '?'),
(0x273d215a6184cd61e2dbe66a1055d151, 'wp-admin/css/site-icon.css', 1, 0x00000000000000000000000000000000, 0x8d0ea8f47d8c45b2a80211d470306c75, 0x693ec29c05d3ba2388268b0e325aed04271b7f828a4b28162a1499abf5d6e2b5, '', 0, '?'),
(0x9b9a6e26a2e21b1ff06ebc21e5b4acee, 'wp-admin/css/site-icon.min.css', 1, 0x00000000000000000000000000000000, 0x6c951fcb811b78da4a91c55447888f98, 0x15f02bcac5ce57b5fff656dbf033af287146e8ede6c0723bb77c5e06f640a4d5, '', 0, '?'),
(0x08a6b196eb67847ed2771a11d0056868, 'wp-admin/css/themes-rtl.css', 1, 0x00000000000000000000000000000000, 0xcfc856cb400e1d7e76c8838583ea9841, 0x4a7651dca25a8f668ec0d29101339cc07fde283874d08761c34b438c40c565e8, '', 0, '?'),
(0xb59c359d8e4174df82966d30698e7aae, 'wp-admin/css/themes-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb164e3ce04464bae3019d7f9ad005d30, 0x3fa905f585b76cf3cc9a5516e35e93d0db7431000623557c5968dc7cdb221c1a, '', 0, '?'),
(0xca52b110add902d188e9b0debfbe0830, 'wp-admin/css/themes.css', 1, 0x00000000000000000000000000000000, 0x4c1f00e101818f4dab9e9a22b35c5ca0, 0x395cd25003963b50aa3b70b3252f8ef8ef9b3f8ec184c75d7a5d4389c790bcf9, '', 0, '?'),
(0xb19ac4665375b942eccda53f075e794f, 'wp-admin/css/themes.min.css', 1, 0x00000000000000000000000000000000, 0x6487a0791a95704bfe33bbb6bfe5602c, 0x5c0dce248a0ec344a5546ce3f662dad4414ec484488e1e22ddb7e5d2d6ea3817, '', 0, '?'),
(0x87a2a83376b455801a339850c55e4f20, 'wp-admin/css/widgets-rtl.css', 1, 0x00000000000000000000000000000000, 0x32d59d03d04e49160520333a5f28f5ea, 0x0724df43d9e1b3738ab9f42c03a3c704c5f3abc98dfb8032df332d83e8519761, '', 0, '?'),
(0x73b2451eb8ce9e1e71c870b042eddad6, 'wp-admin/css/widgets-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x785bcaa6885d18adee4d130e09f5b10c, 0x59ff675f96eb7ec411dafc22a6c525bcf8d98d13ff8da65b2375078bd8af76ae, '', 0, '?'),
(0x942148554e26ef228ba8d30e8c7af7f4, 'wp-admin/css/widgets.css', 1, 0x00000000000000000000000000000000, 0x932021d8fc792c1f3695e259689ff69b, 0x30fefdc39ae2314224b7bed09d8a5f0440011283bc235877fd20877035fb0250, '', 0, '?'),
(0x459c7dbe7eee17a54dcac52ddb5d8861, 'wp-admin/css/widgets.min.css', 1, 0x00000000000000000000000000000000, 0x586cec597dbc94b371ee0de3ecd23724, 0xafe677f03f9d055a864c0001f3c3ac2a02381d8ae74c5fa286e035aebc60f6a8, '', 0, '?'),
(0x8eb0d6975d4e528dbcef537b71763f85, 'wp-admin/css/wp-admin-rtl.css', 1, 0x00000000000000000000000000000000, 0x2c2a69b51793d0f2865b705d1eaaa53c, 0x72355310ad45d03f32392ff529ca06fd5fed504a76fe5668fce4faabc90752bd, '', 0, '?'),
(0xb586bb2428ad678b28c1aed450dae72f, 'wp-admin/css/wp-admin-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x47835135274559ad6fe230b67dc65fc7, 0x30877c5446eee1cedd4f201b09ea2e97ab91e5a8e32eb9af3e81b943456afbf8, '', 0, '?'),
(0x64e8348f6ae0320b55c2568eb724f650, 'wp-admin/css/wp-admin.css', 1, 0x00000000000000000000000000000000, 0x96372351aa264d3fc2bb87f97c1ff35b, 0x51c344a6a0cc36a6b99b6850d6c2cc71714d39cf024690044fda0bd21e5c4f96, '', 0, '?'),
(0xd7c76a3096a9de77fe06457dc2ae529f, 'wp-admin/css/wp-admin.min.css', 1, 0x00000000000000000000000000000000, 0x8065e85570ca93fb489a57745021a048, 0xca5eb4c9dd452dca528c03f8b1a28127233f916c65c0ae6d4c1930af6b554090, '', 0, '?'),
(0xb98c3f83307cc3f6e03575c6a18301be, 'wp-admin/custom-background.php', 1, 0x00000000000000000000000000000000, 0xe3bdabbef65d30b96d37ece9f6176419, 0x5ac135223dae1000ee54a77fcf83711972ad2f309ee08f51d0585e646e361c19, '', 0, '?'),
(0x75e171671a008738896803d4adfb00f0, 'wp-admin/custom-header.php', 1, 0x00000000000000000000000000000000, 0xd8f2819d79f4f49db3b7b61fec269b13, 0xf3ce98f20734f1ea43da77408558646f081dd6c24e3d77e916eb068e3c7e6fc7, '', 0, '?'),
(0xaa3b133f32e8e18853fde3a700fb9a70, 'wp-admin/customize.php', 1, 0x00000000000000000000000000000000, 0xba772092f9019379f11db1bc89433ef8, 0x9ca576569ca7eb2076b67f6299e81aa45b5a758547ff20476e41e222ac483737, '', 0, '?'),
(0x9eee703f455ea240b7278ce3501245c5, 'wp-admin/edit-comments.php', 1, 0x00000000000000000000000000000000, 0x29b1944c11f4aa28ee609e17c823a3ea, 0x577e542b1cdae3a424a7f07a67626ce08f1818d8a1279ae8c27033a7e86df531, '', 0, '?'),
(0xe60df2625cf19989c4c98db21ac412eb, 'wp-admin/edit-form-advanced.php', 1, 0x00000000000000000000000000000000, 0x2d6750182210140993502b506792a868, 0xa097878c62ef24e7a3b723cd360ed911b44462cb9390a5dd5a959281a3346c28, '', 0, '?'),
(0x3583d3fa3932cd0883a85ec0253caec7, 'wp-admin/edit-form-blocks.php', 1, 0x00000000000000000000000000000000, 0x578c340082da621c6ff7fc9f4b337bb1, 0x99f5849d3fd6f462478b2c9ceb2a3e4c506d79b4ce19ac118bd3ca14bf29e451, '', 0, '?'),
(0x479637181a089ee6b249263aed190778, 'wp-admin/edit-form-comment.php', 1, 0x00000000000000000000000000000000, 0xb241cbbc14dc970d695e6f347ed1fe7f, 0xf2e951397359eb8ed12661f9cf2a0117e7a07d4a8578ed31bfdf75b50f9692e4, '', 0, '?'),
(0x0a93b591622dd356f83a88837c6db5ff, 'wp-admin/edit-link-form.php', 1, 0x00000000000000000000000000000000, 0xa453be8a045a6571f669cb5bd5c30d76, 0x5b92e4cfa304625d05da39d65ceb157c95d3d6b22a560df0937e8edc7ad2105e, '', 0, '?'),
(0x25ba0cd2e0eb380e5e1b9c563cd174cb, 'wp-admin/edit-tag-form.php', 1, 0x00000000000000000000000000000000, 0xb3d908df9c3890e0e9a3135ddeee9961, 0x5aa2ac3c5006930e84bc5ee0c16b0224c03e614b0cec61dd1df747e58bc2732a, '', 0, '?'),
(0xbe8a68a2dddf29554740c87896cc7609, 'wp-admin/edit-tags.php', 1, 0x00000000000000000000000000000000, 0x458738f5a5fe4b02e9ee075048ae3e48, 0xb5c06a0dc42b5967e2851f900731a28d53bcc001b6cf7432a766dff3b83b05f1, '', 0, '?'),
(0x59854c61d80e1f181180b56818d02801, 'wp-admin/edit.php', 1, 0x00000000000000000000000000000000, 0x6fdb96b1aac465ef799256f91d426e74, 0xad06b78970e116531daaf4703e9c35b8960dbd912b456cd35649eed5350456ae, '', 0, '?'),
(0xd3f3c14937df8753d11c329126b08e88, 'wp-admin/erase-personal-data.php', 1, 0x00000000000000000000000000000000, 0x5e67b2767ed139510f759369b20de387, 0x2b8213bcf916c6b14f14814e3697a7862caa46a5b91cbe5df9dab7eb4fdec92f, '', 0, '?'),
(0x7056596101e2811200efad863d80c1c4, 'wp-admin/error_log', 0, 0x8376a32f35fdd883b79aafe6ac4011e4, 0x8376a32f35fdd883b79aafe6ac4011e4, 0x03523f46d759f6c12ee72b5135143bf594399cd798ca3cd29d9938542b1a9184, '', 0, '?'),
(0x7c2d1bd9fdd3ca06937afec7032dbf1d, 'wp-admin/export-personal-data.php', 1, 0x00000000000000000000000000000000, 0x7868e2ad76fe6979d5e7fd2ed2eab4fa, 0x437e53f4fc0103c7180eb0e57cc9ec8b3852da774b40a35f9a4ad4c3fb6dcb16, '', 0, '?'),
(0xc2c0318c92c17cb80f7d9a94e264511d, 'wp-admin/export.php', 1, 0x00000000000000000000000000000000, 0x91b788ce5a07c722950d0deeb4809d04, 0x7808e6bad73da0987ccb8b027bca6c626e969d023bf0d14570b2f4b7c872a63f, '', 0, '?'),
(0x4fa783b5e026c27281e8938f951eea20, 'wp-admin/freedoms.php', 1, 0x00000000000000000000000000000000, 0x2e2208ee1a8eebce26543be2ddabdfe9, 0x63e8af7467fc48fa87cd7597c8191606eb02e54c3d3f71e6c1b275ffbf814541, '', 0, '?'),
(0xa98a7d4879e14dc1df31bfc49b0b1938, 'wp-admin/images/about-badge.svg', 1, 0x00000000000000000000000000000000, 0xf76edaa29755d71bdfd2f4fbca044dec, 0x8cb8405ec2e049cdaee273a6938ab4b717af4c8a013a7d7c39f3c6b6bc4b586b, '', 0, '?'),
(0x6325147f61b2f14802f7f0ddffc6e08e, 'wp-admin/images/about-color-palette-vert.svg', 1, 0x00000000000000000000000000000000, 0x7b8541ecff36c415bc9771ba5dd9fa1e, 0xeca75e9ffa355092ab976ee4ee3e9fe13ac0fddd08b4cd2c47f249b07a9152a5, '', 0, '?'),
(0xa2c59592ab12425e753fcd18a0e93303, 'wp-admin/images/about-color-palette.svg', 1, 0x00000000000000000000000000000000, 0x8bd04287b18269e5680aeb5b76f2c5e9, 0x1af9104153e8eb5bf25bb0846b6e2fa73abf2588ef3e1a270786f18a5fee9eaf, '', 0, '?'),
(0xeb7b0dd58d2e3097179460f24f6eb08b, 'wp-admin/images/about-header-brushes.svg', 1, 0x00000000000000000000000000000000, 0x97067f0a8d3a5503792de79bdcb41023, 0xa5f2b87b18da6b0f5a78533fce742251ac04aeeb3f0f992807a36ebe7233fdfa, '', 0, '?'),
(0xe6ce57fbeac322fadaea01536b073acd, 'wp-admin/images/align-center-2x.png', 1, 0x00000000000000000000000000000000, 0x9ebeb22df3728735042a4a37a1496611, 0xa2381b7466e72a0e4a7713d2540fc25ee5c248d93ec8f1ca31f64a44c8cebf13, '', 0, '?'),
(0x262a83cac464c486d6b88f0905d64835, 'wp-admin/images/align-center.png', 1, 0x00000000000000000000000000000000, 0x09d91addb6b53479e68c645931d9658e, 0xd0eb86bd4e33875821c5cd6c6aff14680260e303aeb1e7b4c768415df4b84a87, '', 0, '?'),
(0xf65639b4d44bb1e1c4676f58b1b937d3, 'wp-admin/images/align-left-2x.png', 1, 0x00000000000000000000000000000000, 0x698538b14fb9839aecd01d5e97c66316, 0x246b62b63eb6e0ce0ccd18f16b269e3a09da8261ac37b916b65a63646d82b425, '', 0, '?'),
(0xe9aaca6dac164d1e74a88604db57b342, 'wp-admin/images/align-left.png', 1, 0x00000000000000000000000000000000, 0x5cfd7930cffa6412f75af26f2e689ed4, 0xe95f5dea3c23b653ce22b4425e55345f02dd513c21409a01783f4a24aea34bcf, '', 0, '?'),
(0xd45d7f2ef56f6ff0c8a6074d2d6e0987, 'wp-admin/images/align-none-2x.png', 1, 0x00000000000000000000000000000000, 0xf858439905295bd705b09b2dba3418bd, 0xb3dfa7265151bd7022137edb1a3853d78a9a89efcdf60459dee5ebc516531760, '', 0, '?'),
(0x4d57800912e510a6be1f3ac9e498d98a, 'wp-admin/images/align-none.png', 1, 0x00000000000000000000000000000000, 0xf1ad65716432a0a1da7591a5c2f10d04, 0x1da4672811b831038658e3a4117b8610205b5d2ea1fc8d54828ea19341d9c4f5, '', 0, '?'),
(0x76e247822ec267b741f5c62306f572e9, 'wp-admin/images/align-right-2x.png', 1, 0x00000000000000000000000000000000, 0x6883026cbd3e72ba5da36c57c60fc078, 0xa4561c3af00b1368afc1c623c8864254d6356900a53f84f963c04263e184f4dd, '', 0, '?'),
(0xc3cd746e529fd894c0e1afcec6255e81, 'wp-admin/images/align-right.png', 1, 0x00000000000000000000000000000000, 0x42d8f3e2874f6523d36c403a502b2276, 0xf291fcc9b3fcf69143ba0cba3ff23dfff2e826a1b055795aa9333192a5213c63, '', 0, '?'),
(0x995b82179fae514822705331c8aaeb63, 'wp-admin/images/arrows-2x.png', 1, 0x00000000000000000000000000000000, 0x972051f086017dcef17964622336840b, 0xf82c6381cbbf1aaf69287ee6d6d729958ca9ce2780c4385b41e92fa849d1e578, '', 0, '?'),
(0xd345236cf0c24cfee65f26dcaab3c2ef, 'wp-admin/images/arrows.png', 1, 0x00000000000000000000000000000000, 0x7fda76920124f03e88d1dfd93e03bf59, 0x92595789129a280c86f04e33961232553bd5e20ec6ced13c2e6917446421c4d1, '', 0, '?'),
(0xa14453e6e2e1330f172ec4af797df33b, 'wp-admin/images/browser-rtl.png', 1, 0x00000000000000000000000000000000, 0x442291d9d3a041e41aaefebfbf25cc9d, 0x2be595a7eedbe81e30d6e770cec69cf5984a144d6b20ff71e7770f9c58d8a8a3, '', 0, '?'),
(0x980e9bafd0c28e0fd9ea48cb300836b2, 'wp-admin/images/browser.png', 1, 0x00000000000000000000000000000000, 0xc1b2f9c29eb54b1f5c0284629524fe46, 0x2624f186c489399ba1e088d77e5f5348d25fd91c14cc93ef254cbcb6fe2726c1, '', 0, '?'),
(0x47803971f3f1eb3dcaa55b333f1961e8, 'wp-admin/images/bubble_bg-2x.gif', 1, 0x00000000000000000000000000000000, 0xcfac1d71069a6a99198c0a8a1358c23c, 0x6eacbc250134eb078f4c18a6a9ed367b812fd0a25bacc4ac173f58575f412e72, '', 0, '?'),
(0x51756f145058d8d80005ab15b853da9e, 'wp-admin/images/bubble_bg.gif', 1, 0x00000000000000000000000000000000, 0xfa7ecf673cc487f349a0c1ac1f1eae30, 0x272b1d75d257eb602d41b215b61ce80cfedd5327a47d537e53f5d262a4cc0397, '', 0, '?'),
(0xd2d54c7435393396755e98ebe429d9d4, 'wp-admin/images/comment-grey-bubble-2x.png', 1, 0x00000000000000000000000000000000, 0x9d5459d3c59d32b602732c0df56d83bf, 0x441189c5c078ad8f8c542da1a1e6dcfe778518c34e8409a0be508c7b12a6821b, '', 0, '?'),
(0x05a2d81bc01d65df6257fc4130cf1e64, 'wp-admin/images/comment-grey-bubble.png', 1, 0x00000000000000000000000000000000, 0x8f59128f2a27b489b0a974c0b6b21046, 0x3709ae8d79b2f1ae8cacd0e8557bc319ae13a688d49fe382c560a1a75d6da2f3, '', 0, '?'),
(0x10cf4915a2d85c6ab6acd178cccdcb67, 'wp-admin/images/date-button-2x.gif', 1, 0x00000000000000000000000000000000, 0xc28b3fbea9a861b430fdd7394a511a96, 0x9f1d04add32a01ac51adbae80bda5f28473a2a80cafdceb764faebe3eeeae02e, '', 0, '?'),
(0xfdcd6184ed274054e791938903f5d6ca, 'wp-admin/images/date-button.gif', 1, 0x00000000000000000000000000000000, 0x762130cf9d24c70a2de6bdae4ce5cc54, 0x68c9c5b5ceb4e498bcf9ef6e24b086dbf3cf1bea1ea3b98be8051471214923fa, '', 0, '?'),
(0x03043d246c902e93ab7e98118d94413a, 'wp-admin/images/freedoms.png', 1, 0x00000000000000000000000000000000, 0x657f0dd12498195df04f7bf0a2f0fd84, 0x98ef200ae9edac39e6294b1e627dab53837017a107cae58c4d63509e417f5958, '', 0, '?'),
(0x8f6a254dbbc98df2d17017295a89c40b, 'wp-admin/images/generic.png', 1, 0x00000000000000000000000000000000, 0xf88e1b95ff278a5b231f39380b211ed0, 0xa77b75eba3e5d54b5b67cd86054578dc7ba53adfbc82fa6ccda847c411181fab, '', 0, '?'),
(0xc81a7b0867ddfc3f17d13367daa21abd, 'wp-admin/images/icons32-2x.png', 1, 0x00000000000000000000000000000000, 0xb525a42af908fafcf8cc07679ab4fabb, 0xd7232124edafd840ec306706e9bf2ed63b6916332521cdfd634850eb04959c3d, '', 0, '?'),
(0x9fce1b9626bfa24ec22cf5a5ef8c3650, 'wp-admin/images/icons32-vs-2x.png', 1, 0x00000000000000000000000000000000, 0xa12a3034ff4734469709265a83697d22, 0xeb2e61fa7d7f858b156877d3369c5745caad9628331def4ad3adb539d30845e5, '', 0, '?'),
(0x87ab4c209d55ffd5c0b966afe075e23c, 'wp-admin/images/icons32-vs.png', 1, 0x00000000000000000000000000000000, 0x052cd6502a05e7d3f17b3e76a5b15566, 0x96b090daf83f55fc987abed4501e5c99c20c408660a238670f3b0daeb3c19645, '', 0, '?'),
(0xc231a88c575628329f9836b284b31594, 'wp-admin/images/icons32.png', 1, 0x00000000000000000000000000000000, 0xd1dbac5be76d39851ce74aa134cc1aea, 0x441bcc6b438d6489ee97697c617c99b9e0ddd92bf20d9e087887afcc8cbcf1ab, '', 0, '?'),
(0x124cd6c4fcfd38e0ef80f55ca8ddbc2b, 'wp-admin/images/imgedit-icons-2x.png', 1, 0x00000000000000000000000000000000, 0x2ce3ee2783a33655a6bdfd9dc3cce174, 0x933fe0d88e299d2e6ca014f4d0178dcf25b83cb2288f5fda201b36ff605e6337, '', 0, '?'),
(0x7bf5871f903fecd1d5fc0d92da0a1b27, 'wp-admin/images/imgedit-icons.png', 1, 0x00000000000000000000000000000000, 0x4bd55c320b9fd9d8127da94789693b4f, 0x54ce4ec27e88e5f72dc340b0e84e8314d0cc9e1156e75ca6942875182405d5e9, '', 0, '?'),
(0xa23467818c651fcad8e93ea9f3d3df9d, 'wp-admin/images/list-2x.png', 1, 0x00000000000000000000000000000000, 0x68d5bb134953c23217fdd36982679a0c, 0xf97fee4afc70e1535ff2af0bd41058d8d8238e89058f5542d92d7ad4d4c42ce7, '', 0, '?'),
(0xade25a0a7504d56f4bb020afb6543b65, 'wp-admin/images/list.png', 1, 0x00000000000000000000000000000000, 0x1e123e96bd2a1ce2c0d3b305d153f1c3, 0x5c1b77abbb545b853db06216ad1b61436ba98f8f138185aa3b6304a306b607c0, '', 0, '?'),
(0x1c29fa4de6c85ef0b6c3bb6f7af0a905, 'wp-admin/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4085d79caf783e639794adbab5d6c2a2, 0xec3c00d085d2a9a695d9871b71552598e28147861df23772f35c9c2a96bc324a, '', 0, '?'),
(0xbb00b2d725335b247800e8e22eb08e28, 'wp-admin/images/marker.png', 1, 0x00000000000000000000000000000000, 0x3313dc2a4f322fd43349329cfde8191e, 0x7e54bc405c8e807655493ce7704bc8d7c4d7616054ba40637f07e31cde6361fc, '', 0, '?'),
(0x40de3b358b5811f5f156a87f944fc65a, 'wp-admin/images/mask.png', 1, 0x00000000000000000000000000000000, 0xfcf693677ea822e6d24af7b2e4a98e99, 0xea9ed72f033c73c4d4a1e329dd27912eae31c09d016a6b6e834b390551eef4c9, '', 0, '?'),
(0x40f773028d5af6945e99a5d3e8718d76, 'wp-admin/images/media-button-2x.png', 1, 0x00000000000000000000000000000000, 0x23db5749e51d85105cb8d03fc81305c9, 0x9f3cf3873abbf0746ebd6b621bed7769dd268cf109b8c8f752a11fb511d5ed1a, '', 0, '?'),
(0x31dc456651a4762329f30ad930456b51, 'wp-admin/images/media-button-image.gif', 1, 0x00000000000000000000000000000000, 0x1df8ccf3a8b6f86dbe09278ae8e60141, 0x69c4b7b1e37a5b05baa81dffc42f2217cc20580793e9db7bdc6ffdee973a86b3, '', 0, '?'),
(0x615c632c49223554cd05b123cc8b1ffe, 'wp-admin/images/media-button-music.gif', 1, 0x00000000000000000000000000000000, 0x345e0f26246fc3e8a00b75662610f498, 0xe877571c64c2bc38509c4636ea41bdb5eed7dcb4b4746f2dd6d3585c87fe6124, '', 0, '?'),
(0x014e519e222a687a1caa72c3777c1af8, 'wp-admin/images/media-button-other.gif', 1, 0x00000000000000000000000000000000, 0xa55126545e825d4242990e670227f9c3, 0xfda1421aea72b646ff06d092c31c89811450762d5e6654bf2ccac15fc2c91169, '', 0, '?'),
(0xfe1bfdfe819c03297a5d213fbbb161c0, 'wp-admin/images/media-button-video.gif', 1, 0x00000000000000000000000000000000, 0xc2d206df3efdc0db758b8065ad77f04a, 0x59a265b897dc226e2bf223401013acf5bec6bc865a8286c467e1905650fee927, '', 0, '?'),
(0x61299e544d57e1b84f6f88b851947cdc, 'wp-admin/images/media-button.png', 1, 0x00000000000000000000000000000000, 0xb2b6c3e336054070e8927a5e7965f3ce, 0x5f1aeafa88fdf203536ad7965920bdf3f001e89556bf5a9fee47656ee7b05f0b, '', 0, '?'),
(0x0522929f4edfac6a6a29859f008c954e, 'wp-admin/images/menu-2x.png', 1, 0x00000000000000000000000000000000, 0x6a47fff5fee2f97bbf3eaf5e3b2482d3, 0x96325d79e214d72368bde2c432f639f83e205e7380100d48e5090adbdc679ac3, '', 0, '?'),
(0x2a2061d846b2cc19f0349fb075db7655, 'wp-admin/images/menu-vs-2x.png', 1, 0x00000000000000000000000000000000, 0x4aa85a0c593cf769c7185911ae8462f8, 0x279cb946e0bdf71bd194450086f5e6e80237a1c9a19f9d2301e43e736550d8b6, '', 0, '?'),
(0x0215745d95d99f75c3d575dbfce56afb, 'wp-admin/images/menu-vs.png', 1, 0x00000000000000000000000000000000, 0x719980f24cf02c0c5fa53b312fef45ac, 0x47b26948180f7cfc13d706299db6453bb3bd225fe33bd4a334d4bb77946c79c1, '', 0, '?'),
(0x40ba58440ac30a524e867f9074ebcdd3, 'wp-admin/images/menu.png', 1, 0x00000000000000000000000000000000, 0xe10d8139230f1f8b64f35960098f8cff, 0xd96cfac849452f28bc70ad9600d2706ef38b96542d4fa51f7a225d2c3d6003ef, '', 0, '?'),
(0xeb462019f338c72bb229d0d872dd50e8, 'wp-admin/images/no.png', 1, 0x00000000000000000000000000000000, 0xc86bbf1c64c924f99fdc9f5637f0c08b, 0x0ae03ec8d214a27e68c45af5a4d35000fd551030ca3b2720107bf5291209ac3e, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb513e5b5152b449e46dcbf545a5b4837, 'wp-admin/images/post-formats-vs.png', 1, 0x00000000000000000000000000000000, 0xa68f53a66c93f4485ca9acafaffc81e6, 0x18658574af81ab777c57a77b0e1278bf79250c4b3aa6bb514537ac9091e5c3d3, '', 0, '?'),
(0xe300bc95d7956f786933250d2b5d6b67, 'wp-admin/images/post-formats.png', 1, 0x00000000000000000000000000000000, 0xdc4bffe1d10093e4d92533a8d60cba07, 0x39c6ba0e8306260ccf5d9faf6e9f45181b75a1c0615d6946e9f7c6f3bfc6b3c2, '', 0, '?'),
(0x6e0e0e5dfb6a16373c331349537351df, 'wp-admin/images/post-formats32-vs.png', 1, 0x00000000000000000000000000000000, 0xb7742e45b6adea3547a54e1af3fe761c, 0x285aa82c859ceeaa496dad592cce87fcd497f1c674479fa9a39efaafb8ab611b, '', 0, '?'),
(0xcec593fefafacf94f2031f3d9fba2336, 'wp-admin/images/post-formats32.png', 1, 0x00000000000000000000000000000000, 0x57597e8f4f92f87bf02b5f4c896b453b, 0x6bbe3c3814a42e5f44b4e34b0e188b82b5df475ba735652d49283077b0e16807, '', 0, '?'),
(0x1f8d4cc4e3228147edabca842f0a4e9a, 'wp-admin/images/privacy.png', 1, 0x00000000000000000000000000000000, 0xc6d29f81dd98f505c70487d3bdd87d84, 0x04714f2eaf8c857810268eae2a70a78ef640fd9d6cebc1d0d2fef7ce922f6b0f, '', 0, '?'),
(0xf2b63f7b6f0b5fb1b0b527bb186ed611, 'wp-admin/images/resize-2x.gif', 1, 0x00000000000000000000000000000000, 0x887b335656b4ed4656ac1c1966e4254b, 0xe687b47932717f99fe5af06fa0a67eb4a2285b971e826000601b43b8691a4c27, '', 0, '?'),
(0xac3321390b16e43de8369d0c12dda10f, 'wp-admin/images/resize-rtl-2x.gif', 1, 0x00000000000000000000000000000000, 0xcf154dd5ef93f9a84df148f521fe5941, 0xa332f9ec6dd16fdfe67b0eab7c856e7989fccb839f340b28e5f8fbcf86ee3daa, '', 0, '?'),
(0x8849dd7b8b3fbb8672f45daf1e1da037, 'wp-admin/images/resize-rtl.gif', 1, 0x00000000000000000000000000000000, 0x6e43258f59d8669c88f876b5462e0e7a, 0x4053742d5df37aba95272b6b9fb73280e57bd86adc2cca514e9aaf7e29db093e, '', 0, '?'),
(0x7e3fa14abc49d6622a15d7baea65e843, 'wp-admin/images/resize.gif', 1, 0x00000000000000000000000000000000, 0xcbd61f6c4eed10fb1317038905abc4cd, 0xa93611f3808fb802d701f38826133f03c335fad13f73fd71474d03601c50163b, '', 0, '?'),
(0x0a669d868959a1b703023426fc4cf0a6, 'wp-admin/images/se.png', 1, 0x00000000000000000000000000000000, 0xd6c89442c360bd1e08da2e7d1527373a, 0x59adbb9be403039be8224bf9d17bb755bca908d772993a328a8b114a4cb494c8, '', 0, '?'),
(0x58973a382b7fcb93323e565daccb38e0, 'wp-admin/images/sort-2x.gif', 1, 0x00000000000000000000000000000000, 0x8f91b441c3ac6bec3abc62d18276466a, 0x27881d97ad614bc50c0074474aaf427185a958572a03284a7c319aa3f57a5b28, '', 0, '?'),
(0xdd5b36bb02358084112bc809e16e39e4, 'wp-admin/images/sort.gif', 1, 0x00000000000000000000000000000000, 0xfba0b2ac81a0edbd2aa220aa92dacf33, 0x765006901f84842d7eab1978920cb54f2205099214c71115d0d9e1fe3b1780e9, '', 0, '?'),
(0x874abc26065f23b9f13353d471a08dad, 'wp-admin/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0xe866f569bf60b81d3d4054b5e76fd902, 'wp-admin/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x50de3124b61b1b89f3025c170f2ae543, 'wp-admin/images/stars-2x.png', 1, 0x00000000000000000000000000000000, 0xf5ea4194a79c23e653b24d0c65032e5e, 0x1e5baef2e880bffd5f280d68aad7e71559c188b454eea4b9f07f04df715ab1d5, '', 0, '?'),
(0xe946ce6a2159e97b072e4a3d2cb5ae12, 'wp-admin/images/stars.png', 1, 0x00000000000000000000000000000000, 0x5bace01f99903e3cf56bb27bd2ec2891, 0x2f09deef2285dac088044661ecb1943c5359dac367dc0fac0bd0d889468cd740, '', 0, '?'),
(0x56726d914b7f451fa770bc6ad7e43697, 'wp-admin/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x4a0b66b80f333ff693875f72db431f91, 'wp-admin/images/w-logo-white.png', 1, 0x00000000000000000000000000000000, 0x6ea6ccee4a0176dba27ebb79ac175c85, 0x6ec19d449ab08b207f125fcf3b15d32147abd79d635683304d1b3969eb823dbd, '', 0, '?'),
(0xc62b92a0cd67d405bec27136a55e00e8, 'wp-admin/images/wheel.png', 1, 0x00000000000000000000000000000000, 0x4530bd2071306dbbc61a592556b958a0, 0x285db43a3d64d371db85bc4f7b39128cc28013d480a5769a85c8987e8ab2daf3, '', 0, '?'),
(0x1d8b2584e4105cf9c24d4182edd2efff, 'wp-admin/images/wordpress-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x19bdd97150fb43aa862d53500c44e6f7, 0x6513a334d145bac73ffa2610f54473054187c4d7caacaa3b06fc2940be58c992, '', 0, '?'),
(0x05745a518fa5597a3085fabddfe8b7ab, 'wp-admin/images/wordpress-logo.png', 1, 0x00000000000000000000000000000000, 0xc6b0f979b9e66fc338f4cb3853a5608a, 0x620178c3054cfc50cdb0e9e23d5e92ede5f7b9611cf56dcfc5f1babb3169b3df, '', 0, '?'),
(0x0bf263221b6d6c8f20ffc79e073e6f13, 'wp-admin/images/wordpress-logo.svg', 1, 0x00000000000000000000000000000000, 0xf34ef6259364f7ef0ccf67cd1dddc970, 0xce22a675f099a86a2d51450089d35b1919e6a6674cdd5a35dd4d441b1fbd3a7f, '', 0, '?'),
(0x80d3dabae8758fb6bf4d97c91df75b0d, 'wp-admin/images/wpspin_light-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x0b22771d1725e25f83844b5ca0e175cb, 'wp-admin/images/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xfcbb3c6ce66117ac802c9b62582cb3b2, 'wp-admin/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0x9da76dcc119cfd7a34e84ce4af04fa4b, 'wp-admin/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0xd84d268f33160ddcc13315434d61517b, 'wp-admin/images/yes.png', 1, 0x00000000000000000000000000000000, 0xc42bf814a237dc89970d715ae8516b13, 0xa03dca51eae21947ddebe7883925b94b86e616e62ccb0dfb1a46f079f585e71f, '', 0, '?'),
(0x94c91e54b2a256a8edf4aa935c989705, 'wp-admin/import.php', 1, 0x00000000000000000000000000000000, 0x22d1d69211e7d079a044d091c61e2397, 0x014c898229d3899d22af2e346c9911b74ee455af3716fc2b2380f7527d83fad2, '', 0, '?'),
(0xc4b34af50a607c19c6352c4854f508bb, 'wp-admin/includes/admin-filters.php', 1, 0x00000000000000000000000000000000, 0xa1064be51cb63154d3284e111ec8a91a, 0xf937b613e40c4e5a7ca230f44eabfc48519b168672bc0a528b90146fa543b666, '', 0, '?'),
(0x4492c9f1bed5296261eb6bdac57bcbcb, 'wp-admin/includes/admin.php', 1, 0x00000000000000000000000000000000, 0x18cad527df0a70f25ad32cfdc0f376a0, 0x6bfe5f445248027b8dc5e800a723f1365abb7ef4927d16c9e3cadd75c6e556b1, '', 0, '?'),
(0xd2aa2a8fe3d41f489aaaa80a3b74b2fb, 'wp-admin/includes/ajax-actions.php', 1, 0x00000000000000000000000000000000, 0xbf87e2f2867e08dcaf34aef6769e1d00, 0x8d57bec8d880506fd745708478f15dcc2569317e5906271524e7f15d87cf0c55, '', 0, '?'),
(0xb6b0ce9d48ba012ab6e12a2eda811f53, 'wp-admin/includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x4d00eb9bf9ed5604aa72ae4bc4d3f9f9, 0x851dd33da22967aee0451ec9f753c559c55b7f01707fb37425845196d1e322dc, '', 0, '?'),
(0x22d810770e13b21dbe68b21088ad14c6, 'wp-admin/includes/class-automatic-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0xeea701e5cdb7a6ee2c3fd469d97cee8d, 0x448a5ddddc79ac93142042ae6af12616f66b4b1c2065a2d6313aeae7c2922af2, '', 0, '?'),
(0x6ee3d0ba0b9d99d30c76fd6e6a3dcdae, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x36102f4d07853ccf8b190891ad766b35, 0xcb147384711db33c13e2fa139424f97774fcb6aad2aabe6bd48736b44b4c03e7, '', 0, '?'),
(0x2027d3d21caa5f550f0f3b30982f3cc2, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x75ef3a79e31b7831191b7329ac98928b, 0x891ccfb9c51e83e7ddb6043153584354dabc833ce1da8a680b056089c27ff256, '', 0, '?'),
(0x0e5737a4947b2884a63b3a50a59a9d3f, 'wp-admin/includes/class-bulk-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x4132e73fec01d610ac9a9ad82b5994b0, 0xf369b7cbc09d3bf64d33058e55c850f10e17113cebc0585ad30ea17adac4dfe2, '', 0, '?'),
(0xc26ad5e755c355e991581ad0e82f4a2f, 'wp-admin/includes/class-core-upgrader.php', 1, 0x00000000000000000000000000000000, 0x75d5e1018cfd8f091716589539225142, 0x4867e22dcb399df7acb9abe64f913247bec90fff7f8266e823b64287bd18e753, '', 0, '?'),
(0xc9a1ee888bcaa77eb2a2c1bf022e296b, 'wp-admin/includes/class-custom-background.php', 1, 0x00000000000000000000000000000000, 0x5f25159f8f35f302df947201675b1ae8, 0xecd4338134d46efe3812b74016e37db784ad21b7e77063d3388000e819ccb414, '', 0, '?'),
(0xb112fdf7aa6eac9b6ae7f850fa2b85a9, 'wp-admin/includes/class-custom-image-header.php', 1, 0x00000000000000000000000000000000, 0xd588be38d8f03ef1919c527fe06ee665, 0x5d31cf397b6b17c8d650dc03669a36d0b79ac98f6ab0574913ba1e03090a0b05, '', 0, '?'),
(0xd74d00f7c2da63b09aedf8a1a25f64d8, 'wp-admin/includes/class-file-upload-upgrader.php', 1, 0x00000000000000000000000000000000, 0x08778de7ae3b3ec978e18d5a8f73d736, 0x5b11226fa05eef2e71604fd7a6839176ffe13cb0f59c518c2b464dd034b90182, '', 0, '?'),
(0x17a93a38cf1f4961f617b9c3b86cd56d, 'wp-admin/includes/class-ftp-pure.php', 1, 0x00000000000000000000000000000000, 0x541226a87dd85c33e69ce44ab8912000, 0xa50a53c4c07b55c8e39e43647a24a8fc940310f80f79c2fdefc9617c38f0bd5b, '', 0, '?'),
(0xa56166683d46afd5de54d23afe9336b6, 'wp-admin/includes/class-ftp-sockets.php', 1, 0x00000000000000000000000000000000, 0x0c51d522509ebca6931f653cfaf93369, 0x2e1a19f08c448311d32dddcbec86f2fb9003c3a07921f7bc8fc6c8cc956cbcda, '', 0, '?'),
(0xf105f8e59372702e187585337a78800b, 'wp-admin/includes/class-ftp.php', 1, 0x00000000000000000000000000000000, 0xdafcb1e3d563de5a2a6c33e2f1241eca, 0xa242f931c3b4ce1209cda5c1863520a251ab811c93c808d9ede5953902cb4a11, '', 0, '?'),
(0xbaad3ae6c058a9bc40007b2ac5d6afa6, 'wp-admin/includes/class-language-pack-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x77fcf84897a91d206c014f204a0d4e12, 0xa46d14b2baad25d66e0de1e8bfd89bad8a71698081c86d8e0112cd108a562657, '', 0, '?'),
(0x67d017b67e29b27ea573baca9e93fb49, 'wp-admin/includes/class-language-pack-upgrader.php', 1, 0x00000000000000000000000000000000, 0xd13664b32c9f920f961c8004fb3845e6, 0xc4479579850680106d54c917383def3f8035e92001c335c6ef1579e52e910c1f, '', 0, '?'),
(0xe71e1622d5c6a181fc9f173776732bf6, 'wp-admin/includes/class-pclzip.php', 1, 0x00000000000000000000000000000000, 0xb1051ba8394d59c55e7f6d6c75520467, 0x000d6856211a371ad1e89981ee8d4b6032f2855f5c480709b2e2a4470a973b3d, '', 0, '?'),
(0x572613cbd6b420aa292bf4dab1a5f6e5, 'wp-admin/includes/class-plugin-installer-skin.php', 1, 0x00000000000000000000000000000000, 0xe65a31296928056f2b95f804821b7f3a, 0xdd7af88f6420cfde262c54603642655790851f18d453f4af88100f77335cf3d9, '', 0, '?'),
(0xae682f07cd94909e6a9743eab600e66e, 'wp-admin/includes/class-plugin-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x5b9413705407e130249e98a8b1de2e85, 0x3f8874dffc447e1b2315cd98a2962f589823472fa1ede64e665ca59bcd9c674e, '', 0, '?'),
(0x7610962946bc18db7e027184879c3f62, 'wp-admin/includes/class-plugin-upgrader.php', 1, 0x00000000000000000000000000000000, 0x1a4529cb2d30eb0f4dc6033bafafef68, 0x32eaa6a29733070e6c276bd5daf863d97bfb3ddfbac0f2245bbdf0264f66948a, '', 0, '?'),
(0xbf997314bcf383499e71468d9b8aa3b5, 'wp-admin/includes/class-theme-installer-skin.php', 1, 0x00000000000000000000000000000000, 0x955c5000949f91a8f3e945bdc3a9acc1, 0x54a19ab7562f40156342c6fa879a90d58ecc6f95993060b3f908665fdc07c6ef, '', 0, '?'),
(0x4860b05c07f120e69c72b2a7b759ea43, 'wp-admin/includes/class-theme-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x65ad17c8a3d000a4d310974fbe296c2b, 0x75e4df53b406850ea1af75aca1dec6e6697f4488708f2c5c9dab43a64d35e990, '', 0, '?'),
(0x9b33e2f46144957716b750b69c8ac671, 'wp-admin/includes/class-theme-upgrader.php', 1, 0x00000000000000000000000000000000, 0xe896daaa26abdfed85bea5ea55da3779, 0xfd9f2d52eedc526c4786f8866352b84bb7a6aaa883a5beed613a8181ce152a3e, '', 0, '?'),
(0x7b7922b614d2b5b5d0dda9b67b8dad9d, 'wp-admin/includes/class-walker-category-checklist.php', 1, 0x00000000000000000000000000000000, 0x0803c7af20ff1cce662f2c64256555d6, 0xfb1e51ba993bfb95a5ee8e1a9d03346f5ffc7b809fc5e80acfa0c37122518372, '', 0, '?'),
(0x8af851737ce263b74cd89c5648b31929, 'wp-admin/includes/class-walker-nav-menu-checklist.php', 1, 0x00000000000000000000000000000000, 0x08ba9d3f4c812c07036bb2dc7c076ea0, 0xbc72a3024ace5f391f19caf2c97ea3c8757ae47b887addee109ea30cdb08e950, '', 0, '?'),
(0xd8b1a52da45f7d5a916813fbec0ab11a, 'wp-admin/includes/class-walker-nav-menu-edit.php', 1, 0x00000000000000000000000000000000, 0x569cd248e0599efb53414ba16ba10ac7, 0xaf4dacf4244e7da549469eb1294d9a94b5da60120dcb63d42a8e5134aa8a270a, '', 0, '?'),
(0xc19c1021e7e07990cf46bcbf5dc9c6c3, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x264cef673db325636e8609127dc7a3e6, 0x288f069660a2b996c4badd45cecf991f2923df0e890e49c46a48dfa08c26da7b, '', 0, '?'),
(0xd7491be3094ab58e617e529a8d075aa8, 'wp-admin/includes/class-wp-application-passwords-list-table.php', 1, 0x00000000000000000000000000000000, 0x5bebd15ce9d0b1c428ca0e228cc74510, 0x7f7d127c4e04ac6f126e2dbecfd8c71d0871285cb09c46995358866927f1de24, '', 0, '?'),
(0xeda7a45ac51a61594800209b35ee7e20, 'wp-admin/includes/class-wp-automatic-updater.php', 1, 0x00000000000000000000000000000000, 0x2d57c59d23e2f3cb225aebedc6945d45, 0x663fa7d5593465dde52b04a29882027ec4c49b770ca44b37a2779f4d75b985a0, '', 0, '?'),
(0x1e8bf6c25965b8032ef00e3073049682, 'wp-admin/includes/class-wp-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0x946fd64b74e94a72eb8322a72d2ac2fd, 0x37a964ad697d6b863490c82b29e55ba1942d4cb034ab75525f1d4fa33cd1a883, '', 0, '?'),
(0x0ff5262f18a26462a464c87111b0322f, 'wp-admin/includes/class-wp-community-events.php', 1, 0x00000000000000000000000000000000, 0xe562f10ee66e75fd5fe768592627565b, 0x121f427bd40d5fa1d8a3fdd801b44d27f4ee0a7e361d298c9bc52bcdc3e1a098, '', 0, '?'),
(0x58f0871e541f43575f5ea8b76f67f4ea, 'wp-admin/includes/class-wp-debug-data.php', 1, 0x00000000000000000000000000000000, 0x25923ad0554a4e034a74f7951fb4d1b7, 0xd4ca5fe82e43a11f1fe03d89763c5e0628ece9de36942ef244d9870ea1200cf1, '', 0, '?'),
(0xe025e78f665c2b2c080285e6cd005c59, 'wp-admin/includes/class-wp-filesystem-base.php', 1, 0x00000000000000000000000000000000, 0x04c014144f91cf72e3dd876faa18d403, 0x845962d16541278623ccc491c38ed89afcff5b39bddf3d2d26539e541254f704, '', 0, '?'),
(0xca6846034d3c40602503712de3e61503, 'wp-admin/includes/class-wp-filesystem-direct.php', 1, 0x00000000000000000000000000000000, 0x1818468d2c6b1b963d478c637fd97888, 0x43e11fa386fcf2e609b1399031e740188c951603a9100e2a0543fbed0719f25a, '', 0, '?'),
(0x36cca02cf5f85f908bec71f2eaf97585, 'wp-admin/includes/class-wp-filesystem-ftpext.php', 1, 0x00000000000000000000000000000000, 0x004693b7f68e1ba6a722eabcda659f09, 0x3ccc8cb6ccdcb957a0f17085024c0342206f0e923b2432f4c8b4ffa22f250267, '', 0, '?'),
(0x9cd5138b800c50518b457c457d372b01, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php', 1, 0x00000000000000000000000000000000, 0x1a972f434f1a3e794369cfbcd1fa3295, 0x9b399b7bf8ee705abd491199cd9692e5775b59f8aa2e32b26ce037b2e0b1b5ec, '', 0, '?'),
(0xcdf889bb6a2867f91f807e6a5523b7d6, 'wp-admin/includes/class-wp-filesystem-ssh2.php', 1, 0x00000000000000000000000000000000, 0x7ca20dfa3ca00aa9ccd616972dabdb31, 0xde416d978603129128a374b2c7fe77de2a6c45649e73979840af8efd97048dda, '', 0, '?'),
(0x767f5dbf7a8bf0d4e5039ac333bb7442, 'wp-admin/includes/class-wp-importer.php', 1, 0x00000000000000000000000000000000, 0x6dc54c00b1345764ab6ef4b0744791c4, 0x585cb96d18afecd893cbfe3e5e27875f34d0a3b303ab34d4979ca1b7d5755630, '', 0, '?'),
(0x82ec9cfdae76bf410a4772cf33433960, 'wp-admin/includes/class-wp-internal-pointers.php', 1, 0x00000000000000000000000000000000, 0x5e495b3854e48d8d0be3975cebb9de3d, 0x595e02399241040d2b5e2decc2691f4cf15794e06a84994fbae5a6f7bb46f5fe, '', 0, '?'),
(0x5fee9128ed43988cc21b4d360e9839c9, 'wp-admin/includes/class-wp-links-list-table.php', 1, 0x00000000000000000000000000000000, 0x46a936d45a33405d5b3a1d85898d872b, 0x11419fa7814484ecb1633fa9ae4cb6ecf89cdc49a14f0842c1914fc39f97fa4c, '', 0, '?'),
(0xbcfc55649fa513064d8592d95324806c, 'wp-admin/includes/class-wp-list-table-compat.php', 1, 0x00000000000000000000000000000000, 0xdb7d8b3e0d5f4422a6f5436bf1d41543, 0x5c0ca53b8afd0b5d22a7a4ae28122b2fc7c57d9e120ecb9a7135cef44e5327aa, '', 0, '?'),
(0x4f0987d253a0fd95c723c5ff5969f276, 'wp-admin/includes/class-wp-list-table.php', 1, 0x00000000000000000000000000000000, 0x21543c7a73df3607b44310c13f720d97, 0xee68c5bdb45b80e6d0b2d97581004a683daa24eb364c29635e66d9e47a62c4cc, '', 0, '?'),
(0xb35662286b74885722ed36283bc6b4a0, 'wp-admin/includes/class-wp-media-list-table.php', 1, 0x00000000000000000000000000000000, 0xabc6cdb2abc5ce6bef6f8754cbd0413d, 0xa914d3b58f0866f84bb8914ee7af5fceb2a1733aae7625ef593d18e4d0eee204, '', 0, '?'),
(0xaeeb8dfea7aaeae273709bd0e46510fc, 'wp-admin/includes/class-wp-ms-sites-list-table.php', 1, 0x00000000000000000000000000000000, 0xd95b491d161849d95bde492369949a16, 0x3cf9437e8d9a2d2e8c00c5c83971af5c9704d47dea9029c4cf039c197ef75b24, '', 0, '?'),
(0xe40c7706a21bcdd3d656a5d0ebbc21dc, 'wp-admin/includes/class-wp-ms-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x7ba4c338b1be9382e94c6ba23597d085, 0xb127d93c6f9fb20e0327152ee1b9c8f947d4228fe29276f11832677769cc8b00, '', 0, '?'),
(0x06fcab6929331633dca5d1c773da2a17, 'wp-admin/includes/class-wp-ms-users-list-table.php', 1, 0x00000000000000000000000000000000, 0xf0fda2960b862442c98023c9afa34062, 0xe7bdd6e24f6d82b4d3942e7816d3c12da859cc288602564f63c870d4ae59d3ca, '', 0, '?'),
(0x652e50c8b44e42875378115bdb26c1bc, 'wp-admin/includes/class-wp-plugin-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x203a2744043ce5d22a0403543b8b4791, 0x5720330a02d32740473879bd8b3b8c467754449bccc0108b5a76a658d37d86f0, '', 0, '?'),
(0xb88e94a79c5bae8f3a81b09784850f71, 'wp-admin/includes/class-wp-plugins-list-table.php', 1, 0x00000000000000000000000000000000, 0x0894bf5d35861c679f15d22d4d83f8f4, 0x02b1d93f603a33624fa99fc45902eb2eb9f72afcb32fb2cb75819c50625f08e1, '', 0, '?'),
(0x6314a7171c344c5df4cb9eae04b74d63, 'wp-admin/includes/class-wp-post-comments-list-table.php', 1, 0x00000000000000000000000000000000, 0xfa4064a942bd177fb823ad26267fbba6, 0x7bafc4626bf6860dbbf60fde7df192097b3dd6fad75c04db3d36e3606cbed409, '', 0, '?'),
(0xd747c8a9f5efbf3694a415b3c8000859, 'wp-admin/includes/class-wp-posts-list-table.php', 1, 0x00000000000000000000000000000000, 0x6d09a728f1904a051a2b78a3ee162ce5, 0x38c574c6c3841caa86925714a3238af6da9ac6cc9f8c0b2b5f4043fbfb8101e3, '', 0, '?'),
(0xab53c4ebfa8fb371ea608e83904ddc07, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0xdaa171159231821e62bbbf34f409472a, 0x7b5525d01b4876b3ca33db29a07c77a01203bd2d4cbf06bd26ffd6f12ee48ca9, '', 0, '?'),
(0x29ff6094f2662cb5a075fd340f10a1b3, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php', 1, 0x00000000000000000000000000000000, 0x9a1f58b920447f32256c23622f925719, 0xd5bba852d200bcf0d100b6160bbffaece1698f48182f2f9fc2ec77cf0ea700eb, '', 0, '?'),
(0xde356684b40ea00812bce96f1edeaee7, 'wp-admin/includes/class-wp-privacy-policy-content.php', 1, 0x00000000000000000000000000000000, 0xf19ac3a3e48ae4b836ad7252d3869bb8, 0x3a9cb7acd30ed68ee081151b2c1c0f1f4a2d1d31bf33acd2421a552ed0e31667, '', 0, '?'),
(0x8766473cae40e19f9d4efbe71cb5132d, 'wp-admin/includes/class-wp-privacy-requests-table.php', 1, 0x00000000000000000000000000000000, 0xb214947f7a7ca1908d661d88a1be943f, 0x7a995cdc0c9b3fea04ff2b692e99e1fd7818ec371d9a6a9bc8c72e69bf9589a1, '', 0, '?'),
(0x544df2a2c6fccadd6cf2fe01d5f4badf, 'wp-admin/includes/class-wp-screen.php', 1, 0x00000000000000000000000000000000, 0x06844f273c721f2c78f6696280892404, 0x0c4d71de835281333d459e3843f2405e9bfa40c3b2ab7eb07176b44dddf6cad1, '', 0, '?'),
(0x25a5c7e01739edba7ff15cde8baa1d0c, 'wp-admin/includes/class-wp-site-health-auto-updates.php', 1, 0x00000000000000000000000000000000, 0x21eee0c857f68ac74e690dba86610767, 0xf204ee5ad7498bcd25f8579204fc7edb680078f2ae8c6972c521bcb1634a8f62, '', 0, '?'),
(0x957f7531481d4d3a124537022f9a7bfa, 'wp-admin/includes/class-wp-site-health.php', 1, 0x00000000000000000000000000000000, 0x197bf62d498fb33a99b5b987a139a32b, 0x59cfe57aea03afa657327c7b177d31d0b8b6feb9915ea2694ed871a343995990, '', 0, '?'),
(0x274dfef87788f1918db783e3c70d4b6a, 'wp-admin/includes/class-wp-site-icon.php', 1, 0x00000000000000000000000000000000, 0xd657067efbeb1330fc648a1382cc7990, 0x5f19120c39f0e12537e64ed78c8e5b22b2f16d963b58693a5247e4785ea2715d, '', 0, '?'),
(0x4c23d61fac2fdbb02accf833f2d2ec0d, 'wp-admin/includes/class-wp-terms-list-table.php', 1, 0x00000000000000000000000000000000, 0x128d9f00557018a500e42e632ae06181, 0x27c65d706eb6d8158911d6ebc876970d3e411cf7a5c83bc2af50201a282dbe8a, '', 0, '?'),
(0xac22da954b5b408947c70cfbe1e13991, 'wp-admin/includes/class-wp-theme-install-list-table.php', 1, 0x00000000000000000000000000000000, 0x527a5b9d48483b6e6317942e027540ce, 0xacd43ec258ab625d7c24ad58719d97e8a7404eb5045d6d8459ed768474b09f1f, '', 0, '?'),
(0x2249466ebaa716adb840f761c27d9239, 'wp-admin/includes/class-wp-themes-list-table.php', 1, 0x00000000000000000000000000000000, 0x6f36a79994bb6e2b363684986eaef7ee, 0x5c4159e651e5db82bd7c18e90c143fbc58f7c120a96e8d1a16c4edbe5033844c, '', 0, '?'),
(0xdf3d405cf0124a7051f36d5c1086c036, 'wp-admin/includes/class-wp-upgrader-skin.php', 1, 0x00000000000000000000000000000000, 0x4d243dac389a3a94fae6e205417ac86e, 0x254ca488fc13c3b0fe40438f556298e37417a68ea9a50cc66e9f9088631a9f64, '', 0, '?'),
(0x7aacf6d5ef4a58d4777b210d46abc0ba, 'wp-admin/includes/class-wp-upgrader-skins.php', 1, 0x00000000000000000000000000000000, 0x5122fa8390bc8dc8d29115e12dd18915, 0x2ea19937046a333fccb6cacbc2b73f8b11a132165593458e2e9347cc0657191f, '', 0, '?'),
(0x58c2d7df47b07fa60493f695e57a8458, 'wp-admin/includes/class-wp-upgrader.php', 1, 0x00000000000000000000000000000000, 0x86bd50013d9226868a5cd3dc2ee75f49, 0xb9c3664aadca0a272da5233f8f25903780ae849d7beb7d5cd9a48d2402e50819, '', 0, '?'),
(0x90ddf2ae10961978385b01213e10f158, 'wp-admin/includes/class-wp-users-list-table.php', 1, 0x00000000000000000000000000000000, 0x2214c54e0a9d56d30da24095bab226a0, 0xaddac72925b68fa6b96ea841da9b2e7dbcc902c3c4067822ac7da511bc05b66e, '', 0, '?'),
(0x1e7cda26183b8c72a2020e4c7335f98a, 'wp-admin/includes/comment.php', 1, 0x00000000000000000000000000000000, 0xc004491d7c99168c146c1975e2af44ff, 0xacab10200dd3ed96dd4215e0b825a84694567d1f5beb6af03743467f82410eb2, '', 0, '?'),
(0x336bada86f1c175791351b096b5b6d71, 'wp-admin/includes/continents-cities.php', 1, 0x00000000000000000000000000000000, 0x575ff1cc54c9d3b0491be4a359b2d69b, 0x32c99faaab74623b36401a712781b651e4df48fe6a09f8dd066da2c9c6d1abcb, '', 0, '?'),
(0xb9b9ce3cff09cf6625d56e9f174fb303, 'wp-admin/includes/credits.php', 1, 0x00000000000000000000000000000000, 0x3b628b6075bb920397bc682791d3ea79, 0xb4fb5ae51343c19323c8fa1739cc3848ddd0ccca073c94bc68dcf72c64979932, '', 0, '?'),
(0x5c9ad182923f241880cd8438c092a1e6, 'wp-admin/includes/dashboard.php', 1, 0x00000000000000000000000000000000, 0x04cac38acbed6d1a9845a0f659c7e02e, 0x26afaacbdd3318bc98651bc5bf1dcf0b2efbb628829fb57be985e354e943762e, '', 0, '?'),
(0xf23fb2e2455f1ecf298a78da85249e9d, 'wp-admin/includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xec23872331aea7f2400ce4bcabd69d6b, 0x79b422704203c363cb68889d009650116844a61f520164ee13ae00624b4fcece, '', 0, '?'),
(0x9ff4785bc76584f2b6be3e4d078d0c01, 'wp-admin/includes/edit-tag-messages.php', 1, 0x00000000000000000000000000000000, 0x96d46d2d49e76633180cca665c5a92fd, 0x75b62d0768ee796a4cfff0217aee56c011ba9c2d31df6e79465987c39d822691, '', 0, '?'),
(0x85b93ec141e40c42c737e5537a218865, 'wp-admin/includes/export.php', 1, 0x00000000000000000000000000000000, 0x088f387f3a5983c78f2311bc07953b59, 0xf9673fad2eaa6185fb041c71fd4283d99f45ac46a09afb15b99fcf6f888d7cfe, '', 0, '?'),
(0x5154abf1f22a018f66d75084e5a52ebf, 'wp-admin/includes/file.php', 1, 0x00000000000000000000000000000000, 0x93ccd580d1b7d705e1d2f8d0cd1c8b23, 0x152b42af306a243266b56ad81469d21a90b41ef6112948d9974f3d985c25f2bb, '', 0, '?'),
(0x93ab14378bd64523be77c5a76aafb2b2, 'wp-admin/includes/image-edit.php', 1, 0x00000000000000000000000000000000, 0x4c59b58dc3136220c5087a2e631cbd04, 0x5cddc7abe2302eb4a45e4952150bf788dbedc25551e2c11bed32654099f45d08, '', 0, '?'),
(0x00c77c39e8d7758565e4f1e1964083b5, 'wp-admin/includes/image.php', 1, 0x00000000000000000000000000000000, 0x449fb129e25c8677ea73a3bba3827d00, 0xcc3929ed3e88175b09f500627c0be3571e43ae0ea8fee44cc9c41ed323ca2b91, '', 0, '?'),
(0xd84105af682949881a5d4772def68345, 'wp-admin/includes/import.php', 1, 0x00000000000000000000000000000000, 0xcde6f29e26c06db97cc13cf8e22860f1, 0x360d360d8b1940030eee753cca7a28e15ffcd1d0e1ec8206308b0476e2c02aae, '', 0, '?'),
(0xfe63b5d4776b9d2894910ff8348d33c3, 'wp-admin/includes/list-table.php', 1, 0x00000000000000000000000000000000, 0x28efbf0ea633fbb77cea6361ef9618d8, 0x62bafc467c7b7334739c982e26203b140d015e8a04fdb402e4ed130366bf80fb, '', 0, '?'),
(0xfa01529cde3dfadd2ac964f2d56e0390, 'wp-admin/includes/media.php', 1, 0x00000000000000000000000000000000, 0x09e75628233d83e9ed309e9b98f8a33f, 0x128c38a23b08c663026237905dfc8a8974742d70a30ba223945128fdd243b5f2, '', 0, '?'),
(0x9001060a99716fe3715a5679589cbf39, 'wp-admin/includes/menu.php', 1, 0x00000000000000000000000000000000, 0x23269bdb3901aea16845c370faa536ad, 0xc7aae08873bba84527c1017ff2d35c6c8fca0f447f2969b824eb0eb48eaba771, '', 0, '?'),
(0x48c3bdcdf16919ed5abe552c4818bb4c, 'wp-admin/includes/meta-boxes.php', 1, 0x00000000000000000000000000000000, 0x2bca342f5b18220dd2168b1f920752a0, 0x24c6982d8d87a89a2b8f08c65fc9e349c9da9a699482e48eeab80d1bde32f4e9, '', 0, '?'),
(0x8631e4886555fc9d4d56fdb85e9a1499, 'wp-admin/includes/misc.php', 1, 0x00000000000000000000000000000000, 0x45c3dde98abb7e468815613855af2776, 0xdccf6a7b79cb94dc08fdf318354ea931cbd9de9d9eb313cc32ecbdb2f3f6d914, '', 0, '?'),
(0xaf6ad03c4dbd4464b197feee08346db3, 'wp-admin/includes/ms-admin-filters.php', 1, 0x00000000000000000000000000000000, 0xb2c3e1813be6c6bc7acd67b64c928eac, 0x8cda74e3174d70b218d8e85104dd383dd5e27e6277eaaf10e1c4c7c12ffaf8a5, '', 0, '?'),
(0x89372afb8ff8227bec0bf3830a8d4b3c, 'wp-admin/includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0x959e111c6c8ebf747b306f1be3afde96, 0x373c4e6f51469587c900e68024b06a9b61cfa420156d1280f1c30db569fbc819, '', 0, '?'),
(0x66a0e99cb066d89f7c68fbb955924c03, 'wp-admin/includes/ms.php', 1, 0x00000000000000000000000000000000, 0xabf1328532c572c7e7bd05f58071685e, 0xaa8f4880b12774188372e15c5c6f7656c2df96c4ce82808fbd524a5659b7da70, '', 0, '?'),
(0x0328bf800497d199978dc9da00483c5f, 'wp-admin/includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0xd8b31fb046008cdd7ec2f017cbfa5987, 0x8d99075c5ed614fa1ab490e9dfb9a5622a6aaf16a35209b2da703c237e250b37, '', 0, '?'),
(0x56d780e3c42768fd97c4882b073a9fc0, 'wp-admin/includes/network.php', 1, 0x00000000000000000000000000000000, 0x326ec10cd5965bdc1f756a16f3f9e837, 0x65dd4d7f3356229264023095d3d6d10f022f306ff2c80bbd1275a354e56bb2c6, '', 0, '?'),
(0x77ae15f4604d0ccbe13ec77bd40f83b4, 'wp-admin/includes/noop.php', 1, 0x00000000000000000000000000000000, 0x58d3716a0616a4f682d11a21f10d3ab4, 0x641ecb8e4a8da999c1a1e6d41798505b0a3d16be0c8a5163ab82ae991850de0b, '', 0, '?'),
(0x043b0770520339b2b62bf3711070d5ae, 'wp-admin/includes/options.php', 1, 0x00000000000000000000000000000000, 0x3a7385dec28d42931a983f84a1d60e6c, 0x366c7f7f2e763e89b75c8c8d16639534d5b73d54b9fb167e6c0b9a46e7c66e93, '', 0, '?'),
(0x5297a77c52782fe3627a6e39002ad14a, 'wp-admin/includes/plugin-install.php', 1, 0x00000000000000000000000000000000, 0xb48a9c4cbdf9890bc0539f301d93c5c4, 0x17535ba005cb6ec0c92b89f09992bdae43f17714ad43e0ec8c91e6296ee06411, '', 0, '?'),
(0x71228d636febde19a33eab325268e95d, 'wp-admin/includes/plugin.php', 1, 0x00000000000000000000000000000000, 0xf963999029cccd7966198f8b74a1b0a5, 0x84b6efbe21be91ece4f40289ff87677c3adaa771d02ad68578c99a49dc74a720, '', 0, '?'),
(0xc3d5c535db5622f3b0242411ee5f9dfd, 'wp-admin/includes/post.php', 1, 0x00000000000000000000000000000000, 0xc03d628d901e0729c67afcef9328e4de, 0xbded5cbdc6d52edd5b072d7f17e9438a19b22de5453e42e1a7b6398e9cfbaebd, '', 0, '?'),
(0xea2d2ea706b40578b6c9a4e052bbdb1f, 'wp-admin/includes/privacy-tools.php', 1, 0x00000000000000000000000000000000, 0xf4d241842fdfeb6e43c8305e60a2a998, 0x5927433505a227671ecf75e9c6c72a2ac6ac79f5255228c854bf5308989b83f7, '', 0, '?'),
(0x78965e6ddd5dccb29a2ff5c54c347655, 'wp-admin/includes/revision.php', 1, 0x00000000000000000000000000000000, 0xd2b88268b23471cc7061541430d1e3a7, 0xcca193b770720afa0318e259f883ab615a7c7f8269da5383c82c9e04d12f89b2, '', 0, '?'),
(0xc7abc93dc5e86d04912fe01fc19c5e12, 'wp-admin/includes/schema.php', 1, 0x00000000000000000000000000000000, 0xf8f9a1504920bcf16bacdde70fa8c509, 0x26f376c6e278c2a1ed671c75c2fe5356ab9eee91d28fa5b30ec3ec7216c11f0e, '', 0, '?'),
(0x2881a0ef08767c548fe2809420c2a5d4, 'wp-admin/includes/screen.php', 1, 0x00000000000000000000000000000000, 0xc9ac06561a090c6afe8b9341cdca7ce9, 0x7e4b79bf691298326a2a5367543ced71187bcd6161822584c1fc3b9ac5d63bb3, '', 0, '?'),
(0x5aac8dcae8c420252fbb5abf7a39fdec, 'wp-admin/includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0xc8d02f1c61dd106167f3d6f9a2e4e106, 0xa1dc09542bfa04dd9fb980820476244cd91f33ac13fed947829921c36ad4f6bd, '', 0, '?'),
(0x3240dc6a0be56a00a16bd3b294a1d398, 'wp-admin/includes/template.php', 1, 0x00000000000000000000000000000000, 0xffadec3983fda3dc0a2989aa461c7516, 0x34b41d575af02156482d7e7e60e29f9ce569731de447da6d409737eea56ebd0b, '', 0, '?'),
(0x1093167e98e24cc9ce2ac42cc43c3aa5, 'wp-admin/includes/theme-install.php', 1, 0x00000000000000000000000000000000, 0x0ee66c70d24264c2c318f099ce5a15ce, 0xd34ff28f20dafe6e01d1754f0a648f374b5b227de8e7372770c9cdcc60f68d60, '', 0, '?'),
(0xe95d1ff7572f3eef7d3c38e8205646e3, 'wp-admin/includes/theme.php', 1, 0x00000000000000000000000000000000, 0x362a704ff5fa2c0bd191fe202d58a318, 0x0ba1347cc79b447d63934864ef1fc6890729595be9710e9b034ba9b9fd2d8003, '', 0, '?'),
(0x389e5236da4448b08a71a32d7b8e3a60, 'wp-admin/includes/translation-install.php', 1, 0x00000000000000000000000000000000, 0x213e44dc676c4d05e8be3c836d671ccc, 0x0df85bbdec382adb35166edd8a8ff350070e63f7f28212f4ae5e3864253f6601, '', 0, '?'),
(0xae0bcce45505792fff052a25fee5fd3b, 'wp-admin/includes/update-core.php', 1, 0x00000000000000000000000000000000, 0xe8b959931e9d340ea32d8bafcd952a73, 0x9b0117cd714f0ce4e86ae65bd8e03de55c12d8daede172639638b273ee48951b, '', 0, '?'),
(0xaa5d16da2ec71904310b0d5018584ca9, 'wp-admin/includes/update.php', 1, 0x00000000000000000000000000000000, 0xb25e09b2346a8eb02faa3f5ca010c60b, 0xf556a79861b055dccb81c8468356829df9dfb4596e241ad3b823d327529e4b98, '', 0, '?'),
(0xedf10fb2833dc3fa63e4d9879ce60bfd, 'wp-admin/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0xa9d5f2cdefe85c191fc6a5c72f9b1594, 0xe72bf2777dd455944b11f666e22566e17104f6f2e88d819db2696df3d81ac0ad, '', 0, '?'),
(0x0651a120b7d4283bd8a07c7e5238bf62, 'wp-admin/includes/user.php', 1, 0x00000000000000000000000000000000, 0x003bae77427748be961733566f21c0bf, 0xe33088dbcda96623b4f2ed3fd6e80e97880f3ae8000b5c4fbdbb0589edb2659d, '', 0, '?'),
(0xb4f049c7e5d8fb2e2455305d2788535f, 'wp-admin/includes/widgets.php', 1, 0x00000000000000000000000000000000, 0x1a532daa0f2eeef7bfb61f477c4a2235, 0x15e951cd412e56f16994d0230db7524a8de5c0e51c692e37178c40429ae864c4, '', 0, '?'),
(0x9d92d1ba9f22cc5035ecd35e55811a69, 'wp-admin/index.php', 1, 0x00000000000000000000000000000000, 0xb6afdf4aed094b691a622b475a9ae142, 0x0d39a80e63670e0266c48ab85405d37682815328d214394945fd24fa70489cd7, '', 0, '?'),
(0x42861217a16a088429dfd071bc448a53, 'wp-admin/install-helper.php', 1, 0x00000000000000000000000000000000, 0x809157ea1c416f71872b43325864c4d2, 0xe3573ea43b9ae72506d68f360e73c725055491ebb9f276cee8aa236f28ca93f9, '', 0, '?'),
(0x9636b67c3bbe3b38c551b934996b85f6, 'wp-admin/install.php', 1, 0x00000000000000000000000000000000, 0xd25eff2638e95d143d098cae1fd9e752, 0x68e551db346ec3c4c58459ec053982c4debf852dc79a3746a22638939f92dcb7, '', 0, '?'),
(0x7a3b6a325744ba36b28c115ba1170856, 'wp-admin/js/accordion.js', 1, 0x00000000000000000000000000000000, 0x5d0833119cdd6d030e69e499b6ac26cc, 0xa4b4b1e3c455833f365241e9b2a37f93978d9de184f552ba2962fb6e380713b2, '', 0, '?'),
(0xe95e2e976a547df93cde04048c49be99, 'wp-admin/js/accordion.min.js', 1, 0x00000000000000000000000000000000, 0x0b886a300edffb50e6337f072308bcda, 0x214b7ee9861e668e039df3fa9d966e4e988a42d5ce0098f92e40a54bd555d0c1, '', 0, '?'),
(0x529362903a5a05b34b06b5e793fb4cf8, 'wp-admin/js/application-passwords.js', 1, 0x00000000000000000000000000000000, 0x6e76d33e3484e77e2cfe61da9b383538, 0xc91a4b6f6be3adfe8fe5fbd3d3976930cb93c7e0d4165249e910a56300fa4f68, '', 0, '?'),
(0x0d55c06ac27a066897322ff0399c664d, 'wp-admin/js/application-passwords.min.js', 1, 0x00000000000000000000000000000000, 0x69df9e3db9255ccdc2dec3c570a84c34, 0x0327d0b917893193cb5d9eae7559d19776f76cee30afc4f2c148bb5cb194eee8, '', 0, '?'),
(0xaabfce98c410957228848dc581e3c420, 'wp-admin/js/auth-app.js', 1, 0x00000000000000000000000000000000, 0x23fdd0d94c50d0ca02e2535b8f9d66f4, 0x4640488512fc8f1938e5dd87fde737616ea2ff83237be2a112d3db0b8aa76afc, '', 0, '?'),
(0x7f745306fe22d9e16c5aed8b63caea51, 'wp-admin/js/auth-app.min.js', 1, 0x00000000000000000000000000000000, 0x7169ae0bb991c67f087e5b9f7c0da753, 0x41b67c66b4e74bf51aa0ad92467ce99afc9da265c9a04ce1658a81dcacfa3439, '', 0, '?'),
(0xc81de2fc6670b002f10021b974444b12, 'wp-admin/js/code-editor.js', 1, 0x00000000000000000000000000000000, 0xa4f21e1c4ea627dfbd09891525f9eef1, 0xb7e62d874264062fc860f20fb25c56f4783615592addee2d24dffeb3ae1dc457, '', 0, '?'),
(0x7cabf720b834e378e55cd0cf014df76e, 'wp-admin/js/code-editor.min.js', 1, 0x00000000000000000000000000000000, 0x9ba044266641d094a6904504029bb77e, 0x7bfeb6f1683b5b14ea35b1eba930600109567aebd14b64aa8c8797fa5e2c6892, '', 0, '?'),
(0x9c3519f4870fac83dc0dbf18cb6bd4c4, 'wp-admin/js/color-picker.js', 1, 0x00000000000000000000000000000000, 0x139ebeee07b11f7a6867007efb93eb8a, 0x3d6b9a6a599438df3872e8618dffb76849d2f73a52d5ab39b68469801cd6c389, '', 0, '?'),
(0xe7cf48e2b6c7cd6cf6b17b214423af21, 'wp-admin/js/color-picker.min.js', 1, 0x00000000000000000000000000000000, 0x84701b6747129d158a26a833b12c17bc, 0x1153f0cdcc05ba3cf860904ad0eb3d8d34166d53ed226b598c804dd782d2a190, '', 0, '?'),
(0x1c4303f02ff93b290e9faad991eeb06f, 'wp-admin/js/comment.js', 1, 0x00000000000000000000000000000000, 0x78638854c819c023e7ce940615ce28f2, 0xe7b450693c6cacee0c4425874a7b64ea77f508991685edf5a3ab9aeff6352f1c, '', 0, '?'),
(0x51fda983cfdbc16cea149d67b42dc4f3, 'wp-admin/js/comment.min.js', 1, 0x00000000000000000000000000000000, 0x551472f4987c2c3a5dbb5fa6f088230f, 0x6400bdca5c77837c09a9d277e1f3be573faa332004675961587e0b5d16be2dc5, '', 0, '?'),
(0x77fdfadaf2e1ca3a027d1956b910bc50, 'wp-admin/js/common.js', 1, 0x00000000000000000000000000000000, 0x07e4e5fa9a5103ae57692c3ebb7a7fd8, 0x349aff33d7b23e622f3ff55278a70e8fca9a0f3f3bc3fad15a9d8b37f11252b9, '', 0, '?'),
(0xf2c2cc5f667f04c2a0181024c14f3c6f, 'wp-admin/js/common.min.js', 1, 0x00000000000000000000000000000000, 0x24ddcf8b4f6e792615f5ab2da2bcb46e, 0x072cf42312a55d8664d3e3cc21b1497ce8b1343cc31b6ee8de82d372002c15b9, '', 0, '?'),
(0x640be3ecad31edecb5932d853b4f98f6, 'wp-admin/js/custom-background.js', 1, 0x00000000000000000000000000000000, 0x4c2dd0a4891b25dbc46c08e072f465a8, 0x8291bfb4b9c497d122d9bf6a7ac872e6143f033a6a7f27b20eb28ca0eacce0eb, '', 0, '?'),
(0x8d7d208d79541e8eec5add488463444a, 'wp-admin/js/custom-background.min.js', 1, 0x00000000000000000000000000000000, 0x271ed3321113ac20da53966f2d45dddb, 0xb50ed2c2139e44cab9b63a0626e9f66fd66eb8fc9781ed4cc094d933ea162c45, '', 0, '?'),
(0x158f16dbde430a8e0c97e455be8416fc, 'wp-admin/js/custom-header.js', 1, 0x00000000000000000000000000000000, 0x16dd8ec81a8ba0d0191b1adab8d6f4c2, 0xa106f276954e948f1cb006be3b64f5560b7fc208e2143564fba58e1274a12cee, '', 0, '?'),
(0xa58ffc6e7670ac6584edc6d0eeca7de8, 'wp-admin/js/customize-controls.js', 1, 0x00000000000000000000000000000000, 0xfc5927d9403e40dfccd5f1a29edfeffc, 0xbf976f06f8d5f36da57ae34a723b50fff9f2f825b916aecb9064555333b0843e, '', 0, '?'),
(0xbfff64411f2385f6cd2ae782c5b96f37, 'wp-admin/js/customize-controls.min.js', 1, 0x00000000000000000000000000000000, 0xb2014c1eab241502a6e7dcd6e561e746, 0x7bbfdd66115bc0ad9394a43bd922b268a05d5d759fe23309e05fcc6f51f01a75, '', 0, '?'),
(0x3a44e94a9d24eda56813bb86c7850dd9, 'wp-admin/js/customize-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x867b39bf3a3d9d8671b8c06154c9c40c, 0x1e466216934545f1e1736e9a11a83e17fc99f08c92e32bc26f8146f93c5a6e98, '', 0, '?'),
(0x484768270fdfc178fa5287bc8e7e170a, 'wp-admin/js/customize-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0xeea871e18e450c867bea46d10a86e2d5, 0x7143a52690182bcb4e0e3c5baf6c5c7b56c068f2165201a114298cd5c5bd32ea, '', 0, '?'),
(0xad295b224ab94894ee7ce76a6b8afb24, 'wp-admin/js/customize-widgets.js', 1, 0x00000000000000000000000000000000, 0xd11098c05c2c0c794985feecc744d761, 0xe0a79312e7e0b37dc4758a7d0540c81abe5c2c951f584be6f172f13b37669a90, '', 0, '?'),
(0x1d664d7892edaab9ae09e92b399555a7, 'wp-admin/js/customize-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x8391c29b187cc0e0c71a65f12b084a7e, 0xbb8c68f6af76d5d4b2463aee5a1d1f0cd8bfe9426460f3b6d5dfda59e01ca4c3, '', 0, '?'),
(0xe2e4c4b80f3adf2c70b431bfdb1b4872, 'wp-admin/js/dashboard.js', 1, 0x00000000000000000000000000000000, 0xc1c343018a8f290c06997b29ebff25f0, 0xc37b470be8cdda0ae43c5190494f1eda091ef9f1d21725b56b15a0e70717de25, '', 0, '?'),
(0xe4dfe6a8de7a704b43b27b5c3e82f390, 'wp-admin/js/dashboard.min.js', 1, 0x00000000000000000000000000000000, 0x1d56509c6b16c5de1ae0dd6c280f9102, 0x2f53e400ecab5c1b0516e9edbe541ff4f6d05a91954f4c5c153361cb91808dee, '', 0, '?'),
(0x6025add6bde16aaeb12787d250f9b414, 'wp-admin/js/edit-comments.js', 1, 0x00000000000000000000000000000000, 0xf5004b40dd6ef58764afc592e7cea8bd, 0xcad8032d28186ac065de5135edebcc3385c01700604e4ae262c9284f53b33a62, '', 0, '?'),
(0x46d027a342a42fed34087b4acd7b1777, 'wp-admin/js/edit-comments.min.js', 1, 0x00000000000000000000000000000000, 0xec82bacf6d1cf7cc130a278f945008a3, 0x085ebe9c833b28f2c152f7401410ddaa3afd863a5f1f39f101a9a32a6a8bd5f4, '', 0, '?'),
(0xe552cbe4353f922d2053a3065e4897fd, 'wp-admin/js/editor-expand.js', 1, 0x00000000000000000000000000000000, 0x91a417834bc4155c28b08270bda9b25b, 0xe011c5e93b5723e07d476ad95b97bc4b8853414b5adc697fcba45b510234630a, '', 0, '?'),
(0x49f1562f92f0b536a4137311e3c3f80b, 'wp-admin/js/editor-expand.min.js', 1, 0x00000000000000000000000000000000, 0xc2b452925ba0ff365c6754d4844c5ff8, 0xeff676490a3691e436b6941925145647b007f60b7dc1c5ef93c2406f66c8653b, '', 0, '?'),
(0x383dc049e5aff461f7259c836bd27eaf, 'wp-admin/js/editor.js', 1, 0x00000000000000000000000000000000, 0xce9f9d98315398abeb8d26b735159746, 0x84290e2c5fd4b506c0441257daaa74b67188de6a274f7986aebbd33e415ce690, '', 0, '?'),
(0xe6e2a3a3f44de54fd716baeeef8355ae, 'wp-admin/js/editor.min.js', 1, 0x00000000000000000000000000000000, 0x1ed41181a48d1b0c493d6b0b1a819487, 0x0cc20f5c5c5ec22a6b07142c3b8f5f34e127e2206f6955c9049840266507b380, '', 0, '?'),
(0x3b52de79689beb9fd052784b8d111c0d, 'wp-admin/js/farbtastic.js', 1, 0x00000000000000000000000000000000, 0xa73af354a03241715d8698feea340b92, 0xc96274e9478170ae0042074d16307ac2584a769c5a9d481b0b4174e24d05b825, '', 0, '?'),
(0x98c42f47ce9ed3b65bad13c79ceed943, 'wp-admin/js/gallery.js', 1, 0x00000000000000000000000000000000, 0x10e6c802166b74b815d5dc7109a37814, 0xb5e1bc376059d5933cc8c3e7390759ce69cf6c161c171d97dbaaf24bc8af8df8, '', 0, '?'),
(0xdb20e649d95f58b2d3039abc101ba83f, 'wp-admin/js/gallery.min.js', 1, 0x00000000000000000000000000000000, 0x7a251fc27f5b896cb05dca95aafa96a2, 0xba06aaf449b85eb24baef1ba5f9769a0a0477a1df7de3a3587c36e7ccadfa14c, '', 0, '?'),
(0x1d17475f620f63a92e2c5d2681c51ee8, 'wp-admin/js/image-edit.js', 1, 0x00000000000000000000000000000000, 0xfbf4d627148b4ca60aca72af1c29ec4c, 0x6f1d394ac942d67b325bc34a65160dbf8f82934071f8efd89881d4b4e06c4488, '', 0, '?'),
(0xb5e31b2d5a08bcb38011023a45be3a1d, 'wp-admin/js/image-edit.min.js', 1, 0x00000000000000000000000000000000, 0x72cf4da9a56c7e25eff7eec4cfd0f5d6, 0x5c82256bac96ba1cff9e3b01e02cd7be8df7b50b87611879025cfa1173c54127, '', 0, '?'),
(0x9b256ea9cd54df92095e04c76758ceb0, 'wp-admin/js/inline-edit-post.js', 1, 0x00000000000000000000000000000000, 0x5562c9dbc03a5c323242ba45a243a2ae, 0x43bbf21b7bfd2f497e95deb8b01a2222658f550854b3d542dfc2fa03dfde8867, '', 0, '?'),
(0xa331e06f1425a8c00471c5031541b580, 'wp-admin/js/inline-edit-post.min.js', 1, 0x00000000000000000000000000000000, 0xb8369b7e3c425e84c96ba1fde5f8b40b, 0x762d91e561f1461f5c43e83014a2fd37430b118697f8a8a33d561e6c05d4baeb, '', 0, '?'),
(0xca28138671823450e87dfd354f7afc6b, 'wp-admin/js/inline-edit-tax.js', 1, 0x00000000000000000000000000000000, 0xf292c6b6bca5d67302ac5bb97fbc22f7, 0x1d15f15d3a0d2bb516aa93c1eacaa92758c362d2b858d7e2b1fbe5cdc74c55f7, '', 0, '?'),
(0xf9a28db870f66c345bb2feb0659bdbfb, 'wp-admin/js/inline-edit-tax.min.js', 1, 0x00000000000000000000000000000000, 0xdbec06282d277fbef1f31852bae9ed22, 0xc1dd9415a3a237ecf114225e44eb0543bc1b87b50b6f3e30d5bd1cbe325d4ce1, '', 0, '?'),
(0xf36c4691aebedc63eb9295d24cc180f8, 'wp-admin/js/iris.min.js', 1, 0x00000000000000000000000000000000, 0xf03190302132dd7dd43dc3c26ef616a4, 0xbb4bb0ed1b3c3ce61f365bf6a330ba6ade30c3e87667f5eb0b979a9ba94a3d88, '', 0, '?'),
(0x69c05cb4af817f9b123d58ef05681424, 'wp-admin/js/language-chooser.js', 1, 0x00000000000000000000000000000000, 0x9fd3a40b17ca6b758d916c4c5316a904, 0x0ca0e3f50c7234d8e9b9f969c00b8d8b6abf22dc88899005cbe2cb36b9cccf26, '', 0, '?'),
(0xa18dbbab5a801a780f6379956490f327, 'wp-admin/js/language-chooser.min.js', 1, 0x00000000000000000000000000000000, 0xdbc5553ebd70344ae66cae9335c01f3d, 0x0e39f4c2c90d5802a44cd96443354055decc0eaf4b263ecd836cc008139423cb, '', 0, '?'),
(0xedb0515222e6c3400b331daaf676e053, 'wp-admin/js/link.js', 1, 0x00000000000000000000000000000000, 0xe267e5d69e60bc31d995788777c1ac10, 0xb5babf0cad5ee7dc1da5522bc89c0efe4935532469fd10dbc500be89a3b032b1, '', 0, '?'),
(0xda7cc023e91cd4b0239d7b95c4fe9fe1, 'wp-admin/js/link.min.js', 1, 0x00000000000000000000000000000000, 0xfec9ef223194c536a9c6d114e9f5b2a1, 0x027f7ab214b7f0833b9ca9934c524b9e60ca176addb0c2025027e1054ed27627, '', 0, '?'),
(0x6e5a2f31543a7b265e842f086ebffd86, 'wp-admin/js/media-gallery.js', 1, 0x00000000000000000000000000000000, 0xf6945f1d7f38d9df356fd8f73fe9fe96, 0xc6a48f24d9333099b74994f858dfc7432c62bc918e0322306cbb4ee69e05461e, '', 0, '?'),
(0x3a8c8ae525486021acfbe10d06e8805a, 'wp-admin/js/media-gallery.min.js', 1, 0x00000000000000000000000000000000, 0xfb97f09d4b3b70bb4f853f466068a677, 0xa45bbb8e0737e5329fa27308a2aea51c146460b98a0eb7eccef5fcf0f1ab4d6f, '', 0, '?'),
(0xd0d85eba5cb6580ce8507653ac5cf77b, 'wp-admin/js/media-upload.js', 1, 0x00000000000000000000000000000000, 0x468bdfbb563fc2df1961cf6e0dc808ba, 0x9945a59fc0ffe491f2612c9f1a82e12c794da02f5c6951d9d3a01622d23f3238, '', 0, '?'),
(0x81656cf704358f73989845efc3ba51e2, 'wp-admin/js/media-upload.min.js', 1, 0x00000000000000000000000000000000, 0x3980359f2ec1a134f3d49dc1101ece9e, 0x859d89f9e8daa62712bf44981abac80720761da108ac30a1fb457f7ef9c762e2, '', 0, '?'),
(0x7289286ed59e90a8f36ae797df62220b, 'wp-admin/js/media.js', 1, 0x00000000000000000000000000000000, 0xd28a24edf083f1f9aaa6b228c1f0dac2, 0xa28d08d0f87303dd9debddc426989cd5a3ca8623a05f1bf2b8600ccf1e040158, '', 0, '?'),
(0xd79e947984376d4504359d83854f5fc1, 'wp-admin/js/media.min.js', 1, 0x00000000000000000000000000000000, 0x31bc91964e58b91b0ff712b75c6de0ec, 0x508f1f13e45b487b6c57e2954000219021b0941773ae5ffe2f6aa646ebc48cd9, '', 0, '?'),
(0xa9dc201dcd011fe71849743133052619, 'wp-admin/js/nav-menu.js', 1, 0x00000000000000000000000000000000, 0x12fc4630130483ddb64ebda76aa321a9, 0x9e8f04b19b6d6ea0d1191d6841c98967381282e6676a90a5fb6d5b29b04292fb, '', 0, '?'),
(0xdd6685e39d18798efcac1bc4a7972a21, 'wp-admin/js/nav-menu.min.js', 1, 0x00000000000000000000000000000000, 0xb6e5810242ea293dcc2764c447e5a1f5, 0x6436c18c48b9571dd2468738211e13bc79efbe4e4110b39ec432b6ef276040c7, '', 0, '?'),
(0x0eebe503220d4a00341eb011b92769b4, 'wp-admin/js/password-strength-meter.js', 1, 0x00000000000000000000000000000000, 0xca83a41c44fa878db829916115ae106e, 0x60aed3c129438a0145814cfa64a558015ca27f2646102dbf56379a2b31c05341, '', 0, '?'),
(0xa8acccc880e77e5f71da49b6c45310a1, 'wp-admin/js/password-strength-meter.min.js', 1, 0x00000000000000000000000000000000, 0xb2e45ac2d733c572ee0b3b5dd53c7cc0, 0xaea1dac93111f408e479e590a521897d7dc7153305c9bb7d7dd174650f0a7482, '', 0, '?'),
(0x7436b7ee9e4f11ac0d618d8cc886eb66, 'wp-admin/js/plugin-install.js', 1, 0x00000000000000000000000000000000, 0x6374191eece710dda671181e1ef04349, 0xe954f27859d471e6ebc5ff1d2a02aafe7350b94ad0c6b62ea9f8932bcaa99c5a, '', 0, '?'),
(0x21f4ffb7ed59302d057a31e0646d3e87, 'wp-admin/js/plugin-install.min.js', 1, 0x00000000000000000000000000000000, 0xe47ba6036136138ee8a9c73a29a2070a, 0x0f4160fdcf098e77a5fac64497dc9ed36e2d07c8daf6a090535537150bb71a6d, '', 0, '?'),
(0x569e85ef168299eb8c8f24d8ef8c8a78, 'wp-admin/js/post.js', 1, 0x00000000000000000000000000000000, 0x8d7e3d9ee37a86214c1ac84441196c81, 0x9b6a73e38e4feb76921e57f4d7cf8fe05371a9a40cfc01d7f90216d6f2c9fe94, '', 0, '?'),
(0x4d3f2c35d82aeef3c904fadc4b2ac566, 'wp-admin/js/post.min.js', 1, 0x00000000000000000000000000000000, 0xac746dfa7b10242c12c51686b514f91d, 0x1141f41859d517bd8dfa7dfa553dad8632fa81271aa7d01920ed5ad230813c8a, '', 0, '?'),
(0x50278328b502f4eb3f2b8b7ab49324a1, 'wp-admin/js/postbox.js', 1, 0x00000000000000000000000000000000, 0x22243bf30c3948f4535ff7b7379cf2c7, 0xe9e560acd8e5529ffae60666215264de3ca2c1ffc2fe5188b820a6058647494a, '', 0, '?'),
(0x4facacfab352af72bea9a3e844953f97, 'wp-admin/js/postbox.min.js', 1, 0x00000000000000000000000000000000, 0xa5d2628882e1c0884a93e2ab087a2570, 0x867147122560da3345f73a0e6a197e5e08901ad28cbef51b10123b2c168ff302, '', 0, '?'),
(0x0cc31205f20441b3df1d1b46100f6b8d, 'wp-admin/js/privacy-tools.js', 1, 0x00000000000000000000000000000000, 0x02871d5f6a065daabba41cb5aada5257, 0xc784dc9cb4369d5cfbb4ce40efb2d51e06bc5dd8bfe418db28f68c39944e0963, '', 0, '?'),
(0x66a89dc5addd38aeff3bd173146c5603, 'wp-admin/js/privacy-tools.min.js', 1, 0x00000000000000000000000000000000, 0x44d5b2f808aa94edf2e8feadba35ec20, 0x3aa5e7ab73335d398df652c72ac47f7790e80acc162b2366eeeabf02aad5dd95, '', 0, '?'),
(0xbdb2bc5c869339bad195810146a077ed, 'wp-admin/js/revisions.js', 1, 0x00000000000000000000000000000000, 0x06814cc3d64f65157ab2bfb16e555219, 0xc87105e60bd33a5cc9cf7f48e52d8894c692925682de691cb29d1cefd48d8e24, '', 0, '?'),
(0xf86be67f1401de12ba94653c46eada34, 'wp-admin/js/revisions.min.js', 1, 0x00000000000000000000000000000000, 0x3e81ee830dd3906ebce920bffb81c81a, 0x0d6f4d0e0c16511e43f76972744df0d2a10cb5aa99f1ee9696fb4987b7b8c75f, '', 0, '?'),
(0x4bfa11da57ff2600004bb500368247f4, 'wp-admin/js/set-post-thumbnail.js', 1, 0x00000000000000000000000000000000, 0x3a314eb02806e8786c018f58ddfcbf27, 0x7639ed870a7b6c174b8a0b867e71e2b023923e89e9dfa6b7bda1204a8501607e, '', 0, '?'),
(0x1c54cb67736c46eda2e6ca9ee0f54c79, 'wp-admin/js/set-post-thumbnail.min.js', 1, 0x00000000000000000000000000000000, 0x31c250b54ebc48820839657f0bf24049, 0x657d2392eae4d06e9971c54aaf0c16724ad8e6513c64859d5acc150c7f4b9e34, '', 0, '?'),
(0x4a38fe1c0c45989e44682ba6109d9f46, 'wp-admin/js/site-health.js', 1, 0x00000000000000000000000000000000, 0xd39bfcaf9e47b0d11408275799c81dba, 0x8bbee3c094696a82fc1278e100d79a4d352bec69968bf840c3a8516a38a47622, '', 0, '?'),
(0xb88c789660fe662c3565661932fd1293, 'wp-admin/js/site-health.min.js', 1, 0x00000000000000000000000000000000, 0xa754258ffb6478cb0550013788ba2fbb, 0xb089957ff07bfb10fa15f95df0c05b6d58317f2175b7dee7d2ddde6ee83266fb, '', 0, '?'),
(0xf15a2fa5bcfb7b4c74e5d5ae4624801c, 'wp-admin/js/svg-painter.js', 1, 0x00000000000000000000000000000000, 0x6fd72790143b4936b79d552b834b1d89, 0x41bace9f11d5b63cd9c7de8d9ea82630e9027fb23eef6b5df4ab1c2d47664ebc, '', 0, '?'),
(0xcb553cdd3f592cf5cf1381a7d8bb2810, 'wp-admin/js/svg-painter.min.js', 1, 0x00000000000000000000000000000000, 0x19cf480cc27a34458d3dbc08ed884929, 0x152d267da1296ac95a53d0ccbb65e0929f03bad2a4aab0f1ee27df5a3f50f666, '', 0, '?'),
(0x9d47a87c240c1d10701cd6a02b28aa1b, 'wp-admin/js/tags-box.js', 1, 0x00000000000000000000000000000000, 0x39579960b816cc280b508745ec90b715, 0x85f88b148cfeaed71e7db43b52295fca4a0c37f5e9cb2a8805d4163f88fdd55b, '', 0, '?'),
(0xa79c9f4a3180ab4d10df46b0863c0bfe, 'wp-admin/js/tags-box.min.js', 1, 0x00000000000000000000000000000000, 0x0950fe66845232a08ca4102efdbd7a04, 0xf5df2ffdcbfe0e0ad1d3ed30dba54b10c1b3902ecdc4aedb0d262442f41a7d1d, '', 0, '?'),
(0x7d5ca435e60d92f024d46c9257aaa0f7, 'wp-admin/js/tags-suggest.js', 1, 0x00000000000000000000000000000000, 0xab7f70969944f6ac429616610542932a, 0x2459f45878f0c639331b259da866744316301d79f187b62ca15ee6aec4d40e0a, '', 0, '?'),
(0x6b6da77cf7874b0f6d6130ed222a886b, 'wp-admin/js/tags-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xc7219bcda8d370ddeaadd56495f9fad8, 0x8072050430a022d3cb6c0a10f24584ddb4079a2aa63791da764ce7f77b640c18, '', 0, '?'),
(0x7b74c8457eaa7fcc50db41b431f8a003, 'wp-admin/js/tags.js', 1, 0x00000000000000000000000000000000, 0xea5039bd368e5a330b052732968fe03e, 0xb676ce7426d8e9f4e4dd6833f843f3dec23929e1894c95f49597395562ef4b69, '', 0, '?'),
(0xa2666b6a9212c24e89556569343d25c3, 'wp-admin/js/tags.min.js', 1, 0x00000000000000000000000000000000, 0x2619d42cd614795316f268914b3da463, 0x397c57c3bca2fe7974f1cf9da982855d502c6973f9c7aeb4b5cc533746b5bcdc, '', 0, '?'),
(0x8240df461220d1d3a028a9a4c5652a5b, 'wp-admin/js/theme-plugin-editor.js', 1, 0x00000000000000000000000000000000, 0x2039b68827eb37344a3b9bdb7e3d5a84, 0xa8206dd98fa9b2c8fa74077a921266448ead641ec3d539128a37ecbc5493be06, '', 0, '?'),
(0x80d64e78ef1cf5da891ae33879485c8d, 'wp-admin/js/theme-plugin-editor.min.js', 1, 0x00000000000000000000000000000000, 0xcdc8220582bb5bb19f51aa3c81758d29, 0xea738d30b5723a6cc85cd4d4f5bbbd6adea69910f9932de009b82b0123f1c9a3, '', 0, '?'),
(0xf3235cfab7e2a82f87760e0516581e52, 'wp-admin/js/theme.js', 1, 0x00000000000000000000000000000000, 0x7e5e5fe7aad30d7d8886565fe6842978, 0xdc3f6cad3b18bb1f74c5467c748d3975f787fff9a6162e267b592c411de515e6, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x473655e632001e3152fcb8938da2cf4a, 'wp-admin/js/theme.min.js', 1, 0x00000000000000000000000000000000, 0x5218f5e77303eb70fa0e98c67031b582, 0x5575750c0eda09066a4b1394aa3e7da9ffca8a247c402e38144b33981282e8e2, '', 0, '?'),
(0x2b390f85a3048c5b4255fb45960b6514, 'wp-admin/js/updates.js', 1, 0x00000000000000000000000000000000, 0x72aa02f959a8ac3d990cca017ba402c0, 0x9b7adeba2373d05463206f252ad7d86c31f071dca9ec64c20f1e49fc1247f9cc, '', 0, '?'),
(0x285b648998f9bab1a11dd7ef4251b58b, 'wp-admin/js/updates.min.js', 1, 0x00000000000000000000000000000000, 0x4b839c1035c17950c1f28d86c395d37b, 0x9ac44e49377f6026279538865a7419bb8fe155932dc6f616812af5826eee2f59, '', 0, '?'),
(0x81d6f084cb273e02e15b01bd9ece87f7, 'wp-admin/js/user-profile.js', 1, 0x00000000000000000000000000000000, 0x883b540a2d7268b401cb58bdfe097673, 0x4b361daa72348088fa231de1774dcd37668c0de8b4f2e10610f847eaa95c7323, '', 0, '?'),
(0xf6a8a392c2fe4814a953213bf820f396, 'wp-admin/js/user-profile.min.js', 1, 0x00000000000000000000000000000000, 0x4197feb13cfcd990e0b24a948944e1f2, 0xc723d65b851a2a0aeb4cc182ee3d498e4477677577648cb32ca127f249453f94, '', 0, '?'),
(0x52c2a5f8b2aecdca4c65fd7109f026d4, 'wp-admin/js/user-suggest.js', 1, 0x00000000000000000000000000000000, 0xb9a41a61b44bc13d90f8861d6cb273b3, 0xf53ec96e87225395be8602ae71f0c574a522717a96a9d98a8f2a705a23b92b78, '', 0, '?'),
(0xd51658e9f0af97248461b2d442c8d25e, 'wp-admin/js/user-suggest.min.js', 1, 0x00000000000000000000000000000000, 0xd19dcca2d1e1ecc4564e339ada19f6c3, 0x636d5b540f6c35aba9b6a81451793b9288771430ffcc4e213c8df02fe8baac8c, '', 0, '?'),
(0xa8e59ff68e829597118926c5bb9f280e, 'wp-admin/js/widgets/custom-html-widgets.js', 1, 0x00000000000000000000000000000000, 0x23f988cba70b309c6fa772b86aeb7bc9, 0x3c94a2a9918d8b225736331be51e60c3182f70ce3068b3c6ec4c48db4d47311c, '', 0, '?'),
(0x7b0a1f84d5e552a06fade6523d2767c0, 'wp-admin/js/widgets/custom-html-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x1713fb21c0f0885001f49a4eb3b950f0, 0x482b54398c9afe68c06dc1294c94efa9f912e403289b7f9875a15a5e641c488a, '', 0, '?'),
(0x4bbfe55d4304ed19eea96c373ac44400, 'wp-admin/js/widgets/media-audio-widget.js', 1, 0x00000000000000000000000000000000, 0x5020494ddd3b703801766eb3c75bf453, 0x9ba18895396a8008f16c78421414d86513483abf79a5257df363095450a75fd7, '', 0, '?'),
(0x8c3c91e07c7e452ed1595ed421d65d04, 'wp-admin/js/widgets/media-audio-widget.min.js', 1, 0x00000000000000000000000000000000, 0x2674f3d74b21f393a0df31cae5764462, 0x39acfc833adce025b742f1c6895c6310d68f820194577058d409930f519ffde5, '', 0, '?'),
(0xaa7e134b950cc981b71c777766c043ec, 'wp-admin/js/widgets/media-gallery-widget.js', 1, 0x00000000000000000000000000000000, 0x7bfc632ffa82a98949d5c2f5ea3c0e9b, 0x8d0e79c65cdc1552a354dedca0f6551b8b12746d1d59c728058f86e3bbb1ccbf, '', 0, '?'),
(0x794116a98730bba695587a28809e275c, 'wp-admin/js/widgets/media-gallery-widget.min.js', 1, 0x00000000000000000000000000000000, 0x23448922352e8e280cd1ded41835b5d0, 0x5065b15a0a473d903c8ceddb11b94233b1d50a0d13d998cac03cc2c6d785b98a, '', 0, '?'),
(0xaa9e3491798733256bb32091b398d11f, 'wp-admin/js/widgets/media-image-widget.js', 1, 0x00000000000000000000000000000000, 0x8ec83b6b93233f94e76351378fdf2865, 0xf26fdd139f7b07cc0d728a6835dcc50646b077af77cf094c9065f0467ad35de8, '', 0, '?'),
(0x7c4e21a03b78e34e26ae7f67d9ef6df9, 'wp-admin/js/widgets/media-image-widget.min.js', 1, 0x00000000000000000000000000000000, 0xba18470c39fb466d1fa3715115169e9d, 0x4ab5361ff02556b5da22d30d4bce79c9b39b68aaa41e9138864ef6e0dfcee946, '', 0, '?'),
(0xc03511da9ca0199ac732cf146c327b84, 'wp-admin/js/widgets/media-video-widget.js', 1, 0x00000000000000000000000000000000, 0xccda3ae7dca5f3ce647c51f953f36eda, 0x85ca523b54849b7768a904e66d5ecaffb2e9f2e0bde49cbafcd94b05f14cc041, '', 0, '?'),
(0xc0818dcba5ccb04d56d0970c65aa41fa, 'wp-admin/js/widgets/media-video-widget.min.js', 1, 0x00000000000000000000000000000000, 0x3353f3badd2d21407cbc06a95b814d16, 0xf98deb730e836eb60efaf1e1d455ffbb888cc313bc426f339f7d0fc4ef2ba12b, '', 0, '?'),
(0x07c5864ca547b6c05028edce89c3c8af, 'wp-admin/js/widgets/media-widgets.js', 1, 0x00000000000000000000000000000000, 0x87e0a474e257406755e05f34c6f0c5d3, 0x197fce0d8bdd4926b0971916e8b0c48bc33977c699e694a2aa4adc5f1b471cfb, '', 0, '?'),
(0x513bdaf2e928fcb18fac4d1c702af18b, 'wp-admin/js/widgets/media-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x505118bd7bf80198f3393740c15dd5bf, 0x5050266040c855c2eb7da57b83dddc198a10f61bd1f7f75f56ef8bc62c484356, '', 0, '?'),
(0xc1f0a024f6548658fc40238e8441a4e7, 'wp-admin/js/widgets/text-widgets.js', 1, 0x00000000000000000000000000000000, 0x00892329d2d469844df2de7d8ab6a2ef, 0x0aa9e25e7515d39f667e4c1d4535418a00fa95723233ba71360442536bb8b7bd, '', 0, '?'),
(0x0662ef0ea79270b041b02bd42d2bca89, 'wp-admin/js/widgets/text-widgets.min.js', 1, 0x00000000000000000000000000000000, 0x8a9191a403d1cdf1a59ef00a7c3dc17d, 0xf4a205d3843dc26748745d7bd9834ce8ff0c5d9a5f5ec1021d2ecb8cd8f6c769, '', 0, '?'),
(0x5251f7623766a714c8207c7edb938628, 'wp-admin/js/widgets.js', 1, 0x00000000000000000000000000000000, 0x537c905e9370390e595c0d652a2ed732, 0x2c2f0c3bc67b8d4d2cf3da7af797ae2b92a26f7bfb63e67c75bb8e1962225f51, '', 0, '?'),
(0x10ae53781ec3df34ae406fc177ef0e4e, 'wp-admin/js/widgets.min.js', 1, 0x00000000000000000000000000000000, 0xced4606b3c2c848c6a339c654534829a, 0xa7996d8be11999fe4effc344dabdae8f61cc0db49371a689f931ba69895b2b1f, '', 0, '?'),
(0x5037336fe8a90209a7eb00e63de18ad2, 'wp-admin/js/word-count.js', 1, 0x00000000000000000000000000000000, 0xcb0d666642291b86e71d86f8fc85b196, 0xb5c7366ab82c41e8deaac7ad73e544bdc16543ff7a87062691fd8f0afc08b2e0, '', 0, '?'),
(0x96e24367bfb8f11e8b7d1d7cc745f7fd, 'wp-admin/js/word-count.min.js', 1, 0x00000000000000000000000000000000, 0x4929f90dad5dd0583013c16835a90ab8, 0xd35c4445e0ff8fa6b6836c56a1bdfca8f4486b9b01ae5c4e860b41339308b394, '', 0, '?'),
(0x76e6fce1e234dd7c3e1ded3cb4ffc0a8, 'wp-admin/js/xfn.js', 1, 0x00000000000000000000000000000000, 0x067f9e86d2dcef1d9638870fcb420423, 0xb5839f7b29b722e91c3b3fa6cf9958474449e4b352443f4b405e580e86b1af50, '', 0, '?'),
(0xe9a0bbc0794e3c8ea08039806f1a3c0c, 'wp-admin/js/xfn.min.js', 1, 0x00000000000000000000000000000000, 0x96f1bd2f9d27a4ad03ccffd13ec05983, 0x0ba4622a2fcec1936d2fecefe38ac10b61e6c5b5f83e84bc49e6b99268a3f12b, '', 0, '?'),
(0x7cfebb598c1c3ee080d01d09f9c686c4, 'wp-admin/link-add.php', 1, 0x00000000000000000000000000000000, 0x45f221276c6a50e5c95e046b497feae5, 0x05fe350b3afcecd171b594cf86525f5c0179cce608c568ac0d4c496c9eb614b6, '', 0, '?'),
(0x8542257636cd49224a62bdc734d3a154, 'wp-admin/link-manager.php', 1, 0x00000000000000000000000000000000, 0x4292010e30694e6aed1bc8f6c815bad2, 0xed194c6f28a0da6de61ed8be54e4e3d76b1d8919253c50210277edab2f130ab4, '', 0, '?'),
(0xf60b807ea191e4e215bbe27284439b9e, 'wp-admin/link-parse-opml.php', 1, 0x00000000000000000000000000000000, 0xa4af1ea5a17861db9404328f1cccd346, 0xc9f725a576507c5886d33aef78af3ef25d7c9fc3797c94923a0712c8f8e61cf3, '', 0, '?'),
(0x3a0f7bc3e2ec7b37ca39b0899ff01f7f, 'wp-admin/link.php', 1, 0x00000000000000000000000000000000, 0x6ef767679fef26d191629d8e0b20c1e9, 0x28433c4dee642a32c8bdc2e22ae64e8074e06e131d8d888fd806547ed3d51a57, '', 0, '?'),
(0x36825d6ae07619d957b96b0d332d7fe7, 'wp-admin/load-scripts.php', 1, 0x00000000000000000000000000000000, 0x9ec7d66674055f6f76f8d0b2a618fbf9, 0x66f393a36be121524734f03b98df6a686e757417d6ada6b7eccaad641a578e6e, '', 0, '?'),
(0x577d29d39637a38cea65e77d35e6392c, 'wp-admin/load-styles.php', 1, 0x00000000000000000000000000000000, 0x690d7c26e5a6c48833cd6421daa939cb, 0x7bf9e3a4756fa06204f1ca6a7861a9f65b53274b26ae8053a6250a41691eff94, '', 0, '?'),
(0xb4d24bb4e7e74f05c89639d7337c3c8d, 'wp-admin/maint/repair.php', 1, 0x00000000000000000000000000000000, 0xd003de990bf9aaaa7e8cab4de299b8c3, 0x496f5419c85d8ae06ae24ae8df7ed0c48fd137626e214d7cdae72146e4e5ad7f, '', 0, '?'),
(0x4a7ba3d6b9065a6906055ec3b9789549, 'wp-admin/media-new.php', 1, 0x00000000000000000000000000000000, 0x3af33fc0b754ac9e8669e0fc9212223d, 0x221dfefe4f6e5d4f8f6b183b8ed859f87db29f7247f6c47966d325e34f20385c, '', 0, '?'),
(0x86b311ac17ba12c3ea1982e2eb7d95cd, 'wp-admin/media-upload.php', 1, 0x00000000000000000000000000000000, 0xc13ded66bf03a1c8112f1eb35065ada1, 0xf076fb108f483147c474d12bb76cdd4f0dcd3ef9f67163c19bbe126d5c9a6953, '', 0, '?'),
(0xb9c38f754ce72cee9f26c7918b0d311e, 'wp-admin/media.php', 1, 0x00000000000000000000000000000000, 0xb6023b19de36bd1c1299f355de05a933, 0x8744804b141db184f41b33fbcc8175174221406f5013c8e3629ace23fd9bd97e, '', 0, '?'),
(0xf0249fc4aba549885efd9333b794d112, 'wp-admin/menu-header.php', 1, 0x00000000000000000000000000000000, 0x5ae950c16ad9c1067685cba821d2a3b5, 0x77cdf139153dcca04635010864f1f06f5515b812ca0cd65c1f5f9611176b5b95, '', 0, '?'),
(0xa8afdf5ce04420fc3efc46142cb587e7, 'wp-admin/menu.php', 1, 0x00000000000000000000000000000000, 0x7812d1eb8908169688940df45d40f8c8, 0xe64dcd21d283e602684d673f4c4fb00019c59f11ee40af0c93a74dfb224dc32e, '', 0, '?'),
(0x577bb0671b2d201458f2e9fb273d6e38, 'wp-admin/moderation.php', 1, 0x00000000000000000000000000000000, 0x5ad8455655c0f775fadbda1487a481fa, 0xba834671e736b3a331bb0bb6a2c93ca3a907aa77847426df62dfc2cbd931a6b9, '', 0, '?'),
(0x7677d9d140050f8848cac91e7a9646a6, 'wp-admin/ms-admin.php', 1, 0x00000000000000000000000000000000, 0x0b85556a41a307daa65971807588ad09, 0x90edc822470ac19dda94b110a2b74d68c051a732b8e09b1d6c92271cb0dcb5f8, '', 0, '?'),
(0x266565ee0a334be812d4e3765a04a695, 'wp-admin/ms-delete-site.php', 1, 0x00000000000000000000000000000000, 0x3f62da9487e7b533c4f20d0a5d6daf9c, 0xd9066a6e891542fa9e9e83544ec926fe65a7953e68f6b36da30ea7ce75497a3c, '', 0, '?'),
(0x45b856e0f3f72cd525a6d72c53124d3d, 'wp-admin/ms-edit.php', 1, 0x00000000000000000000000000000000, 0x5033b90aa7ea377c4c3f4d7441bab3df, 0x1c146183e481c089d6c163c473631a8d83b922e2560f1de8c14c5cbcd19ab519, '', 0, '?'),
(0x22287d47c57fc572e7090230978e5628, 'wp-admin/ms-options.php', 1, 0x00000000000000000000000000000000, 0x7e3cda1162ed73832719d12bf81ab951, 0x71ab4a12c09d52d45f2b11fb56864325ea7e64edcccb33356bd8e3947815e5ea, '', 0, '?'),
(0xaf2d31f038fc3ba754f6022f58e2a95d, 'wp-admin/ms-sites.php', 1, 0x00000000000000000000000000000000, 0x6633b9a5bf882653b2a937463736e7c1, 0xf888dd2cfc0e249879be6e2952b6804867a5ae84687bd124d7089955078fd008, '', 0, '?'),
(0x1c9db43d62a4369ade68738011aae674, 'wp-admin/ms-themes.php', 1, 0x00000000000000000000000000000000, 0xa9843a31525d096ca049c8e721235f4a, 0x37e41d459b9d48ccd60c9f9d50758e8ceac082179010c75ae28e016215b38547, '', 0, '?'),
(0x5c16dcdc0e0f85958c398783b7c8ccf7, 'wp-admin/ms-upgrade-network.php', 1, 0x00000000000000000000000000000000, 0x716394f338ae9ad445d712258cab2111, 0x09cd0548ea5f63dee89551d5fc588013f9cca484d58f4c010e73ba1916daadff, '', 0, '?'),
(0xb16bca06554c9fedc7a1b924c198fa7f, 'wp-admin/ms-users.php', 1, 0x00000000000000000000000000000000, 0xc2b3757e5d118d2a43cc7508ab1000fc, 0x65eb731f7d6bd25fbebe717db9131efea77e4795b8a75ba735df519f75ed2199, '', 0, '?'),
(0x0d78dd8d815eb4a7bf1aa08302bd3c3b, 'wp-admin/my-sites.php', 1, 0x00000000000000000000000000000000, 0xb2802f76ee096837079640184113de68, 0x505b0bc49dc04331f604bfd6a13f7174bbdc1be5d1e643968a9ba91c0ffd7723, '', 0, '?'),
(0x12b8b7e1436c6fa6081eb6b196afe9d2, 'wp-admin/nav-menus.php', 1, 0x00000000000000000000000000000000, 0x2397c4f2cf09a848bd903372c6954d7a, 0xded3c78387c4a5f59c3c069bba23233e137a8dc926e950b9192d7220decae1e1, '', 0, '?'),
(0xab6fa2f9a0b46c3ebce2787e49b020c2, 'wp-admin/network/about.php', 1, 0x00000000000000000000000000000000, 0x7e84809e289986f834e147040fecf5a3, 0xf68a6a2f7d07d3851b1fb994c100458f53fefacca45c480467eb235aa9a12e5f, '', 0, '?'),
(0xb79b029c5a5134c7d85c012882dc8713, 'wp-admin/network/admin.php', 1, 0x00000000000000000000000000000000, 0x7fcfae0d8cfd265a33927293220417f2, 0xd6067f183ae1d70325a33b4b698857403ee1553b8ad4cdf41feb13bd0823c03e, '', 0, '?'),
(0x2bc4e3f874a825523fd2db08f5f8a0cc, 'wp-admin/network/credits.php', 1, 0x00000000000000000000000000000000, 0x4210b52b1cf0841880eb4b5665863dad, 0x574e01b09c68be4b325a128a46ebf990b057ceed03900d300c38ecdcd04a0335, '', 0, '?'),
(0x0427da9e003bbebf3fc32b5607d2aace, 'wp-admin/network/edit.php', 1, 0x00000000000000000000000000000000, 0x92adf71ec63da4dd234c981848ddc4ca, 0x0f71b52f2adfb233f1a0dc78fe53a412a5b67e8b2e275d77ca1def6baf2c571e, '', 0, '?'),
(0xcf7546f3e2915e47faa545082b88b663, 'wp-admin/network/freedoms.php', 1, 0x00000000000000000000000000000000, 0x75a8908136eb7cba94741f4a34bf31b4, 0xe083e2a042eb3bb5f104bdf84dd93702a905df838006e10e5bb239199f3c2fa0, '', 0, '?'),
(0x00435f0a7f08ecc2146a440ba8e9406b, 'wp-admin/network/index.php', 1, 0x00000000000000000000000000000000, 0x2befa61629f59826b70263d4ed04cf19, 0x31be742f678d374fc7249b557e87346e37a25a1a903b75fbc929a8646ba1a26e, '', 0, '?'),
(0x5da5821650b7bfee546b76748aba3841, 'wp-admin/network/menu.php', 1, 0x00000000000000000000000000000000, 0xc5bb1adb3d013e881b2010c9b1ed6c81, 0x7908af54516d55b6967acf448eaf73a067e21db7148513315e5422f169678549, '', 0, '?'),
(0x99985b69785402ba71d4c37e5776a165, 'wp-admin/network/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x78f3b14a5995f04671c5f85ec8c84eef, 0x1d7afae2bf778715691f4cfe5fc82ae309212463c2f14c2ac85408e071444e5f, '', 0, '?'),
(0xaada70ba245e8186f48db5649d125a05, 'wp-admin/network/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x871c252846b1b276000b837ebb0eeb46, 0xda99732d7399e5c77eb275591865f6a692c092c4548bc3fb46b634bf21e1202a, '', 0, '?'),
(0xb698c003e38ec622530ccead60137440, 'wp-admin/network/plugins.php', 1, 0x00000000000000000000000000000000, 0x96520abda82e6f1c8dd7c4c6b1326277, 0xd541880e6770aa14878cd22f856def04f82c261e5271ff66396579fef7243de6, '', 0, '?'),
(0xa8a34ad2d797b85f790b7a78c8f7364f, 'wp-admin/network/privacy.php', 1, 0x00000000000000000000000000000000, 0x30aec83ea1480df0e6353af31b361da8, 0x2a5d58381bae1e98cd25d84bd29b195209fce5d651f8669e3b0a65c00d83365c, '', 0, '?'),
(0x1dc63dc5027d430bf0e3ee69f0dc4854, 'wp-admin/network/profile.php', 1, 0x00000000000000000000000000000000, 0x45f733faf2aabcf5f505401425b06320, 0xa95c48e82e3704e9deeb3751745577d6ddb0414b2cf92413418b84219fb74c7a, '', 0, '?'),
(0xede91a61985d5de34189ea27688ea480, 'wp-admin/network/settings.php', 1, 0x00000000000000000000000000000000, 0xf269d28edb4cb43ee165f92ad22ed1e6, 0x8d2b56c6832f1da96779673ee98ef6fd2724ca4c2a795863d920e18a778e6135, '', 0, '?'),
(0x2fbb73bbb543348c98e0d6c0108f809e, 'wp-admin/network/setup.php', 1, 0x00000000000000000000000000000000, 0x0977ade70e98a8ba54d6413bec7d4164, 0x91e5a1e99f8cf39c9ef727b64d4ef2132bcb10c6bac01252c0cc11bf1ff3677f, '', 0, '?'),
(0x2bb3a718472a23f4b1edf4a694fd66b4, 'wp-admin/network/site-info.php', 1, 0x00000000000000000000000000000000, 0x8dcf3bb7035ab590bac08f78c0cbdf64, 0xd92639982b88be5c00ebc7fa14a709d2842631dcaa436aa60effdaa0cc01065a, '', 0, '?'),
(0x79ea018ee447955c6098e1f9a24d5294, 'wp-admin/network/site-new.php', 1, 0x00000000000000000000000000000000, 0x549473375360a947a984e08555490e8d, 0xaf69fe22c483de3b5d95b0e4485994f33b7a952c6ec9d8f3e7505e5a5b274acc, '', 0, '?'),
(0x8bf37963e2304fb06729cf81ad4d66b8, 'wp-admin/network/site-settings.php', 1, 0x00000000000000000000000000000000, 0xcda2c69f367ffea3c7b044c3dba613bc, 0x366915de62d2d88ba3cb752dede24caa86b45ea809a076e1347c66cb259b5867, '', 0, '?'),
(0xa071f2ac68a2f6be4263f8393292ee11, 'wp-admin/network/site-themes.php', 1, 0x00000000000000000000000000000000, 0x626840d1556ad59ff69bb7479dd2277b, 0x393b23c7ddc46c2bc8e2bb39f2caf3f59d0322a8f09a70ad4cc5a2aedb88c07c, '', 0, '?'),
(0xe1718d402fbbb9eaa691d99e2d014dcb, 'wp-admin/network/site-users.php', 1, 0x00000000000000000000000000000000, 0xd63f3ac488902dc4c5bcd1905c782970, 0xb932ef2ded587fd8f9fb15f7b729fcdf0d50b8beadb39c6256a5d29d62297356, '', 0, '?'),
(0x6e93c6edc44092a741068ef9114607b4, 'wp-admin/network/sites.php', 1, 0x00000000000000000000000000000000, 0x82c6013ddf6df81f321ac52e509b86b1, 0x8f701141ef56b1c44f158bb3b8b169324586636bb4465d1f590f245351c5536c, '', 0, '?'),
(0x7b184ea488c832ed51ae75d4de3d099c, 'wp-admin/network/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x7d9de0627eeead40ae75d5cb8f4a998c, 0xb5981aaae564635c6675fc35fb8ca13d71bfd7904563ea069ee288498061eaba, '', 0, '?'),
(0x687c68458888663a16c6b132029a827e, 'wp-admin/network/theme-install.php', 1, 0x00000000000000000000000000000000, 0xe5a0b7c8b981e80f03fcb548195e7280, 0xeb66886b4c0287ecf61a1ca529682f465fdcc1c6164d8e0639a56a81f9aa56a2, '', 0, '?'),
(0xd9ebbc217df13df6602a841b675a3d1f, 'wp-admin/network/themes.php', 1, 0x00000000000000000000000000000000, 0xd0ac1689d4a5ea64816f7c9ba9dcaa16, 0xf2e7f525ba7601d7ab00939cb60db1e0ce8b03b38a3a63c7d7474f1d18a0be9f, '', 0, '?'),
(0x377c6f4f559b92f97a0045660ebb9ce4, 'wp-admin/network/update-core.php', 1, 0x00000000000000000000000000000000, 0x7ff2b4ec1fac4c8e3b475f627519275c, 0xca762c492f4c185e9a80a577771a58319832a079eeba90a754eac9a349a7937e, '', 0, '?'),
(0x821ffd5ccf28e5d97742eac44912e39d, 'wp-admin/network/update.php', 1, 0x00000000000000000000000000000000, 0x6c9dc7fb09ce9252553be27070c6629d, 0x8dad0b2cba21ff19bd0b1d6d3466b883e5c6d8d64e52fe0acaf2e20742c0885e, '', 0, '?'),
(0x720c94ae6892c57686cf4c6b2f8516f6, 'wp-admin/network/upgrade.php', 1, 0x00000000000000000000000000000000, 0x847123f6bfd491ad12d71a3b1f66c5c6, 0xecc433504add8ef7edb459a2a1628e4771419b9638c29c6f3a3fe1e23edefc16, '', 0, '?'),
(0x0030f6f123168a39fd9cac5a34ce6a24, 'wp-admin/network/user-edit.php', 1, 0x00000000000000000000000000000000, 0x0ac9643456da8b537e741dc9b1acc5ba, 0x986febe19591b02274ce79bc53828db6b0a64d389021392fb73f185910ad58cb, '', 0, '?'),
(0xf8c2364b31fdfe9b28eef6dd7d2f4158, 'wp-admin/network/user-new.php', 1, 0x00000000000000000000000000000000, 0x0c8e590cf6fcf4472d779ab3e78d3df0, 0x18067c0f36fa07a98d2ec057ed99e71f4e5363cb86f105c8238ec3deb100b132, '', 0, '?'),
(0x09e9f1cfdb30398df72d62b185cda957, 'wp-admin/network/users.php', 1, 0x00000000000000000000000000000000, 0x28ef97a5a8ac70200f88998d54635022, 0x3490e9f70107dae15aa84018a31e2778cac8ac56d7e56752b3a06cac040d8925, '', 0, '?'),
(0xcd1e64ddeae36c50914fea92f9490484, 'wp-admin/network.php', 1, 0x00000000000000000000000000000000, 0xa8446c52c09a97d23dc81883f49d406e, 0xd994dd66c4b0d1f409c171524b2fd8688d029558d9b1564a48266b8648501542, '', 0, '?'),
(0xad4a54563044b7ee6f5441efbcbb40a1, 'wp-admin/options-discussion.php', 1, 0x00000000000000000000000000000000, 0x32eb19fa7e139c137667abd433dc98e0, 0xb26c41743b8c1dfb238f540474905fd8795c533d8a9ac3f8233a58d9a56a0eb7, '', 0, '?'),
(0x6fed935bacd06e337582c8cab99f5035, 'wp-admin/options-general.php', 1, 0x00000000000000000000000000000000, 0x98bb4f2ba9d9a2a886eb251ddaa653b6, 0x0259f52a373ad0df21c8a117cba6e9416b7df8daeb8077b7df32f11ce4075a31, '', 0, '?'),
(0x0dd1aa10311c73313daca16006289879, 'wp-admin/options-head.php', 1, 0x00000000000000000000000000000000, 0xdd6356384123683a65d7ad2ff20bbf5e, 0x63d28884ee1f5e246b52320d3d9dbd8ddcabf002fed8f94067b8ca7f32e7fa1c, '', 0, '?'),
(0xb6a6e25ce4c6012e31b0db2d9cbe0f3a, 'wp-admin/options-media.php', 1, 0x00000000000000000000000000000000, 0x885cff5b78e94ee93aabb6b56477235c, 0xc252902f51ca4ff76cedef40bde6a7f79c63f230d40061606e12b2116f81c13c, '', 0, '?'),
(0x15fc1829a7a3998a740dee2cbd4adabc, 'wp-admin/options-permalink.php', 1, 0x00000000000000000000000000000000, 0x7d9300c6fe2b13beb8c471513d18bb6d, 0x571773662ecca2290a501fd816965f28f6258b5a7cfbf64556bb740d780ca98b, '', 0, '?'),
(0x24eeef5e84e2d83662485eea2ae283da, 'wp-admin/options-privacy.php', 1, 0x00000000000000000000000000000000, 0x4cf9c6712fc3cab5befe11a4c0bb1f34, 0x7019e748e09cff097703b468ea36365d8dffde0609b26decce1ee086455fcad6, '', 0, '?'),
(0xd2b20b45357cd2d1b589438264e997bc, 'wp-admin/options-reading.php', 1, 0x00000000000000000000000000000000, 0xe1b254ff2248f52456f7ebc1ee6aba96, 0xc68ecdb1d565121a19a888c185b24ece68d48a5f988ff71e2ef3bdef14bcea41, '', 0, '?'),
(0xe24cb63e81d99f89237b36707d59e3ce, 'wp-admin/options-writing.php', 1, 0x00000000000000000000000000000000, 0xc3aca4022c7b4a9d3e4d2a1a59f6d933, 0xa79fc7fd84cae1e7844306d31349a354d1ee89f7482633b3bd38e11ecc9e6ea9, '', 0, '?'),
(0x64d52819c4c8254ae9f9de40f5478610, 'wp-admin/options.php', 1, 0x00000000000000000000000000000000, 0x9e56c74e8fe1f2efadaa3d6a0095e78a, 0x7fac6a1847bb4156d8731f468392b081e06a02cd062b882d29af449df9daf898, '', 0, '?'),
(0x61c963b543480d8508913d076c40c4b8, 'wp-admin/plugin-editor.php', 1, 0x00000000000000000000000000000000, 0x24d144c1c1d5777fb06fede3a97db144, 0x096588538b0a0179701b7c59ff13992a68ce2ef8a8b87fd1bde2bf9ef0ca8658, '', 0, '?'),
(0xca786a5013d5f6bca8d92163c8177813, 'wp-admin/plugin-install.php', 1, 0x00000000000000000000000000000000, 0x6ea62aa2c1f52394b65fa580d2b35a83, 0xb61c10fe9be1c2660faeb3754723a99ca1d71927ff835fd98bf63acb7f46fa41, '', 0, '?'),
(0x4f90fb5ca9a2b55035d1d3ff7bbe52ae, 'wp-admin/plugins.php', 1, 0x00000000000000000000000000000000, 0x393dc443c184f63b9c041783775e8f58, 0x8d5f0aa75795ebe79e0c02ab6fe43077c1b3d6fdb3bc37e1e7a9603dd572c2ca, '', 0, '?'),
(0x946b8ba5977adfa3f3d4ecd7626fd352, 'wp-admin/post-new.php', 1, 0x00000000000000000000000000000000, 0xcc490a28fe82e1b891bc08d3f17b137a, 0x84541b95d1b689a89d8dc14c63e781f4ec348f4f9deacf6f46641becdaf16407, '', 0, '?'),
(0xebdd7641c06473bd8397b5ae4bb55d0f, 'wp-admin/post.php', 1, 0x00000000000000000000000000000000, 0x78125389fe871676e4804ec70ba09b12, 0xf8882075b999c514fdb37941f3d2ae8f4288bfe228aabf4202368d10868f88c3, '', 0, '?'),
(0x51b7106016ba12f6e4380815fe4db838, 'wp-admin/press-this.php', 1, 0x00000000000000000000000000000000, 0x91277871a0f93e8a2fafd0cf4551fc4c, 0x3e048c9e056bef28ffa604b242ad9181aea9030cf98b6807065c8ed1abcd9c3a, '', 0, '?'),
(0x32aa7cb8cea228e1bba7748cf054a9e9, 'wp-admin/privacy-policy-guide.php', 1, 0x00000000000000000000000000000000, 0x9587b1a21bb19e4b1038dba8ac01be29, 0x2e8425a7ad1696d5cc5d3a2f241f7ad4a2d57f8b53985ff729086b455292e593, '', 0, '?'),
(0x630113e9a49fb8b4284f6b318b21cd82, 'wp-admin/privacy.php', 1, 0x00000000000000000000000000000000, 0x431bae1d9757ab0d8712a570343e395a, 0x2a4d0e59eeb5e650300fa49cb6f989902b357e8c8e7fa1219e394f52ad6dd2a9, '', 0, '?'),
(0x6834ac8bf22333c7608e2ddd88a822a2, 'wp-admin/profile.php', 1, 0x00000000000000000000000000000000, 0xee00f0d62c94fb17c8f8673b0bea99b4, 0xfb43ab9971a8f1fd4e2cd96076ac539bb12a1ceed2df5a5bdc60d3caf4ad6de4, '', 0, '?'),
(0x5cd3000bf5a33ea62ba2b3c14662d0ed, 'wp-admin/revision.php', 1, 0x00000000000000000000000000000000, 0x27f455ef0fc23a23b22b0661b494ec46, 0x9e43f299c0d80eba66999060f5b9b81b5dfdf1dcda7c231e7756c3894248290d, '', 0, '?'),
(0xa763e386cc8eb488240a27409b0df2e8, 'wp-admin/setup-config.php', 1, 0x00000000000000000000000000000000, 0x6fda7e79456646b39b64fd781d0eb3ea, 0x4fd5744acab0815ae4bca1eec3569f533ccda477870b7a3157b67e3ef0c63029, '', 0, '?'),
(0x873b6a8ca77cfd3a1c1b05312fc7e6a3, 'wp-admin/site-health-info.php', 1, 0x00000000000000000000000000000000, 0x4b2375799e643ee7d9b2bd2848169428, 0x6f27558987adb77e07dfa19b6518b46782187c18eb28b7bfdb90a4332cfe0524, '', 0, '?'),
(0xf81c2d7c56f1fb8ffb99c448db2584aa, 'wp-admin/site-health.php', 1, 0x00000000000000000000000000000000, 0x36f9e39aaeab34f47ed3196cffc3762d, 0x30a6636f0902e8a7a5b7879b2eeceec7fff85f41fc548e005edb03d8dce0bf29, '', 0, '?'),
(0xce7c9ecf1566f780eee8c92c32ad5409, 'wp-admin/term.php', 1, 0x00000000000000000000000000000000, 0xfe69e13326b1d095b81beb2836e326ac, 0x48a5340100e98d70f0ad9942d3d915618ad16dd166b5df04bf53550adfe95412, '', 0, '?'),
(0x26c960d74fcb115135915110d53433bf, 'wp-admin/theme-editor.php', 1, 0x00000000000000000000000000000000, 0x47a422c51105c67d3c11d0bcb8e9b5b4, 0x249fe404536ccdf607d8f5b90cf0931a8eaabf503581a90c7a37f4eed3134891, '', 0, '?'),
(0x0af40da30c4283e4ae06087016ccad05, 'wp-admin/theme-install.php', 1, 0x00000000000000000000000000000000, 0x3b26ea3047fea2e9a9d7e75187a7ca9a, 0xe9674a5213628ad8007466d232c38510d526c4fbc13075c36a5948de6908b8f1, '', 0, '?'),
(0xbaa9c214e3125e5b5892e68e69b309ed, 'wp-admin/themes.php', 1, 0x00000000000000000000000000000000, 0x1bf49046e5dcdc2d473b3a795e1a2984, 0x1da8bcc5c61546d4c8b3dbacf5325599a5999b2d92e5863ad231e68d05060787, '', 0, '?'),
(0xf13773fe5c5dd47d884141f9776531b7, 'wp-admin/tools.php', 1, 0x00000000000000000000000000000000, 0xb5524337ab0a9f809d17d5540e520cef, 0x76275303e81f3b8ccc5bdf0a53d42f5b530e36e69026e047269d1818c69638b6, '', 0, '?'),
(0xcc217fe94c54e133959f69d9ea781bc5, 'wp-admin/update-core.php', 1, 0x00000000000000000000000000000000, 0x2ddb5608674ee7a03782edf83f3a5ec6, 0xb45a2a0ae107d90116b80c260e7a3919663f02a6077f226baf3e7419671e0210, '', 0, '?'),
(0x210f0b6f8d0dbfcd41888e7637e0dc65, 'wp-admin/update.php', 1, 0x00000000000000000000000000000000, 0xba957426de10bec456c9dd81368dd6b8, 0x6d1663125429e4e1d29c944f3e79896e2f4069222b8835644ac5dd40b4dced1b, '', 0, '?'),
(0x5e40d5b2017b27aba95fe8e2079b3932, 'wp-admin/upgrade-functions.php', 1, 0x00000000000000000000000000000000, 0xd5f418965b61ee40312ea59a51ccee5a, 0xe474cb81a5acf90305a398397b89c42fc2ff8479b4673127fe7556febe6c02a4, '', 0, '?'),
(0x10e9e1e66a37725bbc2c94ccfc5ad6e8, 'wp-admin/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe935a02c2ff8a21eca16944c12d83b9c, 0x04f79f6b4e494d00fdc603afdabf581aa68453e6ed9dc581d4be8bc557e59c03, '', 0, '?'),
(0x26740221305e6787db624a88632c3e33, 'wp-admin/upload.php', 1, 0x00000000000000000000000000000000, 0xe6f5f50f96f6c4450e5f2dd90d1633de, 0x0e1658cea2cb94268bb628b04ee8805c46c63025ed14c56fe3b930fbf0b93eff, '', 0, '?'),
(0x5e39282d28c5b2c5792089f7ca30712a, 'wp-admin/user/about.php', 1, 0x00000000000000000000000000000000, 0x219a4e201e9d829ad939e2336e446c02, 0x7297beaf523839e33c863b3969316c955ab28d8c51faec6f0f43231df15996b4, '', 0, '?'),
(0x3173b82936aad3b69995af43a785ce97, 'wp-admin/user/admin.php', 1, 0x00000000000000000000000000000000, 0xe81c545ed931eeeae3e01e17f841887c, 0x59e0e325d5b4398be0168ddd4ea0d73f5c765c619e1b01904dfea6b47edd8b0b, '', 0, '?'),
(0xc91318a583dbd07e0d1a4b342823e3c5, 'wp-admin/user/credits.php', 1, 0x00000000000000000000000000000000, 0xbba128ed8c8b8923d1d34183e4f33bc7, 0x8275ab41eac3f6931b132b19492f98e38a9300bb6e894ecb314738dc1a442dfa, '', 0, '?'),
(0xa5523b6c7a4fe9386d3c3314944e6965, 'wp-admin/user/freedoms.php', 1, 0x00000000000000000000000000000000, 0x6099bef8557fbaf8207dcef0ad0ae18c, 0xd1cebf7a428f2b71bcb91ec235566cce4b7fa46ca1b06b818df25a2fb30ff47c, '', 0, '?'),
(0x5beaa08fe67c4bf26f0ecadb8c6237f0, 'wp-admin/user/index.php', 1, 0x00000000000000000000000000000000, 0xee78435336bf4c43e99d3221dd759d1e, 0xc1604bb6e7c4e4bf0479324dfe08d070196ccebe226100efacb09a74d1dea144, '', 0, '?'),
(0xf5e6d8f5a379a0f800ba0c22acee5105, 'wp-admin/user/menu.php', 1, 0x00000000000000000000000000000000, 0xf97ae3568dd21c9bacbe87a589bffde1, 0x070192ef6d980ddd291111bf946830d245b943a7a4c34e8fb660df445b092433, '', 0, '?'),
(0x00e46c446483d3fd755ee2e159ace2a4, 'wp-admin/user/privacy.php', 1, 0x00000000000000000000000000000000, 0xfe648249ba1313e1f2557b7831b71741, 0x111046aae575865800be6f67ab3a7e94c868c6e95f94841135d2cb70ed74d224, '', 0, '?'),
(0xf6d3e3ad60d726583cc461519f56685c, 'wp-admin/user/profile.php', 1, 0x00000000000000000000000000000000, 0x9fb67838a0cc21a8b58378965312d76a, 0xecc94a80edc56696765ef744d377f416dba60ac6c673f04275a62fa50e9e8c4c, '', 0, '?'),
(0x0217f48d7f133dfcf071af0d6c6a412b, 'wp-admin/user/user-edit.php', 1, 0x00000000000000000000000000000000, 0x3c4400d50a23aac3d94597f07fb3f602, 0x58f01478a06e6ff77b0700139dc1af5cb2c1e49ebfd8f2655bedfde3126a5a4e, '', 0, '?'),
(0xd20f4a687cb19430e7830b605a709845, 'wp-admin/user-edit.php', 1, 0x00000000000000000000000000000000, 0xb632204289ee066234a19938de541962, 0x672e09cd595a8edf3a59e01828c66de93c9c624236b43ceb17a4bcdc685822d5, '', 0, '?'),
(0x202a404144d29388123d7075b098d345, 'wp-admin/user-new.php', 1, 0x00000000000000000000000000000000, 0x05c5fdfd15e7570732230913d733fd15, 0x38e5bab9edf6cde4b317523048c6eecdf5f0818e6dfcd18ffdc8aebcd0af266d, '', 0, '?'),
(0x508ac510697aa174ee6103e9127dd461, 'wp-admin/users.php', 1, 0x00000000000000000000000000000000, 0x5a5cbe91a040e0bd6a7595ef5708d13d, 0xbe25135abdef6afa8e1a7f61a2aca920a9bf447919a4ebbb6294ccf8e9b3c814, '', 0, '?'),
(0x019954ea68cbd4ec7a07509ff91972e9, 'wp-admin/widgets.php', 1, 0x00000000000000000000000000000000, 0x93697af7be136bc29494af03fd245d89, 0xff13a0274dc78729fb7fd6ba6d1f61d120a16671c74a4be72dff99b39cc8a6c9, '', 0, '?'),
(0x4995c43a17420e73de23d7e7ffde40d7, 'wp-blog-header.php', 1, 0x00000000000000000000000000000000, 0x5f425a463183f1c6fb79a8bcd113d129, 0x3b1a8e2f5c6284057fe4d174fa82ab49f4a4168cbfcd9daf9ecb68c4d47703e8, '', 0, '?'),
(0x5388fff7dc70d83ed9dd5772bd0e5945, 'wp-comments-post.php', 1, 0x00000000000000000000000000000000, 0x2e4bd8fbda124f512091b367611ba0aa, 0xc787e1f38c1368c6ffe3fd602ae9966472fa7dda362d8cdf8150a751fde07bd1, '', 0, '?'),
(0x7ec5a5cf147300cc3179ec24914c7d68, 'wp-config-sample.php', 0, 0xef53ddd38b94e7cb68dcd731f89e91f8, 0xef53ddd38b94e7cb68dcd731f89e91f8, 0xea909064609134fbe609a55c58bdca4cf0aa75b9fc24c786baeb8cc5a8641962, '', 0, '?'),
(0x764b3b0240d173ba6155313ba9095ea9, 'wp-config.php', 0, 0x7401791f7eb0ea93b2077e617cd3c1b7, 0x7401791f7eb0ea93b2077e617cd3c1b7, 0xa6bc6c7ef52fdcbf708d1a9e299aca868ce8fd1d7d06f7c2a570238a499f6a15, '', 0, '?'),
(0x1a3605d473f8aa772ae49e8b9183bb0c, 'wp-content/advanced-cache.php', 0, 0x13fae91ceacd450584e43d1d9f7286d8, 0x13fae91ceacd450584e43d1d9f7286d8, 0xa388e05a49999c2e71c89eeda34a2f8ca64d2ba595853125d90682d1c53a73e0, '', 0, '?'),
(0x43c48d9465f9a4819aa9c008e809a75f, 'wp-content/autoptimize_404_handler.php', 0, 0xd07a0eed0c23a3349d9777880c8a6d63, 0xd07a0eed0c23a3349d9777880c8a6d63, 0xaeb89cfcb8e73fca5ef61d10dbca81e98225183b65eea17300bc21c44bc902f2, '', 0, '?'),
(0x7acb28dd2dee6ae0c99c72caee4118c3, 'wp-content/cache/autoptimize/css/index.html', 0, 0x114b8f8a1ef61b647770e5157ed8ce16, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x18fef0121e2dfe425b9ce7ec8bf023dc, 'wp-content/cache/autoptimize/index.html', 0, 0x114b8f8a1ef61b647770e5157ed8ce16, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x641246f9aefb981086e864fae4607640, 'wp-content/cache/autoptimize/js/index.html', 0, 0x114b8f8a1ef61b647770e5157ed8ce16, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x1b020aed0dc1c823db3a5e42c4f296bb, 'wp-content/cache/index.html', 0, 0xd41d8cd98f00b204e9800998ecf8427e, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xed9bf2d567b2409b87b1dfcadb7b79dd, 'wp-content/plugins/query-monitor/wp-content/db.php', 1, 0x00000000000000000000000000000000, 0xd75a50305b982d2469c31508ed28bfd5, 0x702779f050c47d314251cbd19178bd73b5e0e010439beb41212c0b2f88251e96, '', 0, '?'),
(0xfa2d5e67ff88ccba4000072ff7119386, 'wp-content/index.php', 1, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x8c531696761afd390fa81b3a10c98a61, 'wp-content/maintenance/assets/images/facebook.svg', 0, 0xdc3714e15ee2485e02683e0bf0793907, 0xdc3714e15ee2485e02683e0bf0793907, 0xf32e45ba858918f5f3ac7bf07248fa13b1012d4e719eb383997fcdda0ae03337, '', 0, '?'),
(0xbb7bf3bc106d834ba03b2f5ffda50785, 'wp-content/maintenance/assets/images/instagram.svg', 0, 0x9212911ca62ae65343474bfe3d2a9387, 0x9212911ca62ae65343474bfe3d2a9387, 0x2cec3fc219176e87ddde45336ae395e9b9adaadc83c6de594878645cf1210aef, '', 0, '?'),
(0x175fd6a92ccc278665a408e17eb32927, 'wp-content/maintenance/assets/images/twitter.svg', 0, 0xdd4f8165e570755b63fbdecbe8517310, 0xdd4f8165e570755b63fbdecbe8517310, 0xf719529bad9928db232e49ebec9110f4cb18cb7d8973df5a4b7d5121d76939d4, '', 0, '?'),
(0x70f09a64f2ff47736da2980e9c95d830, 'wp-content/maintenance/assets/timer.js', 0, 0x499b300b9119383489d4b56c00c1b346, 0x499b300b9119383489d4b56c00c1b346, 0x452e93c24f4bca0e1f9e0ba81af4bafbfab49fe5fb94fc3d4a44e34bae35bd25, '', 0, '?'),
(0xab58debdfbd5d94170e9531e81454c08, 'wp-content/maintenance/template.phtml', 0, 0x12e255bc8e92b49cf2378d22252b8944, 0x12e255bc8e92b49cf2378d22252b8944, 0x8be48b0bb8d7d2a45c1165fdda35b227baea178da4fb09fa79c4c27bebad01d5, '', 0, '?'),
(0x54b4394166248b29539e3cf916c87eff, 'wp-content/maintenance.php', 0, 0x937463f5aef6b874991b5e0ba162c0ca, 0x937463f5aef6b874991b5e0ba162c0ca, 0x93ad4d7b8cce2dc8408a272b25ecf50f4b28ff08bb3e1718e8a1a643a758d599, '', 0, '?'),
(0x315bbb583195fb13c005279b8a675e46, 'wp-content/plugins/advanced-custom-fields-pro/acf.php', 0, 0x86269ef8f0faee674586220329752c87, 0x86269ef8f0faee674586220329752c87, 0x6df45f4eb157660f126f0acb525edb877e33fbfc1ad4d9154787cd3cd1543db9, '', 0, '?'),
(0x079cb7111cf441282edcbe7fee302180, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.js', 0, 0xd5f38f0c37db40931495ff04cbfb16bc, 0xd5f38f0c37db40931495ff04cbfb16bc, 0x24962cbd48c2b1344d6eca480fb530443271efb139abae80116f4a045befc948, '', 0, '?'),
(0x8ce396a167fd228b82f83ad4ce8007e9, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.min.js', 0, 0x43ea1dd926d28fb13254881c45cd313f, 0x43ea1dd926d28fb13254881c45cd313f, 0x6746cd4de915340a0becd4465f301abf9047ef32058ee19f411a4195e490f5a1, '', 0, '?'),
(0x7442c5076ff9364f2627f18264642c75, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.js', 0, 0xa95323cb476000ee17d7a252786df963, 0xa95323cb476000ee17d7a252786df963, 0x9a49e4a00e3b8f5115596b1e17e95e5093267ef599fcacd3d9c9ae3fa957a2c2, '', 0, '?'),
(0x8a323277637b0b25b23bc25a310862c5, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js', 0, 0xda607360bcc65284a197ada3d68d5439, 0xda607360bcc65284a197ada3d68d5439, 0xd8a5a6f88c0b49032534c21bb630c407759972803d54a04feb5445002fa77027, '', 0, '?'),
(0xabc74d63a81a44039888de18713609fd, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.js', 0, 0xb8f26dd6733ccc6263cb273e8f821dab, 0xb8f26dd6733ccc6263cb273e8f821dab, 0xdf9acf762b322aa82c9f905f699a0ecb0a7a1c1c56edc40547cc5620f7b33ece, '', 0, '?'),
(0x112830f665be81977f4b91da335ed514, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.min.js', 0, 0xe87ca4c3554f7b9e693605ce12d3a234, 0xe87ca4c3554f7b9e693605ce12d3a234, 0xe868a67d25d67e757f6d2df654db62a7e255372ffed60ba5f1b2d6e43fe7b930, '', 0, '?'),
(0xd872eb36163189db3aacc63dd45ca9e0, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.js', 0, 0x7d137e2e0f98e5cd0e42e3ebf15ed56a, 0x7d137e2e0f98e5cd0e42e3ebf15ed56a, 0x2f6e3b830ab27e3ae9d67554d7e79c3f6d595ef7310d13ead6cc483bfd3bb9ce, '', 0, '?'),
(0x626bba69e42ed60326916852432092ca, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js', 0, 0x718e0a71a6685c775d2fabdf298abfbd, 0x718e0a71a6685c775d2fabdf298abfbd, 0x0f2f6c15926c8786b4729921b8c38c2eb9d0eccc6d0e94b3875fae142a84a7a7, '', 0, '?'),
(0xe6bce63aeabcb4ccd3cfa3db10d29168, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.js', 0, 0x4d024bb910cdf93c7f7802fb794e6566, 0x4d024bb910cdf93c7f7802fb794e6566, 0xf8b440c9fe85088091c7c5f767541864c1a961bf820afee583ebd4e9e853743e, '', 0, '?'),
(0xa6ff1dd049543f4e66a29ff7365e1219, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.min.js', 0, 0x9d46b7a5cbb1dcf609f707a17e6eb63c, 0x9d46b7a5cbb1dcf609f707a17e6eb63c, 0xd8ffc3350a18aeb2b563de6aff9ff8b26ea119dd177d4043e66d27de4f352e04, '', 0, '?'),
(0x00b1987ce0b0d7d173d79b9f855607a0, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.js', 0, 0x7be8fbad3d8f0482dcaeb755dd63167c, 0x7be8fbad3d8f0482dcaeb755dd63167c, 0x605d57a3bf5887bb4c93c7a5914461837f34d20c76a29c31db8def3cbb1edc3c, '', 0, '?'),
(0xb8a0a5d4964450368392247f9eb14a1a, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js', 0, 0x5249c0a78cd3451161bd18d120b23a79, 0x5249c0a78cd3451161bd18d120b23a79, 0x0fec2af59a2d9194e1a043e5a12c60570bf4c4829889c6b1367f310e94419b9a, '', 0, '?'),
(0x309a84bdeff569075baee283ab3b3d09, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.js', 0, 0xae1f232137115aabf2cd48026749e0c9, 0xae1f232137115aabf2cd48026749e0c9, 0xb22066591ee157b2b016fb52e987412af6b4730e1075266b149c75cc38f15c51, '', 0, '?'),
(0xe0d2970ad9be01d2b1fbb2f539930691, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js', 0, 0x5cb3b5ff7343cd3ad0ce93ab64ea4108, 0x5cb3b5ff7343cd3ad0ce93ab64ea4108, 0x5c8e726a7e833cc1d0b73befabbdf826d1ab960a1e9b5727cfce5330b8f525a5, '', 0, '?'),
(0xf48a25fd7fb2f1439b81b21948d1def5, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-functions.php', 0, 0x74f687ddb7914c134fad071502c69ddd, 0x74f687ddb7914c134fad071502c69ddd, 0xdb1ef81a15bde5fbe1377f56c57aaf51891ddc218382c27a7185ed2691a02ee8, '', 0, '?'),
(0x23a3100057b00ba73b79d61054fb63d0, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-group-functions.php', 0, 0x0583c3619cc8173e909120f8c1c88e86, 0x0583c3619cc8173e909120f8c1c88e86, 0x1c4c946ab1f6bfb142c8ba093196ad622893efde8a553821f4f2d8e1053c5f73, '', 0, '?'),
(0x5e70963c0e74f533a7a38f7dad54fed5, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-form-functions.php', 0, 0x566f48acd9532371a684abc40280cbea, 0x566f48acd9532371a684abc40280cbea, 0x2a9848bb4b0b7eef8e423cfecd19bafd2af1425e4f039578bf072ed5bf5e3b03, '', 0, '?'),
(0x628df06e3a7a65aedb80a2c855d231b5, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-helper-functions.php', 0, 0xc357dfae35ffb6007b46add1a19af011, 0xc357dfae35ffb6007b46add1a19af011, 0x28c858f1e1e5965259fae2711068c7efbd9d4ce6001198dc48b771423afadc0e, '', 0, '?'),
(0xed9d5db10d588bbe7666648f88b3c46c, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php', 0, 0x5420a499efe4f001f8938f9294193111, 0x5420a499efe4f001f8938f9294193111, 0x75c48f3b11c8867a2567e8e66da5cb12d3794fcb707ef16687cdb8107c3124da, '', 0, '?'),
(0xad4ff0eeae051cc20898751fe1114bc9, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-input-functions.php', 0, 0xf6ee213a0f242e99dd30a465cab3fa84, 0xf6ee213a0f242e99dd30a465cab3fa84, 0xbcaa3025b157ddce9c9b407002cb768ff2761e503b01f60be0b876b20f3c301c, '', 0, '?'),
(0x5f90e9c6325cd91df5a59cf2d2f020d3, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-meta-functions.php', 0, 0x055c4f256b162bd14bb441f08ef1bd4d, 0x055c4f256b162bd14bb441f08ef1bd4d, 0x47abd17122278d5758a5205c2dd2ceffc6d41fd23412f544e8feb2c0934a449e, '', 0, '?'),
(0x6cfefa1d0ed4cc28ecfdf59a934e8ca3, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-post-functions.php', 0, 0x6533479bbb7934a0f6f1e775dd767818, 0x6533479bbb7934a0f6f1e775dd767818, 0x3f7e48760f9df32803f6132ecefb1c716e7912a2cb4e5c8ca9d79f5bd21f55b7, '', 0, '?'),
(0xed56498f73471902d87aed30586f7ea5, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-user-functions.php', 0, 0x041c106e2aade4f3e2ca22a2e4ba6cf9, 0x041c106e2aade4f3e2ca22a2e4ba6cf9, 0xd2bfd3a80e5901d6d1638bc9f6772808cc12807276c67c5719bede9c4c83ffc6, '', 0, '?'),
(0x56e84e480817a90fbe43ea5ccfc7389b, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-utility-functions.php', 0, 0xfde56e723e2e3a6b13fa7a64533d3ca9, 0xfde56e723e2e3a6b13fa7a64533d3ca9, 0xe1cea12f4f78a6a213e32b211cb4f3a17bbb11ac15d5a862549a0fbd1866fb74, '', 0, '?'),
(0xd8f9b8001f99c204b43ba654a5c3a174, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php', 0, 0x0f92987faaa040ba3797957d5f10ea57, 0x0f92987faaa040ba3797957d5f10ea57, 0x0a0b676506d0b5a1e2586a555838d9e95c03dbcae1005304579f27d522bb63c9, '', 0, '?'),
(0xc9d275e94b2b4e49eea4d074d62e44cc, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-wp-functions.php', 0, 0x64470bfc2be9229e703881badb6ee457, 0x64470bfc2be9229e703881badb6ee457, 0x26e3d1e6bbf81a96d4826d702eb3dc9ccb942d51de43e0bf7988150391a4b6d6, '', 0, '?'),
(0xf6df632b434c54d3a6bae5dc0f0c5fe1, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-field-group.php', 0, 0x09703b576a39ead1f825ce09312e2397, 0x09703b576a39ead1f825ce09312e2397, 0xbc82bcfb9cd28c6c5707f3e8655e39ba4db8ae83de43a5ffe01409735127bcc5, '', 0, '?'),
(0x701db6e7b35b791fbee7674196093d40, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-field-groups.php', 0, 0x04f90534a49a3141e11b4679ca5d75a4, 0x04f90534a49a3141e11b4679ca5d75a4, 0xb583d9957b231cca3768ac5ba6ab99ee40509b0b18c7fa44411c4902f9a571a5, '', 0, '?'),
(0xb77840abdb4db2d1526db5a16cacb4a3, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-notices.php', 0, 0x9530691ec9450c19e329dbcfbb3e47a0, 0x9530691ec9450c19e329dbcfbb3e47a0, 0xcab8e04618021043bb1cb19ecd47bf7a0b3d919c7840fc03cc9c3084bb0fb754, '', 0, '?'),
(0x88aac46cae33c6e6d7f7fdc107787aae, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-tools.php', 0, 0x6730b0a2e516dbbbfff753e735cd30dd, 0x6730b0a2e516dbbbfff753e735cd30dd, 0xfbdc21d5aa221b18d9936188a7c7af61e00300c938e9ca52c163513ad7987612, '', 0, '?'),
(0x4e62dcaa1bc6c00e01e7923ac07c45a1, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-upgrade.php', 0, 0xee997f7bcba9644dcbe40760d083e647, 0xee997f7bcba9644dcbe40760d083e647, 0x80f77ae7cde0b677fb2fddba8b75460bb877fd888e28f7ad1e8170bd1ae1061d, '', 0, '?'),
(0x9f6c80c780b785325d4118947c1eaca0, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin.php', 0, 0x3dbcb452c3de3aa82870e84611cb7852, 0x3dbcb452c3de3aa82870e84611cb7852, 0x1d231cc4710e6710d2f79eecdc94ac0b30b24aa1d55e738a56c283f8b211ede2, '', 0, '?'),
(0x3f1fc31568519af99dcd942ae3c2f575, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool-export.php', 0, 0x35f81647b3e026200ed7ec83b1665c54, 0x35f81647b3e026200ed7ec83b1665c54, 0x888e2a78047dd814fd622159d1e44de13d2b489f0114edb310c24fc2ee6646d4, '', 0, '?'),
(0x595b723600a0c25bd3c34e4e2252c65d, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool-import.php', 0, 0x0267d0e2e3525323f9fdc3fa559edfb9, 0x0267d0e2e3525323f9fdc3fa559edfb9, 0xb710edecd47853181aa4f8ce0df5bda8e574ac828a5f14db611d1550d40546fb, '', 0, '?'),
(0xa9ef19aae23ffeacb4b44717af94c0cf, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool.php', 0, 0x65ffcace0f39c3a10cf47aea086623ed, 0x65ffcace0f39c3a10cf47aea086623ed, 0x1940d1be5b3d56cf959721a1965916f0e6b565a71e4eaa7c0eac94cd0526f086, '', 0, '?'),
(0x5370ab518a5229934969f54ead4c7ec0, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-field-conditional-logic.php', 0, 0x409dbf8519233023a7e2b3d297d22732, 0x409dbf8519233023a7e2b3d297d22732, 0x896d0d46c756f24fb4d4d3a4033f5a587199b10aea40dd0060b4ddabea6c8c9c, '', 0, '?'),
(0x49119c26efe61b22e17c590d81fec3c6, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-field.php', 0, 0x6cfd36bd2e3dbb28108f99070250b024, 0x6cfd36bd2e3dbb28108f99070250b024, 0x7016655cf6e368accdbac1097456cedec54c6c6c4d399276995c28fb5dd60260, '', 0, '?'),
(0x00d84c86036f4b8bb27fbc61d60f6d13, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-fields.php', 0, 0x39d61c23cafdc86e7b36828ac399eb47, 0x39d61c23cafdc86e7b36828ac399eb47, 0x446f9ce0576c3b579841999d4b3ca71563891fb0c6c6a0dee687815a3256ce81, '', 0, '?'),
(0x8705af36cbcd38ff961b0499c59904c6, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-locations.php', 0, 0x0caef172631bdf111858f2793a34a5e3, 0x0caef172631bdf111858f2793a34a5e3, 0xc9b9a64f005d848663b6d6c8b6700d0f99cced2f92a2878bc95a9ea42d34df59, '', 0, '?'),
(0x768c531df73363794bc695054f506588, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-options.php', 0, 0x134c369bd9b2f6c874a4bd8276ea2727, 0x134c369bd9b2f6c874a4bd8276ea2727, 0x50404b0186a8b2e974c6e97dc66e3fea4e59f510f7d95930ccdb61eef2aac524, '', 0, '?'),
(0x13cef718c7390a69f81b5814992bf845, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-navigation.php', 0, 0x10f0f365d2a8acbbdee0665df6d14c69, 0x10f0f365d2a8acbbdee0665df6d14c69, 0x119f9122337e761ef44a9520eaa88993b452f0d7f5985ae4faa9e13d6a255545, '', 0, '?'),
(0x06179172425dbed32670348a29cb55e3, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-page-upgrade-network.php', 0, 0xcd5b218607d0f3946f43b0ec903e1a7b, 0xcd5b218607d0f3946f43b0ec903e1a7b, 0x6b0e2b4bcfaf3d8c8a5ac2ced716af7ae5ffca76b1065fbf982d7825fdeca0fe, '', 0, '?'),
(0x249c3adf88dd526148d5a85ae455246e, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-page-upgrade.php', 0, 0xe1b1d82ba228a9b3fec3dfe2bcf44422, 0xe1b1d82ba228a9b3fec3dfe2bcf44422, 0xcd0a64b129db5c44da196a0d6716e3855015978086641326dead894cbf8fcc14, '', 0, '?'),
(0xdf169e18c2dc09eff90016b551d558e0, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-tools.php', 0, 0x7f486bf8000bb36226fc951e3efe5015, 0x7f486bf8000bb36226fc951e3efe5015, 0x4244119fb66c3dedf4082c7edc071b43384327982a0dca6ab21f413edc7ad5c3, '', 0, '?'),
(0x35ca933b8381129c44a7d0341f80d2e6, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-location-group.php', 0, 0x02800cc9999a93685e2fc7ad54bccd9d, 0x02800cc9999a93685e2fc7ad54bccd9d, 0x78cf4c2ae13738480a5e2f25d9232e2a46a7b15cb4134b9c36e0773e8fa1d17e, '', 0, '?'),
(0x2e99af7eea46c1926a670f1bcbf68e85, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-location-rule.php', 0, 0x7f151139c4af46ce031ee8e41393cb92, 0x7f151139c4af46ce031ee8e41393cb92, 0x7590752df17314c7449f3b23c5b67795b4642d22134a812f69d002e66827e16a, '', 0, '?'),
(0xf8c92b1bdb87a1b58a6a34ef5d177e1d, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-notice-upgrade.php', 0, 0x41c80322a65bda59346dad40de380055, 0x41c80322a65bda59346dad40de380055, 0xe325f68508ef965c66ff32211f567b8e58fc6a773e01b43c17e5b9d8f4283b8e, '', 0, '?'),
(0x88b2eaf04dff06bf8cbd972731c1f8eb, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-check-screen.php', 0, 0xc672a065c72b48c246d9d5582a8a8e1a, 0xc672a065c72b48c246d9d5582a8a8e1a, 0x5a7265837e73ab64acda183a99f7c3ef108399d4660f28df512a1164023c2dac, '', 0, '?'),
(0xf609ea85ffd1ee393ba222428f8e29f0, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-local-json-diff.php', 0, 0xa41f55f5acb7c0017fff594064a6567c, 0xa41f55f5acb7c0017fff594064a6567c, 0x90099a003203a736cccccc028235db6749b1f1cf69511cc18d957c1b9fc07160, '', 0, '?'),
(0x744c538cd3d9dccacb88e1bb39af9d35, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-query-users.php', 0, 0xee4e1bedbbfb5e68e07166f79cad1c27, 0xee4e1bedbbfb5e68e07166f79cad1c27, 0x6b666ed8bd235d624b73deac8166014a048c0ca0509156d278447636dd3a1845, '', 0, '?'),
(0x97b5f3593a22ad1ecc2499707d83db29, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-query.php', 0, 0x0fe815f056d3c2acf7a6be31103cdbd5, 0x0fe815f056d3c2acf7a6be31103cdbd5, 0xf40164a952e10330e1b276f74f5b2cdfef989e6eb9ff65de7e384008a453b4c0, '', 0, '?'),
(0x8ed93c2b3e6799f30743c0935a81ca88, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-upgrade.php', 0, 0x2c609f8889d0e68951b309ae1be46a96, 0x2c609f8889d0e68951b309ae1be46a96, 0xd763c1c16b36b644907fa40fb5217ce606c09ca1e3e1229cb65061cc62fd11e6, '', 0, '?'),
(0x60f78fe2f36d764fe5b17345e1d0322c, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-user-setting.php', 0, 0x60a9304e78de8d9f22cf4b1b0864650f, 0x60a9304e78de8d9f22cf4b1b0864650f, 0xde53b2b8a124a84a766c297e2145c269310d7f31767a5c9f638bca06bf9921a9, '', 0, '?'),
(0x4aedebeb12c2d4c5f41edb8bd20b74aa, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax.php', 0, 0xf4fccfa61c713c844f746e133f73d5e4, 0xf4fccfa61c713c844f746e133f73d5e4, 0xda633d3e3bed1404372459e026edcfaec90469ff587a30cd08dd84ae6b82af9c, '', 0, '?'),
(0x161b8f223cbb54f451c8a80c32903778, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-helpers.php', 0, 0xe59b420ff83a42632b0a7e88c7227cb9, 0xe59b420ff83a42632b0a7e88c7227cb9, 0xf2a7938ed7eb13142c08cbd70e067499bf3d6b447ed9d800a3ce0a58cdb49ebe, '', 0, '?'),
(0xeea67f3c0bb96e7a9cd57fc6e39a204c, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php', 0, 0xbfd16ab613f64df5949af87e0de3a1f5, 0xbfd16ab613f64df5949af87e0de3a1f5, 0x79d79dc89b90edbae0ff6c721021a47a917feab43aea2da3f42f303967071af9, '', 0, '?'),
(0xc4081222c17bf33f5c3b9b2ccfbb73a6, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-term.php', 0, 0x985f85a00ee41a579040c4b27bd1ae2d, 0x985f85a00ee41a579040c4b27bd1ae2d, 0xadf3c373d449ada43a63dc78dba0a533bf1d4fbd5dae93c291c6c98ab225e4fe, '', 0, '?'),
(0x84c997f9399ad36af9a506adbab4d247, 'wp-content/plugins/advanced-custom-fields-pro/includes/assets.php', 0, 0xe1ebe87266586926f7f542c85faf361a, 0xe1ebe87266586926f7f542c85faf361a, 0x229aaa687e0a3a4ffbefe76d8406b4ea5e68c3a606b2e9e1fa7335d5a5c24aea, '', 0, '?'),
(0xd2806e06a7a7ed13496207646c83dad9, 'wp-content/plugins/advanced-custom-fields-pro/includes/class-acf-data.php', 0, 0x85bc811394c5627e6b6dbd46cf2182cc, 0x85bc811394c5627e6b6dbd46cf2182cc, 0x7341e6330a962957ac6565de97c5167e2f0907e13d514b18dd4b860671a582d8, '', 0, '?'),
(0x9a4340e35c43aae2084be34e89f60aba, 'wp-content/plugins/advanced-custom-fields-pro/includes/compatibility.php', 0, 0xb1fa107d28627d0c500dbb7943bc72fa, 0xb1fa107d28627d0c500dbb7943bc72fa, 0x34a34382e64eacf4aedd1f8e4cc97cb621e57a1f2547ffe6dcbffc6fb0685666, '', 0, '?'),
(0x59009f184f7c24dd42924f61c830e555, 'wp-content/plugins/advanced-custom-fields-pro/includes/deprecated.php', 0, 0xbb360c6cf619e4dae395b2f4ccaaa47d, 0xbb360c6cf619e4dae395b2f4ccaaa47d, 0x10cea6547ebeb7bf05d85827d47d09f71c91e0efac4c444e9bd31860f1941939, '', 0, '?'),
(0x94878513ad45708ada700e85007eae20, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-accordion.php', 0, 0x9c8f8eca13e8d8116d1f628155cfb7da, 0x9c8f8eca13e8d8116d1f628155cfb7da, 0xb0f8ae78f7fe35a5fbe8c08cc04cc26542e371b75fa80df1b88de7e6d984f939, '', 0, '?'),
(0xc1269d4be131491e402258b53f2d590c, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-button-group.php', 0, 0x34464b2df24420dadae65687ff12b5b0, 0x34464b2df24420dadae65687ff12b5b0, 0x0eac336703cfc13c72b124126dfc98b237d21f669c2cf8069c0a8533d32032c0, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x160e438d3f9f78fe953923d6206bd118, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-checkbox.php', 0, 0xef01517735b9f43aac8fc5f831291eb7, 0xef01517735b9f43aac8fc5f831291eb7, 0xa2504ce0a0d5ad69c082661d404c2a3f072902cd0ae53faefe35521b02ea0a27, '', 0, '?'),
(0x78442e21bc8d35439054f39562105736, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-color_picker.php', 0, 0xe614fc43e9b2878f3bad53512917170a, 0xe614fc43e9b2878f3bad53512917170a, 0xd2572d182409c056f3ddcb526bd0e77c4fad45c18b1a9b0227f991b283093f64, '', 0, '?'),
(0xda52959fb6c08a6c4b5145aa023b4e79, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-date_picker.php', 0, 0xecdb6ca928e4e66b3bf5e04ff3afa935, 0xecdb6ca928e4e66b3bf5e04ff3afa935, 0xd933a569be2efc8dae774bd3b2bdc2c5bf583ad6185199c8150f4d73e603092d, '', 0, '?'),
(0x91f34f73ecfac10ab977843d3ec3bc59, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-date_time_picker.php', 0, 0x8b129b258d8d33b77d03b84773b1b8da, 0x8b129b258d8d33b77d03b84773b1b8da, 0x565609710846848930f18b6c5e0e893d989706372887bf7d184714fa804ddda0, '', 0, '?'),
(0xb3c2fd48ffe0e8657392de05c1091917, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-email.php', 0, 0x51bf80f121bacb5d25ca83a9c7f48a68, 0x51bf80f121bacb5d25ca83a9c7f48a68, 0x2c042e94d82c3f8947db01eb457d1ce3f0c1cbae7eea34a17651a49fd5ec8905, '', 0, '?'),
(0xa1ed97c145dce589ceb8bbd332ed10fc, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-file.php', 0, 0x6d6a04e12510d9204ca7769b7ed3e38c, 0x6d6a04e12510d9204ca7769b7ed3e38c, 0x31438510165273358a3610c46308b89659b2eaa6f8dd20565bb9f1d641650ac3, '', 0, '?'),
(0xa9adaa77eb9297723d51c08d29ffda09, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-google-map.php', 0, 0xa9f1206b86e44e67ab988a1855d563ea, 0xa9f1206b86e44e67ab988a1855d563ea, 0x315ca75186d48c12567c602f4846d33ce9ad4abba66048c002f80fe4619d9e9e, '', 0, '?'),
(0x46e3c0302862e702c2c03d5cc254defe, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-group.php', 0, 0x915e9952a82ebe6501acf5643d7b7723, 0x915e9952a82ebe6501acf5643d7b7723, 0xec83204acb8b09aeb6c1cebef5c74495a90472112abff78824311e9ab1c4745a, '', 0, '?'),
(0x7b87c3dda991b0faab93204ec22c7cf4, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-image.php', 0, 0xd0f5d6606185f61f88208a78c8c2aa0d, 0xd0f5d6606185f61f88208a78c8c2aa0d, 0x3c62a3f2f0dae5600c2c5f8cdb096130a3708986745f616f0b83b5f70fd6acfe, '', 0, '?'),
(0x6cea033b30fa7b40648647f3273dbf6c, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-link.php', 0, 0x4f091625e2b0100ed7404d3c4484976e, 0x4f091625e2b0100ed7404d3c4484976e, 0xea7e17337f7d9ae095a56ddd3b04c047a42ed1fec69d4c3bc5ad68f560af2516, '', 0, '?'),
(0xbe23ff93105fe975cffb80d9e2f78cec, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-message.php', 0, 0x4c492937392c1799fc7675c54f1870fa, 0x4c492937392c1799fc7675c54f1870fa, 0x40490f363211367d9b6fa9ddb64c8fef844d7861dcf0d31c4fd8953c8e6bb01d, '', 0, '?'),
(0x906cf0a723e01b75b52cdcfc0dcea083, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-number.php', 0, 0x6144734bffb9d2834d148eaae13a7711, 0x6144734bffb9d2834d148eaae13a7711, 0x01a08ae4a9f0f21c99811add3e74b458cf7f893cd970aa7c6610133b004d81df, '', 0, '?'),
(0x1d84e2bb18ee79186f91416d45df9ffd, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-oembed.php', 0, 0x1c644c7197d0874763a4c3292b9e2578, 0x1c644c7197d0874763a4c3292b9e2578, 0xc5742d83377560dd16c73a66c96dbac6143b08f528e5b7311651fb3689a7f4bf, '', 0, '?'),
(0x2803ccfde171dfc968896c2c4b2383e1, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-output.php', 0, 0x4c9f4288aadfe06a5cfb1b93868cb917, 0x4c9f4288aadfe06a5cfb1b93868cb917, 0xfed6919d83cdb0d4774e07846da7561847dd226160955ab8c47ad548fab0bbae, '', 0, '?'),
(0xa79d757191b91f5d802403b14172a6df, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-page_link.php', 0, 0x133cf193de55af7aeddbbc6fa3026e16, 0x133cf193de55af7aeddbbc6fa3026e16, 0x5a0b7520de0a97e99d7935f7584da5a9f2c368ddc94579b06316a30fe646c0bf, '', 0, '?'),
(0xddc745e699d17026091b3698d8b97605, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-password.php', 0, 0x847d6dad831500a8122800f9ef78b382, 0x847d6dad831500a8122800f9ef78b382, 0x056f81b809ad57bf046a952f1e875b35ea855ccb1cb72e09c6c52f7798839c7f, '', 0, '?'),
(0x09960182b3931f46a20f3ef385ba121c, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-post_object.php', 0, 0x41a8b3d2ae1d22788c044241311850bb, 0x41a8b3d2ae1d22788c044241311850bb, 0x608bb626e58f811b7a4f05bd02eaf14200f8110fbaa614e121f8dffb320d68f4, '', 0, '?'),
(0x6bfe4d2d524b847d67a753bf70eba2c7, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-radio.php', 0, 0x76422f4ffeff1892646b99fb7944b9c7, 0x76422f4ffeff1892646b99fb7944b9c7, 0x1bbf955fbc8ae7f73c6efaba72705f938061679fb992091ce540623d800afb25, '', 0, '?'),
(0x86fa24f445e9dba64d6462fcadec7d97, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-range.php', 0, 0xb36dba4272189ce8bf458900197d6be5, 0xb36dba4272189ce8bf458900197d6be5, 0xa767f54e53e0629704f4234ec063891de07eaaf31a8f713bfbd007df960ff3de, '', 0, '?'),
(0x70a42edc03787ed492a25aff491eacf6, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-relationship.php', 0, 0x42fca27c08bb520886f25102aad93f66, 0x42fca27c08bb520886f25102aad93f66, 0x425c26fc6b9be0a964dc89bf9fa26fe3d7e9a97412fa21ec0ab399a0809ff429, '', 0, '?'),
(0x27b8ba8c63cf1f31052115c1b921e837, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-select.php', 0, 0x754b010879eadabcf0f6bbbb3a4668cd, 0x754b010879eadabcf0f6bbbb3a4668cd, 0x48e18453e4cb1b5833f6161038fdc71c845c2d6cc492eafa5f610a81bdf60e70, '', 0, '?'),
(0x46a386f47d2ae9f34df1de0a35ab2989, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-separator.php', 0, 0x86842a5ccdbe3f33ee945fca3a77a34d, 0x86842a5ccdbe3f33ee945fca3a77a34d, 0x3afcbf88086fefbef5bfbee8aa8f3753246cc2fb43a55a2a50f8baaabeaf0d4c, '', 0, '?'),
(0xde5fc28568c768d87c23a24962a72ca8, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-tab.php', 0, 0x13774f970b5960fc2258a5839c4eeca3, 0x13774f970b5960fc2258a5839c4eeca3, 0x64a71621dbfeb2b6c2124d99e9ec1bde6a5465016b3a6947189f084b14e38e65, '', 0, '?'),
(0x31ca13cf3a0332c5f54842d197cf2e3b, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-taxonomy.php', 0, 0xba219b759456d28b0bedec39137b1d81, 0xba219b759456d28b0bedec39137b1d81, 0xd681456df215c3abacdb00f57093d088d3febdf915951d3e7308554f3264b93a, '', 0, '?'),
(0xd0302aae54e93f85d8b2c119945c404e, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-text.php', 0, 0x8057dcbeb30e23f1b7a4dc7d2013189c, 0x8057dcbeb30e23f1b7a4dc7d2013189c, 0xd3fa336f55fec89b8fb8ec26e376291cb29ee971ebf00b4c0bf7ee6b41edc71a, '', 0, '?'),
(0x9268794911915996f7d1333def12a6ba, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-textarea.php', 0, 0x9f72551394a00e50fa642673a414de0b, 0x9f72551394a00e50fa642673a414de0b, 0x5252bfd05b54602866548ca7587d20272acc6e70672ad0ad574b7be236ef8e8c, '', 0, '?'),
(0x263064e51f6c27750f28f5f30a996e8a, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-time_picker.php', 0, 0x8c2014536310eea062a94ede7f08b4fc, 0x8c2014536310eea062a94ede7f08b4fc, 0xc3f96246f6113c1caa73b8b104c723938b21dcd483d4faab97683a9068063445, '', 0, '?'),
(0xab0efe8efb240f9eded8b6ffff6e1835, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-true_false.php', 0, 0x40346fcfccdb5ad5303687ac3825aed2, 0x40346fcfccdb5ad5303687ac3825aed2, 0x3cb1cb0cded409f3248f2be22e9ea0c80d769f7af36a8d01a928a424021e3393, '', 0, '?'),
(0x72b2a429de59b59731476c2abfa24964, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-url.php', 0, 0x87ebf4a9f0566494020ad748ba9ab6c7, 0x87ebf4a9f0566494020ad748ba9ab6c7, 0x245297fa00d84c68c38ce24e538cc10023dc24b8daf6cf7ce1be33f6410d033d, '', 0, '?'),
(0x48355cf63e7ca5d74ad0267fb019097c, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-user.php', 0, 0xbb5c334f0153ff8cf261cc4624e4f3fe, 0xbb5c334f0153ff8cf261cc4624e4f3fe, 0xbdd003f213c3688ddbe623337c10c59b6e8a5686445fdabf3de589f3b880dd15, '', 0, '?'),
(0x299b947d3c8d786d9d4430bcf6b2511d, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php', 0, 0x0df8df9a686ca4e2ebb0966e70656373, 0x0df8df9a686ca4e2ebb0966e70656373, 0x436858cfbf99076ff01cf3b7cfcd812893146a317d46bf087b8bbcc4607133ce, '', 0, '?'),
(0xf6f52f2694688341b47e987214d3174a, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field.php', 0, 0x539423d5df84154129cc71e6378c1879, 0x539423d5df84154129cc71e6378c1879, 0x857b5c62218229a8b1b51b71416d21f024a295f49e81f04a3620fb634b52d7c4, '', 0, '?'),
(0x468c136ea82f0d68f94e96580a9a7fe1, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields.php', 0, 0x1eed384634ce64384665a11827d96748, 0x1eed384634ce64384665a11827d96748, 0x3fba4eb61adac4b243d73534218cc39e7bf9e3db5fdd1703300decbf09a6ca45, '', 0, '?'),
(0xe5d456e6565ebb87bed930836e3bd48a, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-attachment.php', 0, 0xd0f63f0ef577e063857a06df214564ce, 0xd0f63f0ef577e063857a06df214564ce, 0xb4137fd16b040f8a53f45dd3f4be81e1b49fd306d185090d6d32c421f969a3fa, '', 0, '?'),
(0x1f68dbfe1a7981c7aa79b080a0e8a27a, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-comment.php', 0, 0x0d3d95d32e515ffe4bcebfbbe1b543ed, 0x0d3d95d32e515ffe4bcebfbbe1b543ed, 0xb25e6f872fa64458be64e7df5cd387dd75a24f40f33b232cd4d4a1dcc306946a, '', 0, '?'),
(0x3ab4cbfe902c1a8c0bf9dd505635a8b9, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-customizer.php', 0, 0x1a6cf54f06940490508465ab8547caf1, 0x1a6cf54f06940490508465ab8547caf1, 0x46c0b9de6f135f3e9abee750b1eda3ffe7fb844627f63c725d171110ef9a47f8, '', 0, '?'),
(0x2ea5fc349a4a62379040727b4509ed44, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-front.php', 0, 0x0132487718c98f0207c7db455c5152f1, 0x0132487718c98f0207c7db455c5152f1, 0x109d270e1ba087c0a4e362668a7568c865f40e93ad21987ab44de18dc01276ad, '', 0, '?'),
(0x696d14d7c28e5af94dcba2baf2681e1e, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-gutenberg.php', 0, 0x6905b43f78a016ff54cce3ddb1fe58c7, 0x6905b43f78a016ff54cce3ddb1fe58c7, 0x8087c3a36fc0dfa183fa7c6ea2339962c582ea7def3ea2c0484230024f00242f, '', 0, '?'),
(0x8b406a5bbb929130e9148660fe59545e, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-nav-menu.php', 0, 0x09c8f90822b8c069c9ae0ca568072a25, 0x09c8f90822b8c069c9ae0ca568072a25, 0x44d510e98c961fea530f4f81c628d5800a70c6584f04a2964f408975628538df, '', 0, '?'),
(0xec54eb01e5274ac47f65aa9b0da4ab9b, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-post.php', 0, 0xa8b4255e2951ec92baa32163659309a7, 0xa8b4255e2951ec92baa32163659309a7, 0xf1b64ba6fe91957612c60fe04ca0111ff2416be3f874e471b4c973a0b98eb952, '', 0, '?'),
(0x112ab0d535504fb6bcdb750e3e3b69c2, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-taxonomy.php', 0, 0x2cfb036c22eb490a9e5fd647afeb1c0a, 0x2cfb036c22eb490a9e5fd647afeb1c0a, 0xcdb385f6a3e15cf8d19ed309baa333d11fff684e7e74c03154469e92b966f67a, '', 0, '?'),
(0xbe1970625195a053457ce35e928f7854, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-user.php', 0, 0xf104a3daebfd57adfb16f9c21cb1bda0, 0xf104a3daebfd57adfb16f9c21cb1bda0, 0x7140767d13dbff1c22585768349247d579a3177d9b9d0b34af82f43605df685f, '', 0, '?'),
(0x23e833c3a30c59e354a90d6110163034, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-widget.php', 0, 0xa8d5ffc355719009131686ce778abc91, 0xa8d5ffc355719009131686ce778abc91, 0x852adf499107595803187cd488c58278494b766d8bba09290414ada433391423, '', 0, '?'),
(0x8a5c7d063302aa789150f387f54d6337, 'wp-content/plugins/advanced-custom-fields-pro/includes/l10n.php', 0, 0x8296ce6541fa602c7cd86d42cc7b1c94, 0x8296ce6541fa602c7cd86d42cc7b1c94, 0x8af8553e8510f8051a5a3a3995b3ed1da75b00d0cb1259b2df2c69239e44e32b, '', 0, '?'),
(0x7b70ac9fd3db3b99dbdd7a22e5fb8c38, 'wp-content/plugins/advanced-custom-fields-pro/includes/legacy/legacy-locations.php', 0, 0x9929170e9c3ad00ce5a87a4b64b5c2c3, 0x9929170e9c3ad00ce5a87a4b64b5c2c3, 0xa71b4fb0871a38a0c35286e5382cd775e2280ea4d9d4b09e045c49e9706909af, '', 0, '?'),
(0x0ed94e9da50b2a3c3e814cbef956967f, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-fields.php', 0, 0x42b4c6006eeeb6ce31c20e9794a558e3, 0x42b4c6006eeeb6ce31c20e9794a558e3, 0x0ab0f3f4d13c4bb7ffccfef9231821fc948640c2f84842fbeb5845c8ba67f6c2, '', 0, '?'),
(0xd6b094e11205e9422cc8092be9974f4c, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-json.php', 0, 0x730d437d198582b0b1e66e0ccccda0cf, 0x730d437d198582b0b1e66e0ccccda0cf, 0x6ab3e6ee966337c6ff08137363d8b77b39ff28a613c634b9621a94c5f711afaf, '', 0, '?'),
(0xa3f04b614dfa0b825eee2bad19d03f68, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-meta.php', 0, 0x1f1f0d0c83497610b41519dfb43f307c, 0x1f1f0d0c83497610b41519dfb43f307c, 0xb0250dfc381e3d3bdc8c05847bb6a7de1a984dd447c7dbc3df1cdfbeeea0034a, '', 0, '?'),
(0xcba44630bf47102ca1a01ed992a5e025, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/abstract-acf-legacy-location.php', 0, 0x9db419c258c7ece5213ba1ae0db386dd, 0x9db419c258c7ece5213ba1ae0db386dd, 0x6705c4218926c918eb8749098c449fd365c007b75a5b7e9284ffa55978f7f74e, '', 0, '?'),
(0x5ab4d5075d726c4d1688d3d22f16483c, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/abstract-acf-location.php', 0, 0x647f0a30b588721e05436431c6163562, 0x647f0a30b588721e05436431c6163562, 0x45f27282ddb0a19aad662af4637cba3a410441773250da2e3440d2c48e9db7e5, '', 0, '?'),
(0x5b3b4f3b97f2b52b9f24b0fa87383410, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-attachment.php', 0, 0x407c0b6d532425ec5ab130039069a174, 0x407c0b6d532425ec5ab130039069a174, 0x4505798120c4d2e118bc6925cf25795437c1e6f9a5288bd3ce71abb0a9cf3169, '', 0, '?'),
(0xe041df86b71ec7ae148e89806609426e, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-comment.php', 0, 0x3c88de67e54f7a34cf30c5212f4ac153, 0x3c88de67e54f7a34cf30c5212f4ac153, 0x69e4f74678a8b0bd3f376950122a0c58145635c698eaf4f41f098b2138b04080, '', 0, '?'),
(0xa9e75ead8270abb80ccb9198bfeb7e4d, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-current-user-role.php', 0, 0x41e62ed1f24cbe68612bbb419a33d9d8, 0x41e62ed1f24cbe68612bbb419a33d9d8, 0x1e7a7ce8c399f255f177f184820ac01c49332e616dc51717d0828e4cd7754bdc, '', 0, '?'),
(0x7d1075ffd6d26b68f758df0ac3ae8705, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-current-user.php', 0, 0x5122ac835b59e20956596237b084b68b, 0x5122ac835b59e20956596237b084b68b, 0x0021271783847d3acbc95dd9aa1d89fcbbbcab20d0365685e35a2fead3d664ab, '', 0, '?'),
(0xae15089cd18a8c973daa41ea97998c05, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-nav-menu-item.php', 0, 0xf684b9e044d590c0f0c3ef09522b9f54, 0xf684b9e044d590c0f0c3ef09522b9f54, 0xb539135bce675686d6e7be08bd3862bb50ffc8367ad185cd43a9a5b11a157729, '', 0, '?'),
(0xa69a960268aa31f706155c4c5c3127b8, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-nav-menu.php', 0, 0x10b693acba75243f948271d4124d8bf2, 0x10b693acba75243f948271d4124d8bf2, 0x68dd11e2e04462ced7d171c44b36d871928cca64a4d169e1286c93ffbc9c9a25, '', 0, '?'),
(0xd92b96fa9c803bcff9db9e9959fbb520, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-parent.php', 0, 0xd2694a2c2aebc15455a89f412fdf6ad4, 0xd2694a2c2aebc15455a89f412fdf6ad4, 0x969e5a16b2b31cad80fe55888053f6c9ab977d8f25dcb6eafe41f6e79d93d2d9, '', 0, '?'),
(0x082de26dde7c5241f7a8f94eb1c7c77b, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-template.php', 0, 0x5e952a48bc0de7228ad9d07ab0eb92e7, 0x5e952a48bc0de7228ad9d07ab0eb92e7, 0x2a180b358a8805d32f2644a4d49613ee7d8f8f5ac73a7ea77bdfb3974f115758, '', 0, '?'),
(0xa795eba6e0b3f2eb8525a207e786aa34, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-type.php', 0, 0xc8dfc39030b8cf7b92759e493b42402c, 0xc8dfc39030b8cf7b92759e493b42402c, 0x5049d68182e3e8386c92692c2865a7fe28de268bc0ba5b07941c29ee8d72c6d9, '', 0, '?'),
(0x7f8c16dd634bff95201c046e01e005d9, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page.php', 0, 0x269fb18f376adfdc58aa6962be5542b0, 0x269fb18f376adfdc58aa6962be5542b0, 0x7db53b9e8bcf2fa501d8561df908862e0c5b4859d33985c7ad21786a588a2a18, '', 0, '?'),
(0x3a2c8d3f755e6a448013cbc0e5b36ea5, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-category.php', 0, 0xacf1a0c895a06e9b3246e2ca46301977, 0xacf1a0c895a06e9b3246e2ca46301977, 0x4329cda8046add4fedb7d91208644de8fbec84fc67f40166786c23c20f46a730, '', 0, '?'),
(0xd7b397d2c88a43e52e035c080b4e71e1, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-format.php', 0, 0xa2382afe30c40819221bf097b5fbac52, 0xa2382afe30c40819221bf097b5fbac52, 0x7fc2fa4a103ceecb4394c1c0e905b94a3ce36750879773548d6aef45159adeb9, '', 0, '?'),
(0x8042996f810eeea31b25e48019c4ba73, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-status.php', 0, 0xeb5c862f7919b203e6db79d1281762ce, 0xeb5c862f7919b203e6db79d1281762ce, 0x43d50a71454242a5d7055915c88de68efe5a5c95a8be2676099eb3bf3f8fd2f5, '', 0, '?'),
(0xb44cfe378ac672331a842715b03c3ff5, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-taxonomy.php', 0, 0x65e98f4869524b23995487c33729ff3c, 0x65e98f4869524b23995487c33729ff3c, 0x959bf92ae4284f2df42a8b6b09760115ca9592d8fcbc20a3a844fb1b38b1c4db, '', 0, '?'),
(0x47bee56afbff22ee3fa4458f99a6efd7, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-template.php', 0, 0x985642b49cfcb36020e26e974c4ca531, 0x985642b49cfcb36020e26e974c4ca531, 0x1bb708cf5503cffdcac139f8400fe6a1ea283e9643bc7f2f61c1b532dc88ec6a, '', 0, '?'),
(0x2b2115466a519710cb43e2cf8a2b1f2d, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-type.php', 0, 0xc815605cb45ad4ddfa5dabd28bc6ab33, 0xc815605cb45ad4ddfa5dabd28bc6ab33, 0x89f781c645d763303bc70269c211a1c6288da764310fa542d51237c44396a740, '', 0, '?'),
(0xad7c52b3b7a8735c17d12d66779ee634, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post.php', 0, 0xb51033157cbc78dd089fd0fc7e9a3642, 0xb51033157cbc78dd089fd0fc7e9a3642, 0x4950e1cb8208927805c016ad217ac70040c65b9068c7fbead448f47863e47300, '', 0, '?'),
(0xd3134a9202857b4f0341279e611d18e2, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-taxonomy.php', 0, 0x422be65fa06559123543292aeb27986c, 0x422be65fa06559123543292aeb27986c, 0xf67a10eb78b12b31c9ef815dbc7f11d3c0e5beb498874278bcd3020caf484f23, '', 0, '?'),
(0x3b7411c73e5d215f976c448ae303c495, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-user-form.php', 0, 0x0c0783b678f0bb22d42b1273ad0c454a, 0x0c0783b678f0bb22d42b1273ad0c454a, 0x3d98e0b0d17354db0d7c6fc08c890d9e301b3f5cf0f4c8a1f0d8f679138ee1de, '', 0, '?'),
(0x6ba3ef25e676cd26f924589b9ce5e6b1, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-user-role.php', 0, 0x6aadfac52437d1161462a3e1f2a0bc0f, 0x6aadfac52437d1161462a3e1f2a0bc0f, 0xe1e267bb1834348ebddd1afb92368a38adfe7a7d088140465be98ff065c541ae, '', 0, '?'),
(0x6588a45215ff2c7a70a3404e54ae4b45, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-widget.php', 0, 0x2b72142086ed1d23a266746854ba10be, 0x2b72142086ed1d23a266746854ba10be, 0x0a012a698611938d7a25d5047a71b4d0bed0218574cf9358a11d8b30fb5eb246, '', 0, '?'),
(0x7d6d78fb1dfa80c656100e6ab1e3f990, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations.php', 0, 0x865ad0b44a8df5345633aaf8aa00ba0d, 0x865ad0b44a8df5345633aaf8aa00ba0d, 0x18877868b2b1a6ad36a80c602d142aa7a320c2cdd8e9a44d68ab26a965022089, '', 0, '?'),
(0x0aaa1ce7402c1d6675bef7fe67313d2c, 'wp-content/plugins/advanced-custom-fields-pro/includes/loop.php', 0, 0x3c3894b486b2a3bc28db7d617060de7d, 0x3c3894b486b2a3bc28db7d617060de7d, 0xe4b964ddbbee479937c8fc5692b42178b892240d4b9c4eb2677fcbfaa00edcbe, '', 0, '?'),
(0xb3166851d4c2a1ae60bcc8d07593a93e, 'wp-content/plugins/advanced-custom-fields-pro/includes/media.php', 0, 0x3bae958d7136a28077284cfe8fd9d64d, 0x3bae958d7136a28077284cfe8fd9d64d, 0xd7fd4b636e687c6f8b6452caae36ca95062de5459016c752940c1fcb2f0d2c64, '', 0, '?'),
(0x351e7eaf5c05af09f4a7e97494fb679d, 'wp-content/plugins/advanced-custom-fields-pro/includes/revisions.php', 0, 0x8d01748209b985c89fe864990ff05c26, 0x8d01748209b985c89fe864990ff05c26, 0xa6438d94050e1489a88cb53600b46f8523945e0e1b9fb5a5f41488738477bbbc, '', 0, '?'),
(0x53d2e38c6aeeb7d625b660c7d364b4a7, 'wp-content/plugins/advanced-custom-fields-pro/includes/third-party.php', 0, 0xcfb4e4b346884780b85af437eaa8fe7c, 0xcfb4e4b346884780b85af437eaa8fe7c, 0xf29d14f7d42e12184e1efcc624b0ee06fbf664366d2b11c80f45987c4f3d2a0f, '', 0, '?'),
(0x9716dd4646e2c65e03bea9c76ee359a9, 'wp-content/plugins/advanced-custom-fields-pro/includes/updates.php', 0, 0x7c24072aafdb56e540ace1c9707739a2, 0x7c24072aafdb56e540ace1c9707739a2, 0x189dff6ea9a4f5d25b4b6d1ae44eefe765f6d39b5e65801a0905b8a5fc678ec0, '', 0, '?'),
(0xb0e5548f23b040b00d497a8d73a18e8a, 'wp-content/plugins/advanced-custom-fields-pro/includes/upgrades.php', 0, 0xfb2bafc97d245c69ff3adc0224134e39, 0xfb2bafc97d245c69ff3adc0224134e39, 0x5edcd5f741754a4fb2acf594fa5337cae6163aba32c3e93c44a613a8ff2a54f0, '', 0, '?'),
(0xfb4a9f113449bb3e436f2366d8854cdf, 'wp-content/plugins/advanced-custom-fields-pro/includes/validation.php', 0, 0xddc7fc9ba4e4841f3f66cc0da0679bbd, 0xddc7fc9ba4e4841f3f66cc0da0679bbd, 0x35a8aa555ce28a71509ca750ced1d022f82083ae65d837aa11ab5ffd20928398, '', 0, '?'),
(0xc1508271a7c01d14f7bab26b3fb6e782, 'wp-content/plugins/advanced-custom-fields-pro/includes/walkers/class-acf-walker-nav-menu-edit.php', 0, 0x52d9d4f67eb3774e59bddad1810c6474, 0x52d9d4f67eb3774e59bddad1810c6474, 0x2d15c5d3a51d3291fce0749185c2fe838209ee188ac4f3c24ba47b4186045f13, '', 0, '?'),
(0x6e27af431d372378a043d48da073736d, 'wp-content/plugins/advanced-custom-fields-pro/includes/walkers/class-acf-walker-taxonomy-field.php', 0, 0x8a844614f2dba623993e9a10b69089c8, 0x8a844614f2dba623993e9a10b69089c8, 0x5b2a5c0c53661c5c97a394a3c32f2f4030791bfb881ca1e104b0f289ab221ae9, '', 0, '?'),
(0x5a188f7aef7ad0bdf3cc2a3dc84a7011, 'wp-content/plugins/advanced-custom-fields-pro/includes/wpml.php', 0, 0x9cb830f872893368433038f1209d1080, 0x9cb830f872893368433038f1209d1080, 0x79ab215f64ec8d82b2cca37bff526b6cf8f90a73c0b4ca7a62ccbe675c99c3fe, '', 0, '?'),
(0x83659df7ca7019841132b940e38067e2, 'wp-content/plugins/advanced-custom-fields-pro/pro/acf-pro.php', 0, 0x15e9f146f220e51e29b11a71acf52d8a, 0x15e9f146f220e51e29b11a71acf52d8a, 0x3288cfcca56a1c9118f5de45ca1295881bd01842a1505413453b0794397253a9, '', 0, '?'),
(0xe9bff8bfd1baef75032fc00bf9dc3ad8, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/admin-options-page.php', 0, 0x53297343395a9d464c7923e04a3e6e64, 0x53297343395a9d464c7923e04a3e6e64, 0x0a8ded1ca2abc8c75de570790623f28849258253253fd6ac39bc8edf55a14c62, '', 0, '?'),
(0xedc277a7e2a5cbf4206760dd7620e930, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/admin-updates.php', 0, 0x36215e80b32a6f4a7aea29d6b4475432, 0x36215e80b32a6f4a7aea29d6b4475432, 0xa1d695832067ce50ead8cb60cebb695f852862ac6eba5113dd3f2a61ff3ac0d1, '', 0, '?'),
(0x59c2e32dab2903f61499949e14c33fcb, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/html-options-page.php', 0, 0xe31648563ef309f53395e1e40d88dcad, 0xe31648563ef309f53395e1e40d88dcad, 0x3b9ea21b7e4f727d060852034781f1e56434f0cfe6d37530293252cc5a2ab44e, '', 0, '?'),
(0x503fc332ddd351fd9418926d1824400d, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/html-settings-updates.php', 0, 0xb52bb12eea8e088e012ba532eb12d435, 0xb52bb12eea8e088e012ba532eb12d435, 0x28b63bc6fb5ed845a6bd5b4bd6cdeccc090d38a2a984af7787f686ff4ab12c23, '', 0, '?'),
(0xcabee21aa596db8eceae79237367dfe3, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-blocks.min.js', 0, 0x952983de4bc29301cdab7201db500cad, 0x952983de4bc29301cdab7201db500cad, 0x50ba13eb894a208f1041372910db11b3ac6f0f598373c2dc5c28eee6c24e56ba, '', 0, '?'),
(0x42dc547f8f4e489859ac9b50788b6573, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.js', 0, 0x9ef5dcbb3bca754922068b6fdef42ffb, 0x9ef5dcbb3bca754922068b6fdef42ffb, 0x2cd0448ecf49ebfce3440d03d29f4974d749d53bf8d681c10f02933c683c7337, '', 0, '?'),
(0x839923b8623a8d6e806a00d202d7dca8, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.min.js', 0, 0xca5bd2f2ce092a685df3220092dee5a5, 0xca5bd2f2ce092a685df3220092dee5a5, 0xd3a03d08144a930bea91bf93904e4386f01af77d87df1f0579be3f7a43dd08bd, '', 0, '?'),
(0x683dc512e78b3114d3dd77e717950ba2, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.js', 0, 0xdfdba31a2fa896439a5a10440c86aa35, 0xdfdba31a2fa896439a5a10440c86aa35, 0x5727f685762d082e98ea9e2ca972ea3e2ad794e6e972c162ca5e587a0862033b, '', 0, '?'),
(0xed8a595fc92991a855a2eaced548d0de, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.min.js', 0, 0x5c5985c87a2c19140c5012baa0a8e8db, 0x5c5985c87a2c19140c5012baa0a8e8db, 0x6885c9f265973d215a666f5ef12dca372cd3325f9dfd631821bd33051e5bad3e, '', 0, '?'),
(0xb0cce93e8ade429d362fc6fa4c8ed80b, 'wp-content/plugins/advanced-custom-fields-pro/pro/blocks.php', 0, 0x689a7258a791713b69a06125de167f11, 0x689a7258a791713b69a06125de167f11, 0x6aeb042074ed4a9241b36f93df3039561f9e8a295392099f5f50954190721dd7, '', 0, '?'),
(0xccb562ab8a9f7dea80c24f1c5382be6e, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-clone.php', 0, 0x4b08e41e5c766473fb336955b91a5f5e, 0x4b08e41e5c766473fb336955b91a5f5e, 0xcc58cb217cffc5f43f22b9c1d0fcd4060c2423b2266d3df1ef33d38aee4c62ed, '', 0, '?'),
(0x338ac7551b658da0264f24de9f8d9226, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php', 0, 0x052594bd1059ae8f2d13173eb25332bd, 0x052594bd1059ae8f2d13173eb25332bd, 0xc1f9db2b753e08c8c4c6f99f52ac3c6346fd67642bd214782df208a66108deb9, '', 0, '?'),
(0x0ebecd4871db8f7c36f69e38653c103c, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-gallery.php', 0, 0x02e0c5b6994dd99598066cdb4779f245, 0x02e0c5b6994dd99598066cdb4779f245, 0x9fe2560f799c01ef5d4aca8438eecae81826f77f48792bbca074b8d1d25e55c6, '', 0, '?'),
(0x7aafea8c06a10a43309952efce3310d9, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-repeater.php', 0, 0xbe3419124d5a0d2d1ebfc36a944d2da4, 0xbe3419124d5a0d2d1ebfc36a944d2da4, 0x699f998ee5db6065093b969920dd82d97f6e2a4cd5565e97e556a06d9a0f9f30, '', 0, '?'),
(0xf9907b97fcfcdec2284589b936f453c1, 'wp-content/plugins/advanced-custom-fields-pro/pro/locations/class-acf-location-block.php', 0, 0x6a18cd545106dca5194ef9ea551308e3, 0x6a18cd545106dca5194ef9ea551308e3, 0x232cc4ed773d6378c6430873459779df1f37a87654e35584021f55679faed3e4, '', 0, '?'),
(0x23197e1f4e31c2532306c26ffab725db, 'wp-content/plugins/advanced-custom-fields-pro/pro/locations/class-acf-location-options-page.php', 0, 0x81494c237aa836b10f73b3294c71294a, 0x81494c237aa836b10f73b3294c71294a, 0x1c4a36e987ee1ce279620356eff0ddaf3d7306696fdc58774f88f508496cfeb7, '', 0, '?'),
(0xc30a9ee68d64fcc8b0b15bddfef40110, 'wp-content/plugins/advanced-custom-fields-pro/pro/options-page.php', 0, 0x658119042336ee542f04745f60671679, 0x658119042336ee542f04745f60671679, 0xe86be8537a1f94077ad37fb21db38ce5766355b0055bfee3354e67f6fd921696, '', 0, '?'),
(0xbcddaac9d2a5dfaccfc4708e3e38c2c6, 'wp-content/plugins/advanced-custom-fields-pro/pro/updates.php', 0, 0x8c56fcf29d78c4b9f43a3ecf60c199c3, 0x8c56fcf29d78c4b9f43a3ecf60c199c3, 0xbcc76d6feeb7781ff9e55dd5527e822b8c59ff68077d92aeaea7acaacc3f0909, '', 0, '?'),
(0x81ad461a38200b324246e971f442fd4e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/admin/anr-admin-class.php', 1, 0x00000000000000000000000000000000, 0x15e199ef54ce553722130b10caab8a05, 0xbab638251bbf21747a12ee7e0de6822f3c6dcb07c868195823fec1c398148cbb, '', 0, '?'),
(0x1834ce181671f5f2570dc1619b771b55, 'wp-content/plugins/advanced-nocaptcha-recaptcha/admin/settings.php', 1, 0x00000000000000000000000000000000, 0xb16e498012d62329763d9af99763de2d, 0xe16e947f1ba415b665cacc12b9dfdcd30a492d7ca045e02aaa59675154a3cea8, '', 0, '?'),
(0x111277e99d97d31efa275dd08c8ed98c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php', 1, 0x00000000000000000000000000000000, 0x5b7ce229ee111e1f366b09df293e0705, 0x62db9422e4d554c200d0caaf0be04d17d078a790fe0fae5fb24a2570711bd88e, '', 0, '?'),
(0xc4b19bfbe90cb29275ecc4e430746e95, 'wp-content/plugins/advanced-nocaptcha-recaptcha/anr-captcha-class.php', 1, 0x00000000000000000000000000000000, 0xdc02968b2a0347a428391b62aa61bc0f, 0x9c65ae57bf4214c9bc5fdfab086e4681aa5d6e8ae3cbc9b27ca196912b050c68, '', 0, '?'),
(0x7249611ea2e72e8ae1ef1bc92bf55837, 'wp-content/plugins/advanced-nocaptcha-recaptcha/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0x31ebe64aac5623c47d58e6298ea4dac3, 0x33bf411f57c2fd916920fa0534be459702f116bd3d1822c1054b6b03ccad3b87, '', 0, '?'),
(0x1b5162b6e500320cb84ecd29f9ac61f6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/assets/js/admin.js', 1, 0x00000000000000000000000000000000, 0x556e477efde8d8b7660ed0d7d7b78f5a, 0x1e4e347132601aa43226cb5dcf38754c8fd705a1bee8d79d728b119fae9d2321, '', 0, '?'),
(0x9209e200c9f612366982d439ff6ada03, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x985eca66feaf0170850231d4616b3074, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0x10502dec685459f912f0360da6c29d49, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/README.md', 1, 0x00000000000000000000000000000000, 0x2ca31b0bbd4e38a84066dc0177750758, 0x689db0ec64349e83c78843fce168607111b3d6f47423779cc2f33053ead88620, '', 0, '?'),
(0x867a135678a9d955951411315cc2b115, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/account.css', 1, 0x00000000000000000000000000000000, 0x115111a67155b1f2285b94529272aa74, 0xe5dd384f39fd3bda1f027d79a0bf5698f67248d942fb504f675ea3502e96251c, '', 0, '?'),
(0x9399f1a7343a7b51d0dd8c43f1679066, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/add-ons.css', 1, 0x00000000000000000000000000000000, 0x75a75498f8fb151a2212605eb829f027, 0x34b24782c44ecac21f1d674b341fab6a9f635dadb1beb37e4266f05b3166d309, '', 0, '?'),
(0xa7010f867c9907ea3aa1aa8857766e76, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/affiliation.css', 1, 0x00000000000000000000000000000000, 0xdf31b70dad1cfe9880e5a0f4912a6dda, 0x763825f01bc95d07a0c7d588daa1cca68e3f245681dc5f6f23591a82b21ad946, '', 0, '?'),
(0x614c564c12679a88a30aab8d6c0dbd31, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/checkout.css', 1, 0x00000000000000000000000000000000, 0x17061aa254ae8660c38ce30306698d16, 0x4e18359c87a1bf0dedc0de3375acf15bf3d7ed26c06060ff89b18d622afa08ed, '', 0, '?'),
(0xf300d2ac5ef0e7f3118d2182f3b15608, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/common.css', 1, 0x00000000000000000000000000000000, 0xd64162f80e49a6a7fb5c7de5b3c1377b, 0x06740aea70c07054fc35074609aa7cea4a0c5f146f79d2520a72d28afc91ae7b, '', 0, '?'),
(0x8d4e16852b61a1497b01524e6a22749f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/connect.css', 1, 0x00000000000000000000000000000000, 0xb65eb801cdc6626d340a2de997b88079, 0xd0a1468738b46483f8d03e982adc365c6367c5dd8acde6181a697f97fdb37450, '', 0, '?'),
(0x2f585913a49f3ca539212306ab334496, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/debug.css', 1, 0x00000000000000000000000000000000, 0x61b3250ab759207bb1d4b766049568be, 0x346e384e4d9c707350f2b6c6f73778c9c0ffbe98ef1c15b3053bf469446265b0, '', 0, '?'),
(0xb31b2110e5ea48a6a120a42e1a37b5f9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/dialog-boxes.css', 1, 0x00000000000000000000000000000000, 0x50d4dfacc915a76545bc5e1c2ac43c32, 0x724f53bf356a9ac3725d2882dd5097bfad6a2e7ff214f68672fe39b5733ca573, '', 0, '?'),
(0x3aad65fa6801f87ceaa54bd7e2a9cd37, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/gdpr-optin-notice.css', 1, 0x00000000000000000000000000000000, 0x344fd06ab5d8994bad0d3ea2135b40c4, 0x6cf858777d38906107ce51d00a54f26c0fea97f723f5f5876cf7fddb6c0279d8, '', 0, '?'),
(0x12900cb82019989e25071de479a96feb, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x0ad1f87aaf54c724769aa2318fa2fb3b, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/plugins.css', 1, 0x00000000000000000000000000000000, 0x8103f7eee90000bf5731b63a109056ae, 0x852314a447cabc07129692f4ee520ca730b3306d4175cfe05af5e56c0fc1871b, '', 0, '?'),
(0xca81f583fcbb8f4431f68222a8e28fa2, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/customizer.css', 1, 0x00000000000000000000000000000000, 0x6930777ad23cd8b015cc7362a633a0a5, 0xc28dd1204c0e28b8c4e8d84c33b513823ea441cb457fc458b33309c061e5ac15, '', 0, '?'),
(0xdf52ed958554e5ccdbcc730309029d41, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x9cc10e2efee5a9606f26237710003ea7, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/advanced-nocaptcha-and-invisible-captcha-pro.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0xcb33ec3182825f602b9fb523dcf31e72, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/advanced-nocaptcha-recaptcha.jpg', 1, 0x00000000000000000000000000000000, 0xeb3c0cbcdbe1a48a2df6109964041104, 0x86bfa037b4e9eaff3283a58441f3e9bc8bd469148cdc70cd57ad2d625df8d09b, '', 0, '?'),
(0x6d8fdb82a3aba12dd7b8a526ced74403, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x7205127a76f778240bf17ef5ea0c4915, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/plugin-icon.png', 1, 0x00000000000000000000000000000000, 0xc38d022fe0b2df0a6bc31404e90a38be, 0xcf9a4e92529ae6267df3ed3137f90fda7d28cc8c604927af56f17da2d8c44c29, '', 0, '?'),
(0x79f2d3d4c841faf293cb50cd1ff2cbda, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/theme-icon.png', 1, 0x00000000000000000000000000000000, 0x8cb315f4fef1d533eca11ba28e6f9521, 0x8d8be128d35f7b0cccd8f85150dcc2d07956e36c8e18d96a79ca4295d6cd7efd, '', 0, '?'),
(0xb424e9faa7a84bc366a8ec0da94269de, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xb5afd3344c8325c56ba554d18a2a954e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x797d7d0def6b2737c11e5906dc0ab0f8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/nojquery.ba-postmessage.js', 1, 0x00000000000000000000000000000000, 0x9ae773f2dc724cecaf0f12cf15155bc3, 0xe044b79d5c1a15b8c049179ed3a15bdbaa9bf6a8d7edaf6a6388505a6773aa57, '', 0, '?'),
(0x0b89b7b6125b2a4b7c99b24588f2f4cd, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/nojquery.ba-postmessage.min.js', 1, 0x00000000000000000000000000000000, 0x6749bac0ae2a426fd5f576c9f2b9e4b5, 0x5de5de80a1a4ac5cc1ca0f2b66f9f8b3520a51bfbb25e1d7a04a878b9295b53e, '', 0, '?'),
(0xf90783354cf9057e410b46caf6c5f7e1, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/postmessage.js', 1, 0x00000000000000000000000000000000, 0xfb652a8fc91ca5b926bd6f80150427b7, 0x624d0d09ba7beb5454ef74abd7b05cf87495a83dfe7bc5c861cfbd239ccd7139, '', 0, '?'),
(0xa50f763311c374e650d3a0bb3e722f15, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/config.php', 1, 0x00000000000000000000000000000000, 0x822fb39e68fc715ffe4bc2a9504e5012, 0x11008f4eb0477c0663fde85dc2f7e9fcbbb093d0643d6fca124c565cfa6462ad, '', 0, '?'),
(0xfee9a4272867536fe9dd92014605d8ab, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-freemius-abstract.php', 1, 0x00000000000000000000000000000000, 0xca1728fc45b9a7a3bef83d9c0abd120c, 0x94df797e0223e05d438fbf261e422b86420cfb3bce2073c38160d9a457acb3ed, '', 0, '?'),
(0x2f60843e30e0124308a5713ef79c7ce8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-freemius.php', 1, 0x00000000000000000000000000000000, 0x0f546c210dbb8b014e3605aa81f3bf7d, 0x765eef8f5d3d1fdbdf6e06eb1b0a056e975fe5f9699dd4abb11f40ce00a062e5, '', 0, '?'),
(0xdfa5906e32bbffb99cba76229fdc6728, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-admin-notices.php', 1, 0x00000000000000000000000000000000, 0xadadd160d12b74d495bbf6319e23d432, 0xb1bd33ac63f326815add5847ff5418246c54ad2e0b53861128279de45a4186d8, '', 0, '?'),
(0xf8b26dcfdf9f3bbf2aab386c2c8c5baa, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-api.php', 1, 0x00000000000000000000000000000000, 0x673b20dc935755e84c9b4ed8e6a81b8f, 0x1ec68ba5430707032a0fb591e575e35997ca42ad688e609a10974e6458a22b48, '', 0, '?'),
(0x1f5e0d37fbccd741ecf0428cfaf28f7f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-logger.php', 1, 0x00000000000000000000000000000000, 0x9d2dc60c63edd27c5a2cd3f74553a57b, 0x2cfaaa41a925c7ed9e5150ed0d57fca4ae39dcd84235c84d0ddf9b65b5317fe3, '', 0, '?'),
(0xab9d73786b4b6d6405eab002002a3b1c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-options.php', 1, 0x00000000000000000000000000000000, 0xfd471a1252456b26d56db26691a3c576, 0xd627fb4c4d5a1c418db114de46c7ec63a3e5f679c7a7af8826f3381d47db113a, '', 0, '?'),
(0xa7fa15a47dfb9b1df9e375bb784b8210, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-plugin-updater.php', 1, 0x00000000000000000000000000000000, 0xbb1e7dc5d91b0de1aef721e9ff7025f1, 0x97b11b1d50bc8cb305590583eaecfefb27097782fe9cf4a78561d541a62a01c3, '', 0, '?'),
(0x9ee149191f9f07721356f3107d84c403, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-security.php', 1, 0x00000000000000000000000000000000, 0x229cf58949612ac4a088677ba62c9b97, 0xf5df916d446e025b2b41d22034c22cae15d79412d6cbb28f8750a1bea9c11205, '', 0, '?'),
(0x1cb481420c032b46b93c9041bb2f5a5e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-storage.php', 1, 0x00000000000000000000000000000000, 0x13e077a90960490522510720f1bbc0ed, 0xacf03f21016fb332d025953e4c65e94178482973245339eb321ad85af1b9c238, '', 0, '?'),
(0xa6082aa0bd6eeaf13b7a5ed24603c22f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-user-lock.php', 1, 0x00000000000000000000000000000000, 0x73ecd350873b5bccd9531df35caedaee, 0xd17281bcc34b0cfb067edd720c875c39d35f9d13e84e84dd728e988f8c0716c5, '', 0, '?'),
(0x3b23aa259d5ce2e760e8cb9f355e2abc, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/class-fs-customizer-support-section.php', 1, 0x00000000000000000000000000000000, 0xb178f215153c2c45d763e19a270314f4, 0xd30a04aa903dbed60185bcbbc1d576582a7a81b1517e4d02fbc726f91a3faa3e, '', 0, '?'),
(0x7649455d4ed4dad83d5d43cca0722408, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/class-fs-customizer-upsell-control.php', 1, 0x00000000000000000000000000000000, 0x157d6533845f5accdb01d35f3865ea8e, 0x5242a1688ca320fbffce111c1ad4e47d0227586959291dde7826aab673776074, '', 0, '?'),
(0x6a5f093ebc085973316a244dbfcbd72c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xff07c3efe2b1cbd7019f1c35c67db183, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/class-fs-debug-bar-panel.php', 1, 0x00000000000000000000000000000000, 0x9665e6e14396e4b9f11f835f074b6bc4, 0x8237a5b70cfa0d3050e9e6dfd95c0941610ee220f024ea6da1a8186d06f4dff0, '', 0, '?'),
(0xd5942054d50d1368e2d9c8c649c0537c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/debug-bar-start.php', 1, 0x00000000000000000000000000000000, 0x5fa116c8b2bd8686d9c7b230c87e9222, 0x1a1f870f0b21d377cc83335bd67232b18d8d0e9ed5162626075caa6fc0646c3b, '', 0, '?'),
(0x5b661c7ecbdf4a877cd5bc42271a3727, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4fd75a8348a7d4f03b7a626ef2fc007c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-affiliate-terms.php', 1, 0x00000000000000000000000000000000, 0x35016787d29f2095d8d4139255ef6d2d, 0x5b69df587fd6512c996e61e6c22ad76ee9f66620c2a26e0100ca36101f12ea7c, '', 0, '?'),
(0x1b02fd90694723f57411b92b4968d9e9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-affiliate.php', 1, 0x00000000000000000000000000000000, 0x1858bb266130901469b975c74658f556, 0x13b47caf8f6537134eca9514f951083b77be779920a91c25f61c16ed109a95ef, '', 0, '?'),
(0xa7b4e48b1244964710ece3c7fdeed553, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-billing.php', 1, 0x00000000000000000000000000000000, 0x63c904e144d4bbb827c3e4e4748cc8d1, 0x58c37b02d6ec35ec3ec654882ae1792f2af471c5aaf00e069dd8625fad6e6a5a, '', 0, '?'),
(0x699bea14ab27d0c48e1c816d8c83e38d, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-entity.php', 1, 0x00000000000000000000000000000000, 0x180e841a99553c201c55e5ca148edf9c, 0x21aaadc7ee3eb72f69c181c36cbda7024fa0ec0ed465d9096ae8811c7464b36b, '', 0, '?'),
(0xb773e75bd868fb1f77ffa28c8ed69b22, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-payment.php', 1, 0x00000000000000000000000000000000, 0x2c0bd63573ae6b32c65fcc3274b4d73d, 0x9257c838f8bdb998230119ae2bd5e9b722d3deffbf2f07abe1f7292bf659d8d3, '', 0, '?'),
(0x9a343734d9ecf0e499fdf4f7684206b0, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-info.php', 1, 0x00000000000000000000000000000000, 0x411694b5b5c0af56d3a5d9b5dcd1b969, 0x5043fc2a5a4c40f144217d04bbdafeb926f17bb90b384404a777176348b73ad2, '', 0, '?'),
(0x2c9cbd7213aee353755a215f0e44a95e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-license.php', 1, 0x00000000000000000000000000000000, 0x21b40b61a2c099d78ad07f22cd925a60, 0xecc5a181a20b59902dfd2c66002d97fc72c043f1e4b9ebc088526d38ce2ed21b, '', 0, '?'),
(0xb0f0ec1920fe9a9eba1ef635d08e5a8d, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-plan.php', 1, 0x00000000000000000000000000000000, 0x275363d2504f48d2f4f01c3dc8076291, 0xaf5cc16a1e16cfc2e2e5577bf0aed735e26494cb574a79ac5b0e89257a0de79b, '', 0, '?'),
(0x1aa046fc01260f5d5c92320883361f41, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-tag.php', 1, 0x00000000000000000000000000000000, 0xe24f3048ab3f2f809afdc6c022a3ada0, 0xc19937949aede010f9c22f94eb871aaeffa0e0c63020a53887586e8ec0505bad, '', 0, '?'),
(0x58ce3c8da0aa514a38eace7644fa6995, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin.php', 1, 0x00000000000000000000000000000000, 0x8c72d7abf0af6d87f8e85e5dda9305e1, 0xd5ddb6c9c59b49dfefd0cb26b531a4c9f4cd4b22a44597622c6a890c35a2260f, '', 0, '?'),
(0xfb66bf2558d4c0497afdc241de2d9a6f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-pricing.php', 1, 0x00000000000000000000000000000000, 0x32a00dfc115966fb950a4f9a053717fe, 0xd06acbd71a5f54d0698362a08cfe443cfcafef854469b78d549856eeff0516f9, '', 0, '?'),
(0xbfaaef0f12c5deaf4d1bb310335aa514, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-scope-entity.php', 1, 0x00000000000000000000000000000000, 0x0acd7da3ef93baaaf43a4b6598c3d80b, 0xa901cc18cc24e36dc1e9d7ba4b2d50d07c9e7300a190bbbd580e321edfc0bab2, '', 0, '?'),
(0x5cc1282a397e25ac5d36e6f8fc113ebf, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-site.php', 1, 0x00000000000000000000000000000000, 0xf6735e9fd4eb4206872810cbe213228e, 0x0aca300ed7469d63d2b34754dea8c0c87e9549b792f497df9841d87d0029f2b9, '', 0, '?'),
(0x3a0e6f0f65a29010658f9b0c6c667163, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-subscription.php', 1, 0x00000000000000000000000000000000, 0x1e809e6c59323606692699a19368e02a, 0x8207a860af02dda2b8906adff08b14ab0a51318c0b832d553471e577180ac713, '', 0, '?'),
(0x4d25fcc9f0ce3d27bf789d4dfa2dd837, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-user.php', 1, 0x00000000000000000000000000000000, 0x678bd4e8dadbf39c94612e9741577edc, 0x0fc3da799106432cc1810388cd7a85c51c4dfc9236294038778b82e1dc406e51, '', 0, '?'),
(0x5c27f6d4c7a758bf7e28a526fbdb698e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x90bcfd01f3095e497b4fe40e4eac23c6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-core-functions.php', 1, 0x00000000000000000000000000000000, 0x8916a2aef44b688c484bde6af5fc7d1d, 0xa663ecc0c36c8a2a43d52b1b81edcab0b2e5f2fda81082028316101bf01e6e8d, '', 0, '?'),
(0x876fc892608d0199333d6abe55e5f4f8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-essential-functions.php', 1, 0x00000000000000000000000000000000, 0x5e3bbbb42f6f9e63f75fdd37691a1c50, 0x28ad885118b0b3f5a65b76fd7c1caaec3b83dac5c84268e465655d958b5563a3, '', 0, '?'),
(0xe51312c7ab7e36aa97183753e0283691, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-plugin-info-dialog.php', 1, 0x00000000000000000000000000000000, 0x7f0057225a4c2010740d9ad74ed529d9, 0xf94745222103d26aa5c9c5cbe2dfbe8b8307d163268ecd6dd8ad22ac2c048986, '', 0, '?'),
(0x16f5c825ffef60d1209364fdee521305, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/i18n.php', 1, 0x00000000000000000000000000000000, 0x7741dfd599a8e4696d9801df61b2f90f, 0x1770a7caa7e7351f8fcef03de9ad0ccc61dba7af55eaf6e209fd5c97c9e0f359, '', 0, '?'),
(0x4946feaaa3d9f4162c81ee4d59eaefa0, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x836e4871ec6d7d780df9474d58913659, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0x6078da2e038117e0ff00a9b375f35b27, 0xfd06207c1b944cdb4a0c8456998a1e9d1bb6b03eae236f18d540d592417535f2, '', 0, '?'),
(0x7bd0ea42a464a913c9cb7596e1543347, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-admin-menu-manager.php', 1, 0x00000000000000000000000000000000, 0x34906c55457f28d6017df6b8c78f233a, 0xfff86c6dee39108d25954ec539e57fd5a91461b1738847e7f18aac67857736e1, '', 0, '?'),
(0x4e3fe21d5a37917e60f09483816164ef, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-admin-notice-manager.php', 1, 0x00000000000000000000000000000000, 0x8d9e839523d1815d438c3f409ca9a2dd, 0xc8ea8a10135723af694d4fd447127cfb33b3919a01f71844b943c68afc4b36cf, '', 0, '?'),
(0x489327ac2335e5078080c2bf757ba92f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-cache-manager.php', 1, 0x00000000000000000000000000000000, 0x4adf1c301d685f2bacba65531634f876, 0x5384c77a358edc29f9c132a6e5a7a3565445a1cb3483602461ecf1629f68016a, '', 0, '?'),
(0x43a48e91cb1350548b6ad610a083ec0f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-gdpr-manager.php', 1, 0x00000000000000000000000000000000, 0x4e0e57018badc49396ca4bb37232f42d, 0xb004d43c30b8e4b3e5544f4ae60a7d4a2ee572b3b4e0a01c8ce96984ec28906b, '', 0, '?'),
(0xc06c0f51e8d82ed57e53a918f2514c47, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php', 1, 0x00000000000000000000000000000000, 0x06c24b91c57c14088e3b5099f3a339c1, 0xfe04d20776988f9ad844710fb9c0ea684d55207afd4d33d3677e18021f0425ef, '', 0, '?'),
(0xf039cbba1ae232b881353fd62cc9ad26, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-license-manager.php', 1, 0x00000000000000000000000000000000, 0xa82f3ccac892e76e9efc785b0a462138, 0xd8a30a770e3c3cc78b4e4a5ddfe6003685e073ab1cd20b678728ebeea69346af, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd45b71c0468d6cfaf50c89b85b71bbef, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-option-manager.php', 1, 0x00000000000000000000000000000000, 0x236c5a41cfdf6c52b2b358b03830dfc4, 0x9f458772772e5d25d1c82f206a19e70e60dce6b931a2f8b8f00c4bb00d6c0cb4, '', 0, '?'),
(0x3baafdd1027abf85c8c1693508f512e7, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-plan-manager.php', 1, 0x00000000000000000000000000000000, 0x8e9bd3530fd53b430b06ff532a83f889, 0x6f6b76598117c47137b6a0be4dfdc75e14b8b796e2c9365b505ecae7a5a7141f, '', 0, '?'),
(0x324a95474d22a9b5cbcc7819f0dba475, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-plugin-manager.php', 1, 0x00000000000000000000000000000000, 0x5da61c1e786e3e27b985ff2a593eb492, 0x31dcee3c2dd1a22225a5a2b3c6b85e85cb120e29a53d9c4d5bf70407e42b6f94, '', 0, '?'),
(0xb7e9b2703fe4390e1e6cadfe6618b682, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x0f060e4e2af8427f20ae10a86b783db6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php', 1, 0x00000000000000000000000000000000, 0x26e05dd2b1aa00c6802525f61aaac397, 0x6940adbba2081173c08c0cee879af020d4a55cb60477ff8c0a76c11742c4c79f, '', 0, '?'),
(0x21f909c5710eb12b2822255cc2860c95, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/EmptyArgumentException.php', 1, 0x00000000000000000000000000000000, 0xe108186702db8af8b217d97baf5d22b7, 0xe14a0e70c18d9c6e8f1ec178a5a5cc445cec505f85f0ab7e0341acf17d90d1c6, '', 0, '?'),
(0x8dad01b8048b855421bc48b5dcf9d8b8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/Exception.php', 1, 0x00000000000000000000000000000000, 0x2b7998fe45949e311628fd4576010033, 0x2abc156416a4ed4ca72e64f24502ec6d69cb1cfb965c716ef33f29ab82da5ed0, '', 0, '?'),
(0x0bd942d3b7453724ec3e63ad836cde9c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x09c3a0a60d897b1895acc44bac0ccb7b, 0x67ac861d028633452ec2476064c1fcd98f03b61a097552a334fe3539c72078d6, '', 0, '?'),
(0xb2a90fe59c7653fb7aa05980220572fd, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/OAuthException.php', 1, 0x00000000000000000000000000000000, 0xb77b7f3dfa5da82b0a9b70bb78beae66, 0x6370bafdcdfe3b2cdb4d8133acfc9666a927aca4c4748410058fbd1df6aa0552, '', 0, '?'),
(0x6136a2174abe685d8c208e740d1b2a21, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x0f913b8a9f7296483c0e5b3e4a178bcb, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/FreemiusBase.php', 1, 0x00000000000000000000000000000000, 0x2aa7428c99ee20f20ff4598c6382af79, 0x2aaefb139a45ba5d785ad74ea02a1515fbcbc1cfcd8557a87d41c4c3565df8ae, '', 0, '?'),
(0x083fc72ae25f90009cb26c318246a343, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/FreemiusWordPress.php', 1, 0x00000000000000000000000000000000, 0x94ae9339cfcc5d92c84f13c896b6aa82, 0x76a3a91bf6652b112e190325b4dffda93e17838eae53449fa7d7f5de1dc4ec23, '', 0, '?'),
(0x6ef1d2d8206861313df0efa07647d6c0, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0xdbcafd84f5d218de1f773997a096db95, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x14edc2c46b7ac72e8a4b2528df9e878a, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php', 1, 0x00000000000000000000000000000000, 0x50b0491b43ad944b2c38090b29f0eb75, 0xdfbeef85d6df9f37abd7c2967cecc81f8e1c2010598d8eb33a98cb07c68c1eaa, '', 0, '?'),
(0xc9385f4df827972471d686d23cf053e3, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/fs-essential-functions-2.2.1.php', 1, 0x00000000000000000000000000000000, 0xd3bb1dfb1d90ded04ba231c6909a102b, 0xab990e58ee3e6b95e89ff9f2881c10448ed2b3bd1a071b2af0eae51224c1d680, '', 0, '?'),
(0xc5a6575f1344d726aefb8abd50dc6083, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xaec92a944d04d6a59ad5e16bb8445130, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xea809f368438e83d36ee7523735de432, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0x45f6f343841282917130beb710a7d811, 0xe292e50df84ffd67cb825fb249e727db80ff665cdc4abcdf649df20cdb0c0ba4, '', 0, '?'),
(0xedb1c606211a7b937078fddfbdc5d1a2, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-da_DK.mo', 1, 0x00000000000000000000000000000000, 0xb627177dece66d8f365dedbc2de7dc68, 0x333067e4e86235166f94d6bb79778dc22cd19d097c6f4c98ee4c6288d7868263, '', 0, '?'),
(0x92d262e668a9cf3e0a655347ec51ea12, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-en.mo', 1, 0x00000000000000000000000000000000, 0x7cef91bad41ffe794a759ccd748b566e, 0x6dee8b5832d2160e786caf1e5b88a2417e82be25925378409266a9807e583373, '', 0, '?'),
(0x928f46b5fcaec868140e686f85c89408, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xcf9a4f70c5fe1e09290e22b4c01ac42f, 0x92e243c19460a98595856c607160898132f762dbad2fe557dbb905ee4ff24d9e, '', 0, '?'),
(0x7729c733f9623f3f784f0002686496c6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x9e019ee87b6693dd4672bdfdf853b0ee, 0xe6e56c9192a9b4b098c0ad6cdca36444a021824025bb029f6fd477a724afbffe, '', 0, '?'),
(0xc8f3698231a25cb6343c808b6506517a, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-he_IL.mo', 1, 0x00000000000000000000000000000000, 0x95caec48fa7cc7ef0f5ef08068103c4a, 0x4925b9514acf8034eda285a3cf39cef493640927088c7e3efeb7fcec34209485, '', 0, '?'),
(0x450c4e3ff878b284784e5a1160f69705, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-hu_HU.mo', 1, 0x00000000000000000000000000000000, 0x2a4c185ee6f85a5d911483b5362dc038, 0xfc1355efadb898eb83531284059b2075df08434076beeedd2dca060f742babac, '', 0, '?'),
(0xb8c28b4b9192334e456e98ce60f5f072, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-it_IT.mo', 1, 0x00000000000000000000000000000000, 0xa0f19d1bba197f7b8087590337aea9c2, 0x3fa749bd2ad21670d735671c79fb5775b11792fb960d509c9439756721a91e9c, '', 0, '?'),
(0xd74b3d8ce1440ce9987cc86c9e4262ee, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ja.mo', 1, 0x00000000000000000000000000000000, 0x6bc188139532abb9017ed1c3f52e66b8, 0xb64c47daae66d65750628aee67b5d612a9ffb6fcbcf71758b253cbd3030e760d, '', 0, '?'),
(0xe62046888b598dadd6c06a8c29383fef, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0x7955db26e84b08a9cf09d72c761f1879, 0x4f2536c6e5a5e8e12dbec84f5a29aa5d53aaecfb300ca450d9a4388fe72b1091, '', 0, '?'),
(0xde9562a0e2a24544594bfebde0e31302, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0xc8e4f7c8c797bf1b36e094c52eafa72f, 0x429db368f874572ab9b29b01588ff7b7b9f385dc83c4c3ee6f64784eb45b7ff0, '', 0, '?'),
(0x904e25ce16d48907eff541c3af49ae47, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ta.mo', 1, 0x00000000000000000000000000000000, 0x307e04439f0ddae9a0df56d93ad89485, 0x6d21e6e84dbf3142278659cda116e6578b99fd7030aa41558ec295730b30a525, '', 0, '?'),
(0x9ba6672ea318331f5ff121be8b47d3a4, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0x94eb2b5f7978c9f41713853705c16424, 0xa6e2a13e49702b831390ebbb0374ae4b45b09c6f447459f466ce9e291049cad3, '', 0, '?'),
(0x10303a6703960397c119b4d6e697c64c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius.pot', 1, 0x00000000000000000000000000000000, 0x9b98217da4863279b2f990dbfc9645d4, 0x7ef1acda4202617cb54197821e7cfd2758fda303d365fd7a56a130f65bef6dc4, '', 0, '?'),
(0x4c82ae9d22d119204d059ce6482a88cf, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x4aa851388ef97b25051589b5a70a6caf, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/package.json', 1, 0x00000000000000000000000000000000, 0xf1f3789d09c949291bacafa17d592db0, 0x10dad7e121264e3d131782247ae21827482c3cd049039fc2c8204b7ceda7a6ce, '', 0, '?'),
(0xab4cb3e184f3e6186f00db87a1c69fd8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/require.php', 1, 0x00000000000000000000000000000000, 0x30ff3b786448d2ed8493d8e3973d36f2, 0xd912f442d3df6acc7775f72b7cdd5c8248ba4bfab972c3ed640aee8b6cb03e75, '', 0, '?'),
(0x98cc42ee888b8399f75d2287911642fa, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/start.php', 1, 0x00000000000000000000000000000000, 0xf6ded166a51b9b668985c48cc31c959c, 0xa01ec92e3db93509d21fc5d028f601a264cdf2bc7c6ffb75d8fdf23526cf68cb, '', 0, '?'),
(0x5b1e26da65fcfb98904303e9f45bd0c6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/billing.php', 1, 0x00000000000000000000000000000000, 0x13fc6a710b245fba04d0eba750e25131, 0x4b69a45f06133b46b9f33d2c9f265c2362227227c1a410d263a24e4cd15b0fb8, '', 0, '?'),
(0x4df6ebd03dc89de75c67aab235253356, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x7eeab80e421be20057e892b14e273d72, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/activate-license-button.php', 1, 0x00000000000000000000000000000000, 0x6b659d5545c3843958fde1fc1b0c2f55, 0x2065081dad13f38442800461379dc82ad70df8fc60f3ff40f4e68db423476ede, '', 0, '?'),
(0xc3cd34992a5b907bde18ee95e5d2d41a, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/addon.php', 1, 0x00000000000000000000000000000000, 0x29de8bc87657f61ce32f87dfec5eaaa4, 0x0885fc409691a97ba757e862c0d8b01ae2edb76c225204fd99990b811951514c, '', 0, '?'),
(0x29bfc86410c1ae2da11d2bac2af41ddb, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/deactivate-license-button.php', 1, 0x00000000000000000000000000000000, 0x5d15cd05dbdee1ff72dfe3b3813168cc, 0x1e1d68b27752bcb6f20c7a575a148708b17c113356f48cd0d9165b41383da9bc, '', 0, '?'),
(0x4d41d148deb24aab428e13aa4a35211f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfab84a436506c4529886349f968dba36, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/site.php', 1, 0x00000000000000000000000000000000, 0xfd3c9d78e0f0990c5800588cd6896f1c, 0x640dc54a5fc4a8721498e555efc4047ec8b91cdcac7f1f210263c3c72f216bc9, '', 0, '?'),
(0xd1cf3bd5f93ef6884bbe14a52161d63d, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/payments.php', 1, 0x00000000000000000000000000000000, 0xdf45d02c9feabb25975cc013d90b1f06, 0x89785f2a51a644064d920513d197486384baa0215bc3a5f8b0922d27d964f4b2, '', 0, '?'),
(0x1881603a2a26593d5e7e047283c0463c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account.php', 1, 0x00000000000000000000000000000000, 0x04ee45973c28ab9d4c32b5b345ef9023, 0xbd3ebf08a6e5799cf418aa2fc2a9d9f83d3dfa8e8d02bc7ef195c310728085db, '', 0, '?'),
(0xaf331763b508c32ccc7418c8bc442ecf, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/add-ons.php', 1, 0x00000000000000000000000000000000, 0x03fd4d42156dec91d9b1bb537176bbb9, 0x90988fe95b0cc1a63e7a0cc22a171703b6065a71993c312faf4fbd8a09dc21da, '', 0, '?'),
(0xf3c4971b435fcc02ae65375b2f7e8e6f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/add-trial-to-pricing.php', 1, 0x00000000000000000000000000000000, 0x35d6b7d7a847328cbc9de994c97f7200, 0x1ad6b5d1f173acae5a13ee93d06c4088c72e81c10c5480032c9f7ff423935944, '', 0, '?'),
(0xd0b2473f094a9ce3c9cbb789a0c6cda9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/admin-notice.php', 1, 0x00000000000000000000000000000000, 0x5ca8b0b13274ac2f469ea0ef94dd2315, 0xf1199df2b1164f80effe5105c8416f2d25c4df4a645eafeaedd046a92b48cf6c, '', 0, '?'),
(0xc41115871ae287a85ef14cf9fe81eac4, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/ajax-loader.php', 1, 0x00000000000000000000000000000000, 0x123195bcbc8b85b8880114d72b6fdf2e, 0x73b82777dd7a9fe25ea91aa102bdb9b45ad5e0b0d75fe7ebd78eaea336fdc1d7, '', 0, '?'),
(0x80da2c23c10cd0d1323a8b3eb642e05f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/auto-installation.php', 1, 0x00000000000000000000000000000000, 0x59ffb17b3c73ebb72239277987862d46, 0x955fdd55d0b8bb1cb7a7252b7093fbc9277d981d357f6697edce0d40b31d62b0, '', 0, '?'),
(0xb69091d1e08dba0a7957b2c810163e9e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/checkout.php', 1, 0x00000000000000000000000000000000, 0x72ee3ad0cc4021b981640ce719bd1b24, 0x4e646dc5819acc39010c1ad36646d6ffe198d682c05e36f536f946d465c796c4, '', 0, '?'),
(0x2218d709f0ee21c44598b61e549f4376, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/connect.php', 1, 0x00000000000000000000000000000000, 0x0b5ff02665c294c3a39a0c0c5228d32b, 0xacc241ecaed440855e3948b049bbef3d0c5d1c8ad2ea8837fe762419358e0d10, '', 0, '?'),
(0x9d2ac222d7d8384880d8c26becc6afd8, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/contact.php', 1, 0x00000000000000000000000000000000, 0xe4c6e0e7beb25e7a9b4b610f5d94f2f9, 0x6945dc0ed2d58ac2a6fb2fdb99fb04bec7de5e38f6a0ae2eb42f1158b8b83ba9, '', 0, '?'),
(0x4e2c6326d0c0f365ea3e585c8693ac44, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/api-calls.php', 1, 0x00000000000000000000000000000000, 0xec00c2fe627810c9f8dbc3759c41fce7, 0x3addcefd9d26475601cdf9d60eefd5fc838723ad9f5fc1b0bc10ca15a76e698f, '', 0, '?'),
(0x29816101ac19203dcec31e1bd936735e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x1cc77bfeff57ea4775fc7db7aeefbdf5, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/logger.php', 1, 0x00000000000000000000000000000000, 0xcd9f0b12d29c47977df3c5b4856d87a4, 0xdadda3ec095def2fba052f9b0e0bcec41a8a5df4b836fd3ba07231a897f6913e, '', 0, '?'),
(0x5d51b9bb4dc8741b9ca499901059ecd7, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/plugins-themes-sync.php', 1, 0x00000000000000000000000000000000, 0x8101243f4fa8fd786bc6a9794fc8808c, 0x91deabb41277256569a13c330838c68cf9194bded57262b0b5991f431d30cfbc, '', 0, '?'),
(0xc95896cff06fda5ab87d680eb33f0631, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/scheduled-crons.php', 1, 0x00000000000000000000000000000000, 0xbf5f9879a1b18f4aa46b14306e1d732f, 0x45a99cd085dc94605c9f3dbfc1db5b82d1ff74355113fe3c928a964a383bd8f8, '', 0, '?'),
(0xae07848b36091cbeb383eb5b3c405f68, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug.php', 1, 0x00000000000000000000000000000000, 0x7d84c1dcb185b16dfc0130a768607e86, 0x087f9e1467aa5baea097107bdc3a877e7348f02c511621cc1439396a5b5ff490, '', 0, '?'),
(0x9139a85755dab60c79b4424e84597b3b, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/email.php', 1, 0x00000000000000000000000000000000, 0xeed07bb337e9fe7196f0e7ddd5422698, 0x0e6d4a86d0665031286faa05ee16ef9a848d86343382bc290a35bcccceb2a9fc, '', 0, '?'),
(0x1ff68537fabf0b1d62a9102d7d9e831f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/firewall-issues-js.php', 1, 0x00000000000000000000000000000000, 0x60b560aac38e8cdf8dba70bcca150fd6, 0x07967472a12b765a7aa545fe699eef70d46418e0fd6fac056c7a352dfbbda56c, '', 0, '?'),
(0x059cc89384b70bc9f5e97ec8b712c48f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/affiliation.php', 1, 0x00000000000000000000000000000000, 0xc8a8d776a8c72880f6a24693ef914280, 0xc2c75da679ad72cf3307f58cd5fe94eb3273d8277499fef8d994e750b1068090, '', 0, '?'),
(0xadbf54fbeb03c97e941d65f40a4e59f1, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/data-debug-mode.php', 1, 0x00000000000000000000000000000000, 0xbe04d299fb3fd01bcf5fd733a1114e13, 0x6deda7af7f8852d3bab18554c87b52076db40007710a24faf6f39f33e44f6545, '', 0, '?'),
(0x7d25945425dcd46c090721ff6a1b96f2, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/contact.php', 1, 0x00000000000000000000000000000000, 0x0316bd6eb7a05968d63c94a589e74b08, 0x971f15cb8520172b1fac1f558f860773bdb98a9e091efc193b3d816c937312f4, '', 0, '?'),
(0x198b7f31becd1ba1ef3dd7ddc36f540b, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/form.php', 1, 0x00000000000000000000000000000000, 0x1f976aa5328ea0a0c57bd2cbe3963713, 0x239692721025fc2d9421c4ed28abb28ac43b7b39df15ba84a9b2b919bfc76fc7, '', 0, '?'),
(0x88435548237757a3c37f73f14a612aa6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xdbb18285a23d706794e27dc4e41921f3, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/retry-skip.php', 1, 0x00000000000000000000000000000000, 0x86a52fe656b05f6b0bb3f75848ef4cf2, 0x36cf9baf5567206fc6e684627a4f052a364bb31caf5178509c23a50bbcf8ce0f, '', 0, '?'),
(0x236a3fc80dcee1864dd90fdc0d50599f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x9c515af7457d47060da9fbfaf4891ab3, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/license-activation.php', 1, 0x00000000000000000000000000000000, 0xbc75accf917659711dd59f4e6a4be8c2, 0x4948082a94625daf9809d732c0052080808be1e5132024ecbf4fd53b218457e4, '', 0, '?'),
(0x4ca447634a7942dff0b20117c7a84294, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/optout.php', 1, 0x00000000000000000000000000000000, 0xa4b56ea7d769fb5d6294c8c6d2995005, 0xf73c55019119b308facfbc747245aa84059182cc63cfbf11e7fc06a4f475a180, '', 0, '?'),
(0xeebb5d5f091cbb1bcbf1c43c1bb708b9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/premium-versions-upgrade-handler.php', 1, 0x00000000000000000000000000000000, 0xe3ab1d9a9863996b1db21cea5f9011bc, 0xf72095a2e22f98ee2d34e217e894a63cee52df28df6e872c2818000cc1579ca5, '', 0, '?'),
(0x1a8f256dd171f2ac4c707f7796ccc55d, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/premium-versions-upgrade-metadata.php', 1, 0x00000000000000000000000000000000, 0x5ac9f56655fa3f640185c332bd3988db, 0x302c93a94b02624f38af55739116adc4c42425718aefea38e98b180b20fbf0c9, '', 0, '?'),
(0xbf110b2b841524324b3e26faddbc2c0b, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/resend-key.php', 1, 0x00000000000000000000000000000000, 0x9de4a57c639affff355d2bcb823dd1bf, 0x5c29b624ff63906f9e5f1a3c4c0910acd89437e35c6edb4e7f2a170e8a8b52e2, '', 0, '?'),
(0x1ceecfb60d5d1f14645d30220685663d, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/subscription-cancellation.php', 1, 0x00000000000000000000000000000000, 0xed008b54ea41a9c41ece6ba9718697bc, 0x2a2c2aa1ef82017efdc5018fcd34bc26cbb8cc8a8fef3314c08ef9f4240017bc, '', 0, '?'),
(0x82d46883611964bebb7970b297c0e213, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/trial-start.php', 1, 0x00000000000000000000000000000000, 0x0f1bb3ea267eca486db66f0b0cb3d00b, 0xee5e90cd975506dd149836238f8ccb4fb2d7ab0eeec98de8ff6de4ad9344c481, '', 0, '?'),
(0xc2bb3365b76df9b9608e76e548b9b953, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/user-change.php', 1, 0x00000000000000000000000000000000, 0x21e0a6943b191d1f7d2a344d9675eb51, 0xfd2c144916fa7d85a404f9c13bfc4eb917243ca7e1dfdbcb707f798f2f239a1d, '', 0, '?'),
(0xee0c5e5def709ea2b80dd20e5c57d82e, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/gdpr-optin-js.php', 1, 0x00000000000000000000000000000000, 0x70078751bb291703d43dc9741bb57b43, 0xee1e6620d7d7d574a610831c8209b7fb2c02616d9e97809a3fcf2a12471ca4e9, '', 0, '?'),
(0x80c443e158e4829cf600f14e65f48e0f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5fe599486b2464c09f601069db103d83, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0xfe97f9d1d8872d5a3e409dad63a9e66a, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/jquery.content-change.php', 1, 0x00000000000000000000000000000000, 0xa92f903645a3f6ab4494cea538e44813, 0x0630f3a503c4082068fe6ff17813f534a24884598aaff6eafad8508039418549, '', 0, '?'),
(0xbf33da8f27fd344b4b2d6789ee63e0d4, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/open-license-activation.php', 1, 0x00000000000000000000000000000000, 0x37e7758f3ccbe08033d97c445889f40a, 0xbbcd1673d1839fafac1733f38757ae828293f6c0f07ee65750d8bb3ba9281d58, '', 0, '?'),
(0x5b319c1d04241155d2d1f634f00220fa, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/style-premium-theme.php', 1, 0x00000000000000000000000000000000, 0xa606d4bc81f73725a0cc315f82d78ee3, 0xcdb958b35f50b9f4d4c13305eb705004e81099b8b4607b20c798493a88907f41, '', 0, '?'),
(0xce43fad992a13b798c9e7ddb17ece701, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/partials/index.php', 1, 0x00000000000000000000000000000000, 0xe426c81042e85fbe726c134a270a1f29, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x821b363de4198eea734b7a2bc6a6c336, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/partials/network-activation.php', 1, 0x00000000000000000000000000000000, 0x2e239acbe14cbb3504bbab8f89db6431, 0x55166cae033f8df81f4dc46626abaac90b9c899c9bb49ea60bc97986d2102d97, '', 0, '?'),
(0x1f0fc247b6553921cf79b40103f38674, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-icon.php', 1, 0x00000000000000000000000000000000, 0x4df3090174910a497eeb77f99e03a80b, 0xa2193feeaa9526fc103b00e228d98dabf99862059ada02f26710792c89533cce, '', 0, '?'),
(0x02d7f29af0afcaeb576a950b83f98211, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/description.php', 1, 0x00000000000000000000000000000000, 0x345bc0408004508f8b65a3a13d467754, 0x4a291eb3533ed4fc9c0908b938b47523729a7f41188989cc211c45eef0ecfaf4, '', 0, '?'),
(0xe5199c5aabe2fbf58c8985b75c86bfc9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/features.php', 1, 0x00000000000000000000000000000000, 0x065b587a7d21f311551b5701739e9121, 0x53f32286a10030e614ca74601c712e2a643150baa43b5ad963fc80e0bf2e3902, '', 0, '?'),
(0x56ad644bb8a3262230b29886bad54974, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/index.php', 1, 0x00000000000000000000000000000000, 0x3de0a4b8bbe2931c74daebd9674537e2, 0x802a79c28899760d4a50882d3ac854818440abadbc12970ad105f338d52430c2, '', 0, '?'),
(0x5fb4df5e580f328f43bd0a4f16ecef3a, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/screenshots.php', 1, 0x00000000000000000000000000000000, 0x653f2067b5b33459d1f8c29fedef5dcd, 0xaef1c9b953cbf2f940bffcddc1094d868f483c2a19851701378d96462c02081a, '', 0, '?'),
(0x02d5c14f5570164d3a48f7c506e88514, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/powered-by.php', 1, 0x00000000000000000000000000000000, 0x4066ef91e10b44d5a0bd9122d80947f6, 0x7af5cea7bba5b30a9dc879fab553ac08e02849938a5991beab346037a48bf3e3, '', 0, '?'),
(0x0b2e0369ebb7b400701965577d2ac2ef, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/pricing.php', 1, 0x00000000000000000000000000000000, 0xdf426e1c415600ba01e77c2b1ddd156a, 0x81a628de5698c1411cfc1f9f301ff9cd4f53180921af05397761bed93cda62d8, '', 0, '?'),
(0xab3389c06ba1155d8e614ec81c0723aa, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/secure-https-header.php', 1, 0x00000000000000000000000000000000, 0x182bd581a7024c6c332c0ee244e9fee3, 0x6298bbbe0d8f70f73fc7575dd5b12d1e89c9340216c7f6cb8c0146d80870658a, '', 0, '?'),
(0x3d9bc1e3f4a63295ce1b5726dd63c3a7, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/sticky-admin-notice-js.php', 1, 0x00000000000000000000000000000000, 0x86175a759e442e3040a860876430b6f2, 0xe44cfc7701e90eab3f8a8fbdd048912bc0f26314e68d326eb590c27aedc13847, '', 0, '?'),
(0x61de97c57af478467e7159dd011967c6, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/tabs-capture-js.php', 1, 0x00000000000000000000000000000000, 0x079a090d941e1aab3c00021d8cb38020, 0x401f37d2c231efcaac841ddca7a611411a0eab847bdc9879017124a431017329, '', 0, '?'),
(0xb08390f0c3fcb28914e7139787b4529f, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/tabs.php', 1, 0x00000000000000000000000000000000, 0x5ed22e5f66526103e895edcd23a2c3ac, 0x62295752269ce5a434a854dbab93f61491899e6476bc91d370a9c6593e0ac80d, '', 0, '?'),
(0xdd90ca0f0abdd1d0e9bba8b8cbde542b, 'wp-content/plugins/advanced-nocaptcha-recaptcha/functions.php', 1, 0x00000000000000000000000000000000, 0xdca07f223880d68e87bbcd821bb1107e, 0xaeef74d1c43225e68bba0c5e9c5cdc5dc3101a7f5f5ecee7f7f51686bfb26ffb, '', 0, '?'),
(0x6c5e53c6d47736373ed152adf5275fe9, 'wp-content/plugins/advanced-nocaptcha-recaptcha/languages/advanced-nocaptcha-recaptcha.pot', 1, 0x00000000000000000000000000000000, 0x96b6af18c5caf125e0d43b687106363a, 0xf2202118ac9fa116e5cb5a6a0f666fdcb74e5cab17c9863a86bd63fe166cbf0d, '', 0, '?'),
(0x0c99140f44ea79322a81f0bfd1e22f5c, 'wp-content/plugins/advanced-nocaptcha-recaptcha/readme.txt', 1, 0x00000000000000000000000000000000, 0x3f46fcdaf30bd3621337895dcecd5b35, 0xc5e18166f55aa117b7b0b101f11f61775abca67c6922e404bc51ad6b72747dec, '', 0, '?'),
(0xf13f033f61a23d9806d60d5a46b64efc, 'wp-content/plugins/advanced-nocaptcha-recaptcha/uninstall.php', 1, 0x00000000000000000000000000000000, 0xe5d0f70631aa427a0eada582531ee62f, 0x3629c2b5ae8c9440dba69ce043ea61acb5bc7d75ee153036f9ddcae93d69f5ee, '', 0, '?'),
(0xd5ff9f1a0cf389e2ada867b2972bea54, 'wp-content/plugins/autoptimize/LICENSE', 1, 0x00000000000000000000000000000000, 0x8264535c0c4e9c6c335635c4026a8022, 0x583bd6314d72ec477b96a0bb5c79e3d92501317fce60d5d4616ba71b985b8b84, '', 0, '?'),
(0x47940fb8eb2224659f97dc2d00f0dcd0, 'wp-content/plugins/autoptimize/autoptimize.php', 1, 0x00000000000000000000000000000000, 0xdd4af90745f526b4c882d61341b84017, 0x67a0a16952ff2dbf9bc26feaa85e47fe3e4e057af28b08f7da8dd68731a7234f, '', 0, '?'),
(0xa7db6f3eee4b3a1c0cd29b8b2e9864d1, 'wp-content/plugins/autoptimize/autoptimize_helper.php_example', 1, 0x00000000000000000000000000000000, 0x205d3afe9b9f8936b390c48dbfb11bab, 0x8b3e2e1e1d244d0aba8d6cf7553dae07816f25b062d04e2100f8b460b74aa8dd, '', 0, '?'),
(0xf812dc54c11b98f1cc5646924a5d8d07, 'wp-content/plugins/autoptimize/classes/autoptimizeBase.php', 1, 0x00000000000000000000000000000000, 0xb5bbc67e79a58e62d09dc0fb4e2667ab, 0xcff3a56a5414dafcd941c6227e44e3c24708459b38e8e2b49298fbd3e09a4f68, '', 0, '?'),
(0x10c820418b2b028dc8538e40a73732fa, 'wp-content/plugins/autoptimize/classes/autoptimizeCLI.php', 1, 0x00000000000000000000000000000000, 0xb944f23eb3d0505dfc4501eecb430ba8, 0xe1948c7ca845da21418c3067d8516a8d36281afa808aabfa529c00c0f1bc242e, '', 0, '?'),
(0xe2cf10c63dc1fabc7431ca75114feca2, 'wp-content/plugins/autoptimize/classes/autoptimizeCSSmin.php', 1, 0x00000000000000000000000000000000, 0xc74ed53a01de3b0289e534e3f99b68a4, 0xb4cfb90e3ec19ba7d4f1f24586881c17b8a239b8ba178610e76c61c5c5521ad9, '', 0, '?'),
(0x576c9b97e36d49a212039c5b3f5cda0d, 'wp-content/plugins/autoptimize/classes/autoptimizeCache.php', 1, 0x00000000000000000000000000000000, 0x9491aa9559ddbfb13bf2066401598c05, 0x597f2426b38cc085351ecacc277865f66f492c4c64b407096496981f7d0e16ba, '', 0, '?'),
(0x4684837c4d6459ac5bfc60d485b0bfea, 'wp-content/plugins/autoptimize/classes/autoptimizeCacheChecker.php', 1, 0x00000000000000000000000000000000, 0xee18d8b2ce3d182ece3817247b28334b, 0xa63ccc8b7397c769cb0be196fe5e8e6c7b5017b91d21b98a98450b9862f88b43, '', 0, '?'),
(0xd6ab523b5f9cd59b9946f69ca5ec2608, 'wp-content/plugins/autoptimize/classes/autoptimizeConfig.php', 1, 0x00000000000000000000000000000000, 0xb8469afc70847fe5eef73c1db100cb2a, 0xfd72e490d6fe10889e42b9a6dc0986c500dcc9176972d0724eeeb3401db2759f, '', 0, '?'),
(0x7bf59ffe43532a7dc99d00b9fc19fa42, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSBase.php', 1, 0x00000000000000000000000000000000, 0xb08f4582f289ac8c650c3c68ba636608, 0xb550268ee675bfa22e24da6c2d0a0baf18906eadad11de5dc8350fc58870989a, '', 0, '?'),
(0x3d0925b8f7f4213f1582647e99c627d9, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCore.php', 1, 0x00000000000000000000000000000000, 0x1a497d2e9be64b441c9f81437fcbb7bf, 0x814c2e614a85589c790467114995e2c40001cd030db1f1cdadee892f9ba186e9, '', 0, '?'),
(0xce6609538268e00e1452bfbbf6e60f72, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCron.php', 1, 0x00000000000000000000000000000000, 0x52ef0c778ade00df8bc81b7032b50956, 0x78bbfc92c4760dc45eb6e317284cb85e54d8de9d54e650c8a63232f6ccd85c20, '', 0, '?'),
(0xc0847ca06a12a4358c83dbb68581fed8, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSEnqueue.php', 1, 0x00000000000000000000000000000000, 0x237560ba1088d14d029d631e54d94d5a, 0xb20dff9ab49cb0cd7164aafbfc8e176715419b25bee6d3d45837d5393a5c01a0, '', 0, '?'),
(0x54d6f98a538b8c1297ec0365c40b4f6b, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettings.php', 1, 0x00000000000000000000000000000000, 0xe8c9bf76493666b5a4889fc1ec13138b, 0xec035b9c62042f150d16f77a9c98dd5362509af4285d0704a4858a13c45906eb, '', 0, '?'),
(0x7ab5458477201af8d4f908b20bf61965, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettingsAjax.php', 1, 0x00000000000000000000000000000000, 0x0e98d725ade507d200651aab62de5177, 0xbe50dd7a5036f97111af04c47c70566d0b52c9049a1e3de90cf40b8ac612348c, '', 0, '?'),
(0x51490b5eb27dfc6ed8e9ab2dbcfca98b, 'wp-content/plugins/autoptimize/classes/autoptimizeExtra.php', 1, 0x00000000000000000000000000000000, 0x0647e4a49c7d1609d908352410dd8f87, 0xed993d7c8cef3d5a6110ca5c48e8852ef24173ef60100d52323435467ef01e3f, '', 0, '?'),
(0x5cc2686fce324f4bc494b14a68ad6ec7, 'wp-content/plugins/autoptimize/classes/autoptimizeHTML.php', 1, 0x00000000000000000000000000000000, 0x903192443570ea992d7447b4002c7998, 0xff81e68fb2ab18e756acbec82919932ce755d0c3a1d83371a64c42c1ef8d269b, '', 0, '?'),
(0x885756c0ec0d6f03ee431781bdd9ecfa, 'wp-content/plugins/autoptimize/classes/autoptimizeImages.php', 1, 0x00000000000000000000000000000000, 0xfdffbdb519c595c9c2fc19a8c45aa7a9, 0xf5cc4199d1e2922ef254f104bf61bf26017e70e898bbc7b05be611029907db8b, '', 0, '?'),
(0x7bdd67687d0b74f35d4c14eab30988f7, 'wp-content/plugins/autoptimize/classes/autoptimizeMain.php', 1, 0x00000000000000000000000000000000, 0xca2ccfb5509ed5a00c5f74c54aca5086, 0xf42fbe3fabd43db8bf8c13f9559f0d251ddadf3c6f8bab8a3738db56bbe3bd7c, '', 0, '?'),
(0x97d415bc7ff8a838326ae543461dafbb, 'wp-content/plugins/autoptimize/classes/autoptimizeOptionWrapper.php', 1, 0x00000000000000000000000000000000, 0x302e43722408e675fe451ff1ca59d56b, 0x4885926c30bdec7c39947982a242e15c6ca6479dfff433021c3e658051742657, '', 0, '?'),
(0x4a2b5ee3fc4575eb35fc70ec909a2c64, 'wp-content/plugins/autoptimize/classes/autoptimizePartners.php', 1, 0x00000000000000000000000000000000, 0x001ef747fa00d86ee773701c89a3ec0d, 0x92b69532285b0cab77f249703feda7e5b1ca03afd6d9be19c0710feacf34e39e, '', 0, '?'),
(0xfbca1a76a722bcafac28a8d037c7ce79, 'wp-content/plugins/autoptimize/classes/autoptimizeScripts.php', 1, 0x00000000000000000000000000000000, 0x3487ad53f0902103288d8620fe456894, 0x3fe8743dfa8cbbe8f6df5d6846a225e9f808329009788ba52db0c610ea2e69b1, '', 0, '?'),
(0xba718c588ef492e92c002e36e0555609, 'wp-content/plugins/autoptimize/classes/autoptimizeSpeedupper.php', 1, 0x00000000000000000000000000000000, 0x5c73df1829525d964547602221a822cb, 0xbd332074252304601360295f90554419a8f1437ee58022dd6e150be6d832aa10, '', 0, '?'),
(0x3f02a09b0a2a13edf18ec8d6f5a6761f, 'wp-content/plugins/autoptimize/classes/autoptimizeStyles.php', 1, 0x00000000000000000000000000000000, 0xb56ec09534544f6c9ff293143dd77fdb, 0xdf0892d27882cf9c77665d640c3ff4f48942ef4683b283ba4e34b0b4f8b0a21d, '', 0, '?'),
(0x1d554c48e5fd880ab27699feb87a04be, 'wp-content/plugins/autoptimize/classes/autoptimizeToolbar.php', 1, 0x00000000000000000000000000000000, 0xe84bbd24252060583ae22189ef8b7ab4, 0xa3c3d676b96f03a210ea6465f4dbd6c558c07916fad4c80e80f4f4964fdec8f8, '', 0, '?'),
(0xaa37f1393626faca4c8a732e887e2815, 'wp-content/plugins/autoptimize/classes/autoptimizeUtils.php', 1, 0x00000000000000000000000000000000, 0x312d43a5f8707bf9f373404a4ef09e13, 0xc4efab8c2bfde494fac6bd0413a0b130d1b5a772528be806e400ef71d5af1fb4, '', 0, '?'),
(0x38968e3a67c8f0aaac5106f398acfe6d, 'wp-content/plugins/autoptimize/classes/autoptimizeVersionUpdatesHandler.php', 1, 0x00000000000000000000000000000000, 0x1698d993bbb615b8d3bd6355ecae077f, 0x461b4ae2e486dc11f922dfc4c33e3a63af08b7c08ffb3ae1f7cab500532404de, '', 0, '?'),
(0xb5b64c379f365455ecbd28fde95302c5, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_adv.php', 1, 0x00000000000000000000000000000000, 0xe8bace3900236401729efae70a937208, 0x8ddb9a8e39cd0d8c2d10e4fea81d0cf7272544233f9e6f01d59d51e4504996f3, '', 0, '?'),
(0x705fea26e39d929f1e8d52711d563269, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_debug.php', 1, 0x00000000000000000000000000000000, 0x01bacb7330d2d3ee3ef91bf0952e7891, 0x4b09f654cf902272d4eb8ee95109f658003020972862907b47c929b0bfb48187, '', 0, '?'),
(0xa0edc96d62e6cf3e22f5a7bcdef47895, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_explain.php', 1, 0x00000000000000000000000000000000, 0xb05b76a165044f2395865970def7172c, 0x66184f3b76c464b18350cf06eeb1a304cf0c947ce235fd758a9083fa5717c719, '', 0, '?'),
(0xc804c334b80fcf951e23174ac35cffab, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_impexp.js.php', 1, 0x00000000000000000000000000000000, 0xc471d942ff7c22151b3fde3297d32d6b, 0x95a7ac1883eaf294fa053532c7127f2c93eab2a8d210f56ce240997247f90c56, '', 0, '?'),
(0x51acc04aa0128c90a6ac13bfedda7011, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_key.php', 1, 0x00000000000000000000000000000000, 0xa30baef7b5ec00cca25d62b6bb5781c6, 0x4f8ba3c0d28d53f1c6055ba7f12699506aae86b56b81da619cd32d469eec8131, '', 0, '?'),
(0xf4482a271bf48fe23cff385922a7c157, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_queue.js.php', 1, 0x00000000000000000000000000000000, 0xfccb955b75274fe1f4853e812694e419, 0xcdd6dd7aac744fb219de52b39cef940cfdde04a09101de18b17cc6ecb750a7dd, '', 0, '?'),
(0xd53081beaff3983c9c3b9a97990d96c4, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_queue.php', 1, 0x00000000000000000000000000000000, 0x34fdb5e0cd9e1b01da3eca9148b2373d, 0x41865d766b5df3a2a970b74b83aa5abb37288e9913c687ca1338c5a56b073f6d, '', 0, '?'),
(0x5409a0900c10145b9ab4991cf91d3f32, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_rules.js.php', 1, 0x00000000000000000000000000000000, 0xde1fc9bc57b37c5119ee5ba62adf15ef, 0x6edad9a4207154e66fdcdd8770a4417645ca136fcdbe23bf2e54ad0d796a08fe, '', 0, '?'),
(0x53290527f35d456bd02732513957f20b, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_rules.php', 1, 0x00000000000000000000000000000000, 0xe92b5176f3c988832d2286b1c0ffcdc5, 0x9eed6792e016502a9d27255e69370e3b386fd2206abd3cf0f3a3031854e50d45, '', 0, '?'),
(0x75b6d571a46c4776704e1fd612035518, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/admin_styles.css', 1, 0x00000000000000000000000000000000, 0x8baa259e42a4e1d2513a2ff99ad1cf74, 0x1310e0af7896eef2d1819842a5b0e85e26d08e03b1661f7e3806a34e88a23298, '', 0, '?'),
(0xd7ea552557a217f8e3483623abdc60a3, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/asc.gif', 1, 0x00000000000000000000000000000000, 0x05d3db0081998106ce3c56735da19c53, 0x59a25bfd93ae408fbe09f2c39be5dca58db91e2432bf2966ba82717bba014e99, '', 0, '?'),
(0x8cf0ce49d66808256b381c2a08898cf7, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/bg.gif', 1, 0x00000000000000000000000000000000, 0x2ee8a6953adc895fbab33a66fa77a0bd, 0xe3660841db918a6e59a4df453a9d74b05cb432b42c53ee4c7dd15b37d04bd958, '', 0, '?'),
(0x99a673ba2e959f60289dfbc33e6d3545, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/desc.gif', 1, 0x00000000000000000000000000000000, 0xb0c55062a15066f60d615abf6ec98746, 0x388d8ec3e2cdaaf8984fd403f0a8b31ca7dba87c947cf5127723533f6b32f8d3, '', 0, '?'),
(0xb0daec384a82bfd8ff89f9dcc9a389ad, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/style.css', 1, 0x00000000000000000000000000000000, 0x669034b0d2dcf76e9d5ac66146a7c925, 0x51c2917ba371e9e2027a52003211ae83a82c67f43c651047cd7e144a8bbc4cae, '', 0, '?'),
(0x01993cf12677b8d24c1be653d5f1189c, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/admin_settings.js', 1, 0x00000000000000000000000000000000, 0xa5179c478cef924f134f11abb19c282c, 0xb5411e863575252031fed6206719a20f41b6a64cae9a7561cc3ad5ae23652aed, '', 0, '?'),
(0x7f19275fe4ce9ee633d69801abd0415a, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/jquery.tablesorter.min.js', 1, 0x00000000000000000000000000000000, 0xf1cc6ebdef9231e4747473f82d7f2c7c, 0x65f646121306a930393853ba1665349d81f0aa610fa9b3744511ca26033b5e52, '', 0, '?'),
(0x0380669ca1a710c15c07a2fbfa94b7a3, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/md5.min.js', 1, 0x00000000000000000000000000000000, 0xb24893215933dafef9a250b4a46a602d, 0x3b06ed1fcd9d74de5b1ffd192f7b267243c5c6b75946d63bdcadf537cfef9d3b, '', 0, '?'),
(0x3bf9eea35d484a57735102c318c60d80, 'wp-content/plugins/autoptimize/classes/external/do_not_donate_smallest.png', 1, 0x00000000000000000000000000000000, 0x586ba18f1e8e08f25b8117f4db4a0899, 0x17d011894524b652f072d4a0cbf8272423666df582e2e128f82e355ddc5591c6, '', 0, '?'),
(0xb841f1135e89b3cd65ed027fd02818e2, 'wp-content/plugins/autoptimize/classes/external/index.html', 1, 0x00000000000000000000000000000000, 0x0ec66da07221a6c5f68fc62571a1b7f7, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0xc13f7572cdfcb9e6e8b32ab790e3d24d, 'wp-content/plugins/autoptimize/classes/external/js/index.html', 1, 0x00000000000000000000000000000000, 0x0ec66da07221a6c5f68fc62571a1b7f7, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x2d8785c71edb4902e2481c81ca7a19b5, 'wp-content/plugins/autoptimize/classes/external/js/jquery.cookie.js', 1, 0x00000000000000000000000000000000, 0xf371d4e8cbe6fe960f9e88e755d75ebb, 0x2190d7b1eeaa003fd652405580091dca6497b33e1d285ff3c86ac9fc4d946340, '', 0, '?'),
(0x1f4ecddee1faebd6bf942caab332a126, 'wp-content/plugins/autoptimize/classes/external/js/jquery.cookie.min.js', 1, 0x00000000000000000000000000000000, 0xc0d03ada6aec64f3c178da25331f0a8f, 0x227de492d0cabaee53583cc447ee16b68db59ab4fb26e3adf54e7616b7a4d6af, '', 0, '?'),
(0x40f3affb94d14f1722b72508f6f64501, 'wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js', 1, 0x00000000000000000000000000000000, 0xd1edbffbde50cd32ab770746b4140906, 0xa5654aa20296f72993def1e6d66ffb16e7947b6e8c9f201dcd2899cd241b8b80, '', 0, '?'),
(0x9db3812d844ef1eaa35e4dbacc26ad01, 'wp-content/plugins/autoptimize/classes/external/js/unslider-dots.css', 1, 0x00000000000000000000000000000000, 0x3fc3024b132f6a7b81fe535ffffdc5a6, 0x1a4247e1df93d35489f6517eb35c50b08ac4a53e6e16d80f1be83de51c9d3c81, '', 0, '?'),
(0xd1d18b28b4d1204df1679d7aaf5acbe8, 'wp-content/plugins/autoptimize/classes/external/js/unslider-min.js', 1, 0x00000000000000000000000000000000, 0x41d6943422aa5dcecad652df78f260a7, 0x0eb9a05e5af511e6ed164a58f56f65222ca6fefb4e983deff193230dbdf0b488, '', 0, '?'),
(0xc3a78a975cd2f10b94b34bb8139674c5, 'wp-content/plugins/autoptimize/classes/external/js/unslider.css', 1, 0x00000000000000000000000000000000, 0xf5c7a42a618f4f6f7e6ea0677b781e46, 0xe2e0bb636dc023288d7c023d13af2253ca76b39540dacdc1bc0f085de22d89b7, '', 0, '?'),
(0x2c09ad1c08d7de45f1569ffa6cfcf76a, 'wp-content/plugins/autoptimize/classes/external/php/ao-minify-html.php', 1, 0x00000000000000000000000000000000, 0xa323680c39d2acd5448d8b03fe282226, 0x81fdc914e82b3b7d82571d248756e71a51ba222603307dce26e4835f2dac84f6, '', 0, '?'),
(0x0096d9d40bd4f8be7afe406976699269, 'wp-content/plugins/autoptimize/classes/external/php/index.html', 1, 0x00000000000000000000000000000000, 0x0ec66da07221a6c5f68fc62571a1b7f7, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x662302b42e3e7ab8d3e9671680e8e18f, 'wp-content/plugins/autoptimize/classes/external/php/jsmin.php', 1, 0x00000000000000000000000000000000, 0x87884661e86259fe1e8a1607d8cf7d85, 0x3014fb2a6614b85d6e82d5db4e492ea03036ca6982d424df1c29a08d0906cc2d, '', 0, '?'),
(0x74a3e762701baa304c646f751e5b3e06, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/README.md', 1, 0x00000000000000000000000000000000, 0x3a8d0d06b4b8861d3a73a3bac5fe0402, 0xcec991e01bfb999f1cd60a5231b64cfd9c063e3e6c7181ab91992894bb3bd107, '', 0, '?'),
(0x7cd6ddb286550335d8d21b5cda7d6573, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/dismiss-notice.js', 1, 0x00000000000000000000000000000000, 0x64012407f5f93d41a8d2b5d44783e78e, 0x8fa91deb840fc27347a0e35cf4faa6e36cbd9e87ee1128c4c144a7a174a73288, '', 0, '?'),
(0xd794575e36fd8bef30e1f426fd41a20d, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php', 1, 0x00000000000000000000000000000000, 0xf96be65837b77495538fd0f7d8e506cf, 0x43a86574faf456c8e714e1c053e4d804b8bc9b520201a01b39acc17213734f78, '', 0, '?'),
(0x60d70c197fc09f4ab9fb65f331c0e538, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Colors.php', 1, 0x00000000000000000000000000000000, 0x96f5364446d60a49a07578c6007212f8, 0x49a0a2df96778eb1b735673a0996b3c4f37ccf474be6f60dd0db11eca9d2eb5f, '', 0, '?'),
(0x279276c5f3121b6e4703dfff8451e6cd, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Minifier.php', 1, 0x00000000000000000000000000000000, 0xe36c75393edd3c13ea0e6c2a8f735a3f, 0x899ca58a98e7178c8abbdb330ecadbdda75e5f381f8eeb35729416afef4688d2, '', 0, '?'),
(0x4f016a751dad1cbd84d567730b047216, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Utils.php', 1, 0x00000000000000000000000000000000, 0xa1991bbd4a186ac386c17b2c8d773eff, 0x70a34048e7d6c81bf3c237eda529ba958e9d31218367b320426b133bcf3793da, '', 0, '?'),
(0xe4c79c0551fed7f6327efc4a6ac4c716, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/index.html', 1, 0x00000000000000000000000000000000, 0x0ec66da07221a6c5f68fc62571a1b7f7, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0xa489b5183e4e8212d68301d28ee0d1a2, 'wp-content/plugins/autoptimize/classes/index.html', 1, 0x00000000000000000000000000000000, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x0e91d0fd2878cc83688943c12a219c80, 'wp-content/plugins/autoptimize/classes/static/loading.gif', 1, 0x00000000000000000000000000000000, 0x3fe525943d7c65e42cf4eb3b4b8faadc, 0xc28e8e9f2fde08aec9c9d32793bd79bb505f16fbf1e87dda8462236afba8a35b, '', 0, '?'),
(0xb3c5b5f1976cb685511f329b57d6a052, 'wp-content/plugins/autoptimize/classes/static/toolbar.css', 1, 0x00000000000000000000000000000000, 0x46026fe300d8b28370edbaee60d6f3ef, 0x6bb700aeb6120ba5817c28ef53d5b68c47df6320aceb97dddfc7149d8c040082, '', 0, '?'),
(0x1a076dce10fd135bc321d2f991c17091, 'wp-content/plugins/autoptimize/classes/static/toolbar.js', 1, 0x00000000000000000000000000000000, 0x75853c230a5698015327421bc68e854c, 0xc34f27b0f4d0b41199254046998b498294de67c804f33f7765c0061afadb9e67, '', 0, '?'),
(0x69133509f82ce614a5760a396630bb49, 'wp-content/plugins/autoptimize/config/autoptimize_404_handler.php', 1, 0x00000000000000000000000000000000, 0x6afefaa1253a0485ec89069ff23757a9, 0x1fe26bef04b6dc7c748974bd5c1a0b9f8dd0db28d07c6051021b23c7d2b614c1, '', 0, '?'),
(0x91c3fd79acef2228a988e726af5fceb1, 'wp-content/plugins/autoptimize/config/default.php', 1, 0x00000000000000000000000000000000, 0xa7bf33b0b73347530d0ef0320e7fdad8, 0x7992b2e117eeaf3fd922419105189407fcb27a7955babc104df2c62068a57174, '', 0, '?'),
(0x47014007a6897951661e29f1226eef72, 'wp-content/plugins/autoptimize/config/index.html', 1, 0x00000000000000000000000000000000, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x1405ba2802441f47c9ab020f8dae21e3, 'wp-content/plugins/autoptimize/index.html', 1, 0x00000000000000000000000000000000, 0x114b8f8a1ef61b647770e5157ed8ce16, 0xbe5678fa84a92deba49cf087448340edc3b31bdb626f45f2693b7c83d067cb0f, '', 0, '?'),
(0x96fa3f02583244876336e97b259756e6, 'wp-content/plugins/autoptimize/readme.txt', 1, 0x00000000000000000000000000000000, 0x6cefca35d05511751d904076c4b59d3b, 0x8a89b52a3a5ad035804c72b9f11a12402ce5cdc5ac9da9970561369e663ab05b, '', 0, '?'),
(0x3276756abb95976b5548eec6a6ffc69f, 'wp-content/plugins/better-search-replace/LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x4fe869ee987a340198fb0d54c55c47f1, 0xf88fd046907dfed58cf8a9f34fa058f2f57fcfeded90092302fcab8faf23a57f, '', 0, '?'),
(0xc9c542f120f9c060dac8677e420e7517, 'wp-content/plugins/better-search-replace/README.txt', 1, 0x00000000000000000000000000000000, 0x2d396f3b6265374850f4153a799163fa, 0x7b525cc5ddf4ef88e967cf0469e470505a9d6ff241cddcca0514744a33fe3f7a, '', 0, '?'),
(0xc3f2436440c63896ede71eb80cd58b3b, 'wp-content/plugins/better-search-replace/assets/css/better-search-replace.css', 1, 0x00000000000000000000000000000000, 0x21db67a3c9ea82abb01216ea2c67075f, 0xef6fc0d62fa5073ba924059e91179d812a4b004f3757f0e09862cf51abb74cc8, '', 0, '?'),
(0xef7f5afb62cf8811a036311ca378b3b8, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png', 1, 0x00000000000000000000000000000000, 0x4d4e638960a1a29b0d6b693b445087da, 0x0cad71f0bdd1518d8ba6c4e7a8ae7850216a6f101a6bef94dc9e326c62c49be8, '', 0, '?'),
(0x7f5eb610a08e1142ca941f1dcef0ac56, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png', 1, 0x00000000000000000000000000000000, 0xd0cc3ffc3dc84d3a7c48867c75e2485f, 0x6d96085ebb627aadb171c659dfc344b090de11aff0bb7cf545995ce7e2612d4b, '', 0, '?'),
(0xb4c76dfc21891e431adabf2f6497d187, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_flat_10_000000_40x100.png', 1, 0x00000000000000000000000000000000, 0xc31d5fc3eb7d82c628a82e3b87024cd1, 0x455fd93aefd3975c285f8317ed4295b9767c38c9f8efec05f154889d886b1aa5, '', 0, '?'),
(0xb6de77bc12dede0db5d221397315869f, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_100_f6f6f6_1x400.png', 1, 0x00000000000000000000000000000000, 0xc17f552e8f4697d7608c57653af36df0, 0x65a3cc066a01f16f0b68a076d3f5c162c5e5d593bbd887b64974180e183dde62, '', 0, '?'),
(0x4bac4b550eba3aa97e346ae4a084c9fd, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_100_fdf5ce_1x400.png', 1, 0x00000000000000000000000000000000, 0xfe58c3539111d3021776e6833169c5e1, 0xa4b50a7cdc6c60b2a0a5e72864f171b4a749d70a190b9f19e26041bca8d25ccd, '', 0, '?'),
(0x79150f1f722808fd7d1c3978fa0fc0f2, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xb624f702075cd719a38f428e143025ea, 0xc3585d2239a775378e00b570f671a745c6588034451146d05a46d60c445f7f05, '', 0, '?'),
(0x98a94c199599de2bd44b3774013e5c18, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png', 1, 0x00000000000000000000000000000000, 0x23932de7c235b03187b8a5de3d024490, 0x0e4daef152a656620ddad117b24b470811bde559b8bfe909686e312cec85ab0c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x8c9439f24e2d07e4fc7db13d1301b9c2, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png', 1, 0x00000000000000000000000000000000, 0x0b708185ce8927f18c7b3b82a7e7c247, 0x90cc7bf225c6acac1a2e7d0b69c9ad43c9e20f46cd4ef16c5003f99805360246, '', 0, '?'),
(0xd9cb2f0122a40b711d69e414a8190a45, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png', 1, 0x00000000000000000000000000000000, 0x53acc69aaee6e2cb73b2021317e24af3, 0x37dbfbbae5c6696c4613a51d3d442657b0bed4bf1b509e0005bb15f2ee156f60, '', 0, '?'),
(0x8a242f983e5daee17c06381f6055d18f, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x4c27b34156b7a3776f31cc456ca01c10, 0xbb232fbd72a29860651c9e2ced63a65bfeddd6274094e2a9cb899dc2ce91cbbf, '', 0, '?'),
(0xaad9e55d0d0cb71331282238f2ddcaaf, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_228ef1_256x240.png', 1, 0x00000000000000000000000000000000, 0x2f257489d9600ddf56d195a179ebc9df, 0x206e7e529f55e52e59675ffe8bd6b6c476a10c62fabe984773242650dc2f04f5, '', 0, '?'),
(0xd3029f0fef854cf11f0cf0cedc8bc7e6, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ef8c08_256x240.png', 1, 0x00000000000000000000000000000000, 0x772a64d6df4b93d230e9b38e1ab7522a, 0x4279f6559b79abbb27bbaff0ab5293cdf1b0fb8ac10364d04286f81c6d4e06e1, '', 0, '?'),
(0x87e05b10e315d05b995df30fb3f53591, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ffd27a_256x240.png', 1, 0x00000000000000000000000000000000, 0x6686d21b904e18b100210169bb1c04ad, 0xef5d6c3b35df4767ba99c3b3a589e743c78dff1ee886900821a1b3f79c48eaac, '', 0, '?'),
(0xc16ee22ec047e2211a655b4c1416cdc2, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0xa19fe1b2d726e920c12e43a65df9039a, 0x0dacaabd3d55d01c05768a5d73207bbc2e4ba8a44cc85ca715edd902684836e7, '', 0, '?'),
(0x1799fa941a2bab7dceaa51067bc0629e, 'wp-content/plugins/better-search-replace/assets/css/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x26812a28850395f8f865be4893fb20c7, 0xc07d4fee00c6d84d9f7fbe734b3e4060aafd707af1366980cc60b68338b55ff7, '', 0, '?'),
(0xcf4508ffc991c7c66ceaa947f8768e05, 'wp-content/plugins/better-search-replace/assets/img/bsr-logo-white.svg', 1, 0x00000000000000000000000000000000, 0x1d77dfbb1f1c0ea78523e5f2c99071c3, 0xe5ddd2fb5c086d170dcec3dc9910c7d9e29bdc185255e0111e5cd5d6f180cbdb, '', 0, '?'),
(0x69867a9d874e37080961bca76e71ba41, 'wp-content/plugins/better-search-replace/assets/img/phil-gravatar.jpeg', 1, 0x00000000000000000000000000000000, 0x2706e2576d416019baa7c33179188fff, 0x1fc3f5ec67e8e9c399f55dcc5a9f4a8e937b907890e230a416b7f823524b4551, '', 0, '?'),
(0xb28c2b5cf010be06e295c287e233edf7, 'wp-content/plugins/better-search-replace/assets/img/sidebar-upgrade.png', 1, 0x00000000000000000000000000000000, 0x607baa95cc59218fdbb8fca5f875127a, 0xeee2b245598885d1d056a4dcbfae26ecc4b7db5d37019b0a4049e48c95f03b9a, '', 0, '?'),
(0xfe88d2f5f74040a3f7d263d1f9b5e686, 'wp-content/plugins/better-search-replace/assets/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x48dd31d3a84a7a2d0fb08071a3e4671c, 'wp-content/plugins/better-search-replace/assets/js/better-search-replace.js', 1, 0x00000000000000000000000000000000, 0x49576408d257be2120cbecb8d368f581, 0x9374c920e370dd4af59ddb17e3853c0ad26369a2cfa7f34d90f3db49c88c0548, '', 0, '?'),
(0x10fd1376684b17cdf43382e2977337ea, 'wp-content/plugins/better-search-replace/assets/js/better-search-replace.min.js', 1, 0x00000000000000000000000000000000, 0x121db9ccb2a0a6f493c148b0c7f4708a, 0xc9a678e55755b400da124d36eda6d6669a6b92536e9f5aec1caefb7091bc53e0, '', 0, '?'),
(0xff931eb4057472492cdfc33109d0a5a5, 'wp-content/plugins/better-search-replace/better-search-replace.php', 1, 0x00000000000000000000000000000000, 0x602727560f582625d4317d9dbdcf6f1f, 0x7c209a289f88c8feb448b081b9558f531635b21ca3f797e5566607cbb002ab02, '', 0, '?'),
(0x3b8914b58d110942045ce320998828af, 'wp-content/plugins/better-search-replace/includes/class-bsr-admin.php', 1, 0x00000000000000000000000000000000, 0xe30c22cb9665bc4ad12e4522adb77811, 0xaefa8bd3532de439d3efc9762667d1091649eed157193259e9baea04578bd22b, '', 0, '?'),
(0x43ed051359f3c3e9eae353b2f2d34446, 'wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php', 1, 0x00000000000000000000000000000000, 0x58e916721cb7bdf9d90ace88a56df2fd, 0xb228b8f98dd9f71c41870de6faba148979e0882ee5fecdad6879877d9f8f4f5b, '', 0, '?'),
(0x155f4e39d69c8eac668b85bcff74f2e8, 'wp-content/plugins/better-search-replace/includes/class-bsr-compatibility.php', 1, 0x00000000000000000000000000000000, 0x78946cb5335c22185640e6b20d37fdab, 0xa847fc9ea8b4d9ec5b4f3601f9aed1298495701ee2c991a7f9178e3dfaa95ed2, '', 0, '?'),
(0x7280d98026e8b51acbcd9b4d3e796ed8, 'wp-content/plugins/better-search-replace/includes/class-bsr-db.php', 1, 0x00000000000000000000000000000000, 0xb6138560abb03543a81c2b7e538b89cc, 0x80fc7e49614455855c73036fd2f1cdab4b85d7545739790ddcb0b292a3840a4d, '', 0, '?'),
(0x6043e683f8e9b4fa9c2910988e636dd7, 'wp-content/plugins/better-search-replace/includes/class-bsr-i18n.php', 1, 0x00000000000000000000000000000000, 0x8fecf5d4b330068285f7832292fe8a69, 0x6fb9a746ece6a91b04f8fc6820df13b27ffe2461535662c53659e806e85dadfb, '', 0, '?'),
(0xde5a171b817c9b653f2bb3668919e62d, 'wp-content/plugins/better-search-replace/includes/class-bsr-loader.php', 1, 0x00000000000000000000000000000000, 0x8b2a5da7ec544da932c13d30580a1855, 0xa977ab51de36aa3fcfb99dae3d32ba5e2c710f959fced71b87765cdfeebf7d48, '', 0, '?'),
(0xca135c538785dbd338d6abcabf4e9755, 'wp-content/plugins/better-search-replace/includes/class-bsr-main.php', 1, 0x00000000000000000000000000000000, 0x0d0c6954aac030872189ca0e0698e721, 0xfb2dd92c0d5c7314359f05136baa3d8d923c50ca027e3da4ee7e1ecb933918d0, '', 0, '?'),
(0x529b30cbf3010a1c79d6198a7d7ae2b8, 'wp-content/plugins/better-search-replace/includes/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0xd607210b06c7bc9e94f4b72cb7eefc1f, 'wp-content/plugins/better-search-replace/index.php', 1, 0x00000000000000000000000000000000, 0x03efe17b1c4a21753f7d07ee17e77395, 0x4175cc83b59cc460fc3989377d628e3e4d48ea0ec302ed4a4868e5fbce7c466a, '', 0, '?'),
(0x358639881eaa7b6579f4cace88bf0332, 'wp-content/plugins/better-search-replace/languages/better-search-replace-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xf8f97fc3751f6efd6cd046d354e09e79, 0xc1c76d9cc671c1951658fdee08c07832bd8bc21a9263f628e69bc69068233b59, '', 0, '?'),
(0x3c6b8c97a081a02628c232f106323e4a, 'wp-content/plugins/better-search-replace/languages/better-search-replace-de_DE.po', 1, 0x00000000000000000000000000000000, 0x8c77ca291979a8786b0bdc4e5a601b41, 0xd2692192ce425a3e5a5e4e4a5ca54d59ade7c1f3938e163800a5bb80bcc2c1ff, '', 0, '?'),
(0x194d7528171fc278127b5ad6e4e024e5, 'wp-content/plugins/better-search-replace/languages/better-search-replace-es_ES.mo', 1, 0x00000000000000000000000000000000, 0x1318e083a2d3db65931f96dc265042be, 0x724f66aa01fb58e73bb426658cfd6e6bf39c7d6474d2afc9575a5712fd9a1cfb, '', 0, '?'),
(0x289090f786dd42f884913e545ebb5227, 'wp-content/plugins/better-search-replace/languages/better-search-replace-es_ES.po', 1, 0x00000000000000000000000000000000, 0x8036a16039c166e43640faa56fd5bf52, 0xc607f67637597c5a285061527f276ef2db520b5e3f90634d5f4e356744806b2d, '', 0, '?'),
(0xf4430ce09d708c2090aca06ec4da0e8f, 'wp-content/plugins/better-search-replace/languages/better-search-replace-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0xe1d3a14e06460f9637346209c9b68237, 0x02aaa43d98c44e917edf9b6662face8d6f7c4239ee72cf73354ce06fe4d12f2e, '', 0, '?'),
(0xf1e426b08686fa7bd414dd2d9eee4c75, 'wp-content/plugins/better-search-replace/languages/better-search-replace-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x9cf47f092ad557b8dc25e2fde76a4ac1, 0xdc69908a9a82e52aab1a083103c9ef2bdbb9a07fb34e812af107c1471f844a4c, '', 0, '?'),
(0xf3c2c89e3a4b4e421e62929416c3959e, 'wp-content/plugins/better-search-replace/languages/better-search-replace.pot', 1, 0x00000000000000000000000000000000, 0x4d3970e798768ec3a27b03e90cfd9923, 0xfc544cb7cad36966241edf0ec3a291c3012ed2b1f220a1272e95bd62c1296345, '', 0, '?'),
(0x4a342c9207e186629ae6419fd4c50e2b, 'wp-content/plugins/better-search-replace/templates/bsr-dashboard.php', 1, 0x00000000000000000000000000000000, 0xe04e28f8a25e3b6444f307ffe0660bf9, 0x1a8f581235c603cb8c52e5a291e0adde083f25b33ba17201c55664c96eb0c58c, '', 0, '?'),
(0x9154f79b11baaf63e061798925b02e21, 'wp-content/plugins/better-search-replace/templates/bsr-help.php', 1, 0x00000000000000000000000000000000, 0xdeebc0863e88ecedadd6c91885aedb3e, 0x2044f24085e5bd673a365801f751b97efeb1e8086aab6a7859b1a03457ccf00d, '', 0, '?'),
(0x70bed4f12ce461046aa0dcd34bb0f6e9, 'wp-content/plugins/better-search-replace/templates/bsr-search-replace.php', 1, 0x00000000000000000000000000000000, 0x871448753dc34182848d5cc0e656dba6, 0xd27ae1e867595d27fb5b79669c4f5930c80cef4beff97c1dc5c561c12e8d5f1d, '', 0, '?'),
(0x57ce0d529991e365c87c9d186e854db8, 'wp-content/plugins/better-search-replace/templates/bsr-settings.php', 1, 0x00000000000000000000000000000000, 0x1491f1d5a54760386f91f876c3e6024b, 0x7ee449806806f4b2ec19b1be94e5d18469eeb6cf5064cf623543b78e1e41985b, '', 0, '?'),
(0xe0b58ce99e425263da42c482fab805f8, 'wp-content/plugins/classic-editor/LICENSE.md', 1, 0x00000000000000000000000000000000, 0x1e105fba976f011ed8d6ded846aeb98e, 0x29ea1cb68a11b961f1a1714692a90960fb217ac3204a8ab649a0e0772cc28a66, '', 0, '?'),
(0xd0b71555a9a0184506d24c5a42ad824b, 'wp-content/plugins/classic-editor/classic-editor.php', 1, 0x00000000000000000000000000000000, 0xb505bf51375fb58bd0aa280585b561d1, 0x29a67db938ccfccc569e5dce626ea4e7137f435eca224d8724ee78693d4bdcf7, '', 0, '?'),
(0x4ca6f90885565f7ca0d830ebe7812a7e, 'wp-content/plugins/classic-editor/js/block-editor-plugin.js', 1, 0x00000000000000000000000000000000, 0x66f7a0eac8f7520dd41e7232ea48c935, 0x7aa49ade4b0b8cc9963034d52071bb60155209e7b348fedd0f4eeacf21e0ae3e, '', 0, '?'),
(0x61dba525314c07d129e0991ec163f373, 'wp-content/plugins/classic-editor/readme.txt', 0, 0xd963111b3493ed7566f57271f8e349be, 0xd963111b3493ed7566f57271f8e349be, 0x80f990b4fd4ff80b41ba44deae7f1ea25cb61516e9a75dcb0b097814fc2fb13e, '', 0, '?'),
(0x2b081122daffda1d738b01a2827f1493, 'wp-content/plugins/contact-form-7/admin/admin.php', 1, 0x00000000000000000000000000000000, 0xdaa42612e9c59807b5b9c079ea10659c, 0x68a06d45afba4e065520d753f6812a48ab77599cee0adb79e516f527f1eb62d0, '', 0, '?'),
(0xef8ae7025bd721b961834b51f4818f09, 'wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css', 1, 0x00000000000000000000000000000000, 0x4501f574fc86b42c6efc58c8831e2803, 0x1f5d7a0ebe203cc724fc7f2e361e64fa3de192193638b228f270f27dc21ff083, '', 0, '?'),
(0xab15d44e50bdb2a33c12559288f786d8, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x43f7c4a0962dd5bf44243b24194f44b4, 0x13a1337a2d0a47e9d2a4d43f7e4fba9aaa1a7378ef535dde4e87c4ff927638d6, '', 0, '?'),
(0xc4c90da752d0a8db1d3cd7b401553b22, 'wp-content/plugins/contact-form-7/admin/css/styles.css', 1, 0x00000000000000000000000000000000, 0xc1ba54d1afafac49e26f707d8f74eaad, 0x47eb644e5a5708c65f7b5ef8e01c9b9f35df7d7f39f7f6d6194c57cafd4ce62b, '', 0, '?'),
(0x4692d95f3d5eabfce4618f8745aea67d, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php', 1, 0x00000000000000000000000000000000, 0x0da68332c4ecff02efeaa0f7dd3de104, 0xa875fb7e49e70032e80047cb7a802a3349598464b4ef5b619aa1e1b594bb0bf4, '', 0, '?'),
(0x488f09da8dc151fe97b724d43f39e5fd, 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php', 1, 0x00000000000000000000000000000000, 0xe1b95ef72bea05ac879b5176d5fdc291, 0x170500317e9753b9fa07234d2a460e256cd758108783cbda92c26c3e54e16cab, '', 0, '?'),
(0xbe3b21d3990f41d44fe393feabd75a97, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php', 1, 0x00000000000000000000000000000000, 0x09e8f514630c49ffa4ac34f780cd2425, 0x89ac7c28ce7f1fa84845e2d7a7203ab4482e7e1fef0c56dadea9eb22e430d8bb, '', 0, '?'),
(0x6ed4cde66ee1bec78bd55348808d869b, 'wp-content/plugins/contact-form-7/admin/includes/config-validator.php', 1, 0x00000000000000000000000000000000, 0x3b56d274458db78168aa0b736164ac24, 0x0c87a0c34217d9b2ecd0de8f671fdc33e984893fd0d8624edbbc3f2c04c6a641, '', 0, '?'),
(0xcaf439c0ddef84337097e75e92318dc9, 'wp-content/plugins/contact-form-7/admin/includes/editor.php', 1, 0x00000000000000000000000000000000, 0x7046ec10228af73a440317d293f02218, 0x62d9a36f4c5e192d7fca7b91247a46e701488518ba727687f7768e2f509e0c83, '', 0, '?'),
(0xdd77b473fbc1ecba1259af65d7737ba9, 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php', 1, 0x00000000000000000000000000000000, 0xeebcc317eef2ae4e005681c390d70914, 0x666c0c3399589f29612a1b08ff5b0f67308b10ba1a81dd2918e057f66cf22418, '', 0, '?'),
(0x2b2badea75bcb1db0b56de36375363af, 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php', 1, 0x00000000000000000000000000000000, 0xdeb4a98c5a782f2150a080d6a261b4f7, 0x361b5679186e14a42937ee7f9b3a8907806e3aebd521a0cd0bbec4294b5125c7, '', 0, '?'),
(0xa957af5bee12c66c462a04510c899d4d, 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php', 1, 0x00000000000000000000000000000000, 0x30f86214b8402fa9f683125d7de340b9, 0xac8890da30c791fd7a69480ba4b59f3a4fd0ddad7154a0f5e1cf175901b604dc, '', 0, '?'),
(0x020e3e41de58ea7fc91361b67390287e, 'wp-content/plugins/contact-form-7/admin/js/scripts.js', 1, 0x00000000000000000000000000000000, 0x47ca30bdb0f4bcf2111e7a1f25770c5e, 0x9b9ad21c64d0ff9b664a49e506b77a9b1baa4a6e519d1c119f8b5658b1eb185c, '', 0, '?'),
(0xe26cdbc98361896e64fe760e22ced751, 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js', 1, 0x00000000000000000000000000000000, 0xf803747959a240d578a82cf4522ec03b, 0x0b565d0e27f08d6db0e301579bc033205422d70a85e484bfc3b47adb7e4e3d9c, '', 0, '?'),
(0xd17cedd6b5b8baf55f4abb5ebc93e650, 'wp-content/plugins/contact-form-7/assets/icon.png', 1, 0x00000000000000000000000000000000, 0x2fe6cbd0a32180c8990b1ff0e1dd2f9c, 0x696e5985227867b59465284dfcb0c78f85c3cb95efdadf06d855ed8d0a3225b4, '', 0, '?'),
(0x2d25688863d5156098e5e2741077eb9e, 'wp-content/plugins/contact-form-7/assets/icon.svg', 1, 0x00000000000000000000000000000000, 0x7e39d3cb4efccab65f63df19b15fec19, 0x79e59faac92f9e2b2f8fc13c1826077034c605896ff2add420bc5d6f3e2b5e74, '', 0, '?'),
(0x53bdd93b433d72840055f35cdff9d57c, 'wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php', 1, 0x00000000000000000000000000000000, 0xf10155bdda89f8bc0e0e656099ace302, 0x8e5029c6d69ae7e9086241c372b09616bcc5b422c872341c178f543ca399a003, '', 0, '?'),
(0xa2bc20cb570f069dc638acb3e6e188b8, 'wp-content/plugins/contact-form-7/includes/block-editor/index.js', 1, 0x00000000000000000000000000000000, 0x34a88bfd97498661843c8594ca31e040, 0xf28b6eda7b2d0393c74b67d084074eb50044981b27ac889ce49d6506c4fab5ed, '', 0, '?'),
(0x57166bfa846dffaf60a15e536356d747, 'wp-content/plugins/contact-form-7/includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0x999946fece8c36f1428f4d4da2db9fb1, 0x6de2e3fd2964568363b820f55527d9da421ab0cb739029ab471f126b99bb1f45, '', 0, '?'),
(0x378791419b60fc7c27cb32601435fd3d, 'wp-content/plugins/contact-form-7/includes/config-validator.php', 1, 0x00000000000000000000000000000000, 0x57122014e35f08293118ad49544fd11d, 0xb2fa6b73c309d0c3dc91f0aaab69c46f475d94d26587f243ad2c6b5749b3bf14, '', 0, '?'),
(0x108781d8d0389dbf95d1bd62b876170d, 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php', 1, 0x00000000000000000000000000000000, 0x77a8c74105728630ce24f420a27d3a1f, 0x59d0f709e453c7d245566b04fbc01b2f4e0ba0db4199799214ee9fa663abacc3, '', 0, '?'),
(0x9c529f3019fcb79b74be0c89ea5d93d8, 'wp-content/plugins/contact-form-7/includes/contact-form-template.php', 1, 0x00000000000000000000000000000000, 0xb540b83a23f9b6a3d95a2a268a1064f3, 0x3d5b87fdd7d03785ef7d7f113a2cce542b24737723ab83538dc533b608361364, '', 0, '?'),
(0x04a5ac8c9822404f8877515fdca8324d, 'wp-content/plugins/contact-form-7/includes/contact-form.php', 1, 0x00000000000000000000000000000000, 0xaa3915b559c97b9da771eee47287c50f, 0x9f360039c43b74b2b907b97bfaf530f1fe389ca33919b216755999fcf8724d3f, '', 0, '?'),
(0x612e4908fd8e631fc874528cdb732ea2, 'wp-content/plugins/contact-form-7/includes/controller.php', 1, 0x00000000000000000000000000000000, 0x7bdbc96420b3af911014a16c8122d27d, 0x4f7ddcc116f1a16dd346e7ad8c7cc30563f3dfe51f8d6238455b452a29cbee83, '', 0, '?'),
(0x2fc3738097a2ea4e46a43ef0b8a236da, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x3ae045c00f92fc31d3585fe7f975412d, 0x5feb4d271df73a23694c487577418b1e907b9585ed87c7c9fecca040e7aaff47, '', 0, '?'),
(0x8a0db7120462101c214580e76adab558, 'wp-content/plugins/contact-form-7/includes/css/styles.css', 1, 0x00000000000000000000000000000000, 0x76e12144b6be9bc0a17dd880c5566156, 0xc41eed624c1bfe249e97cc63644047c4ccf795fd7139860f0dcf78c93dc21885, '', 0, '?'),
(0x47e20dfcbed8683d95fa5e161a0c101c, 'wp-content/plugins/contact-form-7/includes/file.php', 1, 0x00000000000000000000000000000000, 0x6ef984d128701faf8c1c3f40ac4adaab, 0xa6a7ad77f433103f5a62ca447875ed534044ff9656dc8b58be63f33968090b54, '', 0, '?'),
(0x30343370a3da32ef50063ee2d2a4f13e, 'wp-content/plugins/contact-form-7/includes/form-tag.php', 1, 0x00000000000000000000000000000000, 0x1195472ef4ef3dc9f09e875193ab32cf, 0x07e7999aad26066ab130117b51df1a241fac5d3ca8baba27977e16165d3c1313, '', 0, '?'),
(0xb23d82d6351f115e4ce0a7f00a2d025b, 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php', 1, 0x00000000000000000000000000000000, 0x690d2444f2ae6ac87309270cefd6f763, 0x4e7ab8c92dd8030d2137159d4d06ffdeda1dabe7367c70bfab245ca873009ad4, '', 0, '?'),
(0x7049fb828f3a5380ba880e9576908675, 'wp-content/plugins/contact-form-7/includes/formatting.php', 1, 0x00000000000000000000000000000000, 0x67c897f35cc639ed9d321c3fec93dbe8, 0xd8b28a5b024f1fcf870f177379f19e275f74b0445d0cd80b022b9357da702a4d, '', 0, '?'),
(0x73cae8d79601fe9a3a8187fbd768d853, 'wp-content/plugins/contact-form-7/includes/functions.php', 1, 0x00000000000000000000000000000000, 0x74c3e0c79dbc0e4fa4e2da8d5c0365df, 0x0908806f759398782c3e1d2c426627bc17560d8eaac5d862fb499e2f8a207d32, '', 0, '?'),
(0xf63ad3b19d60164a9cfd69a64c84a4f1, 'wp-content/plugins/contact-form-7/includes/integration.php', 1, 0x00000000000000000000000000000000, 0xded6b684cb267e37d0fd54e92299c7eb, 0x1254cdaefe22e97f0587c9f3744ab1d2fd5bc1cc4d41c08dc9f32f7012a46d55, '', 0, '?'),
(0xd57f6053be4fd9aa558f262a771cfbd0, 'wp-content/plugins/contact-form-7/includes/js/html5-fallback.js', 1, 0x00000000000000000000000000000000, 0xcb2abb3dd64fb76ec45da76719f37ad1, 0x9290a83ab63c51590eb7ec90fef2d18a9a86e8ef34102439af2f719b681d447d, '', 0, '?'),
(0xc7e27ed5d299b02ef777a2566fb898c9, 'wp-content/plugins/contact-form-7/includes/js/index.js', 1, 0x00000000000000000000000000000000, 0xdaca149c46601376ce5db68f3658323c, 0xa79e3c151c51493cfde508bfa8c13a19f2d74fc73397dcee4721b40ce9bb1536, '', 0, '?'),
(0x58b85be28b9848c06efa15d7cc960924, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0xdaaed3cf88e742a2d3820b4c8c55f3de, 0xb238175751be4661e27e681a713ef4064c0dfee9d0f29951ec689edca71974f1, '', 0, '?'),
(0x2f8b4415da63b887136cf5d307de8fdc, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xed31481b45167e6f49fdcb1499911bf3, 0x431506e123729555ea3037a9b503b9e43e7b33370e4c9dbca7e131f10bd07398, '', 0, '?'),
(0x30fbc1ef26839ef31b4dbaf55565326a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x9b9f1106e912005670402c03bf82f170, 0x6df8d1be4fd927734ab522ca26161985751e3791ee8794e3bbfe4aceb4c618cf, '', 0, '?'),
(0xfe577a5921ad6198ca7677510c5edeb1, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xddd65fff8a75a609b421b4e3237ef807, 0xa1616f4ab9573ffde728ac7e3123751b28fdb14e531256eb8d733b63e479ac83, '', 0, '?'),
(0x45b710641dad95859ced5a45c15aba77, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0xd699723af8436eba22b885328314bd55, 0xd1b0c5e4ce32a3f14e04665aa892037aa0ecc29d9544deafcc873572e626644a, '', 0, '?'),
(0x4cec158dcf9600f71d7918221e50edcd, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x5e93533bf9087857a8369c2d27467633, 0xfeb35d5dfea555b9d3c5fac75bdb3075b36f54fd7f5c50fdf5ba958f6e9a9f1b, '', 0, '?'),
(0x453c56363bb44ea2814ba95fb36c536b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0x23aca9c182696db96ff9ee5bf9601461, 0xcd7b9945be72b2a0a7b9fcad8565bde4f96094abd199b450d0d6cb8a38ef5980, '', 0, '?'),
(0x5e449e569d041fe590e1d5216f90242b, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0xdb3b908bd060c6f278fde9e11b3b94e3, 0x36843420dbd063dad528b02747bef246bc888026ed555d62402215b104db5630, '', 0, '?'),
(0x0aabf535e216f93dbc494b94267bef50, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x5c3ba680cc34cd9b30855c180474a152, 0x4b50adcbd1a2fff5d62a65aba33e4091502a0ed9338cbac2ff8202fb1c964fc1, '', 0, '?'),
(0x46f4382a22dab9fe70456d96262de66a, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0xcf9c28612e00f36e9c312da7689ab3b0, 0xb06e8422b958aaaccd825c65f08066676ed70340dacf0bd2f1d648727a9bf45e, '', 0, '?'),
(0x182b4749ba045d246e96a86f910e52b0, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0xa6a39c47239fcdbbe6e1d5bfaa7adac3, 0x5c92c68ec4c71da4c88ba2257e9736eba1cf289bbfe78e3ebf025435eaafae89, '', 0, '?'),
(0xc44c39d4944cea4d55c229aa4d8f19d9, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css', 1, 0x00000000000000000000000000000000, 0xbf051f24690699bc2665ef6e4d7487a7, 0xf4ef70cb99e1318074708592e7615845f0106cd7984c9758d0b4ac8c28d886df, '', 0, '?'),
(0x73a1ce324b0a9ab06cc6469eaa752f47, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css', 1, 0x00000000000000000000000000000000, 0x3c2a865c832a1322285c55c6ed99abb2, 0x04552cfd5b50557f8b8f926cf2bf6f7373bfda3d1fb35ca2ab8324d08d658f9d, '', 0, '?'),
(0x9854f1616b15a70d89f71e38306f2cc2, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css', 1, 0x00000000000000000000000000000000, 0xe4327912458100faa111dbe7bd75f4d9, 0x193866ea58b5b9c46c18ac360fc428eb41860a13152d92a91bea4f3f38979698, '', 0, '?'),
(0x9aec294bd7571626270b45a0b6462594, 'wp-content/plugins/contact-form-7/includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xef7d59c32a7eb10121154600c719e647, 0x62ba384e213b32a8c6349c0f4653c39d314c04e14ab3e912f8e34a46f2b75a20, '', 0, '?'),
(0xa495a78587c058106fed80ed7eaa5f6b, 'wp-content/plugins/contact-form-7/includes/mail.php', 1, 0x00000000000000000000000000000000, 0x1a137643bb6f32cd104ce656d264e7f7, 0xb86120b35cc2f08ea5a0081f6fd5cadbbb9186c74e21d64489a51b20414993a3, '', 0, '?'),
(0xed3417ee3ab913d2cd6a3b463fb5f52e, 'wp-content/plugins/contact-form-7/includes/pipe.php', 1, 0x00000000000000000000000000000000, 0xc2a37bacaff3e4e235ef10a39b009fdc, 0x55f45b765ca7ff0a0be2448551a4f3952d4c433d9a5ce32aeec8b9cd0bed9632, '', 0, '?'),
(0xcf7e461ca7a374c41d8c67fe9b72faae, 'wp-content/plugins/contact-form-7/includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0xc3bcb7c329dfca12c79ab49d673e6776, 0x74bbbbf1455d35c6b21b03b0111ddb89b09d69a84337c4273ff2684f591044a2, '', 0, '?'),
(0xbcb94475f7844b8e4206d40b4c6ba397, 'wp-content/plugins/contact-form-7/includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xdab6dda50b2c04ab97529faa57fd920d, 0xdc9a19d84f636b0873435bcd27c3e3c5e18f0eb4c2905568f8df6a9a0934a4eb, '', 0, '?'),
(0x191797acb532a456bb178d834af4dc8c, 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php', 1, 0x00000000000000000000000000000000, 0x239055e71d2e5759cca9f85c9c60a069, 0xa637290175461ac43f060bcdadf17210add22554db2a3b6922adcecc695030c6, '', 0, '?'),
(0xa53f89634b6c7da7f66735e1b490b0cc, 'wp-content/plugins/contact-form-7/includes/submission.php', 1, 0x00000000000000000000000000000000, 0x0ff5f6d86f7d838c18da1e5a6db6a432, 0x630fc98bae81b603ae58b890153c470b6f26d7efe2d131770ba48ac51cc43cdd, '', 0, '?'),
(0xd10070abef5747b10d7d5e0db6cd844c, 'wp-content/plugins/contact-form-7/includes/upgrade.php', 1, 0x00000000000000000000000000000000, 0x4e9cf15b325951e4dda396d41fb71b64, 0x31b6a714f7c2f1449c7651b23543af86b3ae1414230b1d08bcaab1dd420fd823, '', 0, '?'),
(0x5fb31fed743940b2205f290c4a3d5fc4, 'wp-content/plugins/contact-form-7/includes/validation-functions.php', 1, 0x00000000000000000000000000000000, 0xc7c9f80e57eb1de258501ad4e0964710, 0x67893c4ba4b2f6d7f13e16ca2f353b528d16a1414072c9e7469e8350055120c9, '', 0, '?'),
(0x1320b3cc0caee42ef867fa86f37702e5, 'wp-content/plugins/contact-form-7/includes/validation.php', 1, 0x00000000000000000000000000000000, 0xc8c43e949784ef14e3d9e084f8bdcee9, 0x638ccdbd0139b438e2816e34decc5164b5cc44b51f54024bc80201f354538629, '', 0, '?'),
(0xc1f7eb144ee2931b4fc6d254f0294548, 'wp-content/plugins/contact-form-7/languages/readme.txt', 1, 0x00000000000000000000000000000000, 0x085954261a986f5e4705d4a8a3c8f47d, 0x1c4d9ee4e2ba4fe1af2801e70d4f0ed5765bb1e32f4642119541c33efc744377, '', 0, '?'),
(0xdd8bbc726e7da77ab90ce47727e91d08, 'wp-content/plugins/contact-form-7/license.txt', 1, 0x00000000000000000000000000000000, 0x043e2c0f81e011ba4d3b9d67ef40a19f, 0x1860ef1adf1129f8647cdd4c1b4a61a758e93ea250be9f36f46450d45a0d75c7, '', 0, '?'),
(0x4d5e2eaffc8ca4c1c0f20268c811bec4, 'wp-content/plugins/contact-form-7/load.php', 1, 0x00000000000000000000000000000000, 0x54121dc800c20ef0cfc8ace035af1353, 0x33b51046d35822c75254dc88038c5e62db8105cec5b5925a66a41b7b07378cf2, '', 0, '?'),
(0x8061c4c8046e46682023db88f58df1bc, 'wp-content/plugins/contact-form-7/modules/acceptance.php', 1, 0x00000000000000000000000000000000, 0xbf1c448df49ae19fa14a9ce2f82bb560, 0x54564f93d050800a13767bd077278f2c7a0ea3fd767d8fbb0261084b3d4a8268, '', 0, '?'),
(0xecc6bfad8ef995e66fee8d46d76894e3, 'wp-content/plugins/contact-form-7/modules/akismet.php', 1, 0x00000000000000000000000000000000, 0x6d656fc41af3c6e0074326ab636f02c3, 0xf12088e7e09a4a055b92fd2ee990734c4c55b07449e571abce1d9e082f790455, '', 0, '?'),
(0x0d766bbd502dc8748db8479aa5a6486d, 'wp-content/plugins/contact-form-7/modules/checkbox.php', 1, 0x00000000000000000000000000000000, 0x07cf437c055c813861038db8c4d3ac26, 0x0c9a70773aecc6200e5ed66bcf4509c1997d478d3fb77542c8290cf0e25920b0, '', 0, '?'),
(0xd36135bbf332ba10799fc696e75179b3, 'wp-content/plugins/contact-form-7/modules/constant-contact.php', 1, 0x00000000000000000000000000000000, 0xcd30352ef13e2f83e9b2df4ac5b945fa, 0x5284c0746a010579d3229e757d5e64d00c3051f4bb6efb452d5cc745315246e8, '', 0, '?'),
(0x28d02c005be637dd15cce812b9331b34, 'wp-content/plugins/contact-form-7/modules/count.php', 1, 0x00000000000000000000000000000000, 0x045384dc9c497806904a4101404ae04b, 0xcfc1279f1fbb7d50adda236ce2330955b41e2622313ed6b5917e4478fab6bead, '', 0, '?'),
(0x0013df4075189ca59c3205b6ee58e7b6, 'wp-content/plugins/contact-form-7/modules/date.php', 1, 0x00000000000000000000000000000000, 0x40b641a5fca4375544de4d696c53eea3, 0x59d22ba6ecf7832e12906da0bc59777bc79461c437f66ec7878fe429e4f57d4c, '', 0, '?'),
(0xcf3d1d1208eac68112ba798ee69fab01, 'wp-content/plugins/contact-form-7/modules/disallowed-list.php', 1, 0x00000000000000000000000000000000, 0xdf5dc03309ddce3583c4b5f54032fc68, 0x57835b81fa956f9c7a09b3228441f5e5ef2990d9b030fb786e1661a01566acb0, '', 0, '?'),
(0x1214594945f9e25474324cd5181ee85d, 'wp-content/plugins/contact-form-7/modules/file.php', 1, 0x00000000000000000000000000000000, 0xe74d3d60add16fd4eb5635bae34ae0e9, 0x51f3d1bace5c7ee39e5d96c83e13ab82c8a3a7bd9e121c7354093f16a0409393, '', 0, '?'),
(0x7802f33ed31c9de6455cb095513b9a5c, 'wp-content/plugins/contact-form-7/modules/flamingo.php', 1, 0x00000000000000000000000000000000, 0xb101a1df2a258638bcea2fbe58e8f238, 0xfc8173c3e8a591912a7e6201bfa33a940c9887a2ed002e3aff39b4cd2f66963a, '', 0, '?'),
(0x21f54281d8031a6c218c5a7f301496e6, 'wp-content/plugins/contact-form-7/modules/hidden.php', 1, 0x00000000000000000000000000000000, 0xd9d941387c19293661fa62d7d8dd0c0d, 0x886139e696b79278e29e838b8ce7a01390bac5e5ea9798ca17a5ffcbdf3d6d5f, '', 0, '?'),
(0xb53d976664b85cd38276ba01e288fae2, 'wp-content/plugins/contact-form-7/modules/listo.php', 1, 0x00000000000000000000000000000000, 0xc185874ed6cd1800c2e1871829b2eb7b, 0xd388aa210b74fe2f0f29066c705a847cd7e3fd3b6ecb8408c06214538313eea2, '', 0, '?'),
(0x6b09bba7da3ced992847da77f4db1682, 'wp-content/plugins/contact-form-7/modules/number.php', 1, 0x00000000000000000000000000000000, 0xff103089487f1b55a255f99eec7837df, 0xf45da8896eeb215a35be34ee10e61e098b1c046d6459a619c0a0f020d6b9940d, '', 0, '?'),
(0xc345858a65e4225e16b8fa7a54ee89c7, 'wp-content/plugins/contact-form-7/modules/quiz.php', 1, 0x00000000000000000000000000000000, 0x480af705a210716f2fce660d66559421, 0xa03caeda8a3dba51467583091bdcc8a9db25a2120b407f48795da04830886aaf, '', 0, '?'),
(0x2383c9b4a5aa2e0aef497c2bf2c9bce8, 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php', 1, 0x00000000000000000000000000000000, 0xe68d1809ea1dc6aef8701c23c667fe5b, 0xae67111f2fe67641fccbac3308f9c6af2702f9c78d6dccd20397f523b26fa1fc, '', 0, '?'),
(0xbc3deaa2a3b2259cf8ceef1b9d69bfb7, 'wp-content/plugins/contact-form-7/modules/recaptcha/index.js', 1, 0x00000000000000000000000000000000, 0xf31fceccf67a890b9a9cd8d37922da7d, 0xa4afa5f39b32ce665e814357214199459c49caf4576f494fcf6e6ac2e9e481dc, '', 0, '?'),
(0xee1726bf380e667a5aac670599abbc53, 'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php', 1, 0x00000000000000000000000000000000, 0xc4069e6699c82190d6ea87ef8f9a5c3a, 0xd50fbfc7b2d73eaa02c7ed0527d1e61bd7a3c7e61ee54985189f20c474d5658b, '', 0, '?'),
(0x5c0af13b3ac649d122ef40ef4f68c915, 'wp-content/plugins/contact-form-7/modules/response.php', 1, 0x00000000000000000000000000000000, 0x61d9a48d40eff7572be9582acf31a9f4, 0xbdf8399e480ad4200736bc98996d6085f1a3cf4de6e4764caecfce1fab209cbf, '', 0, '?'),
(0xddba243b6bd9c24a95098f61806c31a3, 'wp-content/plugins/contact-form-7/modules/select.php', 1, 0x00000000000000000000000000000000, 0xe0f041bf084dcea83c5b20144a448545, 0xa41319888bc01ec4f083fa4ba2997cd6baea2c7bae6477dae0b1fac2a5b601ff, '', 0, '?'),
(0xb7b4e37e3b7335acae838157426d4556, 'wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php', 1, 0x00000000000000000000000000000000, 0x4f917ccc2408cf0ea03d1d7915a10eb7, 0x9c7d9f6b9d7d5ae3af2687febe172b9000eb6cc2330eb07c70cebbb3e422bf4c, '', 0, '?'),
(0x24987a86aceee3f2a35109ef79afbf16, 'wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php', 1, 0x00000000000000000000000000000000, 0x363d40aaed36c2f9567b6b133b961312, 0x72aef7e7033b7f1c4e35eefaf99a243e1f70493ae5515e803754a5d1b4af9c73, '', 0, '?'),
(0xcd7fa54d546276f13ead0b934c0e187e, 'wp-content/plugins/contact-form-7/modules/sendinblue/service.php', 1, 0x00000000000000000000000000000000, 0x273763af4cf78f46b9d1aa89e1777e74, 0x2e005d6bcca18b07c178c1d4d3c758a2f6a0216ad180b8114494014388483b4a, '', 0, '?'),
(0x4a3ff8ab34ad598b9568890b65213e4f, 'wp-content/plugins/contact-form-7/modules/submit.php', 1, 0x00000000000000000000000000000000, 0x091601af2aa92f3b66cd1bd35e0a0e4f, 0xf1a10ae7451cbe54da5727bc61ee1c6f9484a305291c6662843095513fff6ea0, '', 0, '?'),
(0x1b62c7084e3dbfb010a82cc0c653ede0, 'wp-content/plugins/contact-form-7/modules/text.php', 1, 0x00000000000000000000000000000000, 0x225ab39991a16b59c3379844e1c52dc3, 0x17ffdb123100f4e3952251cf87b19e5d86ed12dffb35d29e16a5ec8e1df532d9, '', 0, '?'),
(0xfd72b022b72da500a04598770289a258, 'wp-content/plugins/contact-form-7/modules/textarea.php', 1, 0x00000000000000000000000000000000, 0x0968ac891c70d81daca9110d6f73dd12, 0x0d312dea3bcca51a03c99a68a485e256dd422a9c6f60b477a0bca7c97f3a9c73, '', 0, '?'),
(0xa4a18318366f38188a86a54e0c6f4c3b, 'wp-content/plugins/contact-form-7/readme.txt', 1, 0x00000000000000000000000000000000, 0x5e8a17a22dcec64d17f95e9cf6ab0fc2, 0x2cf9cfdf4a49922cc69405db3e85f0abd84d6790425ccc38a1a66031129f2c1e, '', 0, '?'),
(0x0de2afc2b6324f93de328187fa26a640, 'wp-content/plugins/contact-form-7/uninstall.php', 1, 0x00000000000000000000000000000000, 0x56323fc8270525fd129ebacefe30a016, 0xceb4581330d28693db709a5ff2b58933f2535039a14a5b948971afc592c69ba0, '', 0, '?'),
(0x6b4e98eb286cab5a669d8445224c6dc9, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php', 1, 0x00000000000000000000000000000000, 0x08e1e2d8a14c877b02f1d236c85339d7, 0x7431df269a325a8bc7e694c2a73d5a07905490559f52dee4ef66161d95cb010b, '', 0, '?'),
(0x118b6bb209615ccb19bdc81ed945abc1, 'wp-content/plugins/contact-form-submissions/Admin.php', 1, 0x00000000000000000000000000000000, 0x96259473d49301ef67b5a986cc7932a5, 0xfe8758ab781c16da3b664d7656bcd7b175e7893ecfea73c5c56395418a362963, '', 0, '?'),
(0x8ca01689ca3fdd21a757c75dba20eb43, 'wp-content/plugins/contact-form-submissions/Submissions.php', 1, 0x00000000000000000000000000000000, 0x1dc0dca6293c9f46c740cccb75fc3ad6, 0x8187ff9b6fc8b0f318d4aa7c5f8f24d4e2a51cd78c8d2a14a80a913a230fc0ad, '', 0, '?'),
(0xdc66287b4a97dca5f58a92f79ecb483f, 'wp-content/plugins/contact-form-submissions/contact-form-submissions.php', 1, 0x00000000000000000000000000000000, 0xaef5c324cad5f7d8ecbe418c6f80b820, 0x78a266518e53a89dc3de818666c05c3f4fe28ee7b28656ba78cfe9a61b0005e0, '', 0, '?'),
(0x8c6e56dd6f156e783b6435d0e958d03c, 'wp-content/plugins/contact-form-submissions/css/admin.css', 1, 0x00000000000000000000000000000000, 0x6f07b32759c9e8333f41adc0e7a018dd, 0xbdeb291142eec1705103b857b33142a25013979240f004b00e98637bea88328e, '', 0, '?'),
(0x453e3e09c6b2073a498a3b1df7dc3c8b, 'wp-content/plugins/contact-form-submissions/languages/contact-form-submissions.pot', 1, 0x00000000000000000000000000000000, 0x319e47b12723cb94882c55184819f471, 0x5bfe319aa71885c2234225e3c1737135338b2a456a4e705569103b8091e29104, '', 0, '?'),
(0xdbf89e9a546366d0b91eeba86782f8fd, 'wp-content/plugins/contact-form-submissions/readme.txt', 1, 0x00000000000000000000000000000000, 0xbe7b72a06eaa277adf33a137b9899d0b, 0x3154a5c1aa2d4540a61230eef682095dc9751fb692528d7e88085e9350937e01, '', 0, '?'),
(0xee564391d5b6db66c65256397a47b3a9, 'wp-content/plugins/disable-comments/assets/css/notice.css', 1, 0x00000000000000000000000000000000, 0x7256697bef8ab1924eb139f8d5009c1f, 0x218af80368d69b9a55a2468a1ab97d49179b526ebbd59042477476821fdf190c, '', 0, '?'),
(0x0850401e7c0eb0f69d0c424985bdc41f, 'wp-content/plugins/disable-comments/assets/css/style.css', 1, 0x00000000000000000000000000000000, 0x1dd732938666b7bd70948468aac2d2c7, 0xc897886a1e7265203855a68b179637e538bead443aef89f9a05cc84d583eb204, '', 0, '?'),
(0x8795be263d19800e87841a46f5420e39, 'wp-content/plugins/disable-comments/assets/css/sweetalert2.min.css', 1, 0x00000000000000000000000000000000, 0x4564a474bcde5a27f02c414023ccf831, 0xf3887ca64ad87f68c480e06c4bde7d3e017bca2d4e8bfb8f0c1d4d8839c0dde1, '', 0, '?'),
(0x178c23f1f4effeb2a7821b5eba343799, 'wp-content/plugins/disable-comments/assets/img/blog/thumb-1.jpg', 1, 0x00000000000000000000000000000000, 0x50a5dd0b8523b7258f89aa8da34ddb31, 0xa052da908a326fcc117fe4596b77b732066472eeb019f3441f0744535ea1d820, '', 0, '?'),
(0x456e64f721bb6636a25ea423f73f405b, 'wp-content/plugins/disable-comments/assets/img/check.png', 1, 0x00000000000000000000000000000000, 0x5b51c9d9d6429f8ae710c05e34a7166a, 0x04808c11e176199cb7f6da1d6a1bc7ebac30125af14dc327cc1be2db7c91fe84, '', 0, '?'),
(0x244ad1cecb0a2bbd8c73cb0f6b88af95, 'wp-content/plugins/disable-comments/assets/img/company-thumb.png', 1, 0x00000000000000000000000000000000, 0x14f993b77eb8545f87b465cca628feb7, 0x6da16d9ebb87f94fc1db04f9f54785fbf0939a8a738e49b35a42c0d7f35dbfce, '', 0, '?'),
(0x83e99312e275209ce2f28466092d7156, 'wp-content/plugins/disable-comments/assets/img/finalize-thumb.png', 1, 0x00000000000000000000000000000000, 0x353fb316a1687de08a582c2ee49c8479, 0xc1268d51699d7a434299a3ffe3f7b6b03149acac8c9475e9b8d8a8ede7e33871, '', 0, '?'),
(0x41c430169856330c7fc30bfb31d4cccf, 'wp-content/plugins/disable-comments/assets/img/icon-logo-small.png', 1, 0x00000000000000000000000000000000, 0x217be4c2cc6c25b8a2365b17bf26d3fa, 0xb6b8047b586c8f8a121e6c8cd2e8e149888e64463d2ec552ddea8168501bbd30, '', 0, '?'),
(0x7cf2a95bc0af87377a615a4c3be5c208, 'wp-content/plugins/disable-comments/assets/img/icon-logo.png', 1, 0x00000000000000000000000000000000, 0x98a60c617c923c259e38bb2b5d730407, 0x67959ff8278c6626070df9fe5a8e91757209d3e6ac6cc3bce9e0a22abf9eafa9, '', 0, '?'),
(0xb82403560899c8f85bf0e7aaf748df3d, 'wp-content/plugins/disable-comments/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0x41b389f1c5f4754bb6290d4306c88829, 0x39a2c741d1e9fc869de901bdf906e233319722750a6102639a432b9e0e4b3d48, '', 0, '?'),
(0x18bee880048d2a66afd1d953ade48b79, 'wp-content/plugins/disable-comments/assets/js/disable-comments-settings-scripts.js', 1, 0x00000000000000000000000000000000, 0x0934268bf17cee6cfeed41c548caf9fa, 0x25671aceb1cd69d08d87b179444db1421961806c45474b6c60b54054a000bb8b, '', 0, '?'),
(0xf0c8f9abb99577e2820339a4a79385cd, 'wp-content/plugins/disable-comments/assets/js/disable-comments.js', 1, 0x00000000000000000000000000000000, 0xe4d4ea0ccdfd4badbabfaa56a2476977, 0x3920403182ebe54959dcc819050b9b49b962a5cb2270e4b522b7ed18be8a5cdc, '', 0, '?'),
(0x550b194fefdfde4960e7190b286f7ef0, 'wp-content/plugins/disable-comments/assets/js/sweetalert2.all.min.js', 1, 0x00000000000000000000000000000000, 0x287c8540a6c222fa18a8a71c8440af91, 0x15d17cfdd85352f8e3313b5657b2a463a822e1035da60fddd4251b5596be22be, '', 0, '?'),
(0x6acacf2162d21e8b8e098cc081507f3b, 'wp-content/plugins/disable-comments/disable-comments.php', 1, 0x00000000000000000000000000000000, 0x4961c3fba7cf610ae5e23ace95feffa6, 0x1c7b8613a8e70e67ca1630ea70abbdb2a54b7786334dc81bc34f28b15a776ce4, '', 0, '?'),
(0x15786c236b80ada6a16a7ac03f65c71d, 'wp-content/plugins/disable-comments/includes/class-plugin-usage-tracker.php', 1, 0x00000000000000000000000000000000, 0x0d5296a0e5ff1ff6fb52514ac80e13ef, 0xd4fc1393bbb215f8bfd5be67b687f58194967c2a4d79ad2ff82efc69f462cfc7, '', 0, '?'),
(0x45dc311c8fc9641b3af680cfed786dda, 'wp-content/plugins/disable-comments/includes/cli.php', 1, 0x00000000000000000000000000000000, 0x8ba0ab5be5aecfdb660fa833b45d9533, 0x8f44d5c2240cb93bf8822b7fb06f2c8718b0084ad2bdbe0500b756a747eb5cb6, '', 0, '?'),
(0x387f5ea56bedb97bcbf74712ec6d49c3, 'wp-content/plugins/disable-comments/languages/disable-comments.pot', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3b096f853cc08718a04b1e6c6cab2904, 'wp-content/plugins/disable-comments/readme.txt', 1, 0x00000000000000000000000000000000, 0xdc20eb9c1c443fe8e7a18ce49edacbba, 0xa37fab1fbf91233b1630d00cee9de18190667e556c683c3d00e3832c61b4c57a, '', 0, '?'),
(0xcd96d247449a7bcaf3461d8c24dc914f, 'wp-content/plugins/disable-comments/uninstall.php', 1, 0x00000000000000000000000000000000, 0x371953c093cd18094e9546726fe1593a, 0x52406da1a05b9dfda0e12e177d6aaff6d6dacf3bd305113508aa0c57834c811b, '', 0, '?'),
(0x09bc655d9ae897168a0f26238dca3b04, 'wp-content/plugins/disable-comments/views/comments.php', 1, 0x00000000000000000000000000000000, 0xb3f1cc92280fe5573792d0c0afea1a69, 0x7f503c1576a911ddbb82ea154bf9bde91472f687cf5cf30d937d5810d86f6455, '', 0, '?'),
(0x492ff522608d50b56153314b48d18282, 'wp-content/plugins/disable-comments/views/partials/_delete.php', 1, 0x00000000000000000000000000000000, 0xbe332e5c44936a0694a487a0ad29f3cb, 0x4f6c8aac5ec0494e2ff27ef45759fbaf8f75480b13198d41166b1a09e5e87a1f, '', 0, '?'),
(0xbd9e9cf55e6ab56337c5c799e0d3ef5d, 'wp-content/plugins/disable-comments/views/partials/_disable.php', 1, 0x00000000000000000000000000000000, 0x422663d2922a1142cee8d50fc2de2366, 0x1e73736c95b03cecdd65fca637ed95edf7afa03bcb50198550b3c214f6e5c5e4, '', 0, '?'),
(0x808823617009cba496160ce31f2cb53c, 'wp-content/plugins/disable-comments/views/partials/_footer.php', 1, 0x00000000000000000000000000000000, 0xaf08260c095e85081e9e57495651c197, 0xef16bfcb42a85c3a5bf897354c32059a11cea57473acc47d23a0f84374592c68, '', 0, '?'),
(0x5b74acb7643e5805a1dd873ff16310e0, 'wp-content/plugins/disable-comments/views/partials/_menu.php', 1, 0x00000000000000000000000000000000, 0xbf0db3acc36fde2ab7f7880b6b0b5537, 0xd9c0395f7828edecd1e27c7af3452b461bb93a4186ec8d18ecaa2af2471bf8da, '', 0, '?'),
(0x223b29d02c8d151ba5c0fa1330113505, 'wp-content/plugins/disable-comments/views/partials/_sidebar.php', 1, 0x00000000000000000000000000000000, 0x6d77f3222becc29bf2bc7e3c89e9e446, 0x4b1ddb55b853a9a8e26114dabb78b5e27422daa3b2b286bc44b10e8b182c7a4f, '', 0, '?'),
(0x90efc97454855b028b08843f9bc9adab, 'wp-content/plugins/disable-comments/views/settings.php', 1, 0x00000000000000000000000000000000, 0x991f7b9236992cce9323df691504eaea, 0x9d084a7b8a3f18a09d524ef38ae78ab9dd3c3a2b214e21bc2317d0420828eaee, '', 0, '?'),
(0x0ee15784e85a7de15c4336122fc023cf, 'wp-content/plugins/disable-emails/changelog.md', 1, 0x00000000000000000000000000000000, 0x4ccb57db4b73b7746aea09cc445ffa8c, 0x31c137c6ec50a87443892a927ec30448e61f8650e59ff68bbb2e32a2844faa66, '', 0, '?'),
(0x1981062958fb5a1427f79a8df4e9770e, 'wp-content/plugins/disable-emails/css/admin.css', 1, 0x00000000000000000000000000000000, 0xa3b53d4aa37c8fde324206943cc63074, 0xa23e1df0b5be776b58a8885601d82fa14a332729cbb6791658ef7ddfbfb642d8, '', 0, '?'),
(0x50ccbe129a53c0d95ef7d9abb56be63e, 'wp-content/plugins/disable-emails/disable-emails.php', 1, 0x00000000000000000000000000000000, 0x3257e8dd7253ea9c75e5dd95af975f9b, 0x86fd53e1f2c76c3c9e950462c95cbb63d9816b17b3a2f3b960e9bafe1fb1db11, '', 0, '?'),
(0xd537427bf5a0bdef7b15db6fd48cd289, 'wp-content/plugins/disable-emails/includes/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x59200509fad791f4458a5ff26071bb6d, 0xe6576d6a1e072a76a44813538e4c81b0320c2f67f5f6c81591730563eb234353, '', 0, '?'),
(0xad9d7cbc08e462baaedd0ce4021fe04d, 'wp-content/plugins/disable-emails/includes/class.PHPMailerMock.php', 1, 0x00000000000000000000000000000000, 0x93673514411229630ff7128340652db9, 0x2378fabc1569bf6204502bca2d9569c75d0093a303708bfa88dda3afb9bad45e, '', 0, '?'),
(0x900f3ec8ee2be6d33540dd2799b05c77, 'wp-content/plugins/disable-emails/includes/class.Plugin.php', 1, 0x00000000000000000000000000000000, 0xe0e059922ac9605ceac4a1e86bfff6c2, 0x495e6ee29cee3856f4810142477fb83aea5ebac5ee6274d03c3d2ba4bd05a707, '', 0, '?'),
(0x80d1ee9b39516f8162fd20d887bd6784, 'wp-content/plugins/disable-emails/includes/class.Requires.php', 1, 0x00000000000000000000000000000000, 0x7acd5e7099ababdf09d2ccddf7d14a7a, 0xe89f30b68c4e84ec81e4cad9abde7c7ec023fe7d0e8d8eda688060496e2dbb3e, '', 0, '?'),
(0xf7b26d003c8cb06eb58544667a27e646, 'wp-content/plugins/disable-emails/includes/functions-global.php', 1, 0x00000000000000000000000000000000, 0x6d12b666bcc7a291b6c5848329cf28b5, 0xb416f693b37ffc815bf882aa986d185be0581f89ef06a1476d9db684ddbf5abb, '', 0, '?'),
(0x3425ca275a24a61738494c664942c499, 'wp-content/plugins/disable-emails/includes/functions.php', 1, 0x00000000000000000000000000000000, 0xb1de008f365b1dcee374106ec7b32976, 0xb9d4d546421a4220b1cedd0cab018f51804febaa97d94ac08263264d48108ab8, '', 0, '?'),
(0x74261694746a47a6384db7c11d25a0f5, 'wp-content/plugins/disable-emails/js/settings.js', 1, 0x00000000000000000000000000000000, 0x67856c203eaa0aa731bfec643f3a7d22, 0x72219deb6ec3090fdd30c52bb97a037c1c4fe927ed470a77a02391ba6a8ba38d, '', 0, '?'),
(0xe09f43c3a576b189b2077e818712dc85, 'wp-content/plugins/disable-emails/js/settings.min.js', 1, 0x00000000000000000000000000000000, 0xd6620756790ffbd9e451801e910f3ca6, 0x60dd18f31702e9f2972956862f42986ea38d1b48ba1ecaef012bbb099c111894, '', 0, '?'),
(0xf61f4c3b948172bf3e90df75b286da41, 'wp-content/plugins/disable-emails/languages/disable-emails-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xa36cea61e767b1c05ce8d81b550b6b20, 0xff1db18409542aeb8d466bfa6f549b0b697e57dfc98e39d3e6002677f5aa4482, '', 0, '?'),
(0x86f6c91dc3fa95735f5b7c32181bd8b6, 'wp-content/plugins/disable-emails/languages/disable-emails-de_DE.mo', 1, 0x00000000000000000000000000000000, 0xf8e96e42855d7067d9586e1dd2221739, 0xf7fea7f5d5cd52912b097115c96243bc196cfb5a539820f15b48451aa092e6f6, '', 0, '?'),
(0x0083bf7e42286a3593b84aa63540b476, 'wp-content/plugins/disable-emails/languages/disable-emails-nb_NO.mo', 1, 0x00000000000000000000000000000000, 0x2f85ab1787311e0fb3c5490b5a4e14a0, 0xbc502678170d164d6cdbb4348fc18fe32ce502bac5b6c0cf4800e3fb50ad0161, '', 0, '?'),
(0x0caca67bc6ea6a1103085bfa2519b8b7, 'wp-content/plugins/disable-emails/languages/disable-emails-nn_NO.mo', 1, 0x00000000000000000000000000000000, 0x53ba8f62727742d48b6bc6dbb8364c86, 0x0cc99a5f3e445fe9f9fc9d1ea5120f34f317a738b5efd1410d93baa3bf568a6c, '', 0, '?'),
(0xc6a2d1349d2f6a33fd811158f8ec0386, 'wp-content/plugins/disable-emails/languages/disable-emails-zh_CN.mo', 1, 0x00000000000000000000000000000000, 0xbf9e9da0f0564f22748b0d9473250651, 0xe07e5bdad61a0d75fa805d87471f0e08661706d689b993f1d659f421fe286e29, '', 0, '?'),
(0xf2c30c952cc19d27d68e276a6b504cc6, 'wp-content/plugins/disable-emails/mu-plugin/disable-emails-mu.php', 1, 0x00000000000000000000000000000000, 0xeab061dfd319be62e8aedff0b85e4873, 0x6734a5a2b967323a8ead7f718561bd820e3a01644ec42a997e5207535bb3f8bc, '', 0, '?'),
(0x49cc8042eb8c60e9f5a5f4f108f2eb61, 'wp-content/plugins/disable-emails/readme.md', 1, 0x00000000000000000000000000000000, 0xa657951b91d56933226e0839a9b5faec, 0x2981e0ff8a43f63198d362b7b0e40d53a4292027b56aefbe6a9245eb4101de1d, '', 0, '?'),
(0x6bef59866243a28482e8165ecb2d6fbc, 'wp-content/plugins/disable-emails/readme.txt', 1, 0x00000000000000000000000000000000, 0x34304dce54d9e24a9b24467f3d1907a4, 0x86409dc59fbb41458ef11b7bf8dc7016494c19df13b83b67ee2c47629f83584a, '', 0, '?'),
(0x2d15a925015b041806d4501160401440, 'wp-content/plugins/disable-emails/views/indicator-notice.php', 1, 0x00000000000000000000000000000000, 0x715f488a4496eee5ea216e96f5960c0f, 0x01fc72bf7e4efa2be788547f5e9af37a99905c9b819fcb5d87729ca9f5792c9c, '', 0, '?'),
(0xccd3605b19655a04b72248a4423bc40e, 'wp-content/plugins/disable-emails/views/requires-admin-notice.php', 1, 0x00000000000000000000000000000000, 0x41112afc9b3b320159a5a27a772cd930, 0x3ad3acfbaee1bf4360da4e03ee24787e09bd3167cc2813a7481c21a1c0768ba5, '', 0, '?'),
(0x9ebf75a909d89f4e442de2dcf90c43e9, 'wp-content/plugins/disable-emails/views/requires-plugin-notice.php', 1, 0x00000000000000000000000000000000, 0xab1462a463452cb3488d1a536f80a88d, 0xc9d2ceda1cf2edad73ca53adafecb20d1f700a6ef39a381d0f1324ce7449b33c, '', 0, '?'),
(0x07776ddd845802a763da4510fd79d26f, 'wp-content/plugins/disable-emails/views/settings-form.php', 1, 0x00000000000000000000000000000000, 0xa4aa91d8d207336a56cd5d84e52169f4, 0xb8ca0537041fcd8baa6995b0d577efb200fecf006dcd6100a845bda90c964c91, '', 0, '?'),
(0x6593b8cd7ed291600262c5327369cee4, 'wp-content/plugins/gravityforms/common.php', 0, 0x8a2a9683b65ba16c2cb1ee78546f8999, 0x8a2a9683b65ba16c2cb1ee78546f8999, 0x0e6a680232f48cb5508f0bbf4910d9d0a3acfd6d5681a63e6aec6e8cace41d06, '', 0, '?'),
(0xd03eddf3ad161aa108b3bc3bd9b48571, 'wp-content/plugins/gravityforms/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x0c9b33f9b87b02ad048831fd7708bb80, 'wp-content/plugins/gravityforms/currency.php', 0, 0x44915ba30d5e659eca69db0544de12eb, 0x44915ba30d5e659eca69db0544de12eb, 0xfe6a4c137d3b203096273c5fb8d01ecf9f3c565f2458dcca0eed8b67dc06cf3f, '', 0, '?'),
(0xb0d7d9e4bdfc91f60c0e902f23cf1fc8, 'wp-content/plugins/gravityforms/entry_detail.php', 0, 0xfd11d669492161ccad19f85ca51e86a1, 0xfd11d669492161ccad19f85ca51e86a1, 0x207cd5b794d426df2347f7eb92a19b3c91e64793d0dbd7beef0175b07bfb6464, '', 0, '?'),
(0xcdb8d9fa18216491a80a330fe00a041b, 'wp-content/plugins/gravityforms/entry_list.php', 0, 0x0239fb25aea9870d03b5f281420e9704, 0x0239fb25aea9870d03b5f281420e9704, 0x423506b5a2bf6cbc7312a30e77e0267b8b453d39672bbec40fed25ca5054c43d, '', 0, '?'),
(0x893ec7cc854cdccd3cd089a34ba6ff35, 'wp-content/plugins/gravityforms/export.php', 0, 0x89f623d9224e81f4bb03dce9ab060dc1, 0x89f623d9224e81f4bb03dce9ab060dc1, 0xf749ca266451b99fb81601323c260433442d6357a4749b690f99eb6921282b84, '', 0, '?'),
(0xfd635f91c495a5cf3f1195e6eeb052ed, 'wp-content/plugins/gravityforms/fonts/dashicons.svg', 0, 0x76d44aba966c9237c4eb7003612928c9, 0x76d44aba966c9237c4eb7003612928c9, 0x3fd5d5ff9048ab5292d774a61d0ff3806e8955e661de0c453b0719c88df62563, '', 0, '?'),
(0x16dd802a94eeb85bb95b974d7f492b49, 'wp-content/plugins/gravityforms/fonts/fontawesome-webfont.svg', 0, 0x05ee6b52e99f551952823fac2f524750, 0x05ee6b52e99f551952823fac2f524750, 0x128acf841ff03d270c2490b9fc8a7d47bceb0d6b3cebfce5fa280c08d4599397, '', 0, '?'),
(0xeac06b76261ea8127e178effb34fd1ac, 'wp-content/plugins/gravityforms/fonts/gform-icons-admin.svg', 0, 0x03b3d46b80da18f4c243334bd20c3675, 0x03b3d46b80da18f4c243334bd20c3675, 0xcc30a9f3a4c479a7c3c936d6ad109a399faf6bde63a80c1d9425eab60d780c87, '', 0, '?'),
(0xdea203ec150179d718c824cb2c257268, 'wp-content/plugins/gravityforms/fonts/gform-icons-theme.svg', 0, 0x07bec58f35d44e671c81fabb18c84946, 0x07bec58f35d44e671c81fabb18c84946, 0x1fc2c37421fc691102bf31ab1010d3e3f1a6ff3230f418928223487a4d7ecd53, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x26b1b6494e94ee92bd964fb975945e4a, 'wp-content/plugins/gravityforms/fonts/gravityfont.svg', 0, 0x40db4a3577361d63496a35fd28d94665, 0x40db4a3577361d63496a35fd28d94665, 0x470ab79aa1b21b543aa941fa99f527e916547154d94d170e429d2a4e86472899, '', 0, '?'),
(0x45055d8ded0e9aba93825526a5b0a611, 'wp-content/plugins/gravityforms/fonts/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x44428b80461dbfe039b63218f0fcbec5, 'wp-content/plugins/gravityforms/form_detail.php', 0, 0xc548efe94251bf54a9830071ef16258a, 0xc548efe94251bf54a9830071ef16258a, 0xd6193e72dce643f2582c4f810940ce15649f1fd0af1149005930945efc899a34, '', 0, '?'),
(0xcac1c758eb3508069997f8d00db5b41d, 'wp-content/plugins/gravityforms/form_display.php', 0, 0x23c9f1bec4dfcc29c26727560a002196, 0x23c9f1bec4dfcc29c26727560a002196, 0x0afd0ae5d6f71de1414e616b0522679809dd6d245522187691d56a0de027da01, '', 0, '?'),
(0x0e81331d7d9374c6f6dcbde9040b039d, 'wp-content/plugins/gravityforms/form_list.php', 0, 0xd2f88d4153ddb5a0a5e9ed68bda1adf7, 0xd2f88d4153ddb5a0a5e9ed68bda1adf7, 0x44265f6789c06efe1f0b41d017fc35354ac9c0f1c4964d73c310a2d72c8318fb, '', 0, '?'),
(0x4fe5b06db688d1769f0cef73d5376f50, 'wp-content/plugins/gravityforms/form_settings.php', 0, 0xf7c2f0b1adc2163ca14a9e8fda104b09, 0xf7c2f0b1adc2163ca14a9e8fda104b09, 0x18dc68a467af8045c04118d3662a795a413d9310ff1d0eab09538d35ba21bb71, '', 0, '?'),
(0x1189226ae0591578ad10d32316e907a7, 'wp-content/plugins/gravityforms/forms_model.php', 0, 0x8a13a1067b58a5a233b58f09588940f7, 0x8a13a1067b58a5a233b58f09588940f7, 0xfa9c771eadef0351435a715b3e1542b40f1a326600ad4e66532dfad62c3500fa, '', 0, '?'),
(0x8a3147fd7dba000558c1353b112fb0ad, 'wp-content/plugins/gravityforms/gravityforms.config.js', 0, 0x4829e8f158b99e912e341d28e24f5c2c, 0x4829e8f158b99e912e341d28e24f5c2c, 0x538ad9465c11259052a900e5b72f5bacb57b24aaecbccb0d1e81657ba9150be4, '', 0, '?'),
(0xd54ee1805377e650023df5eb6fd62686, 'wp-content/plugins/gravityforms/gravityforms.php', 0, 0xd8e05537cebcb1b285c7dbbc0f7c1544, 0xd8e05537cebcb1b285c7dbbc0f7c1544, 0x8e3985d7638730942b51f7fa10d628d0e51f51d6ecfd5756733f49e10a2095e0, '', 0, '?'),
(0xfe14ef4c263dff07a36a7becf66bfc61, 'wp-content/plugins/gravityforms/help.php', 0, 0x8f663e0cea579a1e0b6185ec6cf3b482, 0x8f663e0cea579a1e0b6185ec6cf3b482, 0xd3880ce9333ea29c8ad989052c0b93d7f543f859f3f23b91398f27be09da35f5, '', 0, '?'),
(0xbd0f0fa33d836e0e61d9b02a1ca64c72, 'wp-content/plugins/gravityforms/images/active0.svg', 0, 0xf3a57a3201410adeb92d5d42a416d0b8, 0xf3a57a3201410adeb92d5d42a416d0b8, 0x54ffac08e06e23e9ed393fd3149f618dd63e6ba3e5860ab964399dd88811d2a7, '', 0, '?'),
(0x9e21efd1dbdd917ddfe365b5e0cded67, 'wp-content/plugins/gravityforms/images/active1.svg', 0, 0xbb94e4e24694d5f02027a5655e2f9525, 0xbb94e4e24694d5f02027a5655e2f9525, 0x5262c7aa390291b83422a0f72163a38b6142ad736f5ee8a73fc45e1e42319fd4, '', 0, '?'),
(0x839c5ea27990f9f065054831009b19e1, 'wp-content/plugins/gravityforms/images/arrow-right-icon-help-page.svg', 0, 0x06a08fb77aa4c8d216ab912564168967, 0x06a08fb77aa4c8d216ab912564168967, 0x53e957bd1bbdd3e85688b9a62f3006471092af8b7b3f20af7b1de16a25d10b86, '', 0, '?'),
(0x2a1215217dfa0675af5457d3f99b7bfb, 'wp-content/plugins/gravityforms/images/bullet.svg', 0, 0xb176fbd86a5b8f3eef116574e0b882b8, 0xb176fbd86a5b8f3eef116574e0b882b8, 0xab167949fd6290b784e890c4b4daad31a971ab8ea36e8f6295e14561c373da5d, '', 0, '?'),
(0x7a31fb661994cf351e2c84a22162cb34, 'wp-content/plugins/gravityforms/images/check.svg', 0, 0x03df831f5e155864fcc03f4a3050c0e5, 0x03df831f5e155864fcc03f4a3050c0e5, 0x24826dd5c1b41104cff28f58b5d24bb28ed71197482762d0947d467430aad131, '', 0, '?'),
(0x4e645e1ff6ea000e1a92635cd5f51a56, 'wp-content/plugins/gravityforms/images/chevron-down.svg', 0, 0xa0138d19ae84aca67e7adcda73bbcf1c, 0xa0138d19ae84aca67e7adcda73bbcf1c, 0xfe694bc198476ad2da6bfbaf3b63235ce7e33219a3f38c57d9422da0097f1bee, '', 0, '?'),
(0x67a9b6fa3985479c509daf8593627c7c, 'wp-content/plugins/gravityforms/images/cog-hover.svg', 0, 0x89ab81812cd4fec38c7f99c234fab7d1, 0x89ab81812cd4fec38c7f99c234fab7d1, 0xc48ae951f2624b33e0036541c9effd1ffa052f10318ea754a67a8db6624df644, '', 0, '?'),
(0xbe0d3259f738cb42648c2533614214c4, 'wp-content/plugins/gravityforms/images/cog.svg', 0, 0x2da99e7ed730ab8f1c46e83499b5a60e, 0x2da99e7ed730ab8f1c46e83499b5a60e, 0x213f7fd968dbd51b3f80a2f2d15d1b82f989d8ae573119b9a876add79eec4dcf, '', 0, '?'),
(0xa134aec7fcda9d6eb0f2770bf9119366, 'wp-content/plugins/gravityforms/images/datepicker/datepicker.svg', 0, 0x67deaefec9b28f632ac4fe6a5bf1ef68, 0x67deaefec9b28f632ac4fe6a5bf1ef68, 0x638e89b6166e7837296340df1fc617eeb0a616c11424bb4eb1cbdb356df4131b, '', 0, '?'),
(0x016e1e7ea474799e1c23b023826c612d, 'wp-content/plugins/gravityforms/images/doctypes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x28bcba1f2ff47213799b7ac52dfb85fc, 'wp-content/plugins/gravityforms/images/exit.svg', 0, 0x0069e2b0cdca6786dfcf0b76dda1d943, 0x0069e2b0cdca6786dfcf0b76dda1d943, 0x1deb306011a3903feedfa24ecf534f5ad81781f85e9021d6bb497dceb54e4ec8, '', 0, '?'),
(0x7d62311886d1e27e354d3c7dbb33a073, 'wp-content/plugins/gravityforms/images/footer/rocketgenius-logo.svg', 0, 0x1ed2dd9ec469841e952478bee3e02241, 0x1ed2dd9ec469841e952478bee3e02241, 0x85da284c5feaa9fb89b29d93e1012bab0d5c7648a5c6b830e23135ecb00c39cb, '', 0, '?'),
(0xd7a5c87ebbdabead68ba6b820b3ff0a5, 'wp-content/plugins/gravityforms/images/gf-creditcard-icons.svg', 0, 0x627a855195324c61ec459a8c68ede177, 0x627a855195324c61ec459a8c68ede177, 0x39bd80d3f37859faabc97a8f924593fb9a2095851eff5356bfe11e94cedb4523, '', 0, '?'),
(0xc817c9f463a17f2c610f79696cffc800, 'wp-content/plugins/gravityforms/images/gf-creditcards-check.svg', 0, 0x6dfae6d01ce70fa3e714b085224a3ce7, 0x6dfae6d01ce70fa3e714b085224a3ce7, 0x7417c918ddc051da462559ef914388bc84523770dc380f00e6ddba852aac66ab, '', 0, '?'),
(0x9d115d3da814b74571fc34ce78c1e6aa, 'wp-content/plugins/gravityforms/images/gf-creditcards.svg', 0, 0xc072ac84be06cc6732a7082cfe1c72f9, 0xc072ac84be06cc6732a7082cfe1c72f9, 0x62d499bfc192a953df4d449591c98da2fdd757dd45d70eaaae15eebc9fea78cc, '', 0, '?'),
(0x6d3f326bf70044e88d6f57ddd942adab, 'wp-content/plugins/gravityforms/images/gf-custom-field-icon.svg', 0, 0x04d4cfdbcc51b863a468ba01466c0e1f, 0x04d4cfdbcc51b863a468ba01466c0e1f, 0xcbfad9823b7535a70052a7601eed05b2f4fb00e8050031f8114305ec22edac0a, '', 0, '?'),
(0x0ccc1cd21bc8fc26fb5d7af3922ef0b6, 'wp-content/plugins/gravityforms/images/gf_block_preview.svg', 0, 0x03acd3ac063046e5cf3095869e7b3fa2, 0x03acd3ac063046e5cf3095869e7b3fa2, 0xa1c9b73cfd14f838b0aec6b4d558356c1b0e4d2490e8f8b0ffe0c8ca76602f30, '', 0, '?'),
(0xa0183687951a72994f7bace5cdbba219, 'wp-content/plugins/gravityforms/images/grey-bullet.svg', 0, 0x76746a5d3e3381a86b7226de78f0055b, 0x76746a5d3e3381a86b7226de78f0055b, 0x9f12516c1bcb0bc7d1ea82c699c6af5310dcadb4db893bf4005cbafce5f572c6, '', 0, '?'),
(0xa7d127f5f1a84f55b535f10357557657, 'wp-content/plugins/gravityforms/images/grey-check.svg', 0, 0x792923d4134d02425f034983b3d03369, 0x792923d4134d02425f034983b3d03369, 0x30116e142373f68faf82b90a6a8ac0de53ffc49357cbd7d63e1f51f2a1d6ecd6, '', 0, '?'),
(0x11f0df96ce57fc0720ee9e0529decf7b, 'wp-content/plugins/gravityforms/images/hexagons-bg-dark-blue.svg', 0, 0xae9a0407df0c11c444c69992f1243f59, 0xae9a0407df0c11c444c69992f1243f59, 0xb478842de00b8adda4336a8d7710526a709200d5bcf41eb9d36b36b583d56ea8, '', 0, '?'),
(0x9539cb1478cf6f4eede7a4f59b7a1314, 'wp-content/plugins/gravityforms/images/hexagons-bg-light-blue.svg', 0, 0xa985f5502b2d40fb300440722f9dbb71, 0xa985f5502b2d40fb300440722f9dbb71, 0x1916187f06cb0d4e0f8dee9be7197eace613d9887d05c96baf2f2c2675477ec2, '', 0, '?'),
(0x175c3432d6d191f7c362c3fa490dd137, 'wp-content/plugins/gravityforms/images/hexagons-bg-orange.svg', 0, 0xcc63c97cbc388de0aed3b589081ed827, 0xcc63c97cbc388de0aed3b589081ed827, 0x2b203be3d6260347e3c6e4cf288b8034efff8b5d261eb20a81ef041a12d27bb4, '', 0, '?'),
(0xa03bfd126a833fbc0f82931a645a9e3d, 'wp-content/plugins/gravityforms/images/icon-add.svg', 0, 0x9af00154997e6729ac4940027c44edda, 0x9af00154997e6729ac4940027c44edda, 0x3645439a2cc1d511660aea93d344b42f280506c55bce8240e182c256b03f68cd, '', 0, '?'),
(0x2fdc6e5d1455b9b2295e21f8a70eac9d, 'wp-content/plugins/gravityforms/images/icon-check-active.svg', 0, 0x4cda170ae69aaa01a67bb9eda086b6fa, 0x4cda170ae69aaa01a67bb9eda086b6fa, 0x1076df7286a4ac4812b58470eb4e08435fafd5edc0898c6db07c5a35ba19a53d, '', 0, '?'),
(0x19e18a05eb91c87aa01f292c5b62c160, 'wp-content/plugins/gravityforms/images/icon-check-inactive.svg', 0, 0x61f7bf2348c70421141c6f608d905996, 0x61f7bf2348c70421141c6f608d905996, 0x74fd548abd1829732bc05348cff492392fb5e77cc26cd9cf75ecf5c9f7217767, '', 0, '?'),
(0xbe7b5ee1303a4f75e1eeb6cd5ac5801f, 'wp-content/plugins/gravityforms/images/icon-close-small.svg', 0, 0x31652049dbdedfcb63bdfa80cf96e577, 0x31652049dbdedfcb63bdfa80cf96e577, 0x57663fb9e7b3422396ced8bf72cae68e249a41b5bff35ad12923176a630737c9, '', 0, '?'),
(0x6a99ee1a1d39f51b64a867cb9faf003a, 'wp-content/plugins/gravityforms/images/icon-handle.svg', 0, 0xe12725009a3cf473b39dfd7dcd8c158d, 0xe12725009a3cf473b39dfd7dcd8c158d, 0xc0b5fe201a270aba4a3761982f36908a31b5f1f593441b33600f5f22b99ff22e, '', 0, '?'),
(0xf73e91c002b173908fe102585fdd4b2d, 'wp-content/plugins/gravityforms/images/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xe0491265efe584e56d07000ba5f7045c, 'wp-content/plugins/gravityforms/images/list-add.svg', 0, 0x5a9b53c7a89ce598950675db85c357b7, 0x5a9b53c7a89ce598950675db85c357b7, 0x0abb915d1082190bae0ad78b9591656541a355993e375218b21fd1e97db6447f, '', 0, '?'),
(0x211e11e65b7a74179efb5782690ce506, 'wp-content/plugins/gravityforms/images/list-remove.svg', 0, 0x83f4afd7ce4dfec8f62f61fead071d8f, 0x83f4afd7ce4dfec8f62f61fead071d8f, 0xfe086b8fb6bbc9c0010c96ed7e0195e821e2e9a16b5183e84df80fc4fe425088, '', 0, '?'),
(0x4030d2c8e864b0caee7dc5c3d69766a6, 'wp-content/plugins/gravityforms/images/no-fields.svg', 0, 0x7bb6117b288b44c149a83cc2005d0819, 0x7bb6117b288b44c149a83cc2005d0819, 0x30fbee524e01d84c9862a5b14b696fcf5aa1e40e273017028b6b0426e45cfca8, '', 0, '?'),
(0x8e61dead0eab35486c07944b16239b16, 'wp-content/plugins/gravityforms/images/password.svg', 0, 0xc8903bc25404b7c9844b762579ed1196, 0xc8903bc25404b7c9844b762579ed1196, 0x3421da5d8b5f7fd40ec2caf725b75d38f50b25af3e44cc7aed1c00d313f2685e, '', 0, '?'),
(0x075dbd162aa341119947518b5a128fc8, 'wp-content/plugins/gravityforms/images/plus-icon-hp.svg', 0, 0x407548ef091bb7c8ebf325db1c845d61, 0x407548ef091bb7c8ebf325db1c845d61, 0x61ed376646b2d2b0f8b0939374685bfc587fa1f2920bbfd3d3b7bf671e9418d2, '', 0, '?'),
(0xa120a9186c8fb2a074f92197adea854a, 'wp-content/plugins/gravityforms/images/plus.svg', 0, 0x8580743772f97c282618576ad084ba90, 0x8580743772f97c282618576ad084ba90, 0x64cd644464c3cb42171823cfca704dc19a6965d87015e7e5d860eca413622709, '', 0, '?'),
(0x79d6a2eaa68384058d4c32cc37c56010, 'wp-content/plugins/gravityforms/images/question-mark.svg', 0, 0x8f8b7714182d74aeca745de22dd6895a, 0x8f8b7714182d74aeca745de22dd6895a, 0xa0e641cd68f06785c825e56621cf72910238f12f253e397257d79a2a8b668392, '', 0, '?'),
(0x6d06ea9a164eb78d23f63017c3eb8432, 'wp-content/plugins/gravityforms/images/select-date.svg', 0, 0x8391bd40588626659a1305dccb9d2d11, 0x8391bd40588626659a1305dccb9d2d11, 0xac621083f5bba2bd5347cde6100cb0f1158ae02954b428feaf9760d001b095cb, '', 0, '?'),
(0xf8151fa682af944a31bdcc2e8028cdc6, 'wp-content/plugins/gravityforms/images/select.svg', 0, 0xfa45d2832030b3df6c0e8ada6dda0bc5, 0xfa45d2832030b3df6c0e8ada6dda0bc5, 0x4b9e495d75a29fe41d56eff1b4b525225b34b65a2b683a08f2d4ce1e4a02e315, '', 0, '?'),
(0xcc32aef77cad4721f8be958cbca6fba6, 'wp-content/plugins/gravityforms/images/spinner.svg', 0, 0x4f8e79bf69aaa0aaa5e002dd104addf8, 0x4f8e79bf69aaa0aaa5e002dd104addf8, 0x4d5ff2e51241839ae553c3756d5805a6fe583fce91914d69e7f2c62286edaf7a, '', 0, '?'),
(0xdb99c0544bf58bd86bdcc584d48473ad, 'wp-content/plugins/gravityforms/images/star0.svg', 0, 0x405429cb98d3587a669a0bf85f0e0681, 0x405429cb98d3587a669a0bf85f0e0681, 0x490d75d92608b78934b3fd03306646fc451bafd13ed62b5b3f82d5dab63cea5d, '', 0, '?'),
(0x3bc156b5f39bc51f84d04cddf0ddb5c2, 'wp-content/plugins/gravityforms/images/star1.svg', 0, 0x18918ec51b8b3bb53005e76bdc98c554, 0x18918ec51b8b3bb53005e76bdc98c554, 0x1a07871d7d9be4e7c5827dc7652739eb21fe752e360f8cea2aadc6450871124a, '', 0, '?'),
(0xa767dda5332d351c9d55dc6f5b4e9e44, 'wp-content/plugins/gravityforms/images/theme/down-arrow.svg', 0, 0xef23dc209b898a87aadfaf386469256e, 0xef23dc209b898a87aadfaf386469256e, 0x014607ac8515f372af89fad97a70c26a262be18b617cedb6a219a143ea4c6784, '', 0, '?'),
(0x9310a330fd44019d27195bd63433b4c8, 'wp-content/plugins/gravityforms/images/trash.svg', 0, 0xf6b3fe9ed0eab0fb799ca0ec353920ba, 0xf6b3fe9ed0eab0fb799ca0ec353920ba, 0xc7f7683fa5c642598da90a3b088e49742f345474b9152e0d956e97b4289b01a4, '', 0, '?'),
(0xebd1019440ad6e67e2c0fedfaee3ce02, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php', 0, 0x16f65e5518a5d9204b87397cd36875e9, 0x16f65e5518a5d9204b87397cd36875e9, 0xb08542790498fa1e21010c10463c28dc029a5c163732ae07fa9893a5caf741f0, '', 0, '?'),
(0xa326ac3bd1df77291392d8979237c46c, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php', 0, 0x64133e10d0cae74f89bfa8a548665c4e, 0x64133e10d0cae74f89bfa8a548665c4e, 0x2e221ae48fc112e49014fbb4121c66b3e6bb792a0004e3c33dd4ef728810b725, '', 0, '?'),
(0xb118e8a9962c828e7e916ef146968a7f, 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php', 0, 0xab52a995031961a26190390a6f2b35b4, 0xab52a995031961a26190390a6f2b35b4, 0xc54241a451206decbac9da6317a7037398b951ab90cb3a3238788a148459eef8, '', 0, '?'),
(0x8488cf55115d143c6db6e8c1d5ed0b1f, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php', 0, 0x4e0e1a7572b728f69d8eb7fa545e6625, 0x4e0e1a7572b728f69d8eb7fa545e6625, 0x68aa81ee00e9c45e5201cb2e10f03abf7263bf66e681c07482d67da95c9141fc, '', 0, '?'),
(0xa6b541dc5ee84fa83a22f72f30e3129e, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-processor.php', 0, 0xe3833dda672810d5343ec4df3e6e8a7d, 0xe3833dda672810d5343ec4df3e6e8a7d, 0xe52ea5f445b3e2e075833e5bf74736d6756cce73357bf719636ffaa1c31eafb3, '', 0, '?'),
(0x95327ce722552dd5d01432ea70128e54, 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php', 0, 0xded512eaac8f7a6ef0c35fffd9934a6a, 0xded512eaac8f7a6ef0c35fffd9934a6a, 0xca22c1431caba04c669207d8f7a52c457d26eeff8d9d1a7958c5c50e3b5f47f6, '', 0, '?'),
(0x8ed370b5d854369738ad2ba5590e60a0, 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php', 0, 0xa131b93a89d4f763a6a38ec15a15e8ee, 0xa131b93a89d4f763a6a38ec15a15e8ee, 0xb4589a327b0df0d3c170808c556d7653873ad72627d96f409f37b4de7afdd079, '', 0, '?'),
(0x65488d54a109cdf1829fa80dee466388, 'wp-content/plugins/gravityforms/includes/addon/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xcd4eb1f3d47e4251d1e7c0b1d7bab9b9, 'wp-content/plugins/gravityforms/includes/addon/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xb3a877f462ffba52786440dacc040b9d, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js', 0, 0x67814a85b7698f2d57eb21442584bf54, 0x67814a85b7698f2d57eb21442584bf54, 0xba3bb1c8fea8bd5608226abb2a017013c282082807c2adbbab4c8e9cf304b6e4, '', 0, '?'),
(0x4a832a28011ee366dc2e0577b3694cb8, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js', 0, 0x31880eda40beef469a3d1d4f98aa8cac, 0x31880eda40beef469a3d1d4f98aa8cac, 0x4e4ffc2858fc378ca79bbd4d60df227ebf4f5ab7a6a91aacd74ec629c7804be8, '', 0, '?'),
(0xd96d59faa572cb27c87c8a1fcd8935fb, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js', 0, 0xc7e357ab66b93047929235736875e579, 0xc7e357ab66b93047929235736875e579, 0xc3ad118dce714ae58be70881e7ee332b71ed8c94b1bdfe773935bba5cb9de14c, '', 0, '?'),
(0x04a3690d408a7d18056cd28ff0e6edc9, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js', 0, 0x463747b7abd56c149c701b28565813bb, 0x463747b7abd56c149c701b28565813bb, 0x8ddbe795ea1815c49238f2beab41ccdae95d3304a35e10abffb69dff9e7f4325, '', 0, '?'),
(0x6cc4a175bb3e51a4eba5200050df2847, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.js', 0, 0x75cfdc6be275bdfe0484708ad3bb9bdf, 0x75cfdc6be275bdfe0484708ad3bb9bdf, 0xeabbecd90ccae4a1bd443c3045c6c4e3c7e58d460f47091d796dbb0532d75c67, '', 0, '?'),
(0x1443bd205c43a512e012d1b241933298, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.min.js', 0, 0xedc809150eeac1680a4fd4d07151c810, 0xedc809150eeac1680a4fd4d07151c810, 0xa8490cac41516b9b8855e8287108e5ea8c2e655a4a3dcef50edb4dd19f8b30ec, '', 0, '?'),
(0xf84d68c7ba0d7f8d7e4c6f681ad05cc5, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.js', 0, 0xdd746ee1dd535de0452f1188f6ef5bdf, 0xdd746ee1dd535de0452f1188f6ef5bdf, 0x0188bbe2a77e10c8d97ad576e6cf51a56d72517cc668dcfc574fa9bc56d61076, '', 0, '?'),
(0xf6f6e3c9b924997459abd64a4c72c5f0, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.min.js', 0, 0xdd3a3d2579202fb824f407ccd6158c93, 0xdd3a3d2579202fb824f407ccd6158c93, 0x02012fa41ad00e05e377c7365846bac3abbb203553ffc0dcd00dfdffb23cef47, '', 0, '?'),
(0x196a3ba096a15f8bebbe5d6b4d3994e8, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js', 0, 0x26bdb977b188b38339bd7a97696d3cc5, 0x26bdb977b188b38339bd7a97696d3cc5, 0x8a037b4755cc6872b7e1ec3afd7e80ba443811894d01f397af797d280b8faf63, '', 0, '?'),
(0x6023c47071ed96d1f9e429903a261b6e, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js', 0, 0xafbb3b448bcf673dbd20d379668fb567, 0xafbb3b448bcf673dbd20d379668fb567, 0x329e8cf90b64adfc34f967d5c6d9f90a35559388252813317d0805a9e4629a98, '', 0, '?'),
(0x161b24c74ba6be6c9ccf19a32d29256e, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js', 0, 0x670b8daaa5d1aa05b28c80eade52d778, 0x670b8daaa5d1aa05b28c80eade52d778, 0x08cdd40ab43eaba78325bb1117207be736fb92b8f9f23e012a8b0d2403f7fbe0, '', 0, '?'),
(0xf5de4920a8e5430a9dfe5de04e1b71d7, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js', 0, 0x9835f234301c50f1154e495f6bf5dd36, 0x9835f234301c50f1154e495f6bf5dd36, 0x48fbdd5ceff1d9c85772bc4900bccb0b1ae6c47f7c5169c621b12a3b4318f59a, '', 0, '?'),
(0xa24991b7b0e65dfe0f8d6980e0dd0608, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js', 0, 0x4ab76e97a36ee2a822f29744a6aec196, 0x4ab76e97a36ee2a822f29744a6aec196, 0x859b81ef5c51d0fd9d978a98f6623050cd3962f4263f29483e677c847b89ae16, '', 0, '?'),
(0xed986cc405718c124a7e3830ff1dfbc5, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js', 0, 0xd9dc0b04c92b0639743cbbd8103c7ff4, 0xd9dc0b04c92b0639743cbbd8103c7ff4, 0xe3d181656ba1dc109db633a0d4dfd13c97097c4c15f15e3fb52734b78b0f16d8, '', 0, '?'),
(0x232ae1a5051ae70824f4fc7dac4e5971, 'wp-content/plugins/gravityforms/includes/addon/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x90d86b1f656b512fda984deb41d185af, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js', 0, 0x0f550272b1389e9c41d2741228ed7e82, 0x0f550272b1389e9c41d2741228ed7e82, 0x4c29eb04396f6e68b3ff262faf3a7a83743513c86864d259638d73b570e0bd16, '', 0, '?'),
(0x42e6ae5ca3d7b237eaa097b16d20a924, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js', 0, 0x2261ba27fe592ef20e1a020266b666b2, 0x2261ba27fe592ef20e1a020266b666b2, 0x385db7e6fc3a87b4466d1edd4abba716122286090b511e49c3d4ca496e8bbd23, '', 0, '?'),
(0xd4332c001c0cac20345d2b49292913f9, 'wp-content/plugins/gravityforms/includes/api.php', 0, 0x6d79fe435677ae051bcd3b746156e844, 0x6d79fe435677ae051bcd3b746156e844, 0x08e6f90d5da0c593510bf65baf05c8d291f9d282e6f2d47707d249aa4a5636f4, '', 0, '?'),
(0xc9cefeeff22fa622efe6a89eafa9bf1d, 'wp-content/plugins/gravityforms/includes/assets/class-gf-asset.php', 0, 0xdbab61af49680fb6cec49fe9bd959eaa, 0xdbab61af49680fb6cec49fe9bd959eaa, 0x8e52bad73a78d90363ba2194752a455e761f1632ced8e62511a4594d8551b988, '', 0, '?'),
(0xac552a6d1b6e824f910ae0280e5ed42c, 'wp-content/plugins/gravityforms/includes/assets/class-gf-script-asset.php', 0, 0x4af36a714eba674ac93d7c0ccd37811a, 0x4af36a714eba674ac93d7c0ccd37811a, 0x1c24a0e9a0a8468fbd9c083ab3063f1152934ca01bd65063c42bb07bca5b2a1c, '', 0, '?'),
(0x2b06fcdea6eb0d8f80783affe50190c0, 'wp-content/plugins/gravityforms/includes/assets/class-gf-style-asset.php', 0, 0x16ce3d730d9b988906480e030a557a8d, 0x16ce3d730d9b988906480e030a557a8d, 0xdce0918f3abd71b0a9079d0ad9a7350d06674db9a753deddf309beba9ebf35c3, '', 0, '?'),
(0x15186c6fc55960e7d00b611f205cac72, 'wp-content/plugins/gravityforms/includes/assets/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xb233ea8f314f728dcc8e2dbb6291cdf0, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block-form.php', 0, 0xa828635f7ab6bae4a6d5d55c4062bb71, 0xa828635f7ab6bae4a6d5d55c4062bb71, 0x43a2a97e102f9126264db1bdcf8cde5f3279de5f27c074411a3b5134eb4f241b, '', 0, '?'),
(0xc39528029387b8e10917028f8384eb5f, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block.php', 0, 0x8151858c36f2d1a33ce227d5b0a0e1b5, 0x8151858c36f2d1a33ce227d5b0a0e1b5, 0xa110f3ac9647a1443e6d9df0e5f7a0fc3ba19ad7f87ee729fd3e95ee1cf656af, '', 0, '?'),
(0x1b2d9228a55d955e4b9c6c83d658a971, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-blocks.php', 0, 0x29fd11cb0bf6cedcff4085c14e791d82, 0x29fd11cb0bf6cedcff4085c14e791d82, 0x5ede5fc1b5e87697e074bd1b843fc53baf22539bdccf21aa276786a3c2593648, '', 0, '?'),
(0x18ec979e22f63f1893c61a9fef974d0a, 'wp-content/plugins/gravityforms/includes/class-confirmation.php', 0, 0xaf113746ea8e4ab22164bff726b70a5c, 0xaf113746ea8e4ab22164bff726b70a5c, 0x1424d5f1c32743b9075e96423457f31f91580c061c84da55f8ff7b20615ab4ee, '', 0, '?'),
(0x473fbbab1a1d175d497fc4135e4df2a9, 'wp-content/plugins/gravityforms/includes/class-gf-background-upgrader.php', 0, 0x4b2a1447e9bbe88fa41241c988e721b8, 0x4b2a1447e9bbe88fa41241c988e721b8, 0xe2e935d9c7b137102111dd9566703bff3bd1d5686c310313782ce59a3aeb369d, '', 0, '?'),
(0x0f38d417f11fd99b315afdc8ebbaabd0, 'wp-content/plugins/gravityforms/includes/class-gf-download.php', 0, 0xaa2a9a30f4df8fc9d619ab14eedd4ed9, 0xaa2a9a30f4df8fc9d619ab14eedd4ed9, 0x7327218cb47e91daeded8eb162e2bc3ad5567e7e8f31797c131befee045edd1c, '', 0, '?'),
(0x58b5aa65d5224debf089da31cc3a02ca, 'wp-content/plugins/gravityforms/includes/class-gf-osdxp.php', 0, 0x8796ebf3dea8da27fbc4cd286cda0e5d, 0x8796ebf3dea8da27fbc4cd286cda0e5d, 0xc9341b6f928850f7db1c8c2d7f2953630177e428447b5ab13ca8fa5e9d5f457f, '', 0, '?'),
(0x7e4f4bda6bf806768e45edb90b4a45b7, 'wp-content/plugins/gravityforms/includes/class-gf-service-container.php', 0, 0xb90aca3c9373f5c93a7acd5b3acadcbd, 0xb90aca3c9373f5c93a7acd5b3acadcbd, 0x8836c030c1e6ef402c6a46f2ed315d86c74cceddd1a4edebe27c814d3ea93a3e, '', 0, '?'),
(0xb64d4b5f7876ae614addb025014809fc, 'wp-content/plugins/gravityforms/includes/class-gf-service-provider.php', 0, 0x224ad5b0c4584b4b35e6e96563a0563d, 0x224ad5b0c4584b4b35e6e96563a0563d, 0x333156aa728f92ebd616625ac3084e4a68cb3866da43a32be5933c96751fb990, '', 0, '?'),
(0x7765c39fddfc592de8cf249659183a98, 'wp-content/plugins/gravityforms/includes/class-gf-upgrade.php', 0, 0x5170279b20a90ed2dc27042c95111458, 0x5170279b20a90ed2dc27042c95111458, 0x175c32b5d2762e8796e48ba1ae16c9e06c7b1e0dc73820cd1fc2ef6a9c74da50, '', 0, '?'),
(0x00d02fa0134b9a90a17c74415d95b484, 'wp-content/plugins/gravityforms/includes/class-gravity-api.php', 0, 0x608121642f972b77541bbe8a35e20931, 0x608121642f972b77541bbe8a35e20931, 0x9155668112a1126b9ed4d63310bc551aed819f89df6e7972610140cb9b73cbb1, '', 0, '?'),
(0xfc6072ef9fc416bd3760856d620d99df, 'wp-content/plugins/gravityforms/includes/class-personal-data.php', 0, 0x4dd5b980056745e9a5c101e8c403c758, 0x4dd5b980056745e9a5c101e8c403c758, 0x631524403c9110a21c3d4be836eed24f68f30aa29653ea6663c4433851c9c654, '', 0, '?'),
(0x413d4de14d05975d069224ba2f2e3a7c, 'wp-content/plugins/gravityforms/includes/class-translationspress-updater.php', 0, 0x065a5787841bb18cc11b71295382ec3c, 0x065a5787841bb18cc11b71295382ec3c, 0xfb1554371614c9be29aae1e594ab6a5fe0227e6c8e3d838cee5899e98918c633, '', 0, '?'),
(0x9b9a890e651b754fa139d0cbc8cc95ee, 'wp-content/plugins/gravityforms/includes/external-api/class-gf-api-connector.php', 0, 0x39f08ff1f9d1d898c711a8a4dd34fcd7, 0x39f08ff1f9d1d898c711a8a4dd34fcd7, 0x9ecae2988bc5a14cae6c00f484641d974a2ccdd329ef2388b1ce470d142b7342, '', 0, '?'),
(0x6657d57b2fc254371d2cf5c531b2f221, 'wp-content/plugins/gravityforms/includes/external-api/class-gf-api-response.php', 0, 0x610e1257aecd10a082c60bec70178613, 0x610e1257aecd10a082c60bec70178613, 0x36c071c6c0dee8790b1e0879f2e055cf292a68ecd9786b56889d997cd4a6cf7b, '', 0, '?'),
(0x381b1d2a57875f5a61b58b0e0f9ca0c4, 'wp-content/plugins/gravityforms/includes/external-api/interface-gf-api-response-factory.php', 0, 0x34a7e6e3e883cc847e0972a2c4e29812, 0x34a7e6e3e883cc847e0972a2c4e29812, 0xd7a9e54837d9ce5990f912bcdf0605cdf3bddd4e48dc8649d9bdf3e70eb7b5aa, '', 0, '?'),
(0xbeb63415afedd79eb19e7e7b9dfc6739, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php', 0, 0x5e865ce8db0c036d48e14ee66ca416e9, 0x5e865ce8db0c036d48e14ee66ca416e9, 0x38daa2cef7f312b7bb77f138c138b8ef7ab7d7216b101547bff653dfbd9cfa29, '', 0, '?'),
(0xdf111400e6152d7ad3e77b33e48052ee, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php', 0, 0x5c738c7418ea3c671fdfa4a39ff9224f, 0x5c738c7418ea3c671fdfa4a39ff9224f, 0xdbc6685be82a56ef76f62b632bf8e6a5b8dfdf1a8f4f2ad4e78c52dfeac92071, '', 0, '?'),
(0x3fef366aef545cfa2323aa1962419fe1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php', 0, 0x6b2d719e63bd251aa75b23ad567c868e, 0x6b2d719e63bd251aa75b23ad567c868e, 0x1cc0e86bb24b8d93a636633f817e77c2314e89417f6522415d65cd648a8583c0, '', 0, '?'),
(0xc0c89a029d78cccfa31a2e63f6c22b3a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php', 0, 0x0eb3af29ef47776a36cbfe8a3b9dcbfd, 0x0eb3af29ef47776a36cbfe8a3b9dcbfd, 0xfd748b3713a873cb6c7361501f0d963dbd77e789114e54ae0e17e246b8e706a7, '', 0, '?'),
(0x5399ea5b93cd19c0173d76f95380e54c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-consent.php', 0, 0xd0daf264514b244923bbc4f25b756b50, 0xd0daf264514b244923bbc4f25b756b50, 0x1847177636c37a5f99f4404ff2c687d4dcab90ddc2b67a779e8937cb47424e9b, '', 0, '?'),
(0xdef612cbdd2ab394da8f77e958f95e43, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php', 0, 0xcf200093a08eba56c09b360904a4da41, 0xcf200093a08eba56c09b360904a4da41, 0x59e011d37284ad14502f94d0b8a931906f2ded53656633a9ebcef4c14f993533, '', 0, '?'),
(0x59e52040def260a922743b1e8295bbff, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php', 0, 0xc307b137df99805eccab8bc2a3ab22fe, 0xc307b137df99805eccab8bc2a3ab22fe, 0xb3f508027f6ce888f71a82767c6f99d9298eccbf8bebbbf16c0942df1f78d88e, '', 0, '?'),
(0x3eead7ac2298bd073085203473d6d8c2, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php', 0, 0x3853c29e54e63db2f0f50656771881fb, 0x3853c29e54e63db2f0f50656771881fb, 0x47d27af1ed5f0744d09d89a09ba62467a162d8b49bcfa0e3452df4ab0de54809, '', 0, '?'),
(0xc69bf593ba2bc5c41be4015709a1818d, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php', 0, 0x11a9ff2da50c62b4e45a34a2c68b4ff4, 0x11a9ff2da50c62b4e45a34a2c68b4ff4, 0x1459fb597ce85268edd5655d1f95f3700ce5bfc9063646a8b08550024345838c, '', 0, '?'),
(0x4145160d25204244f7f06e29279be28b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php', 0, 0x3345c8febbace9206f63a04c6c4947af, 0x3345c8febbace9206f63a04c6c4947af, 0x6d69cc18785242ee033ef414041c60770eed62276644366c79ac57b774eae58d, '', 0, '?'),
(0xca2ddc55c3279669bee44df021350d87, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php', 0, 0xf2148985e20ee24ce65ebca249a5ca87, 0xf2148985e20ee24ce65ebca249a5ca87, 0xa492a2b6c7d62fd837c72d8878d6d79241f7866979cda2807b33c8599e70a44f, '', 0, '?'),
(0x9c95fc02c65906c4f7b1803ad7c51d8e, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php', 0, 0x8fff724a3a19e1ff2ac85a446b51c5d5, 0x8fff724a3a19e1ff2ac85a446b51c5d5, 0xb783f895727512888f281720e78531e43a024448b966abf3ab1d653e71a6bf73, '', 0, '?'),
(0xf6187ddbc37ca8c02e7e0b59c0c3c67d, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php', 0, 0x6c6305ebe8bbe470104b3453cb3e1ab0, 0x6c6305ebe8bbe470104b3453cb3e1ab0, 0xaa615498ab44f9efcfabab9f96893026f0e667f10c3b9dc43c65a7a994b334c1, '', 0, '?'),
(0x912fb984e7fc498b74dbaefc124fb9f9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php', 0, 0x984eedb160acaf7cce19643a34808a46, 0x984eedb160acaf7cce19643a34808a46, 0xcc1c84a65707abec9be241be8e50709d18f962b559e36ab2b79bdff386df2bd1, '', 0, '?'),
(0x49927db8be9a8a9710ed23c69878e6ed, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php', 0, 0x057d3b747ad24700dca9e8fd4560cf22, 0x057d3b747ad24700dca9e8fd4560cf22, 0xf734672cb0d6db8565c1292b06363c5dbd3ce96940d87d6f0a850ad352f11c42, '', 0, '?'),
(0x9b7b11591b198c09620150719f1c6d86, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php', 0, 0x6f2ac77bb0e4d0987c82aa78b72fd692, 0x6f2ac77bb0e4d0987c82aa78b72fd692, 0x09240f7c961aefb7f2340ecbb7cb0ebaed00e9787a062d508d2d8ec501a58cc0, '', 0, '?'),
(0xe38f55193597bfda0d661be5876ce472, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php', 0, 0x5324e1048dbf3193799e23f218494950, 0x5324e1048dbf3193799e23f218494950, 0x57cba97b91c75650debe5cfefdd5c5f829d48e05912906d5d5177e9119e69746, '', 0, '?'),
(0x7657413dfeb8eccdc3c41bddb51df5d3, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php', 0, 0x1cb45e9835da99ec1af3801f128a4294, 0x1cb45e9835da99ec1af3801f128a4294, 0x3cc5df781add876dd8f4699d2da8dc7b96d732468daf5d8444895f84de9eeed3, '', 0, '?'),
(0x8a89acfc1fdf5b91513c10aa8f5f3826, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php', 0, 0x887b1bbab437563c4075b37ec71eb697, 0x887b1bbab437563c4075b37ec71eb697, 0xd091d2953b389a3040e65cf86ddd6dbba9861ed489a2b7b6998668d1304d3dc8, '', 0, '?'),
(0xd95bdcf22ff6baba280da6725abfaa04, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php', 0, 0x4acf05453e46a84ec48a0a3b60c3cc80, 0x4acf05453e46a84ec48a0a3b60c3cc80, 0x3a164fb9472a853338ec9c29373f9598e8ff9e984d05fe02562e82fb243a9456, '', 0, '?'),
(0x2cba358a100c7da6f4f30a1bb13fd617, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php', 0, 0x4d2671d9d57eec6bb6231f04689b7daa, 0x4d2671d9d57eec6bb6231f04689b7daa, 0x735387b3f679bf381e5c55a1c34143625d8ffd2f1831db08052e1c5ce03513c1, '', 0, '?'),
(0x01da657814e6e17fd7885117fb971b2c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php', 0, 0x5a1e2ce77dc3e6cde9ecc8720ff09453, 0x5a1e2ce77dc3e6cde9ecc8720ff09453, 0x3a3a25d762438f38ab5cdc8a418bc8af3dc278fc5824c5f3ae2983f3cfac3af3, '', 0, '?'),
(0x162d963ebe3d83bf834afd33cfb9d145, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php', 0, 0x30661169718bc52383d506f915839278, 0x30661169718bc52383d506f915839278, 0x6a34fc51e0f5c4dfcbc8eceaf811225c96dfd53df5afbbe3b1e75405f3ada4d9, '', 0, '?'),
(0x7a18e371842726931a2d2abf6f557a1c, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php', 0, 0x535509be86f983c867b4019054123178, 0x535509be86f983c867b4019054123178, 0xd9389ee55de1c50a5e9581a74facbc17298f47f515af647e1497e4ca8c62bdc6, '', 0, '?'),
(0x8568c08645bb86719e8c85458605c12a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php', 0, 0xbbff0021bd2bdda673b82764bbb378e4, 0xbbff0021bd2bdda673b82764bbb378e4, 0xfb1ff8b979bf6cb434d809cf75ef2674b82b1e399d18195316b8acd58cd5d074, '', 0, '?'),
(0x7334a3a726dff50a9874801fb24a4cff, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php', 0, 0xbe5e6d6e7863f86ead7d50d26f3c2dbd, 0xbe5e6d6e7863f86ead7d50d26f3c2dbd, 0x2056e21efb93a0964a1a566b81dda0c938e6aeadb3e675f9d2edd0c57bd4ae54, '', 0, '?'),
(0x45d38207ca7244ad7d3795c89a95fcd3, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php', 0, 0xa0001f1398c1da197caaca4bb6e57edd, 0xa0001f1398c1da197caaca4bb6e57edd, 0x3869f1dabba5b0b82f1af46ff394fb846da1ab1ebc1b7256466507175b93918a, '', 0, '?'),
(0x577c93bb7db98b453aae94cabec19e31, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php', 0, 0xd5b706e2ebfc7fb947e3c34a18327d33, 0xd5b706e2ebfc7fb947e3c34a18327d33, 0x8a0f4ef6d4c77ddc2224f61fc4a1e1dff09867c165af1f9953ee3ee86a7f2c2a, '', 0, '?'),
(0x9952ee4659543cd14768c9d65ac7306e, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php', 0, 0x67121cd4566bf1b8bcd9b06ef966e756, 0x67121cd4566bf1b8bcd9b06ef966e756, 0x148550d3f7bd066e0ac4866fcb71959027e72c3e5d3ed860188c57bc13e58aeb, '', 0, '?'),
(0xe98e280de15058a35f1832e7ebdc4aca, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php', 0, 0xf1ef6858713fdbf35631b3fc6b939ba7, 0xf1ef6858713fdbf35631b3fc6b939ba7, 0x11f920eb808f08134a14cc57926496526b7d90c95483ce224ab1e3ce1fe764ad, '', 0, '?'),
(0xa86f5e51276cbbb386ba6881ad886f57, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php', 0, 0x599d66e0e5109a00ffe144fe504a5903, 0x599d66e0e5109a00ffe144fe504a5903, 0xf8ddbb573b9c365648b30974cc5063a214ee55a392204490196780928eb7cd40, '', 0, '?'),
(0x0737f837a5815e250d4215b00b69b74b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php', 0, 0x318070f53c9a9abb93699a13c11f3378, 0x318070f53c9a9abb93699a13c11f3378, 0x87cf44ac7143a5d9e9b8e3e813f6c29fcbafc1e7d9d8dc8ccb8b94a9d6a6028a, '', 0, '?'),
(0x3714edb787532726edac1a32b13a5ca2, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-repeater.php', 0, 0xe40948d792f997f6b70a540d4230cbec, 0xe40948d792f997f6b70a540d4230cbec, 0x7461fa569a3e5cbe168023264491ca5e524111a867b698d4ed367f86b65e4a3c, '', 0, '?'),
(0xe8535db63476a681b040b2cca2f6a2b9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php', 0, 0xfe4075208eacb57179a1bc1d0ee87b9f, 0xfe4075208eacb57179a1bc1d0ee87b9f, 0x458cdefb5105714af3ae41b535e3e91f1a5b91d92d17d373d494a2c8b4d0d39d, '', 0, '?'),
(0x53f21eb0246c64e8cacc49253abefb77, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php', 0, 0x94c7ea2bea5db60eddf6471566a50985, 0x94c7ea2bea5db60eddf6471566a50985, 0x6c980ca755c189fe07dfca50743de880a9f55e27ca42f6757ae80eed69099bfe, '', 0, '?'),
(0xc9e3c3394d7cbb72ed57c09120aac5fd, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php', 0, 0x50fac07754edf8e7d69e183294cc64f6, 0x50fac07754edf8e7d69e183294cc64f6, 0xf06d65e5ad0f11dde930f5efb178a975aae3ab509f27c7d7b745d27105187252, '', 0, '?'),
(0x6767e34e37fcbe17b265362dcafd81ac, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php', 0, 0x9ed9b4f28d9eff46e1684ac402c62524, 0x9ed9b4f28d9eff46e1684ac402c62524, 0xc011d910c95157776e66489d264f3d822ec7e948cdb3fecc3d2d5f4ed608c54a, '', 0, '?'),
(0xf97efe1cfeed976c94b23365d213c7a9, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php', 0, 0x293e5148cedef8b45024830674fb1b9e, 0x293e5148cedef8b45024830674fb1b9e, 0xe2d486809f455cae7861699035ff50bc00c6cdef0245e1beb55c3e86b56956d4, '', 0, '?'),
(0x660cb89e914308bcc5d8ef97784b3b53, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php', 0, 0x51424697f9bf0fac4b7c6b539d6e8e6a, 0x51424697f9bf0fac4b7c6b539d6e8e6a, 0xaa5ff1d6843ecf88a2d913a658ce5a15fcac649f6246c574db6d66b5993046f7, '', 0, '?'),
(0xcba3e1bec5de8eb1693c6ed88334cbb1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php', 0, 0x34704947e867380e7e8972d23e2f5ca7, 0x34704947e867380e7e8972d23e2f5ca7, 0xd6fbd89ac8dda591c0717fe37b6bc0f062b5aba8eb37ea0db0a1d9e0f4737ffe, '', 0, '?'),
(0xeeecf7ecd448fa60ade9e1e76334e7c1, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php', 0, 0x9e86f67943305343b02891ae75bce909, 0x9e86f67943305343b02891ae75bce909, 0x4c2e5c8787d3e11a6621d2b2da21ec5d543d69441d9c529a7da9a112fe4b6913, '', 0, '?'),
(0x7c8d20aa1a0e3e550c42705651ef6309, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php', 0, 0x6381f97384704248fea79e8aea438ec4, 0x6381f97384704248fea79e8aea438ec4, 0x3f6791d5cfa5f3bac25b3a15630208dd700f911631fd63b28bbf9dc53a6a71c3, '', 0, '?'),
(0x1a61ea34ec57277d7e36fa1d4918780b, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php', 0, 0x67de60878a71924a9dde144e739abde0, 0x67de60878a71924a9dde144e739abde0, 0xc283b63f99faf3cc151fee3abc2b5eee84f7438fa11b39eaed809d403e0e4410, '', 0, '?'),
(0x85a1abb45aa855f7342052a8ea3a118a, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php', 0, 0xc88f80ef52695a4258813e733cd14115, 0xc88f80ef52695a4258813e733cd14115, 0x6530d347bb92e1542357959405f7b1b3bcbe58194237bfda10647da5b86f6930, '', 0, '?'),
(0x715b1b04419dd9034f1921bb19fc8c01, 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php', 0, 0x84e4892663c45df7b7118e446ab05417, 0x84e4892663c45df7b7118e446ab05417, 0x160ab48179d2c6481a56c7b2d2782e099844a398f6faa3eeb6fa526a50d1519b, '', 0, '?'),
(0xbcc3a322e811bda73dfa9544f7de0a50, 'wp-content/plugins/gravityforms/includes/fields/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x41d8ae153e64c86c6868104cdb47fdcb, 'wp-content/plugins/gravityforms/includes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xfa94724e8f2b1e9f4684f50b1396e675, 'wp-content/plugins/gravityforms/includes/legacy/forms_model_legacy.php', 0, 0x1c39406be0a353e7596c464ef6ca5daf, 0x1c39406be0a353e7596c464ef6ca5daf, 0x0b5fcf5abbd3c2086beaa83896a00d2b7b3c00a7812f59fba962f2aa12324e07, '', 0, '?'),
(0x33dae90451e060b237c99ab4e870d87d, 'wp-content/plugins/gravityforms/includes/libraries/class-dom-parser.php', 0, 0x155bfd32d66cdfb182f29fb4701cd51a, 0x155bfd32d66cdfb182f29fb4701cd51a, 0xda548009c4a1272ce2f84598693e23311931a2b3c9d3c2f8e4cdb1a30e8b8229, '', 0, '?'),
(0x534e153e834a18dd118768c8ca6af03d, 'wp-content/plugins/gravityforms/includes/libraries/gf-background-process.php', 0, 0x4add35daa6f282e9661678e7b1a6ec77, 0x4add35daa6f282e9661678e7b1a6ec77, 0x9902a73eeca5e777e63c2970ec3b6813a41f0eb588ba755c5f8593d1e08f738d, '', 0, '?'),
(0x238d5bcb6a9eb9e5377ee0b69b7e4e09, 'wp-content/plugins/gravityforms/includes/libraries/wp-async-request.php', 0, 0x79e0879ae9ee860666a46f35b65d1a6a, 0x79e0879ae9ee860666a46f35b65d1a6a, 0xe9afe4fe4fa2b570a9637093448559e6e56d0f9ec796c730b15da7837d8642c3, '', 0, '?'),
(0x120ff613149db3c82c525b80aceaf246, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-connector.php', 0, 0x210d1f0fe394b24915fe6abcf26ec55d, 0x210d1f0fe394b24915fe6abcf26ec55d, 0x8586f68a91909f426cf1dedf47eb0cd1d02ba8ffc499bc446828b407460b5644, '', 0, '?'),
(0x27bcabc0c532036121d9cdc4e1c68ff1, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-response-factory.php', 0, 0x974328e6cc6ddb78a7dd37f3e0511bed, 0x974328e6cc6ddb78a7dd37f3e0511bed, 0x21c19b430e8db91eff8948f1f2a1da3d6b54c71bf2328e0f291e876dd6c77342, '', 0, '?'),
(0x8ba8f37f3f2b781dcd13b689957d6b5c, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-response.php', 0, 0x6dbc4c795d52e777ae1c03d056697fcc, 0x6dbc4c795d52e777ae1c03d056697fcc, 0x8cf7c79a4482af9f2e412ffe9fd4fbe7ae929e76b69fedc64124f745ee078b28, '', 0, '?'),
(0xe40ff9d98475f18478d5040df6980175, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-service-provider.php', 0, 0xa2e00020077ff25999f29a5bc04b9890, 0xa2e00020077ff25999f29a5bc04b9890, 0x818ce4bdf6bc92d30b467c17fef026c4d1b6e6ca6e8360157cdea7eba6b931a2, '', 0, '?'),
(0xcf1705536b227c808cb4538af2d9512e, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-statuses.php', 0, 0x61686127b4f0b9d00212cf47d6826a11, 0x61686127b4f0b9d00212cf47d6826a11, 0xcb65a5e5a8e3aa4a02f6401c7c1395d10d0e1b53af6fc186b6456638cac10ea9, '', 0, '?'),
(0x87624e2af3cfc3d06cc7469b6b328505, 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php', 0, 0xbab09b4caab9b422be25f07b2232380e, 0xbab09b4caab9b422be25f07b2232380e, 0x2606f46e9533013d409bebd48d38d8f38792d367e5dee3639669ce058c16f79f, '', 0, '?'),
(0x81dafcca1ce7919bbc795ea16d54b5da, 'wp-content/plugins/gravityforms/includes/locking/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xa1b3ebdbd7ee6e612e7c84f191c3efa3, 'wp-content/plugins/gravityforms/includes/locking/images/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x61a990117c839e2eea29c73e7402dd76, 'wp-content/plugins/gravityforms/includes/locking/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x14aa577a14ce4698d0f800de5b2c822a, 'wp-content/plugins/gravityforms/includes/locking/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x6b953b99a7a49bd7bed43967c41df610, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js', 0, 0x37812dd43ee8af61353560e55c208675, 0x37812dd43ee8af61353560e55c208675, 0xc2425754db7af3edd8b1ec0fa0fd2551fd187c83735954e8e080c55f59aad26f, '', 0, '?'),
(0x244b8487cc2a9ac24e4b3af003f660a6, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js', 0, 0xf04ee1ff2b871116e8a9dec4be80ed12, 0xf04ee1ff2b871116e8a9dec4be80ed12, 0xe809ee938642b941b55e90af62b038519481b34e5965df3afc354dc0b35e21be, '', 0, '?'),
(0x7410527a90c9f605c8640770c582f5e8, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js', 0, 0x051616eeeb82b2e17690a414b8df496a, 0x051616eeeb82b2e17690a414b8df496a, 0xaa0484c4f7e455e2fb0aade36adddb4451eb0bd3b7fbbb2ac2e65cd2e47aed73, '', 0, '?'),
(0xa5d3dae383b9bea8ecd3d7eb5aa0fa63, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js', 0, 0xc6931fdae4f1937de6ade3be5f846484, 0xc6931fdae4f1937de6ade3be5f846484, 0x7e6d11f64eab3ddeef342ba80cdf8aa74d1c5279487ee1475f167b8e67217d7f, '', 0, '?'),
(0xc6ac3f7ae95462eeedc595f3a7bc3ef1, 'wp-content/plugins/gravityforms/includes/locking/js/locking.js', 0, 0xfd037280801f1b111407dad81587c26b, 0xfd037280801f1b111407dad81587c26b, 0x6e42abe8bf964acbef6f2e73b54c1f7c132a82960f761a7f67b0309a889a6521, '', 0, '?'),
(0xb36740d737e103ca238fc63e99c78c40, 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js', 0, 0x17b84c0f006781ca972fd5eef526d86a, 0x17b84c0f006781ca972fd5eef526d86a, 0x860d33885a2ee9b657c1ea5983165da4a5b46a43f8188eec087fc68dada2f7bf, '', 0, '?'),
(0xc6d6feb1de7dbb8c287028059d4a3fea, 'wp-content/plugins/gravityforms/includes/locking/locking.php', 0, 0xbe0702455935fac87527578fe231b81d, 0xbe0702455935fac87527578fe231b81d, 0x835846bb17785ebf5ca3b7cdee0aa128cb43c36a2a88583071f0a0142b1bbcf8, '', 0, '?'),
(0xd66f212c7d73b523245fd4b3cd9c3fe1, 'wp-content/plugins/gravityforms/includes/logging/includes/KLogger.php', 0, 0xae52deb0b7bcd7c66d5a9833e07b24a8, 0xae52deb0b7bcd7c66d5a9833e07b24a8, 0x6b138d6697232ea2ccf82fedcdd2d863df97b2467285f70c7b425a7b27493e2a, '', 0, '?'),
(0x20d39015a534e9636acff108ab1a8426, 'wp-content/plugins/gravityforms/includes/logging/logging.php', 0, 0xf36214a9ad19488e5a722fd4ab0e845b, 0xf36214a9ad19488e5a722fd4ab0e845b, 0x622a24f5af5fa14cc8c9c2a5161dd76f1e0824c7909bc987280f33d9527baf9e, '', 0, '?'),
(0xf07a954c1080099084a0759831b6c196, 'wp-content/plugins/gravityforms/includes/messages/class-dismissable-messages.php', 0, 0x9d2c0bce755a47cb5f10852213f996d8, 0x9d2c0bce755a47cb5f10852213f996d8, 0x278a88ca2f034cff916167905b2777d50b30d69b1896a101c20ae4b171782c34, '', 0, '?'),
(0x7b844df27760860c98d9363fb31d3a4d, 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x4a5a8fe56ccd7ab5b71457691ef517b2, 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php', 0, 0x11051877a544e8cddebd8a3ca55bba10, 0x11051877a544e8cddebd8a3ca55bba10, 0xf6601e4c9e5327b103c994effd08a6aaec5e7afd41d309265abe2b80826cbb32, '', 0, '?'),
(0x9f58bd69712e0b1dfc1c5e0dfaec1e27, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-call.php', 0, 0xe931251ced3abe1f695675b6be645ee4, 0xe931251ced3abe1f695675b6be645ee4, 0x3c2f61f27f438af1a32adf234204410b00eca3adb8576630c6210f05c69de2a9, '', 0, '?'),
(0xf5bbedfaf0857c8ea093850644151474, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-column.php', 0, 0x90f230533e12580ee03511994396ce22, 0x90f230533e12580ee03511994396ce22, 0xd48b5033862098ecbf23d885216c0d030f05f25498bf6fb97e31ddb871fa9eda, '', 0, '?'),
(0xf116f89bbbb275636f2cbc3098c47fc4, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-condition.php', 0, 0x5a5c3de7a1b3e5dc84139c4a1da7d30c, 0x5a5c3de7a1b3e5dc84139c4a1da7d30c, 0x8655a3a4f6d386d87d1de7b496938a532cf7788c5eda6d46699a2a3d887e632d, '', 0, '?'),
(0x71090c9fff062bd5ec06061c24f057a0, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-json-literal.php', 0, 0x95c39c732991eb68019d7c8ba13e8cdb, 0x95c39c732991eb68019d7c8ba13e8cdb, 0x3b03c9c5e87d1fb44f027a9149ea7edc66e3373a45db2c8e9b04815c33f7d38f, '', 0, '?'),
(0x51addfecd60049d156b0b0128149d777, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-literal.php', 0, 0x0f4107a15ab74090c1eed04aa814bb0a, 0x0f4107a15ab74090c1eed04aa814bb0a, 0x06ce00f1f5c465dad8fac6e85cbe1e85615be895f00c6a0bae1dfcde868e8e06, '', 0, '?'),
(0xa6f25aaa947014d553081ecb4301d242, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-series.php', 0, 0x798361551372e2bae149844cd89e1512, 0x798361551372e2bae149844cd89e1512, 0x03b42a2b0bb122755edae1258fb3b4eb8ce7c08c131ca41a11097800b9109bf8, '', 0, '?'),
(0x7dab7d2ddcb2471dab99ae2e2c871af5, 'wp-content/plugins/gravityforms/includes/query/class-gf-query.php', 0, 0x34f8ebd651c962519ed43792a7e7292e, 0x34f8ebd651c962519ed43792a7e7292e, 0x7d90ac61fdb9a1a6d072110c369c7fb3fe46d1d3aaacc924ecc54b25752bd51d, '', 0, '?'),
(0x128062baaf42d8569ee7a0b54ed77172, 'wp-content/plugins/gravityforms/includes/settings/class-fields.php', 0, 0xb24256e5b54141bcad68f4aa19265f3a, 0xb24256e5b54141bcad68f4aa19265f3a, 0x2fbc3d6d23d3f5d04c840a914041b61ad5dd300214de5d24861be7f2ece06e1a, '', 0, '?'),
(0x93ac09ccd4615e270350f70f013b54e7, 'wp-content/plugins/gravityforms/includes/settings/class-settings.php', 0, 0x320937808c7df3e7a3909aa9a8b07a90, 0x320937808c7df3e7a3909aa9a8b07a90, 0x5e63a567e12fd190fa1eb202505e4e53ede1db6d81ecf25f8f6d37bec9b3669e, '', 0, '?'),
(0x1a70e2065f96462bd55012513d0921b4, 'wp-content/plugins/gravityforms/includes/settings/fields/class-base.php', 0, 0xffb6d735f835fb75a2d4b22d6ff6cfee, 0xffb6d735f835fb75a2d4b22d6ff6cfee, 0xbeaee7b9ca73d1d5cc0d74844cea2b389e27ac0586b27aac8f0de2d9845cd033, '', 0, '?'),
(0x80a0babc0951acbf77077854bcc0e2c6, 'wp-content/plugins/gravityforms/includes/settings/fields/class-button.php', 0, 0x678cfd0315df6a8d3d933821fccf9a3c, 0x678cfd0315df6a8d3d933821fccf9a3c, 0xb03e55726a2d534fbd934ee0361006ae44e94f73e809bdbbb5a90c779a58843f, '', 0, '?'),
(0xa95a801910071c9b1d2eb29ac1b85a56, 'wp-content/plugins/gravityforms/includes/settings/fields/class-card.php', 0, 0xb6bf0f2a9a9dad10bdab422dfb410be2, 0xb6bf0f2a9a9dad10bdab422dfb410be2, 0x6307acd93244b07e721dbacfa07518fa195ab7ca191276ec2adeadb383ec1426, '', 0, '?'),
(0xdf29d1dc0299a96d9a41e27d71f6e4bc, 'wp-content/plugins/gravityforms/includes/settings/fields/class-checkbox-and-select.php', 0, 0xd47970df61124193dbb2dda788200c11, 0xd47970df61124193dbb2dda788200c11, 0x9d184abcfae51882dfafef9b79b7c0977290c7ce528cfe80e4cec67aaa83896c, '', 0, '?'),
(0x6292b83b2eca1493841119825ba637b4, 'wp-content/plugins/gravityforms/includes/settings/fields/class-checkbox.php', 0, 0x489b7f06f2f9d62c77b13318ba954824, 0x489b7f06f2f9d62c77b13318ba954824, 0x35a61faf96741420238d1e97bfe70dfd21ce582d2918a79699c26b071ea9769e, '', 0, '?'),
(0xb7baa825bd9f9b9138f538abdaa13c25, 'wp-content/plugins/gravityforms/includes/settings/fields/class-conditional-logic.php', 0, 0xe9def4ce8d5c7fdb82edbf704e41e14d, 0xe9def4ce8d5c7fdb82edbf704e41e14d, 0x7b99b6ee8505e4ef9e104c0a31d9707bc89a8639cf433faaeac9d5c4b6624101, '', 0, '?'),
(0x170c681178bade3cc8543559d0465190, 'wp-content/plugins/gravityforms/includes/settings/fields/class-date-time.php', 0, 0x3840b857f6d97b4dd92c556ca2810b12, 0x3840b857f6d97b4dd92c556ca2810b12, 0x3eda3a584284879caa494333018970523beff2d37c5874c075840571fcbcab5e, '', 0, '?'),
(0x188ee0cc307a0e0ba848a76a11d9bbc1, 'wp-content/plugins/gravityforms/includes/settings/fields/class-dynamic-field-map.php', 0, 0x3a596cc942dbde660cb3a53425ba8d65, 0x3a596cc942dbde660cb3a53425ba8d65, 0x2434f1feb02cb0bac9453d09915648607315d303617a26204869990130e5233e, '', 0, '?'),
(0x02d92c326498b2e5099f20f5eae9176e, 'wp-content/plugins/gravityforms/includes/settings/fields/class-field-map.php', 0, 0x676399163fa03f5d7e8d6fdafd3d1a6f, 0x676399163fa03f5d7e8d6fdafd3d1a6f, 0xb7a0b1aa35481507e06e7e5c198a7903012f1867e2bc4d120d47c44790488ccb, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcd7fa73003d5d845f7edaa422bf71678, 'wp-content/plugins/gravityforms/includes/settings/fields/class-field-select.php', 0, 0x2682a52a4e3a1d2fee8d19768e0f6b01, 0x2682a52a4e3a1d2fee8d19768e0f6b01, 0x0eb2689e80dee4152e810466fdc11e95552eed443ec449205ff46176ae1cc5e5, '', 0, '?'),
(0x3b1d5f5388f1559890d0269fdf034ce0, 'wp-content/plugins/gravityforms/includes/settings/fields/class-generic-map.php', 0, 0xeba7e02d841735f5e87a2c4eea850903, 0xeba7e02d841735f5e87a2c4eea850903, 0x40c86e4c898e3f42a4582b482aaf9d71b4ba0d61f3fbd506a01289cbe1bfc143, '', 0, '?'),
(0x2852dc66fda00b041773383cf4e3891b, 'wp-content/plugins/gravityforms/includes/settings/fields/class-hidden.php', 0, 0x2248928576e37398d6df4a7e0f48a5d5, 0x2248928576e37398d6df4a7e0f48a5d5, 0xa7fb24a57259f895d2948d62065cff7a73494511a1fc3ac7ba5095f3b1a1734d, '', 0, '?'),
(0x8d013d3e47f965b7d7e5181df96e2f5a, 'wp-content/plugins/gravityforms/includes/settings/fields/class-html.php', 0, 0xc74d9e7cf641638a29b9ef81bdbce871, 0xc74d9e7cf641638a29b9ef81bdbce871, 0x4a9037a39bef7fe396f21890fa33c5b0a2af0ad5aa5804fe1ded9e7c046dbec1, '', 0, '?'),
(0x5808e87f2fa518731b00b1a928e2c1f9, 'wp-content/plugins/gravityforms/includes/settings/fields/class-notification-routing.php', 0, 0xe2b9ea9ebfc7b6a755fc6cc1821db2af, 0xe2b9ea9ebfc7b6a755fc6cc1821db2af, 0x99564ea4360521085adb372d964438932770b85e34f5fd747d7dab4418379de9, '', 0, '?'),
(0x89eb19d1455953df2ad7a288b551ae2d, 'wp-content/plugins/gravityforms/includes/settings/fields/class-radio.php', 0, 0x9e67d5cb4b6efb71dc0d505966ba7e26, 0x9e67d5cb4b6efb71dc0d505966ba7e26, 0xd5a15c1d440644a69e86b22f08ffb9cf82e4b7dd331f692aad3ec4f1a804c81d, '', 0, '?'),
(0x2830f3cdd95411fbc48aaa9f47324463, 'wp-content/plugins/gravityforms/includes/settings/fields/class-select-custom.php', 0, 0xeea140df18563d8a4dabd98b6e121044, 0xeea140df18563d8a4dabd98b6e121044, 0x574b321f92e04ebfd948835d3efa35b5cabf74f08eb977a26075fdd561389ddc, '', 0, '?'),
(0xf250eaba2034a9719121d0b3c6f9515d, 'wp-content/plugins/gravityforms/includes/settings/fields/class-select.php', 0, 0xb34663e6f43a2de8ac68bae1a790ed29, 0xb34663e6f43a2de8ac68bae1a790ed29, 0x16ced0f6ea3685e3ca03e6f198e39188857735c95c918d26bb540b170056c93e, '', 0, '?'),
(0xc0e8ddf1e67444ffb12456ed3d427c64, 'wp-content/plugins/gravityforms/includes/settings/fields/class-text-and-select.php', 0, 0x54cf159eb02f163fcccb7bda22a7d784, 0x54cf159eb02f163fcccb7bda22a7d784, 0x1ab0b075a3fca0b8a7bdf4386cfb8582ef944925d8f790a1da41ddf40a61bdb1, '', 0, '?'),
(0xd2f4107319ef4b6b9e09d5700bf582ef, 'wp-content/plugins/gravityforms/includes/settings/fields/class-text.php', 0, 0xbe7a80824e2b3bf28e61981444afeb97, 0xbe7a80824e2b3bf28e61981444afeb97, 0xeedcd78146f132d5c6b20552d1e425b563bb028ae8ca477d09689c3791d14b5d, '', 0, '?'),
(0xe04c0dab69ed108c25ff00efb085a73f, 'wp-content/plugins/gravityforms/includes/settings/fields/class-textarea.php', 0, 0x8e295df3f75dea2d0ed1f5fd026024ae, 0x8e295df3f75dea2d0ed1f5fd026024ae, 0x41535ec181667446981e3c29a3a708822d9cc1dbbad2ae2730dff5730f665761, '', 0, '?'),
(0x98e7885fdee92750cf2e9cf134d6bd09, 'wp-content/plugins/gravityforms/includes/settings/fields/class-toggle.php', 0, 0x3142de73228ff7525d73a636bc40790c, 0x3142de73228ff7525d73a636bc40790c, 0x269853b2d92f5503210bc89b96c1c128722141ad3e7efd7bfaff9b019d0479fb, '', 0, '?'),
(0x702c93922226af5bceb00785eabcf28b, 'wp-content/plugins/gravityforms/includes/settings/images/gravity-logo.svg', 0, 0x9b728a82a5ae0aaa3e44f4e3b06a8e49, 0x9b728a82a5ae0aaa3e44f4e3b06a8e49, 0xdbde00b766bac5e3ce4628c0542312b320f71f68512dd3b2138a73c4db52171b, '', 0, '?'),
(0xd153a643123a0e4214f23b71489b2010, 'wp-content/plugins/gravityforms/includes/settings/images/gravity-rocket.svg', 0, 0x099f1be82da59ac1f52b18b0ef2b7f65, 0x099f1be82da59ac1f52b18b0ef2b7f65, 0x5447fcebf672f5d4f859337ff98cb0bc47ab11b89aa0ef44ffd7477b1adf6db3, '', 0, '?'),
(0x143884ee5e936a600f62242d970eb796, 'wp-content/plugins/gravityforms/includes/settings/js/dependencies.js', 0, 0xcb799aa8ee03bb17bd498cc5be99d754, 0xcb799aa8ee03bb17bd498cc5be99d754, 0x8cc711d25a524c924b8b854868bad52c07c119480cd3af756bb12de1336cb083, '', 0, '?'),
(0x3193c86f4f76e9bb85b170d15132c0df, 'wp-content/plugins/gravityforms/includes/settings/js/dependencies.min.js', 0, 0xf50575f7d86f0b0bfe7741ef9faf6234, 0xf50575f7d86f0b0bfe7741ef9faf6234, 0xfe4d9e8b253f9f029a36dcefe9863d741176dc56b15ca95eb7d8ae36042c83b1, '', 0, '?'),
(0xd243c6b7fc2d456be1c383fede09e4eb, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.js', 0, 0x72c73cf722243e624220913605de8b25, 0x72c73cf722243e624220913605de8b25, 0x291aaae1d716e6ce34e0aa63ec815310fcbf1a800f6868f160718806397dcfaf, '', 0, '?'),
(0x9995a80c8daaf2224e3ca8d548962c6d, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.js.map', 0, 0x8a6d3b26b24c11e34131da369d81c70b, 0x8a6d3b26b24c11e34131da369d81c70b, 0x524240d5e4b1d076d231960b09fa7892aa242a058d1084eae302fb6e65afb75e, '', 0, '?'),
(0xf5f670c4fc0499de969531d5fe8d65e5, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.min.js', 0, 0x9409a8b1a404ab1f5ded0c9aae324390, 0x9409a8b1a404ab1f5ded0c9aae324390, 0xb2c6f9ce6dc4b174bc21a2f8756b46982368d0579de87cd79f8c96fe4e6fae2f, '', 0, '?'),
(0xf39f5bd5acc865905098c1630203fed1, 'wp-content/plugins/gravityforms/includes/settings/js/select-custom.js', 0, 0x8dd3e11bf3716877eb7556bf128d2aa5, 0x8dd3e11bf3716877eb7556bf128d2aa5, 0xe2c58aba1079aac9743c235cae82026edf21338b3dec95926608beb4e2f7484d, '', 0, '?'),
(0x1a6d3e778062972be2cbb30744b39033, 'wp-content/plugins/gravityforms/includes/settings/js/select-custom.min.js', 0, 0x8855ca90b1ab6cdf56c5e421fe0a447e, 0x8855ca90b1ab6cdf56c5e421fe0a447e, 0x45cbf36720837baa1255ea0f88647c078d1ea7eafb7c35a37a6c77c1a4d464c3, '', 0, '?'),
(0x5010057722efdfeb0d8db9762df3c2f4, 'wp-content/plugins/gravityforms/includes/settings/js/tabs.js', 0, 0x4f43e425e0ae26b7a20bcddd7907a67f, 0x4f43e425e0ae26b7a20bcddd7907a67f, 0x2d161d80f764a8c4de200521e6e1d6ece750ea126dabdcceb431bbc84e5da32c, '', 0, '?'),
(0x80cdd63adaeb579cdd2b33c4ee57eb7d, 'wp-content/plugins/gravityforms/includes/settings/js/tabs.min.js', 0, 0x552530c9bbcdadd9e7273b5d006231f1, 0x552530c9bbcdadd9e7273b5d006231f1, 0x014f0754b282d675f0c4b9c050f39fba22aa855da3f716e5c774756b3cb77797, '', 0, '?'),
(0x67408b8730ca21c8b1d03b1edd726072, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-report.php', 0, 0x6dced3eba3c75f45d88a09b6da2c8b58, 0x6dced3eba3c75f45d88a09b6da2c8b58, 0x1298da569638efd0a7437798730966d154bf036d495e65e7b2d8c174b3832291, '', 0, '?'),
(0xb48bcbd85da3dfd42a5d9315d772c4ca, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-status.php', 0, 0x381f98e90c3e5cbaf55923eee1ffccd4, 0x381f98e90c3e5cbaf55923eee1ffccd4, 0xbcca06f79e8159ae63390f2da8429f49a459ff02d236b82479ee7e35cb30928d, '', 0, '?'),
(0x1edb82a55c2b8e60a29bd23aec2b9a19, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-update.php', 0, 0x3d6142a68a8da1e2ac9136d084658cce, 0x3d6142a68a8da1e2ac9136d084658cce, 0x051b97d2503f20fac1a47dcbf0b435ec1811a7e54b15c630e79fef5d801c2aa5, '', 0, '?'),
(0x331f81777ea95b515d8eb4005c622c98, 'wp-content/plugins/gravityforms/includes/system-status/js/clipboard.min.js', 0, 0x472a4ea206936ca4003e609c66f590a7, 0x472a4ea206936ca4003e609c66f590a7, 0x6be67cd3c78bee056bacd01e31708d6528e3b09d73248cf8d268099f89593784, '', 0, '?'),
(0xa7b267e1c56125e5aabf77b9c54a996d, 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php', 0, 0x0414bb30e113cc07e547ddabbe981d50, 0x0414bb30e113cc07e547ddabbe981d50, 0xe2b2e3eed209256a605b2c9a9d68816e22e50f87d07dc85514917f0b07bf3465, '', 0, '?'),
(0x2731142ad821c75d4b54d84c018511a9, 'wp-content/plugins/gravityforms/includes/trait-redirects-on-save.php', 0, 0x382f95d3290ef46920bd9e12796f7d61, 0x382f95d3290ef46920bd9e12796f7d61, 0xc99ef1881f7e81294e6cfdc47c23e3acfe08f7164f03d84bc4b6d910e84af934, '', 0, '?'),
(0xc2b4fa693485958ee2143a03d878b294, 'wp-content/plugins/gravityforms/includes/transients/class-gf-wp-transient-strategy.php', 0, 0x60f94e9c8deed37da9a3e6c5d945817c, 0x60f94e9c8deed37da9a3e6c5d945817c, 0x0346c43f72d296932304ad25db42a270434c39ef5bdc5c455db8adf60d693d3a, '', 0, '?'),
(0xda451185603de83dfa346bda225a60dd, 'wp-content/plugins/gravityforms/includes/transients/interface-gf-transient-strategy.php', 0, 0x581700fd1abec29aaac784176d38c84b, 0x581700fd1abec29aaac784176d38c84b, 0x3987b100357453e64a7e9144a9a2fc73f038867fb934aafeb0d80a3b4fc1e58e, '', 0, '?'),
(0x6c445ba26ca16abdfeac358c040222c1, 'wp-content/plugins/gravityforms/includes/upload.php', 0, 0x69fe3a37bae18c8699de2d80c135d105, 0x69fe3a37bae18c8699de2d80c135d105, 0x9c7b2e2fd3a41b89c3b19e8c8662afc6f05326de8116f016381d3efc4c377f27, '', 0, '?'),
(0x912017ae396560fadc5ac9add3508e96, 'wp-content/plugins/gravityforms/includes/util/class-gf-util-service-provider.php', 0, 0x6ef0ff9ba0483f6c7c6b9c5c26df5dce, 0x6ef0ff9ba0483f6c7c6b9c5c26df5dce, 0x5eea8f6fa4134594f23ca5e0b6c01c9d773620a371ccdcb74740d93c4be3a7a4, '', 0, '?'),
(0x9f20808ea2f85d258faa196ab325678d, 'wp-content/plugins/gravityforms/includes/webapi/css/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x304086849698fc1c306a9f6b4a8912b6, 'wp-content/plugins/gravityforms/includes/webapi/includes/class-gf-api-keys-table.php', 0, 0x36f456a27dbd67373452588243e19bee, 0x36f456a27dbd67373452588243e19bee, 0x640ede2c27a749556c94d2584c9477039b9e6f494b4d355995d0ebb560a43865, '', 0, '?'),
(0xdb922c73d03da092ef45206b36eb67dc, 'wp-content/plugins/gravityforms/includes/webapi/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x8a40d631a52dc7c58a3509f652946a32, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js', 0, 0x0492f6d0c9073c63b0e45d6b7a3cd2f4, 0x0492f6d0c9073c63b0e45d6b7a3cd2f4, 0x91d57252bca1cfa51844fc58ec5957737d530d1296587a8dba53cdf3259a1549, '', 0, '?'),
(0x1ac825963bcb55fd6628aaf296eeb355, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js', 0, 0x70b7cf7d116b4e9c45e50734a9388e75, 0x70b7cf7d116b4e9c45e50734a9388e75, 0x1b2f0c88f210f3a27ff721d6c254263ec6c1da80640967c72b16e535310ccf9e, '', 0, '?'),
(0x7c265b56685238dd1a905019b46946bb, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js', 0, 0xe9dc7ab960a342a18c39dc1e1e0ef60d, 0xe9dc7ab960a342a18c39dc1e1e0ef60d, 0xe5ee4e580315a9f8a4078e46721d37eda6ecce43fd411be6d796c1ba7e6641c3, '', 0, '?'),
(0xae99d9cdf036cdf172c20bf47abe9500, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js', 0, 0x2de5a576ddee87833c3c203867298563, 0x2de5a576ddee87833c3c203867298563, 0x6e00d39d419075437aae9bf09c2d9b89f15d05c8a9d650fcedfc040060bb1510, '', 0, '?'),
(0xebf28ef057d91c829d8c104e663e9344, 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js', 0, 0x27fb736c1c9ac4117f43ac966c9ee6bf, 0x27fb736c1c9ac4117f43ac966c9ee6bf, 0xa2e7a959a7d8a45f4f4211c45f0c6d42f01465f6ce142c23bb161844b6efc902, '', 0, '?'),
(0x28a3d6ab6a262a697d90c3932d5464bc, 'wp-content/plugins/gravityforms/includes/webapi/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x7d0f3e707fe67f270e3562853ff4fe32, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-api.php', 0, 0xdc4fc80f820c9cae2542126be235971c, 0xdc4fc80f820c9cae2542126be235971c, 0xe6f0a2ec307c560ba16c9dd1daa011e409df893b1946c5aec1438ec29b6e09cd, '', 0, '?'),
(0x7dc3c376ea395e96fa16465584171f93, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-authentication.php', 0, 0xc06f1140ce0f5b07abd38f90f1f1453a, 0xc06f1140ce0f5b07abd38f90f1f1453a, 0x7264d01bb5eaebba5e78f29bc9694f7d1343e597f4c4506e5801d6a8f39c1759, '', 0, '?'),
(0x99385d3e691e0ad57f67523544d7368a, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/class-results-cache.php', 0, 0xdc7a1ad11fe8f463c7ac72e6857f1bc2, 0xdc7a1ad11fe8f463c7ac72e6857f1bc2, 0x37f1735556dcf55b320b9499c106064dd66a8d82cb9b6576598942b567a9b591, '', 0, '?'),
(0x9d3966024851fb308f389b12bd8b0f14, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entries.php', 0, 0x1dbc0deda9d0431010642287baccc046, 0x1dbc0deda9d0431010642287baccc046, 0x60a837e802efb5e0f240046df1133db702000235d5e7f4faf736a64b73bed91d, '', 0, '?'),
(0x1a9d77473d8e9058ae2824fb9397442a, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notes.php', 0, 0x0c7f22e3434d445be54336ba14a1a27e, 0x0c7f22e3434d445be54336ba14a1a27e, 0x5c3cc58ed4c63440730de67c0d7041cb0da07af7430e30c2a763df70f2800fba, '', 0, '?'),
(0xf3392b9c87dd13703ed9a47b8fdc8db7, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notifications.php', 0, 0x9cff2d7ded71c2e58482f9b29dc5e74b, 0x9cff2d7ded71c2e58482f9b29dc5e74b, 0x0c822c5dfba719e50837ba3220b6091e294d7b49e48679b9a94b1afd2eb68860, '', 0, '?'),
(0x2b1bf57a9df06139321b0a0258f31a5e, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-properties.php', 0, 0x5eea62e84da2fff3d715f7eff6747f4f, 0x5eea62e84da2fff3d715f7eff6747f4f, 0x5a79eb66643dbb6e1d2af781bddc3376b0223615865c67772aa2afd4cca10157, '', 0, '?'),
(0xb7f56a45f2ba03f9e29ded26c5be91f3, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feed-properties.php', 0, 0xf97afb5258a58faec30d425384de9f9a, 0xf97afb5258a58faec30d425384de9f9a, 0x90bfa9b443fdcddfadfea18fac2eaea0c8a6845ea0119b6e8996be316e53bd7f, '', 0, '?'),
(0x553c9252f01652a04a2715df8e25e85b, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feeds.php', 0, 0x1cc2b955b68166d5d91bbb5ab0a23c56, 0x1cc2b955b68166d5d91bbb5ab0a23c56, 0x1a84c8a44f80f879e1008b89e1ea5509f07515bf241161968ea6b897adb954ca, '', 0, '?'),
(0xf9dacdad39e35f8955279067067cb7c4, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-entries.php', 0, 0x722013424c56570d7c6f5e1b4bd135a7, 0x722013424c56570d7c6f5e1b4bd135a7, 0xcd0e2b18087b3981992b5789b42990533c77c9d5d8465e88d7dff48cc04f4505, '', 0, '?'),
(0x38e3594acc61b288fe5eb07a46eb4642, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-feeds.php', 0, 0x1794472488ceee2d1a0cec7548b86c60, 0x1794472488ceee2d1a0cec7548b86c60, 0x0d222cc88f18d2531effd8d9f5dfe86839ad14b8db28abe51d6f0dcd78be0a5e, '', 0, '?'),
(0xb75b0694712d736a85a548d93b61c3ab, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-field-filters.php', 0, 0xe8dc5ebde9d1b1678260059d1cb50282, 0xe8dc5ebde9d1b1678260059d1cb50282, 0x31d5f3e1041aa69bad49e3ea1b3168bace02577bdcec91b9d25989b9556cd293, '', 0, '?'),
(0xb959afdf05d82d7d80bd85f8a71a1b0b, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-results.php', 0, 0x156e677b825c2126f8df94bf59c321f5, 0x156e677b825c2126f8df94bf59c321f5, 0x37168c2d75d94a464bae91796a7b79fba0ce9a7bf12a1d9002eb676eda2a3f1e, '', 0, '?'),
(0xfabfe4aa3785be4176a38e85ead50218, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-submissions.php', 0, 0x08245b75cf0134d70001a4e9c76758a6, 0x08245b75cf0134d70001a4e9c76758a6, 0x1aa9ff94108bb19c3a066e4b3e1a55d153adec1ef39c6df46a51db3ded985daa, '', 0, '?'),
(0x3c651e4c6ad765227590f00b9b041ff1, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-forms.php', 0, 0x1ad71ed73c8086007b275677afef4ae5, 0x1ad71ed73c8086007b275677afef4ae5, 0x40d731bfe274b0ebd140b848be08a8b923c52ca4b06018a50d0b16064710c50a, '', 0, '?'),
(0x5a05274c078ad151bcbbaa6a976dab65, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-notes.php', 0, 0xef5a1822845009dda7e2687da1d07ebb, 0xef5a1822845009dda7e2687da1d07ebb, 0xb067cd98349e6ac15da969ec1b1e47b0c35c0cc0c889ca277c6f714fd2a171f3, '', 0, '?'),
(0x367070933c07578ff759227ed700d453, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-gf-rest-controller.php', 0, 0x642097964bdb95756b08d0138aaf48bb, 0x642097964bdb95756b08d0138aaf48bb, 0xbe29944e9195242dbb6d2879463a1c688086cfebe20ff4e418aeaec73b651a8b, '', 0, '?'),
(0x92378c9b3f3bf139ee6487a61e4c3186, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-wp-rest-controller.php', 0, 0x7f9f43b3e0e412f624a534439ae2bfc8, 0x7f9f43b3e0e412f624a534439ae2bfc8, 0x33d20bd862e554570e1dd6925590e6d57c4f3ebe2c9f11a5d91aa6774b78080c, '', 0, '?'),
(0x536faeb6f75584879b05d1efe8ecf332, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/index.php', 0, 0x276a0f0b47b8d838f176b0f35df10810, 0x276a0f0b47b8d838f176b0f35df10810, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x4843ba9665c39ce5dbb5f4a28f80649d, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xf5176ca34717f977429008e636d70ac2, 'wp-content/plugins/gravityforms/includes/webapi/v2/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x222375b3a53e3d7303de4c6c052daf36, 'wp-content/plugins/gravityforms/includes/webapi/v2/restapi.php', 0, 0x02b8cca19ee7f83430755fb74bce8a9e, 0x02b8cca19ee7f83430755fb74bce8a9e, 0x1cc66b264ed58538dea28ebfff0d8f7f888636ce27c8b2e8dbe08e20351c40b5, '', 0, '?'),
(0x75b673bfe0db4e51595df5304ccd6e9a, 'wp-content/plugins/gravityforms/includes/webapi/webapi.php', 0, 0x5ae6e80a001c71913369f38a118e1afc, 0x5ae6e80a001c71913369f38a118e1afc, 0x097bc97f25cba6ba7c9bd25a216cbeeaed74378f6a79d0646baf0582afa5923a, '', 0, '?'),
(0x05b4122afb8aaf8b18d63987164d4b56, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php', 0, 0x2d828ddc54324486a459485b6a8a7e32, 0x2d828ddc54324486a459485b6a8a7e32, 0xab23e34a47ed3acca1c8438f3d50dd23e12526aa4f2095220456744c92ac6255, '', 0, '?'),
(0x4f8fde95ff3d9ba2f86df435681bca34, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-upgrade-wizard.php', 0, 0x9761dc64bbb176e273590e9ad03a915f, 0x9761dc64bbb176e273590e9ad03a915f, 0x45927b9f96bf8a272fcc7366b0bf4a5858a85c4bbdac94412cebe1cfe3a03a7e, '', 0, '?'),
(0x754654763bf4f01a5c77b81c0693a8a4, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php', 0, 0xb7212be297e1e821b90da47c935e5218, 0xb7212be297e1e821b90da47c935e5218, 0x594d8bd842874f583a634fb88bad39bc5bce1120bfdd68de41bc3604fc0ca0b5, '', 0, '?'),
(0xbe535be72215b474a1cc61bac50e4ad7, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php', 0, 0x64ee1be826692d1ae058a7f2c3ad3005, 0x64ee1be826692d1ae058a7f2c3ad3005, 0x7a5e938fd9030f6a0b09103356bdf7b5f51cfba0f21af7ea4372cc8cf3452dc0, '', 0, '?'),
(0x02a877d3c29606d432de31d15e61cce6, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php', 0, 0xf872dbf8623137fb1b08bf18c68d2db4, 0xf872dbf8623137fb1b08bf18c68d2db4, 0x0856fe6f1666d1f2e1f6729088828b7d9c42c46737f782a6b91822d9a5aacb1e, '', 0, '?'),
(0x952529f1afe6b432ac400a1ff21431c1, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php', 0, 0x9afa9e910c164b081ed41c95b6f84724, 0x9afa9e910c164b081ed41c95b6f84724, 0x28d54f3659d0c2706fbcdbdcfb6af01be4f4884f3dc369a110c29d86a1c24c0a, '', 0, '?'),
(0xf4c081b7a1681a88e5578f3a5f50265f, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php', 0, 0x08bd353ff8381e6282a1c0e853719635, 0x08bd353ff8381e6282a1c0e853719635, 0x39a91b442ee0ade2c75ce922f1e4898a278e8d45981722e2e458bfbf7c64106b, '', 0, '?'),
(0xc24b493334119da94d7b3000179a2b57, 'wp-content/plugins/gravityforms/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xf113d7a958f04f54f7d3f8fbe78a9fed, 'wp-content/plugins/gravityforms/js/auto_update.js', 0, 0xa72be859df6c0cabd98070b505288914, 0xa72be859df6c0cabd98070b505288914, 0xa10f6838f8b9463329c3a459edd3ec02f624139c2c6ae9c42de08b101fd53ead, '', 0, '?'),
(0x81a7c2819998cc848f8c5baae9a67dd8, 'wp-content/plugins/gravityforms/js/auto_update.min.js', 0, 0xdbb37d1d0eff88adec02b6c247d1611a, 0xdbb37d1d0eff88adec02b6c247d1611a, 0x106236ebfa62cfe41b93d2fefd87d8783d9cb09b502c2a860e290cb2517fbee7, '', 0, '?'),
(0x94a281355dbfcccdd7e9f8200bf81548, 'wp-content/plugins/gravityforms/js/blocks.js', 0, 0x1f244c25927df0e8eb0421b3ed542095, 0x1f244c25927df0e8eb0421b3ed542095, 0x716fd8c905c4b82b7488e9a6690d7a843cfb54d3eab9ab1739f888b3179a98c7, '', 0, '?'),
(0x6fcc33eab4a54377f49c4165c1c32607, 'wp-content/plugins/gravityforms/js/blocks.js.map', 0, 0x505e74337cff0fbff403b686649df0be, 0x505e74337cff0fbff403b686649df0be, 0x90361be0cd50f8049747c5ec3bb66e1cd7e53741901b660cbe9b590511625788, '', 0, '?'),
(0x9155ba16ea34a57e6ff9108934af9d24, 'wp-content/plugins/gravityforms/js/blocks.min.js', 0, 0x87bc6a4ddfb33f40f71ca354b662f152, 0x87bc6a4ddfb33f40f71ca354b662f152, 0xdcf1bd42a1eb09af4c9bf87ede497e3b62d832afef2c547de265cd35d319e891, '', 0, '?'),
(0x730e0897143e4fb8736d8695ecfd7475, 'wp-content/plugins/gravityforms/js/blocks.min.js.map', 0, 0xf9cadeff766f99298a1c21414d828dd5, 0xf9cadeff766f99298a1c21414d828dd5, 0xaf5b0c4362bb99da8948474f07ca405f5bc002efc52346befe02fe8ea9e4c435, '', 0, '?'),
(0xb84824c78ca55b0cc6d6c7b15ccfe465, 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js', 0, 0x3e9f1dcb9cc75169765265133fb815a7, 0x3e9f1dcb9cc75169765265133fb815a7, 0x222385938a683812f29060bef5603a1092b25063f21d0cf553586b584858b73b, '', 0, '?'),
(0x8566523429135bc736eeed39b20975ab, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/conditional_flyout.js', 0, 0xa9cc935f87d68f2652152475eb728fbb, 0xa9cc935f87d68f2652152475eb728fbb, 0x74a89ff54e69e419b3141062df5450e69099962da707718b6f8c98fb3f7edf24, '', 0, '?'),
(0x4b24e538c75e82e0c3fe999a3b31764a, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/conditional_flyout.min.js', 0, 0xc03dc453e23acfaf3855911adb3b026a, 0xc03dc453e23acfaf3855911adb3b026a, 0x25140a674f05d92040759245a77896f66a67ae3dd580578ff48beaa1b0e30707, '', 0, '?'),
(0x302ca4140545288f9a3934187ee06c35, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/accordion_header.html', 0, 0xc7f9e27e64f186caa0016a217cb99cf7, 0xc7f9e27e64f186caa0016a217cb99cf7, 0x9f8a3477463369e7664dfd558aa14ddc933e5f1e2a43cac441a27c823188bf6e, '', 0, '?'),
(0x3756db501b712a4467a1ee1e9e72b99c, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/flyout.html', 0, 0xd310343614fef16f22922c3e7aeee542, 0xd310343614fef16f22922c3e7aeee542, 0x4733352498930183021e53e4a0e40ff5c53aa7f89c979fb87151db22c213a0b5, '', 0, '?'),
(0xc7ee672d9738398a594371869292864e, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/input.html', 0, 0xb0dde75b9d29ae577d8d2a9986ec1030, 0xb0dde75b9d29ae577d8d2a9986ec1030, 0x6e2d3b6e1074d508ad49b817ab91747b7ebb5d6ab37e800ff516924b74f3e609, '', 0, '?'),
(0x2a44a05cc8d1d45687b9cf8078b378de, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/logic_description.html', 0, 0x6d674d0b310f754a687f4a00344fda10, 0x6d674d0b310f754a687f4a00344fda10, 0x692b9df8d7f4d476c08fde8cefcf0b8d9f6a53b64e3aab0d10d811ceb6999038, '', 0, '?'),
(0xa0f5f5c36311192242c8d62568d1796f, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/main_control.html', 0, 0xbc081cfe7a9d7129e8cb7916de4f854b, 0xbc081cfe7a9d7129e8cb7916de4f854b, 0x2094ba7718c0c33a3cd476e2d82c23780d43b647a109b44aad378c9c0d31575c, '', 0, '?'),
(0xc0b2824b725308b44ee1c0cf43686e76, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/option.html', 0, 0xcbc427c510f26081ab7fb56edf4478ba, 0xcbc427c510f26081ab7fb56edf4478ba, 0xeede63a68eef80af53fa6425a3b35228cc1c6128ca5f3c403f8b5302b11038d4, '', 0, '?'),
(0xf6f465663e0790814f2a584af17ef5ea, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/rule.html', 0, 0x0c6593197a7f21f5bdd847c1ef5b44f5, 0x0c6593197a7f21f5bdd847c1ef5b44f5, 0x84329e5716da137a0e2fcaa6499bcee4dcfbefd61b9ae960349e11693a294997, '', 0, '?'),
(0x95ab0931768cc1912b0b695c6201fb39, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/select.html', 0, 0x825402b6ff11244bd1db8265c0254f1d, 0x825402b6ff11244bd1db8265c0254f1d, 0x42fe34f856e0c89dc8ea0b78b18a24c460fba111f96be6dd48b06386650a6666, '', 0, '?'),
(0x0a5269469b0ed373e74766fccb4f8e79, 'wp-content/plugins/gravityforms/js/conditional_logic.js', 0, 0x26611bdae059c3d1733f7b55b855b3e4, 0x26611bdae059c3d1733f7b55b855b3e4, 0x1d57a790ffbcd6cc71bdcee3b11ccae3d1a3448893c86f8b482f90a70f09b83c, '', 0, '?'),
(0x462d874e52273a3f3c56f829cd1423c3, 'wp-content/plugins/gravityforms/js/conditional_logic.min.js', 0, 0x863bd397998e5476ca0edcfb59534629, 0x863bd397998e5476ca0edcfb59534629, 0x01d891cafe860424c58106c8addb84f9cdfc1344d38ba1de1780196e0874f51a, '', 0, '?'),
(0x02de954195f30d1179e27e0c1229d188, 'wp-content/plugins/gravityforms/js/datepicker-legacy.js', 0, 0x847271eface9f14d6b78d397dfab7cb1, 0x847271eface9f14d6b78d397dfab7cb1, 0x9b58db1b80d3e83e069b968356f2688d07b5a81ff63efc5218a2fa00738fcfe6, '', 0, '?'),
(0x5e1e16c42ce8245248bc11ae118f8f07, 'wp-content/plugins/gravityforms/js/datepicker-legacy.min.js', 0, 0xece3055c98bdb160d089322ad10449b0, 0xece3055c98bdb160d089322ad10449b0, 0x100f30aed84560c2ab97cbb811aedab5becfd9c241a9d41decf25994ae8b77e0, '', 0, '?'),
(0x5c86538d550bf9e57bdf528c0338548f, 'wp-content/plugins/gravityforms/js/datepicker.js', 0, 0xb0247ac7d0558bd6de47d616097c0d20, 0xb0247ac7d0558bd6de47d616097c0d20, 0x94ea3eb6686ed4d1431cbb2c1cd9e0f8d6717ff152de17e1e7e2f46b083763b2, '', 0, '?'),
(0x7eb332cbe119bbb335c175953ded7774, 'wp-content/plugins/gravityforms/js/datepicker.min.js', 0, 0xc14563029ac9fe681eb4fed5e2662678, 0xc14563029ac9fe681eb4fed5e2662678, 0x58e5b6a7bf7e255b680083bc98fe1c894ed8ec7540bef98f1f6b8f07a90a8916, '', 0, '?'),
(0xa3d04e093eb2ddfefed253dfbee628d4, 'wp-content/plugins/gravityforms/js/form_admin.js', 0, 0x9576c5652f465fcc9b8c3993b6d23376, 0x9576c5652f465fcc9b8c3993b6d23376, 0xa09a76b97d7284f10a9b1e9a96639fd4fd6254631a9b8d8dcf8034482790c774, '', 0, '?'),
(0xb4defae4c5ba74c295eb47d1ab48c061, 'wp-content/plugins/gravityforms/js/form_admin.min.js', 0, 0xeed4c37099719421a00536adf346d189, 0xeed4c37099719421a00536adf346d189, 0x4db9f0d59cd84452d510bd80adef419c689f54c535dc76eb20a78dddd465e6aa, '', 0, '?'),
(0xff4fca2efedad1c9a1093bd99337bcf3, 'wp-content/plugins/gravityforms/js/form_editor.js', 0, 0xae09dc2b6cd0be0c5a47d71b5648a312, 0xae09dc2b6cd0be0c5a47d71b5648a312, 0x8310c11ef38efdbc7fbac74f1cd2d595f4010e5f27a14fb66be13b5db58c8344, '', 0, '?'),
(0x801e608433254eb7f3321912d09e600a, 'wp-content/plugins/gravityforms/js/form_editor.min.js', 0, 0x2c45e70e7076d55ba38fb480aa811b6f, 0x2c45e70e7076d55ba38fb480aa811b6f, 0x13a26c77e0ee798d91389a393d3219ff036d78228562396908f53d9baabcc7b4, '', 0, '?'),
(0x1deaec4c2896cd2fe5eb3a6a88309840, 'wp-content/plugins/gravityforms/js/forms.js', 0, 0x33b4e26ed057e10d3b22dd79afb1f727, 0x33b4e26ed057e10d3b22dd79afb1f727, 0x633a34f07f38490920d9a5dc85a6c835a04bb8f8fe5026a077feb45e3d67c8c5, '', 0, '?'),
(0x8439355b0fc83b511d7c31cc6f33817a, 'wp-content/plugins/gravityforms/js/forms.min.js', 0, 0x97b2fb8c2897eac957c8b1d13159e891, 0x97b2fb8c2897eac957c8b1d13159e891, 0x4345d3af9c9f269865edb99bf9c367a636310538f45f2fd9cbb9c43c46468a0e, '', 0, '?'),
(0xb9bd86e82311e85f3d248351c0b70ffa, 'wp-content/plugins/gravityforms/js/gf_field_filter.js', 0, 0xd8a809f39e73cfc3822e011a396a32e7, 0xd8a809f39e73cfc3822e011a396a32e7, 0x16477de27f48522a8396114ab63212597330b59dc93b30a3f0239d565c1e7a91, '', 0, '?'),
(0x04e6b23f81cf37e8b61f148b9d2c0b00, 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js', 0, 0x47801679dba9640841dfb04a23e2538a, 0x47801679dba9640841dfb04a23e2538a, 0xa250228e5474aa19f8d808f0be58000f491f540c493111cbe4e290c8c1d3b533, '', 0, '?'),
(0xf76b06faeb93f4e6109278216b9df050, 'wp-content/plugins/gravityforms/js/gforms_hooks.js', 0, 0x23cbef19bfd16e1c88f7ff7fff43a36a, 0x23cbef19bfd16e1c88f7ff7fff43a36a, 0x742a6b172927fba8063b09101cffc766edb0890d86976ac467aa7201297edf56, '', 0, '?'),
(0x6efa1fdfaacc34c3ae89882d7d47942e, 'wp-content/plugins/gravityforms/js/gforms_hooks.min.js', 0, 0x2dbc77410d2a43b9ca843600568fbd2f, 0x2dbc77410d2a43b9ca843600568fbd2f, 0xce966a62686b45dd3dc054a689d35c2727a3a42bb91f202f28574740a8ccb37c, '', 0, '?'),
(0xb9430df779993b2c80ddd069ffce750e, 'wp-content/plugins/gravityforms/js/gravityforms.js', 0, 0x9e202e6b434cb9985bca89e173d04a0c, 0x9e202e6b434cb9985bca89e173d04a0c, 0x5a13c112b48762377223e2115fc65dd540980df1b55737d2e6431d85448fb388, '', 0, '?'),
(0xedb567e606be1a9fa6816eed9fa1f56a, 'wp-content/plugins/gravityforms/js/gravityforms.min.js', 0, 0x2b0a75fbf77b2f477973e36d23384a53, 0x2b0a75fbf77b2f477973e36d23384a53, 0xceb93596d70e6e6428e598bb58148242d2ae012ba48fbf7da3d2f03de7bf75d6, '', 0, '?'),
(0x0625de58f2dc033e0f67fee34bc56f5b, 'wp-content/plugins/gravityforms/js/index.php', 0, 0x364cec32d3b2896bb5313a84f54280c8, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0xab7c88aef8affec7675a7d151f1b094c, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js', 0, 0x6f1069afb41ed83274a60c2b17089c51, 0x6f1069afb41ed83274a60c2b17089c51, 0x6997dde769bddaf1193ce9b4af09628258fe3ba69b936c93f02fc6912c209f1c, '', 0, '?'),
(0x34fd272b78a93b2350a682141159ce5b, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js', 0, 0x6921dfd51a827e0cfea60892ee6a43ce, 0x6921dfd51a827e0cfea60892ee6a43ce, 0x873e2c4c6007e37bca1d3b7a6cfb34244ed7815f1f28703676802b8f11f649a2, '', 0, '?'),
(0x8997b8d1705086b3724f534684d9ca35, 'wp-content/plugins/gravityforms/js/jquery.json.js', 0, 0x3f7eaf0dd4ac932a122e88136ef6b57e, 0x3f7eaf0dd4ac932a122e88136ef6b57e, 0xe3791b83953193657bab8740ac52cb958cafde4660546a6aa36d517d7ef159f2, '', 0, '?'),
(0xecc29aff9b5fe71b4fa856d1d0474c48, 'wp-content/plugins/gravityforms/js/jquery.json.min.js', 0, 0xbe630991644bc72044312dc743dfd73f, 0xbe630991644bc72044312dc743dfd73f, 0xbd55aa92fe00bf359c3de45b813ead48b9fdff65b37e118eac3e8cc7d684af3d, '', 0, '?'),
(0xb24045840067033e702acdbd399a1b47, 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js', 0, 0x8e16dfaafa5297fc867c6f76407ea8dc, 0x8e16dfaafa5297fc867c6f76407ea8dc, 0x4d5f504954c2f1e77e55bb8be45589189fccc3abfe5eed542ac0faeeab4d1cb6, '', 0, '?'),
(0x61c948faa833cf64efe81f1480abb016, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.js', 0, 0xf55afda318b1f30ddebaca9fea2b939c, 0xf55afda318b1f30ddebaca9fea2b939c, 0x638f3953906c4a3f9b1b756b9efaaa12caeb30a395fa34e48cb2c2b59a183640, '', 0, '?'),
(0x0b2cab9bbbade8c5214d434a1d05cbe3, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js', 0, 0x466859ae29e1bf32e76b8c50471d9f5d, 0x466859ae29e1bf32e76b8c50471d9f5d, 0x6b7020d4aa5dbc4272a1901aa6db077b2c128d04ce7984ac7e7aab59cc1e0259, '', 0, '?'),
(0x4e766925faeb4e18d19c98c9f418e893, 'wp-content/plugins/gravityforms/js/jquery.min.js', 0, 0x466859ae29e1bf32e76b8c50471d9f5d, 0x466859ae29e1bf32e76b8c50471d9f5d, 0x6b7020d4aa5dbc4272a1901aa6db077b2c128d04ce7984ac7e7aab59cc1e0259, '', 0, '?'),
(0xe4c4b7e00c33dd2bda111a695fb993cb, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js', 0, 0xafe281cf03219487ff8df7ffd55db020, 0xafe281cf03219487ff8df7ffd55db020, 0xb359682e6d7daa07110998a14fc78a5d8e70f66c3a90c9880b20f7d5567c3944, '', 0, '?'),
(0xf3e466b3a41032a819b2fc92b8620a45, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js', 0, 0xc1a72f02585ecdc407f723bf9b3d6755, 0xc1a72f02585ecdc407f723bf9b3d6755, 0x25e5850e231fb144fb897b3db30f8342bd59feda885b2f8b9a6c07efe9e7c654, '', 0, '?'),
(0xa253054fd880eb00079ebd9729fc9a76, 'wp-content/plugins/gravityforms/js/layout_editor.js', 0, 0x3e648faafefc655c848f6d5b8ad24e7f, 0x3e648faafefc655c848f6d5b8ad24e7f, 0xae2182ad09fc178e738f2dc2308299dea4456e252bfc3a78b4e4938149bba169, '', 0, '?'),
(0x50a34449f1d839c2f17f62287150e8dc, 'wp-content/plugins/gravityforms/js/layout_editor.min.js', 0, 0x8ccb2761d8681805ac271ca874b59d55, 0x8ccb2761d8681805ac271ca874b59d55, 0x502d57ba0cf652edc828064c3675efa419e1fb4216c4ffb3122c12e3e6406729, '', 0, '?'),
(0xf5d6e7ab95a8444b5b9fc550d7227e3e, 'wp-content/plugins/gravityforms/js/page_conditional_logic.js', 0, 0x0e1f7d629e7c328569514d699ab9821f, 0x0e1f7d629e7c328569514d699ab9821f, 0x576e805f4c3da80e3cf2749e070e584716d5454e52872bef8587d6f9cc726876, '', 0, '?'),
(0xe0c0704b493d3b5cf16330aeb3f5d6d6, 'wp-content/plugins/gravityforms/js/page_conditional_logic.min.js', 0, 0xaa8e031425546d023691cc86d6fe9e1b, 0xaa8e031425546d023691cc86d6fe9e1b, 0x7054b487ccdacf4615cf6a6fa054c645a295521932790c9dbc36d51134c1a32b, '', 0, '?'),
(0xc3fda83450ccf02efde11d839c1ca090, 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js', 0, 0xa39e45502bab7e9e26723e6ab243e8f8, 0xa39e45502bab7e9e26723e6ab243e8f8, 0x2fb701fa9affbd12e103b447cc4439a7397cfcca6c7f10dd5dca5c7e36a3bdb7, '', 0, '?'),
(0x43bf57e9da97d80c5e2e0d8802b10ec1, 'wp-content/plugins/gravityforms/js/plugin_settings.js', 0, 0xc9313770eff1e3ad12b574785c3fdc29, 0xc9313770eff1e3ad12b574785c3fdc29, 0x5fa4d6e7a6dd6c42115e23938ba4e057f797c3db8157251ba97790e15a5b64a1, '', 0, '?'),
(0x1505e415369dae76fb3f139ddf2792b3, 'wp-content/plugins/gravityforms/js/plugin_settings.min.js', 0, 0x81d5de3c2af5cc6177587f1d575a01fa, 0x81d5de3c2af5cc6177587f1d575a01fa, 0x332c178d4e3b4c31c5a9e92a75b36e615858feb95a0c2de1d70077aee1689439, '', 0, '?'),
(0xf6be5004354d06fb4b69afbefd95dea2, 'wp-content/plugins/gravityforms/js/preview.js', 0, 0xf29734c078a1b27e8f32d1c29ad5b5da, 0xf29734c078a1b27e8f32d1c29ad5b5da, 0xe0773dfd24a10cacd7f115374b657ad7204303375119da59480d1b09e602fc14, '', 0, '?'),
(0xec0342f289b6d883dbe3d59114c312e2, 'wp-content/plugins/gravityforms/js/preview.min.js', 0, 0x5b0b4d551044d74833da502648faee8d, 0x5b0b4d551044d74833da502648faee8d, 0x8425f7197857cdde7d9d52ac94be3c5797bb5ad4a2823f6abe89f0e3b409efea, '', 0, '?'),
(0x4505e3a82ae4ebbd34f6f3d0fd3ef9d5, 'wp-content/plugins/gravityforms/js/shortcode-ui.js', 0, 0x00000000000000000000000000000000, 0x1c5754f1d62e5a1add9055a851ffee4a, 0xa69698457391d5a7b29614dd02782756c1a5768eebcce186bcedce9bb8e7bbd9, '10407', 0, '?'),
(0x2ca0694c760c1ccb6f20b06014b33341, 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js', 0, 0x00000000000000000000000000000000, 0xc0a50b54e6028dbc75ae0c67d6b48fa5, 0x3abe82e0590ca6193d6c8de8a6b73b110991e429cf67e918dbc21ee368029a53, '', 0, '?'),
(0xa515c66b669e0d90f21377dd295bfa33, 'wp-content/plugins/gravityforms/js/tooltip_init.js', 0, 0x00000000000000000000000000000000, 0xfd83327214acae39201099a783c8e4d3, 0xfc24e2a92a73a0b0c6bed73039c01601e9f33447fc0174b84446d069d717a5d5, '', 0, '?'),
(0x4f9ecb82ccac90af1e6f747a4f0c1e29, 'wp-content/plugins/gravityforms/js/tooltip_init.min.js', 0, 0x00000000000000000000000000000000, 0xf46ba7cf2204d4ddcc4d64af78c5cbe0, 0x26223be2c428570f0f67ff41fad3c1a5c20c48cb94828b75810d3759f29a108d, '', 0, '?'),
(0xb4e562419e06242d58176c179a993601, 'wp-content/plugins/gravityforms/js/vendor/selectWoo.full.js', 0, 0x00000000000000000000000000000000, 0xc64c464c27534331c5a28cd029d80186, 0xd865aeb8d7db38cfa14801a5bcd116f01d900d69651cd44954090e2bae06879e, '', 0, '?'),
(0x8b2a5c4657b97508b9d8c75a8da66ff1, 'wp-content/plugins/gravityforms/js/vendor/simplebar.js', 0, 0x00000000000000000000000000000000, 0x42327372ff632faf708de7933e09f305, 0x67fe663d1b65fd3469f712180f56fffcc46a32921577af9580709a66f62dc9c3, '', 0, '?'),
(0xceab0a2031be7185234aa78334224900, 'wp-content/plugins/gravityforms/js.php', 0, 0x00000000000000000000000000000000, 0x62499382563a0967dadddb1e1a4119f8, 0xab055a5624d816f469e95202e6c9ae04ee26df609193c13b286fcd4aee3f1e49, '', 0, '?'),
(0x9d879af136b5a4aaf836446adae1bd40, 'wp-content/plugins/gravityforms/languages/index.php', 0, 0x00000000000000000000000000000000, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x79b9469b5ec5ea4b326c2d93d5bd0e62, 'wp-content/plugins/gravityforms/legacy/images/datepicker/datepicker.svg', 0, 0x00000000000000000000000000000000, 0x67deaefec9b28f632ac4fe6a5bf1ef68, 0x638e89b6166e7837296340df1fc617eeb0a616c11424bb4eb1cbdb356df4131b, '', 0, '?'),
(0xe67875bc85c712a86ff25e670b56f4c1, 'wp-content/plugins/gravityforms/legacy/images/datepicker/index.php', 0, 0x00000000000000000000000000000000, 0x364cec32d3b2896bb5313a84f54280c8, 0x7c94d9aeed59891b734ca06b736904331d30e88712120d9b76cab5abf2ab0267, '', 0, '?'),
(0x7dc1cdd948422d998d2454c49b63609f, 'wp-content/plugins/gravityforms/notification.php', 0, 0x00000000000000000000000000000000, 0xfc1f1b15366c5b2cf9344c8a3a954685, 0x046babe4f73c7e1c493abdffa09e920095dde04b7312194fe5abd16b460c022d, '', 0, '?'),
(0xa672f166fcd9bde2c158d634e03b16ae, 'wp-content/plugins/gravityforms/preview.php', 0, 0x00000000000000000000000000000000, 0xa732ca6b21573080ead20d1a08ce3ba3, 0x84dc3c43c8b15cc538377e4aae24a1d04a20693c95ce68ff55b785194e053967, '', 0, '?'),
(0x8851d8f26d660d5dfd933ef100422128, 'wp-content/plugins/gravityforms/print-entry.php', 0, 0x00000000000000000000000000000000, 0xcf4c8af80a30458ecfcaa083892b0c33, 0x1212085bf5e87d16ab585280befc36c72c1bc47672072ae64ba972b0d289b1d4, '', 0, '?'),
(0x1dc4c8d0b2072392c1ea6abc04deac0c, 'wp-content/plugins/gravityforms/select_columns.php', 0, 0x00000000000000000000000000000000, 0x58185521ee78aea18c35a547ecb5b452, 0xe70275efe8b6798bdddc9f2798099d9f621b59c67b251cdb9ffc011828278bac, '', 0, '?'),
(0x709e4b15d1c88b389a7dfa7fb294c9dc, 'wp-content/plugins/gravityforms/settings.php', 0, 0x00000000000000000000000000000000, 0x4698cd3d079c6e563de199b7cb804c2b, 0xe408d9f785cfebf9289f1c9716290e3b9ed39e78f30004a71949de35d65c5dd6, '', 0, '?'),
(0x12155f89d87b91c5787bcff02ba27cf0, 'wp-content/plugins/gravityforms/tooltips.php', 0, 0x00000000000000000000000000000000, 0xb342b40e2fd6738cf14557f034a00385, 0x8427b6a1a286a5e40fabcff597b6b3763a51ce6f3260f1f1b28e3cad2fcd719f, '', 0, '?'),
(0xd3022215e016ca32711ead728e9ed18b, 'wp-content/plugins/gravityforms/widget.php', 0, 0x00000000000000000000000000000000, 0x30ec07c95e1a1ba4d8b605dbe5fb5e9c, 0xe993010523a2c26b67074c4cece3cadb2b2cc18009a378b04d989de950bbd7e6, '', 0, '?'),
(0x589f7a954387b1168d300238c89742b9, 'wp-content/plugins/gravityforms/xml.php', 0, 0x00000000000000000000000000000000, 0x5f790e2db2c2e42fbb87496a82c27077, 0x8c6bcc8b4f0e5db192eee9568a2734cf855a92d49e2a90a014b0c5086d554076, '', 0, '?'),
(0xd40ce8f2ff010fe59dcd302aee57c7d4, 'wp-content/plugins/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0x0d26e4a41a0ac944c756c3ca78979a0b, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg', 0, 0x00000000000000000000000000000000, 0xf9e431dc8d2ae45148edfc6f2ac6f961, 0x7c5f34f58d3d7ac722ef12d426a98d639d283170a2d81a8c4b0ff560587f79cb, '', 0, '?'),
(0x1060de3c263ec6b9a9a6f41d6b5c803a, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg', 0, 0x00000000000000000000000000000000, 0x107d077d609efa7239165672c26a3c8b, 0xcdadd1cad58a7ddc796e094f7dddcf741856d1287d69eb7186cc3dbb05304e86, '', 0, '?'),
(0x4268b044f76a113789bf89cd8471a460, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg', 0, 0x00000000000000000000000000000000, 0x6fd1b67024a29599ea0fcec785c21909, 0x461e359c699cf33fdfc9f2f06ddd254a6afb797b6d50b20aa59be609a14f6cb1, '', 0, '?'),
(0x99780768e606f3c72f22ba34dafb4bdb, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg', 0, 0x00000000000000000000000000000000, 0x7be74dee2b6a712f7668218fda71947b, 0xd431df0fb57cfe7736845b73462d0592147253e435c7a0b7d85caa966e7178ff, '', 0, '?'),
(0x367bbc4078d7fdf3610c4f15a9d78cbd, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg', 0, 0x00000000000000000000000000000000, 0x45e01a45c456e1cc58937aa1c60d7351, 0x93949e51b5f26367fa37765c57598c9d55890b90c5111e6be110103bf34ca791, '', 0, '?'),
(0xaa6a62a92b43157a134ff5565b9a6b46, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg', 0, 0x00000000000000000000000000000000, 0x479f66f1a4ada7ba94ead86d924e8394, 0xb3ed216e7e1a9aaf903e9f5a785e0861fcd1e4829aed82ac7ab016a6bb2a98cc, '', 0, '?'),
(0xff92dd6a8ac8bfbf219497b4a795c266, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg', 0, 0x00000000000000000000000000000000, 0xbc4f2891f8d58624fab45627ce7cd946, 0xe92af99513544fcd0608ec7881ed55e869b7d4f25f0036556fb48674b197a2ea, '', 0, '?'),
(0xd047dd84b5756d5fb84dc4ed4da5e78b, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg', 0, 0x00000000000000000000000000000000, 0xfdf2432ee06b1050dfc8ce3c3ea1111a, 0x9a2c8fcf59c110e5e70b9735aea5c09e2449eb437109f9316bf5d10fb1ee0695, '', 0, '?'),
(0xf6fb05ed23bcbd1de2047bdd92101a85, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg', 0, 0x00000000000000000000000000000000, 0x6818531a9017bc72e992d3d5468e5518, 0x4aa8e9fa7249b7810b4528a96962a6508294724381bc81685d5dbe40b082b0ba, '', 0, '?'),
(0x41a1b693fce7cfb4aeb623ff5f6e8758, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js', 0, 0x00000000000000000000000000000000, 0xe348adf145184d5f5895a2c6df2043b2, 0xac882943a8e52c750d0ce437a1e4a6d46dfa67e78f9de85efa42eb8453d2a71d, '', 0, '?'),
(0x4892a23ec666ed3e41dfe9a05f7cf4ec, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js', 0, 0x00000000000000000000000000000000, 0x8212d0915d1ee06c3e5f13618b8c97b0, 0x84a4d96773259775542d1e37238007b887d0b334d3f69f0f3ef11bd110fcf4e1, '', 0, '?'),
(0x463123833af418d1c12fac6d812e693d, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js', 0, 0x00000000000000000000000000000000, 0xb9331802dc02bf22342c01112db93564, 0xda52a54ba6a52011c86e8e1b035dd36059db598bbff65b65b7fa4712549e7efe, '', 0, '?'),
(0x8f4252ef3f0d7e7510ffae4dbe6725d3, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js', 0, 0x00000000000000000000000000000000, 0x0f0e034a734a6238700fb52c573f77b1, 0xd8c46bf848add2ab928e634d31c40e096f08316003417df61ef119f0634ac99e, '', 0, '?'),
(0x53bb63210b25be2e4b6bb8f8c32a74d5, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js', 0, 0x00000000000000000000000000000000, 0x047f5668c882e80ad308728877db19a7, 0x53c1c85dfdc99e47fb2356554133bd4867a63596c7a8aaffc5a03737823351d7, '', 0, '?'),
(0x184f23dc7188b1b2fa36894b9255c91f, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js', 0, 0x00000000000000000000000000000000, 0xb19cf4664534718fbf45d1ab11c1e03f, 0xa16fee0748e68a51eb44bb086a6581e3862284baaa5305e52bea7d32165573d3, '', 0, '?'),
(0x4db23e7316729df95d9bde02dae75c99, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js', 0, 0x00000000000000000000000000000000, 0x38b856fdfd4d620d992a1610f3f0d921, 0x17361798cd1c8a474bd842a5551a8512e6c1633fa726e767f1423a3789e9a9bb, '', 0, '?'),
(0xe874131d230581dd9578d5674d24bf1f, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js', 0, 0x00000000000000000000000000000000, 0xd19789e62455cee0d00355de74358dec, 0xf23b9a68b4a57e300e4d898ef5e5ed20083a593f7414e98a9fdd923c91fc8211, '', 0, '?'),
(0x4d8804e3aa793b7cc71d0903a441eb97, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js', 0, 0x00000000000000000000000000000000, 0x0ddb3cb79f653a108d04344c87359a30, 0x30eafde8a921f738e43baa32810cbdf9fa7c486ed369f2b0c1f3e9d2c74d98f3, '', 0, '?'),
(0x8cbc430a30a975592af45843eaa2bd61, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js', 0, 0x00000000000000000000000000000000, 0x4fc8dc88c1f605a936b19828f0a7d24e, 0xde9c993c0fa1dcae12becc5a2e024fb72a28f70dddcb552084b4e8e36defc2cc, '', 0, '?'),
(0xc0faeafbc6d2c91df70466015db3a001, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js', 0, 0x00000000000000000000000000000000, 0xd40fd15954a66d0b5d7ebd0809f11ca4, 0x68883757d7f4f6916cccbd34b8277872ae7003aa66e0f95f94d5d68824dc2336, '', 0, '?'),
(0x63d04b24d50cc31ae624fd0093b16c4d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js', 0, 0x00000000000000000000000000000000, 0x7cb058df163d83981a2de7b286d1accf, 0x6923ce19bad0ada09b1ee98b997aff017843c9f54bc4b250c0f607addd489d3a, '', 0, '?'),
(0x2ca2a8ebdc63ef3406e78fa24c35e1b8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js', 0, 0x00000000000000000000000000000000, 0x476cdbe69aeec719e3fbb0bcd2909f38, 0xa380ee3ac4930c573aa02a9332dc62b1f92311f748dbad2fe61b1d71e3973f69, '', 0, '?'),
(0x9cc1832a741a11159cd935607019c152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js', 0, 0x00000000000000000000000000000000, 0xa59912b8454c0f6bca740edd47b567f8, 0xddb7731783c6e3da698ae3e897469bd0fa43e644a8a36c4ebc6db05953fb6c4f, '', 0, '?'),
(0x9e192d3cdc64536e4dd61c89b994c30c, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js', 0, 0x00000000000000000000000000000000, 0xc38e3c5463faea9aaa3c03f6e7a80869, 0x7487618a663335da710274649a3a43cdcdd8941d5fb08244f1ed9d2137ee95ff, '', 0, '?'),
(0xed1d660953a04be069e09a8c7571b3ee, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js', 0, 0x00000000000000000000000000000000, 0x2f1113db32d7b9fb431e7dba93f80cae, 0x5d306fea07b0a966bcea913d94f69794ad4ecef78c868d7f0100c763063d2a45, '', 0, '?'),
(0xccb34c0aa626403c7fe00d3811d32152, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js', 0, 0x00000000000000000000000000000000, 0x142940ee6e306d929da22195d2f4586b, 0xa1b5d031b8de5bccea29f137bbc50e8306191feda13bbb1ba9d2f98281134f6e, '', 0, '?'),
(0xb229fc143a1180272835d622e062460e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js', 0, 0x00000000000000000000000000000000, 0xf95a2c5db7aa0db13ea394126eac26ec, 0x788e018e6c19cad0527554c17da924d4f2f823086724709a22fea8df6d4a53e0, '', 0, '?'),
(0x322c4163953e4a0b84485982ff47992d, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js', 0, 0x00000000000000000000000000000000, 0x6f49f91161086d61044bfb79b33ed30b, 0x6c0b922524092e9cd5a51e7744597f6cda210198b26b94dc95d162edd70b17d0, '', 0, '?'),
(0x2196906715790e44ef0a503163d833a8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js', 0, 0x00000000000000000000000000000000, 0x432166dc8ecae28df25b86903ab91564, 0x044ec768c48e911532a2c6a5156af018d31e313934284df32ac4a6a0349fdff5, '', 0, '?'),
(0xfa3dca794526a00d71484c500691226a, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js', 0, 0x00000000000000000000000000000000, 0x582d23061d41233f4ac660f5b5201caa, 0x46513cea4a01b6e8826023760177ee0dfafb9ba5d46156719f87e657943533d6, '', 0, '?'),
(0x71be0204744b3c46d7229318d8537f77, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js', 0, 0x00000000000000000000000000000000, 0x27b55eb62a2735515e41c3d783c2c5ba, 0x6c36c0f0da7344e0939ce7437faac31de019c24543a72ed63751eff6f97ff22a, '', 0, '?'),
(0xf25893900ed4aae512d58a5c5656bf51, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js', 0, 0x00000000000000000000000000000000, 0x88b7d45aa7c7829d8e26149c0c5f0ac2, 0x448d39b62e56ee91663c9a020e3b848f12aa792cb78bcbe049bce90db006bb0c, '', 0, '?'),
(0xe8cfccaa2688782c6400b0bfbc6639b9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js', 0, 0x00000000000000000000000000000000, 0x5e88e27aef82fe66a18e00966f386835, 0x39787ba1d371df83c6effccf396d70134addf5cf6e5f533c9ce967aacd1cce2f, '', 0, '?'),
(0x4f7dfd57ad99cce2d97b2252a2a86dbe, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js', 0, 0x00000000000000000000000000000000, 0xdf574c0437ef0188841f4aecc4009945, 0xa218bc53cfb00985a26b6ad2281786aebb65c18cb4c807b8d6485b9a3baa67e9, '', 0, '?'),
(0x7ae71e24dd2f6bb75595aede3f61e9e5, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js', 0, 0x00000000000000000000000000000000, 0x6e927adec63c4fc4d58c1a2c3eed0e61, 0xb47856779dd2912b54a6652460c8ee660615dd7d9a047e1be7d57ff015bb4100, '', 0, '?'),
(0xe4d89e1599fa0bc825933490306e6bcd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js', 0, 0x00000000000000000000000000000000, 0x0a43c1f6beb9fc89abad3d9131c96804, 0xdd8056ca6bead1a3d5f4003b39c07e2dcf52fd053b048a27744306b17c27af92, '', 0, '?'),
(0x0a7f582e0bc7c255e6890d75ff76869f, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js', 0, 0x00000000000000000000000000000000, 0x05058b49c88eece979a85a8c17aa3d1e, 0x9d32b2fea4bee436aaffc8c044481ae7611d4f55ff64bcafb6ed61bea22e0bf6, '', 0, '?'),
(0x63afb2ac7cc1f8ae99207b025c06dbbb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js', 0, 0x00000000000000000000000000000000, 0x3a4a625a5e4d1404c93fe7c169159620, 0xd55206c5c083cfe20a0031243b595d5d2893927adbab4784e0397ff2c1e6a5fd, '', 0, '?'),
(0x8272a17cf1fc36079d048361821a36dd, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js', 0, 0x00000000000000000000000000000000, 0xfd8c4d370c38e7c579bc885942b81a96, 0x058d59e81000932e1dbcbf26345a357a0838ca2c3d972ec0e4fa25b20a888e6b, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xc5ba6b5699f654d0a39581c2b6990d03, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js', 0, 0x00000000000000000000000000000000, 0xc0f949177be676f6b6337903188646a1, 0xe9e1ca07eb5cb9809c1f66aeb68fadba938fb31c3b6cc255da0627d663d8430c, '', 0, '?'),
(0xf1305958490fc011a71172f441d97140, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js', 0, 0x00000000000000000000000000000000, 0x83885c8e25e90fbaf77a3b1155f4a0c3, 0x3679853ca30cd5fb9eef7d8251e992c92a5e0992d8c90a5ffea142099df09d60, '', 0, '?'),
(0x24b2aceaeae0a564b9abfdb376a9b514, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js', 0, 0x00000000000000000000000000000000, 0x9c7233e9a69307f481c377f953e8635e, 0xd0aa418dc1b417b2c9f33ca8a80c82d1af8d66c718cdfbd6c18353d3af734377, '', 0, '?'),
(0xd457d7337437cb8258eed3616d9bd2db, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js', 0, 0x00000000000000000000000000000000, 0xd18d103e1783354e3b612d5497bd8b1c, 0x99584097a69a3f1d683994546197fbb22eaa0354e1cd1f0b34902ab4186f7c58, '', 0, '?'),
(0x6dfd9de46a805425f1576f60014a2872, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js', 0, 0x00000000000000000000000000000000, 0xb461ff75560d8c3542b762b2b70aacfe, 0x5611e86e639afe39e21539634cf06c8cd62789b2395c7d3cf565c730ef904bc1, '', 0, '?'),
(0xa75fb81ea2df021f9f6618e769e1c1a9, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js', 0, 0x00000000000000000000000000000000, 0xcd8defb2f48b4174f4b65f243180e862, 0x5d32a794d1b55035eee8e4c3884f747034c46cab3fcd0daa1990ceefa0f7aba6, '', 0, '?'),
(0x1aff9b418fddea6d4588f06baeb57040, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js', 0, 0x00000000000000000000000000000000, 0xcee4f2e5cf4b0594b4ab6f0bbe6ff82d, 0x44c95ab2ce9c982d8aae3442f98989f691cf1789c888386f04acfae696649ce0, '', 0, '?'),
(0x0d4f451dd35ccb0f6caf06ca7d2f5eeb, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js', 0, 0x00000000000000000000000000000000, 0x9b650aae39501ba48bf17eaf18fbda6a, 0x5a5f080d96853c60c96d5007be002bb015dc0caa259ffe7db04de75f42850cfe, '', 0, '?'),
(0x5834f47a0c707f6564545ea1197b9e85, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js', 0, 0x00000000000000000000000000000000, 0x6abd6b34c131a10f5feb1dcfd738b442, 0xabe71fe1dc1490cf088a7c78603e48d34a6a1302423950e9ab499523ce8388d9, '', 0, '?'),
(0x147c273f031b5daa302be20e458ed0d3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js', 0, 0x00000000000000000000000000000000, 0x69403e78ce4719d95d15902871f8417c, 0x8f0b16b8363bdb3ec4ce5cfca470ba64f5be43e7183f4b98a8f23d78e525bf38, '', 0, '?'),
(0xd9fdb2ef57f13032ba2949694e6ba7a3, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js', 0, 0x00000000000000000000000000000000, 0xf1052c1c7823d6069ede721eed1cf5c2, 0xa313d5ffd63e01771d5e471a60e8220e20575ed9bdb052029eb0de8ef43b9091, '', 0, '?'),
(0x3126a3d48d30d9182f92d44a28a53f4e, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js', 0, 0x00000000000000000000000000000000, 0x4eaef55fafebba54f558425059e811fc, 0x3002d28cf5f54e74b4612d1da645ed333ecb11c550e1a2e91e22c98b22efad27, '', 0, '?'),
(0x9c6c230a99e93651f6c2d4f8cc3496ad, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js', 0, 0x00000000000000000000000000000000, 0xacd6c565b7cfbf99f5241fa517639ee8, 0x8f2ef4101451a96455f96698d0b163ecb822a4736a93e067315d86bd5da3e616, '', 0, '?'),
(0xf7019655cddc26288166cb2b39d3bdd8, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js', 0, 0x00000000000000000000000000000000, 0xba27eac5af64c6413f58ba11e3ec68eb, 0x2d57f3b1d856a0d1c8592eb2ab7e21af790228fe62dd6f5106976dfcb84ba680, '', 0, '?'),
(0x0a501258a76c30d2ad3582e8ee42717a, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js', 0, 0x00000000000000000000000000000000, 0x24a2ea3386c1d7b31f7d8653057ba994, 0xffebddc0f853410aef5d697c3280913d8d7c015fa0b5530770c714f2cc4382f3, '', 0, '?'),
(0x78ba2916b9063da1de448286756df11d, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js', 0, 0x00000000000000000000000000000000, 0xeef3586dc71eb0bbc18df0ae9d81b91e, 0x3706706dbaec67447e0cef7120a773b1ab94f86864941a6c2c66a538b43943cc, '', 0, '?'),
(0x0d45381a2fd4a275c50b6356c85b6401, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js', 0, 0x00000000000000000000000000000000, 0xb628cf3b1d987d45edfa4577e42872cb, 0xfbdce956be5397de5b3c701122d6880436c5db7a04b79a6d94150da0c265292b, '', 0, '?'),
(0x3b5e49aea73cd5a8bf154a9528c080c1, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js', 0, 0x00000000000000000000000000000000, 0x7f80381c1a8ce3e881778720385e8251, 0x82f12657bb53cacd2b85cc077c61c4f9d96eced423613f783357fa823576dd05, '', 0, '?'),
(0xddb2060ccf1dde4504f2622e72da0be9, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js', 0, 0x00000000000000000000000000000000, 0xb7d6b6745354baf02e54f6d50c4f7956, 0x95d6881d510ae626da0010dff190f9aa47f7f5eb0efc49f51214436301ecae41, '', 0, '?'),
(0x2d00d0566eadc83b1456531644ae7f7d, 'wp-content/plugins/js_composer/assets/js/vendors/seo.js', 0, 0x00000000000000000000000000000000, 0x591662939d945508a8b6675eec51d576, 0xc6081a6323eb686bb83badda83a0c9cc3f6de1caf23b0020dd29e1d9df0fd288, '', 0, '?'),
(0xf6ca76f26d872101ebd6f43da633e70c, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js', 0, 0x00000000000000000000000000000000, 0x787fe4f547a6cb7f4ce4934641085910, 0xc7d27bc9862bc291d58da98b0b72de812bb5c09583ae82ec1074c0f93c2b2490, '', 0, '?'),
(0xfe29729d9fc3b382bb4679126ed5b787, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js', 0, 0x00000000000000000000000000000000, 0xd1d7da51ffbe0bb8bd200aa07caa077b, 0x6c76d0b4f97baf8d0714d139d0a0631476ea06dd36dd29c1ec25feae95e6745e, '', 0, '?'),
(0xdfbe34a9122bf94bd826cf568723da63, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js', 0, 0x00000000000000000000000000000000, 0x2f3952ed2d22323c191aa00dde3afc80, 0x928abb74a4da28bf60f1f891773ef57951593ced8096af619d83a98dfd219ccb, '', 0, '?'),
(0xcf9ea2d3dac0aa3c10f29082f2e7ea3f, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js', 0, 0x00000000000000000000000000000000, 0xd1a83d6bd95c2318c25d48114a536ed5, 0x561e0401e88e4fc9108512886ca14d25abce169370a86deed6f0d0d70f812452, '', 0, '?'),
(0xf965094fb627206b6db579d99c93db07, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js', 0, 0x00000000000000000000000000000000, 0xb6969969ee8aebda37ecff7e7d8fe070, 0xad97e13cc35f65ded69ca59bddcbd8ea232bdb15d0018e9e056aa9835bced082, '', 0, '?'),
(0x830a52c6652ec753b605a18ce34786d7, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js', 0, 0x00000000000000000000000000000000, 0xa3c661a7b62951cc99b3328dc8a4eb59, 0xf573aefba7d3009707d5ef0afc93d6dfeaea7633f2f4f7fe8e13b5b924661020, '', 0, '?'),
(0x99755fcd16f7791c35ebceae8f557aaa, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js', 0, 0x00000000000000000000000000000000, 0x2bb0d669383be2b2267120edb62b3c10, 0x820aa06ea4834332dfcc1eb96ac0b52324404229557730ed6166c12f2cb43566, '', 0, '?'),
(0xa0e7164e045172d39c343644a19f5465, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js', 0, 0x00000000000000000000000000000000, 0x088db51bc381f9acdd4b15492f04cb02, 0xd8fe512d3739fd067d47ae5d611c96636da75f43c953a2b11edb3fe105afbb5b, '', 0, '?'),
(0xcc310925678b61f8789d7d44a823097f, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js', 0, 0x00000000000000000000000000000000, 0x42196a32ba73be668a764e0f84864392, 0x6743707fb58360b2517b7851c2ad98044549b73bbdb6c09b6751c6c690bf07d8, '', 0, '?'),
(0xb9f5f1f3dccd27370f3534899c2ee553, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js', 0, 0x00000000000000000000000000000000, 0x3f36c84f3af56e3f2cfe0b29d0a6636c, 0x9b7a76700c8aa7be6d69b772f497c0204711cb0a36c8e6244b2df6a35b34d834, '', 0, '?'),
(0x48a53b19c8d40a19e884afc840eb40ad, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js', 0, 0x00000000000000000000000000000000, 0x6f9183641591a6d3230141ae66f9c757, 0x29d4996f5ec0017b861409edf915abf8ccf088b57d08b6ee67a707c415dd6528, '', 0, '?'),
(0xb192bc1e8edd7f1347b6bdfc28592925, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js', 0, 0x00000000000000000000000000000000, 0x7ea4e5d7a76b43d32bb573da78dba171, 0xe48dcb225302d160a58c16ce3fdbf80729775761ec3d64cc452b99c0e5e20d02, '', 0, '?'),
(0x763af78115c5cc0c255a4f1e62bbbeed, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js', 0, 0x00000000000000000000000000000000, 0x10f6574cf8a1a33bd50f2c012a0671ed, 0x880a0eccde1c3d66429e94dc54335deade272098ccb0b23a6f997e21e251e3c1, '', 0, '?'),
(0xb42b1f024cb248a25597e335048d44e6, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js', 0, 0x00000000000000000000000000000000, 0xb94dbd3694497ba1c46b3ba55c1b6537, 0x8a60c71e2db102b10df23ec9a9dfa1af6bd2f55bf147975ec2c0b3b9b356d588, '', 0, '?'),
(0x62ac22a49f07f2cff6711975c78382df, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js', 0, 0x00000000000000000000000000000000, 0x5c2b7cd2115e35c94ab850fa5ca40860, 0x2ce21e3270b162abaf039b1b0830f21d5a1eb30a27047289feab285dffe7b87a, '', 0, '?'),
(0xfe0f23b535e0adb372a7dfd9ec9bf981, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js', 0, 0x00000000000000000000000000000000, 0x6cd6f088e09c04011e8adbfbe9bbae98, 0x4b3360d57dcd633ba9d62475f2ff0b8baf0b41d5c825b0d6da11a00d1be12ebc, '', 0, '?'),
(0x3bfe828676750e254b6c699bf38d20ee, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js', 0, 0x00000000000000000000000000000000, 0xb8416c03c2f10fff489431f37c60f1fa, 0x53fc796aad449d657a99b49703f372bdbb6db9c7c565c71d3f93d0d3df2458d8, '', 0, '?'),
(0xcdcaa50e9823b41d8d12bd3df2fbc020, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js', 0, 0x00000000000000000000000000000000, 0x254d264e946e127912a289f3d9d9ba89, 0x9755d561333b4b14d99ea45ae5b4124fdec93256073cf995790358db3158f997, '', 0, '?'),
(0x1bf85d08f75030448d7eb3d5faaab54c, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js', 0, 0x00000000000000000000000000000000, 0xe99c0737411a6df245fdc775f3d972cc, 0x7758081bba23ac78de3d771f17b4e830f10fddf3d85750d2219c4a7a15c8a62a, '', 0, '?'),
(0x730147c64c9fd56727e0a95cf7afc5c3, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js', 0, 0x00000000000000000000000000000000, 0xa21beafe776c0f8d4e9a86a862dc625b, 0x372128ccaaf3fc3af56240180f132c0102aad79b6d5234a865c9cb66c11c91f9, '', 0, '?'),
(0x54aa798d14baf087fd25116d0ddc586a, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg', 0, 0x00000000000000000000000000000000, 0x10e8a5455c4522c48aa975eacd4f0023, 0x0194f34102dca08ed7e7263b70d99f26f94bc5d3555a2042f4796fc743e5b8de, '', 0, '?'),
(0x817714b4b040bc2ad4eae6212eaa91a7, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js', 0, 0x00000000000000000000000000000000, 0xabd6bbbacaa7402af14b159b1f182803, 0x110284b8ba660ea9fd9df54568c2563262bf94f8e287c23baff75453194d8cf2, '', 0, '?'),
(0x4d4845dc13046c4d04995e911fd646cf, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg', 0, 0x00000000000000000000000000000000, 0x3ef28b71cac1343b1a6331f46995f59b, 0x2e9c330b2575cdfa5e9c40dccd40ce393404626be14b5007ead350da542ff4bb, '', 0, '?'),
(0xd190134ebedabaa69adf27479dcde785, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg', 0, 0x00000000000000000000000000000000, 0xdee8820cb8ee3ed7dcdcaf1638977017, 0xd28a74d105c33edcf55cd3a17689819f0a3f68e06e656ad45dabcc4e0fd1ca68, '', 0, '?'),
(0x3670a91bba9d34b4b10a9ea35ac71afc, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg', 0, 0x00000000000000000000000000000000, 0x421fc33707b4d8eadcfbe77b4d6e0c6d, 0x77ae0f253a041ca8c6b01d395493809e77de8e1bbf7858eb70086a19758fb0f5, '', 0, '?'),
(0xb1d381d9052a070a676cd8dc05f359c9, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0x8fa7006631b9bd4677d5a89b87e33e65, 0xfcdbe578d7e39cc1ee54ae2aee738bb0cd37fcaccbd66f2d26161c1028e621a9, '', 0, '?'),
(0xc000fa805742984cd566e7f90d329508, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0x3a9c9706a7b52f750c71096411cc18bc, 0x43c8b0a4cc4125356f297b41523151d3afb605c40b414e14ee199b014adec5d4, '', 0, '?'),
(0x21f82a1660f69d5ea715bedd0e4707ec, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js', 0, 0x00000000000000000000000000000000, 0xb0db2c63c5b82bdf77f2e19dbc0d1d44, 0x48cdfce202df96241833ba563d5bb4bf5df5c61bfded5e4e1d15f6f1fe504f9e, '', 0, '?'),
(0x2a031ae966038d379dee8362d85c1d85, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js', 0, 0x00000000000000000000000000000000, 0x8f7870d6e64caccbb4fe6d0155a5d4be, 0xcb06c262622492b7214cc20d3cc25296fdf5a3a93748578e6579b5c94b855e3d, '', 0, '?'),
(0xb4519181e0e223a20bc0fdef16551397, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js', 0, 0x00000000000000000000000000000000, 0xf2b25fa2a390517272791e1e77dfd655, 0xe2bd9b54b080bb75c514dbc4cf3f85c847144a005dc6a76829304d3d0761c88b, '', 0, '?'),
(0xcd26c1c305267bf8c43a2f293a355211, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js', 0, 0x00000000000000000000000000000000, 0xc17b88e5878e17054cd9eb960e17b17c, 0x9dc33493ef3f468959475589356ba5053efc24386088c69f8bc89917e9d8b6e6, '', 0, '?'),
(0x529fb59e4c060fba7f7f57b8e5700b2e, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js', 0, 0x00000000000000000000000000000000, 0x25734fcfe6daa7105de6fcd66a48b65f, 0x104736470317e8687fdb423c5bf4114ad54087b42c54f80aa78dd05532ee1fbc, '', 0, '?'),
(0xaa3c72250026dae2e2ea98afe1a0abc8, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js', 0, 0x00000000000000000000000000000000, 0x70b20d55d9bcac7a5bc03b87366e4a3c, 0x781e0ade3a69d661d0aeee6da51a9c799c52b4489cea756797370812d40f6293, '', 0, '?'),
(0xc25853ab3786de13154c1c7ded607435, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js', 0, 0x00000000000000000000000000000000, 0xfca32baba9644ef79a8123815cd3b78e, 0xa9a2e9366345c3d9c3efbad60a0a65db08baf3958a96e3b493abcb725b2c42dc, '', 0, '?'),
(0xd140e0676bfdc5db3b6cb7b5ffce3069, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js', 0, 0x00000000000000000000000000000000, 0xade884e25b5077cfff55ed34ef6a3ce4, 0x3419902b8f709dfcd37b48ea63330647853a620aa4b03b80238ed592e845838f, '', 0, '?'),
(0xba63f8cd6dfab31077164d8ccdb36641, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js', 0, 0x00000000000000000000000000000000, 0x067a1f2d6205523ebbcaecf86c83221d, 0xe182ccb7424db02e3f1e3fe7b01cb3d76456d7f9166e36ef0a02508f9af9a647, '', 0, '?'),
(0xfcc7caa884000913eaba648c0669e748, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js', 0, 0x00000000000000000000000000000000, 0x311bf142fe78507114a102faad076fa9, 0x12d03988fdf2d7185e6c240aff99b0b6d9deba81196c5e40e2f461e318fc259a, '', 0, '?'),
(0x35c36a73633ea017065ec24f722c3a66, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js', 0, 0x00000000000000000000000000000000, 0x900869d166e692329ee8e9aa070abe82, 0x6c5ee9c56e3f99c48701e32937ceb3ab9268fd7418c7ee9d77c32fec30761dd3, '', 0, '?'),
(0xb2d71f81c72b0176bfa717cec3c962e8, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js', 0, 0x00000000000000000000000000000000, 0xfc20ccaad0cf5ce51d7b7a1b66589cd3, 0x68a7c5aa97b3a4e9dd9994ae3b8cd0f70a96729d966f8c701c09b696c4780016, '', 0, '?'),
(0x1d38acacad20052d31726c130e6be5c1, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js', 0, 0x00000000000000000000000000000000, 0x32cadc9cb314623e6c3b577c163d95f9, 0x96d9423e3ef4ff96925be0d295e0a65bb812ed3890cdd37f590adfa9118e0a24, '', 0, '?'),
(0x37245e5a778ac31d4542ff5bd355eddb, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js', 0, 0x00000000000000000000000000000000, 0x995c1ed4821adb79eb018b573db0d726, 0x3da99c4a14853a9afa6e7fd36e427de9183a2cbd3ca45394b1c26e55737f076f, '', 0, '?'),
(0x519e9a11cf6623305ae9e53fc71db3e2, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js', 0, 0x00000000000000000000000000000000, 0x258d36b99eae2bbefde86b7abd702474, 0x8781ecbf3b79a895db2636bd8c51203c8aa82c970d173e06b327b1df2d68712a, '', 0, '?'),
(0xd2af8b65d41613a4ca0782b88d862b66, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js', 0, 0x00000000000000000000000000000000, 0xdeeeafdf232099800cd36f8c589977bc, 0xcc42d12e993f0c5c5e722aff15eba0764b0983043937e82eb43d6599c0300937, '', 0, '?'),
(0x7810ddfea6b857f8a94fc39194756d7e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg', 0, 0x00000000000000000000000000000000, 0x3b31e1de93290779334c84c9b07c6eed, 0xd541860921ccdf1bdeaee1e179387458f277373f2f60612fb33c0c7342fe1f35, '', 0, '?'),
(0xecaa1e6cdb63e17b00a19d4b9e79d2fa, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js', 0, 0x00000000000000000000000000000000, 0x3220d114761878fe394d3a2604d66ce9, 0x3aa82e4a392d816c8be591218d2dd081c58343c29e8752abd12f218fcf1c96bb, '', 0, '?'),
(0x234da3fec94223b42efa32220b32a45e, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js', 0, 0x00000000000000000000000000000000, 0x9a237da3b2203afa9daef54c626fb5d1, 0x127376c62310366bdcb6b7231581e30613ad2fbd63233c645dd109969bf70129, '', 0, '?'),
(0x8309fca53864d3974560224dcd14091a, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js', 0, 0x00000000000000000000000000000000, 0xada24a4227c26173cad05a0575324c28, 0xb300e159bf59cb74a988d69e8824a899bf70013f1f74cb3d24c67046e7e86326, '', 0, '?'),
(0x323a31fb51d693e19f6f3de526989a09, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js', 0, 0x00000000000000000000000000000000, 0x76562f1e2e9ea3c7f38e18df09f2b64c, 0xeba810da2ef7dbcae352f7d2ee2097358d9c3d2116730b4e52764d63d0a87526, '', 0, '?'),
(0x191b77cf395304add48b193afd36df1f, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js', 0, 0x00000000000000000000000000000000, 0xf4a9e82a5c203269b4ca1b6dad77b362, 0xadcb04d842ae5f0e57e7903a9127657245edc08dc7c190027f7b5a3d156c81b2, '', 0, '?'),
(0xcff8c8560459fdf5cfa7fb1bdf0c7763, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js', 0, 0x00000000000000000000000000000000, 0xe75b0a3d204ed3cfc007a64ea78bf2e6, 0x321a28a764923c794b4a31e0794c14f310870722ce30a29716ab345fcee2a517, '', 0, '?'),
(0x9073c667c63b3453dcc866d9473a076f, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js', 0, 0x00000000000000000000000000000000, 0x1ea7d6bc7b3777460411a5af97cebebf, 0x4fb92eb6f265758f3492e46950829855917430490ec660483e9aab220a9b2351, '', 0, '?'),
(0xed295805490941eb64fc8d9681efc1c1, 'wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js', 0, 0x00000000000000000000000000000000, 0x5ff487a413612cbbf6bc391c10ff7bac, 0xe1d811614e21d06927593904b1afc82056043bf3c6a1bb6e124c7bd1f78ddf14, '', 0, '?'),
(0x890ea436facab5fbee1b43b1c9c6551a, 'wp-content/plugins/js_composer/assets/vc/blur.svg', 0, 0x00000000000000000000000000000000, 0x87bc806fc888895c24fc4662d06fbac6, 0x64d87e33b23a292b27106cc06d99211cee69ab1f8d5da2fd51e2afae762d30da, '', 0, '?'),
(0x153b8ff2a79aea7547421fdcdb6e9c18, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg', 0, 0x00000000000000000000000000000000, 0x1be0e48ff3d577609c3cf7b8ac1bb41e, 0x442e12272f3c2ca642aa5d8488b518c6743f11fb6342279d8130b0ed4b5897d5, '', 0, '?'),
(0x6549510258c11b7df09b2da3ec8c6525, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg', 0, 0x00000000000000000000000000000000, 0x74ed964bef6afbdf14a35a1bf1fb0585, 0x397e3039c72c91fdb73c8663440f5952588184b8319a2e35c74eab460b69abc2, '', 0, '?'),
(0x51e13c62fcaaebd28de048e742e27975, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg', 0, 0x00000000000000000000000000000000, 0x181746314cac698d0925ca69749053e9, 0xb38d9c68dfbca044646d4b04acb7f31cb47c624e1cd828b50a30a41af98352ad, '', 0, '?'),
(0xb103bffe3ab0c501a8d0efafea095d42, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg', 0, 0x00000000000000000000000000000000, 0x9ca929384b93302ecb1017f7a27ad325, 0x7f91388b451e4a3d2977063c27d5221cb72af96a1c5ae0277405f46cb3569ea8, '', 0, '?'),
(0xb5c49379bbc9b975cb92585ad576ede1, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg', 0, 0x00000000000000000000000000000000, 0x3ecff203a19f382a25584ae6ca55d0b0, 0x8822e93e233ca4a126e9aa126e9c91d3d5ffafb349877416e2561df8fce136f7, '', 0, '?'),
(0x40b4c8bebb25b9dd5b9506614b929c7d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg', 0, 0x00000000000000000000000000000000, 0xe495ab4ffa710243a832cd3c3cfed196, 0x30d0d1b926b3c92d7b2d3a28e391421cce8b682b1c462d2081e8e6557d3d5e5a, '', 0, '?'),
(0x02693fa3b3e4526cf16b0494678760db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg', 0, 0x00000000000000000000000000000000, 0xc0a489ac4f42c68b540abc937cff585b, 0x7dee1a13a2a816245cb136b8e979aed6ca2cc2fa4e18314fbd786f5f8b6414f7, '', 0, '?'),
(0x3045871ac523677a5a531f8468407d03, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg', 0, 0x00000000000000000000000000000000, 0x16c819cd494ef9ec7dba303df54f4799, 0xf52133afb15e76c96571dba99d65e4923a2f2757f33bf377fa8dc0ca4a593d0d, '', 0, '?'),
(0x0453c768d0f3c5d38c00960fe5b317c8, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg', 0, 0x00000000000000000000000000000000, 0xb9d273f147c8eda19bd468298abc033b, 0x7d291ef2a6e7d43644f2df0f5234c138bda0f5fd86cf5e429c427dd6e2f32707, '', 0, '?'),
(0xbc4fd8e4f59552bea6508333990dcdd1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg', 0, 0x00000000000000000000000000000000, 0x0a15788021de52ac04a73b414a971656, 0x103eabc25bdbeecb40b5a96bcdaaed58e01746337810c50ffc10deba68f667d7, '', 0, '?'),
(0xb599e7e9f5f7cbfdf811ce106e4485a2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg', 0, 0x00000000000000000000000000000000, 0xfd98ec59fbd46b564bb4e6e1298a3cbd, 0x8e513de7e419cfea8af841ab37fc1699b324834e33667607e4d9168268f7ea45, '', 0, '?'),
(0x3b8005329b717c66b9139b4ac974a56d, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg', 0, 0x00000000000000000000000000000000, 0x1005de67b68379120d0595c6fe8ade62, 0x143199297a476d9552d66e9ac51fdc90cbb9290599bcb0e2339f970ac97ee8b4, '', 0, '?'),
(0x3b332e8e11b6a2c06b7c4d3743a810f2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg', 0, 0x00000000000000000000000000000000, 0xf50d5795aa03cbc6306b4f95b166e12c, 0xf0469c80d9a93dc71695c7bac648bd3c50fac8c0d1c84f93dd0d009f038e3c84, '', 0, '?'),
(0x12be3e01eb439db25b6f5e4b51ac9dea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg', 0, 0x00000000000000000000000000000000, 0x2eedc1887b16d725e165abb1ea548d24, 0x6052d1379ea3a1a913d63b3df9061f37f9150f55988f5d8da36b1d50868fe60b, '', 0, '?'),
(0xc81578defd667028f5a9761211bc2a28, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg', 0, 0x00000000000000000000000000000000, 0xc44765352729c31c283aebdbc2a9d4f3, 0xcf0411e5ae9b8f13f0271fb52136a5b5360345f8f8e028706afd892c17282639, '', 0, '?'),
(0x35290ec6a5718421f8bdac3d7e42fc86, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg', 0, 0x00000000000000000000000000000000, 0xaeca406bcdcdb34920076d53db96e7bd, 0x9422f7b3d29e0c5ed1026506a478fd2d60886bb4592dfa100961eadbf8ba957f, '', 0, '?'),
(0x9347bc1d4e325cdd3601f0c97dedfbe4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg', 0, 0x00000000000000000000000000000000, 0xada1e1953cb47feb6341181b64990b45, 0xc3ca843f4f777083f3076ed32ebfaf3207ed5a6452ef4aefaf5c893c38d61078, '', 0, '?'),
(0x86806e73d80ad36c47b2538c7d35b264, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg', 0, 0x00000000000000000000000000000000, 0x5bdce7cd3c6eaa99a3212b73475a5336, 0xfc93010b764dd238f1aebed7903dae494ccac8331ed8ce21d5507d6ef963ab83, '', 0, '?'),
(0x3e1f061468004ab5004cf7d16f572ad0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg', 0, 0x00000000000000000000000000000000, 0x7c79faad8f980934ea74d940404f0a67, 0x47c239fc9ee77062dbb1fab299ea9c51082f375d08a67281801f770c3365a604, '', 0, '?'),
(0xbb9ad3f2cf5adc6cfc239c4b706a5151, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg', 0, 0x00000000000000000000000000000000, 0x913de90dbb5c6d318119786d3bf97541, 0xf06ca521e133717e325fda69883c94f06edf0e57922371cfea8a5934ded8b497, '', 0, '?'),
(0x1f5e28090876252f904d4cfc71bb91ea, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg', 0, 0x00000000000000000000000000000000, 0x558bdf72b2d412d92663f63eccc39710, 0xf9b5a0131eb5f73a49a09086c2277d6c6e3d4ac1bc23d57d97f41383bf602e00, '', 0, '?'),
(0x153ba76291cec0c3eddb9803239e6513, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg', 0, 0x00000000000000000000000000000000, 0x91919319a83890113e88bda67c0190c3, 0xc7c24d252e05afa3b5b50497e03b9b7088dce11bf3e52b0648130afbf3583293, '', 0, '?'),
(0x60f53a67ec9f08261e984013f8efb14f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg', 0, 0x00000000000000000000000000000000, 0x30aa29d75ed5569549b66afc6ef70760, 0x3e96f551363ec2e73647411a9c8c86e4d76c2c441b2b09fb10128d09fdcda756, '', 0, '?'),
(0x86a889a563c9ba1f1a76e8158edf95a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg', 0, 0x00000000000000000000000000000000, 0x6ca72001e5260fd06fbb14c2de42aea9, 0x8fd6074ccd8f170e3d8c87a0d641ba03997f85a2b734c5906bf2187c9e80629a, '', 0, '?'),
(0x37e1a3ca3535b33a50276ceff5e975bd, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg', 0, 0x00000000000000000000000000000000, 0x86fe4e82d3097777d081fa3dd801a7f7, 0xed6c776bdb04686558aa2c8fa124c92b6cf243a11f76961eb214a656b1602e2c, '', 0, '?'),
(0xa4974d97470126216c36ce22c70da90f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg', 0, 0x00000000000000000000000000000000, 0xf51b914bae089dee49cf8674e7abf24d, 0xe71c8ce38607ed12fefb74951b1a46d0a184b852905802efee2ff63ea99c91c3, '', 0, '?'),
(0x25985e8eb3d12e2874395bef2ab55a8f, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg', 0, 0x00000000000000000000000000000000, 0xb3ec7ad7e2442c98b91b3a9fad8611be, 0xa1431d0f340595a5f56f91bc86483ec4d320d1d8842ee2c3375390f70a0eb9a9, '', 0, '?'),
(0xe94403f2bb3f2604c86ebd040879c2bf, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg', 0, 0x00000000000000000000000000000000, 0x3cacffe742b4a6a6c221da298d92d02d, 0x3b79df5baaf3a17519240249f32f08ab0aa690a48adf1fb7795d1bda00c6f3b3, '', 0, '?'),
(0x12bf5dffeb2f8e899e61a7f528977f77, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg', 0, 0x00000000000000000000000000000000, 0xcdc6c2ff0960bafbd4c2cfe7a998968b, 0x7dd287b44c58c81db2cc7012f74460275b870039667c43f2ad7fdafca9c3740e, '', 0, '?'),
(0x8a70fc6a94ced824dc99b8def4a543db, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg', 0, 0x00000000000000000000000000000000, 0x16951ab9b55ebdde20a873c32ead6681, 0x06e70c925f57db456da672e6ab63e7f993ad4d75cf2f4a76e4814129686630d4, '', 0, '?'),
(0xf3a6967d54f7708f635a4aca8589ede5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg', 0, 0x00000000000000000000000000000000, 0x346eb6fcd10617ec01484f6c795b12d4, 0xc3aa082feea24dc3bd8cec5ae384374ad4b4cf9dca935afd51065640cf18a843, '', 0, '?'),
(0x51a2a60efd289274694224b8133d17c2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg', 0, 0x00000000000000000000000000000000, 0x9f25f6403c592a7b63a99a51adc3c867, 0x264fea50357920a96f6fda269ea2b578afc6c593b9e89ecc8cf161c7cb4b3cfc, '', 0, '?'),
(0x0df8e8bd665f5c6938e188be32c817b5, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg', 0, 0x00000000000000000000000000000000, 0xd344ba5b60a68cea26b6b3b2d3063fd4, 0xdb646d99b1420e660c218d600b4b6bded3af9df6ae5c4448d77fbc743509c933, '', 0, '?'),
(0xf99a0303ced646875cd86ff45c0bb327, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg', 0, 0x00000000000000000000000000000000, 0x0fc50956a2b64d2a6dccbc1b8a6b4c6d, 0x048af8bfef48b5ca50d42530444689b084ae2648b89eadcb873f96f099d398b3, '', 0, '?'),
(0xa05377a90e0167a276b2d2cbb8f5b7a3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg', 0, 0x00000000000000000000000000000000, 0xdbd6ce43110bfbf81ed3be07d1c9340c, 0x97a18e91e255f4edd44c2cc9d95e3dbb0a4db12559650b3167b0acc34aa882de, '', 0, '?'),
(0x7eeacf18d119f6581a8cd366db3ab3ba, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg', 0, 0x00000000000000000000000000000000, 0xf9e53148a157ea583a4f6e5b45d4dded, 0x4d7ad70dcd4e240201e74514ddfa66a85229503abedec8f5f19ca6c777e4c90e, '', 0, '?'),
(0x764e8c9f30218dd1536a9cd2ef1d54a1, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg', 0, 0x00000000000000000000000000000000, 0x1f35081654693303b4ea069ea5c39cb5, 0x7b38eeb6e6781a1a9f8fda9b048ee13ca8591776480a1eeee8a85aea30c37057, '', 0, '?'),
(0x98635803b7d983e67fbf25c6bbdafac0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg', 0, 0x00000000000000000000000000000000, 0x8c9277d9cf9a2ee63aebd7090d9f823f, 0x066d04cbf5dc64c48d0d7ea1a49440702be6a3943f3d630fdf604397b793204a, '', 0, '?'),
(0x7f7790e175bc2cf9fff144fdc2f7b525, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg', 0, 0x00000000000000000000000000000000, 0x244cf4bcf8eb5a6674566e1d069438e1, 0x224698664e10c05e9a91de03b1369d460efbc69d7832d3aab4c1b78629458e76, '', 0, '?'),
(0x0f44227d95ec581356c99540096a931a, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg', 0, 0x00000000000000000000000000000000, 0x08faa7ba661387804033c4464bf0b19b, 0x76983b957d21ae584b1efd476ddb67667057b5f4acb486a0d64bbac60ced83a4, '', 0, '?'),
(0xedb29e6b393e4deb75cdd361152e0984, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg', 0, 0x00000000000000000000000000000000, 0x6ac1eac048d70b4e4fc352775072e093, 0xa22b4dd876355c08bbe0bcaa2f27f8895fb6f2c558823495f5e5c87a864f3766, '', 0, '?'),
(0x254cdcb4306a700b8ebbf8d4ae5c5c42, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg', 0, 0x00000000000000000000000000000000, 0xe6e2dc17f53e70d36e335a260e2be5f0, 0x86b6a8661cb61298c6818c20cf9bfe70e857eab6e43d4a8ddf435dc221aca17f, '', 0, '?'),
(0xcf129fd8677734efe41d4c52a8aa5710, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg', 0, 0x00000000000000000000000000000000, 0xb5d7f47d4ecebb0001a7d4b23ecae5ed, 0x9b4ba92ce7da1b7d3066b3603ff4ad1594f491550e33b831135f54480312b0e4, '', 0, '?'),
(0x406d60d0eccce6147358ffb70b960ce4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg', 0, 0x00000000000000000000000000000000, 0x3ea8355eddc7fde8206e9e3710ee9963, 0x75dfb648c10a7cf278c01502e4d6c249dad1278ecb08f3421f68a1feb91ef268, '', 0, '?'),
(0x8cb0b88774fb886ec0ca6143b3f17041, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg', 0, 0x00000000000000000000000000000000, 0xa2179b4a2c5c23ca9a3c3713a60ea7bc, 0xea89f7df1a82cb065791b149b7050acdc524cb598751301040a7efb24a13799b, '', 0, '?'),
(0xddbad9b0ffecaff2c0a947985d9eaef2, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg', 0, 0x00000000000000000000000000000000, 0x13014f326a00cbf9ad13bbb9f8eb3449, 0x13cb6227946bb90fd824567569451d2218865f38f41722ee142f475bb1f7d83b, '', 0, '?'),
(0x8b531f65894b71fef5ef4b6ea11ecca4, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg', 0, 0x00000000000000000000000000000000, 0xf66f3b3a1c289e6ae539924fbb65eb52, 0xd3fd6766b04901aedea223286644a2504078092102f7d3ba9bdb9b103e427b67, '', 0, '?'),
(0xdbb30964e9f7c426161c731f3e68f02c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg', 0, 0x00000000000000000000000000000000, 0xd35d01ccdb656409d92640e3320b7bb8, 0x66a852606b6ee75a3a93eee356115c69d2a61535e9615c962d6a914d6ad7991a, '', 0, '?'),
(0x91c88243e899a7d44d2d92279f030472, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg', 0, 0x00000000000000000000000000000000, 0x9d664e0dcbf59d7e0f93a5ff16913941, 0xcfac333475b4a8b164dad4c6ca189873d5989719f9c0fa516e60129449f2a140, '', 0, '?'),
(0x4f1a902746e1757b8bd2f552ff7f116e, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg', 0, 0x00000000000000000000000000000000, 0x9833f654b13c0a9241e5d683f94e4ae2, 0x585c7f8400e3dda8451ce2cd34636ba25856720bb8886727ca5d57e0f2f49004, '', 0, '?'),
(0x6fc5a31665f95a576bec0abe56b6a1ec, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg', 0, 0x00000000000000000000000000000000, 0x3cc3a6afa71322309136c550f9060d96, 0x1eaded32798f731b062aa35af1d49a2e8a6d763ae3aa2561a4567beb5e117dbf, '', 0, '?'),
(0xe6416b99ba5f5d4499da40c05dbf7bf3, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg', 0, 0x00000000000000000000000000000000, 0x6b33fad3b21a4131de4f9e2d5dc41c74, 0x8f04308cab2efbf20f4f9540079a213600448245e4ce085fef4ca23de9796e36, '', 0, '?'),
(0xfd9b477aa2186bcdc5746607f3362281, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg', 0, 0x00000000000000000000000000000000, 0xcf9c1ce8a5d9f892f1e073b6ed436fde, 0x2276c4c06012efc21057cc2e4bcb9a899950ee2c25719fe30d135e0b48a313df, '', 0, '?'),
(0xc991fe4789a3c7cabd5b0ea9a7f82111, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg', 0, 0x00000000000000000000000000000000, 0x8e81d569ac28944d53def09d0f3bbf1c, 0x7296f782b520298958179b463ca425ab41a8b19f2f2050b68b9eb9f1e3680062, '', 0, '?'),
(0x7001f6b1e08e2c07bc748fe1fa9003a0, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg', 0, 0x00000000000000000000000000000000, 0xe97db8e5c77c6e12ae3a7c0ac268c943, 0x8bc741b867f64b6fac60bbeeb034fe4f5266c9ee6d860c2e9c8ad00b85deedba, '', 0, '?'),
(0x774f85b17591ad44c37de92f6e17c4ed, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg', 0, 0x00000000000000000000000000000000, 0x57ce208972f5ce72b8ffea63860eb6ca, 0x870d1c5e877ef983a9942d42f6cb42774d9e96470b1f9f2274b8cc261ba3c458, '', 0, '?'),
(0x429740853ec5fa604b61d085e219f316, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg', 0, 0x00000000000000000000000000000000, 0x922e6d77f2b3ccb3bb468b6ed920d1d2, 0x358f9ff800a02360a67d0d45f26b5fa2fc5b11ace2c2b8365334e4b46a7ec38d, '', 0, '?'),
(0x138d0be590275132ca7db3d0d9726c07, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg', 0, 0x00000000000000000000000000000000, 0xbaa56a6ac52b0215765e70b3f6bd7ae2, 0x8a2cf5181a4908e9f5cb1449754974f2ac50cdc311391617ce308952e3fecc63, '', 0, '?'),
(0xa86261839432adcacfd85d90bc8a283c, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg', 0, 0x00000000000000000000000000000000, 0x40ad783a07606a5fabbd7ef3af2fa3e7, 0x8d43dcc0811e2e77bdfcdd828393a89a28cb90f27496b6096b3710a463b38d2c, '', 0, '?'),
(0xbe0222999c3a1f4001e33649f4e4fb4b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg', 0, 0x00000000000000000000000000000000, 0x8d99f74d2aef836d37d9f7dbec6db15b, 0xdbf853e101f237cf6e5b6c0d70aa5b6b6430fb00ceff331004b91510e7fcd4c0, '', 0, '?'),
(0x1e45be205f1251d59b2c51dd3eccc76b, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg', 0, 0x00000000000000000000000000000000, 0x9fe95358f6935c3ae6f17de69f9a9918, 0xa7f6e8e6f3d3eb35cdca7b3be79bd6439499910b55f08d46bd201f3e4df26605, '', 0, '?'),
(0x34de8b6ccf3cfff1530b2b69a07c6a51, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg', 0, 0x00000000000000000000000000000000, 0xfc4db2170644d4b52b40e7fc213b23d2, 0x13edfbd8f716d2bbe3b6b462560c704ac88d9280d6b3ac16ca2612c50e5c3913, '', 0, '?'),
(0x0d518a8e340374c0391de9ac96eef751, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg', 0, 0x00000000000000000000000000000000, 0x8a1354d2a97d970a2b88b8b207a75170, 0x3a9bcd331daa3a3534749b4bdf8ef135855e94ff7028b142f072b73877f0a4a3, '', 0, '?'),
(0xcc0624b9661b1aab0b2b259772c94872, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg', 0, 0x00000000000000000000000000000000, 0x87d2fdfba6af5f23a3f30237aa13dd63, 0x9af5821823d34a60d58fc1c12e798061b951b9dff5a65e9d4d153f8988fdb827, '', 0, '?'),
(0x5fe0a2fb7eabde4c0bc159a2cff356e9, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg', 0, 0x00000000000000000000000000000000, 0xf594aa0b94dbd7323f41805b1432262f, 0x6150601ca2c4c2773b89d59a4d14dcfcbef5c00913904c02ab105737210a2456, '', 0, '?'),
(0xbae7ba501bc3532ee7b782d2f3af708c, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php', 0, 0x00000000000000000000000000000000, 0x54c5b2e607089e0cef745cf715969318, 0x3bf99ca40430d816cae527c4de61828e75bcf7824d0106fc6fd54f03359c326e, '', 0, '?'),
(0x86a6d9227ca5b656c9ce95d8967d5ac9, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php', 0, 0x00000000000000000000000000000000, 0x28d7e035232aabc9cc1d015c48fe3cfa, 0x6198b33280db3bb153baa1e78e4dfd4933ba6ff8b22b3e4199f2cb461bbd6388, '', 0, '?'),
(0x2555ec836406f2498a861ee334f428e2, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php', 0, 0x00000000000000000000000000000000, 0xef06fb48fe295f759cb72d3ab1c791b4, 0x1d23ab5a42d2ddf29e6f39749b5fdbe97e5106b5a6d7fa816ab3cd87ff163024, '', 0, '?'),
(0x38c848141abf1137b081b060b5b31d92, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php', 0, 0x00000000000000000000000000000000, 0x8fb379fdcde748b326234419a5c8c5a2, 0x22495361c2714ff4b99abb6bf3db81b1b551d2f9809455ff4f4be0f4e5e3d98d, '', 0, '?'),
(0x3584365fd4aa087d5c732f3aff2f7a55, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php', 0, 0x00000000000000000000000000000000, 0x514c0e015227f2a0541d07ca823aa07d, 0x834ac6f955eb0b2f6fda96375c8ebce5c7678b04d87f40e7fe81e8ad7728aa25, '', 0, '?'),
(0xab11277af1259b2a5b9b4bdde06bb511, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php', 0, 0x00000000000000000000000000000000, 0x0005ca75920c8d7613efec90c94c16db, 0xc884fe94e3d1f824766a268aad59a39c5271d113e95c585618fc3976ae79a8ad, '', 0, '?'),
(0x510be727ea376459faeba7ce91247974, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php', 0, 0x00000000000000000000000000000000, 0x7c6adb704afe168faff58a39f00aed73, 0x969e80c0d737c61010f2ca2e8ebaf5cbe22e485507c2dc370faecb01b21e28a6, '', 0, '?'),
(0x7a16316fb2c9bc83bd4002c98561f4df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php', 0, 0x00000000000000000000000000000000, 0xbc401596148bb9daf239646e5e023c8c, 0x5a563e935a50d728c50cbc0e30029b13f8715c5cb496ecfb7c6cc84313adb69d, '', 0, '?'),
(0x251a533100910ad756014411d8569efb, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php', 0, 0x00000000000000000000000000000000, 0xb9bdd09479cee202dd997498b888e26a, 0x34fbdd3430f3fca6c5b6b11fdd6f2428f1fc153e5e5e6a541d7a4c0c34b730a5, '', 0, '?'),
(0xc77eacee9c13c665e5cd3ca905dc6c18, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php', 0, 0x00000000000000000000000000000000, 0x02d9c8042305dd8114ebdeb9ed3dff22, 0xe83993e4b435619818002676ebbdbc9b969da6e6317dffdf8acd5b51c98d2cf5, '', 0, '?'),
(0x3bb5fe03b0f46c10cd3f5be67772f7ff, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php', 0, 0x00000000000000000000000000000000, 0x9d2a000d2022937171cff4d679579a2c, 0xcb1df4ea1550ad3790ee3384c5add4dfd39c22833e4b6211f527c9d0f3bc024c, '', 0, '?'),
(0xaf830c6cb2fdc3922d3b50e8274087e1, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php', 0, 0x00000000000000000000000000000000, 0x4cc475a44ae9ad2525748ff68f1d7df7, 0x26e3c510e46dd9d098b6ed03943862cd68a9efc53c6c4b9d43e63a88bfaab55e, '', 0, '?'),
(0xe3cf0184b7f41797e7b0f2a872d80f23, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php', 0, 0x00000000000000000000000000000000, 0x33cf24209c93a7f2d1468142e5203e69, 0xbf0227ab517ec6308e0c6c273234574336d2de41a5fef654024b66c4b321c477, '', 0, '?'),
(0x84d862c7c2b502c73cd01dd2245614df, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php', 0, 0x00000000000000000000000000000000, 0xfaf098e517c142a22c5ab08f5d464da9, 0x11ec8259ae1952fc65d361a7e8cbb7754b126a88c72c901e44bef46aa7389ad8, '', 0, '?'),
(0x88986a3f62b494de74b3b3ec423c08d0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php', 0, 0x00000000000000000000000000000000, 0xed5e1173aab57836e6d4bb3e7eb19868, 0x4b98e04be89d4b0351f8a27df44a80a37526bce821507dd01629f913ac4404b0, '', 0, '?'),
(0xafed90db9b733572307eb307976ea129, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php', 0, 0x00000000000000000000000000000000, 0xfdc026956653f57aa0b6bdbada5efff6, 0x14166a3a4990fb1449acde1ea9bef3ea46c0a5b9cad2927d872a3b41265a4e4a, '', 0, '?'),
(0x4fad7fad6cb5d76967f7f03ecfe73628, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php', 0, 0x00000000000000000000000000000000, 0xd9c81825e601f83ad530e131baeeb842, 0x14c385bcee6a90d1a2e0bbb4f599977a231aa9af6da8a81094ae0c0544707b74, '', 0, '?'),
(0x4ef1080c93083647986f74bb13656113, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php', 0, 0x00000000000000000000000000000000, 0x9ccc21e4d58eb6b49be96662e103e14b, 0xea13573639de929c7a54ba9ec390fcb6011ba686d863e586f228fb887544f8f0, '', 0, '?'),
(0x61c76b676aa723eb89f017de51912aa0, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php', 0, 0x00000000000000000000000000000000, 0x49e8267266e8e045c53ed4a3665934d1, 0x415d956a1319e56c2e7a9d771403bce7ae14b2d90bfb1c96a777f7e75ff64b5a, '', 0, '?'),
(0x81d60d8f0a27276fa6c2cf87f8f94d67, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php', 0, 0x00000000000000000000000000000000, 0x3b19505948facd455ee358452ff8b9b4, 0x39efdbdf07edbe97aeee146b40d71654d7bbc663fb87c1182ed023d02a8917ba, '', 0, '?'),
(0xf72a661d7bfa4be372d192b57cd1b4d6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0xac9b2d9ae7980a4392a593114f93df77, 0x36130f4688fdb6237b845cbdb12bd8bcb1185f2c9c5b3ecbbb5c1c4d8482a95b, '', 0, '?'),
(0x37fe2689ff9bfc4f1fd7bd552adcfc7d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php', 0, 0x00000000000000000000000000000000, 0x1e4de0128e204c80168b413461820691, 0xc3603f5c40eddc0a1caa01cc815d2b835936476ac14ae67b15b811e628debaaf, '', 0, '?'),
(0x8d5c849202d189753c8f221759da9cc6, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php', 0, 0x00000000000000000000000000000000, 0xa79c8f6ca54a4d76c8fcec7c77159cc3, 0xce27033d2c6506c3d968cdcf743461ec00f8aa1cf477a4ab1118af7ff0c2dda1, '', 0, '?'),
(0x6f6607063ee7b5f17dd0d17548035b3f, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php', 0, 0x00000000000000000000000000000000, 0xb6f0dd07cd8f67d002eaa7645f90fed2, 0x35f424443b8bb93cb3b1b1639981440a10ec95914b13c54208754d7d7d1208c4, '', 0, '?'),
(0x99972c82fcd618b1f5aa235e988475e8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php', 0, 0x00000000000000000000000000000000, 0x244fa930b6f8e7716b028e69d4f248dc, 0x2ee325a82876d0e7ccb28c37ba99a84dfbd0816a829db4354810ae1d49a2e1a3, '', 0, '?'),
(0x4905528e93763ac15169e961ab1568d8, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php', 0, 0x00000000000000000000000000000000, 0x1d7be2fa3d8fa86a3bdcc03ecc2ab52f, 0x2306eb9ac3ffb788f536ac8cd24216e738493811af74cd49c23852aa4b669e77, '', 0, '?'),
(0xa5f337e407fc378dde96f1c0ef97b97a, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php', 0, 0x00000000000000000000000000000000, 0x03d2ae13f606c496bcfba794873c5e63, 0x2a086504b51783af17d8b0c8ccbb6c33d0561debc82db73a61d3e4f70f9c0a2a, '', 0, '?'),
(0x6dd0685aca98c2ee9c64ce3ded345d6d, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php', 0, 0x00000000000000000000000000000000, 0x8b1cf84dd18bad51bc838f4a701bc9d4, 0x5f5fd71f460bdcdeb9ffdb59b124eaaeeabcea61cdec28876a3a71871a409f71, '', 0, '?'),
(0x27d78a4be767676b0c2655422481218d, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php', 0, 0x00000000000000000000000000000000, 0xcf7099a700910751e4dafd59d73124a3, 0x6eefe9fbab70f4b18b0e43bea541012270dac5b912a12bda26b912943b43c1d7, '', 0, '?'),
(0xebcbb3b85ea06320830118db88bd4a96, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php', 0, 0x00000000000000000000000000000000, 0x31f492059bdce20172a34bff8572f4ce, 0xfbe40eb01ca9178f3da48b8392c4852b42003ff88d9248efbd173b5386cbff58, '', 0, '?'),
(0xf6189bcf01091914b24f5accaf719971, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php', 0, 0x00000000000000000000000000000000, 0xb6258d1d5526bb9ead867ac1fcfcdc23, 0x3e900eac7c6a13ce5478f4887102ebf50b36bc7f62e7e0c7c12900027811b141, '', 0, '?'),
(0xd7282bf96a613e5833bb61b6ee21d24c, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php', 0, 0x00000000000000000000000000000000, 0xb8bdf5038f47f91b19f1fe21ae406743, 0x06e4b8b460b607ade136d8379e2b2af660d61680dea3054421f1e06233a7dea8, '', 0, '?'),
(0x5d4d1d16cc95874730a7b3d8d75f0d06, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php', 0, 0x00000000000000000000000000000000, 0xda395bb0207c0c96605e2b6f36cb3afa, 0x0f222840376a75b2140df5f0cc558deb450a94a23f2537de338eda1bd5a3c1da, '', 0, '?'),
(0x91e84225c37e7d92780903b1b5ed1250, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php', 0, 0x00000000000000000000000000000000, 0xa3dfc0e6debc28e9f2fae3e875fd4935, 0x40d366372eb43481809e048eaae6f28f3674bd83c5e4ce009e3b54049915e2a5, '', 0, '?'),
(0x74fb9dd9848fe4f11d1ab0b21871437e, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php', 0, 0x00000000000000000000000000000000, 0xf3b6ad5a01ecd24a09c6e297c404f07b, 0xc0ea9f2fca2679b95e77f4a147b0501fdf7c77195f673815906232e7a22b1468, '', 0, '?'),
(0x217aedfeaf6879796e985e2d7d15c8bd, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php', 0, 0x00000000000000000000000000000000, 0xaf274a3ae62362d2c49c0b695032855f, 0x1317a12d4ba2ad259e40e19e47d1e8ddf1dc1d8fc3c964f218b70b232935692e, '', 0, '?'),
(0x8226aeeb7669275ec64ce8b124f11ecb, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php', 0, 0x00000000000000000000000000000000, 0x5a6f01a388c3c10be87362e6b68e306e, 0x31cb4cc9ef17005ff8991430c7d44c702f3245ea06ebcc58aa7b48738af203e2, '', 0, '?'),
(0xdf75abd58b6c894e5d1d4e422263eed5, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php', 0, 0x00000000000000000000000000000000, 0x35d317f1d9497ac4aac83adec369dfe4, 0x542ddc7460ce9af9d9097c38d2ac1980152aea02510d6137045bf733fc3548d4, '', 0, '?'),
(0xd798fc511866948b440b85213be97bde, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php', 0, 0x00000000000000000000000000000000, 0x7c4d7e1f9430224035081ed9e48b28b8, 0x348c1bbf0bb03f78eaebeb2ecf5d0cabb14e78bd545d8072d61cfb9835e7cb99, '', 0, '?'),
(0x4a8bf86d4fe3eac4d21b600ce18a66e3, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php', 0, 0x00000000000000000000000000000000, 0x35a16cff77a8d7af3c57db8e427c5537, 0x1ac9f8b0a1ac2ced031c71190976f39b022f670bb0e2220a796421a05dfe31b7, '', 0, '?'),
(0x0bf4145b344db39c8e972034d4859fc0, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php', 0, 0x00000000000000000000000000000000, 0x922ab10109a68a410df686e0509cc7b5, 0xa9570640322863d66ca37d27e539fc59e50a3b37956b0cfd732aa9ad224f1b67, '', 0, '?'),
(0x05e758cd402bbb38964cff7f1b1e181c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php', 0, 0x00000000000000000000000000000000, 0xecae3bd358ef94f657cf3ed18ac7eb9d, 0x95256c7933d5aa82616b1b405c8d2c98b647a9a0077579d75fb0bb2fbf79d0de, '', 0, '?'),
(0x5d34880cd4b92df3dc36f5f18b24dc22, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php', 0, 0x00000000000000000000000000000000, 0xc6807c5b62947123d954abd823a15887, 0xdcc210e4f54e02e75b2f0a8d39b07dca87580bc5015c7a4cf8483a7673a4e035, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x34ae850aa3db3c9a4a483436955c2d09, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php', 0, 0x00000000000000000000000000000000, 0xf5bfb273623b6d9e105d648b7d1dc5af, 0xc4f786aa88b12b60b204445db91aa6f145e2383d2fda0b9a085203eb0c04cbee, '', 0, '?'),
(0x64ae46dc490ac75d320ae811f754670c, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php', 0, 0x00000000000000000000000000000000, 0x799eebdb67ddc3cecc0eefcd37b57db8, 0x42fd20c50bd194c7ef4738a6275f8b157e23b24ddaef1cc14da7d94d691fef69, '', 0, '?'),
(0x003629450e445158f46e1907d6f00e57, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php', 0, 0x00000000000000000000000000000000, 0x7a86b4ea032964dfea14186fc32f576a, 0xc9f364650727f522830106fbe1a8a4b2a089e81632b147cca9181362da3666a2, '', 0, '?'),
(0xd9abda1602f19578ebcbb0944664c15d, 'wp-content/plugins/js_composer/config/lean-map.php', 0, 0x00000000000000000000000000000000, 0xe31a20557a6092bcec26f2080fcf324b, 0x598b9c68f86d55064aa1cc7f35fcd227e035853931d5c050c8ae9be8a041f177, '', 0, '?'),
(0xa5a6196ec27ed4a5f0a37eb1ad9da43f, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php', 0, 0x00000000000000000000000000000000, 0x1ec71d6ea5eb081505405ff41f56b556, 0xdb45773f0704899364f426d734320d3ab4048f25cfd6b8314e5ce0d158752db2, '', 0, '?'),
(0x623f2c51a1e00319db1465da66f85c49, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php', 0, 0x00000000000000000000000000000000, 0x2a41f9ac9fa49768a47f74780fb458e5, 0x9496c9934ea64c3b966157da5d6cdf4fe09eb5b7b62ca26168820dbc7f9fa423, '', 0, '?'),
(0xaa6a708864aa72f81b86193e3d451aa8, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php', 0, 0x00000000000000000000000000000000, 0xcb3f466a747ae7b43f3d8b14f2042ef1, 0x16bce9c0e62e7579d2f0e9d77294f7b755cdb1f5f283aae9363a8a4dfdc62ada, '', 0, '?'),
(0x29ea9e4d048996a71d0991c9cffbd49c, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php', 0, 0x00000000000000000000000000000000, 0x9bb42ee7d67026fc90054596016e7c2e, 0x9671741ec3301d333cdbf8195fd6bfd044d6b271bd8ca92a5a432d59233c9615, '', 0, '?'),
(0xfae9925b4b1419fdc20181bb22c4c67a, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php', 0, 0x00000000000000000000000000000000, 0x148edec6b9cf8d14411d5a35a95df871, 0x25f0a7e4e95abf31af3aac244940384dca8864bc51acf37fdc79c289aace2063, '', 0, '?'),
(0xab303f9cd158a33819149b116f1ee81b, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php', 0, 0x00000000000000000000000000000000, 0x161c49ef3bf4b605a18795a7f296d34f, 0x702817a2710dfa0a2d4a5d0d0094d09eead2ad5bea725c57c60dd116d1e1fbb6, '', 0, '?'),
(0x813ad01ab9920b5388c82117330199c8, 'wp-content/plugins/js_composer/config/templates.php', 0, 0x00000000000000000000000000000000, 0x0cbcbd45296ee1a697eb2102faa7aef6, 0x8f39e397070b24c2db10f6c5a6d8748a425ef98cdcae600386f2781b2cda60e4, '', 0, '?'),
(0xa9d818b1f05e7b38b83d1c2b495444ce, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php', 0, 0x00000000000000000000000000000000, 0xaccca7334562e6cbee9d794e374a7f43, 0x7fa16ba85eb8607f8d0ee9c2d414cc9f930e4887e33bd290dc936b814eef0d17, '', 0, '?'),
(0x53e132dc3f3ef40b698e2671785edf0c, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php', 0, 0x00000000000000000000000000000000, 0x4f76f9100303115cb1e79f0e1b87aea2, 0xad6c605521a07622814442edb0a276a11d5b018ac0af6d5f9bfbad7f0c367c4e, '', 0, '?'),
(0xad156d73a14ac07b202a87a57b34b4b9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php', 0, 0x00000000000000000000000000000000, 0x1d7911d3011ef6cafdf8703bcc7b0462, 0x873b197080d2311a1a6eebd60a26a00764dd142dc464058cf0113fb018b17f7d, '', 0, '?'),
(0x38c8d7de46fa131067e27338d31a07a9, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php', 0, 0x00000000000000000000000000000000, 0x0afa098251f4817ca984fe5f77d382c1, 0x8483d96d3abad7ee23a0de13419a97566f9c32c563aa1f8f0318184b686c1686, '', 0, '?'),
(0xf1abe6e91224041eb8619a6435e99c54, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php', 0, 0x00000000000000000000000000000000, 0xf1f423e29f4633ccc5191e4acb885be4, 0x608fb2d568e77632e0cc87455bd0ed3415ce84535e8671b8699a3251f6af3921, '', 0, '?'),
(0x233908763a48176b3ba2e3faa44c0674, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php', 0, 0x00000000000000000000000000000000, 0x9e0f4c265e5a99381253bf46f71603b1, 0x82a38d49aa680d05bbbf4dd8ba60392a8c276280345f7a222747277a151528b1, '', 0, '?'),
(0x2246db60861d3b69ea81760522097c49, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php', 0, 0x00000000000000000000000000000000, 0xef82cab9936739abe373e1cdd68912d1, 0x9ca0aab84a23e5395fb86ac062d95373b9845c65fe5563a3bb64a364a232eaeb, '', 0, '?'),
(0xf93cfeefe96e66b96fa053d39d072e2a, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php', 0, 0x00000000000000000000000000000000, 0x2fd8bd95bd7f7f3e80b3811ecdd53225, 0x9f7c625402edcc5effe3f753872c4fc3d42319614bd40efd2cc4ac762265b542, '', 0, '?'),
(0x0ebd04b64a41c3a402c82379c2cf16f8, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php', 0, 0x00000000000000000000000000000000, 0xc41c55dbc2358b949f494aa810cc8bae, 0xd1ba42899394a9facfd3d2acd5b7c3c6104172ecec814e9d4ad6415724518170, '', 0, '?'),
(0x3b7615b403e0ddfdeb306310c613a4e3, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php', 0, 0x00000000000000000000000000000000, 0x7bdb3903f4bba85fcfeccfa1f60d4100, 0x3c9b9c6772861e9a08c89cb77d158d440292d09d9559e775de944ddbb2564e12, '', 0, '?'),
(0xf7185c71728caa9ddf4667987d3160b0, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php', 0, 0x00000000000000000000000000000000, 0xe6534da53c8b534e834b3ce7ec6c53dd, 0xbfb6cddc75b8398692c83720b86b6f3e3f04ee11176d08843c876b5b338d8cb9, '', 0, '?'),
(0xa7f5138a956d72bf840fc61638709872, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php', 0, 0x00000000000000000000000000000000, 0x04c484b3ae5a6631fc63b3565f5988d8, 0x56fb3643e8e1e372011ccdac8c29dd243bdb039443ccca18ebb644329b3d3328, '', 0, '?'),
(0xb64212bd672a5ebd01d01dbd8935d439, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php', 0, 0x00000000000000000000000000000000, 0x9f97424eaeca820815c6f04fb5621310, 0xd8b3b1e7ff410183a5312c3f8980410a37823c529e13ce17be8b04951aa1dbbd, '', 0, '?'),
(0x469e8d9002ec426515e168d2da719e8b, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php', 0, 0x00000000000000000000000000000000, 0xec93a0804c5eb08e800be408580e81f1, 0xb2c01fb0bd79603789c4f0882a12919690d34fdb2bd32b0630ec8a453ac40077, '', 0, '?'),
(0x33bcad9f955e9138670a6d9b0074afff, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php', 0, 0x00000000000000000000000000000000, 0x1a0d50765a6b4072bad9000c683503f2, 0xa01b56f0bf4d63fa7bbe8612bc294872f757e8fd614e77e731e2d90f963a8418, '', 0, '?'),
(0x3fb9c792f4a69e630fdcac2a39e3d71c, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php', 0, 0x00000000000000000000000000000000, 0xe0fbcf5a4a145f0b9e675cf136d775f3, 0xe7a2260fa7a1c2bbcdbfab701df2d6cfd6022088f89db9b594715eef4173d113, '', 0, '?'),
(0xc3f08ec8b852ba8962b5fea827d6fe57, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php', 0, 0x00000000000000000000000000000000, 0xdc9ded606ab06514786d6b0efedca382, 0xa9c3f8a6a208c66b488eecceb2fdf77e74a9ea6adb1f3062ee1c98e05119fdfd, '', 0, '?'),
(0xd75859486f24bf5ce68dda1184886840, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php', 0, 0x00000000000000000000000000000000, 0x67772388d9664f93dff9c5d6fb980db2, 0x9d9d2cabd0f99e9f3a6ad6c5d011523bfc67cb15c41abf9d959919774ba2870a, '', 0, '?'),
(0xd293c3597a1e24b8e9d309c7c81a2b1c, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php', 0, 0x00000000000000000000000000000000, 0xe8b31e05f80e7445284b22d69c133a8a, 0xf4229465643c64a2c86d1f14219a38895245979bf8d1d765b99376dffbba4316, '', 0, '?'),
(0x6f3b54d1759c0cc24153d912dacde7b5, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php', 0, 0x00000000000000000000000000000000, 0x6ac4a604e5cb5b9ffd25031867979af7, 0xe170347c88f664cc46aeb54047644ab36d9845f5cf78efd0a6432b7c6dcafbe8, '', 0, '?'),
(0xef5ea8b9c34155ad68d0254bc719a935, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php', 0, 0x00000000000000000000000000000000, 0xa0ade3cfe74175e8c27432d8fe9f7c58, 0x1e56066c56f78248b73bbf32813a43e2fdaa9bb2e7f3156ffa5edee910c58ca8, '', 0, '?'),
(0x14a2fa7c23a740f34183c2e994b67ca7, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php', 0, 0x00000000000000000000000000000000, 0x88182e0729d89352016464f146adf31c, 0x4d08a784a958a405eae552fe74d2d2a8bc13048c46918fecd98b01f33b653044, '', 0, '?'),
(0xc125c2868dfd5196d61ccf3728e65c36, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php', 0, 0x00000000000000000000000000000000, 0x4abf6758b7e0e105092664d10b868aea, 0x4aab9b2a9c544f331450bde61a3f07d181cec8e5141b18df9825fd4d2fe8484d, '', 0, '?'),
(0xa243ceb3133b73baa0cf73565d9b5ea6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php', 0, 0x00000000000000000000000000000000, 0xb416dbf744cd77a53b63510fa64c2322, 0x32e29da42a2e75626b90ea6fe77cabb676ff1eb0c26bf671a29be8a9aef55680, '', 0, '?'),
(0xb02b1a23544bff405f86ebfcb29ac5d2, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php', 0, 0x00000000000000000000000000000000, 0x52c497280f8f4dd25fb2fa4fe9cce950, 0xff8dfcd6f5ef3da639270b5ce20e33244b22b7059e9f9511fda1eb3a75ea4950, '', 0, '?'),
(0x174c8d9ae5924b0baf4a2c0bb392c4b6, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php', 0, 0x00000000000000000000000000000000, 0x4d1a22f85557083285c6e36f28f04c19, 0xc1e689a147bbd5c4c395c607155988f270c9ccb986c211fdaa0a32bb17770d08, '', 0, '?'),
(0x1a715cc7d44fa6391b1746cf37d08730, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0x4ae919c8f654997251db04ed12b239eb, 0x0c667a81e0887d4c90bfab94f69354a75ed72f5149ad257264e689ec35ec63b0, '', 0, '?'),
(0xe2782b29241acdabc49c13a480e3b864, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php', 0, 0x00000000000000000000000000000000, 0xcd4015483a258b6ebecd41c29cba86c8, 0xb3af019f19b6ddd37d5e4002d6ad0e8f1d8e4f02fed65a1e412923460b671068, '', 0, '?'),
(0xb001492d96bc6929f0506e02d2ccddc0, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php', 0, 0x00000000000000000000000000000000, 0xbc9618f5cd512550b36f1a25452a9cf1, 0x789541d60b49c3ae59582c8b927ba681a79ade86ca5aefeec6db9b91fe5b0853, '', 0, '?'),
(0x06ade6e0df8425c2cf53d589b1bcd730, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php', 0, 0x00000000000000000000000000000000, 0xb6b2c72b59a084560766e60a9b0f2d42, 0xdb14db3e5f79b37066d4e545a02c3153f032ae070d8cc7bfdc4e6f461d24bc54, '', 0, '?'),
(0x832821f95d4572cf76884bbe0955a438, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php', 0, 0x00000000000000000000000000000000, 0x49bb38e53eebbd8a52a3d576e7d6e5f5, 0x919d5210fc7db716fd31c6173273707a1c74bffe9c74aa5974e34e36b6bf2c66, '', 0, '?'),
(0x75ea17365fdd1d285d76d2856cdcf3cd, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php', 0, 0x00000000000000000000000000000000, 0xa978ca9aebb9290ea49f8bfce2402e69, 0x0c28d640d3d6399c7ec5ebacaa1c01b8939d799ac8a3c30a9076d60b058d89a1, '', 0, '?'),
(0xe8f5b425cc2481673364ba4e33f4fbf6, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php', 0, 0x00000000000000000000000000000000, 0xa14edb7af7a4e82df4386e8e56f1767e, 0x83a55325e3a4ed1216d91f9dd85b6ed54c192156a40f9e6e07bd9dd054b15110, '', 0, '?'),
(0xed446ecd766f77274511a2eeee3be970, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php', 0, 0x00000000000000000000000000000000, 0x19d7ca69be1fe708977f7a8164dee0ec, 0x2e38c8ce671847d978e98fb8550f85e675322ba085e95f03213b66b0119a86f7, '', 0, '?'),
(0xd1956c7c2c3a52a69538b60bc8732848, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php', 0, 0x00000000000000000000000000000000, 0x60bcaf6c65b5114f84bbc3a4f7bbb0db, 0xd3e364624f7f36b30cbd0ddbd9ca4577a6b5a7a1511417792a05b95f070835a6, '', 0, '?'),
(0xacae2d225af463dc31d7263f7a6a4565, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php', 0, 0x00000000000000000000000000000000, 0x0df8689a66ff3a2452d6a0c9fec6cc93, 0xa6eb2a7d5a5845c6c5144bd50ddaed8402059560617d710bd9396bd4f463874f, '', 0, '?'),
(0x8ca8fea2d628cd01eb72a1b5407ffa01, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php', 0, 0x00000000000000000000000000000000, 0xe9aaacff785343dd7a87a6bf61aacba5, 0xed8f40adab4d3aa665613c739ab677468842088a2c3b3fe131efd307907d1786, '', 0, '?'),
(0x16f6cc3d3cb8451e2d17a42c403c38a3, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php', 0, 0x00000000000000000000000000000000, 0x16bb065295adf3b45c31fbaa22584bac, 0xfa29fad246a12337d162caedb08e690d00601cc787f17275b112cada44f10356, '', 0, '?'),
(0x961062f303bd2f28da7f8fa35a498cf1, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php', 0, 0x00000000000000000000000000000000, 0x6d349dc0cf612f6223e3f0a1e96dc638, 0x801371209aaa976c2decddf363e32c1d4b1b75ac02b9e24c4dd7f9480c8448b4, '', 0, '?'),
(0x2de551a767e76d80ac550d4f2bedcfe9, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php', 0, 0x00000000000000000000000000000000, 0x52a15ca51a0eed94b9a6a9e651a7ca00, 0x8a0f21dfadbac4066ebd8be1bfce37808b8441c03b295ad8683b984d37467589, '', 0, '?'),
(0x2aca3ddceb2672c8367e707e2c292716, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php', 0, 0x00000000000000000000000000000000, 0x3e6a5fdca88fcd4c60b9cd7c8287df11, 0x29a926e4434c29028ab67fbeb7f9f8f71ac3313af4f8fbf0626dd61974f7e707, '', 0, '?'),
(0xb2b31503c07f1b9ac13ba174696f07ce, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php', 0, 0x00000000000000000000000000000000, 0x6b1b920d50113d986772ef5be6f0e004, 0x93e567f5510d4af1a314671cd8c23eeb3332df29a3259a0defb1b72fd93cec18, '', 0, '?'),
(0x4f0e1ea3055a42e30f5683b6ff0f02a0, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php', 0, 0x00000000000000000000000000000000, 0x2682e5a9d4e1f4951dd68bbbc0bf6ab4, 0xe5ecad79ee09daccc7b84098d44977cfbe1e0fdaafb41302e6c3716176d1b4f6, '', 0, '?'),
(0xa3032429885ff421655dff058c197890, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php', 0, 0x00000000000000000000000000000000, 0x64c1aa7d6ead3f74b170d6bf464bca22, 0xfa167cd21c799b84a8622144b45f2e6f3bab0e30775dc17f04ddd03488504a67, '', 0, '?'),
(0x03487a39840238c365568acdd1795273, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php', 0, 0x00000000000000000000000000000000, 0x7c5b7ac9fbae77dd1e4b649c736593eb, 0x859eb8d948b198891673c34d9a74a50e2adc2be28bf6c324aec22d0318721837, '', 0, '?'),
(0xd9fac7942504e20897285a0ae5247780, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php', 0, 0x00000000000000000000000000000000, 0x2516a9b20d2cc22a8f53d2a060120d87, 0x3e709ef456c922d2af68857c314eca06d35cfbd6f2e88e23be9574fc1feead12, '', 0, '?'),
(0x2e8a59172c3d90ad089d85309484fa1b, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php', 0, 0x00000000000000000000000000000000, 0x5022c2e837720725693d83686bf40cf1, 0x17fb361e05d21f07e529a073e3643a4df852e65586f30044162e9b5470925715, '', 0, '?'),
(0xea242e465edd5ccd43511a41a689ca46, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php', 0, 0x00000000000000000000000000000000, 0x872a9c7acd2da9bca6b461c11e707362, 0xe9fcab16c43b3074fc4ea9230929f4fa1befd94c9966a3153d39251d446f8fc5, '', 0, '?'),
(0x542b083c5e643a3b911645672849d546, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php', 0, 0x00000000000000000000000000000000, 0xc88e248f45e9e2fc8e6454ff054d9855, 0xfd2be02c416e79dffef55820f1689c9c71033ce1cca10b1adc638b74f0ec405f, '', 0, '?'),
(0xf7b1b657c7fd9a2a8a8c72a82539d655, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php', 0, 0x00000000000000000000000000000000, 0x965504efdfb45d4135bb999bada74309, 0xbdb8706edd629ac1ac147377032a50ae6b3d7853a0a96a41a4342c8181de0651, '', 0, '?'),
(0xd26eb59186e09282463337904cdfa1c1, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php', 0, 0x00000000000000000000000000000000, 0x5b7a0a30ea8ad1850c5feb9ab819ebfd, 0xe88ac2c90889aa54efc84eed0888061343d9edb7068781a888f70b3f33c2e617, '', 0, '?'),
(0x9af4d2f03630fac39b930382d972714b, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php', 0, 0x00000000000000000000000000000000, 0x603efc9ebe9cc0e73acf5196a4809c73, 0x68d079ddcada0449d8ef4d667d3c835ea7e78431ab1548edb7d6f0872f49afd5, '', 0, '?'),
(0x5b34f9696b80470f8651084309165020, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php', 0, 0x00000000000000000000000000000000, 0xab365a759177b70889724c211ed42e10, 0xa4f9a9d39caeacb1c17c115a8b35c5bb7e94e9d8da6a173888460ace09b78e65, '', 0, '?'),
(0xbc2c12cbd3f1c373b39d36c0b42b139d, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php', 0, 0x00000000000000000000000000000000, 0x796e822897dafc9e2e1be847d9177197, 0xe920692a65c8056c3c9c0f56275d6af335248a470e510888a7e816a9ab239956, '', 0, '?'),
(0x9169128a1726389e1ed1248a5be03f3f, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php', 0, 0x00000000000000000000000000000000, 0x0790bfa149952bfb48f2d775d38fe63b, 0xc8c7c764f58519c41b665bcb8dd4dec7a86721a662ab36b2a55aa0083224d6cb, '', 0, '?'),
(0x93ae8458fa512fcd4c8a5c59c410fdc7, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php', 0, 0x00000000000000000000000000000000, 0x6eec499495c927dd14c582bd41d6fb0d, 0x09f7abe017046a8669480390b038cf607a88aaddd1eb0f1aa50131a7275af18a, '', 0, '?'),
(0xaf14188e14626aad470e8eb1914cd692, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php', 0, 0x00000000000000000000000000000000, 0x261a467781f416900ce13db8f273ded2, 0x4860eaa8bc18037c9da9e6738511de3bc1f61c1190e61ee88d89c535c6bb93a4, '', 0, '?'),
(0xf495d3159eeb23b5dac0d9f17caad916, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php', 0, 0x00000000000000000000000000000000, 0x77dae41502b78059681f7944459bb5c7, 0x141257b66c3d39937ec7dab9806101b992f0da3ba1d55c0302858502f284d88b, '', 0, '?'),
(0x9dc497a18f58f85c094b4864de0628c1, 'wp-content/plugins/js_composer/include/autoload/vendors/rank-math.php', 0, 0x00000000000000000000000000000000, 0xef9c18151ce35da9b42e62384936d2d5, 0x3a816989674cc11d42737d1a1c5ada5b6330155d8b704c06e104fdbcfdd949a9, '', 0, '?'),
(0x28c5fb4f69d379ccfc5f6c785e0bca82, 'wp-content/plugins/js_composer/include/autoload/vendors/rankmath-seo.php', 0, 0x00000000000000000000000000000000, 0x74b559cd00c146f137a33e3e0422264e, 0xfe5ab5eaee810434479fa2a205d1f5063e8deb92117ee485011da5f961c2898e, '', 0, '?'),
(0xe3efa9612ce53b7756a353592c9d84f3, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php', 0, 0x00000000000000000000000000000000, 0x5f59c4dd780b15dd9ad736f3b54800aa, 0x628515e961267c65345d6cdfb5820d2500bf7b4a546e30154bc59b6bc5c69f5c, '', 0, '?'),
(0xd6fceb1d352f201e20374378948de771, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php', 0, 0x00000000000000000000000000000000, 0x36e51f729837345db599b0dd96827145, 0x841c0a66b27507b5b243f45e542f6a27d5e38f86e36880e4de950033d954bb65, '', 0, '?'),
(0x6875fafc50414e00537ecc560c97eab1, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php', 0, 0x00000000000000000000000000000000, 0x1be5fcb051531ddae8108f81a4dfdbaf, 0x5463477042b8242669f7e2cc4a4bfebff6118fd7b0722a3c008336ccd9c45140, '', 0, '?'),
(0xc9710cbb7c3a59d7ee2add7c2fdfecb2, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php', 0, 0x00000000000000000000000000000000, 0xab4065daf294d7ef8acab7c84e676318, 0x97c38808ec7e76146259b0988e4d7c180a2bc8cc070eac5d3edefe96188d0c51, '', 0, '?'),
(0x88400eca2d891553ac54599468fac04f, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php', 0, 0x00000000000000000000000000000000, 0x4dde4d537e048193aa166b430e5e47bd, 0x95572e86d0a847e2849ffd8efc040c9b3d957089e4f9bde6a288efe6d0bf2169, '', 0, '?'),
(0x29a2cbfa058760037c95275f04cfa279, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php', 0, 0x00000000000000000000000000000000, 0x5fcaf8a10886aef76ca06565b7f2c351, 0x1792c9e35fa969b5b5fbe29a5726f061a34f533a79d75ff6b4479bc52671729f, '', 0, '?'),
(0x9c08f4844e54a23830af47fe1d91ac30, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php', 0, 0x00000000000000000000000000000000, 0xdcae438333bab58bdd3c4eddf0e097bd, 0xd62615828bc1b78240aa5f23fd39d6976932f2f24d6e6e7ca872b19d43824fb6, '', 0, '?'),
(0x6fe091dcb1a875c405068602fed71804, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php', 0, 0x00000000000000000000000000000000, 0x04e2635890e2e5c40d620c90964c789b, 0x1e71a651384c7040b4119e296cfa7fed62f337588471997bc00a9f359bc515fa, '', 0, '?'),
(0x391dccb081b6fb105a7a25a492753fc4, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php', 0, 0x00000000000000000000000000000000, 0x2004f33d51332641da69c689b53026c2, 0x8a7464f4efac9649a4d1f986caff22a90216b0aea67710f37000f8e47aa7bc1b, '', 0, '?'),
(0x88683fd8683d01fea8d9907073c0946a, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php', 0, 0x00000000000000000000000000000000, 0xa16c7cc7864790f469e0357d1de8db90, 0x259779891605203944e586f5157788365c6ec27c604f19636f64903213e682f5, '', 0, '?'),
(0x3eefcca804156b12a5a46f5c0636d3ab, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php', 0, 0x00000000000000000000000000000000, 0xe3f9263174189876da14733f108d82eb, 0x4b6ecda5085cc9249b7859c3dd8f5bbf40cf9c4018b226fc827872b61d46aa84, '', 0, '?'),
(0x780e11df862b3f3571903254990b0799, 'wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php', 0, 0x00000000000000000000000000000000, 0xfa7826d662689ead35ad8f1bdea39709, 0x0cf198a3d79212091ec65c5f8d5bb0917185848b14d8e30a5479865b64c5224a, '', 0, '?'),
(0x26974d229181394bb33a36be5753482d, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php', 0, 0x00000000000000000000000000000000, 0xd039ed90581746639b6a861982e334da, 0xcfe46f92473e42461e2eef4ee92614f0ef61832022cde99fbc6ca0b31e096ae7, '', 0, '?'),
(0x90541a42c6bac92a77e5afa97397e6f2, 'wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php', 0, 0x00000000000000000000000000000000, 0x941642ca95d7280da4155e7aeea4b8f5, 0x47e1f84a7ba693e040a064adb1ce15bb7aa292b6e546e1705000e54e44410fb6, '', 0, '?'),
(0xf816757a4656f9caa59fcb72fd74606c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php', 0, 0x00000000000000000000000000000000, 0x72d2d2361e310e7f4316e601f30838e2, 0xcbead0483b0b67221c47af8183444ea2faf1edf1c8467ff8cb2d565611e42b1a, '', 0, '?'),
(0xdae829199256e73afd9676ce7cdf8c76, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php', 0, 0x00000000000000000000000000000000, 0x9d1df71d605a03e03610f90b6fbe1ad7, 0x5555415bca821418eb0bb12fa91ed0924b6a1d17881ff19c1f4bddc25860d462, '', 0, '?'),
(0x47b133731efc71d9b4c2df4660a66afd, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php', 0, 0x00000000000000000000000000000000, 0x4f09f67c8d204c044c96c688d0ca7df4, 0xa88178969d551a523a5d44c49dab0ebc8810eb822acf02617a077adcc3290718, '', 0, '?'),
(0xf31015bffa23e58ff53152998d0ee95c, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php', 0, 0x00000000000000000000000000000000, 0xdd76655adcf1e9dd1338b2a959100ec8, 0xbc331cbbc62d6df1e259332a6e99ba86c66d9cc17c0848e28f2c12153e1260a1, '', 0, '?'),
(0xbe7f8b9357bb1313548f3c371e1d2059, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php', 0, 0x00000000000000000000000000000000, 0x3677240618a541aab6cefe5979221e67, 0x6cb5559b68dd48ea681372a0a2726dcc1851cf370754fe63dc2ac9610179e7ac, '', 0, '?'),
(0x8803d28d91a8746898ca66ff77817cfe, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php', 0, 0x00000000000000000000000000000000, 0x22819ff3e96740a0eca0227737607de5, 0x5ce2e0a3505b91db361a87f08a137688868808d6b2736bf18d551065088b96a7, '', 0, '?'),
(0x3ff3a9a7b93add7a4b657149bbfd83d4, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php', 0, 0x00000000000000000000000000000000, 0x20778f8f531d8d0277302a4be3dd4bf9, 0xd12c21d6aeb071d7c521b06bb4abe9a21ed6fb54e789489d720b79b05f5f423f, '', 0, '?'),
(0xb71807cad97418412664f7d8fa0836da, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php', 0, 0x00000000000000000000000000000000, 0x0878f8e824bc6e942fd7a867fba9293f, 0x3514b7ffe518970c10b7f1ae2c42ba8dfa0b54afb3f15f42fe4a7c166daee866, '', 0, '?'),
(0x57de0581f1e5d701d2213fa64fabe4c0, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php', 0, 0x00000000000000000000000000000000, 0xc02ae410fbfe4c89a6c1ef25917ddf2e, 0x37d540b7307d5c48cfca1ea5c00a88a3cce8b6a244d1bd838527db9342515994, '', 0, '?'),
(0x23570616d168f63ecb40f336b02a9b40, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php', 0, 0x00000000000000000000000000000000, 0x68303649c462dfef1a4b84a45a3662a9, 0x4e26819ed9d15ce2d58a04a91404c2d7d72c2dfc66480249a52ae2cda25db59b, '', 0, '?'),
(0x0e34d42e1ca715a4e7461f578fa93cfb, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php', 0, 0x00000000000000000000000000000000, 0x9222f0da65d717b807045e3090f6dbd2, 0x715395afcda56ac8b56aceb2dea46b8bddd692a1d25b8a54105ef6ee4176d2da, '', 0, '?'),
(0x7dd26ee9dd8d0fc0912d6d9272fbd722, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php', 0, 0x00000000000000000000000000000000, 0x99697b236e3a11569beca83c03f290c1, 0x55d6a43b6641c9b81b7826ca498936ceaa132c97d744ee17fbd52bebf270ce87, '', 0, '?'),
(0x2c26b80707bd2e3575f7536fbdb19e58, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php', 0, 0x00000000000000000000000000000000, 0x6fed9cecd9d32c3a3e5bac5a1ab59af1, 0xba115a85a96b35adf47c7a6170192175658a439fa96dabb0bc23b02d2ca18b4d, '', 0, '?'),
(0x69a466537a685be6457f3dc84497fcea, 'wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php', 0, 0x00000000000000000000000000000000, 0xe24d41ecdfa271b648f66e8a843761fc, 0x1bf64b28d565695816aef15dbdbaae3b35b998493691cd1a27097777ae0c713a, '', 0, '?'),
(0xf80ce44fa196e1a8fada5fbfbb6d811e, 'wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php', 0, 0x00000000000000000000000000000000, 0x0e71513fd04d6108f18865015fc7a449, 0xf2a4dd0bba2d5ef15757dd1baccf1b38a3877d9441d18dbfe437699fba685b53, '', 0, '?'),
(0x11710c6648961fbdb63cec4f0ca9c63b, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php', 0, 0x00000000000000000000000000000000, 0x4d29e5e41b6b076ae49393330e5c5475, 0x9d8efa76a9424cf48dd0e951a4d13d30472c496fb3e6d36d01b460ad3ed1eff0, '', 0, '?'),
(0xb24b681b1827a23fcc69d9efbdfd5932, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php', 0, 0x00000000000000000000000000000000, 0x255e3879552dd07385eeea98932db311, 0xebe002d9ae6a03c692e2e792ad8a494d3a9969dcbe3ee88949637fa27fa22d61, '', 0, '?'),
(0x83a0cbaabac8188bdc9abc1b23cd41ec, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php', 0, 0x00000000000000000000000000000000, 0x29071cad217cdf5e3d3d0aacf738ebf5, 0x4a5454f545b02b33ec17c196523fa61ea4e4b7d0f53d7402cde9cf308580d13f, '', 0, '?'),
(0x48c4ba307003eae8e69ad0dd2753d8f4, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php', 0, 0x00000000000000000000000000000000, 0x4a9f9074a7aa8d2f94639d40536b5de3, 0x9380a956a860d23c082e909541d82b26580454ac487770ebdd3a3d93ce7ae2ab, '', 0, '?'),
(0xf1d2c2ee0d6fcd6834352bf7f83d56ea, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php', 0, 0x00000000000000000000000000000000, 0xbb93a57934cae765e78ae42e280a0ab7, 0x7555c01b1356de0d0dc9fa0e3cf8b0a56010597a1270b741f5fc486561f6567f, '', 0, '?'),
(0x8d3e92025ee63ee51dc801a228bc16d9, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php', 0, 0x00000000000000000000000000000000, 0xdfc716f5131f00a1af2fd8cb1a662112, 0xea589da29df21bf10be5e2068f1d1776cbc5d646723bf4e475957979605e46ad, '', 0, '?'),
(0xa016c0ce32b4b1d6aef85cf105c6af44, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php', 0, 0x00000000000000000000000000000000, 0xde23cf39c07512b586d37509683207a6, 0x0774b82ba6e68577fc64a8caf86782a54263bcf1ae0064e3044c159ea16b4e1b, '', 0, '?'),
(0x57bebb92a04347718909b638ad0a6174, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php', 0, 0x00000000000000000000000000000000, 0xc95357a74b1f80043205c896df2c0375, 0x91fbb3b55f5fc8642346e5fabdad947e50938e10899a9b6ccd8f483ebfddebbf, '', 0, '?'),
(0x4b2e4a0fe5dc22106f1ffdc60b44689c, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php', 0, 0x00000000000000000000000000000000, 0xbf8244f24e5cfd11a938bdc463591344, 0x9a822ea60615e73be9798ce6afc11e28b0fb9535fb541acca870f962654850bc, '', 0, '?'),
(0x0986b9664f34cecf81b60f2853b492da, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php', 0, 0x00000000000000000000000000000000, 0x84879759d41a63de757843d1118ea9e3, 0x075bfb056ca270db3b69edba7cbb6e5e70881ef5f6af77ee425d2bd56c6267c9, '', 0, '?'),
(0x851784e40cc9db7587ab011f78dd402f, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php', 0, 0x00000000000000000000000000000000, 0xb2e2e43b41aa644e4d3b9bac0b00b24f, 0xb9a3a8bb6b4cb99e87692439bf15f1a96077480ba34fbaa69d2486796e85c33d, '', 0, '?'),
(0xe8facbfd76ba4216420d010680d35a24, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php', 0, 0x00000000000000000000000000000000, 0xed25d7af63cd92b4914b746f258ba3c9, 0x9e4400f6bd5e0a6927f26c38f7cfbcd4a9fcbc027006c76e842348564382f845, '', 0, '?'),
(0xb591d7a1a98f5593763e41e79c70b550, 'wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php', 0, 0x00000000000000000000000000000000, 0xe117fc57be7e1c9b861f1bf310400d11, 0xe3c8fd7461034f13b8758c3a801b043675598ae89621989d512bd28316a5b27e, '', 0, '?'),
(0xf15df7dfe04fa7bf70ece519c833e1c7, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php', 0, 0x00000000000000000000000000000000, 0xc2ea0b09cf210b80e1f247721383da0f, 0x1981d75486b791e494ece8153d577247851d17acfe4548f0550a08cdd22bc4dd, '', 0, '?'),
(0x84124082614859044b06f0c55355d43b, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php', 0, 0x00000000000000000000000000000000, 0xa1000701c97f3fee3468aad3205d9fef, 0xb4ddb4c32d2193af184cd29a871376b301ec9d3a8ca7f7f93b12bf2f53b8fc55, '', 0, '?'),
(0x352aaabedba88bf6d3d6b6e4d370bcc0, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php', 0, 0x00000000000000000000000000000000, 0xc402afa4dc721d09aa517ae31e27cd03, 0x4d548f9be4b02c7a3275c2e7f6a15b4e2a9c3fd794953174e405efb7cc72d461, '', 0, '?'),
(0xa6432ad148eae499865b5b170c882cde, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php', 0, 0x00000000000000000000000000000000, 0xcf1f5b03fe7e5999fa0d3ee44ca9e5fe, 0x0cb9ec816b697fcf15fcf9ec41ba8bfaef50fb768693caef26c0c3db96d35143, '', 0, '?'),
(0x2a8a878b303df74ef9f593060e90016a, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php', 0, 0x00000000000000000000000000000000, 0x7f7610aafc6b024224c40e945767af50, 0x2841d6e32d307a23a7a6433eed4ea9704a7f61897dffcd4e4833ae6da8bbc034, '', 0, '?'),
(0xc9090b4382d2d027e675a08e673c70c2, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php', 0, 0x00000000000000000000000000000000, 0xbe7162b186b03e8e5bc82f28a0c4d295, 0x5c2b4a741252dcaaca5d4f835e81c8c50a88a51c6e23ea599d8838cd8ea31577, '', 0, '?'),
(0x010e9d390462ee08c4cefdbab808d3a2, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php', 0, 0x00000000000000000000000000000000, 0x37ea58c847cd3088791e995f53805745, 0x605d598a7061878a365cc4b6100427152149a0994a9d54a38cfadf8889837d78, '', 0, '?'),
(0x61a099af14e89c3464aa1c063c0a1e04, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php', 0, 0x00000000000000000000000000000000, 0x85732168f4a91ddf608abeb943159104, 0x50c0d84f7368945dbe2583a0c4d603f7772689578986c298ae62c50e3040b12a, '', 0, '?'),
(0x6c8a14a78a793857660cc39096424241, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php', 0, 0x00000000000000000000000000000000, 0xf7d2fb6565fde6953fcce7fd93130dc2, 0xdf65ac0d0c7108ad571e0c655ec3669ee69e183a5a9934dcc272c599173f6a9c, '', 0, '?'),
(0x1e57c125bf1da2fe9bb4082e6af4a8de, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php', 0, 0x00000000000000000000000000000000, 0x91cec749a41bd9c5539d23d8e13b0f65, 0x27353aa9c6407f622400ef09409c33d72c943b5849027b416130c819a94ab768, '', 0, '?'),
(0xccab09752b1dc4a5ef00a2fbcc242953, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php', 0, 0x00000000000000000000000000000000, 0xf71e6f09fa84f2d3d31ed3581525c9dd, 0x97331ad3e7fbb8f58e6fa1749b08f2380e9e1741401d0cbcc04657c044135a8f, '', 0, '?'),
(0xd18073e88a24501cbed36c4049fe9623, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php', 0, 0x00000000000000000000000000000000, 0xc7e1db8bdf0e1a068e893951b7396dd5, 0xbc81817f45271eee079b8e47c04966de644d3c00c2b3c8313ddd9263c1bc26ad, '', 0, '?'),
(0x47264da54d5c42aca51aeacf84a180e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php', 0, 0x00000000000000000000000000000000, 0xe815eca7d8fd83ce91c39454885f3336, 0x4258a477eeea325702aa4dfa727ab6fda9359d8329147966ae558c88fe4e631e, '', 0, '?'),
(0x96f3123914b988cd93c8da12cb92314c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php', 0, 0x00000000000000000000000000000000, 0xb235f4eb5478c6db218afdf0c5134fcc, 0x2c0f4636dc4529f6904a098f45c0076f54f82a9c0789d138a20045fce160f9bd, '', 0, '?'),
(0xb3c06e0df96225bcbee96071ea052188, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php', 0, 0x00000000000000000000000000000000, 0x7070d3fc771ead619cd939ff6594607d, 0x26236608c6a236a57ba389f4c3622825f2a6360d57c8c634b3a3c1bc3b566784, '', 0, '?'),
(0xf84ab8b3a9486c1d35b9e8d6a98dd350, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php', 0, 0x00000000000000000000000000000000, 0x70bdcf40b4bf27dbb930b5e1c85bf522, 0x46752d8856c61731e6521c9359f499e3746327b0d8b7822d24d1bdd267e4ba0f, '', 0, '?'),
(0x1dc1a7ce97dcb94d8db22b3e159d6c26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php', 0, 0x00000000000000000000000000000000, 0x63b1ae424b85d12ebc444369f3b53122, 0x8eb0a46cd7c63a95ea2e3a1409b3244358c7d6895d87c38e47ffac4be69eb71e, '', 0, '?'),
(0x4fe82b08a4cec76cd1da00ccfb2e0995, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php', 0, 0x00000000000000000000000000000000, 0x8c169c62d6a4148495170e90bbdfdb3b, 0xb77ef2891faef314c96f3a0b499761591f11fa6b5890132a8639b65cea40d696, '', 0, '?'),
(0x1578aec5d2b1f09827b016c901e00468, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php', 0, 0x00000000000000000000000000000000, 0x28b996699e6a9735167634c02ca400ff, 0x777208f1d19498e04d3a1f3d6367ad05256e20838d8dda59d7426827edf75342, '', 0, '?'),
(0xf9c29a307846fd1532d509603a4fc379, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php', 0, 0x00000000000000000000000000000000, 0xae26daabede66e22b451f85a202a8fab, 0xe4719ef58f64bca1ac6495a0b7582d875e6abba5dc5bcc0fc0ada02c0b7afb2b, '', 0, '?'),
(0x28a43b8d2e0e75830de47855d100c856, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php', 0, 0x00000000000000000000000000000000, 0x752afb3b2e2f49de362ae1f9036aaf12, 0x0445e3c65e2266f86d4e6e691dd7071b774188c20206b82e1fcdf495a76ba5b9, '', 0, '?'),
(0xe041350f760909fd42277066a9f61461, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php', 0, 0x00000000000000000000000000000000, 0xec4807514be99d567fa964dc0f199f02, 0xd913545da48c7002e89c57fae7eb3b9485a589016fa02b3629b0db00dbaa4d7c, '', 0, '?'),
(0x36e306d08ddd18863690970c2facb0d1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php', 0, 0x00000000000000000000000000000000, 0xf299cafac488732b6d5c1bb29f2b3f90, 0xbdf0c21dc8ee6e838593f703c216518197ff405afe906c72a0b32b333ed032b4, '', 0, '?'),
(0x00d5a0da13f9de924128b7f63d870063, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php', 0, 0x00000000000000000000000000000000, 0x0fd01559643fc84feb064717583b74e1, 0x9956697a9651fb24be72b4452c03a6ffb4e53451d49fceb6ec5279dbce49096a, '', 0, '?'),
(0x5fbe6ecf3cb96704759ad752475eeea6, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php', 0, 0x00000000000000000000000000000000, 0x9955313bc606dc216090ff64f11558b6, 0x6f277062a87cbf2c731df0661d9335f45a070f7030413e9f168c9f51fd2ab75c, '', 0, '?'),
(0xe1321a93e800906de6b1cde818c310db, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php', 0, 0x00000000000000000000000000000000, 0xce595dae2dcb3681b9af445093ea42d4, 0x52e6b5b2d3845a16b164bc383168e5be81e01b098101bd1eea8bef1ec2a43b07, '', 0, '?'),
(0xebd14c2608497e361aee0a64c6c5e5e2, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php', 0, 0x00000000000000000000000000000000, 0x41224d5b610c35275af3517253f2b9a1, 0x66a0c2427fde5c436a188b419d4f90236539af5f111c494349aaf04c46d4d1f8, '', 0, '?'),
(0x5f92d042e50f8724bb98b17a2e34b411, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php', 0, 0x00000000000000000000000000000000, 0xf9489cca3bba245d8da1f5eed3dafc5e, 0xc4279e486446bcd8446f3bdf665193f90215e88df00d8fbeb767bbc07cf417f0, '', 0, '?'),
(0xb3b12808d389c9da44d210626626f9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php', 0, 0x00000000000000000000000000000000, 0x7907b6f5bc779ebef75745d60c7018fd, 0xf32a4ccee611b77a4b3a853a2ad28ea0835b1c1c27be828af84a5f4d9bc1476e, '', 0, '?'),
(0x4dfa705bf4add4d7586a95ee9e130fb5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php', 0, 0x00000000000000000000000000000000, 0xc0d84e6efed8904c70606037a5341ae8, 0x569ea3668a65fdeab837f77bae4f7c726f45e6fd51d80edf4db194545f4122d7, '', 0, '?'),
(0xb53416a2f5663917332ed79b038cc03f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php', 0, 0x00000000000000000000000000000000, 0x452664509ca66e628933562e9b7ee769, 0x57c1fb8c1fbfa69c422c277940635fb1047489262808bca89062a11ac2b360b9, '', 0, '?'),
(0x91637e5931f31ce7d30ebfb39840db67, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php', 0, 0x00000000000000000000000000000000, 0xf29eff8a6b0d70ab8243118acd4327f4, 0xbe095566f45daeb6e0b47f5ca3115d08d7dde6ae106d28f7dc41483aa551f8cf, '', 0, '?'),
(0x8164a737dac6e316d4d35863f0c4a83f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php', 0, 0x00000000000000000000000000000000, 0xceef72603c778467cc24421f74abc4ce, 0x8c7240563f43ad5026eb5c476b392c4f0e2d2ec3a60e85cbe2c9495762f7d2c5, '', 0, '?'),
(0xe318ad0b17cbdbb9275adafc54935821, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php', 0, 0x00000000000000000000000000000000, 0x123a4cc7c32adc6fdd2a8046834b2c45, 0x7f55bf5fa10533d79cde814337fb2dcb7c5994097392ffba60a8115ba64fcd38, '', 0, '?'),
(0x32d188bd2a3de75c7cfa754a749720a0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php', 0, 0x00000000000000000000000000000000, 0x6e21e3c4b44aef3ba0d8bc5867622975, 0x9cc33edffc4490cb295411cc64d3c15877178b1d5b22c41bce792614ca684d0c, '', 0, '?'),
(0x8abf384b37d8645e98078627ece5dc74, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php', 0, 0x00000000000000000000000000000000, 0x145271c62f369baf25488f0e120adc35, 0x247f60464bc5ea64436e787c304ea39dd1d4fd406a1717452738796ff6f81213, '', 0, '?'),
(0x59c392d506cb3c8e4c26f3ba69b9f62e, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php', 0, 0x00000000000000000000000000000000, 0x4295cb570a491fd01d87c1a9f0635024, 0x5e169c79b736e12fa00c6aa5dd4c3031f0c99ce3676cb554c90260fec4d60f58, '', 0, '?'),
(0xdab982de7c509ec014b6ad04140f8990, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php', 0, 0x00000000000000000000000000000000, 0xf6d8884b175cda48af2f7947994b2ab0, 0x93c4bcbd388d4b1a0dd43922293d30d03a22c1cef9b6cafdfd6fb26ae83508ba, '', 0, '?'),
(0x0109348bf272764858614b1d70174a94, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php', 0, 0x00000000000000000000000000000000, 0x560127b196fc5741aa7554e7d2bcb331, 0x7c03c885c1c69fa628cd58ec60fa1a36910d052ceb9fe47ecde61c8fee60e272, '', 0, '?'),
(0xd7e35bcbded64aa462ac0836675a8d23, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php', 0, 0x00000000000000000000000000000000, 0x6fe30d54e3da31e7d4b01293dd803067, 0x02d30b8fd6552b421761aa8443521d08fa0adc1f842809efc91bf00b662e2cb0, '', 0, '?'),
(0x93c6c5d2ab50e69e4e227a983d34cd4d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php', 0, 0x00000000000000000000000000000000, 0xf84d158f2650d40111e5787ec8026375, 0x0bf7f15c5a57f03e2d526e1b2f505f2f832b0b1a7e139755b6ea4e9f9f6c2dda, '', 0, '?'),
(0xa42ce149f415ad5baedbe3d464221edc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php', 0, 0x00000000000000000000000000000000, 0xf1a1f9d872dff3f9c496a9893c2c713e, 0x6ec3c5717ba2b1631c50ef3b5eac4d999225b2b9ab90df546aeb7e05042b724c, '', 0, '?'),
(0x9a0fc69485f82ac07dcb0267aa30a30a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php', 0, 0x00000000000000000000000000000000, 0x51dcc0981bab01c73b216b2a42a9899c, 0xbb1919c94cf7f35b840ee746a80ecb870e728375581ac1a3af2447ab9efee129, '', 0, '?'),
(0x4f47e5ab3e966bc89b7aed5b9d327bfb, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php', 0, 0x00000000000000000000000000000000, 0x123b910e0faa1c7b29779e1dce45b7f8, 0x7701a14c043c94065899533c132ef1de5f74d9de953bd84ff6e8c07b593ac720, '', 0, '?'),
(0x476dd4bb2697ebcfd0f2101cd6f1a96b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php', 0, 0x00000000000000000000000000000000, 0xb154892f2cc9c010da8d168ab67ce23a, 0x54a91b0e42dc46d70b53a16f77d1c7b54de63736ea8cb7775b220f4216e41afc, '', 0, '?'),
(0x016e735716f287dd659c7ddeccd9b3be, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php', 0, 0x00000000000000000000000000000000, 0x7ec9a18ba77c631fe1dc91d63d44f016, 0x846f2f00b849f7d0403979fefb77ba232221bf9180cf7cdb55dce0978dab0690, '', 0, '?'),
(0x1f3eb399cdd128f735a98d2dce0ac339, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php', 0, 0x00000000000000000000000000000000, 0xeb08072b4688046c85a5d856bbe22b74, 0x388f489f0af743152a4bda438c319d2854c388e239851666c87eedbfa2850d22, '', 0, '?'),
(0xa3f26121f1aede7807b37a2a791757e4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php', 0, 0x00000000000000000000000000000000, 0x7ef9a56f177ecc7bd3b3a0995e020c6a, 0x5f0b5bbb01ad5f6e1b3647bf5ca144bd21b04a4946c07e6ecc6109ac7bb7d80a, '', 0, '?'),
(0x4369351120f87d7513ffaa68ff813b1f, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php', 0, 0x00000000000000000000000000000000, 0x510aeecea627147ec7ab601989f5a13e, 0x32d52bea3f0838b6affc6996e7c1538a8fb1d892fd25bce574ce38e74a6969c3, '', 0, '?'),
(0x26360dfb117a4598d2ee61850eb54aea, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php', 0, 0x00000000000000000000000000000000, 0x273ffcb87d84214f9981fa97a702a5ea, 0x9fd2ffb96ccf73957d1ba037b805688abde4635475067c5e689605d41032d539, '', 0, '?'),
(0x70a6227cbd73bd4ffb47c0ee9416e833, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php', 0, 0x00000000000000000000000000000000, 0x9388abc83e9b2458df64be052ae8c3a5, 0x27f91ced1f2638548abb870b4ccd5a35bacfed6834a383e72d7cc1b62bb01e1f, '', 0, '?'),
(0xf9c9bf6a834b09b31eea0f321dbf83c5, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php', 0, 0x00000000000000000000000000000000, 0x6753c9e05d2b797181a5bd7106b40d23, 0xc17b65ec46ef6e1b52aed3097569eb1ae6bce69f0ec6cb9d2b5d99dcbde6e1a6, '', 0, '?'),
(0x6ee51e85b3e207f458400ae226f43aa7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php', 0, 0x00000000000000000000000000000000, 0xe63e1e321bed7ae645865a7b4952926a, 0x49be80af88c5eba8bb50abbff13c8b233e8888d286c35d1ee11340e78ec7f2a2, '', 0, '?'),
(0x3be406d5723b6c4ba072c88646d30b9b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php', 0, 0x00000000000000000000000000000000, 0x3e5188609e6a01193619fb0d7b7b3e57, 0x10dcbf7be6799c1d09c6118508fa9a2c25adcd77c1485e9f6f090d2232262663, '', 0, '?'),
(0xb4a046c11bcb12e8edae39b1341a60ae, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php', 0, 0x00000000000000000000000000000000, 0xfd3e301faee1ed71cad229715161ca36, 0x6eea9571166c8f4c67f61ae4ef7221d63b6c6fec85ceebc5af99f2828f7a5dc1, '', 0, '?'),
(0x32eb262eaf0c9d8c3ea6ade037c29f26, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php', 0, 0x00000000000000000000000000000000, 0x18883f34955c8d17d631b5ab017c8472, 0xb1591ec81e98794f42e79d1d972608751f498fbe9b84edafa54f9ddfee0d2a36, '', 0, '?'),
(0x726067d46dfee6c09402ff9f599d5c95, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php', 0, 0x00000000000000000000000000000000, 0x6049a69edba305e32bdf6a6f3641951a, 0x48d5b5f8b2e6556b5df22b9b145b4e4d2370cf09757566ef20a79235e03b5042, '', 0, '?'),
(0x9918b93ab95e5e9600bd248734c20a76, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php', 0, 0x00000000000000000000000000000000, 0x99d5f1846435fe6b04454cf8685a38e3, 0xb8704aa6175a039b8659fd96368d97e99cf8ed715f6451dc13ce0be0d3e4555c, '', 0, '?'),
(0xd435bbd876aa2564f96ffa5af5374c87, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php', 0, 0x00000000000000000000000000000000, 0x73da74267ca040194c10b16be1a89c07, 0xfce6eec7e50961d19f98a6ff9815b2f391530e0e300a2cfdda868b9553e23d68, '', 0, '?'),
(0x51dc99ee1850f99f35d9e9532c7ab2c9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php', 0, 0x00000000000000000000000000000000, 0x3594024f3add15b9339f277215a271f3, 0xc1a3db42660372a9de2a3ec0eaf83c8ded07ce32830b5ac60e6fab5e6b348dad, '', 0, '?'),
(0xca1fb76e4941d0810839f8f3166b27f4, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php', 0, 0x00000000000000000000000000000000, 0xd142dbb812676b1abe85ecbd91a78d80, 0xa8f0fbd72635351a36dd47543006cf2ea019b4e9d88a8eb0c5fb6dacf98d0faa, '', 0, '?'),
(0x3c308d436f5ac7fbffff6574652a88bd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php', 0, 0x00000000000000000000000000000000, 0x5b5550ff65a4cefe372f3871992aed99, 0x64837a90dc565b686a6d007da4f221c631190f26c9df3e0a99670c6317549232, '', 0, '?'),
(0xee3a0d1d22c3997999d8c945bb899b12, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php', 0, 0x00000000000000000000000000000000, 0xcc55ae5d7dc4ef0ed3fac7e9ffae7e38, 0x88cce7bcc408b2198e4b82623ed6f742f44cd8964127b4be6ad98627b385bdd6, '', 0, '?'),
(0xb5983dcb599a4fae8f146f4fcd328bb9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php', 0, 0x00000000000000000000000000000000, 0xf07f0049df4aa2ef55d207034b3b35bb, 0xcf402fc2cbda32dd5efe638f8030e5d77b71dfaaf55d4742e69912c0aaa7fbfe, '', 0, '?'),
(0xd53ccb41c5b991f4008cbb35a8fddbe0, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php', 0, 0x00000000000000000000000000000000, 0x995714c74624b8258e6337dfc00b2d9b, 0xa11976e69fed63e0470a8b06dba0a7889635856face7157923f91e4c75e62025, '', 0, '?'),
(0x9b47127e8d592dea3bf3ab6a31b300dd, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php', 0, 0x00000000000000000000000000000000, 0xbba0101a3e4b1335ab82d99d0bb54b33, 0x2a4517a87464ffb1b6facec046d4aa5634c20d1a79c8b936b27095a976c2bdfb, '', 0, '?'),
(0x79bd0eeb57899bc38ce5aef2686d6f39, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php', 0, 0x00000000000000000000000000000000, 0x107381e3258283c2a85d530e5a5baf43, 0xc06629203209e511157e7979862d5dd90f615df6770b022f023d9474f20c0ce8, '', 0, '?'),
(0x6624a6206dadbc66b68f4154ce71caf7, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php', 0, 0x00000000000000000000000000000000, 0x033e8ab6527c8bf6b0c2e5c8c07e8eba, 0x8ba3415898f9ff7c75057da8ace3dd1741de2b033edce08be512700eb6394dac, '', 0, '?'),
(0x8f203349cf4184438770a6027e09a9ba, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php', 0, 0x00000000000000000000000000000000, 0x139dad8c1604e7a1cb92edb094ca5867, 0x2301a77fb144ffdf19d0641d42752a86c65a5f05f2640b3c91e703aff0f923c1, '', 0, '?'),
(0xb1b82fc97b5402b8cabdd2db8fcae96a, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php', 0, 0x00000000000000000000000000000000, 0x9d8f25bdb568dbb7eef28ed63c635591, 0x9fecda93f772fe40f16fdd133705238891318753ff0f6c32f9963d3dae11e1d9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x1eb9a8ac3cfefd8d147ec328be2b7f20, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php', 0, 0x00000000000000000000000000000000, 0xfaffb481cf28106fb028728a3dd1e50b, 0xad798fdcd8c1ce1ef07851c3869dfd40f74b7cbf3e218949c9e31f3af339805b, '', 0, '?'),
(0x22b2dba448aaef316d81089d753c0f7d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php', 0, 0x00000000000000000000000000000000, 0xd39bbca84892f62a7668cf050b43a1e9, 0xa8107ff86c46564a347c28331c0617c703694dc841d69d0d83f8430a7892fc56, '', 0, '?'),
(0x0f4d7d1147e17167a57a281f15f3e359, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php', 0, 0x00000000000000000000000000000000, 0xd7dbe91ca0ac101b9fcd1f950f89cdf3, 0x2823de9ff1cf8f3360c3f6d7b812cd77f1a96758d73fd699e45cfd7738545bf2, '', 0, '?'),
(0xd82e0940c24b48e2b8fa59681557732c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php', 0, 0x00000000000000000000000000000000, 0xaa8d498bd5cd3c9a323a7a6d167cf830, 0x57db74ddeff0dc67ca90fff1facb27fa45a139963428871592d431ecf72cc90e, '', 0, '?'),
(0xd36bbefbd85d9cba7f6c4b865649be24, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php', 0, 0x00000000000000000000000000000000, 0x2ef266b8e246e9e6a22bca552fbb970f, 0x108da487289f1ed986613c531cf813887071a1ba78b9909061147a8a98698667, '', 0, '?'),
(0x1a746af7ec2b7a1cfe7f9b5f2370fb6c, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php', 0, 0x00000000000000000000000000000000, 0x91295aa5dc7730d3c092c1c2a0e23838, 0xaa22d367ef9875e15a0648408cc47b029164ca23642df2c13abf5a9117d2e025, '', 0, '?'),
(0x52d829145f6a07401aeb1d83f06e5170, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php', 0, 0x00000000000000000000000000000000, 0x340e6b769b2bac9c8d49411b0bcc249a, 0xb2693842c240510c50898ebcea0a1030acb737998ce0d87e56affa0e5db35e8d, '', 0, '?'),
(0x29178bac0b59feca4da34b1da43a23f1, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php', 0, 0x00000000000000000000000000000000, 0x685f233ff2cb644518e5b74546763bdf, 0x789433572c16caf71e82e27f1b4dc0d0da7663a177cd6b6c0b6b94584df4c9ed, '', 0, '?'),
(0xb66b0dd585f8655c505d1e322913062d, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php', 0, 0x00000000000000000000000000000000, 0x88ca021a904e6e78789ffd9c1c18d3dc, 0xb8aab6b6b543342506c6c045073b65e6f5bb2845e8fbadc954b11da2707dd84e, '', 0, '?'),
(0x6b92deb7b993003b7b408abd3c2464f9, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php', 0, 0x00000000000000000000000000000000, 0xc18d63efc67eb9ffcc8fe5f858cf27e0, 0x3f25104bf642ff84703dee08cd9100204b0aa8c0fcb6b8621012aded59b37259, '', 0, '?'),
(0xec52e43b437f8e5fa62f97dc6a6c784b, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php', 0, 0x00000000000000000000000000000000, 0x6300926fa9f2eff17794db4171519143, 0xfed3682f96e89320df40402263b2b7833b659f4745117de05cce0fb390db8fec, '', 0, '?'),
(0x5520130087b84771d007872a7ec2f1b8, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php', 0, 0x00000000000000000000000000000000, 0xdfc2efd9f47ecd997e467dbb31591da8, 0xba79d2ee353c9b33714dfa7bcc6e64857a409d0102893bf86e2f175065cfd39b, '', 0, '?'),
(0x03ea3dad4ddadc562a62b572e3780b66, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php', 0, 0x00000000000000000000000000000000, 0x94778c103b46d2cfa63930a5397d430c, 0x5de05faf7437a27de46c518d2783dea72aa347308cd4fef57c807c50efce9eca, '', 0, '?'),
(0xd7c92d5326d5fab1ac3fae2643ebaefc, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php', 0, 0x00000000000000000000000000000000, 0x16f8db5a10c2fdb4ec6afcdc4f1550ce, 0x2fbd7f93f051287e92c0e9973fab3186887d9e068bf6f4bf29abaee5b9a33d98, '', 0, '?'),
(0x953603bd282bdeda5dac5402356ee982, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php', 0, 0x00000000000000000000000000000000, 0xbdc913c17b0c6d5f0f43d8015972b39b, 0x6f197d9d2894536366b0235b66cb7cfb7b66cd584ed359978558af719edf5b8f, '', 0, '?'),
(0xee20dad989653e51d9d9c21a2e7902f5, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php', 0, 0x00000000000000000000000000000000, 0xeecf86386c8666ad9cd53985a88c2bbb, 0x040aff4fbd3af3e8ca163f3c38af254da60ea6431ee6cfe8d8a5c6a2bb53ebdf, '', 0, '?'),
(0xa77b231ba6d6dd3cbc986bc90251c873, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php', 0, 0x00000000000000000000000000000000, 0x35da581760ececf4515a9c9463428c63, 0xecc1f271e396425d6405388d08045d95b1c70bed4dc52de05f17b1aed0a5a066, '', 0, '?'),
(0x1bbbf7a4aa8979406299aa5463fd8e95, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php', 0, 0x00000000000000000000000000000000, 0x8f9b5d2509c008d3b1ef74a80b1de5b9, 0x44acb6be0281db4395be9bd451192b8fc8b0b3bebcfa0e30e8cef201038b169a, '', 0, '?'),
(0xab94839295678a9166e7975fa1437dfe, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php', 0, 0x00000000000000000000000000000000, 0x834ef0b365f9e440b5b88e27fd6f2814, 0x58fdbb1f502eccdb19f826b7b0f4f40857e423055d4e2a25b942e3cff2dd20ae, '', 0, '?'),
(0xeaa81aaabb5469f9537887ddc62d667f, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php', 0, 0x00000000000000000000000000000000, 0x7b1da437b9ff6f73151d08fc67380f8c, 0xec4afd0b74cfb1751bcc91cd7fb62006500903739045e7654d13b87c3da5296e, '', 0, '?'),
(0x39767afdb8e1edb19393a139ca0d76a8, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php', 0, 0x00000000000000000000000000000000, 0x78da5c9c4198252adaecda583910caf0, 0xe104b1a005a50cbb202a6d53a68fe05c732305944c95a16d5f3690dad1e4ef42, '', 0, '?'),
(0x8d38df5b4d92e318c36ef9042d1e9c6d, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php', 0, 0x00000000000000000000000000000000, 0x3060ec276f64532ca500026157c41250, 0x8bdb3f66b5e9e4cbb474df496f2bea76b52e851b92d180e923f4bf65770c16ee, '', 0, '?'),
(0xb1da07a18d8ec09c3ca8482dab41ba0a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php', 0, 0x00000000000000000000000000000000, 0x0c830070f8bfbf236ce341c118627cdb, 0xc07b60f4e3886ca6d8491c69edb7fcb06c24aac5fbab7a41cc025c9d6ace4598, '', 0, '?'),
(0xd3690ffe62570e789b6f34c36abe3fc0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php', 0, 0x00000000000000000000000000000000, 0xa5069d14a9818dea2790908d643a6a53, 0x091f52b89155a6ec0392106e33afc305a8a0d78d33281f018d5d47715893be1e, '', 0, '?'),
(0xb79fe3ba115e3da2e9879927517278db, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php', 0, 0x00000000000000000000000000000000, 0xdcc364c7a69f9185d0f6627cd0021c37, 0x9dcc19e3d97542b192eab097fc4e255cdaa0a1039dcb41c361762ea99f579400, '', 0, '?'),
(0xbd2bae9c3c4fce8ed6470d5831c9c3f1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php', 0, 0x00000000000000000000000000000000, 0x1b862a226afad697347c09dbe2f59484, 0xe5318ff1ab78f65f90b313761dd64fd37f674716546afe7fd10536056ecd3545, '', 0, '?'),
(0xaec825e2faaf8edaf4b1b974ada48997, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php', 0, 0x00000000000000000000000000000000, 0x64405374f19a9faf376ccefe3d86f338, 0x7d8a3889968583b9e1ec8a7ab5d6fa0defcd7cef4ea262009eff45a6d9e2dccd, '', 0, '?'),
(0x926383c5cdd436d7992bf6fe8ff0a4a4, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php', 0, 0x00000000000000000000000000000000, 0x7b41e52e5f2221a7fb085bfdc6803785, 0x5b6d719fbe291e8198a2f62e453aa0e5b05f533d9661aa06f6ed527f61b2c553, '', 0, '?'),
(0xad469846015051248c187a6e13fc6386, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php', 0, 0x00000000000000000000000000000000, 0x6a827f82cf3532cff8e3b57343f08cba, 0xf7e389e26ee1c8438864920412a77008e4288a908dda6df42c4b58730f4e997f, '', 0, '?'),
(0xf5a285fe78660f9a5ee0a71a4fca05b1, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php', 0, 0x00000000000000000000000000000000, 0xde10643bb48a067988e6a88430bde106, 0x63891ecc39ff4b41255e18cd79aa5b44fd0fb791cabb2ca296b175809e401f43, '', 0, '?'),
(0x00d6c2c2cd87c401e5f8307ae9afaf78, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php', 0, 0x00000000000000000000000000000000, 0xf17a99c8e09d305d73f5b0c5bc59f781, 0x644631accc6060851d9071694c581c47e6eeddcc4101b540e7ead1cda6050b7f, '', 0, '?'),
(0x12cc0727f807b74de5b0190c66f59916, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php', 0, 0x00000000000000000000000000000000, 0x92dc984d2e05363cf00dfac920623f28, 0x8437eb4d327784cf6f4a6b27f0f51fbf5778cfd78019b824672cf85306477173, '', 0, '?'),
(0x51020b8c657f866878f9b099f10f012e, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php', 0, 0x00000000000000000000000000000000, 0x05d04b87379bc05de19ecef6b1a095ac, 0xdbd2aa7c3dff906ace8a1a1c6d9870acb9133c47f29ffa0de74191a3251d3ba9, '', 0, '?'),
(0xeab5672a65335462a1001be847881b5a, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php', 0, 0x00000000000000000000000000000000, 0x0c4c35d8368ada69433897d5a3339fd3, 0x1fdd3a4381c7b78053722d56d23b74ed86318d20e03c0390eb4f811a17a1cbd2, '', 0, '?'),
(0x9207616e5ab4889dc3005250c4fa4818, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php', 0, 0x00000000000000000000000000000000, 0xeb0ea3966cb266cfbea1f9883f128146, 0xdffeeaa817e0fbf20f3a07341cbcbd6795a968de528d3880268c3111212c61d9, '', 0, '?'),
(0x003f5bf7ec165864b632fd2c96334951, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php', 0, 0x00000000000000000000000000000000, 0xac9a074dedce4909fbdb1f4acfc1b1d2, 0x65afe6edf95e776092b0cb9dda5678694ebc6af03d37a0aa9bdaacfc4fc2b94c, '', 0, '?'),
(0x1f3c1e123ba1c31dec82c44901dbd0fc, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php', 0, 0x00000000000000000000000000000000, 0xe30a906bd2536b245025bc3c02a8bb57, 0x9714044e46853889d2e74daab55b1295555a9f9177cd67c09eca191f6d5b3bc7, '', 0, '?'),
(0x039958e10e89c27106c9b393e8918249, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php', 0, 0x00000000000000000000000000000000, 0x8f1cd8d3cfe5ef302f038cccbb11c953, 0xb33f98ce5475760aa7e268dcc427cd6930a4c11bd482282831898c6a4ac1a38a, '', 0, '?'),
(0xb0a25312003bd0536bb3ad67359d5da0, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php', 0, 0x00000000000000000000000000000000, 0xdd3dd8c027c129b23c76ec50f61c61f7, 0xfd3ffeef4b70009ce3ffe03b3cac46c862912c4a44d9e1a01f84225f4b030e1e, '', 0, '?'),
(0x79c270ba146e564a6d0aebc2ae50a8b6, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php', 0, 0x00000000000000000000000000000000, 0x64698fa8230d03114f66938fb9bb7338, 0x1bb35d52d9d5d0b241339bc4a5aa9b1d8eb82c2b971fddc1074b3edaad0e308a, '', 0, '?'),
(0xc3bca9e87496afafbff093b6c596863a, 'wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php', 0, 0x00000000000000000000000000000000, 0xbd9cc3a230b285ef7f3b3202920f3fe0, 0x6a9025b805ccab313a27224d9940ebef2865c1a04f69d88a8d3392839b74149a, '', 0, '?'),
(0xa5c58b51f53ee14e66ad337753e5e527, 'wp-content/plugins/js_composer/include/helpers/helpers.php', 0, 0x00000000000000000000000000000000, 0x43c71afe028b24b1a666e5cf533dd183, 0x07c99381214306d436813ce46d849dd65cabff4bed6807166a07f1e0b2b2cd95, '', 0, '?'),
(0xf9376c6a4c0abe87903862b49b9e7de9, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php', 0, 0x00000000000000000000000000000000, 0xa7e395a896c9497b9507239e862e8c1b, 0x257c8939034c0c5b20f71dd7cfc945358667aeacc14d3bff6b8e5d3abe1f2027, '', 0, '?'),
(0x0907eed4c4a8df5481a8770e1ddf5943, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php', 0, 0x00000000000000000000000000000000, 0xe7fe5ef82d05433033a4b2ef25134879, 0x640bc826b7fd87f7b87e102fd278134d3b0f25c889948b00e61e014e0bc4b234, '', 0, '?'),
(0xd5c8eadd8c34be143116c2fc9392d193, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php', 0, 0x00000000000000000000000000000000, 0x3c8a45a8456b35e8ede9ba3cecfb81ef, 0xcc2d86fe3d97968c83ab68e3ff6bb2e549d9bdcafa1eb20fb2c25422bd2e8d56, '', 0, '?'),
(0x791ca15e621a86820254811c6bd59151, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php', 0, 0x00000000000000000000000000000000, 0x961214f9d00bd8542120d50302b7944a, 0xd3e448ca400a8a9ec849e3dd399aec6762d46adbfa8e8da6680324ae7e1fe1ca, '', 0, '?'),
(0x63fa949a1e5734b328809eab7a052c49, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php', 0, 0x00000000000000000000000000000000, 0xc87813b7640db9424f70501357acbad5, 0x095a39c61df1ca15d42c0c8f7a388295e5fb18834afbdf44f8bc989d295b3f40, '', 0, '?'),
(0x3be43abfca246d3ea494fe96f37234bd, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php', 0, 0x00000000000000000000000000000000, 0x56ec2929b99f77f0d82b38ccbe751977, 0x98569c04fc37f0e6f731b027a60ee4603a2841f99eadb6a7d5e5bde3bc8369f0, '', 0, '?'),
(0x3c3e785002bcf5e2fea5bfacefc246f6, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php', 0, 0x00000000000000000000000000000000, 0x2867526421f5156b6f02ff4d1fd683d4, 0xf0afd301e71a8fbf79b900cfddc75a00091ea61ab199073ba94631d86074290b, '', 0, '?'),
(0x0115202eb5732235c7d48978b0926348, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php', 0, 0x00000000000000000000000000000000, 0x0318916ac1d4adc5b8379a3f6c127d2e, 0xd0ddf5fdfb65df7ce50237c3aa1820b4ae9f3af4c4100c346683a62dd5f4a5f1, '', 0, '?'),
(0x505f775eae211752fdef33f131718edd, 'wp-content/plugins/js_composer/include/params/default_params.php', 0, 0x00000000000000000000000000000000, 0xed40846d0c0fd998a93da2902aedfe22, 0x759a9d854f81170610a97f4d1c211dda6c0f8af02164b3c905fdf9aa7bf9c650, '', 0, '?'),
(0xd40087bd4464341fa8ef1deec042f560, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php', 0, 0x00000000000000000000000000000000, 0x073ae3547ee4f9163ea9c737fc20641f, 0x9291d8df09a7c6a883823d3327a1040f2a9b8af816aaaa6109df217d180897e9, '', 0, '?'),
(0x13dc8d01767ab8d20913632a31246ee7, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php', 0, 0x00000000000000000000000000000000, 0x3f32bdf9ec840337dce1f11b9bdd71ae, 0x2002e675adddd64f7642c329ba68ec9405e5f039674a6b57031819fdb28c37df, '', 0, '?'),
(0x8545444f75eb4bed295cf2ee479d5388, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php', 0, 0x00000000000000000000000000000000, 0x03889b2a01217dfd6641560940822c6a, 0x4cb6e99e34460503718e92fa606635b3e480cca200180efc112819dfcfa63be9, '', 0, '?'),
(0x6f2eba35550bbc3484b9dfc1f198622a, 'wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php', 0, 0x00000000000000000000000000000000, 0x776df91e9bf47a4d4784eb19ac51fe37, 0xd10a60834ae5056c59d0bb219a902a3fb11eb1065880c09e0c86999fe9c4ced2, '', 0, '?'),
(0x9f8b8af3747b90c555aca8ae64d020c0, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php', 0, 0x00000000000000000000000000000000, 0xea5a8761cc351bcfff87627f36b7b01d, 0xb393ee06947343de61a9e2bf9634e72d7ab8dda5dad5169464b4ff4ad4dcdeaa, '', 0, '?'),
(0x3a2294c0048da89c6928d9c3325872c5, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php', 0, 0x00000000000000000000000000000000, 0x9336164950668b01ac6b579fb8300d26, 0x6705f77f1082b07e4d1204d7bdee9939226b13540ca24e2bdd3a5cd0dff13992, '', 0, '?'),
(0x2d776dad97f860476784be432311e5cf, 'wp-content/plugins/js_composer/include/params/href/href.php', 0, 0x00000000000000000000000000000000, 0x94c05a1fc042907e3b87844fee913e91, 0x52b9093731b12d9ccafd29d6823b272cf2f2cc78eba8a93e40e6a0c9016705e4, '', 0, '?'),
(0x0e117c7626d01e1df14920bafedc8b66, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php', 0, 0x00000000000000000000000000000000, 0x950e70475d8e8f3ccfd5efc0d4172f1e, 0xd3f0477efa9c614f77e2f376d393a84a9025280fad38f7d2517280a2ab6cf79e, '', 0, '?'),
(0x05f4d5a80a06ac70686a69613182a8ff, 'wp-content/plugins/js_composer/include/params/load.php', 0, 0x00000000000000000000000000000000, 0x852b0d19e46387e387c15d56f3473aa5, 0x554c2a0e0dcf11c84d080c8e90feefd75e66e460b6150bf9db4dd87e50ba155b, '', 0, '?'),
(0x080039951510f54d29c1b3a7ec885ed2, 'wp-content/plugins/js_composer/include/params/loop/loop.php', 0, 0x00000000000000000000000000000000, 0x903e59a630d1746d7df6bd66a51164ac, 0x652567765d0ad5a5050e621c2dc9b863458b25c9c7a636219755b0e273723c8a, '', 0, '?'),
(0x08f4cac0e4d84d54eb7baa6ad499cac8, 'wp-content/plugins/js_composer/include/params/options/options.php', 0, 0x00000000000000000000000000000000, 0x66cc08d9b952e00fbd21ff5f5438a9b7, 0x7e5ec8792aea5e4be5aed5f177b05da2c3bb6d0c1652efd2c097ead9de5dafa1, '', 0, '?'),
(0x6272a6102c1756f03a54f7fbdfe055f0, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php', 0, 0x00000000000000000000000000000000, 0x3190543ab0e1a4ed930186a3398e35b4, 0x46348fcbe72cadf328b9d83102d0d4eb552ef81a5aceadb169c9073e1e2713f6, '', 0, '?'),
(0x2683416705f7328af6a64ef60b717cc1, 'wp-content/plugins/js_composer/include/params/params.php', 0, 0x00000000000000000000000000000000, 0x7f31000ff64f7a82e5599904ac74f407, 0xd7fb42e54d449cf494b5a8a46e85ba3201aa7a77f56d1cdbe1ebaffecaf06bce, '', 0, '?'),
(0xacd9db1c16464c60878a61e129935d5a, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php', 0, 0x00000000000000000000000000000000, 0x761fb9a21e303bc97abf6d24716a50ab, 0x2cdcaef71d70970b16cf0dd7f53d79cdddc840f19de2a26a641d72e56c2bf962, '', 0, '?'),
(0xd896d2d420976554e602770163bc766f, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php', 0, 0x00000000000000000000000000000000, 0x190962c94f9c53320503da798fd0df6e, 0xf97dc84bf397075448a0cce5f1dc68cab1708e96c06f3112c7b6963b10b74b2d, '', 0, '?'),
(0xad4b66870d6bdc1ca906b536d2425f29, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php', 0, 0x00000000000000000000000000000000, 0x2e154e1efade4eb26b4de718199f1b64, 0xc14968696a4af01e8715d8c636e0e2b7a666ba928ba545b11ed0c382d2eb984d, '', 0, '?'),
(0xc5f2432ddd0f200147bd134e52ebf8d1, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php', 0, 0x00000000000000000000000000000000, 0xa14095d599a660b91438b81c5c15573a, 0x2c63f680cab48b3358c0b864b6896d04abf0d2129a16677301449d961da94bcd, '', 0, '?'),
(0x2f66e48cb45e9860e7341ee522b2ce36, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php', 0, 0x00000000000000000000000000000000, 0xcac59099b57a1ed4fdd0ba69504c49ce, 0x80f5df25d18656bb93e74609bb1a1e2fff13b39ff5fd821c235146455481f884, '', 0, '?'),
(0x238ebb2c048962f1817f5b22a61b2603, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php', 0, 0x00000000000000000000000000000000, 0x738349612bffc79e4f5c81422a7fb42c, 0x7cc8f3c6546c9197506b7a197929f1356b9a7f26a2705df52ef81e2a40669ce7, '', 0, '?'),
(0x98f0d639429ffcc37b16e08527b44df4, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php', 0, 0x00000000000000000000000000000000, 0x56f6027083b59b82cf422547480acb9e, 0xa197c5c0f3b8e8bf6932dc879f4ca736831f8bcbb99ea8048b0d2aee5f823af0, '', 0, '?'),
(0x61d22341261ba1c9f6fa1b9fcdfd56de, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php', 0, 0x00000000000000000000000000000000, 0x7b2a858c3bdb046fadd562e9a1c9c0d6, 0x19759914902777e8e9216489626bc4ff9e5ab0a43bb944dd4db2e81b48e00276, '', 0, '?'),
(0x4815b3b840bff6863407e8670aee4bdf, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php', 0, 0x00000000000000000000000000000000, 0xd5b33d4dbb5240cdd4c6423bb4a7c1d6, 0xe172e61f14cfeb3d358674bc6eb5f53d3bd37502526c9b9a41b98e4c72fa129d, '', 0, '?'),
(0x0311cccafef5026495786c04a482e8fd, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php', 0, 0x00000000000000000000000000000000, 0xc509bc6c902c14c94fe1b5720cfb4352, 0xc87ffc69f74ef6b72d8c24453ac0d66f556181cb065e4c7ed76532267d77d8c4, '', 0, '?'),
(0xc7d30c64a880524900a2ab9667230205, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php', 0, 0x00000000000000000000000000000000, 0xc1473e392ff6f024ac7f2c724e158c60, 0x19e8bb233e8c112712002c00b98ee417258116e80e7cf45b07bc069e9fbc27bf, '', 0, '?'),
(0x0e0533b4ddfde20602639735f4e4889f, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php', 0, 0x00000000000000000000000000000000, 0xbd9aa630d82d07293a6b5fa24a9958fc, 0xba9a18f82f6beaacc7f3260dc9a0b00e03ef9f3d2d45f9184128f97adefc3ed2, '', 0, '?'),
(0x81cf7bffd9b2cd8e4b90ef8edb331727, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php', 0, 0x00000000000000000000000000000000, 0x64a4d7717d518dfa3ce3ce198a98352b, 0x6f2da05ba384f780b25c54abdd3f200cabb939f11ebe9d8c85b9305826c51177, '', 0, '?'),
(0x6e9334ed3255ed344e8f1a62746d4e6c, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php', 0, 0x00000000000000000000000000000000, 0x39d4d6938db01c46d3911ce6bbd945ed, 0xd39fe5c18f36362df02897e26e5e855e30bface09e3d7d6780ab16a0d1b8cdec, '', 0, '?'),
(0x90fee3fb93bc044a0f93f813148cd315, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php', 0, 0x00000000000000000000000000000000, 0x166b5dd4a6d339ae25aae6e5adb4b07a, 0x4782155e03764df2b2f57466a4484939c365e4723b18e008d89ae235d21b3cee, '', 0, '?'),
(0x8376ae0cb5098a3c04e9eef95af65d71, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php', 0, 0x00000000000000000000000000000000, 0xd89a239b8ed5139f546df42c02939a3b, 0x52fc931e8937f33eb2cc8d03bd6f1f8c3250cf29a2797a854be4fac8fa681f7e, '', 0, '?'),
(0xb2a0aaac4fa3f28cd51c0d907e51c0d3, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php', 0, 0x00000000000000000000000000000000, 0x054b1e8e44bd3df47e752759a24856db, 0xc17efc0d77ef1aa49b1ecff4a839cae6e97a000c757878f8445d6d1ba18c6b14, '', 0, '?'),
(0x8ad4a590ca3835a35e1ec7e191515afa, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x64e04e70a1fb53897276b0830d5b231e, 0x6a7039e9ef16545905b1c46d52e96ba54692e7b61f0b68edea84049a16d93edd, '', 0, '?'),
(0x30040c635550fc655051b1fb9d9fd3d1, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x91b17657b1e777d4375beda8c1d9168d, 0xd0fc9c4005f5c4fd5e2f91c84375ba8e88646199130c9e8b0a907fa3dc0447ba, '', 0, '?'),
(0x55dda064099ad15b0a35af990ea8d2eb, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php', 0, 0x00000000000000000000000000000000, 0x4ffbacd94cd2d26a41275734306a80f0, 0xa4f97e7c6b79ca1e420527590c148daefbeef2de2024e61dcfa085b4c955713e, '', 0, '?'),
(0x0fe39f477984c4b0abed69166beaedaa, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php', 0, 0x00000000000000000000000000000000, 0xc83301423eda77b766bb6cb7dea184c3, 0xcd89442cff81d5fb609e28544f9e1cbb3944566d880b56fe5f58b20cc291f864, '', 0, '?'),
(0x2219e891cff9469950602023c376ce4b, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php', 0, 0x00000000000000000000000000000000, 0xa74470e4d7a8ce5378411417dad542b6, 0x16b2cae586fbd778d52a49c89fc54e633ba0dfbda2c43da0c917bc9666b16dcd, '', 0, '?'),
(0x27ba18ab071ec5484403ce936e7f0010, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php', 0, 0x00000000000000000000000000000000, 0x090b37f685ba13e4e058c8e987fc2d75, 0x6196571185e4170300df4134781b64be6603fda26e80d9fede9ac0fbd6654e6b, '', 0, '?'),
(0x73ee872a81fc0888761e8360ac630892, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php', 0, 0x00000000000000000000000000000000, 0xbad5594f16b095d397a0868afe66b70b, 0x57c6bcea145833d6153a502956bd3ea90eeccffbdde32fa247287d91d0ae6d04, '', 0, '?'),
(0xc5cef81d742e329ba8ca9cbac611ecdb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php', 0, 0x00000000000000000000000000000000, 0xec8058a80de5384d78a5e00182f2a619, 0x1dcb0b906b926488a88345efc143da0fce2b37c122ae1507ea0e95a15bf5afd9, '', 0, '?'),
(0xa442c8be6ad369416289e7e8fdf7ddac, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php', 0, 0x00000000000000000000000000000000, 0xc5f8d7833a75e8938b5c5344e6825f9b, 0x5872d2402c6ea366d49bd27969b10909b2f363851a9459c85ecf9e84841928ba, '', 0, '?'),
(0x062c902121e9c5f4694d294e6226abe0, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php', 0, 0x00000000000000000000000000000000, 0xec4692aedbc02d9d27a947073183395e, 0x7dd64bd229548fec524b05000558ddfb28a54757d082ec399c0ce182a3e2d10e, '', 0, '?'),
(0x2f616605773dabd83f1a3650a4c149fb, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php', 0, 0x00000000000000000000000000000000, 0xfc9d021f89e5f2a9a367f6c6bc1b267a, 0x6506f045855424ac63040fd9fbb7d8b7a1f45dec80ba56563ff32e13e5b03052, '', 0, '?'),
(0x0ab20df4b1211a0ff0046f3e9229e545, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php', 0, 0x00000000000000000000000000000000, 0xe4c0a660a3191a34a2cb0e55e5b3e632, 0xe900641eee7e5bf34c60438f3d9204351d97f3f12657cf69308213dbbf11e9b2, '', 0, '?'),
(0xfed83a1fc44e9620e021d98d93c19c82, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php', 0, 0x00000000000000000000000000000000, 0x3ff142c1bf9d3deb39c2fd8958f39541, 0xa8e9742928a88f7d1cfcfa583d98adf91038c365b348f604539d80e10c2b04fd, '', 0, '?'),
(0x6b7164ce35363ab2178fbb20aa1b0029, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php', 0, 0x00000000000000000000000000000000, 0xcaa9591c35f5108b7ed6c0ad55b81f30, 0xfec7d4e907c4c8d24194f14c69b171e242a42cbf9899a4f448724e10a24c938d, '', 0, '?'),
(0x956c970d31c56d83b1cc58fded55443e, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php', 0, 0x00000000000000000000000000000000, 0xc7ea188ba7b6e2ecce409868723556c9, 0x0864d767c9790bd84fff4264765e1a6b52d176b4fe10c1d9c14697e24e067ddd, '', 0, '?'),
(0x4877a90071218161d41ce13751781738, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php', 0, 0x00000000000000000000000000000000, 0x86b0718ebf6e5cbd54311443f131d932, 0x5a094d5b08f6fd558659e11e993966fdd42cce96b23ef7dab72ccb636207c45a, '', 0, '?'),
(0x12746c5e6983149b6d835fe2ccf6c925, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php', 0, 0x00000000000000000000000000000000, 0xf5975fdb93a7d514f9df5e6b5541cf8a, 0x8a8627e63b46ab3c8c644daa29848a68227e35881cb0faf2530a13ab93fdf8b0, '', 0, '?'),
(0xd0022db9421050cd95e7be3594cfeafb, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php', 0, 0x00000000000000000000000000000000, 0xd0816d7a548a9c462881a6044ad96a91, 0x2b10201859e744a98fbd2b7fc61803504ad0c6dab75ba7f3788592de0cf2a263, '', 0, '?'),
(0xb106e19917b3de8fab48344cce99e034, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php', 0, 0x00000000000000000000000000000000, 0xa2086f23c7797fd00534f10b69a53ba7, 0x882f4b4f71e306d338240bdcbf1884bdd3b0c7af11fea6a36bf9d0342651790b, '', 0, '?'),
(0xdb6fa4df2fae6f59d499933e4b266b78, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php', 0, 0x00000000000000000000000000000000, 0xb35469dc36eca33f27fd3a1f2058a210, 0x3ef2a0878dbd904d3857c281441075616953d009c2ee8b4691563eb1fb15fd71, '', 0, '?'),
(0x43c0d1e95415abc2a9e15d2a7ea13cea, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php', 0, 0x00000000000000000000000000000000, 0xbea86ef043848e35d175649c1c2b0d0c, 0x77dc2198cd50c8656d22f69da3f5309939221334b2f72a1266d2196615c2de6c, '', 0, '?'),
(0xc5c621c53bc7e92b25e3b879781973b5, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php', 0, 0x00000000000000000000000000000000, 0x13abde88b0b5ca83f566665b38131ab5, 0xf06cd8222d01bd91da5ecbb972a63fa9f03bfa9d9a75d87c4780784345d729ec, '', 0, '?'),
(0xf3e1e71dd983b886830b759234fab809, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php', 0, 0x00000000000000000000000000000000, 0x3a9c7992b40107a4557b3236586e00ac, 0x721b42d3afc57665a5b9ec65fd6e7b431ed11927669c613a16839368f79ba64d, '', 0, '?'),
(0xb69901759b4d43c539844f6377f73128, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php', 0, 0x00000000000000000000000000000000, 0x6b32a488fff0b5a991a40d8921bff961, 0xc2a881e5ad1026db2bcfbad573c5d81a102dd315f09addb0db631a8c35a38cf5, '', 0, '?'),
(0x4aecfb2e1cf473cae91c7d1e046aa942, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php', 0, 0x00000000000000000000000000000000, 0x3c12c9531b8985c56aafaab1367c3946, 0xf7d895183c4e4d8b9725e0233cd89809ba21c41e6ffed761b067ead0dcb74a34, '', 0, '?'),
(0x4f4017685ac898e5c2916a7c3fdbe773, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php', 0, 0x00000000000000000000000000000000, 0x09f345fb75bad850ced9bc2d829269a8, 0x30d7bdb4136aab5e92e133dfcb210885c2d2adec6f4f8c9ad044e9a573e4efba, '', 0, '?'),
(0xce53eb7004cd9d5cea50ec41416d9f62, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php', 0, 0x00000000000000000000000000000000, 0xd51030fa71c2ba1d3adc4dc97e5a3d6d, 0x40b39e7419367aa455e3f4dea0dfabf82a75adab5b99276b55530ba34636f32c, '', 0, '?'),
(0x009c4dc0700e5c064492fae2cb64a900, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php', 0, 0x00000000000000000000000000000000, 0xbc8e33c82160c20221a29f247fa3f400, 0x621d4af11c12af1ff4ee9039d69d2a1235333107165ada34aaaaab8d6bb8e1fd, '', 0, '?'),
(0x88f16fc3e0f33f31aa2d9dd147922a67, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php', 0, 0x00000000000000000000000000000000, 0xedd360bedc12dda90679ae28eec60168, 0xbefe0bb3236e842dd57b6b8d053d28e4e4fabc138f1f99c4f132c80e9a6371d2, '', 0, '?'),
(0x8d65f07d13516d4abc545dadc118bed6, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x5cc26e1b97686ae642e407d1c01d7178, 0xac7fd2601bff6a7f245e643842289392d25d6fbf33ddbddede1f6f89a4f09951, '', 0, '?'),
(0x1b13bbfa0e2a5cc7ed0bfcb6611a9867, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php', 0, 0x00000000000000000000000000000000, 0xb8abbb33566bcf27a70abcd51632eb58, 0x817b9172163f8dc5fc0eb482b0688c3c9a3ab79379a704c18c650609ac42c502, '', 0, '?'),
(0x6a2b96b2a12edcd346bf5c11b811111f, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php', 0, 0x00000000000000000000000000000000, 0x56ef907f129df5715597750bf2875a7e, 0xf37bf3412921870b6d737aebbeef32c6da4ce8bb6cfecad35499f53a62c2ff6b, '', 0, '?'),
(0xab64582473840ad47faae677ab5dabaa, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php', 0, 0x00000000000000000000000000000000, 0x3a7acebd856a536abed7edfb69bf4962, 0xdad8b4883f27028c0746d4e9666f6fd672ca0ecf7e31fc279f0c530f115629f4, '', 0, '?'),
(0x024dcfff603e48be7ee4d2f532471908, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php', 0, 0x00000000000000000000000000000000, 0x9db98d91e037610ed7fbada5899fe8ae, 0x7ef80ac5e497dcc70029140d334174359b5f751d468693a03979c77f59625d5f, '', 0, '?'),
(0x1647f29870b4464bff293669ce071538, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php', 0, 0x00000000000000000000000000000000, 0xb58134106758be7a7d7abbfe68955ee3, 0x7b192114e63bcd2922802b184be14615396ab5ed8b88c29e29203a94d6882fdb, '', 0, '?'),
(0x112957c4f0255daa21de143bb0fdd57a, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php', 0, 0x00000000000000000000000000000000, 0x252c095483d6b29915c4e6bb8d79519f, 0x673032f9b0a7e01eb224977aaea511cd89a549265301a67a46d2b2f0a3f0ea96, '', 0, '?'),
(0xc6722549b75ad1aa0dd9a8f9f2cf4978, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0xd432b7e0f3ef48078746558bafd1ccd5, 0x757f1c72f9b167a3708d17e6999679a9edebe850f7dc30c2dd3b5261bc9e579a, '', 0, '?'),
(0x453bf4724d2bec65f49126b751cc3366, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php', 0, 0x00000000000000000000000000000000, 0xe1adc111e5c3a02be78e615fa5635ee8, 0x92a0678206c7ddcd6c1b517435a87f43a6ce6e5fe8e5813a1a039ae7f0ea1397, '', 0, '?'),
(0x10b70689884b05958a136f520bb3c47d, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0x8d9ea3c424fb2d2b2c31bc6c19b77e45, 0xcdb433b9c5493d9df1bbe91f9dbfdfa41d70f74ee636b7c733adff139befd6dd, '', 0, '?'),
(0x81ed3e73bea7eefd80fcc04813e0b288, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php', 0, 0x00000000000000000000000000000000, 0x0fb51189e6e6771a8803f7ba1a846de1, 0x0b55d93a2a27d56603a9f0ea09cdd4c263042b5d4af36f9e98408ac74d7083c1, '', 0, '?'),
(0xab27ed2333303852a31b558711af54cd, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php', 0, 0x00000000000000000000000000000000, 0x9de0bacfbd62afd72d3d23390c1c4eaa, 0x5ad7caef11339be0ab887738283f1f692e01a76b0b778f5a194b2111ef937116, '', 0, '?'),
(0xb6eabb10c6d2698633d6853bf502d628, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x18726d17d12de713b67cd5d649290cd8, 0x3a38da6e796b4eed15a3c3fd85d1e0c4da7fad3928fc80a24869b89ff6b442e0, '', 0, '?'),
(0x72c142d7f159a4d4297f4150192ba21e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php', 0, 0x00000000000000000000000000000000, 0xf0e0f098b317bf33f1c383b29460a37e, 0x09eb35764d9f2e3f63e4ff6ded703be62bbd929d491e44f98444344550901fee, '', 0, '?'),
(0xe183ff6c8059d64f94c34976594af825, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php', 0, 0x00000000000000000000000000000000, 0x29650364e720eee5e09a2c43f4731c08, 0xf26d241a7c84415d8486bad85412c66839e38c1bd24c1ec01a71d719bdc8b68f, '', 0, '?'),
(0x8e50fa2439f465607ab6ae40bafc333e, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php', 0, 0x00000000000000000000000000000000, 0x6bf11fe113c6d8bc6ff66be4ecec4023, 0x9744649a80a748eff56678f58d0eac521d6acbd244d56d86d6038129a58085e2, '', 0, '?'),
(0x619fb150098229d2bcbfbb096c86fbbc, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php', 0, 0x00000000000000000000000000000000, 0xacd40fcaff92fd358b2781d583a72f7d, 0x55b31f3b437d794183faa204a2236fd3fcb46ef1d1059decaa07a2f33e9ae2c4, '', 0, '?'),
(0xf0bf86920fc2bff74f26b99026d4352f, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php', 0, 0x00000000000000000000000000000000, 0x1e8491bccfa7f2ed4493429a7c982774, 0xcb29e05c79acc4d4ae0ddd55087de5b3985930b7924985e6c23de654ccd53ec4, '', 0, '?'),
(0x1b686fe8e7ae6953cd6dd2eb3c3a29cd, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_unfiltered_html.tpl.php', 0, 0x00000000000000000000000000000000, 0x48fd0ab506f7ae9075b43ffd35b1cd71, 0xbed1bd36e8fa844feb7a49d7a1d9e7319795f00dc6cfa1f336ae83abb7ed85d1, '', 0, '?'),
(0x09156a04e47aef8131a49f653f79781d, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php', 0, 0x00000000000000000000000000000000, 0x6c89e1b5bf8f9667a41baad8ad7d6d92, 0x65d7f2cf4f38e4ebd638d4c7cf3f581f08009982598de1be14574c2ce04f2b99, '', 0, '?'),
(0x97f4ecebccef3b458f747acf62b72da4, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php', 0, 0x00000000000000000000000000000000, 0x9b5e9abdfd4599d0984fa4e1cb9d6054, 0xbeab9bf8469fe09a1fc69f848c40bd014891c3670ba919f00c557f95e89de8eb, '', 0, '?'),
(0x33eca1dde143742fbc4ea4d229441f49, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php', 0, 0x00000000000000000000000000000000, 0x85a6c58a6ecc30c519a22cbc5d51b77b, 0x517ddad01936df9af01c4a43874a244f76e223922e87494a6ab91b7684b93f01, '', 0, '?'),
(0xc2d9b52fc10a35d6394a7ab194a5ebf7, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php', 0, 0x00000000000000000000000000000000, 0x6ea7b17d524a38c97880382029db5cf8, 0x7282ec7ea01c24190ee71eac426f1552c85c8600be1cbeaa62a24c0e9e3a8fdd, '', 0, '?'),
(0x452c6b4f629ff0ac83e4bee76e9a496a, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php', 0, 0x00000000000000000000000000000000, 0x89d07ff8469648f79e227de83a4ba480, 0x151bf8a1985efdb8bfe286a642432065e33e9647c71a798a7139b422d63b87f6, '', 0, '?'),
(0x8ac75b599accfc9af1fdcb8b258b89c1, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php', 0, 0x00000000000000000000000000000000, 0x0bd9e9c4e1a4f039e8d4f2cade2bb7cf, 0x7eac73d2fcd3311da4a4643a95a482e5cd70e924a225de5fb5ca2b5fb13ac945, '', 0, '?'),
(0x3a3746ebf056420a62469f4a72691029, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php', 0, 0x00000000000000000000000000000000, 0x1d7298c7761c499626f4b5ff3664488a, 0x1763feac3d8ae23d142d37a13594300202e15e8c0be6c4b5bcd780ae85620c96, '', 0, '?'),
(0x79c7acdb7dbbb62afafb4ba52aa40fe6, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php', 0, 0x00000000000000000000000000000000, 0x8f6dea4670fd8003876410a518114869, 0x08a346abaebde0ca23c69721e1c89ed78f1d035a6740789aed50f0ea24271a37, '', 0, '?'),
(0xc1b7d09e83b8d5ba503f9373a5e48faa, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php', 0, 0x00000000000000000000000000000000, 0xf9b2237fab72eb2d603cf7ce42ca7f92, 0x80de63c49fcb12a5168da9bd99f6043ac0b12a022325d12373e2001c27349d04, '', 0, '?'),
(0xc036fb3e12a6215e609e1331059bf362, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php', 0, 0x00000000000000000000000000000000, 0x0fdbd12306f322065eebf915629557d5, 0x78b4e390b505d19fdd9eaad1ffb938e705e4800c37fe54a31a0e073eb95bfbda, '', 0, '?'),
(0xb895d315a58de643840dfa5802e5c901, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php', 0, 0x00000000000000000000000000000000, 0xa769c80cedfc468135c4d29395ccf05f, 0x8796676bf16c1b63ea2b91dedb98ffe6a92b3772a7ef2dbc51562520dadd70ba, '', 0, '?'),
(0x3b24da2db129d442c23b624be63be5ee, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html', 0, 0x00000000000000000000000000000000, 0x17c22f9cfe08113cfdb6cc110100dfe4, 0xa7047f554bf00613aed6858631f740113eedf896d69ec41948da8dcdc9ef998d, '', 0, '?'),
(0x1610100d8055ebcfdd7a4ad3a2df4245, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html', 0, 0x00000000000000000000000000000000, 0x91eb7a4feaff7716eba4be46aed0742e, 0x829c5b6fe01340b999e0ac7751198945af0adc2bf44fbcabd651fd78365f9906, '', 0, '?'),
(0x0c6b42dd104fce250c6353e3e30e0313, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php', 0, 0x00000000000000000000000000000000, 0xd4e8bc779ffa6a950089059b5340631d, 0x0d548fbc0f79624988e842f578a63c179b836755ede2fb5600b8e89c3c274ab8, '', 0, '?'),
(0x03a6337e669adfa7d1e89783be2063f3, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php', 0, 0x00000000000000000000000000000000, 0x5ccf08a0c017f630bf54bf98b87c53a1, 0x3f400393928b7a8ea017494dcf063d77b451d4ee96f48d48a68ae772dec1cb69, '', 0, '?'),
(0x582c49e489cf8fc2ad9af664d510c8cd, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php', 0, 0x00000000000000000000000000000000, 0x50472d4f7ed534ed0c8ec2a441237982, 0xe6ccfd81e9eec6d13511ec8b8ca589518382b1f84bce5add0a90497d839d37c4, '', 0, '?'),
(0x3fd482afa8fb8f8bfc3f6f7df596a70f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php', 0, 0x00000000000000000000000000000000, 0x59f078077eb3d1fd383000a15768ed95, 0x6bd932d1608585ec6e7203158b2d2ddc33ad4c3dc2e045acc172afeddf15f197, '', 0, '?'),
(0xf683d09e5da620eb776aa5ae647a4b6a, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php', 0, 0x00000000000000000000000000000000, 0x75998e6a137fd80205f86a97d0e86170, 0xc14d88da5bcf95022fc4d695c8c14f2fc5513a671a3c0bbd604d4d0128968c99, '', 0, '?'),
(0xe1c25eb48bff004fb7c2c0e08c295718, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0x0552a5b198213a2eac523c5ff7e334b0, 0x8ad89647ed6f03abeb69fa949693a90e45786ac9e9304739cc7f9ea442c2e259, '', 0, '?'),
(0x5f7c27ec9fb9a01f2d5ce1b94bd3308b, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php', 0, 0x00000000000000000000000000000000, 0xd4a2f7be370bcd85032a5f09e46da515, 0x16e9df6b366cac6c86c871d4d6768a56439bea2403f935451e45330058db405a, '', 0, '?'),
(0x770c36bd64f1c2ba62064c10e34febe0, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php', 0, 0x00000000000000000000000000000000, 0xb557c03886c5ca38245e30decae21133, 0x7ceae04501a4316366e4095f347295c76e0e38b9919fc93dd3420e1ca5fe8c84, '', 0, '?'),
(0x87e5a0afdaf19808b7585f77c4aeecb2, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php', 0, 0x00000000000000000000000000000000, 0x16845f254d915ca53019e88997fb3653, 0xe129c57f9f9b8a6002beec7a9123d1455cabebbf71f95944ccc8ec16697c07ec, '', 0, '?'),
(0xa972ef5b0b2817302ca79f9738f92d0f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php', 0, 0x00000000000000000000000000000000, 0xab06171c2edb1208690c9989c4334343, 0x007bd7d27365ef745f1373598bb21bf21f084f916fd40f82e754697da53ba90c, '', 0, '?'),
(0xd823df7047bb1f84a94153c43b883b3f, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0x71f91518a5470cc9984b2ae4b3e82ef4, 0xb723510758db5208a14a3925ec52bc2fb8176e3fe657d3267e9b03d1a9c2c9bb, '', 0, '?'),
(0x9e09450fa864f350879060d0543d8e7c, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php', 0, 0x00000000000000000000000000000000, 0x3bad9de088db0e128fb6c0795fc6760c, 0xb0b82070c78c1b11c2322ccf4ccfcf714576c49ab1a6e0753684c84a0f707883, '', 0, '?'),
(0x8a843554143f76c283a0524b83922be6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php', 0, 0x00000000000000000000000000000000, 0xe0923e9225a3361556c729e68e008792, 0x1691cf4fb64a6c970ff0f9a183b2986e3a08a766721f1ae522bf08029501bebe, '', 0, '?'),
(0x4630890e363cbf2c41cce92d4bdee35e, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php', 0, 0x00000000000000000000000000000000, 0x403ffdfc230338b4df5e54e603305dc0, 0x7ab99948ea9111749c1177024ace1374abd57bed13f7397669c3b257ebeba35c, '', 0, '?'),
(0xab88790c573d86e2854487717de7cad6, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php', 0, 0x00000000000000000000000000000000, 0x24ca71953a2c0dbff5164bb489244c44, 0xa7b36fb92f075e651a27c0c7b7d0655fe196ee2dad883040401527d41196587b, '', 0, '?'),
(0x48d4d6dffe1286a896cb302107217ec3, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php', 0, 0x00000000000000000000000000000000, 0x3953ecdeaf2d937c521888c6f81acac8, 0x4745f00973c2e821f827c19177a8889c00ed72e39c1e74aa461633b76cf21b73, '', 0, '?'),
(0x7a3a32afacb66d4d768a4beedb990b75, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php', 0, 0x00000000000000000000000000000000, 0x3e3dfd4ce0266b938c2088f88eb33dd1, 0xf4eb6c9522d457da337b54dc6fdab18d29ebd0622fad3a06e6ceb2fa69467522, '', 0, '?'),
(0x8cede406892a676516b78b980bc618f4, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php', 0, 0x00000000000000000000000000000000, 0xb693eb01e4b1bf61bf1d28e1280aac29, 0xb6fcade1d6acc7381b4abd649ca03452bbceee43b379248fc20548e887cc3d51, '', 0, '?'),
(0xab9c2c4cea716d5cc06a58232e73ffce, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php', 0, 0x00000000000000000000000000000000, 0xd5714b63783a6082c2ffec85dee6b631, 0x390f1f9c00a760cc2facda36f0972eac1ff9587e2f74c397eb27b93347e38df0, '', 0, '?'),
(0x587d1ae6ce09fdeeea3d3b2147942da0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php', 0, 0x00000000000000000000000000000000, 0xcade2728ab3e13a8b35c8fc239debcdb, 0x1d96f92528aad459c55b069b472009d1755055d76158026c7c1db5bbaffa4ba1, '', 0, '?'),
(0xb75617745162d0a8b8c1b0f338da2db0, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php', 0, 0x00000000000000000000000000000000, 0xd893b8d261152972b673160e84aa4e17, 0xff4adb006e83f3d0271dafc1b584beead53387957c785d1444d232841aac35c5, '', 0, '?'),
(0xbde4467e1eedffeae9443bbda0422c8a, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php', 0, 0x00000000000000000000000000000000, 0x0f0129df6f30f270fddc69482637f1db, 0x9ad6419e473aa98256dbc6733504f96d0c3e525aa90806987bab109b3cb5a411, '', 0, '?'),
(0x3455531412ae99898fcd6929770663d2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php', 0, 0x00000000000000000000000000000000, 0x8a70724a00e3abbdeb5731eda801e75b, 0x56e0f499af2ac4e38e7c238b85dc659dd647d86c4a1a796907c6997dcd4e9fe1, '', 0, '?'),
(0x491886276a88675b446d9d80db018632, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php', 0, 0x00000000000000000000000000000000, 0x3d8c949aee3ad6d8beadd46577e124bd, 0x6d89bdf9864596ba358af0ba1dafbff8baf8c8e62a050fdb51be59400c127348, '', 0, '?'),
(0xd2b929134547da54a5c0eccdf8683ec8, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php', 0, 0x00000000000000000000000000000000, 0x43583669afa625d58607f1092d0bbc50, 0x53ca8b1185504bd77f5d4e0955b5f8c966b15ec3b23fcfd67944c6308a799bb9, '', 0, '?'),
(0x57bfe028389e08aae4f5ef7782eea5bc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php', 0, 0x00000000000000000000000000000000, 0x4c4cf6a4b0af2f7560f388f2e5c80a1a, 0xeac82920bafbf13c5854f2a073c7919a384813bd99719cdc1f798bb32dd898b3, '', 0, '?'),
(0x292c12ef099159604ce622b9be2470a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php', 0, 0x00000000000000000000000000000000, 0x726dc5b875e378221393ef830789374d, 0xd4d971187c14252b79f0bada6a15185efc0bf3fcc09e018708e7af619567bf58, '', 0, '?'),
(0xe2e1c111c3072932b63a2049f3752b81, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php', 0, 0x00000000000000000000000000000000, 0x490761e060b1f001c6ba2dea9db4710d, 0x16fe29a767782c83939d90b99d968c39c9afb2f377ad2f863639170258bd98f3, '', 0, '?'),
(0x1383ac8ae4a4f623eb573bb7f9f4a9ac, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php', 0, 0x00000000000000000000000000000000, 0x35d78930069cd6794ad79041342a002b, 0x9e5050e9d2de1937926dbf63350a3d7365542d458b83b7504e14fa647dfe5e74, '', 0, '?'),
(0x6f838e7119b131bb43ad864374055eb5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php', 0, 0x00000000000000000000000000000000, 0xdcadeaaedad8efa253e9b20350629c29, 0x393ed4459e23d506988e65b09260b361b4e5815ea1166797d1d6ca12a1da4b5a, '', 0, '?'),
(0x208fcc7f7d1df37b3f64be14395cc631, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php', 0, 0x00000000000000000000000000000000, 0x8505b19f4dffed6e930a859c78079b62, 0x95289c4715acb74bc1734ab6d2dc7b3a739a3e0c03916d815b0837fb29ee4472, '', 0, '?'),
(0x5fda7b78cc58b2c231454cbbdea4cd73, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php', 0, 0x00000000000000000000000000000000, 0x1abe0d6f000ef7c82072ca3d41795d4d, 0x52decb4a08d321a821dbd0ab49587e69621d9a0372a6097b59fb04b1dc6086d3, '', 0, '?'),
(0xd7abab9eb99f577f75f7e836a64562ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php', 0, 0x00000000000000000000000000000000, 0xdb6e4f8b761ce16febfc1e966ead5527, 0x11af55780eac8933b4847ef69425d0a70be400aeacfd52788a0dac81da918a34, '', 0, '?'),
(0x4d88b83f944cc4233342be7f28614d67, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php', 0, 0x00000000000000000000000000000000, 0x02b4504ef5d2158adfa57861bf07967a, 0xf8e680fc3e6dfa6641a62f80d29141aac0c178514844fe54d380a86cebfa39dd, '', 0, '?'),
(0xe5ba96385687798dcf4b1c354176f499, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php', 0, 0x00000000000000000000000000000000, 0xc469a779e7e75de2b798dcb7530b5644, 0x9aa004b8cf574ebb86c9a74bda5a4e2d5e47c65aeb81f4ccaea10d17d68312f0, '', 0, '?'),
(0xb991e0e3fbed1f25a89be2a295093b57, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php', 0, 0x00000000000000000000000000000000, 0xc21c38275da26711b1a3f48b4ef2c1b7, 0xec330cfc231a9416ae1800a779c920c0415f903120d24ba96212bc5eb2a82fba, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xff6c9cb90a2e18b8fc62918eae92f716, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php', 0, 0x00000000000000000000000000000000, 0xf94290d8ffa01cc39cb8667b759d96e6, 0x434641073d44526363875fba504a09a91ee6c2f5d47fa6356934f97dd3a0572c, '', 0, '?'),
(0xe189c9924c2403a2cbe62f6c61056b7c, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php', 0, 0x00000000000000000000000000000000, 0xa0704501359eee5127da4d6728469b45, 0xf40dd910210ca330c39b0013f9aeeab9dedb8d3138dbb5dbeaab6c0e12a1e010, '', 0, '?'),
(0x1cfcc21899b19d2d5703ec2dd946ea38, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php', 0, 0x00000000000000000000000000000000, 0x4976da5f22c71999bf431a754433345c, 0xed34b6bd473ef8e8c1cc3f3f83272698851f61bdc6a2b5f20e9b412d78e9e477, '', 0, '?'),
(0x9ae9657266e9afcd23e1e787eca54957, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php', 0, 0x00000000000000000000000000000000, 0x3c42470eceac6dc71e5b35e6e52d2411, 0xbe3072d2fc2dbf27f4f999eb654ac6059f2c5832e2291268e354791aaa6ec819, '', 0, '?'),
(0x6a14967741b408734a68c1005a267b2f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php', 0, 0x00000000000000000000000000000000, 0xf36f52e49f662d79a2aa321fe5fa366b, 0xa260ba5982e54469fe0918843de9e4f3a69e6ed29ab1d0c5228dc0e0e96ca0ed, '', 0, '?'),
(0x61f3e9b9c886c2e6c05e1459f9cabfe6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php', 0, 0x00000000000000000000000000000000, 0xde254c2fcd4244c0564a83ff93cb1881, 0x3537d67286b46e01c6929f50970afbb8225f90638b62bdac2088b7fc94705d68, '', 0, '?'),
(0xe6f1bf1b61cd34427f1a3e238b7d9bca, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php', 0, 0x00000000000000000000000000000000, 0x7264d8110643b1fb093c4f7595f15393, 0x63e91d0d754e7206e23acd4e56642d6ff1f03dc9c1502dadc977526371883bf8, '', 0, '?'),
(0x22a4d5bb3e894c693f06aac2337f6ca5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php', 0, 0x00000000000000000000000000000000, 0x6b4bf6cbd3bcc6320e2e42c6efbeec96, 0x3ba3e85c09f4d23e3d082badd31e5c72bf420f1352abcb0a4e2b533910aa3962, '', 0, '?'),
(0xf638f58e15eb4167fe99a9159d786198, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php', 0, 0x00000000000000000000000000000000, 0x232d6563877ada88b94355fde3ce3b14, 0x73b0253a0b8dcce88460492daa4e9d8b1e1bed9f3b3bd5b03ae9d2faf78d681a, '', 0, '?'),
(0x10c39f417f8fc66f9596e7c8264ec5b4, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php', 0, 0x00000000000000000000000000000000, 0xfcc44c8b628b5e0d8449ab9122c988bf, 0xc6c5352caf7b27b53317c4a152e6ba7f7ebc6e756e0534b295ed3e1371f25ccb, '', 0, '?'),
(0x5693ab7373abdb0e3ae580a40fb73701, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php', 0, 0x00000000000000000000000000000000, 0xa32839c016f0889e7d604648d8a7f156, 0xe895c1f9ec7712c88b1dbc75309898d386a816b5594c2d0745c362e6a71076db, '', 0, '?'),
(0xda07a2470d953687c466fa4c762dace9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php', 0, 0x00000000000000000000000000000000, 0xd099e7ceccc25f30e9d8c97897b6f8eb, 0xc6298a4382ae0b0be3a194873d9cf48500702cdd517a83e454ec21f4f5fa7f6a, '', 0, '?'),
(0x2eefeb6fc39e1eb7cd5b6f4404e5e5ba, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php', 0, 0x00000000000000000000000000000000, 0x088f310520db3381911835419e3a3940, 0xc3b5826ec9f3bd5bf247656282fee641dfc23d647a091396c8c0a7f470b93d07, '', 0, '?'),
(0x624841a65ab3cf87cf65a232cf9df0e6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php', 0, 0x00000000000000000000000000000000, 0x262476990ca1bd4bec7f80a5a809fb27, 0x6ef5f18efc3e5abf773b697deaed42482c2ac4f91b99c166b822dc53647cab79, '', 0, '?'),
(0x2ee688ca514a0ab2a8d629e0de9be9b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php', 0, 0x00000000000000000000000000000000, 0x1c701ab2052ae21f50416c2d3fdb3ce1, 0x32acfca2e19f67fe3a4e11c442013d90657c605978e24fbeb9a84faefe9b9634, '', 0, '?'),
(0xd66333875b068856e7f0caea8d41e729, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php', 0, 0x00000000000000000000000000000000, 0xf71fe846d04c895404dc21eaa1b448a3, 0x9b432019079adf7fd92018d7695f24be3ba1c82a4b4eb7da08f33943ae75d71e, '', 0, '?'),
(0x22629b536d644c399f754825ee21cd95, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php', 0, 0x00000000000000000000000000000000, 0x563e713228a8416f72b7b52933451612, 0x9c0aff2ab0c93f8ffb9922d252d3b56f558a4ba13e4eb1117ad774db5fe247b1, '', 0, '?'),
(0x0f572944528509fdd6d6039b19d878e7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php', 0, 0x00000000000000000000000000000000, 0xe2842d8ef4f3f2015d6b299b328ae919, 0x1490eb2d4dc6ca7762153f549d9a4bbae882b2ff3ecd8466d39390b629ccdc83, '', 0, '?'),
(0x0d1de80a32c1ac5448ffb954e2e855da, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php', 0, 0x00000000000000000000000000000000, 0xa4fab908caccd5a4be79af6f0d34a60d, 0x6a308d8df701a592bc3be497741b9af370eae021c69e985198bd0a804947b40e, '', 0, '?'),
(0xa50f7b27663ebb54eb27009491534ab2, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php', 0, 0x00000000000000000000000000000000, 0xa8d19afcbba534116a41adfb801a599c, 0x8b3692bba650f1f2f11cc37e7bb60d9c705e5a831d2f61f06fd47b4caa3ab878, '', 0, '?'),
(0xd7e27340b332ca94654ffc04878ce611, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php', 0, 0x00000000000000000000000000000000, 0xe3556699755151eed3bb2f24e8c1ee0d, 0x87eab45b1c27e1452d307daee36bef0954af12b367c0940ab7906413eb2908e9, '', 0, '?'),
(0x6b25d753c7d9b97a66cd4b1845018e63, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php', 0, 0x00000000000000000000000000000000, 0x3f30260e568ae2d2d9f08edb9cdd93c8, 0xb970df1a5286e4706dde91aed3bb5cd08efecff9674b296ef6ec5b59e5324a12, '', 0, '?'),
(0xde2023b52a13fdc2b8f0b833a416d2ed, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php', 0, 0x00000000000000000000000000000000, 0x045a131dca82f5932c8f0babe3f01d3b, 0x3c47ce2b05e3dd50795dae58dc6d62d4a83f7229ed817e780d43ff793f8104a4, '', 0, '?'),
(0x55d02b6513e2d306165ab44315cf5869, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php', 0, 0x00000000000000000000000000000000, 0x709369a8cdedb8203d023000f204d76a, 0x48559c9843b351187ea5043a183e1168debd74399b118ec792779f8a51441399, '', 0, '?'),
(0x3af07b115f3c1c1490ba64da461738d5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php', 0, 0x00000000000000000000000000000000, 0x17bc9389a11830fee54d72632e20d9a2, 0xb5a4dc6cae351c1ac72be40f76603830d0efff288d5bcd286e4a305b8ac20105, '', 0, '?'),
(0x4e59d13eeddc2f71ce1921f4f77773e9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php', 0, 0x00000000000000000000000000000000, 0xcded6f4afd117244a71a8cd5d0863f30, 0xb9af2b12b9220298ed4c71904578faac96e29e93f1cd0a2c9b3d3c8152e7f6fd, '', 0, '?'),
(0xd9cb13d6152aedfcfe67cac0b30651cf, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php', 0, 0x00000000000000000000000000000000, 0x400852356f52cdfa29144fb6b2e93523, 0x80b9ffeafd79e456157e1303f1d77b84f2609019d5594f915ab0394a31367232, '', 0, '?'),
(0xfd0ff651def6498ece6038b46dc64417, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php', 0, 0x00000000000000000000000000000000, 0x9b3d2b2161f8a788f491956aad378f82, 0x1fcff878b6eecbba649556893597879b4f64d114a2fe8a58acc28d0f5c068c57, '', 0, '?'),
(0x5c523a0ffcfbeaaf067407cd3c572ade, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php', 0, 0x00000000000000000000000000000000, 0x79c9ee2eb851024fba411fa6476b35e6, 0xfdf26854b2729e63908c56858864a69f54b5f129d52f5c77f2305cf5f8dd521e, '', 0, '?'),
(0x578b86dd973140e4360c8b25864f2939, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php', 0, 0x00000000000000000000000000000000, 0x5eb9c796794664f0bef391494f83bfce, 0x0a760738272d0f9856e2fdd1a1524828ec907427d34199aa1229214248c28ce2, '', 0, '?'),
(0xfb2157e38e83cf54e7e0006140a3ec6f, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php', 0, 0x00000000000000000000000000000000, 0xc2439fba9df52f72259dd69ea5f1368b, 0xf2bc269e3be40701fe4318cf12f4e5497c7500dd08460a60bbf46643a9cfb106, '', 0, '?'),
(0x870b45369f2d6f5efce249203618f1d6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php', 0, 0x00000000000000000000000000000000, 0x876bdf847b3de1616a2316ae3f54d29d, 0x7a08c9d4123f13cef2d5b2470327178f32eccadcf2f33df36e0870538b4383f5, '', 0, '?'),
(0x3504c21fc4cbe3286fad26d3213220dc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php', 0, 0x00000000000000000000000000000000, 0xcf1efe590b5dab421138618c9193b480, 0xb6be9e6769c7cb46a0bcc4bd15bc72555a15e6e57d3c41974872a3bea84873f5, '', 0, '?'),
(0x3ad274c6f00791eae82905bb953c7597, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php', 0, 0x00000000000000000000000000000000, 0x904c87b1024f8627b77e712c96efbc79, 0xbc20b077665d8ff88c70e367673639efaa69e4ce653f2c6726a5ab14d1dc7340, '', 0, '?'),
(0x048dedef244fe5f2a6760028ac018bc1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php', 0, 0x00000000000000000000000000000000, 0xc919b10bfbe18424166bb7c28ffb70ee, 0xf132c61f1d68d27071701b5c8f2837a4b590581f342408d1a22396f0d3e7961e, '', 0, '?'),
(0xd7e2c40df7d8ecd535cae678c973f2f5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php', 0, 0x00000000000000000000000000000000, 0x234ff9a985de809eeb230e95cc32e399, 0xc4707aa633fb2c1a662cbe4766917d65b969f30d009955cf28cb4d250db093b2, '', 0, '?'),
(0xf72216a398df753bef4eec5e60d8a7a5, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php', 0, 0x00000000000000000000000000000000, 0x5601c19002ecb4a4c6b8424853142a95, 0x1ff4e3734126e3b0859a25f6c65bffcf3a4084a5c701c553e0fd478ff60cdf63, '', 0, '?'),
(0x40cd7312f175849f4452db3eb353438d, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php', 0, 0x00000000000000000000000000000000, 0xd9e90ee4ca1aabcec2d1743466451634, 0x7eb493f8f2e0670b7a7cd9f0361a40d0862821664a3fa25c6c658b2bc87e10db, '', 0, '?'),
(0x6a7c334c00d922155ea07c8be7a7a35b, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php', 0, 0x00000000000000000000000000000000, 0x5ee9528a94b6753e64e111fb0afae505, 0x1568608a315d01aaa6c3d64ecd9dfd9921891d59ba4bc6466206f409fceee6fb, '', 0, '?'),
(0x1f18282ba54c1757e6ca17b17e00c7a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php', 0, 0x00000000000000000000000000000000, 0xd2cf4ab9dda0d68c8822f66490a5ccc8, 0x9fa649a17ace57b37355bf1a1011dbdecc403f93c17a47a6206900594cc58d5a, '', 0, '?'),
(0xf5b6ed1bf84432af6434e1a9c5641879, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php', 0, 0x00000000000000000000000000000000, 0x3e7254d1a0f75a5bcd41e8918cbbb872, 0xc202f38286db1b6c00103baae4bb443dc3bddd16a42eacacd1d75a6348c0089f, '', 0, '?'),
(0xb255eb6a0dfb9671b0db9b4be80cd014, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php', 0, 0x00000000000000000000000000000000, 0x9a298d146f99db9c59fa1cb57155b569, 0x51dbdcfe1d3ef2238f87a794b2927d05aa814e45e4521161293238cdae6b8c62, '', 0, '?'),
(0xac51fc1c36cc4235158f723fac162239, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php', 0, 0x00000000000000000000000000000000, 0xef49be91ec40fa570659a1b4e5b0fed2, 0x8250bed2434fb9518ea78410e6b72bcbb1026131d30eb2faef7b863e956a102d, '', 0, '?'),
(0x0bd8bcd2877267dc33b3240e2a819725, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php', 0, 0x00000000000000000000000000000000, 0xb91a8966c86f78b2e9692e79be7c177e, 0x177e1404a3a60a120d4e4eadca16a4d47345406cc4718609781023f8537a301e, '', 0, '?'),
(0x2ebc8079a5e3ed1989c77db792d3e3a6, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php', 0, 0x00000000000000000000000000000000, 0x8ba9680f626372393235917af0443345, 0xf8490ae3bff0ab09799ef87f0574b77c8b9d6938dfb319a47179a4da1c204947, '', 0, '?'),
(0xe736f6d782121a6f249354bca37cdee1, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php', 0, 0x00000000000000000000000000000000, 0x444ef34e73424994736e1d750f55c886, 0x867e197b889d3b624a172f01d489e0fdce02cecdb6f72f502d75a39be7b2a011, '', 0, '?'),
(0x35fd8868635d5ff23f0646524214ef58, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php', 0, 0x00000000000000000000000000000000, 0x350efaf74db48027abc8b76f00907269, 0xb888e9ebda0917690b775048321a5c28fd92a0f2de6c9eef28db65c7757168e4, '', 0, '?'),
(0x67d358c6dccc38cf8a2d1b41f5d91b2e, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php', 0, 0x00000000000000000000000000000000, 0xbbbae5a6738feca13f90c86b061ac14b, 0x829c3d5ef12bfdbdf66e5a7c9c40ff9c4e3d99ff5a4b24fc5321e8bc18527827, '', 0, '?'),
(0xb42c51a81b2202e6d574e13788036eea, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php', 0, 0x00000000000000000000000000000000, 0x424415d49d0ba220bfe55c9f0259b3ef, 0x6c3030721e973ac84f569fe538b76a11f4d20c6cb888f4812884e5aea568bf1d, '', 0, '?'),
(0x5e8a81d095bbd1eb89b397076d788ccd, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php', 0, 0x00000000000000000000000000000000, 0x80dfc54306a54eca77bd94ebb10c941e, 0x31c8e5b5db4927bef6a0fd010b2da08609b0901fec50504b3c668eeb3472db52, '', 0, '?'),
(0xe32ce7dd852b5b52585837db8fe4f3f9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php', 0, 0x00000000000000000000000000000000, 0xc60492ff31c886752a980da5e64e1e2e, 0x15e3ac5d5f18fbecdd954d7096b76ddf0eb1423b79e961ce7aff9017154e1137, '', 0, '?'),
(0x8216d41dbb79642b300e79f3609ae828, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php', 0, 0x00000000000000000000000000000000, 0x989fad1d9a9e32edec9af4e7cdfa29e3, 0x6b83b2a632e1ae3f7d6922680e75331e4c0975ea9e73f4dc1ef2425d68ad5e7c, '', 0, '?'),
(0x63a6fad2bdf005fd561c2508246ee9cc, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php', 0, 0x00000000000000000000000000000000, 0x1e3bce66bdd2ee5f89c56c6626094fb3, 0x14cbd20630b546ecebde5de78f2e6d85ae1bea0c6876ab80725883aba9efb601, '', 0, '?'),
(0x5de84932079f201c0608e8a6223fc021, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php', 0, 0x00000000000000000000000000000000, 0x10f015c1e8b0c63104e7c7ddb81a465f, 0x3afb2a9f29f9cca228e0873a426800087320c98bc405b925a8370ac6fb4f6b59, '', 0, '?'),
(0x5f9f8a2331de9f4a480e70f0bc1143b7, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php', 0, 0x00000000000000000000000000000000, 0x098adf9ce46c6c999d4fa7fd2f430c2a, 0x78a2659fce92ea77b4b21b8a7f008249bdfa99406f1ddfa3aecc3c08f47b6de6, '', 0, '?'),
(0xbb9273d8bd346adbb058049147b0c2a3, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php', 0, 0x00000000000000000000000000000000, 0x6e143ca2cda7ed73dd43a5976f47e676, 0x8b131432678b844cb01f7c08fdb7d39f1695cb96150697cc45a682b4f39bb61a, '', 0, '?'),
(0x6b3a040debb74f25673d38dd1cc785a9, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php', 0, 0x00000000000000000000000000000000, 0x0f9380f680c67a7d6e6ab5e46ccc5298, 0xf69e0382449543fdf13270fbee4ba5b9abeb1978aaedca649d40f5e88e7bc8d1, '', 0, '?'),
(0x1685a806f9febeab595a3c59a877c542, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php', 0, 0x00000000000000000000000000000000, 0xa8f00b468be68ccd152942133e5cbb07, 0x5863f07adc42ee68846b815bb662ea13f9c1894e759170d1928f03e91cf261cb, '', 0, '?'),
(0x05af1ec618416c0bd4e16f46f8aa3ccd, 'wp-content/plugins/js_composer/index.php', 0, 0x00000000000000000000000000000000, 0xaaa1de3f6c9aaab8acbe8abf30384b0b, 0xa908493149bc0f6c9400da91f2fbe9aa47eb9fa1246a7340cb55e8c784244077, '', 0, '?'),
(0xfb491ad125f49eb3f886784b257b6b31, 'wp-content/plugins/js_composer/js_composer.php', 0, 0x00000000000000000000000000000000, 0x80595b9d2f9636b67d55a64b62378884, 0x2756eac7754ad111125e0a3e013bed6278096afec8d09afb3860ceca88b0ccf0, '', 0, '?'),
(0x53ad2e5c06324409164b7e614645977a, 'wp-content/plugins/js_composer/vc_classmap.json.php', 0, 0x00000000000000000000000000000000, 0x42465f8419d178d58c4d7d2c01b1a6e4, 0xab02754c5419c96582edb12190d145d6903ec3d9862f3fc9bf699d7d24959831, '', 0, '?'),
(0x28fc37bfea2d3af1bc59705487d70a60, 'wp-content/plugins/query-monitor/LICENSE', 1, 0x00000000000000000000000000000000, 0xb18004f797bf44bfaabd04b62fc006ed, 0x764807b4a3503be57b6d1f4695f553e80a9f40d8d3830293f78249d5159af88c, '', 0, '?'),
(0xc46e41e02b40e425f42fff1d18855e65, 'wp-content/plugins/query-monitor/assets/query-monitor-dark.css', 1, 0x00000000000000000000000000000000, 0x5eaa51b16e766e4da2a4f0b82ea16b65, 0xe9591de174ac6e95f4b2beeea715866cb10696ebf6017565cb2a6e96f9f60b1e, '', 0, '?'),
(0x73e70bde8281cd1f37990a7f3df30344, 'wp-content/plugins/query-monitor/assets/query-monitor.css', 1, 0x00000000000000000000000000000000, 0xac712eb0243785900ba680354b5317c8, 0xf33e072275cd7141de7e7ed1b604499a90b6de02a49858af634c1e2809a2ce2b, '', 0, '?'),
(0x8f4a7fa53a3934e4ef641067e64508fa, 'wp-content/plugins/query-monitor/assets/query-monitor.js', 1, 0x00000000000000000000000000000000, 0xcbd1b1052fecd7a6adcd83977f118bdd, 0xc833a0c5ae79fe2effa0950b967da6dccc82e8b00a2b4bfc387b87b9b6ae8195, '', 0, '?'),
(0x2b9b8eb9bc93d6fa73452883acf705b6, 'wp-content/plugins/query-monitor/classes/Activation.php', 1, 0x00000000000000000000000000000000, 0x92170b1a30d13b4c4a1a265e717c1a69, 0x786438f81e5df5dfeed7c9425b608ad635bbd269db3142370bbc5ab3d8f2362f, '', 0, '?'),
(0x17bdab16ee9f8a962b794278e9b63c1d, 'wp-content/plugins/query-monitor/classes/Backtrace.php', 1, 0x00000000000000000000000000000000, 0x3944671e875c3781b57ac831804e560c, 0x7f459e19c413cecb471963e0b9ef74d8b23bd97bb9073a0fbcef9234b0ee3744, '', 0, '?'),
(0x157ab54a37e4b2977fdc9a3165cfb629, 'wp-content/plugins/query-monitor/classes/CLI.php', 1, 0x00000000000000000000000000000000, 0x6bd6aff4cb47cb06bc6796b7f510ebe7, 0x1bcf205d894483f18d88802a6db6e6e391ec6193a7e6d464342073157b33ac19, '', 0, '?'),
(0x39e18dd560ab7511a5b869f2fe561b8e, 'wp-content/plugins/query-monitor/classes/Collector.php', 1, 0x00000000000000000000000000000000, 0x3e404331384b35be6068294329ccb5cc, 0x22ca2824d2e2dd80d20f8d00f4cc7975dbebc73958d402bfdc703525c81662ff, '', 0, '?'),
(0x3773b23d1508ac9be886c35d388cee04, 'wp-content/plugins/query-monitor/classes/Collectors.php', 1, 0x00000000000000000000000000000000, 0x82fcd77bf09dbe9b64111e3890db139d, 0x0f6af7074a4413fb4de99639d16394dd2b43077eb6ed26d7fe5defb5a5a8bfda, '', 0, '?'),
(0x4c5755eea9962ae7d21d6140517a44f0, 'wp-content/plugins/query-monitor/classes/Dispatcher.php', 1, 0x00000000000000000000000000000000, 0xb7f15886cfa373aad80d5e0bdf12efe6, 0x8ea794b4357b303c75613bef17bee8df4958bc6e069ad0c3ac7b24c7cabb204b, '', 0, '?'),
(0xaf8e8f8611cf06492aa3805c394498ce, 'wp-content/plugins/query-monitor/classes/Dispatchers.php', 1, 0x00000000000000000000000000000000, 0xb74f69ff85a12bd7b82ef3ad1d424ad1, 0x5ee043d8e2d9c69a590beb2b1f513b726bf21d62b78e3d72eb4cf100ca7bb86c, '', 0, '?'),
(0x9b0d9885a375e45cbf0d876bcdeee538, 'wp-content/plugins/query-monitor/classes/Hook.php', 1, 0x00000000000000000000000000000000, 0x4e6f7d81c699f7f88b334845f33f6fdf, 0xb618974048b95673ac70319beb22859c8804b6c08e697150c99ecbe7e602ccf5, '', 0, '?'),
(0xe31587d8c5cf69b13b14aeb40f44c9c9, 'wp-content/plugins/query-monitor/classes/Output.php', 1, 0x00000000000000000000000000000000, 0x3f71ecc8fec2e38b4865d4272669fa33, 0xb94501c91d45f708a512b8a15c811b3cbc02e60508975222132002a9ccfa7e6a, '', 0, '?'),
(0x92daec298d6bdca9e5c5495c22afa6cb, 'wp-content/plugins/query-monitor/classes/Plugin.php', 1, 0x00000000000000000000000000000000, 0xd0bb5f61207a366ceb2cb8a5dd5693ef, 0xc93fad32e0c0f975c6ce1ae0d50a9baf54aed39b8a54f6d06910c47721c3a9fc, '', 0, '?'),
(0xcc8a04ef6ad9f950302487a68b9e3d66, 'wp-content/plugins/query-monitor/classes/QM.php', 1, 0x00000000000000000000000000000000, 0xa43077aeb2269f0804c0b675d54c1a9d, 0x922b9762d96ec34cbb2934e87f5912b6b832ed72ca37f58c9f4dff11af6a342d, '', 0, '?'),
(0x5ebe756ac3df0ae85970306ce5ea3cda, 'wp-content/plugins/query-monitor/classes/QueryMonitor.php', 1, 0x00000000000000000000000000000000, 0x4e0764a15f379e9b173e7114f7ed9ca4, 0xe89d2c5f50acdfaf856e150526ae028dfdd944f58aec66ca92b638a604b3f06b, '', 0, '?'),
(0x590e2d0a3e693e2be770189486cd9018, 'wp-content/plugins/query-monitor/classes/Timer.php', 1, 0x00000000000000000000000000000000, 0x78953b2fb6f6a58fec1326c9c8886225, 0x21bd19714bf73a4b83fbef776260769842aaa4b962216312084f1d957dcdc2c6, '', 0, '?'),
(0x98c3d90190c71e2bbf306dbf814b4354, 'wp-content/plugins/query-monitor/classes/Util.php', 1, 0x00000000000000000000000000000000, 0x173f2ea4ebe80ef2ffe9eaa3ab829d6f, 0x3ea5aa87767516e1353d680e525a01eb057a717e0ebb3ec6581ad0dbd020a0e5, '', 0, '?'),
(0x8ed2a3013feceda316b6a8141587ebba, 'wp-content/plugins/query-monitor/classes/debug_bar.php', 1, 0x00000000000000000000000000000000, 0x4d42ea124bf76152d88e2296dbb4c4b3, 0xfb0184011a9e7196219a224a611bfea187851ed6210fe4a5b1194e556c8b6d08, '', 0, '?'),
(0x3ebd39414fa44e60086030f4217aca08, 'wp-content/plugins/query-monitor/classes/debug_bar_panel.php', 1, 0x00000000000000000000000000000000, 0x325d3f0c0bd62bb4d513f370f7bfbbb5, 0x86e0e4d6c64a7130a42d0eedfd33d22e4cd5aedd333c33a9a47e2c566aa7571a, '', 0, '?'),
(0xb3d32a172a44c371d43d2ac9f8b017a2, 'wp-content/plugins/query-monitor/collectors/admin.php', 1, 0x00000000000000000000000000000000, 0xed58f9af65b6c69db41f3a6dc016f6d5, 0x3c2ca9d857ec1427d4cf244ba95453f5b5c8243287def65b9d326a285b2054d2, '', 0, '?'),
(0x7aeb8bd0499f281274fd89b19de7f33f, 'wp-content/plugins/query-monitor/collectors/assets.php', 1, 0x00000000000000000000000000000000, 0x56ce9a1f6da35d1df11bfea5750991c8, 0xb68550bc13d9ffca15c57c562bb98f7203ad26d93f5e93449ce890835b8bc6a0, '', 0, '?'),
(0xa104523080f489ba751702d940a84ac5, 'wp-content/plugins/query-monitor/collectors/assets_scripts.php', 1, 0x00000000000000000000000000000000, 0x13f19d099ab7d1e22ed807d8cf977be5, 0xecd2b36592d66585ab644d1689eaaacf9e05747fed1d55ad97638878d07e8985, '', 0, '?'),
(0xcbed1840310f93455c39b5d48c7b7ee3, 'wp-content/plugins/query-monitor/collectors/assets_styles.php', 1, 0x00000000000000000000000000000000, 0x75dd173bd915a75b02c4e40572734500, 0x8bd4904278351408a156d36c78a1fda9462325d29f0163e75660c04c2fa71dde, '', 0, '?'),
(0x662ad450a99adf048dac05726ec34d09, 'wp-content/plugins/query-monitor/collectors/block_editor.php', 1, 0x00000000000000000000000000000000, 0xccfaeb8b5c7957d9ad7dfcd5084bd06d, 0xb28f6a0f5ef6123e17f30270b917912eee822157005885ed06710edcc91ce3f5, '', 0, '?'),
(0xc5429d8d165c3425a552110a0099d90c, 'wp-content/plugins/query-monitor/collectors/cache.php', 1, 0x00000000000000000000000000000000, 0x58110c36ed7a70319ceaafdcc9f9a499, 0x27016657833c2b2eadf0420a18f4e1e8e8b85a1f13bf09cb9f8b9f62d8c94281, '', 0, '?'),
(0x4eb44e09329552fa75e8b8d0a1b0c9b3, 'wp-content/plugins/query-monitor/collectors/caps.php', 1, 0x00000000000000000000000000000000, 0x4dff50d5fa6c6ea74136680219bc11bf, 0x23ad0c797296f58a9efcfa803dfb301d415f12d6463494ef548520eac9befacc, '', 0, '?'),
(0x65f54a9155247f9b1189aa1b1badb2db, 'wp-content/plugins/query-monitor/collectors/conditionals.php', 1, 0x00000000000000000000000000000000, 0xb7d50d30f64aeb720e1fa10ec640dfab, 0x6e77f9d0cb0d55f403309c4d76c7014c7e0094bb5f579cf671fe7802328c6dc4, '', 0, '?'),
(0x4750fb47dee6535e77d4b58b877ad64d, 'wp-content/plugins/query-monitor/collectors/db_callers.php', 1, 0x00000000000000000000000000000000, 0x938db792bd49a68cbfa71aeeb6d4bc8b, 0xee00b07ec823f13a140d039bbab1be0fda97c8e38799378c78383a033fbadb14, '', 0, '?'),
(0xbf087dfbed79f1233bfd8c439507efe2, 'wp-content/plugins/query-monitor/collectors/db_components.php', 1, 0x00000000000000000000000000000000, 0xcbd9b49f936bcc28b11717c23dd9f7d6, 0x3efc6abd9c96ccb5c8732b61108320d9ae0cde518f04b1a1e054fb552a040cbf, '', 0, '?'),
(0xe622b19696b493f3aa4c7de50134befb, 'wp-content/plugins/query-monitor/collectors/db_dupes.php', 1, 0x00000000000000000000000000000000, 0x35a28f94db5a523cd340680f79d52fd4, 0x5df7be1407350a82f2b8e8362cc8fd19e4a33ec42620ec5df30fd1afa0359c0b, '', 0, '?'),
(0xed2c235967976b4e270ace963f2c3dab, 'wp-content/plugins/query-monitor/collectors/db_queries.php', 1, 0x00000000000000000000000000000000, 0xfc0e29d8f66f560dfe0dae116b9c32b3, 0xac18153bdeb9867289c87d52ec926206c90b0bbc2e9df4bb183e5e8d82d28bef, '', 0, '?'),
(0xcab2d581ba58eb74560ddb3197e372fc, 'wp-content/plugins/query-monitor/collectors/debug_bar.php', 1, 0x00000000000000000000000000000000, 0x835e601ee09cb5e607909169d8be947a, 0xde62a62f02e14412b7405d3fadee31686af989541ced6ccd87de309c96030610, '', 0, '?'),
(0xfea4b2c238829ef99778f98e26c09fcb, 'wp-content/plugins/query-monitor/collectors/environment.php', 1, 0x00000000000000000000000000000000, 0x9944df8713adc8aa45304238c7a1ff44, 0xe8cb906eb901e9dcf2cba8197ccfb29d564d07dcf7ac6fdbf0330622e454b127, '', 0, '?'),
(0xe3d3e37f56ac73023d38877d346ac569, 'wp-content/plugins/query-monitor/collectors/hooks.php', 1, 0x00000000000000000000000000000000, 0x8435a7200da601756fb92c534768a3db, 0x6ff6c6fa9d11f48aa0a6055ad0d3cc4c4140158a9a6e49736555b4180c4ef95b, '', 0, '?'),
(0xbe09c7ea7ab798be67ed85566c4bca6b, 'wp-content/plugins/query-monitor/collectors/http.php', 1, 0x00000000000000000000000000000000, 0xe679a6a9df11dd1d6e9219ca43596f3a, 0x39c24426e316954caa5e65de213a74bfd491d5d0daca2e4b2b55947c7a95bc71, '', 0, '?'),
(0x9c378096137913c86420a982111ca3ca, 'wp-content/plugins/query-monitor/collectors/languages.php', 1, 0x00000000000000000000000000000000, 0xb3e7a84b8bc9d8f9de7b1e11a7a2f093, 0xe2b4a34af011488972a1556201d59c4eac5c0c1a9dc674dd35f96091a07ac1fb, '', 0, '?'),
(0x699eb790e20dc1b4a7d3245579bd9a9b, 'wp-content/plugins/query-monitor/collectors/logger.php', 1, 0x00000000000000000000000000000000, 0x79bdd8ad4dc372c15586bcd76c533f11, 0x8990b983809c2e8af317179d17c3d3c6a947204f205cdbea523055d85946e833, '', 0, '?'),
(0x016298221a883710be5ce1e3ee001ed8, 'wp-content/plugins/query-monitor/collectors/overview.php', 1, 0x00000000000000000000000000000000, 0x9d81600597305202b09c3516dcf5074b, 0xcffc939164166dfce7f1818bea95a0382a017b85afe50cf31c9c62bb87daf650, '', 0, '?'),
(0x31cad803f7d0e4f115ce5f089576100e, 'wp-content/plugins/query-monitor/collectors/php_errors.php', 1, 0x00000000000000000000000000000000, 0x879c85554858948e9b30c6ae276939a5, 0xda900457d9665262fd40518b6134aeb428811a4dee17f451e52d24f38ee83854, '', 0, '?'),
(0xbdc6a788fd9cf8e9e6304c6938349c90, 'wp-content/plugins/query-monitor/collectors/raw_request.php', 1, 0x00000000000000000000000000000000, 0xed2b1189a0d4f49400aa9207d431fc48, 0x83cdc1691c4812af848773fc4251bc9f820b0ca37b383efe11588ae9b0275225, '', 0, '?'),
(0x61ade704899e6756ccf9606912b0d307, 'wp-content/plugins/query-monitor/collectors/redirects.php', 1, 0x00000000000000000000000000000000, 0xfd4722ef633123af7798c572a29e4a40, 0x0820042b2d1130b15ac09eea6f47af7d2331aafd226c0712809d6f350d1254f2, '', 0, '?'),
(0x92545cc1a716e2f00e6de809ed6d1d12, 'wp-content/plugins/query-monitor/collectors/request.php', 1, 0x00000000000000000000000000000000, 0xf2f16d843784e90cdb63cb93cccea9dc, 0xe2ba885bd834003491200fc09700346f61cb9db540917e8d769c855506c2cb71, '', 0, '?'),
(0xc265821510c2c8c4443e30a5f8b89332, 'wp-content/plugins/query-monitor/collectors/theme.php', 1, 0x00000000000000000000000000000000, 0x48f8cc3bc3c2b8ebe70585545bc1e987, 0xdb98f396cb6951dc9c61d0e0ac992f42f4204f2c2b4f757ea869483e6016d7ba, '', 0, '?'),
(0x81f28270bd73265ddb98a9d926ca4007, 'wp-content/plugins/query-monitor/collectors/timing.php', 1, 0x00000000000000000000000000000000, 0xbbda9c4679357ee7e2d79ca854bdc6dc, 0x4f5a1d79abd734f47155f00239128b186b931a364643a102ac3e61231349531e, '', 0, '?'),
(0x8853427371452a8ac3bc7749d512cc3d, 'wp-content/plugins/query-monitor/collectors/transients.php', 1, 0x00000000000000000000000000000000, 0x59255e3669b942ffe0bc363fb14383d6, 0xec23a3539310f583a10178470bf9845ccfbc11535889420f1f37a5980a286e42, '', 0, '?'),
(0x85f6f485f60834b0d416c67df806a30c, 'wp-content/plugins/query-monitor/dispatchers/AJAX.php', 1, 0x00000000000000000000000000000000, 0x508840fb9885c618650fac69eae73f19, 0xd4ce000686ae7d888d0d4b83d136c00c84a87d574364c1603ef1a8eeb00925df, '', 0, '?'),
(0xd4016c9d85db804dc1a18b16a9ffb1fe, 'wp-content/plugins/query-monitor/dispatchers/Html.php', 1, 0x00000000000000000000000000000000, 0xf304981dd27f588d7a73430af2585cc7, 0x782368fd55ec36e1d1e61407fefc7899e77e9c7fb25155fe56e58e2f61148991, '', 0, '?'),
(0x35aae739c38c20e3909f2505cb41571b, 'wp-content/plugins/query-monitor/dispatchers/REST.php', 1, 0x00000000000000000000000000000000, 0xdf8c3ec7c58bcdb6b12ab91ee8d4c531, 0xdec5678e460e719eedce8a505f8b7e01d66abe7a0b6dc5857f62a32db4f8a8b6, '', 0, '?'),
(0x5e525973a6377160216bfd5d39d302d3, 'wp-content/plugins/query-monitor/dispatchers/REST_Envelope.php', 1, 0x00000000000000000000000000000000, 0x1fe5c9a8fb9ff1ac0eec4ca5527d249f, 0x9417caea4cb79738b734b7988835e8535083a8fb7b98a8e19aef29555605c1bb, '', 0, '?'),
(0x341d5849429c7cc752809addf11cb69c, 'wp-content/plugins/query-monitor/dispatchers/Redirect.php', 1, 0x00000000000000000000000000000000, 0x76183c099d6b8f8945b29f014beef6b6, 0x6845a0e569c8b3699cbd21d8977d53636997fcc45e8ec9e1dc0a0bb19f38b0c7, '', 0, '?'),
(0xb5b96e9740c577661b310f2832e34ee7, 'wp-content/plugins/query-monitor/dispatchers/WP_Die.php', 1, 0x00000000000000000000000000000000, 0x0de7e9374b78b9566a2f2ad584ef6448, 0x551d8df467fccb297357723aa0a54ce63f2678edab056bc20c157b9d1671767a, '', 0, '?'),
(0x798e9c6f7925ccf9f9976c5a7cee0f57, 'wp-content/plugins/query-monitor/output/Headers.php', 1, 0x00000000000000000000000000000000, 0x98bc3e0cd07a3808efa200d1c8e5fb8a, 0xaf6131e8a505b9207c1fc8536a505b3c42b234dbcf910e937bc5c8e78f5618b4, '', 0, '?'),
(0x2b8cb194e766bcd36d897549eb71a910, 'wp-content/plugins/query-monitor/output/Html.php', 1, 0x00000000000000000000000000000000, 0xc999c97ab6a445a8db735233197c295d, 0xb7f04e8a773338e9ded5dc91b6e93bb569812682bcafff7777807780f3312402, '', 0, '?'),
(0x4069686085c8b0af08212efdd24107bd, 'wp-content/plugins/query-monitor/output/Raw.php', 1, 0x00000000000000000000000000000000, 0x4b6e64cef78790fb81a6c23a8ef063d4, 0xdc16b14c2c19c919bda7559b4c7d376e3101519bc96edfa33e7cdb9bafe85cb9, '', 0, '?'),
(0x4411c4e07525a8cf7ddfd05f9c8832c7, 'wp-content/plugins/query-monitor/output/headers/overview.php', 1, 0x00000000000000000000000000000000, 0x31647bd15a80a07c4773e41a5de7ceff, 0x35f43825d79d30043f250cac9d42aa4ba576abd1cc94b79e6b756ffadc1b91f6, '', 0, '?'),
(0x7e1dc8ba5cd755c9a9d0ee57103049ae, 'wp-content/plugins/query-monitor/output/headers/php_errors.php', 1, 0x00000000000000000000000000000000, 0xf83d9a12d44f44abde207650d12785b2, 0x83b24429eb3ccfa5d1e1c52b0040ded42e32cd42be18695ee46655ecef46d90b, '', 0, '?'),
(0x56a22269d9980c2501137aeb7eddc94d, 'wp-content/plugins/query-monitor/output/headers/redirects.php', 1, 0x00000000000000000000000000000000, 0x82be3840a03b1a2b2e017e59bbdcd7c7, 0x611830db743c0ede05f5ec8d1118944176b04d528e4b1dde666cdef1128ef434, '', 0, '?'),
(0x7d4aa5f74816e41c695861df32478313, 'wp-content/plugins/query-monitor/output/html/admin.php', 1, 0x00000000000000000000000000000000, 0xa88aa9cc4f0e7d850c843f0603b6984e, 0x3adc4751e67a54714fcecada0cf54c8ebc9146d87dfc42cbe501b517bf44ed34, '', 0, '?'),
(0xc14b968456c380061fbcb70ad5b168ae, 'wp-content/plugins/query-monitor/output/html/assets.php', 1, 0x00000000000000000000000000000000, 0x269b6d7229f99c3340984c0cc4e06af4, 0x191401d0ba54d61cc6dc0b499bb3d860fc7f6a50989ab29e3c7063214a5be0d9, '', 0, '?'),
(0x0632ac0a82d0a540499d3427ae0f74f4, 'wp-content/plugins/query-monitor/output/html/assets_scripts.php', 1, 0x00000000000000000000000000000000, 0x70e0cbc42c283aa2a018f4f330e0fec0, 0x6aa29bbf02e2494c12efeb63c3cd2eabead658b20b9f6f596d1952aba82d6cc3, '', 0, '?'),
(0x7690f6344a033185b55b17c1ad6a7fad, 'wp-content/plugins/query-monitor/output/html/assets_styles.php', 1, 0x00000000000000000000000000000000, 0x69922933a172a24ab7d99636990850da, 0xefe9674ed437ee29fe642c6d3fa468326ffcdf56bb4132ab86757b4c6c20446e, '', 0, '?'),
(0x177dc9d183b26d490a999dafe73df2c5, 'wp-content/plugins/query-monitor/output/html/block_editor.php', 1, 0x00000000000000000000000000000000, 0xe3a8e0224ab5fa8a35ca18390922840e, 0x8b19a9138a2bae3fc52a11fa6a6689d59ff006d57c0eb19ff8ba3b5924d77933, '', 0, '?'),
(0x499bfe504e0eb7e5cf166f8e80730a6e, 'wp-content/plugins/query-monitor/output/html/caps.php', 1, 0x00000000000000000000000000000000, 0xeb48bcd98fad02380d1d27f9b93a436e, 0xfea39d3138e1d98333a81f1c8a86ccd08986aebbcb86f09a391806cec008b3e3, '', 0, '?'),
(0x46c3e2595a9e1a544eddb5d1f41d803a, 'wp-content/plugins/query-monitor/output/html/conditionals.php', 1, 0x00000000000000000000000000000000, 0x10560974370fe03a5bc7cc395d8c2706, 0x8ca741903be9c3c447957d0eab09650547908ef8eab7600f08a4fe9092cf2c6f, '', 0, '?'),
(0x8d3234f029b95cbce72f316e7ea5e256, 'wp-content/plugins/query-monitor/output/html/db_callers.php', 1, 0x00000000000000000000000000000000, 0xcefceeafae61e1a15c99c031f2bed60d, 0xe4fb143c377cd70e9ec07df7f404194e3b9cf4310839a0b72a29353d95509f55, '', 0, '?'),
(0x68e368bcfae1d81f5d3eed277fe02f25, 'wp-content/plugins/query-monitor/output/html/db_components.php', 1, 0x00000000000000000000000000000000, 0xaad48d7ca6c2dfa4051593852b53e2ab, 0x4cda30dfb34de0e2016c6897377962d8b410a3943948c874f70aa3209758a8dc, '', 0, '?'),
(0x09a6882244fa104aa320d91980c46a10, 'wp-content/plugins/query-monitor/output/html/db_dupes.php', 1, 0x00000000000000000000000000000000, 0xa0137818b7c60a1eb9ae19ca7818dc1d, 0x06fa2a1bd1ca285cf72400cd94656f71ab31d7eed5004f79d00c48eced115cb4, '', 0, '?'),
(0x5124c022798689993f6bfac410695b88, 'wp-content/plugins/query-monitor/output/html/db_queries.php', 1, 0x00000000000000000000000000000000, 0x4233fc9bd79e4752ac128fe19cfd686b, 0xeead9b803457c102d7fd4987e2d6205b9aea55f5e8503110a18ac2a186c61a9e, '', 0, '?'),
(0xac9b5f9a6b1dcf74c7aebb55c9dcb0a3, 'wp-content/plugins/query-monitor/output/html/debug_bar.php', 1, 0x00000000000000000000000000000000, 0x0046a8bd96939435ef9faae1bbbbf0e6, 0xa7d76c400a9a05a40dc1929ea8528b265fc2ec275e45c7fd7a2e44ff804fb9ab, '', 0, '?'),
(0x93bd6834c43c500c9680fa0a5ce8fe47, 'wp-content/plugins/query-monitor/output/html/environment.php', 1, 0x00000000000000000000000000000000, 0x185b46598283b49b0299584b68578fd2, 0x5d82b2505beb2c079fdd7b79a1934c32cbded2656ffcc9656f4fa90e426f288b, '', 0, '?'),
(0xe6f7d3977725042477eaad5f4472a6ef, 'wp-content/plugins/query-monitor/output/html/headers.php', 1, 0x00000000000000000000000000000000, 0x90e3572790645b1d5605b743d0f7e875, 0x73d0c21a2544341dcbdd7c5554c92b45239d050df0006f0c96604c185427b578, '', 0, '?'),
(0x7785e403d6a7a14f83100d20ae8dc743, 'wp-content/plugins/query-monitor/output/html/hooks.php', 1, 0x00000000000000000000000000000000, 0xaf94bc53cfc71d264c668587269d11ef, 0x8c23ec1c70586fd44ede483befbd650d6e5fad2567c314dfe97dbf527e2c0ffd, '', 0, '?'),
(0x5ce4f7a4d73d426fa95a148c6c3c0e93, 'wp-content/plugins/query-monitor/output/html/http.php', 1, 0x00000000000000000000000000000000, 0xc16fe1262fd0356e3a1910b0f4df9db5, 0x0b6045786b5885ef02dc339b6450da74f1e720c726ccd96c076eec50ddb3937a, '', 0, '?'),
(0x9af20cd0ce14287b6db719694e8ef53a, 'wp-content/plugins/query-monitor/output/html/languages.php', 1, 0x00000000000000000000000000000000, 0x34e2d3f547175126d1a143e3c5ba7294, 0x7494ea52aecffa947b0ea8da76d599ea8562afc925c37f189e65d8faad562d1d, '', 0, '?'),
(0x17ca0ecae704dde18b717d53d3d33605, 'wp-content/plugins/query-monitor/output/html/logger.php', 1, 0x00000000000000000000000000000000, 0xbb7754ab50c94d870f12c69420b3c8f5, 0xaa661aeea1dd4abdefaa200283b7810669fd32a1d49ca27efffeada31c5a369b, '', 0, '?'),
(0xa43503182b3320ed9e1bf5d2d93fa350, 'wp-content/plugins/query-monitor/output/html/overview.php', 1, 0x00000000000000000000000000000000, 0x5c44a570f5c17ddb00a04f472cc6cb65, 0x53b4ecc2bb19a5162a4fb782b7787be01b8c494f135f9b621aa7b5b5bb397e5c, '', 0, '?'),
(0xa98d053394df330fef1c683594950273, 'wp-content/plugins/query-monitor/output/html/php_errors.php', 1, 0x00000000000000000000000000000000, 0xa879aa2aaddf8898407530fef37acb46, 0x1b370865a8968eb27f32079ccf70e3483b8bdcc72613cacc09f6566c4468dda6, '', 0, '?'),
(0x0f35bbb0ce33eb94f85c7577c706303f, 'wp-content/plugins/query-monitor/output/html/request.php', 1, 0x00000000000000000000000000000000, 0xf814a3030104deabe1da6998d4d265c0, 0x1c3192439ad7b7adbcaa24f7cf9b4652357d16a96fec2cc87020e073ae630fae, '', 0, '?'),
(0xbfbd7c5b6374b9efa9823a2f13f9a248, 'wp-content/plugins/query-monitor/output/html/theme.php', 1, 0x00000000000000000000000000000000, 0x3353fddefbb2304a48076636214b12be, 0x99a92539684b7f4c4e4416b869d580a99d226e016e55878ec6ddf1be3ff30cc7, '', 0, '?'),
(0xea3bd0dcc149d45737b5296e87e18c0a, 'wp-content/plugins/query-monitor/output/html/timing.php', 1, 0x00000000000000000000000000000000, 0x14e7a1bda6319966ec93d0897bd9c60d, 0xa659f5f6129ed0cd8df281c12d62d8971b57cbc2ce32949bc23688cf977781de, '', 0, '?'),
(0x68b2bbed99bbb6001884d40d22f4636d, 'wp-content/plugins/query-monitor/output/html/transients.php', 1, 0x00000000000000000000000000000000, 0x17fe9c10c39926021dfd5060c691502e, 0xca7fa7a6d52e6a4c7070119b64ccfc31dc82c116492dbb25a2bb8ecfac5277fd, '', 0, '?'),
(0x870104520a6f19713228489926db7412, 'wp-content/plugins/query-monitor/output/raw/cache.php', 1, 0x00000000000000000000000000000000, 0xd154f0d758875679a3f7af77b66fd1ee, 0xd9cd81be7a1d90178f9ea60885f12791132418609475db90eb089073ded23001, '', 0, '?'),
(0xe82ba3f8840a228855b40e1b13e2af44, 'wp-content/plugins/query-monitor/output/raw/conditionals.php', 1, 0x00000000000000000000000000000000, 0xfc2f31503bc8682c661b70c2c68099bb, 0x841a95daacbca0f510e47df20eb5c72bf9e3831d1ec992b841139f0f7f769448, '', 0, '?'),
(0xe39603814f5b2499b11556cea8454b6c, 'wp-content/plugins/query-monitor/output/raw/db_queries.php', 1, 0x00000000000000000000000000000000, 0x0be4d6a887780bb56411d06c94311275, 0x07fbca13799802317a4a690952db22f272fa5874e5b151525be8c2a64c11520b, '', 0, '?'),
(0x67e100360f5646ea45140cd8d37431c4, 'wp-content/plugins/query-monitor/output/raw/http.php', 1, 0x00000000000000000000000000000000, 0x59f489bc92602556bcfea4a4f4b36222, 0xd13dbb8e850a4d5c8f10d5d7d4ab4d752e5bf6b6aa53e4266bdb8b5afdc334f9, '', 0, '?'),
(0x49190535b586a2c6b4a6fcb5a0427669, 'wp-content/plugins/query-monitor/output/raw/logger.php', 1, 0x00000000000000000000000000000000, 0x9082faa69849f1c8a9962dab4c65225c, 0xfc73bda755871aa54b03a6aa536a1c263232837fc65f522efca8f8de9d8e220c, '', 0, '?'),
(0x78c5b6a8a8e524c963af5e21ccd2975a, 'wp-content/plugins/query-monitor/output/raw/transients.php', 1, 0x00000000000000000000000000000000, 0x82243b38fdd67b314c2df12c94ff7aaa, 0x814143b584c977155cfd6c9d12f9e9c3d419ac85fe58412ab3cabcdd51ef3da7, '', 0, '?'),
(0xa4a3e397637632cb9750f183b7388659, 'wp-content/plugins/query-monitor/query-monitor.php', 1, 0x00000000000000000000000000000000, 0x7f8bfbdf0ddbfcab38a56d2effe308dd, 0xdf6f72f6bfe535971be1862a18a3c8e2aa2d83145441ef9ce663f0b944e4b7ad, '', 0, '?'),
(0x7accebdbab56938959b1b0abd151da79, 'wp-content/plugins/query-monitor/readme.txt', 1, 0x00000000000000000000000000000000, 0xc32a081dd24f9498a60a66bf88d971f7, 0xdb16076dfa5cf46c7560002ccb41b5f7b57a795c8ccfe1e22bd780f19798389d, '', 0, '?'),
(0x3fc12fd4e6290343a7abe7006b57d8ca, 'wp-content/plugins/regenerate-thumbnails/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png', 1, 0x00000000000000000000000000000000, 0xd0d60b16fab1b4bcd6c0c525051aa04b, 0x8d0a7cecac52f735c978755dd1b1d7cf9f3a814ee160c63c558522a6f8449b47, '', 0, '?'),
(0xf9393580dc5fd827a5aba24174fe08e5, 'wp-content/plugins/regenerate-thumbnails/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png', 1, 0x00000000000000000000000000000000, 0xb0d6b089906982767cd0c4e0bce6a129, 0xe9fe2149dd1bacb331b6bf16bc4be26730a757f4f96f83da4aebbf8d91aa4413, '', 0, '?'),
(0xa9a190571a4106cde621e72707f3d6bc, 'wp-content/plugins/regenerate-thumbnails/css/progressbar.css', 1, 0x00000000000000000000000000000000, 0xf6938df10a34cb16f8d8b22d9297470b, 0xea9810a0172a1c7da593d7097c0309cb98834407629e19302c02234d96a132af, '', 0, '?'),
(0x82c151e5117d6b190e8c5012f3210667, 'wp-content/plugins/regenerate-thumbnails/dist/build.js', 1, 0x00000000000000000000000000000000, 0x6f8869b96d29b42f5abdd1e4b54fe4c1, 0xc1ddc5713cb5a9d4debfeadcb4d6ecd248b210b8de478b64492ed125a7b83374, '', 0, '?'),
(0xa7fd00468cb87b63c338089ce139d7ee, 'wp-content/plugins/regenerate-thumbnails/dist/build.js.LICENSE.txt', 1, 0x00000000000000000000000000000000, 0x3540dfe97f4f129407b2b1fd345ff45b, 0x1263ba8308db9d920251cb7a38cd9fa4e41c29c4c71316e498adc5a481f42985, '', 0, '?'),
(0x87d3de4a7c8b8f097c96668c238daaad, 'wp-content/plugins/regenerate-thumbnails/includes/class-regeneratethumbnails-regenerator.php', 1, 0x00000000000000000000000000000000, 0x6a0d7857de794046ffccaa1cbed9e035, 0x6acdb19c60f0f7156a8816efa805862791226f5d3a91cc1eca97e35bcd829669, '', 0, '?'),
(0x77045c02e599bfa622a63212b01eadb3, 'wp-content/plugins/regenerate-thumbnails/includes/class-regeneratethumbnails-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x68a8b89d7249af02b32d542269d7d61d, 0xd6cb50e160386d26d03602559cf98e5910294b595250fa618ebf0c708754e569, '', 0, '?'),
(0x12a67c3cd67ce0c22abc9ccef556ec74, 'wp-content/plugins/regenerate-thumbnails/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0xeb5b88948b1755a4bb607c33f63c0096, 0x55c60dcec24209d92082dfe915b56200f64569a86d553610a011866bf6b42a69, '', 0, '?'),
(0x780a9b7cbad29a0333e394733dffd166, 'wp-content/plugins/regenerate-thumbnails/readme.txt', 1, 0x00000000000000000000000000000000, 0xc1b410391581627803f87fd613a3dde1, 0x312b7d02493095cf3bf8c3ac8be331bcab532c3968d94f64ec715e2d7ab49d46, '', 0, '?'),
(0x07ba6d23179b4ad48790887a0ae4225e, 'wp-content/plugins/regenerate-thumbnails/regenerate-thumbnails.php', 1, 0x00000000000000000000000000000000, 0x7cd3467fcef3a68984a691e5c60e3cc1, 0xcf32d17962a37dce102c3f771d1855e87b9e6fa9247927e47772d9275ee05e21, '', 0, '?'),
(0xddd928899b964c460128ef5dbea69098, 'wp-content/plugins/rocket-lazy-load/assets/css/admin.css', 1, 0x00000000000000000000000000000000, 0xc4510dad8f66b7036b3db2dab82190bb, 0xffdafa867e3ad33cb9c1878c437ab9c186e490f3f93f5dd7f77aa38b1cca9ca9, '', 0, '?'),
(0x3fad07483c945688e72b5d3284e2e8a5, 'wp-content/plugins/rocket-lazy-load/assets/img/logo-imagify.png', 1, 0x00000000000000000000000000000000, 0x92a790f5625729a12484882b190eaaf9, 0xe53a2bc6a6b432fd076f4df4b97b05d331e778f9efb149f1cae9c3b82df4f7e1, '', 0, '?'),
(0x3b4963e8406d48b58e3e4283770b37b6, 'wp-content/plugins/rocket-lazy-load/assets/img/logo-imagify.svg', 1, 0x00000000000000000000000000000000, 0x5b7ab55b71e7ab267f93b0cb2c6f2827, 0x43b817ef1ea888c6e142071227d6ce378462ac9a89616ed1b9d8b90fb7cff964, '', 0, '?'),
(0xe9020fdf957ed077f4a12944e615b2fc, 'wp-content/plugins/rocket-lazy-load/assets/img/logo.png', 1, 0x00000000000000000000000000000000, 0x029ddbdcfa4a7194e0c4d86c12098d51, 0xd980934eaabe10ac7a26b0b77166aa86815b7e784c77a5c84182e45fd08380a3, '', 0, '?'),
(0xc25da6fa1a6837124fb813c8971917c6, 'wp-content/plugins/rocket-lazy-load/assets/img/logo@2x.png', 1, 0x00000000000000000000000000000000, 0x3f4ae6e0456df24d889f8b5f31bd3b1c, 0xc596dcf03135d65e2860e5d3163369d1dfaf6ba1d64cdba98f419edf3f6586ea, '', 0, '?'),
(0xb41b52f84b7fdcdb4657263908ce54d2, 'wp-content/plugins/rocket-lazy-load/assets/img/wprocket.png', 1, 0x00000000000000000000000000000000, 0x9f66f8419c24c2aadda93fcc5e32b043, 0x6194bae097c1bde586ad14869a0976552d8ecd2a1c26213ff17628f3ca5f7250, '', 0, '?'),
(0xac90e6b521f7d3edde236be136ae54a4, 'wp-content/plugins/rocket-lazy-load/assets/img/wprocket@2x.png', 1, 0x00000000000000000000000000000000, 0xab5dbcb3b771f89f30def57884c87765, 0xf618c29873cf68d301e7cf3b3245d3099e0c7fa2f485f36e73dce6f81772e645, '', 0, '?'),
(0x2013348bb5fffce9a6f4a1c179d20666, 'wp-content/plugins/rocket-lazy-load/assets/img/youtube.png', 1, 0x00000000000000000000000000000000, 0xa0f342dce7c95f32652d87731f262336, 0x5d59fb7b01eed780d1fa2d1201e9f9fc39849da445fefc29df5b42144f3325b7, '', 0, '?'),
(0x6a553b6a872b7a5f8c61a57b68188cdf, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.js', 1, 0x00000000000000000000000000000000, 0x2c1a1dbfe6571f486670fc32e968730c, 0xe8947ab5818e18254aadf25745421194acb272a16e8e45232da1a8456dbf7a82, '', 0, '?'),
(0x396fa91cf709497905a50641c8d4376e, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.min.js', 1, 0x00000000000000000000000000000000, 0xb906c7b5d31efde9c615de31cf4c089c, 0x8dfcde0ec3f8c2d3a6c9c261ee387e7b1b1052794523b4874e21eca0b532ae7f, '', 0, '?'),
(0x3f615c3bdecb2e359749d33c221471b0, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.min.js.map', 1, 0x00000000000000000000000000000000, 0x77577e9a7f3ae3ba7c1898c6323da466, 0x8388247e3b0b798122e18be5439a82dcc029f13c68d54fdc89e4815dca09e277, '', 0, '?'),
(0x4579037eaa8426bb9e3423fde0c89cd6, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.js', 1, 0x00000000000000000000000000000000, 0xcf8ac4ac2ca82499efb266472e0ad291, 0x8cf0391c37143b058979e2fba9786383982d9642012fd3a6e52bcf5d94cdb7be, '', 0, '?'),
(0xd2ca220f85261a84b6afd185a3662a37, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.min.js', 1, 0x00000000000000000000000000000000, 0x81a54a116c4b5f257f0c296bb023e915, 0x9ac1f767468086f62209213118713c877a37537031b554db85d749e3ebf8e987, '', 0, '?'),
(0x5561380085a8b3cb24f6275c20eca018, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.min.js.map', 1, 0x00000000000000000000000000000000, 0x0b62f7a5104167a98aa0f043c25f150f, 0x5a39e40cfaa7d6718eb32b2caa63853d40d716ebb0db1ab831aa6b89003f8b35, '', 0, '?'),
(0x20ae47f043cfd9128d426135d5ce35f0, 'wp-content/plugins/rocket-lazy-load/assets/js/16.1/lazyload.js', 1, 0x00000000000000000000000000000000, 0x022002633fe4c270e0e728d1833ab6da, 0x621ce1af3d842124b8b0414e94940eb6027ce6a993533d861c19628da253c1a6, '', 0, '?'),
(0x038e41a7f18104a77ae4033b2c72b550, 'wp-content/plugins/rocket-lazy-load/assets/js/16.1/lazyload.min.js', 1, 0x00000000000000000000000000000000, 0xd18523e4a4aaa9420a86e4dddfb07554, 0x6b687665fea7ca9b3131a4064029af79459416d39fe765ac27a7915c2339d248, '', 0, '?'),
(0x41b43eedc87be333a7a3754abb5cc78d, 'wp-content/plugins/rocket-lazy-load/composer.json', 1, 0x00000000000000000000000000000000, 0xf89a789fe37bf4826fdb7a3ab35509e1, 0xa61a77fe4404bfc24c0546ba524dff284e1b97082af857a2e70326734477526d, '', 0, '?'),
(0x25b0718a74c7a9d9e8e033c1aa91b02f, 'wp-content/plugins/rocket-lazy-load/main.php', 1, 0x00000000000000000000000000000000, 0xa32332039580ce3d7412d23d86fa8edc, 0x602e01a06f0cef2c99b9ce5ab793cf734520426c0a1821d89471160888faae6c, '', 0, '?'),
(0x0c25fd5b523ec3db827e721969f2f141, 'wp-content/plugins/rocket-lazy-load/readme.txt', 0, 0x00000000000000000000000000000000, 0x32ebcfc9ddf420ed1758377c7a69be96, 0x1c703b332aafb0a3b89c8001a60d6c7c6197850e8019c9b59b8e395dae911688, '', 0, '?'),
(0x0f9097346a45b00084f0164968d83dfd, 'wp-content/plugins/rocket-lazy-load/rocket-lazy-load.php', 1, 0x00000000000000000000000000000000, 0xcb6d3f73154e1340d01cedf21597afa2, 0xdb34118e6d5562adf840c7ffdf65cad6545545aff16f0554a62f814d11828b57, '', 0, '?'),
(0xa35c04e4ab05b25e62cdf0c259af9fbb, 'wp-content/plugins/rocket-lazy-load/src/Admin/AdminPage.php', 1, 0x00000000000000000000000000000000, 0x4a6e7d481b159775d7f176c95b7c2cbc, 0xbd37e6b0126eee83806ca546fbb579d77b443258754fe5fe1a12a4c6ca7be140, '', 0, '?'),
(0x5df4fa50ef26084ab261c4d80e565ed9, 'wp-content/plugins/rocket-lazy-load/src/Admin/ImagifyNotice.php', 1, 0x00000000000000000000000000000000, 0xc1409e8d5eb0c8162eb671278f31ebe6, 0x134197164b26e57a873d6d848075a2ca633ffe77b73dd57254d02590140da106, '', 0, '?'),
(0x6f73fa19443d69f62c08a258be2c47a8, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xb325250d1f1e008a1313631019cdfc04, 0xd21f370325ee8982bfdf01b40520303bb71a9c6738f9d00afb580c358d53a98b, '', 0, '?'),
(0x36e8f92b7ef4db2a36ef3e0c09d3e54e, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/Exception/ContainerException.php', 1, 0x00000000000000000000000000000000, 0x810c34bc3ee3743fd72839408e84a4d9, 0x8a30b8e60b542d6a6d5b4b71457357dc44b1bc0fe2ada74c088a779a0f390989, '', 0, '?'),
(0x48414a776f7cdf5851d169191a57acae, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/Exception/NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x3a73012d794db6ab9167471c16d21fc2, 0x5bb6c1da87e0c005699ed05908a49e6d6ab9683cd1a9a50d8732e00fa20dd97e, '', 0, '?'),
(0x9232fd8b395d7952f9df8270f384559b, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/ArgumentResolverInterface.php', 1, 0x00000000000000000000000000000000, 0x5714f76b3d88f6484a816e771a20f5cd, 0x3a6569abbab991fda1969139653bb0288ea3649181ba2cdb13f979cb18a14166, '', 0, '?'),
(0x0502e17ac6544c846f8c99176c899e07, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/ArgumentResolverTrait.php', 1, 0x00000000000000000000000000000000, 0x592afa02e6be95a538d6e7cbaeddfad2, 0x0eca504c8f9fe4f27e848eeb4121f55115b25d584122e0503c25cd2b1f5b2898, '', 0, '?'),
(0x4883460918e9ae3c0ee57c22a1c7c817, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/RawArgument.php', 1, 0x00000000000000000000000000000000, 0x242b4f9409803d9eafe2d4ef63c34de9, 0x337fe57ee5203f077b615b9450f9b2d2cdfdd301c6e14c3f4be264665787c057, '', 0, '?'),
(0xe47a88e38f12fbb0ac16215b4e7c8fe9, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/RawArgumentInterface.php', 1, 0x00000000000000000000000000000000, 0x7caeb5f06cd0ea0270c49a014ef6c464, 0xfd8cad80f9774faf19fb047069c0237b9d1b5412bc9fdba33e08e18ba3744b0d, '', 0, '?'),
(0x708c8b6cfbb3341a0f6b9b5982a6bb63, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Container.php', 1, 0x00000000000000000000000000000000, 0x1a783cbd175f7d7c9e2fcbf1e0eb9049, 0xf5e64e119696828fbf4932b6b62222a13b819d3a20a5df030737973e51702da4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2aa948362f3c81d5e671eca80481a961, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xe7b77307b8e86d729bab727169538d09, 0x5c2fabb4c81ff2f895893e31da85d6079887758dec61f5d970d8ded3681a4287, '', 0, '?'),
(0xb16bab8870cfbb91e1ccd3d0635506a1, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xa10075d9955571806ba7b476023391fa, 0x844471fc5c7afad3250735d4c335e160c0f50a9e1802183f69e177b14c051f18, '', 0, '?'),
(0xfae01a4c194c96fa6223834c0440aa52, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x1bea7d8dfb6edbc6de1b58872cf0983a, 0x7eef6960e2cc06d45e966c78ec10bf3d4c376e56900d88e795afd3ac798e8f65, '', 0, '?'),
(0x90a15aa86a54f2deb10669a8877c0526, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/AbstractDefinition.php', 1, 0x00000000000000000000000000000000, 0x6ac1bb4d399c2a4f082204c54f955f4d, 0xf71bf01988ce3729e2efc1a645add071c5ab564c1e4bb5631b97ef6c3f0086ba, '', 0, '?'),
(0xcc6f5955bec3034f0449742534a90b22, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/CallableDefinition.php', 1, 0x00000000000000000000000000000000, 0x7f8501efaa9c1138677b344d6c3b32c0, 0x944a4f1131ce3e1e654c75a05873fa5b710b6971e0a8588d6e829f8a8715fb9e, '', 0, '?'),
(0x7ff453e4265beb7430614d83b8723e93, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/ClassDefinition.php', 1, 0x00000000000000000000000000000000, 0xa2f00566ada9bddf848de2682f4b1b89, 0x5c2b6fd092a10b3aadcee3656e9d1e0423e0093a8ee8dc3f1a0e2f48982bf249, '', 0, '?'),
(0x2180288f70374e6c5eebbe09e69eca17, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/ClassDefinitionInterface.php', 1, 0x00000000000000000000000000000000, 0x15797b29a8993cf0081f07ad8e07bc39, 0x63a4b12f48532e380cd907bd09e83dac241c2ba6108d7aa37fabf54fa1706e2d, '', 0, '?'),
(0xba122cb920d4a5fa3878a86d0760952e, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionFactory.php', 1, 0x00000000000000000000000000000000, 0x64a52255f4c9c686ebebc840a887d40b, 0x8b2019ab76c91a2d4c8345704c274b585b724462413f12ce12fd5f1236b0d514, '', 0, '?'),
(0x971b82221f48ce2ddf4576a5d0dc86a6, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xc1c392a9b4f4a9b0d9bd81d413310dc6, 0xceac25d1f08494888596739bcd3ca0cec422d25603db2452ff878fd54c1cfe03, '', 0, '?'),
(0xba458194f4c1ed8ceefb3dc06a7c557e, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionInterface.php', 1, 0x00000000000000000000000000000000, 0x43d3c8904ef1b87d1521c1101305261b, 0x801ea3d6bcd961aca61d1c9d42bb2b49cf29e534eaf1c4ac743d01cf8441e645, '', 0, '?'),
(0x6984dab1d19d3a6b9a780688dd5bb6b5, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Exception/NotFoundException.php', 1, 0x00000000000000000000000000000000, 0x496fafccec7a67ecf464cb833f3a42c3, 0x50c3cd389d25fca95ed4a2553f305f9a2d3ca0f06144d6914b0adde6457c50ab, '', 0, '?'),
(0xeb47346e0e3e7346100a4877ddea5573, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0xbd46023d265ef84172e6b03ec3bd8d7e, 0x473f95d630f99166f6403669d6e9f4a2e5174aa2b70ced1049ff4fa29480318a, '', 0, '?'),
(0xe289cc135436b0af843c12119d84136b, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xfbe31093c27f3b8fdfda95c02d9fded0, 0x3c92171bc263fda485693b7910eb57984ee1d4a710f3e34b42f6d5bf9b470a6b, '', 0, '?'),
(0x6137533a619433d4496634dee6614902, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x3257e38495cf70896769ee5649892323, 0x760427656ba2e320f8995e015c824fd1d262f0d9d4da3996de12156aa237823d, '', 0, '?'),
(0x21c547c3e6770b7c157bc065f5a618f6, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/Inflector.php', 1, 0x00000000000000000000000000000000, 0x8299370f3165af56b73277a9562a6f1c, 0xdab19e4a4d13b95efe6487e82b31b2c22cd3079c4e0393dda67d346a46870a5a, '', 0, '?'),
(0x34fa0000bf77146d0e2f4fbdeee35b7b, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/InflectorAggregate.php', 1, 0x00000000000000000000000000000000, 0xaf15c5ba15b25d17779de3a431a0ac58, 0x1ecd1d12ee8831aa813a19901e5abe4abd9e4fc0ffca363110ac48f3da297527, '', 0, '?'),
(0x1c91179fe5fdad265ec2146b4a487e7c, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php', 1, 0x00000000000000000000000000000000, 0x7e85b374e796dcb99c5fbb1583665473, 0x275f91147c0c24aee2e54225c7c7bbf4720e3a9642794efd94f1db8ff90c1ac3, '', 0, '?'),
(0x5cf60095394e780af327ee01c6fe08b7, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ReflectionContainer.php', 1, 0x00000000000000000000000000000000, 0xe0fbb881690f643c4913eb7352e69985, 0x18d8d8099c56418d79f0ee7027cd8550196a12f0c29052c7093d30a79590a827, '', 0, '?'),
(0x41ac71fdb0d1fca063aceaccd0856e45, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x31f5762a6255c0176b205ffecdad63a2, 0xaa5f1961f0856fae4449cc29161e50689c4314d8a9508ee32af86599d381f4fd, '', 0, '?'),
(0xf94a9262668a6c3a78d251d6b5e6b141, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/AbstractSignatureServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xf9576a7c3e9cf8f30461d014b50ca480, 0x83e4156e5b0f0f5bf715cafa50f8b230dc5b3371158bd8bfbeafd3b0094c1c4e, '', 0, '?'),
(0x04cf4e2efb194735e6eb33b28fd7a8ad, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x433587d96af714a6eae1801246a1f8b2, 0xc975370fe87683cbd8998b0baae04ac5a1bbbc94864569481a68906a12a0315e, '', 0, '?'),
(0xc6962b2223bdd6b25cfb83d24f6a5fc4, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php', 1, 0x00000000000000000000000000000000, 0x78847650efd41836c5d2306542f864c3, 0xb4886a19adc3a9c0fa9f2854345b662ffb39ec47e30421676df412b27451e7bd, '', 0, '?'),
(0x939cc4ecfc30312f50e80a08db4f33ee, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php', 1, 0x00000000000000000000000000000000, 0x18b5f968dfe86f835b231119e12eefb5, 0x04b43bf176a3e9cd03f1007f52a8bf286fd7e627300f209762b40fd12f7a03d5, '', 0, '?'),
(0x17dddd7d5b2e39bc729ee6c93aa4afd9, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x04f0a792522cee8567dd2fb08fdbbd2b, 0xcff80b31a153b4c927b2b6ca8d22fdcd913b2de9cfccc586e8faaa8e7d27e748, '', 0, '?'),
(0xf152f388b8a9bc5d16e983d5471a1998, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/SignatureServiceProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x89f4baa42d0f05a28a709bf7286e4b2c, 0x03947e6af663a4d0162b1507942649eee50b99baa4996600bce436f21082c5f3, '', 0, '?'),
(0xc0bd919444c406dc57a709ab85b4386f, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xf79ebe67cb22cbfa09f45bd31e5a2c51, 0xf45ae33432c1d701cc30a14ddb37427e8808b111e4f3a7fd9b4de757d7e81aac, '', 0, '?'),
(0x49ac546ae834dec7eef3b0c7129db3a4, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x886cfe543b400ec694fe5da69e63bdbc, 0xf9895b36df2f7f5e5267bf1202e849765ee42d7bc5b17b9e01cfb1fe1a0109df, '', 0, '?'),
(0xfd4fcd37bfe97ca0e3126b9d57af7bd7, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6543e0b90f3d05b452cf97655426fd47, 0xf90bd39d75217dd175a255bef1be066bfe486f3297b5e3ef73f8cf21368c0ea1, '', 0, '?'),
(0x3ba6ffdeebc149666dc279f4a3a15470, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Assets.php', 1, 0x00000000000000000000000000000000, 0x7ee8b4c2fbdeb6b50a512f5612e1720c, 0xdf17f0e401f7cb0a1ff92abc668d074877910faa06dcf61137d065ed8cbd9960, '', 0, '?'),
(0xece919c7ccd5a55504bc0069e7b867a5, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Iframe.php', 1, 0x00000000000000000000000000000000, 0x6316b4c07df5218415ccd3292268c782, 0xb8c5b65797162df76c4846ae088e815d4193f3d4029ae2d2b2d778f2dd57d353, '', 0, '?'),
(0x609ef571917cf309b7ab4ed56c5da806, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Image.php', 1, 0x00000000000000000000000000000000, 0xa1c550c432657729648a51c319524d5b, 0xff0a4641565c0a55e54556c200201da8c756e1ad2c82f990c763d4377ffb7075, '', 0, '?'),
(0x5052a38be94533ccccaf32df8c9eca62, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/EventManager.php', 1, 0x00000000000000000000000000000000, 0x7d7aec99010979d66f62c9ccec96bf37, 0x52e35b50ec3073f0118f8f35545c8f242a76b418489bcea13fa14ad78670681e, '', 0, '?'),
(0x44c5a7bfbdac843cb5b22f34b2d30f10, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/EventManagerAwareSubscriberInterface.php', 1, 0x00000000000000000000000000000000, 0xe3541bb667044e703bb87b005f0f6d24, 0xd7acdce4293d390e392124008f5c8fba909043dfe401129946c3e9bab2388650, '', 0, '?'),
(0x8a41cb8e4ea02511c973201169df9d66, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/SubscriberInterface.php', 1, 0x00000000000000000000000000000000, 0x5a7c05c71353e3ead09d23da48de0ef4, 0x096661e745dcf133c5af81853bbc865646a17879219c9c037b8d39f929854c9f, '', 0, '?'),
(0xa26a793187060220551b6110fc00440b, 'wp-content/plugins/rocket-lazy-load/src/Options/AbstractOptions.php', 1, 0x00000000000000000000000000000000, 0xa6d38800d2df0ddc9a334d80d2fa5015, 0xca5049a8d4ecb471a6437f5d67d2454f1bf03b730e83913f52c8e2f38ae73f8e, '', 0, '?'),
(0x89baa452ec6778c71ea6adba098b5b5a, 'wp-content/plugins/rocket-lazy-load/src/Options/OptionArray.php', 1, 0x00000000000000000000000000000000, 0x79a8bbc0f9a2fb8cbd2ccb0a91e8ac87, 0xfb88c6a531b90c50836a9cba4ba790e75d3c05e985f4ec52dfd054f5e709c587, '', 0, '?'),
(0xd6dfff5ac63dafe5ae5cb0413ed0f950, 'wp-content/plugins/rocket-lazy-load/src/Options/Options.php', 1, 0x00000000000000000000000000000000, 0xeecfba7fbb29ecbb1373f1cdb7085126, 0xd347f6c588945eaafe0ce36fc74f72487ada5aa89e35c98a812afcac94be166d, '', 0, '?'),
(0x36b1b5e6fc1c8f65b62095848708a5a7, 'wp-content/plugins/rocket-lazy-load/src/Plugin.php', 1, 0x00000000000000000000000000000000, 0xc1e0399d41a962dbebae3ea77c7fc9e5, 0x543d8b3d609230d17f03ce82bb4e131d6fcfe3e6cac9f9110549c4851f0f6c86, '', 0, '?'),
(0x8d1bdb89c75575de0faecb6905d8ddf7, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/AdminServiceProvider.php', 1, 0x00000000000000000000000000000000, 0xbb04e43f52e9c39092bcebae44ccd691, 0x0d81cf1e99c4a9b2b2a6280aee22028d89a948d27f753f48bd57dcd3d9723e5c, '', 0, '?'),
(0x0c8e3f9190f86fcdea1c6703d7005c40, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/ImagifyNoticeServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x6b18107ef03713dadcde0b9bf457a8a4, 0x4a84365a88355a60f82a6751255b0102ea58dcf146d6e27e9905c07d18fe22a2, '', 0, '?'),
(0x47ded4475772ce395aa68e58938c6ecf, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/LazyloadServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x3b18d584c913871dd337f59dfe6af32b, 0x2d3c9508dc55f12de153e9350bc1bad3efb7d37f9ba397f52675c8755ef8b2cb, '', 0, '?'),
(0x16903ffc0090e7bc3d3b6591d9e9a92d, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/OptionServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x35ddbb032604354d7438ca33d391696c, 0xf379b556e882c8fead10c578495edd529bddd2411010fc6888d9f07d74b1b600, '', 0, '?'),
(0xfd3a7dfaa11edd96c9ebde5086731002, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/SubscribersServiceProvider.php', 1, 0x00000000000000000000000000000000, 0x9dfde9f7db1ebd91100c54b4b566ee3a, 0x7ed5155eebb13cd14b042041051daae53f6ff7e6fd67087fb3ae7863ebfc0bc8, '', 0, '?'),
(0x3dd480e3baed53d28fbfe6956de3a996, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/AdminPageSubscriber.php', 1, 0x00000000000000000000000000000000, 0x0960a3b45cea63f013bf464f7e060ed7, 0x50bb0ca9e536fd0240e92c0d29e80d4a43480cc82ae79c405e1d6f1578f9d6e3, '', 0, '?'),
(0x58344f7aa3cc89bc7a8abe06ee2021d3, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/ImagifyNoticeSubscriber.php', 1, 0x00000000000000000000000000000000, 0x8d03c3f68c843febb1945892def62061, 0xc2b09219c0167e20c251bc56984a5b14b3cf890f5ca632dfd4f24d222e4928ee, '', 0, '?'),
(0x37c8ab4e9afa7107dda54d98a46ce518, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/LazyloadSubscriber.php', 1, 0x00000000000000000000000000000000, 0x0e1fde94944940476f8c3332d23d6675, 0xd1c2122d5de50593bb206bdddccfabb0e0cbb8c53d7196b40f7550bed4693955, '', 0, '?'),
(0x8f8beaf8f2189013e1cf48d938b39205, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/ThirdParty/AMPSubscriber.php', 1, 0x00000000000000000000000000000000, 0x7d2f17c0882f157e8ebdeeb431ba3144, 0xaedd4ecd1059b13dca425956983ddd55ab4e6be65122016b7c314f9e8067e63b, '', 0, '?'),
(0x33671d8d241cf205805d782122d47aff, 'wp-content/plugins/rocket-lazy-load/src/rocket-lazyload-requirements-check.php', 1, 0x00000000000000000000000000000000, 0x97860fd72ff628acc3087cb7e2b7c988, 0xd96d437de2046a555f354c4db7848ab0fb8308270a14cd720de1841e6dca8044, '', 0, '?'),
(0x0d678d69010417fe0bd436b3fc4412a0, 'wp-content/plugins/rocket-lazy-load/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x503d4cde4a8a52ac9fc97e934e9e944e, 0x5a4a614fc08eacc766fface4eadd8b5784cf6be61345a5b812832f0dd74b6428, '', 0, '?'),
(0xeb4957e346918c8b144852d44c57dd6c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0xa1fcfd2209ef039866ced760b828208d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xa529603099112088b494ec67158b610d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x3fa713ca1196fdc4253d9d2cb4eda6de, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x225565a382dfc75835d47f4f41bb9ed5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x4308e2d7ce51c1c1aa7cc5dc50ac24f8, 0xc78df1b4cdd66416bc63475674ac4cf468695f4fd8a228ba7b0bf5b007c07887, '', 0, '?'),
(0x301fd09ef66cdb75cf026c4615c00a3f, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x1bfd60f526d087ba6c1a52fce2e52558, 0x72a00a543a1fba54bb6740bfde6b2dd4e255c6a660a1015965306aec74167169, '', 0, '?'),
(0xa910869dd6415b52689eec143c950659, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x5c7e40b5859662e411f8fee8084e35b4, 0x5260eaece7b95bc3de3c46fecb8077ff12e0dea8dbb93d87d95aa05cb88d6428, '', 0, '?'),
(0x95117647b90cc740c74047d53d95e79a, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xda72923c5d8a20e7f49d6cf29c17fb40, 0xfe25d2128ec10573c315ed513f78ae522a8c56eddaa95bd032f197502d1e549a, '', 0, '?'),
(0x988f3fdae5d3e2136d62601c60057b40, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/LICENSE', 1, 0x00000000000000000000000000000000, 0x043117d4dcbc27195a9479a30b7befcf, 0x04e3a1f75c79bec0de9f23b4de81ff1abc4e56e70fb4ddfc77f84360a4755ecd, '', 0, '?'),
(0xb7a900b1575b5d844958b2a621b8b352, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/composer.json', 1, 0x00000000000000000000000000000000, 0x96266d988855fb903afb6351f15a26f9, 0x228d0dc62a22a9500b3470f3e23637ba258541397ea375b0846f9ef0e4ed8815, '', 0, '?'),
(0x4670fa2a8b7ffdf3251b5f653be83a9e, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 1, 0x00000000000000000000000000000000, 0xede00143638c3d572acef2b18b440c67, 0x33d328fc57b6abea7e3b4dd13ccc64cbd11b837a1834a3d37f84def3cbc3cdfe, '', 0, '?'),
(0xa5a5b8c6f22607a431ef76c301a41fd7, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 1, 0x00000000000000000000000000000000, 0x45f0574d6936ea3d3c152a407d6da2f0, 0x80f985a6448ea452565cc5ad07e03c37749d7909b32c38e159e4126d104cc18f, '', 0, '?'),
(0x8f8963ff895a639e73138c6ad321465f, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x31df637344896825e98c5b7021983422, 0xa3023b8ef8c33cb8aab7455525944877b8cfd744fbe144861f8dcb8b96833854, '', 0, '?'),
(0x665df3d35b77e0d041a62a3e3713d838, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 1, 0x00000000000000000000000000000000, 0x9dd2e9b01e14d74cb088cffd8a974a4d, 0x15560abbb806cb230af5064186402c635d3afaa4612320998661ad8c0a26b937, '', 0, '?'),
(0x089f86fdf417d3b355f766ca51e317ec, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f47a3e1fb1ffcbed14519a0fccb0d16, 0xe5ff7dd0446c9871c1d758bb8122611f9b471de51ed94775aab656587dbf8c3d, '', 0, '?'),
(0xcc637612926a3ba8a8fafb01121ce98d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 1, 0x00000000000000000000000000000000, 0xa0bd458f0ef4e2bb05cd645968be81c1, 0xee8d744ce8a72e7679aaee85916c638c4d726bb2a81cad6d546ed47672b79b57, '', 0, '?'),
(0x1d04fcbd511cbc8ba47b66483c9b14c1, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 1, 0x00000000000000000000000000000000, 0x6886e00721d31366c5aa6525d251eceb, 0xb2e65854a8efe351bda5b1fd6d7399609cae445088c3a72c7cec97ecabba6438, '', 0, '?'),
(0x27ac5a89849e17ec9ba4c27c8e9941b2, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 1, 0x00000000000000000000000000000000, 0x75222ee74ff9849c0995c122ec4f2d42, 0xc360c59ae79da4f48379ce62b415b610a26bed74bccae48c42b1e81e49a9d40e, '', 0, '?'),
(0x7ee8d64430523cf902a54868bf4aed17, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 1, 0x00000000000000000000000000000000, 0x45084203f42ab1f4e5f2c304b03a72d0, 0x258e00ce3768a21ab273a4bc39080661c2da8fa2802f2396bc7926e3d094ef73, '', 0, '?'),
(0x7a0056313c62a611a7b2c629fa4f0a35, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 1, 0x00000000000000000000000000000000, 0x749726ef8172403b85ece66603e0808d, 0x9f6969667af7ceb0505c9f423c57d9b47087cc32a3ae192c0eaa541d7fefc3d0, '', 0, '?'),
(0xe91226d16c3b5bb1cae7874c058130fd, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 1, 0x00000000000000000000000000000000, 0xb1c4e988ccc36553752db5d1d598fa7d, 0x6978caca19e25f7f4b106ea1a4f0be9426a44610cae0bee0143a72828461ed30, '', 0, '?'),
(0x596d8ec05b6759a8d8f88a9b0180de75, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7d0f6e7d59de2561f6f3580ecda905c, 0xdcd7d43e9139daf9590d15594fb4ad433468b2038bedd9ee99e4d0759e47db5b, '', 0, '?'),
(0x413236d81b47d9e93140e5b22a9ca543, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 1, 0x00000000000000000000000000000000, 0x0f97d69791b63618aa973e2c83c821e2, 0x531ee1c5bf6030c424b6dac1dc205257b73eec633ab035ce9abb961f4d96c3a4, '', 0, '?'),
(0x0e95975c94b9ded402b8b0e5140fd13d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 1, 0x00000000000000000000000000000000, 0xfb8d4807178bdb3daa75cd5d5239d9d9, 0x064bb189886dd87d44ae7fcc53031deeec14109d37d8da9aeccdc04c3c796184, '', 0, '?'),
(0x7ed7ec873e57552e2ab5024381bcc326, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 1, 0x00000000000000000000000000000000, 0x740987efcfcb6d21acd47e415ef35391, 0x12aef7852302f88a4c11133f13fb164f4d3672cd2f575fa00b7e1b95b9a4a6fe, '', 0, '?'),
(0x63980474ff98e511f672191d14ede8b6, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 1, 0x00000000000000000000000000000000, 0x91f6d8a5f86783a019eee7e95d621ee2, 0x670c443e494239e9b703af9a4c49d3092a9cc2eef031dbf331368ed930ee437c, '', 0, '?'),
(0xeb14172a43000832fdd9fc4f340e816c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 1, 0x00000000000000000000000000000000, 0x41c37645858922b9c2994d5cd9f14dc3, 0x34812865f59315fdf4ca49381f3932a1d7f61e2d85ebb18ef3c4bcae067e995d, '', 0, '?'),
(0x14ef8d01795d67efee7d0fcaefff9167, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdfd22bf8722260076cd2aefad5de7676, 0x23357dcd8f09f35c668cde5796b6bcc4b0ddef7e43d160a5874ff9eb94632c80, '', 0, '?'),
(0x9cf7760b0f60c08617c877a1710df65a, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 1, 0x00000000000000000000000000000000, 0x3b3c814abbbed4452624f3f49464a763, 0x71253e44b72424a5918215e53afc8ae36afaf58d8e9ee2d26b20a47ac23be193, '', 0, '?'),
(0xf9331c41929df77def1fe7789b18d0fe, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d89963de625fcbf900593375cd13856, 0xa9774813039270ede95bde1077bc329e40751aa389224c48abb70f61369851a6, '', 0, '?'),
(0x0d05e35141d841af6d93a49cf018048a, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 1, 0x00000000000000000000000000000000, 0xbb096d5f6426d4baf4979d0f821f3077, 0x3094ec8abffa6b73cf867aca40fee2b18729cd1cb7548ff72b85f49c81da14cf, '', 0, '?'),
(0x15210df334da6d3bba08558d29f8e064, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 1, 0x00000000000000000000000000000000, 0x37b4eff9e56004a6657c3515d53188e4, 0xd6d383b0b51a2b6fbad0d8a8601df38b1a4e74fd95a8cfeb6e2b0f441ea6d4e3, '', 0, '?'),
(0x171ec9271c6873cc52eca01f664ce1a9, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 1, 0x00000000000000000000000000000000, 0x848e9350cc8186a9bfa89178a5c7908b, 0x10b444950eec6d4df5597cdb7822123c0b14414c6670b37833b31e29ae482296, '', 0, '?'),
(0xcb1b61fa9680cb1eca923de8522ec5b3, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 1, 0x00000000000000000000000000000000, 0xfcf110d7133ad838a1b2d9b7c449f8a2, 0x8dea7f00c4ee7fb1781a1b61aa87eb0f262aad0b553cc68ba65de916ca79dcbb, '', 0, '?'),
(0x61561ffa265ed6b555352f98b0738791, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f0147b4593eed79e72a135e59f290fa, 0x4dabf08c7292b9256bc2992114f382a5b2bdb8d3b28e7add810929faf0c643fe, '', 0, '?'),
(0x93df7a27a7730cb3cc9f5fb07d6501d9, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 1, 0x00000000000000000000000000000000, 0xadcc1c4035b4e024c4756ffa61209dd6, 0x851fb8c0e84e05813866fd9b13a93f6cabeafb7defa769ad1a6ebc7086dff87d, '', 0, '?'),
(0xdc98ee157f312436eaf70701ed242915, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdf065efb9d71f77bfb335cdd67138005, 0x4ed3ae4e90f31c988ac74157a8756882aa2314b3d2223829d5eb65134d31c236, '', 0, '?'),
(0xa258fc838931bd854dfa48ab15d6e380, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 1, 0x00000000000000000000000000000000, 0x40bd4bcc0ea2bd1b7b7e74621c59621d, 0xe19a080aef85c89e85ce5d82d872b9a236091cc39a5a7b5456632e804776877e, '', 0, '?'),
(0xe8af6c11a73c4e8e8ea2ce45eaa7060d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 1, 0x00000000000000000000000000000000, 0x3ee2de91aebb9755ec405e4c9f145d04, 0x299a8381cc4c427c401601a39a13a90fa30f22df5599654a45bb57027a208383, '', 0, '?'),
(0x1578624f9f833f2ae641c01d6396f234, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 1, 0x00000000000000000000000000000000, 0x91552d308d37dcc0ec020a7d6d955c5e, 0x0b640fa554619a0be7cedfb0602b923e2f21b68d21fadb041e5e0b626724dd0a, '', 0, '?'),
(0x4ac2dd04e7c6ec5847c99d9e32009b63, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x5b977d18fbd35ff0db958116b5a4588c, 0x3b0f0ca8e4fadcb6da8f69ac964b78e5a5bd5b16ec00afdca519d8fc7d2a33a0, '', 0, '?'),
(0x2486e1ba117c7e6db9fc777833effb77, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Installer.php', 1, 0x00000000000000000000000000000000, 0xf40803e2a921b23a254f8847ae8a93b0, 0x4ba70b7e7d446e78bb9b1900eadf98c9dba52d2584b3a8815c51c3676369d155, '', 0, '?'),
(0x51f100cac8671c211e92e92dfd41c416, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 1, 0x00000000000000000000000000000000, 0x2cf74aaaa490b4c31344a71bc5a9e688, 0x38e016b3a2a6f47d2bba8b7b33117b390a13b2908c42788d9eb6f13d2730bccf, '', 0, '?'),
(0xba1375636390a2b81f83ecfed90fc4ed, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9fb29f8c006648706701214ea14fdd27, 0xdf93a5a3326eaaf773be3fad41cbd7fa1e9a9da3a8b54e068f031f0a01ff673b, '', 0, '?'),
(0x545de9ddbdce0acd61aafc0c3c53b55f, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 1, 0x00000000000000000000000000000000, 0xc22a335dde193ccdf5dd5d90c8278e96, 0xd0bd7274d2db7dbe51d937fc8840a5ff4913013d101f7db4610b6d7593289851, '', 0, '?'),
(0x83a2c8604532f5123d63ce55aecaf625, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 1, 0x00000000000000000000000000000000, 0x9cafe4284a0c9bcf5f3f2b3468879cb2, 0x088a9ff3b009ca1f8b3c7f3f157e8043ecb2324298d6c920aebfa2a91fc2923f, '', 0, '?'),
(0xd250c406375639040ff6e01edb921289, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 1, 0x00000000000000000000000000000000, 0x482e2806bbafb01efd4e1937d7eb0d11, 0x5fa6a9fdb8ffdc0b9b476484313167a0599794317efaa63e422474dbf0aa58b4, '', 0, '?'),
(0xd86f337eba62421fe1123344440fa66a, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x58afe15f63e1d727d8784d39feb8e0b4, 0x60edf9f6b3b092532c77194439b96b934300357fceb2aed431396a42aa5bcdcc, '', 0, '?'),
(0x577aea6f9ee2f8e63cab522d9b34d6db, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5a208a2249eef3cb2f84fa04851303ae, 0x22f7beb45b26e68d507a3e7cd6aa1e21ad485831afbb02a9e68d1fd3d2c8620b, '', 0, '?'),
(0xb6737bd3decc81687ffad523737f96cd, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 1, 0x00000000000000000000000000000000, 0x50ea66390cdef14fdecc36db7b6cabb6, 0x85f258c13e883e32f2bdbf893dbd4914ccb14694c707bbd2814bc59d6cd9229e, '', 0, '?'),
(0x9ce0c99425ec9b51b9ec5eefe4e9af90, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 1, 0x00000000000000000000000000000000, 0xae84a3a73d60888777d532899036ee64, 0x36f3c5b7d95768148b098a90fa9bb730ac573fea9ede9dcf599dc79d6de7b706, '', 0, '?'),
(0x3829af0da3ef76f1402cfd05a5cdc463, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 1, 0x00000000000000000000000000000000, 0xec73030740f534091a97e0baf04477ab, 0xfc072b59761d321a83aa1e17c242a750ca406248ef0449ed8f65f11334dd4dae, '', 0, '?'),
(0xa969a8a00ad4ea6e88ce92d81c32280b, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 1, 0x00000000000000000000000000000000, 0x211c7bd668c8a1521932cbaaed80a836, 0xbb28ed31714b43a9a5f698d0e0443fe77ed4a8eb7e4f54c4da2024267e233ee0, '', 0, '?'),
(0xfb8e5e1f7218ce48fe6213d7ea44c157, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd613a4d9a26a15fa8ffa40b19b0a4ead, 0x70c976b6d017248e4c04f2ce8badde2c812ae603f0cab82fe0e33bf852cecba5, '', 0, '?'),
(0x75909d579a4c926dd5f4c56175ce06d5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 1, 0x00000000000000000000000000000000, 0xc7200ebe06f9d08c147e19fe855eb446, 0x870fdbeeeadec828076f3840cc2e7aa6dbb9090a0321719c15363662707d12ca, '', 0, '?'),
(0xedb1911d282dc8aecb748735919497c8, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 1, 0x00000000000000000000000000000000, 0x81d57b03fc92468b89e7b9c11f05ca73, 0xd619e643e2976681e9bd6ab94900f31851a6bbf66e0b6dfe054afe1baa492ac1, '', 0, '?'),
(0xa13c9aac1d44cb7d5a7e14c09383e4e2, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5813552b345de90a916a8ba53260af20, 0x73295767eb9d073e8bdf00a8bbabbe7677944093de16a64382b165a8100bd186, '', 0, '?'),
(0x7b0953e51d6c519a4fd63fcc6a0d85ed, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 1, 0x00000000000000000000000000000000, 0xa6f3b3efba366710ab4f357c11f0ef20, 0x70836e73a6c30223146408f3c146248897cf57cd95c1dfd928518ca19037c136, '', 0, '?'),
(0xe5d07882460bb3d47164d0ab391ad0cb, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7e3827b9484d6585463a2cd3c9f9e86, 0xeb768cbc872fa8b108e355fe116392e46264e6498c3424630399d1e17753891c, '', 0, '?'),
(0x50a28d93ace92121bd69c8e1ac81a25c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 1, 0x00000000000000000000000000000000, 0x1c18f23b79062570ea6f8dd1a8a1c29f, 0xb60f965f2f79311b52a2b5252b13e261f42ddf44b459183609a32cf12ca0aa14, '', 0, '?'),
(0x038faf0d701cf900c30bbd2dfe8ef303, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9c67e300f0f770c40966e62f886c3a8f, 0xe0e729849cca5f10b90354b4eff9e94d1c2204ab3402d6d6f3b60083d99c28e6, '', 0, '?'),
(0xe8d2e84a5c8499860265156a75f43bcb, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0xfe04b064ee33cdae252e590487998480, 0xbc0a1620ca263c6a1bd17d4aabcc8cdc761ca2896e5e77a814d3c1b6e16fcb5b, '', 0, '?'),
(0x718c6c4a648b5c2ff9e230e4396f3441, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 1, 0x00000000000000000000000000000000, 0x235b939331039f453de8273fe7cfc2bd, 0xb1016e3dfc7d4ac702715903f0161fac3901296696024d2426b65221b677ee0f, '', 0, '?'),
(0xac511d931088d5ffe8f059bdce8e3d55, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 1, 0x00000000000000000000000000000000, 0x9e44fa9c4d12b5527b698aae01500e63, 0x2677220ce1a93c8598c93f4807e78a66f7d83eeeee1a529df831254296d318c5, '', 0, '?'),
(0x5e215ce86a3a10ae8f4d8ddff5fcdbbc, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 1, 0x00000000000000000000000000000000, 0x220f66da9ebad991c7610e90cf9067ec, 0xe15273d5fc341613074a718fedb994687e63688466554691a86c5fe8fdbe6087, '', 0, '?'),
(0x7dfa17e0ee8dd0d25a6aa282599fb58c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 1, 0x00000000000000000000000000000000, 0x1495b43d0ca1120a38cf017512cf17f5, 0xe0e22110af0f917c27f76ef17b844d80144c3b10f58376834ffb93ebc281310e, '', 0, '?'),
(0x06a47d0503ae4093f421d1229091ac67, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x02a43052e0eff624107c7e9a0afc9376, 0xef6be869701245fb306dc597ea99c73174f54da146dc65c55ad00ae95252b1ae, '', 0, '?'),
(0x0bc6a26c9ae9f8af25a07904336761ef, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 1, 0x00000000000000000000000000000000, 0x48bb27154879fd900cb2f8e072e7b60a, 0xf2e915810ed0eccadf93bc4b34f4d565e4c5c6df82e296d8fe53ae5d807f6eea, '', 0, '?'),
(0x7109984074b7975d73dc3181602171b0, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 1, 0x00000000000000000000000000000000, 0x4b4536d7c30be8c1eaf45000498036c5, 0x55b23de75e1181a1f96b5c0e700b277d340bd68c26f5f51d6474c9666855335b, '', 0, '?'),
(0x91972ad723baac92dc00a018bfec5f5d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 1, 0x00000000000000000000000000000000, 0x83ba6db0c48ee5a6810d22b34278ca7e, 0xf150b9988aa79d4cf2b260fb2799523c4410f24ad5553e311195f7dd1044ab2c, '', 0, '?'),
(0x2feacf78d4e3ece30acd8cc73a6cd2ba, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 1, 0x00000000000000000000000000000000, 0x8b9abdefa505abe6dfcd6a4238a3bae4, 0x19e265fbc303c772d435b2affb45d8ed6448c9e43fce1a1cae61d841835264d1, '', 0, '?'),
(0xcdd462446c16640df3c6fe9c5a3eff4d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d14d7ec2cbc533d96d0cdd854b338a8, 0x81bb96d18a63145932dc35258cc9cf3d6474037d15afb5a87e5effc4cb3f148f, '', 0, '?'),
(0xe2e6fd446bacb2edde80696a211e9b20, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 1, 0x00000000000000000000000000000000, 0x053bf74ac9033be160c692206e48bf10, 0x0dc1147e249a23c62c985ba1c735a767e07404e0d8575d49b6c27f7b3872fe28, '', 0, '?'),
(0xbef2f466c9943a17815283f857b0ce7c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 1, 0x00000000000000000000000000000000, 0xf38d8575cc8e13a213af23213f083597, 0xa398e0a9ff70699ecb3d92dede7a2b23b138c216843dd7ed6efd7eb1bda77d82, '', 0, '?'),
(0xe9347927186711e34937493b523abb89, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 1, 0x00000000000000000000000000000000, 0xc5bafbbd0ec73e8770d2b85d549aa63a, 0x6c4f7c54c04bc5e566e22e11c180607eb48ca5342c5896768649139b1588a574, '', 0, '?'),
(0x4f4b0f48962855888277eb4234a041d5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Plugin.php', 1, 0x00000000000000000000000000000000, 0x576e684aa434af2fa98e753400766f62, 0x79e0573f477c3712b3fefa48ff7e413c7ee4aa849d33e089fa7081b7e81f92b5, '', 0, '?'),
(0x2948f498afb2099d7b6d6e47174df3a3, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 1, 0x00000000000000000000000000000000, 0x6009da3ddb7ba57fb36046981a144737, 0x196336d57920f329f6878bb5d5cc53bad2eaba19898a71215b7f64ee6bfa6df8, '', 0, '?'),
(0xad9312e9060ed97e11d7297272cfdc7c, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 1, 0x00000000000000000000000000000000, 0xf0cef78021c404c84819ffa5689c9f90, 0xce7f392e596c1e53ae89f6cbccc84101d9584e8b1e04d46f062a620f80babe6c, '', 0, '?'),
(0xc291b85ad5353bad0238233c94eede36, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 1, 0x00000000000000000000000000000000, 0xb207628b5518fe79eacd85abdfe60038, 0x621f53785c68a4b5ec04542f16b75be0c4ad75782b29e8800844d72b6e3ce004, '', 0, '?'),
(0x4cc13882b16c5ef754c140bc4815b6f8, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x900115aee230a1dd0e76bf2daaad5438, 0x693bd4f848cab33d77521ce76df6873afedff340a887a236437c0f51092c1787, '', 0, '?'),
(0x23a1515d329b418997ef2276fafe8136, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 1, 0x00000000000000000000000000000000, 0x522209f40dc27b3982eb13712b455e5b, 0xd94f6c85d85d258bbabfb4b72452f0436fb56da0b962875472d83edd031a47a3, '', 0, '?'),
(0x316261ad3e9d7502b7815eeb0bca3ced, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 1, 0x00000000000000000000000000000000, 0x134fc39d59f5112c875c9fae2d1af12a, 0x0f56239b7c7117163156ee19fcd7812dca28e307df2382911df2f4d5d8ae332d, '', 0, '?'),
(0xbe5f28f36a9e9a0d73689d7d37e579f7, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 1, 0x00000000000000000000000000000000, 0x29a790b5e0ecea8afdbaeb5e52212dc2, 0x60a6e7608c02f9319cdd0098320b95de27d0f055b7410b95dd8c2021b25e42c5, '', 0, '?'),
(0xaaaedb06150462ec2008e53c2ee2a461, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 1, 0x00000000000000000000000000000000, 0x91465b7c2ed331d7d078eb092658664e, 0xf39be9446d1401f531258ca96edd9bb45f647213b08120d40d4a1d1e33540172, '', 0, '?'),
(0x53418bd564efb0d068d305c7dcf63fbb, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 1, 0x00000000000000000000000000000000, 0x84d8e36cb6b1f563632a7e6a3d702a75, 0x3c264a23f0b6735c2e028d2c47c0ae241cbe6c743c1299a94995578a10cc35ef, '', 0, '?'),
(0x727b9996c6def299d4dcd60a23a17616, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 1, 0x00000000000000000000000000000000, 0x38f449ff30b86d6a403018dd25f855f8, 0x7b139da57b6faa5df976726cf1536158ca7282f350d6ce93063f89252ec3f945, '', 0, '?'),
(0x21bf1ca898e135460b18d3d805937465, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 1, 0x00000000000000000000000000000000, 0xe505ad4b4b9779f112deab701e72c45d, 0x1acef10a8487b93d49235a885c91a534848f6cd699c414b5a4ef75f3b0aee560, '', 0, '?'),
(0x4d74c573c6547785b68210abddb3b8a5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 1, 0x00000000000000000000000000000000, 0x502dee105e9830f31f33f4d7cd99c335, 0x3ee12de2c085dfde1413e4b8949754988f0989312680af11a63034e937ac6c54, '', 0, '?'),
(0xc8f8f947a2488966d6d6926b5abf85bd, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 1, 0x00000000000000000000000000000000, 0xa4b0e1c45936fd076f0b7adec02f9b43, 0x0f810f65d7ba8b6b2bb16f4307209de8c8c71840c6b9e94f4b3ce668b9535f11, '', 0, '?'),
(0xfd6bf816f1a57d57b727fa9c419c038a, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 1, 0x00000000000000000000000000000000, 0xc1ea57f9bd7df3e50eb284b9c7423d48, 0x7f0c8d6a50479b0dd6751644633d701a1eab8cbcf88bc8747afd6d363de812ff, '', 0, '?'),
(0x6f42d621136a1b42302bca8680ef7162, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 1, 0x00000000000000000000000000000000, 0x7afa5102c681321ccfa6da44e3c71304, 0x62936f103f7c124c88dcdd63a20c33661bf27d9a89aea051d5939daabb475d58, '', 0, '?'),
(0x1f4561aa29798ef8003761f5af72dd99, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 1, 0x00000000000000000000000000000000, 0x4c919df8f2a98d15510039a76d9a4d98, 0x7c33a5d92cff55789bf6ae600469f3cb403f18e58f662e40462f788a7d682385, '', 0, '?'),
(0xfd0e9bb213ff24e7f09a047f4e246a09, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x4f064565f45ac35987c0fb0545ccf926, 0x06f6b3ca5773eabe12477228c0513941aa5f1dc2a93e2b84871b82c3c727b7ac, '', 0, '?'),
(0x285271ec5fffed64a098b08c05050c1b, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 1, 0x00000000000000000000000000000000, 0x92cdf62c9c6f1246dd44163a4e88be34, 0xb26a1e4b9e62a0bcca8d792c60aa17ca08ff79be356fefea66daae5fb6150c65, '', 0, '?'),
(0xa6368631454fc66d95ef5bc85259652d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 1, 0x00000000000000000000000000000000, 0x8f5ee137e6592b1acacd9f55f543fbe4, 0x251bf5570817fe4a8135d25ea7d905ba7f55ac37edc17d5aeda73018c36777a6, '', 0, '?'),
(0x8437453892dfa1d07bf255ebef9d2cc9, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 1, 0x00000000000000000000000000000000, 0x52237458eec98374c07d143703464937, 0x31f8858f12786b5f2c955f7b8b161b701b027fc29b10b5d027bdb32d8e5acabb, '', 0, '?'),
(0x321f6dda85156b0f9f17edf118edbad5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 1, 0x00000000000000000000000000000000, 0x525c1ffb4cebbab527f0f70f81e37f51, 0xf88b30268af6c5fe4dac138e73d48efef1dbc7cca963d67c98f7ca099b056176, '', 0, '?'),
(0x7c999e48e53fd21e97676c5548d30cbe, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 1, 0x00000000000000000000000000000000, 0x42ccdfd512d0bc86f09dc0157ad6b55f, 0xfc5616b22d3290deb83c6e0f7b733f498df5ddb857bdec3e66bd8dc973e528a7, '', 0, '?'),
(0xf9643df5210075b962868b88069d9835, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 1, 0x00000000000000000000000000000000, 0x24ad639a368110333ebfa96edb0f4d22, 0xd5cedff5b3fc6490e211aefb12ca3194de99477023b75c9033e966f89a27e52e, '', 0, '?'),
(0x4b9e3fd49ad8fae6a7af12aebea380e1, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 1, 0x00000000000000000000000000000000, 0x7a8905bf9a729c1c3e553c7a3178d665, 0xd3324cbe599bc8ecd0360f5bfe1fbddc538ae26a18cde840021c064b0bc28a23, '', 0, '?'),
(0x1915283b0ad81c9bb5bfbec43ae50878, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 1, 0x00000000000000000000000000000000, 0x48d9ef5737e650412cbaff1f4978277f, 0xfd3e3ae7ea0eed69499ad4736be07eade1c8e42b18dde3a14b6c9c29c87369ea, '', 0, '?'),
(0x66813ea60d293edec94a3563310a9db9, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x4c10c49cc2d24c05a6c8907234f2720b, 0xc19392ce048a0dbac92673f0f733fbe5f77f489f29431e4ed1299231160a4ab6, '', 0, '?'),
(0x11f601128bac2378a4472d3b8eeb4309, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 1, 0x00000000000000000000000000000000, 0x0ed581de55f2ab33e1d2bec950a8036d, 0x066fda610ecb19e52f8f6a056e75f8ddda46f51d9d581b5dbef2537bcc75a5e1, '', 0, '?'),
(0xa434807c41214b0ab3ea71ee3c5d65f5, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 1, 0x00000000000000000000000000000000, 0x555229b8b37df1672918769aa4cb5773, 0x19805154b1d8df40ea6b88b49bc9f09abb13ab8922ac2196394388a208dce861, '', 0, '?'),
(0xe32b9fcab3bf81c07c6f4ccae5039245, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 1, 0x00000000000000000000000000000000, 0x953c54820395f1108c573c6c1830d3b5, 0xdba1a62df64f4e1d7e2afafe8d5fe5a311b38e3eb4ee67de173ca10b86d3f0be, '', 0, '?'),
(0x5d5b5e4677b281a1da4cae298088b62d, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 1, 0x00000000000000000000000000000000, 0x7f4bab0f38114912ba6470986f0f3f45, 0x549df3219b4809f9a2d898f12c43f4ad08617ebc4b4fd7504a9de8e1ffcc39df, '', 0, '?'),
(0x8a3a5c9ea4f3565ee90a992b61423e68, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xde7fa899c69d0a072500e508ef137f91, 0xeef58a67269d416770aae79049e838341bdd1ae1e7c71e9cdb42cdf96aa0f707, '', 0, '?'),
(0x6d365d1dcf187db4982fdaa1ad232703, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/composer.json', 1, 0x00000000000000000000000000000000, 0x4e860b666ae0b05a6562c6c4afa79eb3, 0xe924d888af8abe6be251ef992f582b253fe64eb9353580a2b1e633cdffd23304, '', 0, '?'),
(0xa8897a37fec8613cceb610693d692fc1, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/composer.lock', 1, 0x00000000000000000000000000000000, 0x9cc66e15eab9ada2541c1bed7081bb59, 0x2b06c2b44e872da807ea2f7a662677e99f4e7c8913673650834eaf684b3a1ff6, '', 0, '?'),
(0x921a57980e7056b0be1d713905ed8ad3, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Assets.php', 1, 0x00000000000000000000000000000000, 0xde446b8f9983d800d47c089e58ffb800, 0x4141f3280c9b5671fb0e7a1d6e2bdcd50e5aac328a83ebf580c890af8aaae22e, '', 0, '?'),
(0xfd285a309fc22047ae013546fbcb3bb0, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Iframe.php', 1, 0x00000000000000000000000000000000, 0x134ba2285f8350204e4204733bcddf85, 0x29eca27d670a44ebed6708c178ac44707bcf75d2b98832da3fc345abc6d4b00b, '', 0, '?'),
(0xec573ae98da60c27e24f696a2809aafa, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Image.php', 1, 0x00000000000000000000000000000000, 0x6a468cf181fc9aa6e0c58f00751014ed, 0x9db097b247b2e4b68a6adb389f77d00257858d3acaf60c4f73536aab92b29a91, '', 0, '?'),
(0xa1817e980ab8be7e3b822672fa5d4d5d, 'wp-content/plugins/rocket-lazy-load/views/admin-page.php', 1, 0x00000000000000000000000000000000, 0x4e054332b505dd4e9e1e6c2b3b02a7e9, 0x11bbe182a0e7de1138a86509fd80c0673184d17a4ad85699f7c6630dafeaf750, '', 0, '?'),
(0xe5b9102748bb3b2ba9640a8f0d632a46, 'wp-content/plugins/rocket-lazy-load/views/imagify-notice.php', 1, 0x00000000000000000000000000000000, 0x1968883302409821e54dd136320802af, 0x59bb953414251e9c3f5eca4cad07819b1828743e15804f19f34f43cac27d2db8, '', 0, '?'),
(0x459b4b4946cab682e8ff0826bc0b65e5, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/banner-772x250.jpg', 1, 0x00000000000000000000000000000000, 0x1434b4fcf7af5d7c8f91f5edfb24843b, 0xa1b1a32485b432ececd99ba555c9ca092d0045ef4196bcffffd7b373df37c640, '', 0, '?'),
(0xc12c8c903b98951487f0e956d84ee169, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/icon-128x128.png', 1, 0x00000000000000000000000000000000, 0x5f21fcd94c4f1a47a721f54ceaa03771, 0xd87086c9ceb0bc13b8fe8def4542b8932d4cba515c8c8c4290ba09388964c5e5, '', 0, '?'),
(0x671c6c0fd0a57234452975fbff263506, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/icon-256x256.png', 1, 0x00000000000000000000000000000000, 0x38e1809d1f8184c7f4346f5a5c3f7cad, 0xa956951cd314a88bc937d93bdfae6afec72cce0a3cde1dddd8f6a41aa6f66245, '', 0, '?'),
(0x0a268a3ae8161199fece1c99ed688570, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x2c001523dc58e53810341f62239eaa05, 0x26bdc8fa4661e14d5c7d32e3347ebd63f49773e5157befee1baa0e87547e0ae6, '', 0, '?'),
(0x99d3086d23faf049eddd510c35f390a4, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-10.png', 1, 0x00000000000000000000000000000000, 0x321ea702ecea050d4660b5798dd402a8, 0xcf5d77a035bc040c041045852d830a28be0e858c9fbbe6184f33128b994fff3c, '', 0, '?'),
(0x80b355ba1d035c7070496bbb5f496386, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-11.png', 1, 0x00000000000000000000000000000000, 0x4f357c5c1a8dc015f363b2a9ef20830d, 0x171130058a9a3f5831146e76cae2187bd337375fdc0d555f165007dd34e81278, '', 0, '?'),
(0xe3b19dd38555d575e51ee2ea245b9b5e, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0xdd4f17cd916aaffbf1a54c77d2204bae, 0x7d84761395e34c0327ab8a6bd92de8bbe6a5d31c4cc0cc01a43a22b5ce297c6a, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x263d006dd39062a5b71ef5561049fe41, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0xdbdcbc39341819e40ea045f5bd280c0e, 0xd371ebcbb153057fec2b45511bc2b7cafd8455b39bb3c2b511a71c7d1346d5be, '', 0, '?'),
(0x28f3c69b16751a2101b01aaa8e448aa6, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0x0dfc6885addf4adb07f594723c3bc80c, 0x861d78125dee73e47029ad329b1b38fda35706aa04a801dd83307cfbf54e6cc1, '', 0, '?'),
(0x9184aec48fac2a52e66e25cfb16ba1e1, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-5.png', 1, 0x00000000000000000000000000000000, 0x0d22a9d1099b27f809cd3e5874b0a2b8, 0x49d23c4a725c2cb92217d79475d41cfa2ea389c8d747ca10c21b6b9cade35be0, '', 0, '?'),
(0xaca445a033d580e1d5096faf62cc6988, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0xdb1af929c439abd2cc04975f5a57b19d, 0x979bce70ee0ea6282da2fe335854328c110f42c3ae60ec9281bae7ce873d2851, '', 0, '?'),
(0xb2344549f21b0ec92cdf63d8f96f5c6d, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-7.png', 1, 0x00000000000000000000000000000000, 0x1ebbdf6921c97bab1cd78d7cb8689c2e, 0xb7f8c24f18e9f6b3124c21718cb7d4856f59f79562d4bec86ee3adf23036d0e4, '', 0, '?'),
(0xee42f6bfd969f4e86ca71b2e7d51a44f, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-8.png', 1, 0x00000000000000000000000000000000, 0x0592b67461068d5af5a257d93be28e2e, 0x9942ae2dc7580ecc6d41e6fe9c5139013d01c8bfcc5ab6edf05c788ee057fa68, '', 0, '?'),
(0x9368409cb53fddf5619bd82e9fee4650, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-9.png', 1, 0x00000000000000000000000000000000, 0xbe63036080686790f1c43d5c9d64cd39, 0xd93ee70e269f4e8808e5f6ca990626e935c1f7aaa24b14d55c8718269ba1fe1a, '', 0, '?'),
(0xb6e8039b580494ee829ab81f81850025, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-filters.php', 1, 0x00000000000000000000000000000000, 0xb72baae69f7a55feb257f8256ff5905a, 0x64a47f5d3f81b9d269e6fe614daa3175f22b7e1317ae84a37de5c9b00dfd02a7, '', 0, '?'),
(0x5e45db75f1b94021ca729af350ccc920, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-mc-optin.php', 1, 0x00000000000000000000000000000000, 0xe1064da2fad973cefcf314a9d0a1e76f, 0x1ba7aae28a75ad751f27f2e3491a5c80bd2d330f1ce303437bef6c450eea80d2, '', 0, '?'),
(0x770855ea15a53111dc2ea152153f47d8, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx-widget.php', 1, 0x00000000000000000000000000000000, 0x6dbb614eba0e8bd64312faa4e224d91b, 0x9d8989a110e51516eb91b15a47deb1924582cb6a25f73c3cb18a3bf99844c45d, '', 0, '?'),
(0xdad72604b1d89bf6bd0a2b08cc6e48cb, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx.php', 1, 0x00000000000000000000000000000000, 0x7bea78ed8bb705ff525439895f57ae57, 0x0dca21113f861cce2127e6a8bc70b8661703363dab83a969ab3a7b688d580447, '', 0, '?'),
(0x8d2a5c79a80e58b1b887dd0ca9a5c839, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php', 1, 0x00000000000000000000000000000000, 0x3ca6fa6fb2977210dba711ab8a27483b, 0x67abd704a6dde713689f03027a2c0fd4bd14d4563657cfb935b2440fae6312ee, '', 0, '?'),
(0x4eb30487d9675231df4ff624a2ecb9f3, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-statistics.php', 1, 0x00000000000000000000000000000000, 0x0c5bbe2ce2fa7c6c3a873b1deb04c118, 0x7bb1b152c20e00ca330f9229a9b7e2f86814c6353133b4e638ede7fdbfb9f38b, '', 0, '?'),
(0x2960ed6438a78b57fba35d6c3c06315b, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php', 1, 0x00000000000000000000000000000000, 0x8558e4c6e6df20fb5b54600ce31d8f2d, 0xddd51cc53673e31867e4bc7cbe900004e8294d1a157d0b6d15cb79762e2e350e, '', 0, '?'),
(0x3eab05abb91730d8668933bad55fe43a, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-virtual-pages.php', 1, 0x00000000000000000000000000000000, 0xf25dffe7e42b66291f0cd4e5f16c5247, 0x2d8eafb2848bea2fbd9be53e59886d0a4d6dfc7676c116062c1ff75ff988bfd0, '', 0, '?'),
(0x740dcb1f6b0732ded4e7562f14f16603, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/integration/class-buddypress-override.php', 1, 0x00000000000000000000000000000000, 0xe49d401fe27c8e2c19de504488f8d018, 0xa059697392d0d6e9226f2d9feaf8b111ecbb73b5e818e816ce4961da3360c81a, '', 0, '?'),
(0x17ff7ab07feb9760bd65c063e5c8b2c9, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/integration/class-buddypress.php', 1, 0x00000000000000000000000000000000, 0xf84ff9eea5bf5ccc5b427a59873fe002, 0x94da458368d4b3e785ed25355e9a8337a1ffd50324890a34c812670fc5b92054, '', 0, '?'),
(0x218cd0371cdee8472965e3cf8b0472bb, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-api.php', 1, 0x00000000000000000000000000000000, 0xf1f976d878816771aed5ddad78082d47, 0xeadc6bcf31ca1a56f3e98894bfa77835827184dc503dbe233c1a0f974fad68de, '', 0, '?'),
(0x4eb3249241eb07e345e477d184c64857, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-php.php', 1, 0x00000000000000000000000000000000, 0x74e08d0740d044af374d59ab789eb8c1, 0x5f58330b7a9fd2f8f4489f88adb10634b7d53f922f3416af5def9b4a5458f717, '', 0, '?'),
(0x1110d16282354bbd759d398cb1dec20d, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-smtp.php', 1, 0x00000000000000000000000000000000, 0x87cf604f0e122e26e18d5b6069fad116, 0x9088af4ff45cd291fecc515e6e1424eaabc4c92c455ed84b048e111615c8918b, '', 0, '?'),
(0x06c50e2695147998f32a3cdda196e8df, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-translator.php', 1, 0x00000000000000000000000000000000, 0xac94783fc6e2e2163734957382c4257d, 0x30a4f1ebb4d56dbd3be79cc9b11f0ddeddaccbc86d0da4368239f12c07db4eb9, '', 0, '?'),
(0xf1207a867bb112c893fbc299340484ea, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/interfaces/class-sendgrid-interface.php', 1, 0x00000000000000000000000000000000, 0x7f96a5b8342dfcd5c8702cd6e597f470, 0x5916b8acf7ed2d141374be942fefbbbd4212947b5235d2fa1db75fc1266892f2, '', 0, '?'),
(0xdc33d40ec8a12302be6b86409d53f7e2, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/sendgrid-api-v3.php', 1, 0x00000000000000000000000000000000, 0x7223a1330a8fe716153c566a69904d2f, 0x5d0e4fcc9d2c20cf8c26e32fbe0038317ed91cb03389d9ae65a401646a4962ca, '', 0, '?'),
(0xf4ada926b1f22742cef992eafac88c9b, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/sendgrid-wp-mail.php', 1, 0x00000000000000000000000000000000, 0x939fdaf032eb1c723287be212e7c9d2a, 0x197aaf1c426b7ae2c6c1bd602d819ffe64fdccafb189d714a9732c25a03f378a, '', 0, '?'),
(0x00adcba6f734b6a68ebd6a7eec8b81cb, 'wp-content/plugins/sendgrid-email-delivery-simplified/readme.txt', 1, 0x00000000000000000000000000000000, 0xf2a49a988f626b8de31d319edc78a411, 0x2890c8b571539543bfa703c7c49f3c9ffb2cfe200227bf66100316d9b0632a6d, '', 0, '?'),
(0xfa207ca4b69ff4ceea4dd3a908869bb5, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xa927d1f084abb0e5d394c5bbfa3f3b52, 0x61efb24f80cbb87855ffe2e618a616510dac5875b1e8b90f6c5449b36039952b, '', 0, '?'),
(0x08388c12cae7d8b43ce5a90198b47ddf, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/is_mail.php', 1, 0x00000000000000000000000000000000, 0x019efe862bd620acad586bbee4df5003, 0x3e002fb7c739d39647901ca763f069734a0a206a600b33443482695da50508dc, '', 0, '?'),
(0xd79c4658a88e188f15ab6e8c18be7b74, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/DomainOutOfBoundsException.php', 1, 0x00000000000000000000000000000000, 0x3351d0dd961aa41b01a082e90aeae0f5, 0x6f31739e62234045422de0dc907eeebbda64808e4bd5a27c81db67fc06e7b606, '', 0, '?'),
(0x3a82686d84c04fed433c6d07c0d0f6f3, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/LabelOutOfBoundsException.php', 1, 0x00000000000000000000000000000000, 0x31db564c09fcb93ae53b0509f8bc16a4, 0xb5f4208cda04c245e0fea74de6191db6e9fedc344ad1b8ca5d13d5d7256d524f, '', 0, '?'),
(0x26b761ce8c4db6d67df7f49a9ee108b3, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/OutOfBoundsException.php', 1, 0x00000000000000000000000000000000, 0xd72ba0bd4d65cf82c0bd50f26efb0d8a, 0x40ae5e21a00721253a26e92597da0ab0080d2f9cb9e850a3e37857e06e4b962e, '', 0, '?'),
(0xe0b2c9719b291bcc559ea09c280d6528, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/LICENSE', 1, 0x00000000000000000000000000000000, 0xaa16dc4b26138bef55aa78ad4bd1fcd7, 0x55e968c318ac4d6cc1ca71ab53d7718c3a412d5c06bf9c7f5d5efeffa9bc1c78, '', 0, '?'),
(0x48160c9b6883b2c63b84b5df5b027215, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Punycode.php', 1, 0x00000000000000000000000000000000, 0xf05ef02572e334e007e70ad48e93e182, 0x67e8a328f0d0bed63071b050c202d3f3db8b55010cfac9f56a2df24ddc3c6b6b, '', 0, '?'),
(0x0cfdc7d22206b1c2fb85d27429b16d18, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/Client.php', 1, 0x00000000000000000000000000000000, 0x190552b6b7c7389fee0e7ad35131dff3, 0x901e2f1cd0aaceb3421c6be07974834c994295a69e3d38ed6769a26a5dc325f9, '', 0, '?'),
(0x68ded73c345a90738aa84e262db20ef2, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Email.php', 1, 0x00000000000000000000000000000000, 0x047e6345c1ea1f877164b5234b6c638b, 0x138a1fb27fdf933444815f08f8429740dca80d51ff2b5d2a60521ec172276941, '', 0, '?'),
(0x1258b4d0116bea7927f0d5a98dda02ea, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Exception.php', 1, 0x00000000000000000000000000000000, 0x2b248d76010822e8c3b2a842a7cbaf3e, 0x42f874ddaaaa373e814ad59770b7123d846bc87349507306d5c5d0d486988116, '', 0, '?'),
(0xe19c361350b82a66c5cd7a3872c05534, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Response.php', 1, 0x00000000000000000000000000000000, 0x8ecdeeb6d31c59453564968b9d316ab1, 0xfef1ca7170de2a160631d0b36ac36e5c3e3846ab55868be5f15a8d35a6aed526, '', 0, '?'),
(0xb4632a3577cdc9a1625bbc75a54eaea8, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid.php', 1, 0x00000000000000000000000000000000, 0x7d6d9fc63098de220e436c3537362f4a, 0x9fd82acb7734af6dd46c107616ed92527da449335d4321f0df49358b434b8ce7, '', 0, '?'),
(0x6d7a674de9ed3ee49297c4103bdcd488, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/api_keys.php', 1, 0x00000000000000000000000000000000, 0x44b66d04f2fa335b39506c16def7fc70, 0xcab51b01bf3bdc4f6ed86ec8d6ed53ad81a2198477c463826a18dc7fb14808ba, '', 0, '?'),
(0xcf0f4b6853b475f429f9a5297627a566, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/asm_groups.php', 1, 0x00000000000000000000000000000000, 0x614a6e3e7dbb2fccce44bde1cde1c0a2, 0x4506cae3f16712c482b31197a48504672a0c5a11c23669d20eded35284fa96d0, '', 0, '?'),
(0x46dceb0a998eea823987f19376579771, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/asm_suppressions.php', 1, 0x00000000000000000000000000000000, 0x5f3c4761738d4f9cfa78e56150beae58, 0x3f382b52e86a46aa55755dceb0ac20cac88b1acb9fcdfbfc8349c4a243c6074b, '', 0, '?'),
(0x4506f9c63ce3186915faeb152f396a5b, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/global_stats.php', 1, 0x00000000000000000000000000000000, 0x371f147dd6a9f0904dc88272d135e27c, 0xeb54fb3cdf66fee2e7a00cecf3972617a695100043b0969424e0eef6b2d5a002, '', 0, '?'),
(0xf5c4efa345ec30461de986f1e9a91352, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/smtpapi-php/Smtpapi/Header.php', 1, 0x00000000000000000000000000000000, 0xcd4330638ac08eae163875ee2dbfa116, 0x836a5cf82d76fb13f8154bce0a14a04df0e83a1755ffe09860b9d778078934d4, '', 0, '?'),
(0xe17ee6a190f0fd752b873b0f372f99cd, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/smtpapi-php/Smtpapi.php', 1, 0x00000000000000000000000000000000, 0x46ba83e7325cdc0530bfc2b3638e2800, 0x76b62d286e004299171605a468fcad79a926327d852465e6cbb137fb47e683c3, '', 0, '?'),
(0xfdd668352b25f5545ce016d3dd3c884f, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/animated-overlay.gif', 1, 0x00000000000000000000000000000000, 0x2b912f7c0653008ca28ebacda49025e7, 0x7a3c4cf6c4031d56a4ed9989a08a25270ffad5507f6bf72640911f4453c5dca5, '', 0, '?'),
(0xf2143e7c9a73572185ff74d950e6b27a, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png', 1, 0x00000000000000000000000000000000, 0x84252111d18aad5171e28b235cc4433e, 0xd9480c20a56810319f2946dabdf4ec57a3180aebce5509c04106e30e93a7a970, '', 0, '?'),
(0xa4e63d4a3b234f148b3310b99b3ab9b0, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_flat_75_ffffff_40x100.png', 1, 0x00000000000000000000000000000000, 0xe95fd7e585f5d0d11aa5e90c3988397b, 0x2e7a49ce9ab74c179d378d6709957800014eee7100af939a6c0434356270a934, '', 0, '?'),
(0xea727e41ced520a3f0da81511decc704, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png', 1, 0x00000000000000000000000000000000, 0x1ed3973cf33331012b6519fad092db7b, 0x7affd299566c82acd5638afcd4e6c2e5b21b7ba09f7b0512c2349c19956f231e, '', 0, '?'),
(0x787c012e045b3a08bb8cead5c7eb2a3b, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_65_ffffff_1x400.png', 1, 0x00000000000000000000000000000000, 0xee91a2025f590fb9028e061bd63e5569, 0x926f59243cf9ac9708d095efd2094557db36d7d25ae6abfb57d5e72e4e110249, '', 0, '?'),
(0xad016896d00a6981663b4ecd135785ad, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_75_dadada_1x400.png', 1, 0x00000000000000000000000000000000, 0x4a2acfe65378c3491e2fbc7d3dc825ce, 0xc7020674b96567c809551489996adb5a7e811cc47817c25afb92e562a7e20876, '', 0, '?'),
(0xef503e50497356100a35239f571ea6f6, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png', 1, 0x00000000000000000000000000000000, 0xbc29e7bd04d8b0be57def3221e5b2391, 0x644f4db3cee3e8f75d91bb220a3fa1463d571c97426202b49c18e3c2936919b7, '', 0, '?'),
(0x0cfed204abb30468e50221119a397921, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png', 1, 0x00000000000000000000000000000000, 0x3df0e35ffe92547e685ac2b706a37a75, 0xcad89cd22052c803b1f147a7c860df42df6ee6a3d9e32b44cb5aaf0f787fc97b, '', 0, '?'),
(0x8ee221638e9c49ec0b0b73aa1d1f71ef, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png', 1, 0x00000000000000000000000000000000, 0x64840d604f55f4055be2ac73b6e54fad, 0x2784debeda12a87978e415f52388d46f42a67e5ed987da15c9c5dc005b474a86, '', 0, '?'),
(0x0009e6dccd428c2671c802171bdf7e3d, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_222222_256x240.png', 1, 0x00000000000000000000000000000000, 0xa1b3887a86cf1791f23c0b53b4d3585f, 0xdabe918ee8ed11122a36acf883315a28fe02189cfff6279d110a23ac57a33d36, '', 0, '?'),
(0x8188cb7e1c188c8c22d124309c3a74d6, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_2e83ff_256x240.png', 1, 0x00000000000000000000000000000000, 0x764c37efbf6d7ffc176b466fadc6f2ca, 0x54147af261e18d13d48ba79f33a15b6dcbaca5025f6f668c0630fe066a117357, '', 0, '?'),
(0xd70aff6c3061cd53805bbf53d6ed71a7, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_454545_256x240.png', 1, 0x00000000000000000000000000000000, 0x6b29e362591a05e270b33c4fc3f67cb2, 0x76fb59e68daf397bace10680e610a2d7841a58c15f5509c68e05fc10128ef024, '', 0, '?'),
(0x673e90494bc680365f6e2b0a0e0d9452, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_888888_256x240.png', 1, 0x00000000000000000000000000000000, 0x302ae7a7aed5730c16146b677b123638, 0xa22c2c62e30a71f0488ce387796e3d45302ee941817ae1ee1f4045b83e6c7cee, '', 0, '?'),
(0xfcf85461b81224ebfa4f7870c769873f, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_cd0a0a_256x240.png', 1, 0x00000000000000000000000000000000, 0x5c78585b80fbf4342d21674a04e89c8b, 0x54bc61e8635a0933490857bbb11c509c90578fc5904d6c7f4ba5547a3b749412, '', 0, '?'),
(0x272c1c07bc8e3537610301ecc8a40348, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/jquery-ui-1.10.3.custom.css', 1, 0x00000000000000000000000000000000, 0x9ef7eee7f3811c6c445e23e7419809da, 0xbc4d55cf6ec0f57f84dd75b566d81543536e1f867f67286773b53c181453e2e2, '', 0, '?'),
(0x8fb61d8f8d01a7d156826f06701d8787, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/select2.min.css', 1, 0x00000000000000000000000000000000, 0xd44571114a90b9226cd654d3c7d9442c, 0x0ede564235b8efd4d184c88894af50a1d89f61eb6e6867fbbebe21c59e060d54, '', 0, '?'),
(0x9dff421e904ea54874ffd04556d4877f, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/sendgrid.css', 1, 0x00000000000000000000000000000000, 0x79be4bbec944fb4e9f83627fbd7dab0f, 0xa3e010bbe146c79dacdf2758bff21bbcbc86eb4d35bbd3c5366db1c04750b3e0, '', 0, '?'),
(0x48d8d05aaefc0d70b66627e9a0398b1f, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/loader.gif', 1, 0x00000000000000000000000000000000, 0x06a6a7f403ae60b5c6232623f83bf219, 0xc8f765f315998b443f7cfed99a1cf8ca884371cb356597c706cf4ecf7491c8f2, '', 0, '?'),
(0xc8557ba9d3392fd6e3b4631bddf12628, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/logo.png', 1, 0x00000000000000000000000000000000, 0x353129a4f0282495979ce66ce041ac5d, 0xa9488517f8067e4ac62ff3742be0365ee7ac4754e1ab30adf9f0eaf475aae868, '', 0, '?'),
(0x7eac28d9d01d4559f26edca04f5c771a, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/logo32.png', 1, 0x00000000000000000000000000000000, 0xea8be6da8f06c1c138678c2072805a6b, 0xc20de65ba667db1b352c155810bec73d9667803434f49d978d9af0736cbb7c58, '', 0, '?'),
(0xbb61d39b900f21ccc78c7621cbe110da, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.js', 1, 0x00000000000000000000000000000000, 0xa387f36043bd8bd2b963e9e2d47e9e82, 0x794e298e0faa55b269ce15ad29d5260ac06c20e14ae4a66bdf05b55295608ff0, '', 0, '?'),
(0xd023f4add1bf01413006a1e4ca5c0898, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.symbol.js', 1, 0x00000000000000000000000000000000, 0x4c5647ac00f62f00d9584c17ab7c3504, 0xa118909fce203ad82c92507db0e8d28cfcead18e08d86096a8e70b24b61d2c02, '', 0, '?'),
(0x08b5b6e6315876c817be1747ddaa9164, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.time.js', 1, 0x00000000000000000000000000000000, 0x5744f9f3abeda8979635f87a1c892949, 0x1424c0c484c540bc8aa179554ea3525e3167ca79f7b43f51d2ec4c07992dd377, '', 0, '?'),
(0xcf78c7cf2215a7f03daf2c69cc2c392a, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.togglelegend.js', 1, 0x00000000000000000000000000000000, 0xa608154462a5bf16758042f4e7d74bf9, 0x5c7727854379f250c5a7e1678d224bdeca088ac0db6c187218ad36799a85d889, '', 0, '?'),
(0x0738bdc0bb7af62142ce34247045dfc6, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.ui.datepicker.js', 1, 0x00000000000000000000000000000000, 0x059b3cd66b443a46d7a65a6a9e40681a, 0x5df6be468e64e90592bdc95e23eb5bb61486cd6323233fd1d5cd75d0a8cdce41, '', 0, '?'),
(0xc33eb4d039580585ee0d181805bfacbd, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/select2.full.min.js', 1, 0x00000000000000000000000000000000, 0xda607360bcc65284a197ada3d68d5439, 0xd8a5a6f88c0b49032534c21bb630c407759972803d54a04feb5445002fa77027, '', 0, '?'),
(0x2143eb4de94658cc9c92f0062ac55a0d, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/sendgrid.settings-v1.7.3.js', 1, 0x00000000000000000000000000000000, 0x20087e458c906f6ccaf18e050def7586, 0x356cc62e5fa435a2396211bb07ecc1f761b947885dd5aa5bbf5d3457fb3abb0d, '', 0, '?'),
(0x0d8d51a0b725f82799fc96ccf9e5f988, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/sendgrid.stats-v1.7.3.js', 1, 0x00000000000000000000000000000000, 0x41d618ed5db2c38326e00609526834ce, 0x150ba387d128db900f87f66d205ac0b0962d60dc9b327ee6ecc72814a0865d25, '', 0, '?'),
(0xc8f46fb80106915e6b582afa3c1174ff, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_compliance.php', 1, 0x00000000000000000000000000000000, 0xb81f35599f2905c3810e07a0131b6a12, 0xd482ea9e775bbef7d88dbe8addcf7d50b93a222dae40bc32725b55fb6a08f35b, '', 0, '?'),
(0xa3d9164bc5382b24d8b256f952696b2b, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_deliveries.php', 1, 0x00000000000000000000000000000000, 0x2d78e98b0523bd59ea1ee8e123b4f57f, 0x777fc81efc0a44ffcc31ed616aeef160ce280093cdd379a83cc902564d681a23, '', 0, '?'),
(0x46b5fdeba0c8182d34e06e5ac27fdfa9, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_engagement.php', 1, 0x00000000000000000000000000000000, 0x7875895d841a9317499363274740034d, 0x2536b13a7d0ea760b8366f0bc99a9f18302136b0aabda89a17ceecc52d4d4913, '', 0, '?'),
(0xe8156601803e4b96c18bee1bb3041c55, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_widget.php', 1, 0x00000000000000000000000000000000, 0xad790a6e97e16f79dbd0d295c1a2c330, 0xb7823e7413aba48027ad30f57cf07fdb08c169668bced4152918d5c646a2f62c, '', 0, '?'),
(0x8517e9d8d70bfb7758a165559e5f350e, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_contextual_help.php', 1, 0x00000000000000000000000000000000, 0x010631d274b63b62e5102408aeafd708, 0x686ed0ffc12d5acbfb2b5b73bb2f885ab38d4356a9752d5e564a3a916d518a68, '', 0, '?'),
(0x47a899315c5f5b4e52fef929cd9e29c5, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings.php', 1, 0x00000000000000000000000000000000, 0xadd98b863f1fbff1ca22aa58e6c42d62, 0x84c1da7b928dbead2d3d2a73c2914ad57bc4f9668d2323cfb24ebe01d1e40356, '', 0, '?'),
(0xaf45c8c14feb3bb6a96de2c942b97e4f, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_general.php', 1, 0x00000000000000000000000000000000, 0x95439ebf9ef75eb9397cad0ec5393f3e, 0xdcd2585ed44935c68e00372795d35c174341017a27a1161b86f9045f81f863ef, '', 0, '?'),
(0xed7e1f299cc7d17bd71a0758d79687dd, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_multisite.php', 1, 0x00000000000000000000000000000000, 0xe0efd972150bd5cac45287e984495b17, 0x3b3503a936fc2226a2f24f53756541a4717dc5c00aaeed56ff370c1ffc5c5060, '', 0, '?'),
(0x6bd3c09e7b82d20ad4a9c87a0cee765c, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_nav.php', 1, 0x00000000000000000000000000000000, 0xca8642bbf55ea6b66a92a19dfcdc99b4, 0x1052c6c491ac699ae6f223cbcdb53cb207b9023971269cda3a7ee293390b9043, '', 0, '?'),
(0xbde8a29683fc1444599d97475e1fab33, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_nlvx.php', 1, 0x00000000000000000000000000000000, 0x81acdfaa2b637bd44aecdaecec2135a0, 0x08c3386fa7d49b4149eb8e53af36c008c9dc9bc5be1c7638abba7fe17889dbcf, '', 0, '?'),
(0xca655bbe50e36f651973f864f305f731, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_test_contact.php', 1, 0x00000000000000000000000000000000, 0xe9246ac273734afe20b995c788037ff0, 0x3e4ac8fe95718f740876df96fe7f6502ecadfa5ed18f4950284d47aa9475a9af, '', 0, '?'),
(0xdb8e6ef819f4aeeed992c7aee9862d6b, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_test_email.php', 1, 0x00000000000000000000000000000000, 0x414300e9e2c5809e4f04b94d4f7cf95d, 0x638845a3d47ba057df93112504ff626c314784a991899eeb8ffb97e1420c3fcd, '', 0, '?'),
(0xfd6e6960d09d4e2a64183dd6ed90ed67, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_stats.php', 1, 0x00000000000000000000000000000000, 0x59ee8b17148b36c41050706088545e18, 0xd13fd87b94ec0e05174db900f0c1da66b9511c6729b13eb92ea57f2d39f6e7a8, '', 0, '?'),
(0x187093480bb4b00496d5d84f7b44a7d7, 'wp-content/plugins/sendgrid-email-delivery-simplified/wpsendgrid.php', 1, 0x00000000000000000000000000000000, 0xfc093aa4c665d694a176563fc89e35e9, 0xd860a903520956f9aed16dafbefe9dc19a74b11a48e868721ad69f1cce325443, '', 0, '?'),
(0xe379ba014a8c772c9f65c684171c7413, 'wp-content/plugins/user-switching/CODE_OF_CONDUCT.md', 1, 0x00000000000000000000000000000000, 0xb0f9f729c886081aea36013e55b52f4c, 0x19a658e2f1288978517aa6cba92314c665b3f1360a68f877a590a6d2746ce15d, '', 0, '?'),
(0x48a5550fd75c1c2f221e57ea0e748196, 'wp-content/plugins/user-switching/LICENSE', 1, 0x00000000000000000000000000000000, 0xb18004f797bf44bfaabd04b62fc006ed, 0x764807b4a3503be57b6d1f4695f553e80a9f40d8d3830293f78249d5159af88c, '', 0, '?'),
(0x75bd0d6dd4b0613a309a32ad2c360bf3, 'wp-content/plugins/user-switching/phpstan.neon.dist', 1, 0x00000000000000000000000000000000, 0x1c1f1e18902795458ad5cee6e33da3d6, 0x14ab75937910ab4a4fb6d951cece5827d6f4c1743cce56922d307e196b614056, '', 0, '?'),
(0x51f7240be70f4ac0ffeaee41fa1bfcbb, 'wp-content/plugins/user-switching/readme.md', 0, 0x00000000000000000000000000000000, 0xa051865589826c02e410853b5aa864a3, 0x99734121e50d00636ebff5ff61297e4a3d83a7f48c7c04c516cd2e6dfff49186, '', 0, '?'),
(0xe26c7a4125be044a9282e80d203d66c1, 'wp-content/plugins/user-switching/user-switching.php', 1, 0x00000000000000000000000000000000, 0x588df2fc4f10d7c645f2c30134af0cd2, 0xb876143a029c793cf58c475b3f586e1704175192eb7e092964f0c91e355effa7, '', 0, '?'),
(0xcd824ed576ab90bcc0826282510857d2, 'wp-content/plugins/usersnap/readme.txt', 1, 0x00000000000000000000000000000000, 0x2b6079d9c3d425993578b28f607f99ad, 0xad53bb36873ae6b8b0433d0664ab423884ba0116cc713fec5fb390dbc1f4b200, '', 0, '?'),
(0x886ef8bad464a5fb1703435b09b280ac, 'wp-content/plugins/usersnap/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0x5cfec04fad27af2ec09a8a71953b4414, 0xf3c6a3ea87f24aa753370920ec101836045da16b45ed54ad3bc51682f5fc4852, '', 0, '?'),
(0x92e1cb6759e137b5f72209f6c6c41518, 'wp-content/plugins/usersnap/screenshot-2.png', 1, 0x00000000000000000000000000000000, 0x2f33c7df50d789c6fbdd86abd94e853b, 0x98be27d27d6bb00096851091a38e0c73d0712b2349c3e0c584465a07e5ccdd29, '', 0, '?'),
(0xa9ff481caafc2b271ff70a647f766669, 'wp-content/plugins/usersnap/screenshot-3.png', 1, 0x00000000000000000000000000000000, 0x89900b6e44b38063b6896eb20aa9c47e, 0x394b18236d7f601d567f6c7ac4a049bf711f59bb9919d0b1535903dca13844f6, '', 0, '?'),
(0x361a8195e07a79410899cd91498e2f2c, 'wp-content/plugins/usersnap/screenshot-4.png', 1, 0x00000000000000000000000000000000, 0x019252d29cca76398e76ac9dc18010f2, 0x9d4e309b6b41214374bf4dd844692072f8ddc18111093c5a57b4bc82ca5b654e, '', 0, '?'),
(0x8cc9770498f8241eca5250b159f30ffc, 'wp-content/plugins/usersnap/screenshot-5.jpg', 1, 0x00000000000000000000000000000000, 0xad4069899b0a77fd3e1a695b64cece5f, 0xa5b6def8edcfa384fb27160244d5fb40aa797c40a3a7c243b1bb63fe2b4696ba, '', 0, '?'),
(0x858d30e0298c84356d82875422f6249b, 'wp-content/plugins/usersnap/screenshot-6.png', 1, 0x00000000000000000000000000000000, 0x21e36ccb134170c690e4605eb66b9ee7, 0xb0f0b3acb0dedcb96c623dcf98342394e3b82de10a85359a58b5dc45873cd106, '', 0, '?'),
(0xb1ed6756cf1508c17d6e626a5e96cfe8, 'wp-content/plugins/usersnap/style.css', 1, 0x00000000000000000000000000000000, 0x275e0b893daf7d0983298d7a69dbbddd, 0x964ac61bef270dae2b4a0457852d36fa745d2518079b47d84529b74ebfe9a4b7, '', 0, '?'),
(0xcc0622848aea6f9c08ba1b6c83dbefb3, 'wp-content/plugins/usersnap/usersnap.php', 1, 0x00000000000000000000000000000000, 0x8508cc5743390d6a795350973b4ddef4, 0x7a1d9e903491eceaf8517b23e21b7b542e947fe75a1690e8b6611d6a791cd391, '', 0, '?'),
(0x353d39fae8f1f35c8df9a40acede07c2, 'wp-content/plugins/usersnap/usersnap_16x16.png', 1, 0x00000000000000000000000000000000, 0xcc75f10abf9ad1d8dc29dc790a0c82be, 0x8f4d97766b4048ff906868498060b4147143d0ad5484a47805a1550396c0948f, '', 0, '?'),
(0x9971e9f182f8dd71176323c605906c4b, 'wp-content/plugins/usersnap/usersnap_32x32.png', 1, 0x00000000000000000000000000000000, 0xc8ada29870b2da32beb1c9884823b1b0, 0xae597cd62cb378ec98b5bb38c3275dcd7b99e2b53c6f46e517069187b45bf7c2, '', 0, '?'),
(0xc06b6d0103d1c508712995fe4d9ac843, 'wp-content/plugins/usses/usses.php', 0, 0x00000000000000000000000000000000, 0x3f5f5d20514e76d88dc90de44361e9bf, 0x77cf0414da231456382807b7dfd2762a3c7eb4ec9ad1a4fe9fbdfda75ae333e8, '', 0, '?'),
(0x7beb05c79f8d71bd80e5bbe02175d608, 'wp-content/plugins/w3-total-cache/Base_Page_Settings.php', 1, 0x00000000000000000000000000000000, 0x5990364586d880e6b5dc614458ece8a7, 0x613f0bc4204e2ec6fe1611be0cba1d253021e4f4b573066cb25b063ada1d30a5, '', 0, '?'),
(0xf2433b3e623a5c32ca1896affd0ddd4f, 'wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0xbd9654bd6fde4bf8c2d6ee34f905ed4c, 0x1b8f7a6f9d5ad4cd0d463b1c04cd34690f791e41b972eebb6673ba04bad6ce03, '', 0, '?'),
(0xc20bcb063c596d969efca86064311663, 'wp-content/plugins/w3-total-cache/BrowserCache_Core.php', 1, 0x00000000000000000000000000000000, 0xe97a9ed20b2b2b450062efcc211e3908, 0xeb0749d16320cd9a2d9fefbc511eccc39fe863280e5cd5770f03c6ba9db57921, '', 0, '?'),
(0x5853c8afc988efe2b18e40d01f8778de, 'wp-content/plugins/w3-total-cache/BrowserCache_Environment.php', 1, 0x00000000000000000000000000000000, 0x88849c89fdb05ef6ffe7975357861881, 0xb779cc84e7ba6a1b130f26a3aa8de4c867858a1d6feb260d276b0dd0ffd4c1f8, '', 0, '?'),
(0xf4467cd3eef69a405553e9bc2c79d6b7, 'wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php', 1, 0x00000000000000000000000000000000, 0x5ae988968705e0be7decc6290c8ed535, 0xb2100bfba5a4cb0b75619c233da6ff8282ce02f3b2fdf856ffcee1c0514d4e66, '', 0, '?'),
(0xaeaccfafdd925a7751df785be6c0ebfc, 'wp-content/plugins/w3-total-cache/BrowserCache_Page.php', 1, 0x00000000000000000000000000000000, 0x8496b2d0b6216d5e17523d7c9a5264a4, 0xa1428cd7d1b615f4aea1454a475c5b467d38a94ba54927c8b44b59227f5b4c88, '', 0, '?'),
(0x71cd7f0e3b9d58e7df68f6a8f4455a5e, 'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php', 1, 0x00000000000000000000000000000000, 0x95984b433ee4f8f0381d71c19a75ccdf, 0x0d5a916804f045aaa1fe092e1a592c3d833635f7536e94cb25e5b18d1933e5c9, '', 0, '?'),
(0x89490c10627b9154446903679e91b256, 'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php', 1, 0x00000000000000000000000000000000, 0x47ccf204b3792bac09cb1fabc643b405, 0x3f4ac3468546fee42c38110b6c8a548e60ebbde31e06306719dba7adbf16f1e0, '', 0, '?'),
(0x9b26ca7f02a33530e0bd19a9b0040ed2, 'wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php', 1, 0x00000000000000000000000000000000, 0x89621e1064588777c345b163b62d3e78, 0x8506438891d0374b48e2faf670914bb565b19d848f9e876c936b49392b9d6f7d, '', 0, '?'),
(0xc8cb3efa102ec8bdc1b6b58bb64ea719, 'wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xdc5aaf1f08c246ce5c8dd6323a891859, 0x8285331cd903cbbfb658c1249562f7be0ae65cbb02fd147add13a173c228a172, '', 0, '?'),
(0x5083dc439f44b146b7aa3e40d1ade9ef, 'wp-content/plugins/w3-total-cache/Cache.php', 1, 0x00000000000000000000000000000000, 0x67aec82522a7d131cdf1b383594771a4, 0x39738806a13b7af225683bf18aef501aeb07b12b5bc505c9452906a06ac29d87, '', 0, '?'),
(0xbfe6a20974dff1e76193601adf26af4a, 'wp-content/plugins/w3-total-cache/CacheFlush.php', 1, 0x00000000000000000000000000000000, 0x935b683f37fc7a3f0f23a212e95eb414, 0xf6936837eeb9d00e863d9e0381e56873dd86166f729855827429932994b17aab, '', 0, '?'),
(0x03bddb730e8dbba014896335fe705253, 'wp-content/plugins/w3-total-cache/CacheFlush_Locally.php', 1, 0x00000000000000000000000000000000, 0xea678c12d4ff05394db862a97ca6ceea, 0xaf98f14dacc66dc9a02edea7f7200bcf6cb0aeb92584128b13779c06b3d9832a, '', 0, '?'),
(0xcc9b660420fdf040a95d41d49320c934, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xffded16ce8d7339853a9f7da4fea77ab, 0x82fcec5f1e9c41cc9d5e94d241f98b4364102d556749151e0462c3779679f0f3, '', 0, '?'),
(0xbc667a93b7b7ead8c2d6cb298d5d7d2d, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js', 1, 0x00000000000000000000000000000000, 0xd1c8b28fb625cdc85b2959ab5a13e27d, 0xe2e7182cb292edba431dc3d54def32403e8b3b98a62f5c596bd8d64d58a96108, '', 0, '?'),
(0x739877cc61232126305737dfecb4644b, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php', 1, 0x00000000000000000000000000000000, 0x7bd12a00bab8db57f89251daf9cde35e, 0xab491718143a91b437b26d6b3b317dd1089b2328c928e658fd4384416322329c, '', 0, '?'),
(0xf9541882eaee48daf99297016cd0734e, 'wp-content/plugins/w3-total-cache/Cache_Apc.php', 1, 0x00000000000000000000000000000000, 0x54ccaff2a035559742c0a809acd897a6, 0xd8025f0050ea76f12e42c1c1b3b5e7d871a8e26ba1e4efaa6cb158dd7432c248, '', 0, '?'),
(0x8959beb8a074d75efab269ac15cc1fd3, 'wp-content/plugins/w3-total-cache/Cache_Apcu.php', 1, 0x00000000000000000000000000000000, 0xeee2d53b0fff5601599ae9ac6aea35d5, 0x1cd16892fc52b0a96fd417b4337e1848654d040c6918f144eb79aae4de299643, '', 0, '?'),
(0x2f4fcd6f67e2922f26c2066c97dbde0c, 'wp-content/plugins/w3-total-cache/Cache_Base.php', 1, 0x00000000000000000000000000000000, 0xe5eb925f74f16fd8942ed4d4c77260d2, 0x7d89b1b77650cdfc877f5a9eba958f5c91d05a75373b4182b578eb55f29844a5, '', 0, '?'),
(0xbf3f6e40402fffd09d79acbe854d9434, 'wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php', 1, 0x00000000000000000000000000000000, 0x5f9e0ee38afc30ee1242842180ab7f9c, 0x095a473cb39c8f7c81867a7504737f2a4a7b1de291851d8296feaf2f7e51f8a9, '', 0, '?'),
(0x4b520d142b2283211553e0e8ad74237d, 'wp-content/plugins/w3-total-cache/Cache_File.php', 1, 0x00000000000000000000000000000000, 0x0d0ef58027098b26b82fcf67efad7b09, 0xd7429ba312c6a8684193855eebb5008ff6d533c8841ca3b68428fb4679e04dad, '', 0, '?'),
(0x21c1b4231e2015af526154feb2a14884, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php', 1, 0x00000000000000000000000000000000, 0x474f19769ea25d73b30d906485dc70cc, 0xc4ddbed458b40f079b4817af2b1e3b4189f0c9d3e2d4dff704d79b1d730d719e, '', 0, '?'),
(0xa8a70275501f55dac00093a45792d1ce, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php', 1, 0x00000000000000000000000000000000, 0x25d01b70e13b4cf417c105b0ca63bfe1, 0x14c75692f092e6152accdc8484ce2e497957375f9023927db9ac027f9eeeeba2, '', 0, '?'),
(0xd031f5dc9e54ad8a0a79a128333ecb1a, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php', 1, 0x00000000000000000000000000000000, 0xe63fe4a8802b12085fab6887f9a060b0, 0x0cb11ed66a9daa9359780cc4aaf5f9f6bbbe2ac6d7f96eb111ec4a4fe5f881dc, '', 0, '?'),
(0xa7903849e2a55bcbb9bfcf428fad4fd3, 'wp-content/plugins/w3-total-cache/Cache_File_Generic.php', 1, 0x00000000000000000000000000000000, 0x0397d6060c82d4ff56266e1b0bfd7cd5, 0x7972440fb02bfa40b26d7bba1e45d3c978fa158b519fb09279b8b5231476c22b, '', 0, '?'),
(0xf9fc165e1f506f10e1051bc41beb3257, 'wp-content/plugins/w3-total-cache/Cache_Memcache.php', 1, 0x00000000000000000000000000000000, 0xe498340e77a9018a74dd364b31f63b58, 0x5665a2ce77626059a6523a30a57685a3676351b81f0dd3e30ce11befc31fab59, '', 0, '?'),
(0x959f89906ca1462461ab0b4b2874f1c2, 'wp-content/plugins/w3-total-cache/Cache_Memcached.php', 1, 0x00000000000000000000000000000000, 0x54bcf0b081f0e562d3178cedf9f6a232, 0x9496f4294874b7ebf513dcb495eb7a56e9fb0b0193edc963aa47abd041b2c8bc, '', 0, '?'),
(0xb895a03d3a53c0eeac441391ec73348d, 'wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php', 1, 0x00000000000000000000000000000000, 0xe08953b7ec132c68715e1b58ebf86b55, 0x2aefb11b5ab69d98dbf40f9fa4d99bf5127f04e3022a8a75ea53b86c2643211e, '', 0, '?'),
(0x67572214803f7dcfeebe2ee834fe12c1, 'wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php', 1, 0x00000000000000000000000000000000, 0x5d7351315817544950f9430cd109c566, 0x26d3f16d2ebd9c50fb8d0a24435be8f511b37f6ee578888124af4ea2659698ba, '', 0, '?'),
(0xbb14e7e3c81550142ac70f9c7a9741a0, 'wp-content/plugins/w3-total-cache/Cache_Redis.php', 1, 0x00000000000000000000000000000000, 0x1bd97cb740e202f6c8b04c181e319a97, 0x66e9c6235837c7424bbc78ebc60b40351a31d9a2578280e5403f3ed64c1b1802, '', 0, '?'),
(0x2d90fc322268e1fd22f35a2b4bbc51c8, 'wp-content/plugins/w3-total-cache/Cache_Wincache.php', 1, 0x00000000000000000000000000000000, 0xcba890d45b3063a6b830c59f8797e180, 0x4b65a392934821a3143b8b26084f9c3d4efb1d39ff2016ee9359121b396064eb, '', 0, '?'),
(0x5873ee5b9a8993b4e8760dcda3c76b66, 'wp-content/plugins/w3-total-cache/Cache_Xcache.php', 1, 0x00000000000000000000000000000000, 0x53d0f7dd250f19b1634bebb51f373ce8, 0xbd26c94629855fd21a82dd1e4cce41b92753ef0e6269ea93af44ff7864f650ec, '', 0, '?'),
(0x10675f2f1c059a2fe69c882d77cd207f, 'wp-content/plugins/w3-total-cache/CdnEngine.php', 1, 0x00000000000000000000000000000000, 0x52d5b36a5ff8bae8113e3f1e8167d274, 0x722b6dd24b4b326e859a8897f74162facbaf7d250ab0c8405fd7bf091cd5bea3, '', 0, '?'),
(0x43f949df295c74260c70076844e9c750, 'wp-content/plugins/w3-total-cache/CdnEngine_Azure.php', 1, 0x00000000000000000000000000000000, 0x55007ee4ad62f0b1b4988b0e5f5ca86c, 0xe3371dde7c03f5e3c1417fc6cbb892c6ec98ac755a14bf6f6df108d24e81ff5e, '', 0, '?'),
(0x0856dd095406b0065e42803896397eea, 'wp-content/plugins/w3-total-cache/CdnEngine_Base.php', 1, 0x00000000000000000000000000000000, 0x82233fa9d89372cd09a8b453b88128dc, 0xe1589fd348b9bceafc7c7e3a918d8997ee34edae3c2aca12394d67184fc25a35, '', 0, '?'),
(0x38339689f1857a6b216983c4cbe4cf40, 'wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php', 1, 0x00000000000000000000000000000000, 0xf063ebf2576f3018a614e064b8877eb3, 0xfe96cc55ca63a093c078fc232d1d011a413adcba557720f81df9447e9ab94d6d, '', 0, '?'),
(0xe6530c4ad10f361e4faaa70bfffde792, 'wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php', 1, 0x00000000000000000000000000000000, 0x7808fb4085c15267971919eef00629a0, 0x4888a81355780b7e4fcbbb06154ccc21f1d3a8d8fa7177d1b62272bac0818f1c, '', 0, '?'),
(0xa4948e6995787188a08ba2b38cfb2b9b, 'wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php', 1, 0x00000000000000000000000000000000, 0x28d9a3fa0daa882c7a171a739b884f92, 0xbef3e2d60c00d03ed2d29f89054baa8df04ecad6a824999288cb5bd702793dc6, '', 0, '?'),
(0x018066e4923be848422cb3b0ee342b1a, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php', 1, 0x00000000000000000000000000000000, 0x7f204c33eaf3e85157114c22edd6922c, 0x29a2f8ad6058d618e1856b7e2122c164a43ff549a5246461ea614865990a5685, '', 0, '?'),
(0xfa6adffa23196375b142e76e40dc8f64, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php', 1, 0x00000000000000000000000000000000, 0x8270c704b3b958a4ce1b7e9438606bbd, 0x33e41661eeb22644e9d42a10f77623f95e52de974e1714308447e20049965e37, '', 0, '?'),
(0x27a268afe4a0b1ac10c76cbae08d0628, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php', 1, 0x00000000000000000000000000000000, 0x146bf7f44517453c8b065e176bf21408, 0xfc64b8c44e94c28012e2db45b78f79a2e7a389d3c498fae2a7d80daba1309d67, '', 0, '?'),
(0x491108948b9f66fdb341867f9e8ac5b7, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php', 1, 0x00000000000000000000000000000000, 0x080f39dd141aecbe4c04da51060c9890, 0x72195fdf136928a1142caa70a496bac8b0623bf9465845deb0dce8500223ce06, '', 0, '?'),
(0xfe842cc5a6509121b178f8974451aa6a, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php', 1, 0x00000000000000000000000000000000, 0x819c4818cd2f49eb214ad11425eca78f, 0x397528d0f4e2a7e39aab481156b49b9b6462b2b81bab0db38f3c6364b5d9c16a, '', 0, '?'),
(0x46d79a8dd4a0e78568075671e1534b04, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php', 1, 0x00000000000000000000000000000000, 0xd0054da42a40300cd3e0ee4b7c5acf46, 0x77bd99ce3f296e620ba38e53505b1ab68e49ad11b52fd10fb98575e0d37ad223, '', 0, '?'),
(0x1281e7dcc99746883f3170a7a937d1df, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php', 1, 0x00000000000000000000000000000000, 0x691ba75bd23ba4dabd0f05fbdb3d3c7a, 0x7bfce9cd3565ff0d734221fd1404da50dc3fb4f533fb09607dc1cc1e569990cf, '', 0, '?'),
(0x6448fdd45193f3d2192638973bf1ca18, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php', 1, 0x00000000000000000000000000000000, 0x243469ff21a973a26213eb342fa4cc8d, 0x307858feddd10b8570731c9a6524caf4932bd4c6130c120d8a42bcd3803c32b2, '', 0, '?'),
(0x444852b1fb69c665e326d8a6f5834f5b, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php', 1, 0x00000000000000000000000000000000, 0xee30d16c569664e86f3634aad4d2f695, 0x0f71a32d4835a7fb02bf5a1ed7ac5a9e0c54d7a952cc0f4eda59233ec508b7ab, '', 0, '?'),
(0xa3b431c9d2de283207bebf27c85dc82b, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php', 1, 0x00000000000000000000000000000000, 0x95a551d1ed9f78ed688ab0573237ef9a, 0xc1dea7f660ffcd8540f4c84ae75314e913e62eba984aaa650b9dc527ff8548f9, '', 0, '?'),
(0x75862298531abe0c9fd58b2a7c915e0f, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php', 1, 0x00000000000000000000000000000000, 0x8c453f8595674ec2f67ac4548281210c, 0xbc018e312efe6708cd136ac1789624f6d88709af9bc9fd3f933556a6b7a2e858, '', 0, '?'),
(0x275fd740c1169721a54bb3eeed40fb5a, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php', 1, 0x00000000000000000000000000000000, 0x53b18a88bf60dffd2c6ff30b24d3bba0, 0x0b8cbec774cdac0731a06d74eab058fe3403d74b0674a6cd3ee3083a667e74c6, '', 0, '?'),
(0x0089acd79df59cbd6bfd309c44a34668, 'wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php', 1, 0x00000000000000000000000000000000, 0x22fc4d3306ed762fac76426b37416385, 0xfb97eee3373e3345fc570f23483ca3c7651956f4a5b1151d33f852865dadbde7, '', 0, '?'),
(0x3aba7abc8f363acd455a2897af2bbe24, 'wp-content/plugins/w3-total-cache/CdnEngine_S3.php', 1, 0x00000000000000000000000000000000, 0x487d3b6485801d14a44f3c46ea6c0915, 0x672917ce56df111fe9a90dad77e9bddc8ca0b1b3a46e03f5fb47a56f9eef65d4, '', 0, '?'),
(0xa3416d4830ddebf028cdea529a359453, 'wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php', 1, 0x00000000000000000000000000000000, 0xb52a827393c77a6f84ebdcafc4e63101, 0x009d4b94976db7297cdddf69d1e0b8339e5edca2619f16ec8d5d85dba49854b7, '', 0, '?'),
(0x1678da55426bf53ff3964302c27d3a71, 'wp-content/plugins/w3-total-cache/Cdn_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x54852296ddece1af8ce62bf03aa34643, 0x86cce15a37c42e9359261fb2cbaa9fb6047d271b09ac235a329d95c94b95fbcd, '', 0, '?'),
(0xede58d95fe15138d03c9edeca536c14b, 'wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php', 1, 0x00000000000000000000000000000000, 0xcecfe34c965f660ed67f3ad696d93c9c, 0x8aca04289dd591fab3a5dc82a7d3ed849f96b951ea2b90fa2d4982d9be3918e4, '', 0, '?'),
(0x5b2bf2c09740e7a841f7a1bd83c47af5, 'wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php', 1, 0x00000000000000000000000000000000, 0x070df5cdb9091337fb484f6fdf6dffb5, 0xa6ccfe4ca75994da50a62098bc7e0dfa5a76ac9072162d3f231960961418757b, '', 0, '?'),
(0x575b9a25275a82f9a64530d4cc8295cd, 'wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0x1585ff41cfa8fdf36d10d54e157c3552, 0x4ad606810dd083145dce8df88beb3b31531928d55ea12d141ea44adfc609e07c, '', 0, '?'),
(0x7c1c14e47bf7f6ca67a81393d5608165, 'wp-content/plugins/w3-total-cache/Cdn_Core.php', 1, 0x00000000000000000000000000000000, 0x157a9ab2b09abd0420436d9bda3eb267, 0xa47a771f421d24ae3248e78e876e643f71db520ee941861e2cacb42fb29bbd04, '', 0, '?'),
(0x8688ed6900c73f75fd3090bac03730d5, 'wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php', 1, 0x00000000000000000000000000000000, 0xc595f20eab0d3301d3b618fc83049184, 0xa9105ca3212029ae33845b1c43e292b352a606255df2f667158efcd7d26c513c, '', 0, '?'),
(0x6999b3e8b0f101e7433e1cad79b56abe, 'wp-content/plugins/w3-total-cache/Cdn_Environment.php', 1, 0x00000000000000000000000000000000, 0xf2e786b253f1e2d34a8c6778be25c527, 0x06f0c57b29eb262eab4d528401ddad6ca708fa74d26aa3ab691eb28faf7a6219, '', 0, '?'),
(0x3ee4f925e5479866ed4887485df26c3c, 'wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php', 1, 0x00000000000000000000000000000000, 0x6a9dfbb97d0ac8c9ddfbb12be3bfc7cf, 0x47d9124e45d2f0cb018a67924418952e2e6867c69187798eb423818d75d9455f, '', 0, '?'),
(0x426a3739e9a615e3e570419efe6f66f1, 'wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0x9968aed9b0b9d848905d32def6021780, 0x4d10c952338ee6f37c3b365a46b8758c06b9453f65caffffd2a15d1f6af56b9a, '', 0, '?'),
(0x01681ae744d750ecebb115b3daf53a31, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x7f906804bf2e00f33c5eee1086999b57, 0x8de0564bb1ba912b5ad5bb95623a0dd6113c8c9c4bd07f84242b978512d1eec8, '', 0, '?'),
(0xcd8c29c769bca20a932411efdd6acf64, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php', 1, 0x00000000000000000000000000000000, 0x23cb1b9af369caced583264f14ff1ca4, 0x149fad00ac050bce3d5f4cb26e32fe789b685850be87fc8d1fcf67f830491f58, '', 0, '?'),
(0xa23a8dc096f8805840138dafaece0296, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js', 1, 0x00000000000000000000000000000000, 0x60ea1c5d267e2baf5cdb3bb70b67d387, 0xe8fde8d36793e5ea73518a27256ec0a360e7c09b6864ce0a9b87b47d13d47f3a, '', 0, '?'),
(0xde309ad35f205ffdf29f5f2c037d9346, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php', 1, 0x00000000000000000000000000000000, 0xed8d02aedd5c7cc8333939c07e10f036, 0xfd3c98040651fc1957ad26b93daad687e5dc089a75c27973c508ebdf4137a0ed, '', 0, '?'),
(0xfbeaf9de1d22417f98d7f55250b53210, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php', 1, 0x00000000000000000000000000000000, 0xf0b66b8c6aefc2a1836f8ba5c655dbf0, 0x89fc0bccd8540d60fa8274e41a63b423ab394553eaa6b78da0c44ed30b113387, '', 0, '?'),
(0x2efb475a96cc0f0f2bbd130122a79f9e, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php', 1, 0x00000000000000000000000000000000, 0x582b496b49204c8006ff41bca24dd5c2, 0xb21bbabba533d40a887990357692f5303919661cd4f69446771d87a290ab951f, '', 0, '?'),
(0xd3921e7f0ba881693ab3977552cf96bf, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php', 1, 0x00000000000000000000000000000000, 0x3397dad020af57972eb689a0203299ec, 0x8789824e423c5af27b56afd625abf695709d1cd6e43709153d679b15b52384fc, '', 0, '?'),
(0xdc854073237648b3b36cf0e8d24a44be, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php', 1, 0x00000000000000000000000000000000, 0x0db3deaee3cd1c847f13c1d9343ac9f8, 0xd86e3b0d0e6de54a8c841ab03c0c00449a422a03c8b2555ad00eddab1224b4f1, '', 0, '?'),
(0xb86ff42a159b8e58ec26f317e1a76255, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js', 1, 0x00000000000000000000000000000000, 0x181e0db90d682680d925e6fbc2c3f685, 0x5804eb7ad70424119a8a8b55082507477e3b5ab4e6f7fd10aea14802f0319c36, '', 0, '?'),
(0xfaeddeeb2c67d6d44b18091d3af30514, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php', 1, 0x00000000000000000000000000000000, 0x07e0fc11cc43a5efa6c5cedf0e24e0dc, 0xdd9b27d90e480ad2766c14c13614f6a45e7acf2c7e1eaf73414edff32c415bd7, '', 0, '?'),
(0xc555b0decf4970b5c0f0094e66a2fb3c, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php', 1, 0x00000000000000000000000000000000, 0xef4b8270c5dc06851268a08bc5ea9f52, 0x17f10e4bd15499ebf38c0d04eb15e8451cb8d80821a956c9c141e5412a4d9d17, '', 0, '?'),
(0x96772ca696acee8e15b28acfcfca72cb, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php', 1, 0x00000000000000000000000000000000, 0x28b46777e8c8ad69eb95f9c9670604f1, 0x8bdafa317fca192718e54ae4a67ddc8aa1c915de6409f5675cfa39e4c0f239bf, '', 0, '?'),
(0x8ed1f909250a8cf95d3eeecbfce5de9d, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0xaa9830a2d74744915598a808da3911cf, 0xf9fbf897b1db2e6a557cfe5d8a71f1a2a1cd2afc4e9edc335067b2213a2d42d2, '', 0, '?'),
(0x60e5563ac810a8712b25cae3fd4a7c23, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php', 1, 0x00000000000000000000000000000000, 0xa2e86ba5dfb77cc2cf27b9d13e5b4f6c, 0x03e85c8c9d77f82179a376f9a894a5c33d9f4b577f5b9ab6762097c6e7d937d1, '', 0, '?'),
(0xc693f6e2c117b9eb9203428c9060403a, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php', 1, 0x00000000000000000000000000000000, 0xda3da9d618dea48fefd639bc46ccffd5, 0xa908dfac0a3a223a0ea3ed024e0986a4e80a3418c13669cd49b3e0e3e98ed1dc, '', 0, '?'),
(0x86df74c314458fdbe5e059ee6240b436, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css', 1, 0x00000000000000000000000000000000, 0x39db6fdafc7f117af12a3bb1bc440542, 0xa7fecc8b41569156c4cea4ec3b2954e490279f4239931fe4c04d92798486a13b, '', 0, '?'),
(0xaa25c69f97985a6a40e3b0d07c67b2ce, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js', 1, 0x00000000000000000000000000000000, 0xc0a8ce0d7c319e43c66990674ba8a7b6, 0x873641c34ca448141e9d768077a32eb8c94a13e2bb255fa62fbec06c96e0154a, '', 0, '?'),
(0x9f239c614677ba19e3e4e9782818c914, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php', 1, 0x00000000000000000000000000000000, 0x47526f4b65e8f3e6235ba18d1acccf9a, 0x4d11f33b4edc948e207f9916828aaecb213339d5bdb7ec971613b2928a93f3d2, '', 0, '?'),
(0xbc480da1f72a58947eba4da657725bf1, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php', 1, 0x00000000000000000000000000000000, 0x26bd5154c3e740e45679a3f0c1071dec, 0x82a9fd22621ba2d2ce8e82ae74821fb94f71383487f509d544e003b3b19dd30e, '', 0, '?'),
(0x8b9260f4285a9989016d2674115aabd7, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php', 1, 0x00000000000000000000000000000000, 0x7d39303e4f0459eea9d57d7dc366400e, 0x13010c808f2e98d3aebd44f89003aa9a8204e9f180528b485e5a520711fafbc8, '', 0, '?'),
(0xb9ab420d688891fe584df0a7eaa68242, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js', 1, 0x00000000000000000000000000000000, 0x145dc30b5e71ebccbb4e68f5a5aadb31, 0xf1a6cb6f5e318894deb20886e75ee6b583481fb235ba97fb8ab8d3cfe617d749, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x3b2392ee77b9868f6c844757a31fa474, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php', 1, 0x00000000000000000000000000000000, 0x6d26774637eb2edc174048fc2a54834f, 0x19ffcaee23daf3e3d2e541ec740b4c960de589afde9e04338bbcc930ec253a7e, '', 0, '?'),
(0x842aa377b158d3d937c5b2a054c5b41c, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php', 1, 0x00000000000000000000000000000000, 0x3062fe75f09368ae37bd4f4532b6bf96, 0x2a91b5cdc73c33b87fbd7ad9d16bdbaa2aa2d4b9196e7ec4d3812e5686f7a1b2, '', 0, '?'),
(0x3a2b9a709ae7c85b6d25c4ca4a9db414, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x6926b78b64858b5390a986b128eadb09, 0x2c674640fedffb2432b935b50a0f7aedf57b9216f5fbc2dcc29961ea3f6fde4a, '', 0, '?'),
(0x23e9b07d1083e7b64f1d9f9e4f133768, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0x8a503bb78c20ed0b8e72bb8ad2cc6b55, 0xaeaafe273a02629a306f9125112c43e424b8828ef21e6a58ade94efee7ac7a76, '', 0, '?'),
(0x1d7c1ebe28adf4b2ded0e23d6163cb3b, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php', 1, 0x00000000000000000000000000000000, 0x5112eac182faa4109340b04e903827bc, 0xd97484f2f5bf1736630e87eae86b8848b3b9861254afc5c9da2bca642ad38245, '', 0, '?'),
(0xd87fb03e36085d03294ae5b93f3e558c, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js', 1, 0x00000000000000000000000000000000, 0x831d5ddedd90a0e32ffbb2b1dcfb615f, 0x7654bb6d4a6113008c63f839c31c07c3f179c6ae7f5ab0941146b1bc79a1d43e, '', 0, '?'),
(0x0a67dd9c81a9c8a345ff1d3b8876e41a, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php', 1, 0x00000000000000000000000000000000, 0x28e8e6c6a5ceaaea5d05d444ba4e919f, 0x5759bce115d66a0f1922fc05feca3b7390a536100f1f8a382583e7b9bbae6004, '', 0, '?'),
(0xf295d16dec587c50b132c8b208d021f0, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php', 1, 0x00000000000000000000000000000000, 0x67b16fd89a46e6063f213422d4ef449a, 0x9bc0dc1a2f027c1b26bf9396ef866ee8732700494f6310f98b014e74e3b4ddc7, '', 0, '?'),
(0x398dbfeb5f7e9442549d43c2d24b5f07, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x1b532470ec37a73bbd9a7976420fd27f, 0x8802fcc9d25bac3ef4c791da93e34774b5e7c71a8201eb8610282f38421a446e, '', 0, '?'),
(0xc7194ad6964971a2161c11377d61ed6c, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0xa60d912341143135cb42a84aa20439db, 0x9ec36a7a661af613b1401a5ea46177c2d94c97c3e3c4280608c41043f29c9dbf, '', 0, '?'),
(0xa3c048bec7b597a7297b00f7b80f08a1, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php', 1, 0x00000000000000000000000000000000, 0x382ad1a4226bd890958de2882f1b94f6, 0x6ff52e767d7603ed795da4fbc4ad60de65f47de18adcf9a1f0091c31dec4e248, '', 0, '?'),
(0xbc343adbe2edf42b55c8972619d3a5bb, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php', 1, 0x00000000000000000000000000000000, 0xda8cbbe5569ffe02b4d09845c24b511b, 0x47cdf5673d07eed6b8f4537750ff49626dc36fe6c08bd23990aa237570f1527b, '', 0, '?'),
(0xd1454cb5e001059aed90a7e7a9fc6662, 'wp-content/plugins/w3-total-cache/Cdn_Page.php', 1, 0x00000000000000000000000000000000, 0xcbb60e87ba5c8d27f2f0db01f7a8ce47, 0x9bfceea8f37f018f30bb54c8014bf8ca8f43add0e8e99d0f13b6fd9be886e58b, '', 0, '?'),
(0x6f91e88fe5931e8143795afe8c822d35, 'wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php', 1, 0x00000000000000000000000000000000, 0x8b7b03097785da52fc0979a4fe920a73, 0xcb5350d7da5e01d4b60d529c865081b4da15d1f0ca079bb36894379c8f58d781, '', 0, '?'),
(0x0f2c0e3c4b7ade3361c13ad8ecbe7347, 'wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php', 1, 0x00000000000000000000000000000000, 0xa556ef892c84473bee57017cbde9ac24, 0x964ce16cc77d6c2656a1cab777735a9c2ad4cee9fa498bf4a143b52b7b198aab, '', 0, '?'),
(0x300fcd4531e6180ea6775bd48cf545d0, 'wp-content/plugins/w3-total-cache/Cdn_Plugin.php', 1, 0x00000000000000000000000000000000, 0x12cc40063c24ffb5422d482ba70bef18, 0xf73634f672224eff6a3862977d21c3b1783164f367316d0599494bb4e78cca7b, '', 0, '?'),
(0x629e6dc4e43817d1fdf8d60717957f8d, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x00f7dad8a7efc0ee2ad2bdb737c96a9b, 0x97138740ddef776a7f78f4326b4fcd5e027fcd0f6479a2a9a516ff48439b0116, '', 0, '?'),
(0xeaf9a0e7ab064f5b8a4b8c3b72f5d26d, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php', 1, 0x00000000000000000000000000000000, 0xb75ac3e62baf0bd09e8292d27467e1f8, 0x7caa9c8873932ce62de9375f85624f98c847544dec7c494f31b8f9c264c0563a, '', 0, '?'),
(0x99df42133314ba3cedc7da9302bb2baf, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css', 1, 0x00000000000000000000000000000000, 0x029092696e0923334681f7c39187c568, 0x1dbf0fb507162755733e4fce1daabc90815331d5602ed588c5814ef72821cc42, '', 0, '?'),
(0x0cc93f4c544c712a767ee748b5546a8d, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js', 1, 0x00000000000000000000000000000000, 0x2ba3231b0cff3e4f6f8455b912441724, 0xa29ef54426a4b00c8007796ecee2376a5f48dd9930590ff321c229916086d04b, '', 0, '?'),
(0x3cfa8e424c71a754edfa97849ddbd86b, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php', 1, 0x00000000000000000000000000000000, 0x137f17ee0035467d31873f9c529227b3, 0xbdf25f73c4b22fe43e0cda456c386f201053ec93c0668eadc75076a50899cd69, '', 0, '?'),
(0x0827735c693f2110874c3dd1c4513e24, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php', 1, 0x00000000000000000000000000000000, 0x36b00951e9cd84e3bf29171195adf9e4, 0x1df4b76911c3bc7f7eed4257608ecd0cf2e0fe53ddcc26bea5e84316024046a8, '', 0, '?'),
(0x8cb666a187cabd1dfdd22547dc467bfe, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x6feff8fbb2a4100fc8f1321ed23e4e55, 0xf5cdac83d646d9cc64f0c67ac239bc68717ca6d8e8b5619f448cac9747e9db4b, '', 0, '?'),
(0xf425a035ca6fcc9bd1f08a818bf17371, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php', 1, 0x00000000000000000000000000000000, 0x5dc566300ce755dc2e8825028c783081, 0x201e02021931505b0ba04d4dc6892221b179b80301dc56bede0663079c641568, '', 0, '?'),
(0xc8b530b30d3d4d5f7b9cb67535a5f5c2, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js', 1, 0x00000000000000000000000000000000, 0x3241e43fd098ea1fd1b710daee7417ab, 0x9e23842d8da0319febfa421d3e8c4386739a08e6d77e6a5e65fd8fcc0d0e853b, '', 0, '?'),
(0x59143f40410f70da5a7711e7c0f7285b, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php', 1, 0x00000000000000000000000000000000, 0xf64aae64f8e295e163ee0887fe57b526, 0x7ff69a16a3d753c96e50b6e273f368e23af66125abd99af2f5703278a7f81c41, '', 0, '?'),
(0x5c385561cecbfb61d0b128f2e160055e, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php', 1, 0x00000000000000000000000000000000, 0xcc2e19d69da76b11c20bd945478d0dde, 0x9f9ecf4646c3cd9137a801bdbc19fdb29ffa7e4c8b541258659200d94f36881e, '', 0, '?'),
(0x348b4f36329ac14df591336a87708b92, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php', 1, 0x00000000000000000000000000000000, 0x84dc003979506c089bc797c5dc78b179, 0xefe0ccd03f0052594220f0a2005f1e0633c846096a4e413fb07c2dd019065674, '', 0, '?'),
(0x7a73d05255079e6f0e9d2f8a876b7813, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0xa7e68cad3f1113114bbeba1022f2a200, 0xba0cbcfb0950e4465581930937c64a16f55ba84b934beebc0b7ded0fa1d23a5e, '', 0, '?'),
(0x8a81fde84536571d01ba622cb3fcd645, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php', 1, 0x00000000000000000000000000000000, 0x833ef6c237b6930acbabc7c93ea80e0c, 0x1c1bdefe19a392c15d8f8630505f87529c42c4667183e200d1c96c1f7a70d001, '', 0, '?'),
(0x161a3c4e6884184ea5f5cc7a4545ad52, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php', 1, 0x00000000000000000000000000000000, 0x399d4eac0dfea98cf60b2ec67881b8c3, 0xc9b19418adde85df660a74c991aea21c63f11d01e5cc174591e278ff897368c5, '', 0, '?'),
(0x6d8c0ebd171c54b749e3ba4b11837dd2, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php', 1, 0x00000000000000000000000000000000, 0xd7065b4fba9bed6f2d870da2a7fed33d, 0xe9b2a0fbe0cfdcf5cafd141a1da52b844298e6cc2b1caa1367ad17f212931450, '', 0, '?'),
(0x95ad84d55d31540b34d434dbc8a7a0af, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php', 1, 0x00000000000000000000000000000000, 0xf0569500131652a78a35bd46a216d695, 0xfdac0e58819c79d6005c133ecf8c233c5c454facd586bde27502fbed6ef020aa, '', 0, '?'),
(0x65add3e0e63b56754ceaac0605d600c6, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php', 1, 0x00000000000000000000000000000000, 0x20164da04aa3b8617a3ae753ef562c48, 0xe8a471bec9a624c50ab482dd90cb1a6d746bbfff533cf9b1621d34cec73c24b9, '', 0, '?'),
(0xbceb3e587a0599c5d262fefdd92ea7da, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php', 1, 0x00000000000000000000000000000000, 0x4ca9bd4860d5c30dc61bb50e5e1cc95e, 0x33784b63dfc6fe583c03fa71b6cfc993969680c1e1b71a4d53eb57503434451d, '', 0, '?'),
(0x0caf8f64b00a466f495e3653cb95bed1, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js', 1, 0x00000000000000000000000000000000, 0xd46be08fea75b921ffa3f534be4a0fc3, 0x98685df485e8add9a41067634177baea0163bca8fbe9e39db754cfdf70c374de, '', 0, '?'),
(0x3ee00dde0423d38e85df943387b8c6b3, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php', 1, 0x00000000000000000000000000000000, 0x8962d2d8f8a426ac317246c38b734992, 0xcd69a625028ab3bea0ceaaceed0debf08980cb5cdd6dc5150bc8fdd983d6f478, '', 0, '?'),
(0x990dfc04a3249d5e89156476efa44c33, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php', 1, 0x00000000000000000000000000000000, 0x333218c8c456d447cd8b8d686bfd52b7, 0x92f629614622fbb3ce69ea13e2bb3d2f42b1c7bd28e2180b4ebc379fe6764769, '', 0, '?'),
(0x389b21248eadd62d86803d42bdc6f421, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php', 1, 0x00000000000000000000000000000000, 0xf84db745cc64f734ed6cca0ec3a12d26, 0xb5dc262f75fde5e4d311b536b1594449fc34b2855c3850d2d4a9b60f84454adc, '', 0, '?'),
(0x1dbd66c60e346394e6f4776ee21009f7, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x26c07c32c6f02d0464633fc9773cd2e0, 0x8062a3da48dffc98e904f09d3995ec94f1cb31f0774a96e05874c70abdb57540, '', 0, '?'),
(0x96d7c809ff2aae10926f812c2498f3ac, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php', 1, 0x00000000000000000000000000000000, 0x09c30994e8caf1e1567f268c17f4e59d, 0x3f8c491f0f0a9aae6ed4ca2ef0d3237c818dca94ce525c26845dda259370cfe7, '', 0, '?'),
(0x59066d86ef7fb6e6376f74c3327ac33d, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem', 1, 0x00000000000000000000000000000000, 0x34626577b5076f5d12f17543555a9b07, 0xbf5dfbbd4c66cb90153582ee0777670b23b9e26a579787571db03a6f2ef04801, '', 0, '?'),
(0xe66f3da8bcfa4cd99695faa9aa91b7ad, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php', 1, 0x00000000000000000000000000000000, 0x91e81d135ea1affa1ce1f0500f7e02b5, 0x5d746d05c255f30af3acc8deaa7c1570b701d371e7cbc4733cefcd54e37039c4, '', 0, '?'),
(0xc8408a813e26bb7b99b75f9961005178, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php', 1, 0x00000000000000000000000000000000, 0xad2d331397bbcda531df578446e444f8, 0x563e33dd2b253add13e4ef9ff23c26351f4d99ca2373f39f4c8f3626a3e9a58f, '', 0, '?'),
(0xb10e0d1b0f5e2c23984ef1efc95193c6, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php', 1, 0x00000000000000000000000000000000, 0x2335aa79fab7317229e89e37b2adf0e4, 0xb926346559c5715b1cf584e6e081adecb3f6c495434aaf559484700b8428b473, '', 0, '?'),
(0x81fa1ed504cd7c8af42c712015a58c3f, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php', 1, 0x00000000000000000000000000000000, 0x25b084096ba2caa6db697c7d3e0e1446, 0x0f5826e722e30e5eeacefcdb7dcc90e5a9c23b681cb0aeb7e9b7494691c456bf, '', 0, '?'),
(0xbd7f7df2753c4b06083652682fcdc8e0, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php', 1, 0x00000000000000000000000000000000, 0x042f1c42e58d8c0be69eaed7b81ac30f, 0xf4a2ac1306718170d7d1529a740a17d4cccb30a64439b56d6f05bea328b5210d, '', 0, '?'),
(0x29210138daecac5f4905c790fee4d858, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php', 1, 0x00000000000000000000000000000000, 0x7bb5a14371279cf600cf2a4b56897ba4, 0x6fb3cc0e8ee9f6c503578de242fc2b59a2a439b0cd0d5341ff4eb620d0a538f0, '', 0, '?'),
(0x3b55c28420530775ff2e152b1b4c2da0, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js', 1, 0x00000000000000000000000000000000, 0x01c6c10f4fae927133e66b1855bb5030, 0x9a29693c93d4c3377d8e1806d1092768202bcdb0f6e86fd7cd26b7daeb992529, '', 0, '?'),
(0x237d9465ddc30ca3d32adbf0d0be54d9, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php', 1, 0x00000000000000000000000000000000, 0x93d7dcab4a24fcb62c7a1f52d832b1bd, 0xe29563710d002fc0d4943e02c4a440226366b04bd366caa975bc5d2c4d9e86e2, '', 0, '?'),
(0xc143677ea26d91ba9d320ffc0731dbf4, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php', 1, 0x00000000000000000000000000000000, 0x8de79fc26ca0a5a11f45c799d655fb1f, 0xe0a747d02925490d66e378fe8fad425a721e2a218bf53206b5d5e6c58d8beb15, '', 0, '?'),
(0xbd91fa5aa3d3438806b7850d8fbd8186, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x6b88fa36cc26ffcf36c41037d3631b05, 0x8020ed745503345ee8ce98f4328a1e86a43033454d2ef6181d99cd8ebb7f23be, '', 0, '?'),
(0xb1dd1f476c0853b088280db71f4f4b1b, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php', 1, 0x00000000000000000000000000000000, 0x0871a58ddb114395409fe29f6a45c71f, 0xcba176c7e650326373a0c9313b90b8cb01057af1c149e8b4fd7e9b538e13148c, '', 0, '?'),
(0x2b1c8837d8d22d56b288e69b9e9ff691, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php', 1, 0x00000000000000000000000000000000, 0xeadc0d93949b38fc47c4d2e5474c7980, 0xee5add05d1603a0fb91e6b720fbea2e763225bfc2d6ed94036185846e7b6d61a, '', 0, '?'),
(0x3ef39990c8c2d3a51bf69fd0e03c003a, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0xc08b02f73f1c02004d8576da76c0800c, 0xbed97b043f03bd0850a648802c0e0de81243315a517dd5088bbe088325e2edbb, '', 0, '?'),
(0x8873dfea632f2ea63468c2d75d3870f7, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php', 1, 0x00000000000000000000000000000000, 0xc771651436ba20e32c084285664273f9, 0x9b9a1e6a3a165a579b70d590eabf7804d0d34e793e16905bf7bd80755e59df4b, '', 0, '?'),
(0x2c1dc0bb0ff71ad6950b19b2687cd831, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css', 1, 0x00000000000000000000000000000000, 0x428d1f50bb3b856fc5a756a16b914448, 0xfe36012057945bf9b2e2a989712e6d8a896c7a4b3cc7b2500388cf79a24847b1, '', 0, '?'),
(0x50ce5e9943a7c3fbcdacb81c3ff3cdf7, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js', 1, 0x00000000000000000000000000000000, 0x928804b3471770728850d2ae5473afbd, 0x56797a48a0d48668b0c07cee370c1d1507a5c1d6d8c7f34445ad675240f56cad, '', 0, '?'),
(0xd2d3c53bddf9d337429a2b89cd0e3ae2, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php', 1, 0x00000000000000000000000000000000, 0x0c8295d3e6a2175a04bdd05d468ef921, 0xbe457462e860c640177d4a2889b7f97f2b4dee643ba9ad70397dde4604f7b2de, '', 0, '?'),
(0x81bd381e9da4ad5b4c13f5003d75fa8f, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php', 1, 0x00000000000000000000000000000000, 0xe89df3a8193af55ed48bd32c62d2236e, 0x8143878d895c33d3c1f4b5e868005ae1d811f0e58452470abf0ecab381a224bc, '', 0, '?'),
(0x248c6c1b82332242bcb4be21974bfe8c, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php', 1, 0x00000000000000000000000000000000, 0xcf9e283a44a86408165ebce76fbf35ae, 0x97c642bead398b7d7cb16f5e1d0b822a213838c21c6fb07a08e9664827fa3624, '', 0, '?'),
(0x15a60777d09ad2a022cfc8f9e1765b8c, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php', 1, 0x00000000000000000000000000000000, 0x915e2b72fb65f6b5c0b670e4745dbf12, 0x601173e590231d4f9773bf5e1873652d5b33205b56d65b9adaf99a6957079454, '', 0, '?'),
(0x98bed6b02a010d36fbd599a5a126851e, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js', 1, 0x00000000000000000000000000000000, 0x5c6a2c4193f213f679e2109770169b09, 0xb78afc5af95f0a8455cae4c0e0781a67af770645f1a320ed7014657fcac7d215, '', 0, '?'),
(0xf1731a7dd1baf2915b2a2a8407e0e692, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php', 1, 0x00000000000000000000000000000000, 0x1ce470b649241087d5a0bfba1311f32a, 0x4f8c79ce85d2516dae3b98a5a356bf9cc1ea14715feb5f64b0db7fc47377283d, '', 0, '?'),
(0xaaa60a5f244f59e4b1ef0b077a59483b, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php', 1, 0x00000000000000000000000000000000, 0xff7ed5a2e84645443e3d2238ec22df5f, 0x8a060d4cb55b7b47d75a5cb54c4967965c1df93d38aac6020536b467022fdffd, '', 0, '?'),
(0x3f72b6ef80baba448cedc45262009d5a, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x9a413080148aeb1eb0c6973a94c8b042, 0xa2d8bad59443f5d952335131ae901fbb139f27bef16cfca9f13b389c1de11cf3, '', 0, '?'),
(0x57cd2011923e9de535e8542b4a801a30, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0xac7012baaa180cd714f3e9bc8689946f, 0xd73ab6640c0b941cc453842bc357c61f46699d25d9cd4074283374adb4e632d2, '', 0, '?'),
(0xf1bebd2f439d33bef0466681cfc0e7c7, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php', 1, 0x00000000000000000000000000000000, 0x839f7aafde5cff3f9e64992416c251c7, 0xa76ba90df40b73ff462ca58b50edfef7091e34cd6a691897bd63601df975d15f, '', 0, '?'),
(0x80b490dae49d856c5ec9671ecf25ca7e, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php', 1, 0x00000000000000000000000000000000, 0x0146f63ee8f66c7585f153948cf6e837, 0x16bcf35866a019953620326debece12035c3c8be460ee8791de426cadc2ee8cb, '', 0, '?'),
(0xae1c0e42089601c528f03a8be4bf2d63, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php', 1, 0x00000000000000000000000000000000, 0x85a4a858f52a33be93c4dccdebec176b, 0x4e82610698604b37445d6968a0958fbf67f21cde054260fc910192edd7682f11, '', 0, '?'),
(0x209ee5348abaa91d1d6c1ac5402c331f, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css', 1, 0x00000000000000000000000000000000, 0x5e9c1a013be32a214593ed1c550331b1, 0xddffe36dd13e9cc8db3eadf5f2afd56b925b0405c57a52b63ceda6cdf4d66a54, '', 0, '?'),
(0x9fa2230c790575b6023d1e996f3aaa2e, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js', 1, 0x00000000000000000000000000000000, 0x545545d098661d09fc1fb4869d23ca80, 0x71e8f7b2efcdc27df438836cbbef1e6b4a439e6f7b74dd9a84fc500dcbb11b8f, '', 0, '?'),
(0x702d9e6e39975db3559b16503f7795d6, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php', 1, 0x00000000000000000000000000000000, 0x74a553b8021051a4df7dc5e66803d2fa, 0x5b290ecd3646f2412c06adec1958a75d17b571d1c51bab9f8e193325974e40f9, '', 0, '?'),
(0x5871f538f8a71345f3d58838c4b4c0c8, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php', 1, 0x00000000000000000000000000000000, 0x408397fd23bdf7725912f8aa82847859, 0x1dec058778bb49de1c492161959827609da63cc4becbfb8c05c23fa60c8da586, '', 0, '?'),
(0xb333d0d259a2f7cae801b6a42c582f75, 'wp-content/plugins/w3-total-cache/Cdn_Util.php', 1, 0x00000000000000000000000000000000, 0xb80d006337377b8bfafc828c7b64a2ea, 0xc68806a23813a5b76a363e50e5a9d748aff31549cb87cc97f6d5320ec2f2c2d7, '', 0, '?'),
(0xd938109930efff5418be9abe90c40daf, 'wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php', 1, 0x00000000000000000000000000000000, 0xf62c9ea9d4aee08087d5a1aca4532fe5, 0xb29cff718699fb61f2bdd201f42d9a0d1a2bd92b940406e8cabc41acfc6f170a, '', 0, '?'),
(0xc1d45bd1956e39e08f43031eea82c999, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php', 1, 0x00000000000000000000000000000000, 0x27bc006b8caa20cc88c64134c1cdec92, 0xe7a31437c011c9ab43ba2b28025da55e8b974e7cc1bc1af85823344d77c36247, '', 0, '?'),
(0xd6c75de5a5fbbf64be500a3b9cc6cd4e, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php', 1, 0x00000000000000000000000000000000, 0x41e7c4aaa9e856f5fc8c60820cbcecbd, 0xaaf377cf0a25b43376c42d33b7fa5b33d601ff85e833a9b7ee82b9de1cac21a2, '', 0, '?'),
(0x64669ff9a055e80c0bc400d428025bd5, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js', 1, 0x00000000000000000000000000000000, 0x30cec93601b907dafb7dafb3ca892367, 0x6cef6e6d9c2bdb70f3a5eacf2fd386935bbc7f0095beab74e079ca4ef1dcc6e0, '', 0, '?'),
(0x556b4c4be20791b507eef6f4d489c4c3, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php', 1, 0x00000000000000000000000000000000, 0x7d56d4fd0bd7db7e535b63acaeeb27fd, 0x559d484547ef8376680c4093c19d2a1f3b795165558a5ef43f29ee720c9d8ef4, '', 0, '?'),
(0xcc45860eabe016371f3e14f1bbc6b94f, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php', 1, 0x00000000000000000000000000000000, 0xd3d275fcd2067ae436d58f4f1c8ddf23, 0x2a39413dadb79654f3797201e5eb4239ed311ae0d0da78f30d73dc84893274a2, '', 0, '?'),
(0xd2afb43356a3bd0f975f1fda4eeb91b5, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php', 1, 0x00000000000000000000000000000000, 0xbc8528917995386ad46df36943f0cde0, 0x01dc14150f569d329aabb3467f2393c3f0d8e330cf4df2c30c40961ec88edc5f, '', 0, '?'),
(0x48f4006370b136e901994182396cf2d9, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php', 1, 0x00000000000000000000000000000000, 0xfb738d1693fd1b15e64f46e9d638e27d, 0x8df1ee6171d74d5dd0392f4b9e46cd8a629ed7adb2448e4b87f23c0b5a7d2d79, '', 0, '?'),
(0x4f721b6784e08fa0a1e92b7fc01814a1, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0xe34bb8a2abd8c2edfc0f0e08d261da5f, 0xa8ce78c7cb8a716bda309966c9f434b8d9e5c7500cd5ef577979ca26dd153f8e, '', 0, '?'),
(0x1699591a71830ef4198cf924e11a6c1f, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0x33466f3b1b95628c00b8ddbfe615c547, 0x619d3faee123d1b94108f404d1bd4eb01e6b4a7ececd22351d8761ab0258a93c, '', 0, '?'),
(0x9e661f93da8a9eb03f5c7bc4648d25a0, 'wp-content/plugins/w3-total-cache/Cdnfsd_Core.php', 1, 0x00000000000000000000000000000000, 0xd89a5e9996520c2193bd54a77a81cff7, 0x204477e9c9495b83d9751bd2fbb70da7dc9a80559ce47616fb3b5a02a65f2838, '', 0, '?'),
(0x397137a99b52ac1f3dd565eb8234fe11, 'wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0x3a79b8485829980fe742a3197011b818, 0x4160c443ff95f6ad555d194e96a48836b85f086f607a60b45201d4391eb39dd4, '', 0, '?'),
(0x319259214da59c3095b7fe2e5a26a1fe, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php', 1, 0x00000000000000000000000000000000, 0x2207bb257e93268eac6b5113b155af43, 0x1d71cd86e9af0f7e0cfad030f44c5bf9a44e2d663798e6bca347bf6b0575cb6d, '', 0, '?'),
(0x328484052b5914f08fdcd0b097e4d071, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php', 1, 0x00000000000000000000000000000000, 0x0e177156d150292441501bcc0c35741e, 0xe0023d0b233b52c9761b1a01a5d85db28c344169e3642fb21c0c08324031877e, '', 0, '?'),
(0x8b3e6f65ba1d545337f5b1af1f6b98bb, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php', 1, 0x00000000000000000000000000000000, 0xf8db71c98afe65e49f8b1fceace75182, 0xe88e11f6460c917614c9ff25c831b29d8076242834c77359a9c8935d76104af4, '', 0, '?'),
(0xf7d02de857a4d815ed69337b69f51824, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js', 1, 0x00000000000000000000000000000000, 0xddaf2355235f0593d049026f909c50be, 0x656c873b44ed78e4002e7355b9f5f36826b4a4cc4e4227288019d06eedb4e8ce, '', 0, '?'),
(0x767781a0826b6ecc140e71df0ff574ff, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php', 1, 0x00000000000000000000000000000000, 0xc8054507c87e4d36ccc4934b46000bc9, 0x4ca97a5a44272841f01f45e3ec65ddbee73d2f877a6363b0eeff6fd415e9bb5a, '', 0, '?'),
(0xb161b1a4a40148fc467e32dfd92d79de, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php', 1, 0x00000000000000000000000000000000, 0xde498f9127100d125bb6ae55fbfa0c92, 0x4f7319c4abbc6bfc85c5ecd5a0732652d037489d057bf415fc1a581efc806c00, '', 0, '?'),
(0xab7cbfe0c35cae999a9637aed5886466, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x9562a7c1caee82f0681996b40ad382f3, 0xdfd1293935bab5168900eafdeeb519ef3169f0447ff29d4c50626d40fdce0cda, '', 0, '?'),
(0x86f397f7e087e543c008638bcf56c964, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0x49ce30fa6a2c92619f1c96bae6ecc7cc, 0x797bbaa205d051ea85eb8d0532a455ae20ab431831d648bdf606ea8107f258f0, '', 0, '?'),
(0xd24021e21387797721ac81b35c9518e6, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php', 1, 0x00000000000000000000000000000000, 0xd471f27f8db416ca4cc3e42c9bc47683, 0x618b5af41d49db801b82272c9b3e72fee4d9fa0b25c20ca6f6f053f96c7af5d2, '', 0, '?'),
(0x3a3526f4b49a13e2567251b0e718faab, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php', 1, 0x00000000000000000000000000000000, 0x6e0e2178a0e33bb603ddd52a3c728870, 0x4550c2c43b13c05fb4c22d4f3677f5bf0a5a9d3afbd0c7c1267dac10813de035, '', 0, '?'),
(0xa211090f08cb5a88be6f0f96a638a032, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js', 1, 0x00000000000000000000000000000000, 0xe9dfc491ce85ec7c7dd3e36a1797d3e3, 0x69f2cda332081d0de535d76c0530e166c6727d0f7f4b0c78917d16c29d5d1b43, '', 0, '?'),
(0x01eaec9e269765816cfc3cffe22087d3, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php', 1, 0x00000000000000000000000000000000, 0xbdf70dcdd54b688cf03acd41c0dd9b8d, 0x6097989dab10a9e948c8c609c5a0ad2d0924920c460778f660c5e561c80ef121, '', 0, '?'),
(0x7fb19f20e939e5d083a1ac7de52d3a6c, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php', 1, 0x00000000000000000000000000000000, 0x50510be363fa72a27b3e8117eba2e7b2, 0x42abde803262f9c758510cf596403c801c89858dec009642e3b60964844e55ec, '', 0, '?'),
(0x9c41ed28bdda29f177f3bbdf55735d68, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x8e3a4ad7abe3e09c74d05c83bb7ea659, 0x8517f80f32b72958cd540ece53ce3407eea760646a4a9846359261dbe049133b, '', 0, '?'),
(0x90dcadee95a187613c06350b44093c0d, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0xc4239e9015f5f5e7130738a261cbe92b, 0xb89628d5a04f8b1d21642b6e41e14c4c51d72df8ad56f0962b21d9e4d6924661, '', 0, '?'),
(0x8702c67fc80a257eb2577a055ba73c1c, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php', 1, 0x00000000000000000000000000000000, 0x67770ae7879113e4a734335f01696c23, 0x93b4a572044441a7699f3e75fbc14ac90c9672aad077d5a0d022480a7344e6ac, '', 0, '?'),
(0x14038089dd6800dadb1cbd9ab84eaa55, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php', 1, 0x00000000000000000000000000000000, 0x52d7a16d6cd681b0c79d8b0d72917b89, 0xbd3790340ca375dfcc0992062e3de6c84ea35345a0ee1fbe00a7312e282cb050, '', 0, '?'),
(0x9d302dc91bd73b49109d9a985fae5696, 'wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php', 1, 0x00000000000000000000000000000000, 0x851869c91ecf7aba29964f1e8c44ed94, 0x954c240d6faf7d3c1a02b5343584508611a785e3fa5484500410de4930c6815f, '', 0, '?'),
(0x2eaf67e6197b70f493a3c98f84600a70, 'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php', 1, 0x00000000000000000000000000000000, 0xf9d28641794167ae4c058d7a37b848e3, 0x5fe7537894af1d2c296c001d9195aefca66ed2f9179b0dfd380089cc70d347e0, '', 0, '?'),
(0x5aa2e9a17a13a6abeaf835df96a0a313, 'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x7490a2fdb3aa58cc90e5aaa9bd4e8ff6, 0x4ac5c2047a53ce9377620028525442876e589d3e3d44db869466078b7f6d5bca, '', 0, '?'),
(0xb37bcdfb5e5d4fcd3cb358b6895997e1, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php', 1, 0x00000000000000000000000000000000, 0x4926ced3cd3f6e26cda1045190168f2c, 0x5ed0a313ba55eb1a90bb37f39d7c4613cdeb4e214191930fdc5f75633100a792, '', 0, '?'),
(0x040ae3d539dac5ed0264959b7739f218, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php', 1, 0x00000000000000000000000000000000, 0x96a2b655f008945c8b4a01dccf1d9a6f, 0x34ac95237595564f09eb7d5f8d59de6b03d77ce13b8b08b0d96fd237679c4d8d, '', 0, '?'),
(0xbf05c2ca2d46ab2e0b1ef491205934b9, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js', 1, 0x00000000000000000000000000000000, 0x4e810aafa692a6c2919d9507f92cd14d, 0x1797bb024403f087fe8abaf7f5d310e795e7c7809d6013a0c5d5c68486b52766, '', 0, '?'),
(0x1048692aa896272606dc98fd84732efc, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php', 1, 0x00000000000000000000000000000000, 0x0965a490b22523ab119e01545a2f74cb, 0x3df3477817ba8cd3b7e1041cf51517028616e1bf74c8a9745ccc40f6b4ed85ac, '', 0, '?'),
(0x682261f169cf7fa58f4439fd8c94b39a, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php', 1, 0x00000000000000000000000000000000, 0x7b217c06a9f3b651fbb0cdbe46e22ee6, 0x7a81b4305b5ba100db45fdb36ed46799af20c24cd1124dd09e1c73b54fee177e, '', 0, '?'),
(0xd832e06bd46f5881c5ff0edb4b4e1d56, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x6b76523c2726f837c15ed3aa6af0defe, 0x4e0036cdc78d1842b3cd1fd111d16994abfffafecde9a192ad6f1f347ffb8bfc, '', 0, '?'),
(0xa91d0ca0b4f5f9a7d7bb326d43171ffc, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php', 1, 0x00000000000000000000000000000000, 0xa29702724867ac00b39e52abc25367b9, 0x785213babe1c763277e1a8dd79d00935de805025e2c8f0666a124502029706fd, '', 0, '?'),
(0xc757e79da8ef6b948886eaaed7d792f6, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php', 1, 0x00000000000000000000000000000000, 0xbcb99b482936ef61f2d887bc93e9271f, 0x34a3087a5c67d5b31ae582c7e0e2d379c0f69193c228c4521e30c15ded64c773, '', 0, '?'),
(0x234c274644720816bc272a3312ee27fe, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0x92f718090d53a8609cbdd26477f4d50a, 0x17f1aa93632e5344a7fac908ac8ebf8d4307e63dc7344f2761b2264dd047ae83, '', 0, '?'),
(0x4b8287675d394b64925805d6bed3f679, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php', 1, 0x00000000000000000000000000000000, 0xafb905be31b79f308a11fa4a249da009, 0x774d47cfe67d3bac7c8e6b7ec47118cebf46d112bbf32a8d3900c7ca10c84b94, '', 0, '?'),
(0xab6d70a3a020ae34227d363e0eb07447, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php', 1, 0x00000000000000000000000000000000, 0x22103001ad92d7c854348731be6c06a8, 0x40e43383f048f1c6ae46e6c7f21b334141bf9138e6e48ed6a17cd04162d74061, '', 0, '?'),
(0x80e4a868e230277b1ada8fb0592facf9, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js', 1, 0x00000000000000000000000000000000, 0x325c61ab583a656ebdce1a3dcb869c78, 0x7e3e9f94853b39afbc5f134e825879610811a2d2f2aa5a596a019c60374bc805, '', 0, '?'),
(0x0743db89e39a9832bbb5af7d632f9b52, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php', 1, 0x00000000000000000000000000000000, 0xaa8175e3144fa82adbcd25bb598c64df, 0x2b5f5f1352748006023523a436b40b34f01cae8adf189c1a5810fcb9316a5003, '', 0, '?'),
(0xd26e2c32f6ddfd47c85f6e193c2da75e, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php', 1, 0x00000000000000000000000000000000, 0xf61d6ad4fde0951002458185e655a2fd, 0xb72449feee8017e9f97124072e283920d924bc931a00eab444672daeb9320897, '', 0, '?'),
(0x1be7761fa5469063f3b9e7d26b808b5f, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0x4dfb03dbc12cb44e4e53d3f61ec592d9, 0xc053bb908b62f34133a3228d643baa3b56534b64b7b6bbdd5dfbf2a26083275b, '', 0, '?'),
(0xdbfe8110ab27237924795a03a404df27, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php', 1, 0x00000000000000000000000000000000, 0x9e7a94ec279ab7afccdde254794ffb02, 0xc40fed5669b7706edb7ffee010dc3a19a4279f7f2c4008d30f36e797a3029602, '', 0, '?'),
(0x188f7b8a71daf7ce960bae168fd8ccab, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php', 1, 0x00000000000000000000000000000000, 0x971039314366c7c363f2dcbb3cd36d74, 0x09841443b2ee1892b2dc5911ee041aea9ebd084ff3f8e4b4455a482b3fedfa89, '', 0, '?'),
(0xb349963232188cf37668b491740ea955, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php', 1, 0x00000000000000000000000000000000, 0x887f1ad636e5ac3db79e375dc59ecad5, 0x3e060206d670c8d8298bdea490913fc2d908463e2c024dc5db1da928b90abbb7, '', 0, '?'),
(0x98b79d2655c7d6be83aec922c63a8cbb, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php', 1, 0x00000000000000000000000000000000, 0x4cd616404ace73e81a08b6109a46b3c1, 0x7ea9e3d3aee727bc1bdde66b6025a7e3c3b077a20ffb18f01c306a12987242de, '', 0, '?'),
(0x62b0b284013f2138467e4ee50edb9ac0, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php', 1, 0x00000000000000000000000000000000, 0x23be3ecb5b51e311e25c222fd3b52dab, 0xa745ae00c07bf33eef38181d30407c0103b1c97bf2f8684c26f77416593ab299, '', 0, '?'),
(0xfe09f7ffaedcd1283197f853ff2c99dd, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js', 1, 0x00000000000000000000000000000000, 0xc19e467002329f72880a5d5aa9b2759f, 0xbca3c78b536e85e4c1eac778e73ed8cd115dcbb114ebe7505f4a6308f9964fab, '', 0, '?'),
(0x28dd210c8a9901249c0a214ace5825f7, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php', 1, 0x00000000000000000000000000000000, 0x084835cb38f8bda7c2f3bd0cda63553b, 0xcafcd9ef6a894581978e950a728ad276b1c3716db6ac5392264f255ffe2ba95d, '', 0, '?'),
(0xa260a314a01d79a386b815d13171711f, 'wp-content/plugins/w3-total-cache/Cdnfsd_Util.php', 1, 0x00000000000000000000000000000000, 0x9d677b59192e6da9b111461fe58af2bd, 0xfa55d2615394cb6c95da84147d3bc110b0610b63456d3a7a68d12c98b40ea1ad, '', 0, '?'),
(0x6129f3f35f0a478e02a1f40ec61e919c, 'wp-content/plugins/w3-total-cache/Cli.php', 1, 0x00000000000000000000000000000000, 0x821de31a75811fd0fe2d18d14ec7458d, 0xa56594a0b28700304d6e7312d0a73db5e93cd9bf3a17a4f923f2b60781d4389f, '', 0, '?'),
(0x95da48ab12e7b1d573d54fb66e0d517b, 'wp-content/plugins/w3-total-cache/Config.php', 1, 0x00000000000000000000000000000000, 0x61f067ecde53704c9b3d3d4e64566673, 0xd7058cb53ad8b7865c702d0ec09a4937dddc6b0f411eb5e5ce3f9b6c64796e0a, '', 0, '?'),
(0x192178daf76c96e95b26d8e549ba940a, 'wp-content/plugins/w3-total-cache/ConfigCache.php', 1, 0x00000000000000000000000000000000, 0xbe50ff1a91eb9ceba24fcc5de0bb77e1, 0x2f472fa4b1b2de6def1c06df1d93a9fad7a00f25b2caea77633bef181712391d, '', 0, '?'),
(0xb8892a780fa4db4a977598f195a7e904, 'wp-content/plugins/w3-total-cache/ConfigCompiler.php', 1, 0x00000000000000000000000000000000, 0x6ec1afdcce3461c651ea321a2760a7b7, 0xd9ab144a390d6f95a3dd001be03c25728fe59efbe025208ab6e51d0a1247ce84, '', 0, '?'),
(0x8493920423ef8256d4c20a4468667cc0, 'wp-content/plugins/w3-total-cache/ConfigDbStorage.php', 1, 0x00000000000000000000000000000000, 0xe1bee170efcd95aa61ea58fcdf0fcd85, 0x02bbeb07fdb69a8971ceddb53f161842c9084f44e79cbcdceb4f1f4ffcbfcb59, '', 0, '?'),
(0xd650290a3e402df23f7f07300654fe82, 'wp-content/plugins/w3-total-cache/ConfigKeys.php', 1, 0x00000000000000000000000000000000, 0xa81fef9eba67521b58b85d3a50447bfe, 0x6586a52f4ccb3d4fee119d6cff61ad659cf514486970e6e2e8cc1ea4b5e0d019, '', 0, '?'),
(0x5cf159295454f703d6d9e58230394389, 'wp-content/plugins/w3-total-cache/ConfigState.php', 1, 0x00000000000000000000000000000000, 0x6646dc058457c97bf1452c0d9bf8dc56, 0xac853a08a9b416db475edf7d92ef7cf5cf363a6d6bdd1d10734fcda470f09660, '', 0, '?'),
(0x5aba5629d2af212dc1687529cd2df500, 'wp-content/plugins/w3-total-cache/ConfigStateNote.php', 1, 0x00000000000000000000000000000000, 0x1342f386ab015b26b53b1c77c438d2a0, 0x780e317587b7fdb6e22bb80259e12db60c45330506204df0033de3f76b775444, '', 0, '?'),
(0x728b146cab6e12ab54973f20fa3336a4, 'wp-content/plugins/w3-total-cache/ConfigUtil.php', 1, 0x00000000000000000000000000000000, 0x47234b997470a29e26ee3bc6844f71e9, 0x10c650b5abf1031e565532cbf30b8950cf0bdec948b6254351700726442a1a2c, '', 0, '?'),
(0x9b15dfd696ce9c5fbe98c90925f4d0c5, 'wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0x4b36bfd43d9b9bb1e23511282082ede3, 0x9d82bae284e467d82fc2c3c23775f5e27c50ba30c7bf4c9193546d26fdffb6fc, '', 0, '?'),
(0xbc1a0d8719291a9de5adeda5abffab4f, 'wp-content/plugins/w3-total-cache/DbCache_Core.php', 1, 0x00000000000000000000000000000000, 0xe12cb24c53c84b566f40bf645a834768, 0x8b0bf642faf61c8683a41bd536fc304527a3b8a0d29cbd87c1c7fd739860fb2b, '', 0, '?'),
(0x0456e3f355b6501d05da94516131e0e6, 'wp-content/plugins/w3-total-cache/DbCache_Environment.php', 1, 0x00000000000000000000000000000000, 0x3b0ffcb848987096c41c29af1c3000a5, 0xfcc5e974b82ef1e636369497fc07beae468f357a5c9dd3c0b0eff6b1443ac4bf, '', 0, '?'),
(0x723f853e059ddd5ba154985f8e4f49db, 'wp-content/plugins/w3-total-cache/DbCache_Page.php', 1, 0x00000000000000000000000000000000, 0x082a0708acf0bfe0ba17e71cf67cbb47, 0xc91ebb83ab1b0c7bb04c85f25ebbde0933c9abf72ef39a394f2c56caa0965594, '', 0, '?'),
(0x66852c14f51c4dd4d67abc2a6369678d, 'wp-content/plugins/w3-total-cache/DbCache_Plugin.php', 1, 0x00000000000000000000000000000000, 0x176c3c87bd33598a0e0ba156d667c720, 0xb818501c1f6097449f521d07325448aa6158037f6354054ac7ff860c4b4443e8, '', 0, '?'),
(0x16a7292bcce29d197cbb9e6ac10667a2, 'wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x05167c3109b337cb6b9309234d59d356, 0x4ddb0c60013e27b4c796f5ff2698774cd6a5269ef406f900c123081da4b8f81f, '', 0, '?'),
(0x84c16ff03f97e9c034a7ef423055e2e9, 'wp-content/plugins/w3-total-cache/DbCache_Wpdb.php', 1, 0x00000000000000000000000000000000, 0x9fb65a1ba433b51d30fa0a1b7d98a28e, 0x13e077ec9e77d9f1d91f8341a643c86cadb0e1829bd76048dce63680fc0bd053, '', 0, '?'),
(0x8e40eae97a4d90909d8441a4bce332bd, 'wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php', 1, 0x00000000000000000000000000000000, 0xed9d3e947e15b53164af01077504a1eb, 0xe51c8f85c4251b1444e970e786bbf576d0f64662a7843eb2c71c1e4bff661d61, '', 0, '?'),
(0xa4507eafe55184b4f5c76585d880c4af, 'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php', 1, 0x00000000000000000000000000000000, 0xe253957ecff1cccc93e3da15cc254c47, 0x84352d1b860b0c6db7429074deff71cbb98a0a00105f21cd0fd4725581e0241a, '', 0, '?'),
(0xfaaa558cc88f342f6c4edf40099cd077, 'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php', 1, 0x00000000000000000000000000000000, 0xaae020c8673b4e761118404ec06a40b5, 0x1a409f1bb95ceb7a230769b27ae32b67cfe17f7181aa33ec7dddcb46077f8d8c, '', 0, '?'),
(0x8234abb519ca3395d1a0f2823b3a3e70, 'wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php', 1, 0x00000000000000000000000000000000, 0x24429d862c395f87250bda556a0f4996, 0x481c929e92d0c92428421851f4ec0a09d640ee696b59b2bf7a2f3a34247ba2ea, '', 0, '?'),
(0xcae55b9c76536d9c9516d7004500f0b1, 'wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php', 1, 0x00000000000000000000000000000000, 0xfb27f733818ef77af977565863578ec8, 0x3394033fbf881039e276b3ba0c689c144b1c2a48f2f15866d7fbb092b422634f, '', 0, '?'),
(0x7907c7a89232f7ccee2147bd762afc8b, 'wp-content/plugins/w3-total-cache/Dispatcher.php', 1, 0x00000000000000000000000000000000, 0x35e30eef6dc4c2f85aa542acb49ca10c, 0xcfbd2bdc9f42b11198f25c24913e0855103d1a4150a8a30467768bf438098b1c, '', 0, '?'),
(0x16258f16d697c640942dba719fcad268, 'wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php', 1, 0x00000000000000000000000000000000, 0x042a59fd5c79f85dbbe3d4ea9e60a9ab, 0xbadab7116aaef8568c7c7f4984f7817ab18874b0778331c3fcb7bfe6e418d80f, '', 0, '?'),
(0x89db19b199c4f11f9d8c9db17e434e43, 'wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php', 1, 0x00000000000000000000000000000000, 0xfc3c9267b5ff76aef00ed45e1b24051a, 0x43921f86378a0555fe0d969dc98f0cb83ff9479fa5da08bc7b9d2c7eff515c1a, '', 0, '?'),
(0x04cfaab75b81c661f4857c05d3f284f4, 'wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php', 1, 0x00000000000000000000000000000000, 0xdd8c221e307d1976e58fb220c6d07179, 0x9795e3034dbbc5183263d2e2338c3d9df105c5a5f0ba196e25f366d20e8ae6f0, '', 0, '?'),
(0x5e7d95f33ab1ab2a53a6caaa822ce970, 'wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php', 1, 0x00000000000000000000000000000000, 0xc87653620ac4c48cd9561bbf6c8d4357, 0xf17dcfb01dec9dd0d7bbe848bc5c32a7e28776b6bcc97e0510a7a589919ed5fb, '', 0, '?'),
(0xb38be6993126dda1a5b6f854afc68bc7, 'wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php', 1, 0x00000000000000000000000000000000, 0xe009c1e8ed6c862c6fd23789ab9045ff, 0xad1f38f26d4d4e11b26055d9f2db3fdc731c503846dd865cd055192995f9b158, '', 0, '?'),
(0x95512fa217975f854eb86d52c4baf013, 'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php', 1, 0x00000000000000000000000000000000, 0xeeeecec73e9908baee64e2f55f08ab16, 0xeb9cb256fb5f7f9d316064bdefce72b1d3734124080f322d18e40dbd86fe63f6, '', 0, '?'),
(0x121c7ebf82f9a2ee1351c96cb57f8bab, 'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x6657a299b4116ce513da382ed8508f95, 0x5609524e013d8ce8e16e6faf680c6124b70dc700514757c34827548ed871eb99, '', 0, '?'),
(0xf29e23e25c9fc4bd28c533a91a60729c, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x8956b8e770157109cd368b3eae3ddfe7, 0x94f6bef812f935a9537a6eec13d90b6046ff510efecad1f095c53fb89cee180f, '', 0, '?'),
(0x221ded9cd3384088576a5764a9ccf808, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php', 1, 0x00000000000000000000000000000000, 0x8234f62a0ede01c1059ccd2fd0a80e4b, 0x6d51d4abf9f152fa5a14dd844343ecb6ea8146815901f99bee0a017cb39aa294, '', 0, '?'),
(0x879312f55ba6cbfefd95045f9ec1672a, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php', 1, 0x00000000000000000000000000000000, 0x0c151c63bd6afb72e1d2a566fe73875b, 0xe662e08201b9b61145e8e1348882005134b9bb410adfa5a5e5f6aab0cbae1242, '', 0, '?'),
(0x73c8058e49d932d67223ceae2654f780, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0xc4512b267a321456918be6e2fa073987, 0xf54a8c36bf9cef38c61263c5eae03057ba295a211fe5cfcaed066b66d12e94e4, '', 0, '?'),
(0x320976bca92b922ca8831c2eec2778bc, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php', 1, 0x00000000000000000000000000000000, 0x25fcf691b04032c581239d727d95e215, 0xc80e43108b12041fc454a744b6d261eda21ba2c7b716e5ec0ab1765c9a9214fa, '', 0, '?'),
(0xc49e97fb545b2cc6c96ca355ad847931, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js', 1, 0x00000000000000000000000000000000, 0x84eb7af1e7b927fb4a5eee3e5e97861e, 0x3ac9f421bc5369fb1b30f939780f64d70bb6cc3176473c0da92c2f71b95b2531, '', 0, '?'),
(0xc2d496bcaf789d1c4f66b11f29430598, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php', 1, 0x00000000000000000000000000000000, 0x518c69f1f51ea221cdbfe77251e1a448, 0x48d01190f044f3bb9092afc3c3d2f22d486dd3170ea2cfc2b38ac5d514400eef, '', 0, '?'),
(0x9a5186cd9d80fc8b4ec6d59063c815eb, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php', 1, 0x00000000000000000000000000000000, 0x6db6cc53702cc7bd47bc49a26480e548, 0x4f4f65239cbb6dd44fdb9dae2cf79032ab51b9243d62c6c964b7bc0fa720eee5, '', 0, '?'),
(0x51426b15f5417514fe0306692f7ced3b, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xfc97a1644563f9dc2aa6faa1a8143b9a, 0x3e037ca90fbbfc5468b51aa42e01f66047b04379b13428082b0d74033e09e421, '', 0, '?'),
(0x154c2927eb432fae44e3d2e24d723615, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php', 1, 0x00000000000000000000000000000000, 0x2a6f1499f3eed100c1c82af06201f7e5, 0xa55efbc0c891811f09f6aa26687e5002b2a94c0aefb5986118ee7e8f5f904cb6, '', 0, '?'),
(0xa68a8b98c8b8e250b6559acc2c247ea8, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0xb70bdee4cfe24990e92c3386bb3c949b, 0x24a86bcfc655fd634a44f8d5a7b7ab0817e12e518191e57bdc1b8807c020c511, '', 0, '?'),
(0xdaae2e53d2c439820cd237f4dbf58d3a, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php', 1, 0x00000000000000000000000000000000, 0x4c6231b34dd6b3d9f29c9275a1d3c326, 0xbd43f769b0267c84ebec6ce30e3275fb8019a491984638ddd6f3d7c6e940facd, '', 0, '?'),
(0x57059609dfec957bb6167ecdbaacceeb, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php', 1, 0x00000000000000000000000000000000, 0xeb2058f17848bef9252e3cfc80038a1e, 0x87f90d59386c6509e2fbccb04a747891d2830507f53f07fb00bb0143165029c9, '', 0, '?'),
(0x5761f10a23726d4875a4f54293f0d58a, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css', 1, 0x00000000000000000000000000000000, 0x633ab7e999a0b6e6c2becbccf03d83ae, 0x767b5e2d514669832fdc530d0c56732fac97744b18c12a3e44c023d41ccf8413, '', 0, '?'),
(0xdcb8cdd58881a45d5f52fa7eb0e306e6, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js', 1, 0x00000000000000000000000000000000, 0xe0b7ae29ac39ab2e9e491f4786e4107f, 0x1e0f52af7fff885442bacb7534ab1c4d42ebe336defe3255c64bb0ae666a6b89, '', 0, '?'),
(0x9b2af602ff3b0f88b69fc2e0aa1637ed, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js', 1, 0x00000000000000000000000000000000, 0x1e52e47a927428cb8a1d7c6b879415f7, 0x02af71e61abb5b031bd193470040f9c22e2fbbdd06476931e6d2d2677ef4ff63, '', 0, '?'),
(0x17c7c723296a20925450e3fa152164c0, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php', 1, 0x00000000000000000000000000000000, 0x6ef5b7b2922395355a89b4a8c199849e, 0x75f88bb6332773538b3cffe7325c9a0f2e0c5a65f2efdfb003ee9c42498ae646, '', 0, '?'),
(0x97c2f7991b020feaa461029e1b210799, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png', 1, 0x00000000000000000000000000000000, 0x0119ca24ec563121089eba7d14d905bf, 0xa32ea534adceaffef5635dd4ad09b1af92577e74c947cadebda86544b69c4115, '', 0, '?'),
(0xedee0ee5c4f3ab98a4950c243b81e258, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css', 1, 0x00000000000000000000000000000000, 0xc9d853505db839eaba8d9e35b3056f77, 0xa8f8ecb93757f468844b5d7f1532750f1c6c10ba0584700b17334b2e3705432a, '', 0, '?'),
(0x52523f814b767dea0cd53284f77aad82, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php', 1, 0x00000000000000000000000000000000, 0x8af48ada48db36b6116577ece0ffa8d0, 0xc2d675b7f72f4af68cf624dad71bfba6e3c04a29ee29d2ebf72858f28075f194, '', 0, '?'),
(0xe43f685088792fd92e1bc348448df66c, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php', 1, 0x00000000000000000000000000000000, 0xbb44605f94ce7b8927d32c55e1e800e0, 0xa0fb055129fa6cb5df0ac43979800dcd5d827bc239fd7f7b3a955ddc84584ea3, '', 0, '?'),
(0xa2804150daf07ffbf507f2e72f589dba, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php', 1, 0x00000000000000000000000000000000, 0xa2c04c22aaed013904164eb8b6be7807, 0x7e3c10aef063e45037e06d13edf5d2d8d3b9d17f191dd5ba621ec40be13fd9fe, '', 0, '?'),
(0xe1b1e42d8a2ebf1b37243a65e804f338, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php', 1, 0x00000000000000000000000000000000, 0x876e3a4ad16697623215752352efffcf, 0xc5a5e912de4ca7163aa22fd9357b349bb8e9e8b0962038db8a996d1c379d68d9, '', 0, '?'),
(0x281836fdde3261c81b2e4d54841f63ec, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php', 1, 0x00000000000000000000000000000000, 0x4e78eac5505ce5226c7091cd014318cf, 0x6e392fda688fdc10112b3dc932bcfcce94ba3c1c346f3f039d913a24f290ff5c, '', 0, '?'),
(0x5c26aa3025d09651bc7e9c1a774d06dc, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x34c7daaab1b0ff6807e3dac0850a9b89, 0xfa021e687c8cf92ddf07b3658a82646711ce6eb9e6f89b75065cfbb331dc96bb, '', 0, '?'),
(0x2ad85246c1c14bfd95857babf30ed44c, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php', 1, 0x00000000000000000000000000000000, 0x2859209d89648108c1ed8127415d3bcd, 0x62256e3abfef7ecc337df655b006202465a94c42f52377c3f6c7f14f6e5ec30c, '', 0, '?'),
(0xbce5a35de146f024a77106e1e1f6e279, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php', 1, 0x00000000000000000000000000000000, 0x111373d7cc8501ef295b1328b1647bc8, 0xbfdae46121ec8c6b3858d22fbf7924eba043f5d9502d5b80a3a0ea53d879f953, '', 0, '?'),
(0xe27a673a06044d820271a46a38f6d0e0, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php', 1, 0x00000000000000000000000000000000, 0x4525e272283a783033cc670061f205a2, 0xa8400c8c06c4cc792455fac8187f119d408017a7e5756860e7f10c7c71d07fc3, '', 0, '?'),
(0xb612d8ae5fef3715abcee869d87be7c0, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php', 1, 0x00000000000000000000000000000000, 0x58bb84cb011eb7ac9008ecfb589bc35a, 0xd2dc831b0db1ea633f20bb4cf01a6d7baca683ed1c000397432a780e7bb1e5c4, '', 0, '?'),
(0xe083ed24bf8ad2844d9f73842bcee6f3, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0x1eebcf3f9aaacdd9ef11fbd9c1fc6668, 0x9e1f6bba658d0e055ed8ad1a25c9aee696868663c228ef9ac33e17b1f70757c9, '', 0, '?'),
(0x1525fc9b845ca5c60d2658a080267050, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php', 1, 0x00000000000000000000000000000000, 0x592dcd1015bd27ea1c351c63ce1eac35, 0x22a8846ce85536263935db1a9d73643cc0421cc95ca17653c8785c442d0aa77e, '', 0, '?'),
(0x7b5d809ed58370c38903efa1ab74c101, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php', 1, 0x00000000000000000000000000000000, 0x1cc65d7005f65617da4b036a3c1f255a, 0x8ba10bca2a74e44a041d88c08092efb4fb703750ef2f823df0821888e220023a, '', 0, '?'),
(0xad49250749f9399fcb62b14ed3b32fc9, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php', 1, 0x00000000000000000000000000000000, 0xadeeb2c2b556bdfda34dde10485446a9, 0x788f23c39dfb3aed833ce27db5458c983505d48bc3833d4c87f0726929ed3884, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x17148cc52ccb8f0cb1103dbfe1c08258, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xc9d2b021dbb0e00480a5882c4f62ac37, 0x0521d266031c941986ba204df49db5b49606e14af44f2e28940d1ace90789fc6, '', 0, '?'),
(0xba633f6042170f51f3c22ce1e067dbd6, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php', 1, 0x00000000000000000000000000000000, 0x1cae76fe059647fad20e16259b670fe0, 0x730b3799ef40739b05574cbeb9ad290a48a99363f2f31671621df9d07d0b3733, '', 0, '?'),
(0x4162cec1741d23c8842f2da1d586ffe1, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php', 1, 0x00000000000000000000000000000000, 0xaf7ba13f1ffb67d617a005e10726a82e, 0x1c41eeac75950713de18443a18dedfc0876081c9db195042d54a70c6d6f23f68, '', 0, '?'),
(0xc86bfc8a46d4df2a1815b66a765fbb36, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php', 1, 0x00000000000000000000000000000000, 0x73005262cec268f6640d603076606ab6, 0x14ee4b14d6dd07da5ddc768606c47e88b12a7fb834b664032d5763a22f970717, '', 0, '?'),
(0xaf5be933f708e4b17c465a3a772930af, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php', 1, 0x00000000000000000000000000000000, 0x1b89566e62683d9f58e50fabac351412, 0x1412f4af02d4e410249c427c1cec5c441f5d9bc6f8424c0c7a206df27d480d74, '', 0, '?'),
(0x9044466664d7a26ebd7837afe34d9657, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xf18f4c40919a4be9ce79dc163404e9e4, 0x39f130ac0c7bf6da8bf248d7f336b38678ab869dbd04cd6e3dad7fb200a7ea49, '', 0, '?'),
(0xac341ffbe7d2f6b3af62caa8202e87af, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x26267ee2253e0f69db3910269ee33cdc, 0x0c7001f5288c661d5a9870f97fb55e3be4e74f3394c956182debb90f2314d89f, '', 0, '?'),
(0xd7dc0a13b1a1179881aa45e6ae33966e, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php', 1, 0x00000000000000000000000000000000, 0x6d89d5ae0cd5ac6b3df8c4c75990594c, 0xfdf1eaf2f4cbf99199a28c4a5998de8cadf2f29c4da56a795a574ea0ad5c7a9d, '', 0, '?'),
(0x4f5d9d65b581e515bb74efcf1ff21db6, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php', 1, 0x00000000000000000000000000000000, 0x7b7251820999762db2de77a354b3bb85, 0x76ea7f431b9987ed7c3932cedfee236dacd42213545bc062742d8c43d7953598, '', 0, '?'),
(0x65cdb50ff0b2e16aadb3c9ffc9d4d0f8, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php', 1, 0x00000000000000000000000000000000, 0xd8ad85e8f6d844aaa5e2f0a965637ecd, 0xffdff4cbfc03f3cf86801b8491ee6ab23f7b725d5838caff989dcf1351e90999, '', 0, '?'),
(0x57b27cb22613af4098503f25d1dceaa9, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php', 1, 0x00000000000000000000000000000000, 0x37c1a0ec36bbf6a83cc23059a1743a14, 0x62e7d4a8c0ee2472ffe9577922c1a44b7d31c4ab5ab41ace668221db1fca72c3, '', 0, '?'),
(0xd0230a7634e5f5668a1ec76645322e64, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0xb7448a614c4c29b32feb076fef2977a0, 0x92ec4bd63292ed4f1bc0b254c523ac6e9e14babce4f9edc8c6f21621515de639, '', 0, '?'),
(0x5a0a42d07c47fedfd1a6f83825241cdd, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php', 1, 0x00000000000000000000000000000000, 0xef210fe722ea011ef394b310d56bfe51, 0x017097e445b621b32b7cbb1921f6922b9bd364bc95b8f595117383a6de9a4fbe, '', 0, '?'),
(0xcfe4e47d0cc2395d547659ba44e27b71, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php', 1, 0x00000000000000000000000000000000, 0x1a9ee1d4cfcf0ef73c89ade4ca004b3b, 0x039b2fa9a99d2bf56ef5bffd17faa9282b5db7ef883b6e0727d31f2a4bd495a2, '', 0, '?'),
(0x28ad05e1cc6367ff2d5f0cedb90e9444, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php', 1, 0x00000000000000000000000000000000, 0xb754d4bc9d47d36f4c21bb93f1e450ad, 0x57a95e7267c7fa14b8a1fe9ef13117d6b11d20a64699d88f83db9ea918bd8c34, '', 0, '?'),
(0x8128a09afbecaf0a80d83f8fd8eb50b4, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xf302b67377f912273f5cb145eb55cc9a, 0x827d6260fe8139880469b90267820f9fdae896e3c4643800b571d724c1f32d61, '', 0, '?'),
(0x442abfe6e1b8d34d6011beb6ce3c80b7, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php', 1, 0x00000000000000000000000000000000, 0xc1a8d470d5e9df7142bc935e42714f67, 0x228e6f513712822021e278037371bf3028a6c3ab14ff85866c5a01164811905e, '', 0, '?'),
(0x34015deb94e187f944fc783715cbe791, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js', 1, 0x00000000000000000000000000000000, 0x89ac266b0d35e56ccdd1530c565a0113, 0x6b4c2451911ab7faabae6623e173f553d9d9a2a2314db19b8c857df6f892e68f, '', 0, '?'),
(0x5f337529945ac921c35c0c45e6586362, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php', 1, 0x00000000000000000000000000000000, 0xbcba31ade2f39e7e0b07e3ba51011ed6, 0x063c2edfbd0119690aa5a2d2a1c9ba1365f906cfe2c1d99c5e32317fc034fc7d, '', 0, '?'),
(0x99c8a564e85fe4fbf96a508dbf41e891, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php', 1, 0x00000000000000000000000000000000, 0x8226c6f4021de15de0f0f1e8d48d9dfd, 0x16fd0fd103c7769bfd92ff9304385504f4825b033b92f3024cd9b86a68f0b1ea, '', 0, '?'),
(0x0376ef4453806b93d1c25d513aa5560a, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php', 1, 0x00000000000000000000000000000000, 0xd315ee6d7f785e5fa0740729618b5cae, 0x08563ff595c06d8fd5e15bc31ebb0494f19ea4d52033cb073cae479701763400, '', 0, '?'),
(0x9ab1d7abab43c82684412fb86ec9f54a, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php', 1, 0x00000000000000000000000000000000, 0xd0da9ae0c2bd69a96f53a05275019ade, 0x32f6abe399486fb525a32edaa0c2d5cfb15da39f367196e61bad31689856ea89, '', 0, '?'),
(0xe60b94a89e66ea89cbd84049371f068b, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css', 1, 0x00000000000000000000000000000000, 0x79e1472533e7358158f1cbfd95d78d5d, 0x1ce7114903effdeffdd1b34df098855dd7bbc3030b89a520c55d073daaf97b49, '', 0, '?'),
(0xc7cbbe64a74bd99b57f91646011c4971, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js', 1, 0x00000000000000000000000000000000, 0x8df35ef8834de4416320cc8ae196a228, 0x870b30c9658c143af10bbe5b772dfa68880cc8122ff2f296d933c74f8b01399c, '', 0, '?'),
(0x331915b3e3d770766eb9087b8dc829ee, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php', 1, 0x00000000000000000000000000000000, 0xff4e63029ac89cda35128474c81f2a5c, 0xe68d433c3e095d037bd76b4a3159d932cecd7a77e1223293d484e8e6979c4c0f, '', 0, '?'),
(0xa26f00bf2c9f9e2745aeba3084c6fa1b, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php', 1, 0x00000000000000000000000000000000, 0xa4079880fb564a2fe34a66fdad22ed78, 0xa2813662b41ae2b56b9744c17c7ebd3ac9923ef9926b4ab33c49e44f8fbee94e, '', 0, '?'),
(0x4225f73b77ebd307a1bd62386e4c4bc4, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php', 1, 0x00000000000000000000000000000000, 0x1b6d85a52e69c6655d3ae75261cf859d, 0x8d75e22f9646a277ae96d381dc35ade1e16058df0bc7f3651a6f617f1d344aa2, '', 0, '?'),
(0x19da2f476c5d8ed17dfa332e53c42ca5, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x9d8f14a95fe26dc56df8b748c64a281f, 0xa9157239f418d046816274354496821b9b10f8a119a721793492d10ff3026488, '', 0, '?'),
(0xd2a6bed339c6f677030680c7569b7984, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php', 1, 0x00000000000000000000000000000000, 0x7dab8cd9a67b08ef03878b9cb854873a, 0x11185454833ba2a4ab88de0704df5b4f05d62525aa2d31610afaad5e6b9d5b15, '', 0, '?'),
(0x5ad363f59cac17aa8d5f4fc95bad55b1, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php', 1, 0x00000000000000000000000000000000, 0xd6903824edcd676c2310a9c9eb88f79d, 0xb6729456b00feb25be6c66e7660218488f1d0de1d0351ad8380065a551246ef9, '', 0, '?'),
(0x11fbbeccbff1680e87905b46b7da5d6f, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php', 1, 0x00000000000000000000000000000000, 0xef067635b274a95cd06685969345ed26, 0x60161a585d490054e6fa566d71555a56bb167bf8baaf3e2db9f7f6ecaa8f2831, '', 0, '?'),
(0x8140219c4e276535ce916b5db363251f, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php', 1, 0x00000000000000000000000000000000, 0x5dff6bc4c4ffed32a786cd4f2de71660, 0xa77310e91dff8d432e2cade3277f5ffed43d26d1b6b8b2ec93daf907d73dfb43, '', 0, '?'),
(0x5e7ad0e4db04f2f48800afb155812ef6, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x6c6af2145094f8ca5ed0c793c0e618f2, 0x8da7b11897b17e8c99990ee219abf4fc23086da75bf9232b0ac6f29545a5ce91, '', 0, '?'),
(0x621c96f537d25d30e0c2cd570e6276fc, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php', 1, 0x00000000000000000000000000000000, 0x811ecb28a3ec7d865e55e873e80866ae, 0xb92bde8942733265efb51b61fe93312b17bae1627afe674592c5e98191e0c12f, '', 0, '?'),
(0x24997c614f61a17f3f674a1dff99e4ab, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css', 1, 0x00000000000000000000000000000000, 0xcbdad1bb8c157fa190e95b656f45c444, 0x10904ae65395061127597a7046b91d408c385a6fe947d7becb451894cba340c4, '', 0, '?'),
(0xbb4dae411eb646c31a25f93bd43fa621, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php', 1, 0x00000000000000000000000000000000, 0xf12e3c4a0610cfdc980c3f1dff4e0478, 0x5b46f7c6539807d1b5a2c70ef22dfe7cbf50f1a1b015b2472d10583517da5a31, '', 0, '?'),
(0xa58f32b421ba36feaf524b65229789a9, 'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php', 1, 0x00000000000000000000000000000000, 0x067bf5eb7e126a929bbd84970746fef3, 0x47ac2f08d777d967ce495ef732b9dee2394bb8158df7e1c74f58aba481ed8cf4, '', 0, '?'),
(0x2cb191fd75a3cb9da9fc780e4e97e880, 'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xdd9a453f2548a99663be10a8ef1a3b43, 0x1a27cbd94b4d4fb4cb9f7fbed38d40b71959c48521582ac74d21dee20bdbabb3, '', 0, '?'),
(0x7083961fb6a265a283e8bdb9203af097, 'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php', 1, 0x00000000000000000000000000000000, 0x57c46c2786027a4810239325a2ff4b16, 0xf7cc9d6275916a2b153239ce8f6f2ac3e0eef9699de992a6783c2c50f369db26, '', 0, '?'),
(0x2c771f1f90c088af076110b967eba6a5, 'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xb0798080b2db8399e3e2270c5c49de97, 0xada79770895c3692807bb6bc7aa968770c9fb723c9bc3810443783590292661a, '', 0, '?'),
(0x4d311e8078eaa9ac5ed085cb85e14d66, 'wp-content/plugins/w3-total-cache/Extensions_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x85cf5045b8eff4aaaac7fc05f9018afc, 0x8727a3cc9060255f82b7d2cb00c8d463a0f09752a9400419f266a2a2defd45fa, '', 0, '?'),
(0x671c581d5fe2d475aa30c7b994a235bd, 'wp-content/plugins/w3-total-cache/Extensions_Page.php', 1, 0x00000000000000000000000000000000, 0x4c18ae81e62068e62490153261977c11, 0xb7dbc47c2a04620287e00fe22355da88d0628e86491cdbe118ac61a8996193e2, '', 0, '?'),
(0x264e8e3b710c0814c210ff3422194e5d, 'wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xb9df6891bcd166e08d897372ed55503c, 0x9523c2a91559d704dbf18f9b6acc0865d86a0220bb2d0b763f17c4a646a8c702, '', 0, '?'),
(0x415cc4dc2eac19a8f86886918cd39c67, 'wp-content/plugins/w3-total-cache/Extensions_Util.php', 1, 0x00000000000000000000000000000000, 0x5e721501a3af66e9fbdfdb882a0dbb9c, 0x7fb17aaf67d4166e4b816e028a735cae9aef9a00c64ac6f511e8cf2955672f3e, '', 0, '?'),
(0x339b549abc858e6a26d5aca02acd919f, 'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xc302b108921dd5e17f04df98f2ff76ed, 0xba5a681ecbfcb647c61d63ac0b14de80c9809f076778d98811e26080ed3acc66, '', 0, '?'),
(0x6ef60505eadc521998a8b019680c1d01, 'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php', 1, 0x00000000000000000000000000000000, 0xf0b744a34fe80963e806cc36b284b9dc, 0x74b6115f0d7b2162efaba6c7e44ff3ae2add774a93ce445516235994ebd5837d, '', 0, '?'),
(0x65724ec7b134e1e2b041fde72a9d1fa9, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php', 1, 0x00000000000000000000000000000000, 0xd59ecc2be956ac5af69585b5d44f3e31, 0x51682e1eb8a98074a441a4cab58c19d4e6beb81f42402f37c02e44e3431edb0b, '', 0, '?'),
(0xa0706e890d40fbfa9ae81fbee5a06452, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php', 1, 0x00000000000000000000000000000000, 0x696d1d0caf18047323891fac13a21a8b, 0x7dec848b899a24308356563a7e549b52e82ebd15510641062d7ba0e3a66faa8f, '', 0, '?'),
(0xf7875a88d1323788394df63e27b0cae7, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php', 1, 0x00000000000000000000000000000000, 0x32b6a8434164729421aa96071bc95885, 0xe59467ba8aec79f3faee5a17fb384af984a89ec1cd7b14348339c79dd8cbd046, '', 0, '?'),
(0xf2f8658830de1e52b7f650ed8e90708f, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php', 1, 0x00000000000000000000000000000000, 0xf6117858c4e804bc5069df9a35f9ec10, 0x916b0457e386411255002baa0dcf23f8a8a46801725c9d575b563bae1310250c, '', 0, '?'),
(0x6f096e2ff82e652d17b153457902b33c, 'wp-content/plugins/w3-total-cache/Generic_AdminNotes.php', 1, 0x00000000000000000000000000000000, 0xa0d1df92b15fc703df83c25e76bee3a4, 0x1ac44a189202b13e7cdfb90f632c78eb60d0984c12ad1dd8bc883ce61c3bd1b4, '', 0, '?'),
(0xeb401e8e929149ffbfb7c9be2174a333, 'wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0x26cfb968cacfc761b3571e0879f50492, 0x13b2d52e036066c7dcb6a230fff3a1ba54fd4411beceb0227b05849345164f05, '', 0, '?'),
(0xf60f1417de262de445ceccffe976ff12, 'wp-content/plugins/w3-total-cache/Generic_Environment.php', 1, 0x00000000000000000000000000000000, 0x894b9c45d22b7d3eae1cad071eda522b, 0x6f2c836725a861bae1602bd3c1e9129fe32f63ee1847b549d146574dd6d45c3c, '', 0, '?'),
(0x4375817a8745e62369af15bdd40aaba4, 'wp-content/plugins/w3-total-cache/Generic_Faq.php', 1, 0x00000000000000000000000000000000, 0xa3d6f7dda7469b9112af8bad770fc275, 0x347a631d4181e3c65d3ab375582805db87325d990bf1b17ef269aa086a51d34d, '', 0, '?'),
(0x61ceba2bfc77d76e7096a9e8b0cd743d, 'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js', 1, 0x00000000000000000000000000000000, 0x0faf6cdcaf18e22adce27062a095e4bf, 0xcf129e51be1db69d3be8689882592012ab4a422664358b82cfe5c5ebb5fd20ba, '', 0, '?'),
(0x737ec0a2fb9467deeea04b73604d6012, 'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js', 1, 0x00000000000000000000000000000000, 0x5a480712505b9bb3280221b5987daf2e, 0xce54c467259ad2a9e9caae41c85e701b88fa9bb288fffb9e6ee2deb99a21509f, '', 0, '?'),
(0x6827f674e66757cc2fb91229e4719872, 'wp-content/plugins/w3-total-cache/Generic_Page_About.php', 1, 0x00000000000000000000000000000000, 0x8fca00053ba61c47da7f61417dbccfac, 0x017875bb98965fa4b46302c331d67a7dfcb3317317d0423ee090fdab5a516690, '', 0, '?'),
(0x466b61b397a001c6c6440859b8531b72, 'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php', 1, 0x00000000000000000000000000000000, 0x171a6746c5ed16951a01832eb54e73c2, 0x79daff9f74186f76f4bfa63b568690f2a33e53b8ec734dcf9e6a71ac88f2d34f, '', 0, '?'),
(0x80d98baa7493872b0976f1c5139b8f4a, 'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css', 1, 0x00000000000000000000000000000000, 0x559f5ce3bdc828507db9c43b006c6b50, 0x5a88c28f4947c3ebc545ce1022e9ba0b6ce40053c8fe003d78f10390ffe85982, '', 0, '?'),
(0x575965621853ccb734ddd4c08693e69b, 'wp-content/plugins/w3-total-cache/Generic_Page_General.php', 1, 0x00000000000000000000000000000000, 0xd2d46f2f56bc4ce8d49613fecfce047c, 0x08f06912446531666dfcbe9a268e8e80a65b8b3be2debce3eb5239f8dab15d9c, '', 0, '?'),
(0x28cb9a38c2f5dd505f5822be33f25cb5, 'wp-content/plugins/w3-total-cache/Generic_Page_Install.php', 1, 0x00000000000000000000000000000000, 0xaca3261e5812d2f46e120fb001c4fd37, 0x8648519ac4340d32754b5c74a14424a2b4af7595496078c67421a7e8fb7ed072, '', 0, '?'),
(0xe8aa7f78def1d0a60401aff59f9a4889, 'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php', 1, 0x00000000000000000000000000000000, 0x0073e70c22c228147d0c780bceaffb22, 0x8a3828ad8a08097c67f3d9908999a608cc5f87c92bb587fb8e5f4378209d0b12, '', 0, '?'),
(0xf66c166ed2aac3340baed0f7e2e77369, 'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php', 1, 0x00000000000000000000000000000000, 0xe75e6219869cd365b661eff99fce3864, 0x18121f15758b83706a8964a73fbee484f1dbb104796fc7191b7e9d937c29d113, '', 0, '?'),
(0x254d307aecf7a910a73b2ebfd6f3870f, 'wp-content/plugins/w3-total-cache/Generic_Plugin.php', 1, 0x00000000000000000000000000000000, 0xb3f6fd3810a0d02e6eb9a656db8b4050, 0x48cd8ec06c95d29f3a03cfdd185c3fedb88425e17b52c4894b9f08a06f71ad59, '', 0, '?'),
(0x66ad0c29e9e6b49637dba38f5f9897ef, 'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x90dc59689e2ce60fb7afa128a2241c7b, 0xce43fbdb280b6de86a6481c2589db0fc44b8db4e67341447a658ca88678100da, '', 0, '?'),
(0xc87a0ad5dbed929db71d21ca31b8f3cf, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php', 1, 0x00000000000000000000000000000000, 0x36db73baf0d526889e3d0eae04c72d0c, 0x5542dd99bf7dbfa95014a3d2b4de1e9b63162a1684fcc2ce72557fdee848cc46, '', 0, '?'),
(0x72f1061ff55d53c56d0271548af579fb, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php', 1, 0x00000000000000000000000000000000, 0x8c5ba06f6b95781b2402f7c2430bb896, 0x0dcd1a12039798fc895d2b3a995b4a9c57b595a934c448bf19ed8cbf47be1a1a, '', 0, '?'),
(0x4381457a907f40da22ffc2c376f97e29, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php', 1, 0x00000000000000000000000000000000, 0x9d854aa4719dea32f752f8d9dbb577ca, 0xcdb6d427b1afec15a1b1cf4af3c84bf2f6793d5eac15f0b67cb3e3b8c954a61a, '', 0, '?'),
(0xd44b9d92a2983483090d8cab8f61fc21, 'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php', 1, 0x00000000000000000000000000000000, 0xec0a331bf1838da58286ebc27b4ba443, 0x873d4b418615c4131e268e822dd579e32303d3f3454113fbc50e060f308a6f2f, '', 0, '?'),
(0xd6070eb4aa377947ba2ed664327bca8d, 'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php', 1, 0x00000000000000000000000000000000, 0xd567065650085389176876499adf75df, 0x96524d95613a1c2224588a28b04e086de4484bbcba5210df2bd1f00b9cad2721, '', 0, '?'),
(0x10b82221fb36e90a0c7d4d3cacbdb634, 'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php', 1, 0x00000000000000000000000000000000, 0x7707bddfceea1ad41ddad39dce903591, 0xe52ddc36200fdc9c49c23f3e0385c0df04713ee868698596f99c035df8f689ad, '', 0, '?'),
(0xad539a5f6a7c61003cd8a6cd3c2a3989, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php', 1, 0x00000000000000000000000000000000, 0xc95c544f1b09e653cb4459c2d5d10f36, 0x8de3302876344ac405a9f20fc8aa606bfb30ed6f2c03fefa8a122d68a0902d99, '', 0, '?'),
(0xb7451f5a8d25e585fabeafedbb254fa2, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x1dbd8f49091ebf45de08eb9d13d53445, 0xa744904523ce82a96ea1cae3d98c504c795a27989e8a4c5e896765cbf7676bc8, '', 0, '?'),
(0x152dcf1fc49af041528c9690e47f65d5, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg', 1, 0x00000000000000000000000000000000, 0x0569fca97cc8f2f240f54093dc6562fc, 0x72f1b89eb427c8f85f44c39e70f9db63c2b1dcaa4881b119a59052d6cde03b1a, '', 0, '?'),
(0xbccc493c89826c36b1c55f79437024fd, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js', 1, 0x00000000000000000000000000000000, 0xd8a1576965a5b146643733ab904d62f4, 0xbbeb6e7abcc86bcdf7ffd8a60ffad2c47a73073da2d73c8c7bb4df9811bb9ba7, '', 0, '?'),
(0x10470f4461f07087b96a9a5da2fa5541, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php', 1, 0x00000000000000000000000000000000, 0xaf7e4d2a89c46ba343f256db0b7f7339, 0xa24e8289060b3e357f4e79a87fe386a660db971504292f3eaf9f96ddca7f93b7, '', 0, '?'),
(0xa76ee23f808ec43f5623a69213a6449d, 'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php', 1, 0x00000000000000000000000000000000, 0xb42861ff057f3d0c1be45909fdfce059, 0x80501f550be1f0283a9845e4db37b8e7abea7cec7d32c2d4c69f5a8c7b77899e, '', 0, '?'),
(0x69176f74f4975ed19bacdc7ea79b52c5, 'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php', 1, 0x00000000000000000000000000000000, 0xdf53f22f6c2d89ac6cb7fbbe4ae26918, 0x48564d27e23899ccb79d40928f279cacb2d5e8b1147e5752b3218fd9fb072d90, '', 0, '?'),
(0xb79143f8d5f1b84add33343bd4dc9341, 'wp-content/plugins/w3-total-cache/Generic_WidgetServices.php', 1, 0x00000000000000000000000000000000, 0x981976bab5c14b9044187079720c05c6, 0x66807366c607190c3aa4aac7eed5dcb53d0c30ccd87cec164d1cce34356e1d44, '', 0, '?'),
(0x12af0ee05e313703416e3e4b0139aaa1, 'wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php', 1, 0x00000000000000000000000000000000, 0x70d63e804b802107ef116da65cfb748d, 0xd412cc015135edba50dae0239b0f0bb0b9e1467cac256e0f145ad3717d16b956, '', 0, '?'),
(0x0183120da3cfe119a1e9b1c16398e9f0, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js', 1, 0x00000000000000000000000000000000, 0x44d84134925e179c01c14e64b79d0071, 0x2aca7cd492bf2dacda639ca91c314916953e9fd3272200aa1487a7f408ca37bf, '', 0, '?'),
(0x7255ac6e9c2d055525a86a3497a6680b, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php', 1, 0x00000000000000000000000000000000, 0xb370947f687f62eb05427f85f075eba3, 0xc654d3dce59b5253292e77c561c4b08e64f9ff187b1dac006906236ee29f054b, '', 0, '?'),
(0x0595d53e9cb9336b2d9f961f091ecb26, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php', 1, 0x00000000000000000000000000000000, 0x0df47e0308c7e8b05127844859eff807, 0x078a50cf9829c1a40e651b0acfddbb39b5a2d019f0f45bb2eaa99f6fc228ae9a, '', 0, '?'),
(0xbf23dca97aa46bba97e17d9ef6605db4, 'wp-content/plugins/w3-total-cache/LICENSE', 1, 0x00000000000000000000000000000000, 0xb234ee4d69f5fce4486a80fdaf4a4263, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x1ca70a21930b5d5bf66963e583255cc3, 'wp-content/plugins/w3-total-cache/Licensing_AdminActions.php', 1, 0x00000000000000000000000000000000, 0xe29d7b3283741b8fbe94f7cc37718abc, 0x3b8e6b77e538ba6172e6a3f765d10fb77000ead0094af09b082bdc41178120bd, '', 0, '?'),
(0xd966ac62209c8d0192a9ecb0ee19e1a4, 'wp-content/plugins/w3-total-cache/Licensing_Core.php', 1, 0x00000000000000000000000000000000, 0x3eb9e66049dbfb822ae679624d64cec9, 0x89007fd19cd7736f59711b79be1c7d4cbae1c11f759493a8e61cff3545d4da3d, '', 0, '?'),
(0x668cdcbe6db401d368edabf17b7fe7bb, 'wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x1a6de81f6c3f4f32550bfb705de406b1, 0xd27136a869a4a9f5fce557935c57ce76fe03992ece00a80ecdd24f18dd0eb7ab, '', 0, '?'),
(0x3169b6a4c06c0d5c9bf3f774344cc654, 'wp-content/plugins/w3-total-cache/Minify_AutoCss.php', 1, 0x00000000000000000000000000000000, 0x8bf021717734204a663dd5ec9226e1a4, 0xe546fa4b1afa48ff4f868143b06a80a4b0fd43ac2626d190c613dc85daa63889, '', 0, '?'),
(0x56de231b4d2f440bb699330acfd9cb5b, 'wp-content/plugins/w3-total-cache/Minify_AutoJs.php', 1, 0x00000000000000000000000000000000, 0xa1fc72cc5fb065ed566c686a1cc49b4f, 0xb24dce6f85b9e1002e6b8a174a20ddc80a172122eb1138ed6024cc92bd5c5c0d, '', 0, '?'),
(0x495710602fce91429c5da09671c83c97, 'wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0xaf302aedebf27af8c34eafd916c175d4, 0x32b7f6700c4c11820962fa707e717b650dbd160397ca4e768e78842ece3df70b, '', 0, '?'),
(0x82cc7b115fd0ee1f2b684b7363b4f47e, 'wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php', 1, 0x00000000000000000000000000000000, 0x76f37d7a3b5c0424c195b6a7010b796c, 0x26222a06a5febb2e0c0977648e4e61509e8c0be614c72cae30636992e2c896b4, '', 0, '?'),
(0x70fa096641d239d9c47652056d09f503, 'wp-content/plugins/w3-total-cache/Minify_Core.php', 1, 0x00000000000000000000000000000000, 0x382849ed8bd13c77db190c61bea595a7, 0xc1e1b543f1d75c146a7bb6c59b8d12c38077b62e52617f57b72346d707005e40, '', 0, '?'),
(0x09874ae45b37629b00cf145db7599951, 'wp-content/plugins/w3-total-cache/Minify_Environment.php', 1, 0x00000000000000000000000000000000, 0xf1d5227b82d59b63eb865dc833edf82f, 0x51306345ef9d04fe6ada7b6c1d3fe8b5bd870c14488309f5f586b263b1af57fe, '', 0, '?'),
(0xf6ca31accf8d42924b135f72b908fb65, 'wp-content/plugins/w3-total-cache/Minify_Extract.php', 1, 0x00000000000000000000000000000000, 0x21c8f33028400a35844edfac8da60cae, 0xc0f179ab5b18dbfe60958cf9ee6cdb8938c105c7a2619736afc5c720248a94cf, '', 0, '?'),
(0x355bc357cd2064812093aa939c33165d, 'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js', 1, 0x00000000000000000000000000000000, 0x972e931e7edd2fce3b7cec5c9fc90c48, 0xb7bbdab0434f463d1ee58d50910d1063ce67f162d061c6d9134b979861eafbcf, '', 0, '?'),
(0x016751592f224ac2780e3a7061955af4, 'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js', 1, 0x00000000000000000000000000000000, 0x7d788d387252f324cc43f81bd302f0cb, 0xec9839dc6d5842d42cede58151c027c5b13ca927a8bf6ac051187bebd8bb52af, '', 0, '?'),
(0x7a6e3b78f5e2d199bcfc4004beac3537, 'wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php', 1, 0x00000000000000000000000000000000, 0x52aec46de8bb2cfa548b1b9bb31b288d, 0xb47b050f06e4c82dc9526d6b62360fbf30e7414b6db106a4238999af163bcf32, '', 0, '?'),
(0xf4e19e78fdb55452a4e0271aad7c3bf8, 'wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php', 1, 0x00000000000000000000000000000000, 0xbf4c27ea3d5a80b9108e93c72dba8c79, 0xf7ce11405e755f26e53187cd44661b16028efbc70431bc50dfc0ab4c3e3ca3b0, '', 0, '?'),
(0x3b24be3c7df868cfa65f7aca239ef397, 'wp-content/plugins/w3-total-cache/Minify_Page.php', 1, 0x00000000000000000000000000000000, 0x72de8e11184526b3336e31fa789767aa, 0xd970625f9c5aaa3aa1b6976ed0f08fc9a92a4b71902a84c64c998bdcfaaab7bd, '', 0, '?'),
(0x40ddd28803c4431aeb3d4a17e2d3d504, 'wp-content/plugins/w3-total-cache/Minify_Plugin.php', 1, 0x00000000000000000000000000000000, 0x7acbd591a42db4146f575a3bfb162e23, 0x42dd484ff49b08c56d0698c0dc9139fc5cdf6d7584baf38c1e3d6bb31c9a0eb5, '', 0, '?'),
(0x60fa5d90b86ac3cc9bff5433c42fcd4a, 'wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xff79e0575a1cf99405a3362eb3106dd4, 0x168c2b22e7c2ed597d689c65f2d3f8bf849a505f38061fad1df1ce50df2ddb5c, '', 0, '?'),
(0x88b2794c17634d4beb19c08d46f6107c, 'wp-content/plugins/w3-total-cache/Mobile_Base.php', 1, 0x00000000000000000000000000000000, 0x8ea094dfd6a591d91442f2e1c85977d8, 0x87ed53b0ee8a9dae8678828e8d02c5c252a7f2a8cd43808e6a8c8cbc2abeae95, '', 0, '?'),
(0x7541d3f3afbc18e9e355b408777e2b05, 'wp-content/plugins/w3-total-cache/Mobile_Redirect.php', 1, 0x00000000000000000000000000000000, 0x69bff375ba703d102eb405201f131e30, 0x8ced7d9deac55e9be9892aabaf31baf2c861eaaf1a63e741e29b4679f6fed31f, '', 0, '?'),
(0xf55b4bfdec1ccd3672938b52d8089df4, 'wp-content/plugins/w3-total-cache/Mobile_Referrer.php', 1, 0x00000000000000000000000000000000, 0xd248f39288613fbcc775b696ba6371a0, 0xb4e4024dc84d9cb49d95f2fd8237fcf9717a1c42f28989dac5d31eba6db2c194, '', 0, '?'),
(0xd39eb462de3dd6beec010697316deb77, 'wp-content/plugins/w3-total-cache/Mobile_UserAgent.php', 1, 0x00000000000000000000000000000000, 0xcf7c10e8e03bc65adda7d4f0a4d38eda, 0x8ef4afa3bb9b75570552cd6567d9db2c94c6f0f493d7c57e84fde80fffb707a7, '', 0, '?'),
(0x301038be919b5e350c3f02c590be4b0b, 'wp-content/plugins/w3-total-cache/ModuleStatus.php', 1, 0x00000000000000000000000000000000, 0xb3bdc92ffa75b15cbe12ceb7aff8fc1d, 0x755ee9bd5a4c6a06cd8a03bd26d99d4a1e5ea7c1631dfe86ab9a68a0ce253ad0, '', 0, '?'),
(0x27644dfb140757a1725346799dec445d, 'wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0x50f148014cdcdd301d890c9f274ea0d9, 0xbde05e7bc4cac9709d7a2494865d8d04dd529ed1af70899de7d27da7813638ad, '', 0, '?'),
(0x2971a9153bd86ca6709b17450593204f, 'wp-content/plugins/w3-total-cache/ObjectCache_Environment.php', 1, 0x00000000000000000000000000000000, 0x344da451ec73e80406e85fca01873ef5, 0xa01276a7c58ff7d00710e59c140bbb8b678818120581be4711c7ee8f9c3e173d, '', 0, '?'),
(0x4679f9d87b24077f81044f5cc5cdd9f2, 'wp-content/plugins/w3-total-cache/ObjectCache_Page.php', 1, 0x00000000000000000000000000000000, 0xb746f5fb42fea9a34fa8dcb86fc83e02, 0xc09b26b54a33c68c709db79a4e6bb8e828bd4de3f5a5f73b9b7fe0a854d0a787, '', 0, '?'),
(0x79e06ecdcf44d6ade274aa07ece86552, 'wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php', 1, 0x00000000000000000000000000000000, 0x743bc046da7706888cf341c210dab858, 0xb78c05d9d76ad4c127a68c3c35af3d0b627661b808a115bd94eda8a8ca6f9c57, '', 0, '?'),
(0x520c74d39a35cac8604a8083763049d6, 'wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php', 1, 0x00000000000000000000000000000000, 0xf21985f1d3eccbf42aa332f8e0653764, 0xb992f8e7dd05ff4689b85214c79ee967c959d6acf812ca699ca715344e112d17, '', 0, '?'),
(0x7940f4da5c9eaf829497d35c84fbd0bd, 'wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xc985199f5e3c755b8a042de3579f9f7a, 0x0bd7f85c2b597790f93c9901523cb19aefe64e98948307f05f4950416daa6bc8, '', 0, '?'),
(0x009b0ae09feda61d15de3372a81ce4d1, 'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php', 1, 0x00000000000000000000000000000000, 0xdd7642c19b6cf8eab590219a7326cb49, 0xdf324748e4b56688e036a2a415ee0555dc8c2c1efec27f1f6bcd4fae02ed0819, '', 0, '?'),
(0xd21ae4e1d9a4c8d2335bd13e02631f1f, 'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php', 1, 0x00000000000000000000000000000000, 0x8f3dd309481752fe9b37f5cdbc3fbb8b, 0xe3bd66594c90a50995df5a2f4a43e9217e6316c67f0f0c43a344d0ad31069eb6, '', 0, '?'),
(0x6a0a890b541313f45404996bbc9af72e, 'wp-content/plugins/w3-total-cache/PageSpeed_Api.php', 1, 0x00000000000000000000000000000000, 0x7eaa236abc413faf4270e67b6ffbecf6, 0x5946f5ecd7209416537a82d558f8413472806039dd7773c8927bfa1074e8ae13, '', 0, '?'),
(0x9293fd0baf6287fb2af20194bb6adf96, 'wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php', 1, 0x00000000000000000000000000000000, 0x12e2b88c55ed20a771e5debaaaa3d8db, 0xaffb10b44f9db4461d97f5fe5d81f606696ff2c2051ae164524c0bd953af6a94, '', 0, '?'),
(0x15111c2fc017cdae2a2c650643daeef3, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css', 1, 0x00000000000000000000000000000000, 0x3ad05a4fe6c06185d1d3fdc296fe0120, 0x960eaa782704c88453bdb0139e0230f186b506543c66504e25a6c38b3e0fca68, '', 0, '?'),
(0x93bfe75544036f538a3547c692a55f52, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js', 1, 0x00000000000000000000000000000000, 0x1ba37fd1ee2e95463076b0ee039774e0, 0xfc4815ce22d13e721bd7e73d8a74b8ac05b5dfaab88986666369bf0a889e10cb, '', 0, '?'),
(0xd641690210c907c87a8629a1ec182b02, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php', 1, 0x00000000000000000000000000000000, 0xb54127b2210870f0cd5aa8b9a7352b06, 0x483466a359072160ba7676d221914deff6fc9c14299ba55402b0d56e02645a35, '', 0, '?'),
(0x71712ae288ea36c95a1bf274ebe85495, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php', 1, 0x00000000000000000000000000000000, 0xb6b59d3ae32f6ed9d370c6294f3f9600, 0xe9fef41622058328e8b60e764006a755e12b19737dee0da9b6fd1c0e21a17f73, '', 0, '?'),
(0x06c4b8c54865839cbba029018f087b7e, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php', 1, 0x00000000000000000000000000000000, 0x0b79097513391c255efa3194acd04630, 0x715b642ef36c423c4a4c49ba58cb697c4a7d63d4da7ec223380d25c14eb7be96, '', 0, '?'),
(0x5694a3c81dca99933c25e12a1fcc1960, 'wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php', 1, 0x00000000000000000000000000000000, 0xa862715c0241f568f3c26b0eb5c8c755, 0xc8b04679b64f938fbb7369d690967f4ab72f215f0bb66725255c17cd1bfde795, '', 0, '?'),
(0x891d4d3dcf945cda88096e833c0ff6fd, 'wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php', 1, 0x00000000000000000000000000000000, 0x46fb4d28b3e4e9231e67747eda8907f7, 0x0f6f0b24fd11d231717e3f6332ed2b12c2a19caa47b4edf9dc360720e4c05801, '', 0, '?'),
(0x67839ab411270b4899b095b616159845, 'wp-content/plugins/w3-total-cache/PgCache_Environment.php', 1, 0x00000000000000000000000000000000, 0xd2a836cdd24a7e688117c770847695ae, 0x6df89c0b60e9bd5bedbf487b8b6419f788d73dddc8476b02808e2c09e38766c3, '', 0, '?'),
(0x7725f3c0e8b976f279395a883a980c0f, 'wp-content/plugins/w3-total-cache/PgCache_Flush.php', 1, 0x00000000000000000000000000000000, 0x07e81dbed4df75901cbd801e8f47fd74, 0x098d40256d06785cf3485185c87a0f1dd53ccb37316324f5f7c919de362dfaba, '', 0, '?'),
(0x533a69fed0caf1c507dd5e98eb2ba19a, 'wp-content/plugins/w3-total-cache/PgCache_Page.php', 1, 0x00000000000000000000000000000000, 0x6c4ee75a5eb2e7443c8706e7f68b534a, 0xc3b114db0116fcb18c711d72aa9da028142aca0a8428d12e0a4c73bec2c4e89b, '', 0, '?'),
(0x8b60b0cdf3fe64210042d0f70bc7b4b9, 'wp-content/plugins/w3-total-cache/PgCache_Plugin.php', 1, 0x00000000000000000000000000000000, 0x615c3e1c6540d715d3c80173bc870112, 0x679cae7cf89cc5bd26ea7cd5caecbee0f1ba524fabe28edd16992136459ea785, '', 0, '?'),
(0xd1ced589f0b7bd445c1ae3b047717fe2, 'wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x2cd12cbead836e1d31acba86b0373894, 0x806682435b91a734a66b968ee755c04e04f1f39b7cf2eeed7d51880af050647a, '', 0, '?'),
(0xb9090d9ded22b21066c60ffc48261539, 'wp-content/plugins/w3-total-cache/README.md', 1, 0x00000000000000000000000000000000, 0xfa7c021487d8ddf213a647b94f384851, 0x25343384164e61a6e2f41d05cd9aa04d233fafef6941ca7a9ebaa853c67f9e67, '', 0, '?'),
(0x5ee6811078514d6b0fdf0a6bd87165c3, 'wp-content/plugins/w3-total-cache/Root_AdminActions.php', 1, 0x00000000000000000000000000000000, 0xb7203efbe7a9ac3e48f2d60e8b4c21e4, 0x227e1e19f0e829fbb23df007e3ff01617020a1b70ad05f3dda51c332e4585fe6, '', 0, '?'),
(0xe273247376038ca8a7cae857057f3b97, 'wp-content/plugins/w3-total-cache/Root_AdminActivation.php', 1, 0x00000000000000000000000000000000, 0x90e515a1d565ed55065296263170b4f7, 0x66434ba5181ad0775e9433b39018eea3a3fa9f2334d5edfc49e64c36dd2a40b7, '', 0, '?'),
(0xfea3364e907f44c09b250861fb33104d, 'wp-content/plugins/w3-total-cache/Root_AdminMenu.php', 1, 0x00000000000000000000000000000000, 0xf200ceb759053dad6470b2ede8a10551, 0x8971041dc17c3ac65a35453dded6dea1224e4f7f2c8c5507c41d1ef059673b2a, '', 0, '?'),
(0x2e0e934a20c339305f3eed5cae796795, 'wp-content/plugins/w3-total-cache/Root_Environment.php', 1, 0x00000000000000000000000000000000, 0x248768177ea4ade7133b24b27a3b9739, 0x4bb3fec55c6d60bcb70ad745b93c9f1cd5748983f550d461c65982c90c22c73a, '', 0, '?'),
(0x654605e0f572ebfafc1065a4925c40b6, 'wp-content/plugins/w3-total-cache/Root_Loader.php', 1, 0x00000000000000000000000000000000, 0x0dcdbd999586721c2befd1c4ab83e4f5, 0x216cfc2b0e8737d48a62bda56f982ab4c760e6e60f52815f09a7a794f01c6e63, '', 0, '?'),
(0x0551315032a195a90922fb87b3428f9a, 'wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x0c2fca846540130dea453b59557c4218, 0x7126414661b8bb60a1c3cf1178f47260247f981a091e53c0d6001c881c99ef9d, '', 0, '?'),
(0xa2eb09a64d21a640a37dc2ecb07cb5c5, 'wp-content/plugins/w3-total-cache/Support_AdminActions.php', 1, 0x00000000000000000000000000000000, 0x57bb8cbf74d3e319381789f0134618ce, 0x4c56b4283f9f3c9ead00e3b9576b4d5503dfaa2056d7f4e4566e8a0d66d68a91, '', 0, '?'),
(0x3b2b87914c5605f38c6dcf633f1608fa, 'wp-content/plugins/w3-total-cache/Support_Page.php', 1, 0x00000000000000000000000000000000, 0x81f0bdacf30bbcc8ddcd1b87d68125c9, 0x64a3dcb14a167ff1b43455520497ed5d7fecec273149a7d2f5af171c3ff896fe, '', 0, '?'),
(0x28ab182427b3b80414db1b5ea4c4d57c, 'wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php', 1, 0x00000000000000000000000000000000, 0xc7fef4e2bb0e36f6aa33c2b47bb61271, 0xcc05b4af4c6cd8bd5fdfa5e49544ef533c22cde383e83616efe03a20e5c0edbf, '', 0, '?'),
(0x15c8efe03fdad2fe5ca7839361dc693e, 'wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php', 1, 0x00000000000000000000000000000000, 0x28027338764138c7e107cd0dacf50699, 0x6156fc0b20c490dffd9e48847021b054e7bf3cb3643ed3999a318272e6d70ea6, '', 0, '?'),
(0xda54ebfb36f9814868cb230d75c2fa6b, 'wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php', 1, 0x00000000000000000000000000000000, 0xf7cd2029625bff69b6b8d2dcbc439c92, 0xc7419e49781b3b3b23b57b0f4f771013337f8d73efefe72e57acb7f838e53b74, '', 0, '?'),
(0xb31dd15367bf5f64be16eb17795073e8, 'wp-content/plugins/w3-total-cache/SystemOpCache_Core.php', 1, 0x00000000000000000000000000000000, 0x232d05f045d91e922ca359e4dc285294, 0x91cb5e85e6d5825dc0ee9c6461a046924cf1c774c6804b90fed89eef7de1861d, '', 0, '?'),
(0xdeadad61b838396149edf7d84d8201fa, 'wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0x3246785db087cca2431c47ac39cc6b44, 0x598750347cf652bf7717672ac78903f6249182d22637c0e29428c18e19c9d1d2, '', 0, '?'),
(0x1bf32df3c2ba02aa1e1279b52298aeba, 'wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0x0ee9a254621cbd294357d8b95f356a6e, 0xd2db42ba5537a1065ef8d7cb08e5a375c55f64ab5e10845f11493896683f6999, '', 0, '?'),
(0x513c442c2f34d7e1c5bb38eaee50233c, 'wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php', 1, 0x00000000000000000000000000000000, 0xe0d76b55163b5be2bfcf2906f0cb0f69, 0xfbc109c180b754e771635370e5730e554d6bc2ce0d6af303063ae719d1cd6bfc, '', 0, '?'),
(0x1390a58d6050b94de6f78bc6ae5aca30, 'wp-content/plugins/w3-total-cache/UsageStatistics_Core.php', 1, 0x00000000000000000000000000000000, 0x5a633bb24b3762dcbd5e72f29b7d5dee, 0x6f3ca5a7b3cfbca0733db1c60e6ea274542bd3eaa043861777602a1f01e5efd3, '', 0, '?'),
(0x00cbc78c217b4f9ea783e3beac75bf1a, 'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php', 1, 0x00000000000000000000000000000000, 0x56f91e4570a6fe3176fe875335fc8b1b, 0xf756b41cfc8c01dcf12e28d363a6ef262e5bd67a50858ca13677e6d38aa6107b, '', 0, '?'),
(0x90b2ad9bef135b41458be5bd577c59f3, 'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0xd7957549d2c9769168433c23e21adee2, 0x0bbbe8bfdd1bb523a45ca5fc07e598e7a572b99c2ff7b79c8cf292bd5e0bd62d, '', 0, '?'),
(0x64caf360683f549b35abe8c798eb52ee, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page.php', 1, 0x00000000000000000000000000000000, 0x6c46621a165c33017d6a3896734ef542, 0x2efd12e7044ea5489c245ba190460eb796687f7bf12121d46a69ea1f7aa374d6, '', 0, '?'),
(0xb5e8b550132275650a5c0c64f1f83e00, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php', 1, 0x00000000000000000000000000000000, 0x3977d8de599f4cabb13443c32e58c70b, 0x8ea7186f96832e97ca4fe04256da471ac7280f0ba415a3d9b76afda14db3656c, '', 0, '?'),
(0x958d2c3f840b893852b52c20ba01b7ee, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php', 1, 0x00000000000000000000000000000000, 0xa60f02cbd230d1f5c67f6d2df46baad3, 0xb42f1f438ea232221aa68d6935c9ef5bc99390bfcef19f11e95927ba7df77f19, '', 0, '?'),
(0x15724c725602ea90edbc23d4b639f374, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php', 1, 0x00000000000000000000000000000000, 0xcc637c12f999cd6f20d5f7581d60a1ac, 0x7ef965ae6b83f672842b1c92b72493122872209ebb3a058716fcba27947d576e, '', 0, '?'),
(0xedebb87277433a4f37352ade2cf68961, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css', 1, 0x00000000000000000000000000000000, 0xc83a1094819b1ea20f8c4d7dcf83a2dc, 0x8b4b28db9b63b01df6c46fb265f3d2df19b06d1cedcedc7b08bc30c0b07536e6, '', 0, '?'),
(0xde16a7373ca1796a59aa037bd6b640f6, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js', 1, 0x00000000000000000000000000000000, 0x42260ad753a43542ec8acb06ca6ed2d2, 0xcdd1121752f15da3c01ad0bf8c236b9aeb1f61e6bee56e2bb49d2fc0ef120e17, '', 0, '?'),
(0x808abaccecde00b43f62e360cd3381e3, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php', 1, 0x00000000000000000000000000000000, 0xd03042e828e980555e7dbf26231deac1, 0xf94dbd345dc13ad7bb7e91a532e36616cc078cec6dc6fe25c4cddabf7e65f8c9, '', 0, '?'),
(0xda882351bc0dcf7d49a6cc6b735675b6, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php', 1, 0x00000000000000000000000000000000, 0xcb2ce5dab8eaf00831064ff8c96ca594, 0x5f63705669b69a144a61a889201bdd910e2364e548806329f479c50ea7f3f567, '', 0, '?'),
(0xc2542c8e478725b72fbb5c235691299c, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php', 1, 0x00000000000000000000000000000000, 0xf58a342ae94c0745dc7ab95040cdb854, 0xbb91965c0eacdc087bbfd457b84811339fb73a855e8d0d47821b902734919aa9, '', 0, '?'),
(0xef66256ea0c69c2770f3b35a721019ff, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php', 1, 0x00000000000000000000000000000000, 0x5661cd15c857a0cd9cad22c17e495ce7, 0x265727fbe88ed549009cc2e4914529a5befdddea46cb4fda7dc5fa5d62840afa, '', 0, '?'),
(0xd2c74314322474dace7d12322d841ba4, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php', 1, 0x00000000000000000000000000000000, 0x804d8cd5a04078588ac5597e2f7be883, 0x089c91ba413d8e9a466d8bd2ba666dd895edcc8fda2ed6f62753012912a47cf6, '', 0, '?'),
(0xcf13713e5ac111812a7abe40ab55c628, 'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php', 1, 0x00000000000000000000000000000000, 0x9ed13561f18207d2d3e4b212ecf9e7fd, 0x471438a50d865a9bbf5d1801ec5157ed17c108e05c98cbe8811928a9fffa730c, '', 0, '?'),
(0x18f6e5164b84d98f5111e53610dd93b4, 'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xbfd3c0cab6396b1f00a92236a276e30e, 0x78481d27fda33d121b3874e65630b36566f10dc15882578c19f11d076b77ea94, '', 0, '?'),
(0x2c500654ab285da66fdb083450353776, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php', 1, 0x00000000000000000000000000000000, 0x71af0a6577d8e6565dc3508c5ab220f9, 0xde4b53c2ee2084692af7b4488a7db4f7175cf29924e1d7f0772b15e6e08c2ebc, '', 0, '?'),
(0x46992281298c9805989921887fde6d0b, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php', 1, 0x00000000000000000000000000000000, 0xad1ba96c721577a5e20b7d2a3b1995c7, 0xcaa78976521af16f49c98c5c6b6bffbfc46864ca67a97732502f2c023b38c44d, '', 0, '?'),
(0x0c6eb841b175ea6f728e5fe88721f537, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php', 1, 0x00000000000000000000000000000000, 0xcc76517aeb7e4cd2ac844cd6ea8340fd, 0x705e9736e75a08fad01d884d1cd94ff17971bed4856a91bf96253e9de265489d, '', 0, '?'),
(0xe235ec432f1c810be40a3de49de7216c, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php', 1, 0x00000000000000000000000000000000, 0xcd101b44414d085ebb336e239aeb5892, 0x392467bccb6f69e3cf79b57e7487af305545309170fca40f4478a3ef695e26e4, '', 0, '?'),
(0xef8598f9ece757b312618dd0bb00aac9, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php', 1, 0x00000000000000000000000000000000, 0x1e38efb872272bbe9782c76ece1bb106, 0x20f38bc01e13d27058fd769678457145345999c09e4ade2a7f3f396c0bca4932, '', 0, '?'),
(0x2545fe0dc074a1b04b4a6fb5a5a28945, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php', 1, 0x00000000000000000000000000000000, 0x716456c3b015a317dc730f166ce88832, 0x00ffd53060bcc15fd2265375e9b3062294622ec85ba7772d15adc24097f092ae, '', 0, '?'),
(0x81a4a6a5b9302bd47c69a55ba6977b2b, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php', 1, 0x00000000000000000000000000000000, 0x60fd7b2b50e0b0f58dc6840952cf2c65, 0xd2fe1ffcfa4a4ab65b799ed82f12bdcb36455f6a3273be32f96d0f7d23ce5753, '', 0, '?'),
(0x1e6f559c4e455dcbec4d87edd600fd78, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php', 1, 0x00000000000000000000000000000000, 0x8716018579d0fca0fe17ffc5be2cbee3, 0xfbeb604889500417b36df08f50caa56f10b1f11986592c8e7d73bddd1492a167, '', 0, '?'),
(0xcb326ddb40c8616810388f0b659499a1, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php', 1, 0x00000000000000000000000000000000, 0xdab6c9e9de0916a37b192d3e630ee2ae, 0xff7cdf8f847046d46dd57cef72a52f74089f164f6f8ea96b01ee5d6071940b81, '', 0, '?'),
(0x6037db195afb4690caaeec80199e8fad, 'wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php', 1, 0x00000000000000000000000000000000, 0x5a27b9ca9e0f8f8c7df343ec4e7a8031, 0xff4bfcf2d44e9357c48461d5f30beb2d7943a7c6e0f1758e4c0f193a0993894e, '', 0, '?'),
(0xa806de5dc09df237fe47f5736c1b3f45, 'wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php', 1, 0x00000000000000000000000000000000, 0x15c799c316d4685eae7c2051eeebd527, 0x868daccf7b70e6b44e88c143dfbdb28586146a6dfa34974fbd22e85b319a613e, '', 0, '?'),
(0xc01b82ae198d23e35bde48c7d7a65525, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php', 1, 0x00000000000000000000000000000000, 0x452fabc6e314ece01495e5d3b099da88, 0xba445a44f0e19c088d48a896c0cfd41f365af97984d994d33bad16597669a980, '', 0, '?'),
(0xf8c85d0a2770465002397bf90c01f91d, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js', 1, 0x00000000000000000000000000000000, 0xcb63b39aa4a8a1dea055e8ede5fb6555, 0xd163c0e0fa13e33a127d986dcc0529dc11aa787e44bb4b10f0ec8ec03ebe41bc, '', 0, '?'),
(0xf76a78b0fd4cc7597f5c1f7e1e2768b0, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php', 1, 0x00000000000000000000000000000000, 0x86ff5a7cc138156a3c1a1ed063580254, 0xdd2eedb71838ff1f1240961ae04fcbac91fbf5ae9c028a99d0d88966e730e536, '', 0, '?'),
(0x199d720e55055fe061a5cec67f77a770, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php', 1, 0x00000000000000000000000000000000, 0x14074225f6b357d44cd9520b8ad5f0f8, 0x83309ea4ea152c1f74c80e903bd33cf1ce419343f76feb121ed514a354b4a2a6, '', 0, '?'),
(0x6dcc151ef4fd15f953a3b88682febecf, 'wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php', 1, 0x00000000000000000000000000000000, 0x8c2e60d1731c9e24c8b1ebbd6bb70013, 0x1d05b3a915bd7564a6fb2c3455c6cd97e91e188d4b2b2eb3544a9e7367984199, '', 0, '?'),
(0xa253ca154c2d7931cd81d4f3a50df3f9, 'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php', 1, 0x00000000000000000000000000000000, 0x6b3607613df7e4d8c9e5fc2cfaa5c4cd, 0xecc99bbdaadc6909236d91ec089f713114ac902fb9caeca2a05714f81b1dba91, '', 0, '?'),
(0xfff7a5fc41c0197dd8e77070a293ea11, 'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php', 1, 0x00000000000000000000000000000000, 0x3219c17e1a5d4dc8fd4ee9d134ba49bb, 0xe64a905ea4921c967ded6ce241b51a64ddbef1a897bf8944781b15799aca3652, '', 0, '?'),
(0x00fcd0dcf054412f8e5a71fb78a06a7e, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php', 1, 0x00000000000000000000000000000000, 0xca5655d1508be6f22468f03a248d87e2, 0x15fab56e3979b69ca119ae8e141fc3657fbdc5a3b1614c65e4156f9e3c51d067, '', 0, '?'),
(0x033f52c44607f0ea6c93db953a2b3893, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php', 1, 0x00000000000000000000000000000000, 0xaaf3dc9e6d09e486bcb7d374b5903530, 0x4cfdbf0963ff28ac1c458de9669a0667b20a6e13442bf38e5077494afa395669, '', 0, '?'),
(0x66489b3133b981992f1abde50875f01f, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php', 1, 0x00000000000000000000000000000000, 0x7320fc6fd4acbdac6a30469be40fb446, 0x3266f9fa7278661905f7f46c0a7e0de5b9997b20e091be58f83df0452612978b, '', 0, '?'),
(0x630539f63734c4e9b898c018eeb3fd69, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php', 1, 0x00000000000000000000000000000000, 0xbebcf6172d93641db081c971c768f106, 0x41c64032e5487c7e0a15542ab85abbc603810a481474f0d3afa39b51b16fad29, '', 0, '?'),
(0x14c59816975a8b1f85c85ac10ee50315, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php', 1, 0x00000000000000000000000000000000, 0xa9646a18e89f8b3190586c5881962746, 0x7942371a17d079a302f31ee7b2195acacc03f81bf0aacdefcc64ff8dcbb5d99e, '', 0, '?'),
(0xf7073e2f0ddca80f93f962f44bcaff1c, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php', 1, 0x00000000000000000000000000000000, 0x69d37ac6070bc78021d846b16f01b172, 0x5a0fa797aed6bc91615b2eee683226b8cfa69c72491f33369d91a37611db73b2, '', 0, '?'),
(0x5ea6d72eb1e3f8f59c0c24b62cde891d, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php', 1, 0x00000000000000000000000000000000, 0x4d4085002f393168a77b415b5e7e548c, 0xbba8ce85a99afac6a587480069be2f9b33038a55acb15467d7f342b79137aa4b, '', 0, '?'),
(0x5453a584b525b1f4974be3f0405e5de8, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php', 1, 0x00000000000000000000000000000000, 0xb8aeea79f7a25d73a5175f283e806af6, 0x8debfbf219751a1217d713fe5349f65615aea7597b3de1bb7837909529b7b129, '', 0, '?'),
(0xdeea965d6c0c6c1a12cf03223126d30c, 'wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php', 1, 0x00000000000000000000000000000000, 0x5ed7257e28c4d5a6dafefe02f8fa411a, 0xd38e5dbce39ab12cdc3c0aede77a056b3c5275388447e6b9837dd11ffd59cbb9, '', 0, '?'),
(0x2285f65ee1f70ae2d257b7783efc6af9, 'wp-content/plugins/w3-total-cache/UserExperience_Page.php', 1, 0x00000000000000000000000000000000, 0x0135caf0f1ac7ca7535d97014de1048f, 0xfeb45a51475568e3f1bbe8549410aea68f42c128d6f2b800c68eff7dbc52af82, '', 0, '?'),
(0xd18e18219beed6736310690be9133237, 'wp-content/plugins/w3-total-cache/UserExperience_Page_View.php', 1, 0x00000000000000000000000000000000, 0x1bac39f358ee6dc9c6ac2b9f23a95ff0, 0xabb5916b2165c46f46030bb26e071cbdd5f3b916d111a6e85098ca11584109e5, '', 0, '?'),
(0x26debed56b9b494bdb812b82b19958e8, 'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php', 1, 0x00000000000000000000000000000000, 0xafbb0c8ca1b06df13e1d9d24cab25fea, 0xd86cfbedf0ca0e8ff85654a17ce44a220bec2c074552a79a0f699a65a2d7fdff, '', 0, '?'),
(0x39dba18983bda27ddebbfa3c0d715db4, 'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php', 1, 0x00000000000000000000000000000000, 0xac870138f692708d3c3c2d8104773984, 0x954ff85feb6b14ee2639aed9546c9049c56947023db0001cb11190f955f365fc, '', 0, '?'),
(0x7f3a91ef0369687da6774df3af891305, 'wp-content/plugins/w3-total-cache/Util_Activation.php', 1, 0x00000000000000000000000000000000, 0xf2a2badce0877b9ba74ae3c8f3b2e4fa, 0x5f27c828a9c4bb695d82084db379460f2691cfa2af487a88fa00fd90e3fc6581, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcf21a488d32c48d4ebe642d433029540, 'wp-content/plugins/w3-total-cache/Util_Admin.php', 1, 0x00000000000000000000000000000000, 0x4836b7dea396f9cbf07b29d66d842583, 0x9d300c4d5ec3fa396a2ca66698eb6c3430d4d253cc7df2bf559eb215580022a0, '', 0, '?'),
(0x4afcdb7b47e04ffc1ccd65fb56711896, 'wp-content/plugins/w3-total-cache/Util_AttachToActions.php', 1, 0x00000000000000000000000000000000, 0x92d77da59dd35a3dc2df35cbef0de06a, 0x8f4404bfc37d731a9103f50b53dbc7760b2e057673d30e06d17c7dca96aa1cc0, '', 0, '?'),
(0x7554f107c54a57ce0bdde7ea00fd6e09, 'wp-content/plugins/w3-total-cache/Util_Bus.php', 1, 0x00000000000000000000000000000000, 0x5ed8b38c2602487cba74057857c262ad, 0xf980dec6dbad974f296a37041947455db3d99ff257aed6812ba589255157dc33, '', 0, '?'),
(0x8f6eed7b0f5ea5fc8075295e07abae91, 'wp-content/plugins/w3-total-cache/Util_ConfigLabel.php', 1, 0x00000000000000000000000000000000, 0x772e28fe6ead97f0dceb16c21d716b19, 0xd453c680e182ae48c8e37dd52d57f3f829f108af1f3e8a63e5f38ba3e470eefe, '', 0, '?'),
(0xb79104a45c69c99b64e7e9b1584bc1ee, 'wp-content/plugins/w3-total-cache/Util_Content.php', 1, 0x00000000000000000000000000000000, 0x9c2b95c9392d1b97d1fbe57aa6a8a325, 0x01ac56b695f1c6c314ad752d8f9a7916968e519c130a85fee6a7e743c8f55e84, '', 0, '?'),
(0xf4306cb99d5d062602050ebc52b9b087, 'wp-content/plugins/w3-total-cache/Util_Debug.php', 1, 0x00000000000000000000000000000000, 0x11b7f9b0a713385ff6322158034984fb, 0xc26dfa1645f2d881f1ea3ad0e27077b1434c74ae5d1657be7df564964b9ee70c, '', 0, '?'),
(0x410ddba17e042467f46917db168ab407, 'wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php', 1, 0x00000000000000000000000000000000, 0x2cf785a1262ed878255fa9077e46c475, 0x21d3f54e2abbdec7251d85d8895d7237c16cc5176960cddf2fdc7db9ed8cbc09, '', 0, '?'),
(0x300b0d112098424d146519ffa57e9be7, 'wp-content/plugins/w3-total-cache/Util_Environment.php', 1, 0x00000000000000000000000000000000, 0xa27b5caa1aac480bbc128d5b388bf50d, 0x87cb89f4071ea852ea8fc8006a49efdb762fdb45a923da6b2398ff5fdf15d50d, '', 0, '?'),
(0x1ab71c4e8e38f9936e4478e7ccfe3e29, 'wp-content/plugins/w3-total-cache/Util_Environment_Exception.php', 1, 0x00000000000000000000000000000000, 0x7b5c2c273bb2c10804a558ca47b73fa5, 0x1c99f37664cf4d5ffb25a444aab10e06f6f87bd667729c7d330a390f07221798, '', 0, '?'),
(0x65d97835ce9de2756661305ce8e9ad6f, 'wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php', 1, 0x00000000000000000000000000000000, 0x2d5055484d39fa64ba764089cb13a2b1, 0x37b7995fb69e48218d44cf304b3dae193bdf5caac71a74ab445e932efcebb71b, '', 0, '?'),
(0xe0250a04e999fce8ef0867c0fd04422a, 'wp-content/plugins/w3-total-cache/Util_File.php', 1, 0x00000000000000000000000000000000, 0xbbf1e7bd145648942d80168cb23fada2, 0x3b01ccb1ce70e6f4f0df8f66e6436667734d030dc4bc8b2938186e53187c8d24, '', 0, '?'),
(0x9a26292848d094f50a2d03b942512112, 'wp-content/plugins/w3-total-cache/Util_Http.php', 1, 0x00000000000000000000000000000000, 0x519e03165cfa336f51c363ac48dfff20, 0x744e8bfd725bde40a315f5ebfb6282ff4f1614f2492a9dbf796afa5517b84f03, '', 0, '?'),
(0xe9210e2a6960761421a56b5935696ae8, 'wp-content/plugins/w3-total-cache/Util_Installed.php', 1, 0x00000000000000000000000000000000, 0x29ca58bbe2cf04abb5f33780cbb29275, 0x824170e0c3e0d7bdeadbbffdc415ae06dd852e53bcb4046be01368e748723366, '', 0, '?'),
(0xfc1692c4094376c5ccbd4255717d3eb8, 'wp-content/plugins/w3-total-cache/Util_Mime.php', 1, 0x00000000000000000000000000000000, 0xcff25651433f3004b03df5735e078e3f, 0x4db2490215a3b14c1a54f7cc8010f07d93cfaaccc0750e40fb76f62385772f40, '', 0, '?'),
(0xdb13308a7696c34c8c3d22b7b7e339ad, 'wp-content/plugins/w3-total-cache/Util_PageUrls.php', 1, 0x00000000000000000000000000000000, 0xbf64b77325c653aa6d51d148e68877c0, 0x2bbaa4211748aac5d9cc470ea9b138b659bce2133da0f0d08b6e66907057f826, '', 0, '?'),
(0x155be17a72b6aa6be5046e001590ecf3, 'wp-content/plugins/w3-total-cache/Util_Request.php', 1, 0x00000000000000000000000000000000, 0xf151f3065019764d3ccc86699e6ec9c6, 0x040038a4c9530636b9ab2a58f92f63f2260072c313eccc6b186f7793ce88c59a, '', 0, '?'),
(0x6f7ff15bae3512b2fd8a518f32c1fc70, 'wp-content/plugins/w3-total-cache/Util_Rule.php', 1, 0x00000000000000000000000000000000, 0x3d79220647025a72a6ba325fddcb931a, 0xec812026a44165dbfd17423fbe4ab586f5bf2519bffad4a0fcf94935b22848bb, '', 0, '?'),
(0xf0e707e239093df942e219f9ed5e9d45, 'wp-content/plugins/w3-total-cache/Util_Theme.php', 1, 0x00000000000000000000000000000000, 0xc8ebd29c760d1e93c29a544a38577b53, 0x0a20441a45b0f8daf0b9ceedf797276ed0109a7e0aee224c28b0491dbfef7096, '', 0, '?'),
(0x02a956f76c773a44c466e4fa9184a090, 'wp-content/plugins/w3-total-cache/Util_Ui.php', 1, 0x00000000000000000000000000000000, 0x8315d92ddb7ffe468237f7d3f251c1a0, 0x50a160bea5ff0bebc89ad9b1fff039f146f017ddc91e95d1062a5470169c9e87, '', 0, '?'),
(0x576bf8a40fb1b4dd8b4cf79bc497c134, 'wp-content/plugins/w3-total-cache/Util_UsageStatistics.php', 1, 0x00000000000000000000000000000000, 0xe9349f9c64dce74382e7ce5925f228e0, 0x9dcc6b1dceea3dc458c871e1f2a1eda756e26ab3b8e18c4ed08dfb0090830726, '', 0, '?'),
(0x4191e1d132f473027a53e99bd4cd5eb9, 'wp-content/plugins/w3-total-cache/Util_Widget.php', 1, 0x00000000000000000000000000000000, 0xcf78717caed70aff091966bec07a890c, 0x9945dfb92f58c347734fe040e75301da8f167e2df4158e1d2d64a2d3cab97598, '', 0, '?'),
(0x4bf4a208439b0991e2c061d9b8235813, 'wp-content/plugins/w3-total-cache/Util_WpFile.php', 1, 0x00000000000000000000000000000000, 0xb3cfaf48acad9af9a2830bd5a050918e, 0xf492edd36155e391f89e928b39c572187b4ff94458de55e0f7fcf6487ec1fb58, '', 0, '?'),
(0x36bedeba290e385b6413648a7bcd306c, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php', 1, 0x00000000000000000000000000000000, 0x4a3cc2a2be77c4ee068fbdd24443254c, 0xc5477368122be0e786cad243239f273131993c42a3211444b4e59b252f3bac17, '', 0, '?'),
(0xfe3d60458ef642d23215e42feda6cea2, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php', 1, 0x00000000000000000000000000000000, 0xf699676f3796c0804cbb3b0c862380b4, 0x365f5ff4d6fc79cb413f4e981ae2b17ac6e16f5ce4b61d16c6b9c1b893ee9f26, '', 0, '?'),
(0x2d8709649fb65f9120661b3f5624a28b, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php', 1, 0x00000000000000000000000000000000, 0x4accd9441a8be0f0c3ceb8ea8463bdde, 0x6615d3f0009dacec8cfee661482165925c0641f4db3deaea77b2afe17b383068, '', 0, '?'),
(0x234e8cec4e247bc5869151caf4b9a6e6, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php', 1, 0x00000000000000000000000000000000, 0x91ee29f25eecbf258928faa1e4e0708d, 0xb3ef1489e0eb42ad603381983b04db74f381af6f11a405d2e8224ef69964512e, '', 0, '?'),
(0xdd748ed29fc43c9075d5067ed1dabce1, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php', 1, 0x00000000000000000000000000000000, 0x631d6191b3001b826e7ec49e670f47fd, 0xa24de689d048c99b18295018731aaa1d3e8d3698b773a3f6ad3207eafde4078b, '', 0, '?'),
(0x7919c6d3bb8175a0f794dd43f60109a5, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php', 1, 0x00000000000000000000000000000000, 0x3001a52d12748c1ecdc7f3abbfc41d29, 0x9a68cb355a53ae2b126304a030cd99e5b09d11e957c1236a50cdefdf6a9d6d93, '', 0, '?'),
(0xa0c8b48df71cd0ebd0cb33c5da5fc139, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php', 1, 0x00000000000000000000000000000000, 0xa35bb3728a50408c18d96aa0d525f581, 0xa1dd411777151f3023853161f1279fafa1b7821920a4406e1f65458d3dcd792f, '', 0, '?'),
(0xce771956bd69dd4b6de6fcd0d3a53d5b, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php', 1, 0x00000000000000000000000000000000, 0x9e5b362ba384251f76e04894d149f3b5, 0x3e55ddc4d76c0830c438563695790007144381dc32add26b150b1d29eee8a7dc, '', 0, '?'),
(0xddf2a967b71018938e114a2b9adce712, 'wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php', 1, 0x00000000000000000000000000000000, 0x656e56f95c4aff418c9bfe0fe5517f8e, 0x61765acb988a7174652f43a573a0fff75870092cc576637b0ea7fed186081c56, '', 0, '?'),
(0x0bf44e433bb341a0d10e51aea407cb53, 'wp-content/plugins/w3-total-cache/Varnish_Flush.php', 1, 0x00000000000000000000000000000000, 0xb9d4ec1a6924d7b477a8381815f363d0, 0x8cbb7972b2fa4c497ce83f2caa83c618895d9c94dfb4a3b998bcc46cb7fb5874, '', 0, '?'),
(0xa3da6f55f85c0b825add0fd541331cbf, 'wp-content/plugins/w3-total-cache/Varnish_Plugin.php', 1, 0x00000000000000000000000000000000, 0x69a217ceeceda21b0f55680375963352, 0x962131ae24b191cd9cb05d8d9a5d01ce7a544f70269544bdeb7cd721a36bfa40, '', 0, '?'),
(0xfbcc845e8721f62b5f932236f9b71ad5, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php', 1, 0x00000000000000000000000000000000, 0xdc46137bfda5c8db01403137b66176ac, 0x8ce745f8fe1279542f612b90d8f1ade1fe4765c653cd92cbd10985ac5691d739, '', 0, '?'),
(0x40e41715fe5703b880bf1a8df4d72968, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php', 1, 0x00000000000000000000000000000000, 0xafd7e86b514ab6ee16ef115bbddc65aa, 0x6dc5be866b5c04fded6b4e0767a392df6404a7d45dd641998c4462e628b410fc, '', 0, '?'),
(0xd0e054e1fcb235b502ba37b944017d83, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php', 1, 0x00000000000000000000000000000000, 0xb5c64325a28266dffdf14b76a155a336, 0xc4a4d7cf74a9909ddf3d6583f4a6cca7cd3fcb6c450e3ba370a3fffef8e6ecfc, '', 0, '?'),
(0xe5a963d27a13c6a85205b94684046afe, 'wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php', 1, 0x00000000000000000000000000000000, 0x605f32854a35821c89c498a2954800cc, 0x31cf2423ffe4480cba872380c2a906bad063c49b2cc628e1fbfe4a89e2f9fd36, '', 0, '?'),
(0x1033facb43dfa3e37432539921bfa364, 'wp-content/plugins/w3-total-cache/inc/define.php', 1, 0x00000000000000000000000000000000, 0x1bc3d0a68a9d93e99c47b0441d7c0aec, 0x65fb8f2524f4b0ea02654393c4b08b9f784c0fc49ed7c3a60b75e97014df42de, '', 0, '?'),
(0x01ad9bcf16263ef5fc72e1a0b7f91c1d, 'wp-content/plugins/w3-total-cache/inc/email/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xbb55305eb84329ff51dc5692a225ede5, 'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html', 1, 0x00000000000000000000000000000000, 0x7b64d948b142dd10d1bf501dc135bd1d, 0x5bb0ac6e2310fb25ee588a22f39a0a6cd9263dac7b8c9608fc71b5d8607132f0, '', 0, '?'),
(0xc6bbed3a629964cb47ea0f2685f3b54f, 'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php', 1, 0x00000000000000000000000000000000, 0x7b64d948b142dd10d1bf501dc135bd1d, 0x5bb0ac6e2310fb25ee588a22f39a0a6cd9263dac7b8c9608fc71b5d8607132f0, '', 0, '?'),
(0xccf482c011895a9282f9eaae010b2e45, 'wp-content/plugins/w3-total-cache/inc/email/support_request.php', 1, 0x00000000000000000000000000000000, 0xd00db396a565f2a27a9a343833b3574b, 0xf9fca5692f07fdf2bb63bd3481b5ad984736dd423a63e35f35d17cdb5be4b3f8, '', 0, '?'),
(0x731079326e6a07da1609634aa2776485, 'wp-content/plugins/w3-total-cache/inc/error.php', 1, 0x00000000000000000000000000000000, 0xcf2a244df09c163939a4378e123f1985, 0x3b629126ef753d10be9bb2f29372973e82c35ff57a2a7d0af53769c042ba930c, '', 0, '?'),
(0x8900e22703b682610d769784c3591723, 'wp-content/plugins/w3-total-cache/inc/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xaf54d01626a485697300a996a8f1ba7a, 'wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php', 1, 0x00000000000000000000000000000000, 0xf38fd77f2710ff0b11dcc5f7be85d2ba, 0x7033df8aec8eb053260f162f9673893d8168694a9516e26e50274954bcb4acbb, '', 0, '?'),
(0xd8c751799c5e43030af69c78cfc63ba8, 'wp-content/plugins/w3-total-cache/inc/lightbox/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xbf87b224b4490cc4f8b4ddc283a33856, 'wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php', 1, 0x00000000000000000000000000000000, 0xe1e0df7ee6db217db0d7711b316da70c, 0xc409808b2b7e4ed62c2695085eed6c28195e1718bca63b825b9c702714b6123e, '', 0, '?'),
(0x97328cee56cabcac7c6c3443346cb3e6, 'wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php', 1, 0x00000000000000000000000000000000, 0xd779b8266babaa85d04cfc176b66bb4b, 0x055de74ab2715a680834a66727783ee221879c845b8428a41667a5a44b36ab12, '', 0, '?'),
(0x4a5ea96c72cc1d6c3f667b3b58d6bd48, 'wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php', 1, 0x00000000000000000000000000000000, 0x0ea5d9390e0e2cf6d332e39c1f0d9d8b, 0x241f892cddbbef5440667fd20882dde9569dc1e63dd44ba48c5ca8c40789ae07, '', 0, '?'),
(0xc64acffc977672fa2b2889742ee055df, 'wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php', 1, 0x00000000000000000000000000000000, 0xbfb874646c35c1d0aa9410d731bf4487, 0x9a3ca87747b830a5ef5772a4977a2fe6f9486d7450b55384adf1d30c7ef2752c, '', 0, '?'),
(0xa6056911f4d5fcbcdb1a51c6a01b7d5c, 'wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php', 1, 0x00000000000000000000000000000000, 0xe506cf39f82be6eba497767a3185d46d, 0x4361ab28a7537c64f77ff7817a2f2fb402e8850b003999c9a7921fbde5a310f3, '', 0, '?'),
(0x13632cdd754eda2b0e8a6de7e41e396c, 'wp-content/plugins/w3-total-cache/inc/mime/all.php', 1, 0x00000000000000000000000000000000, 0x59b2c1a64ffaf34bb1edc1a7170d39e9, 0x5a957a13a152b095d3955dadf126e71e9d8ffeded694d8e734cd5dae9e12c4ee, '', 0, '?'),
(0x1418ee8e146f4f192634973a9e12c1b8, 'wp-content/plugins/w3-total-cache/inc/mime/cssjs.php', 1, 0x00000000000000000000000000000000, 0x2abdccc5bfb3b008b08c576ca3dc6afd, 0x2c0d938bbd59f530535396b19c4cba72c5f69a23c43560e03952f09458b5b6b0, '', 0, '?'),
(0x32e4cc3b0ed7c11ba0bc38d817896964, 'wp-content/plugins/w3-total-cache/inc/mime/html.php', 1, 0x00000000000000000000000000000000, 0x41a81828697adcde25686925485fbc55, 0x7b0ae5b996fee51ed393a68a0b93e3d469b09e1193099e06a0e6779c6762b192, '', 0, '?'),
(0xc1e14c18eefd9f28a22aec49acbe91d0, 'wp-content/plugins/w3-total-cache/inc/mime/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb7c42c10ec1255d7bd0efbe3c0b0d378, 'wp-content/plugins/w3-total-cache/inc/mime/other.php', 1, 0x00000000000000000000000000000000, 0xaa01d498d571104e147b82bb021bd438, 0x1f633c0f5e596283bec0110b9c5d3586e881689b386bdaa9086b94ae994058ca, '', 0, '?'),
(0x87f2cf20dd2316dbd02b4b680558c953, 'wp-content/plugins/w3-total-cache/inc/options/about.php', 1, 0x00000000000000000000000000000000, 0x08e0666984ad71d28c0e0e54c6c67002, 0x7d73a68adbd899384ca37737ec63b303c2bb58f1bb036e2f1be8806b615b4220, '', 0, '?'),
(0x68b356cde7c3023511928da415f5ed6e, 'wp-content/plugins/w3-total-cache/inc/options/browsercache.php', 1, 0x00000000000000000000000000000000, 0x0e1451bf0e1f6e47e1be17e54fe17eb7, 0x7742e7bdfb25c08eea296d8d3a957874bff119ed0acbedd107f390274d50a5ec, '', 0, '?'),
(0x31ab587006e2b2ab1ec4906122622a1e, 'wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php', 1, 0x00000000000000000000000000000000, 0xffe46ba6a9017511189a65d208a4753d, 0x38aab9d6f2343d6924933942eddbc783b1e13925f975fe060d5afe73fdc69759, '', 0, '?'),
(0x97c01927585c3f5dad2af24bfa156ca7, 'wp-content/plugins/w3-total-cache/inc/options/cdn/att.php', 1, 0x00000000000000000000000000000000, 0xbbcb8fc98b4573b9caa4b302a74bf9e7, 0x1d04f5159fa29a38b1e3f8585517c25f77c83b486123304dd71504f72277846b, '', 0, '?'),
(0x157a75bc4c10a9f88ecfdd36fb2d7ff4, 'wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php', 1, 0x00000000000000000000000000000000, 0x6f6d990ce9959afd47ca761d9c160bbb, 0x6dfc880f4f80d7873e1d87ed934ff4fcd506b8830c07cf8f9f0cfb366cb36b1a, '', 0, '?'),
(0x912ed84119937febb9f9de05c5c3d943, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php', 1, 0x00000000000000000000000000000000, 0xf39697971b514989f190394512649ca5, 0x02404ffb3dae40ab462e5f40ed1015604cbf02bb30fad8e1169d7b6220cefd04, '', 0, '?'),
(0xec7f731eac2f512e8a6bee350743b784, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php', 1, 0x00000000000000000000000000000000, 0x32d6e9765fa6b2709b5801649e376ac6, 0x9bedb9689e2d3776b79fc26fa89ce073b784791bbc9f3c1b0e055ec7230a448f, '', 0, '?'),
(0xb7cc18fe61a3d172872c70d2bf895814, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php', 1, 0x00000000000000000000000000000000, 0x61716067d21c277dfbde760dcaafd513, 0x78c50fcb1e52434ca01c513efca8ed7d653f682c5dc8e3b780a8e02700cf6b6f, '', 0, '?'),
(0x85b0d817279804abf9ac88fad5534738, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php', 1, 0x00000000000000000000000000000000, 0xc4c9160bf6408d4e2c48f8285491ae1f, 0x52b2b08f02d7e27b12bf45f7ac3ef26e6f0a7a587f0c63dccde8e6f5c05c0138, '', 0, '?'),
(0xa9567ef88b045aca426ad65d0fec4b95, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x8bc6aa2d9c1fc261ec5c594c4a89be89, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php', 1, 0x00000000000000000000000000000000, 0x907b6e56d9a5a9cbe536ac0e5d04c180, 0x1c3e69c982a79bc27fdd5473f9aadddc2ab8319257492c36619045028cac3e61, '', 0, '?'),
(0x6dc567deb087a8487dd44358dbe85cc6, 'wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php', 1, 0x00000000000000000000000000000000, 0x56d98ffd93b849f3fabae67f9d35b936, 0x4bb9a90090b92fa0d95a3b85de9860984a29acda7e32409bcd6a788a36b3593d, '', 0, '?'),
(0xf99a7d776e7e4ad1508e4405e93b35c8, 'wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php', 1, 0x00000000000000000000000000000000, 0x54515b887c49c349d63dd8481a0599d8, 0x6e619f2d28e8222276821ec7476cb921f6e0f46b893827e9f3be618e0835b1db, '', 0, '?'),
(0x5704795d2f4f0ff06a578dbcc6d408b7, 'wp-content/plugins/w3-total-cache/inc/options/cdn/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x22588619b264d8c524b7b8fd2c115fe7, 'wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php', 1, 0x00000000000000000000000000000000, 0xc55f6306ab3c25ce6b6a212fffd20a4b, 0x0316b1e27a008137408d8f7974429f46558c7293e8798ee7deb4c597d4aa7019, '', 0, '?'),
(0x3bb92791ac117e1e3ef78c57a314b32f, 'wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php', 1, 0x00000000000000000000000000000000, 0x3935801bb6d0514d235d82c0dd5dda3f, 0x1490a36e4127a75c32fef747025501e2c45a24d44746d051c2d52134ecfb20ee, '', 0, '?'),
(0xf869f60aa5de06e4971b53c85bfc0b3c, 'wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php', 1, 0x00000000000000000000000000000000, 0xcadae8481cd8faa83e9e76d7462af86f, 0xa640caf10e25a881dc17315cef36465fa67b53d163540c3243b7384276f091da, '', 0, '?'),
(0x8febafafc80f7508db6d8cada1e8878e, 'wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php', 1, 0x00000000000000000000000000000000, 0xc53a18aee744960bc12e1fd6d091a8ac, 0x1eb4434ab80574c34d5b1e898cba27c548f80ddb0f029f61bc0bd22a7c5dfd8c, '', 0, '?'),
(0x226074fce70fa774a4ea7ed578b5f2f8, 'wp-content/plugins/w3-total-cache/inc/options/cdn.php', 1, 0x00000000000000000000000000000000, 0x27506e53fdbb1ab6a93649c37604e77a, 0x940b9c9d415141cef638c73654e614a496110d181f2af5259db7581eb5ae5ef1, '', 0, '?'),
(0x77fd1f3b980071468803a039ea1f485d, 'wp-content/plugins/w3-total-cache/inc/options/common/footer.php', 1, 0x00000000000000000000000000000000, 0x7e7acd0117eeb58b8f1fc7c2e95ebd27, 0xaac32651b10f567c461b9b4f255d6fb1fa6859b5368d8bd9a51af920ab21cf23, '', 0, '?'),
(0x5a90593c8000b5675e6900437a16e97b, 'wp-content/plugins/w3-total-cache/inc/options/common/header.php', 1, 0x00000000000000000000000000000000, 0xa4382f168611bab8c669e1ccdce3023d, 0xdf7b2a5d79f3a267861e44d9925cf800f12d6c0472ca36ac646886bdb5cd9ded, '', 0, '?'),
(0x1f6a51ec4a0fd53aa623dad48ad4fd78, 'wp-content/plugins/w3-total-cache/inc/options/common/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xd416e8aedc59b8c36a65fe066acb577f, 'wp-content/plugins/w3-total-cache/inc/options/dashboard.php', 1, 0x00000000000000000000000000000000, 0x9904b403a87a05dc58b2fd25c3b88700, 0x9d3363d7f6bfab66fabce0b9ad3ac793d79027d12c2bdb90a92dbb2c0029694a, '', 0, '?'),
(0x7c9f135cdd4c6b21538a2ac6144b8d68, 'wp-content/plugins/w3-total-cache/inc/options/dbcache.php', 1, 0x00000000000000000000000000000000, 0x6355b29f947c0d01b636373ea7cbe7d7, 0x1038fc8e433c9f739a0e5f3588cac077c6355c295bd462613087e67ff6b11a8e, '', 0, '?'),
(0x3e3f750aec10cefcce650ef8fb056219, 'wp-content/plugins/w3-total-cache/inc/options/edd/buy.php', 1, 0x00000000000000000000000000000000, 0x9c11b3f22c15d3da75c483dd65defe79, 0x7046920b381d3dfe104eda4489beb6f19861d00f330f8ac0217c08023b39a691, '', 0, '?'),
(0xd45de53ef46c87709abdb1b2f47d3cf8, 'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php', 1, 0x00000000000000000000000000000000, 0xce56a52232cce4a6d29ccf34acb990ec, 0x70cc01299eab28dffd57bcd606dfdf4559d13bcc6ccd0cb45bd0be3f045d72e9, '', 0, '?'),
(0x91d2f5dde1f3a7e33cf2c29c0a0da620, 'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php', 1, 0x00000000000000000000000000000000, 0x34846e265720b97dea8bd7c56f3077a6, 0x64639ca37f59aff2409006494ac75423b5b5ae50dad5cc03eed4d49bed6453f3, '', 0, '?'),
(0xcdc4e15b40b915b383590ad6bc5bc2b4, 'wp-content/plugins/w3-total-cache/inc/options/extensions/list.php', 1, 0x00000000000000000000000000000000, 0x340f99ea3ea0e79aacbded5026a041cc, 0x6e6d8d6ebbe19b212a27d447e8b8296181335e37ee4a24d49656e935a6d530ba, '', 0, '?'),
(0xf6b28631a0e193437507df6c453b4f8b, 'wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php', 1, 0x00000000000000000000000000000000, 0xf71a2188cc879a7d6e84a5ab9c5fc0a2, 0x5772832870e38e50cd04fb65f2aeb6d310f70926fd573115c80cd928adb89199, '', 0, '?'),
(0x13152bc19f0b5158ac43603f5c5a2a9c, 'wp-content/plugins/w3-total-cache/inc/options/extensions.php', 1, 0x00000000000000000000000000000000, 0xe93b3f3830f7234b7de7d66458f9dd54, 0x4f4b92231a074844d7d4b6b865a054c44297d21e7116123185842af39ae20835, '', 0, '?'),
(0x6ea698142cf2c2b93730c43a76c24742, 'wp-content/plugins/w3-total-cache/inc/options/general.php', 1, 0x00000000000000000000000000000000, 0xbef7b37ae2bbcf81e03ea5b7d08a8702, 0x92626b65fbb4aa13d23a492e12bb6bcef743618bc079aba1100ecf920a56085f, '', 0, '?'),
(0xffaa06fca9e9d43bbbda3f22606c1f20, 'wp-content/plugins/w3-total-cache/inc/options/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x7d0fed857199069392bb239ad3476a74, 'wp-content/plugins/w3-total-cache/inc/options/install.php', 1, 0x00000000000000000000000000000000, 0x134ae3c896e382845b520d0d53dc3e9f, 0xf062dceefe5937ae1cf0cd0ebbf3b0da5eb89a50b41e13174f237de6fb72cdc5, '', 0, '?'),
(0xb8d747348596fe0e8a75a44b03705f69, 'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php', 1, 0x00000000000000000000000000000000, 0x3e33bdedad237f5d763bf27ba3c2297c, 0x39334d171d6b8d1a90fcf70d4dfbbe37f605dd3eb63426e5c30b30eda6c04deb, '', 0, '?'),
(0x79e6cfd3fdd21d06570ba9f01f780edc, 'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php', 1, 0x00000000000000000000000000000000, 0x8597fa2b8d824e4a39414455d227549e, 0x9399293c86f8d4592389d616ca3f0a52c946926f6f2df4bdc2051e824d67e5e3, '', 0, '?'),
(0x0580913071c9404e0ec28c3eaf9e3f8c, 'wp-content/plugins/w3-total-cache/inc/options/minify/css.php', 1, 0x00000000000000000000000000000000, 0x4137bc9fba7cf7827d9659d7d5200a9e, 0x38711afdd4aebd8117b7d03623315ce2a10244e8a562905196752d538bbf9147, '', 0, '?'),
(0xd877e4077f49ee15807efc9c44ff73b4, 'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php', 1, 0x00000000000000000000000000000000, 0x2b208d5c1982903d927b5ac307969367, 0x35c18559ad5ca8a591e767980cdd8ac3c2dbd6f258d936247b476f4bd78efe2e, '', 0, '?'),
(0x9a6bb5862a183531548a36cc0d1305d1, 'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php', 1, 0x00000000000000000000000000000000, 0x84e4951290005316f524aee8caab5d98, 0x1afa90c0d70c2b212dc0d788ecda9cdb5985f7c930850da5cb23ef63d25be8e9, '', 0, '?'),
(0x310d5686f7f17269609f80babfa4353d, 'wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php', 1, 0x00000000000000000000000000000000, 0x8e4f34b272c9e9e7e566fc094d1a3980, 0xfd6d58ca414d1b5babaee9d0d1621c1314094d3bda85d21f2f74ef93c694e4c1, '', 0, '?'),
(0x8492b7ee128268548158aee9f68eda2d, 'wp-content/plugins/w3-total-cache/inc/options/minify/html.php', 1, 0x00000000000000000000000000000000, 0x5ab2dd0c16de6b4f48d7701a0b27dda1, 0xe360d54b93ae3b80953d4926f6d30abbf5feb1fc23e2014549cde5fa534e72c4, '', 0, '?'),
(0x39ecf4a529756270369786bc2d097cf4, 'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php', 1, 0x00000000000000000000000000000000, 0x43c72f5e49a1a0e279489b089a7874b6, 0xf3e5ade9cbc1957e6f7801559f44c72f45bc84bed0c44552735a429907f6fce7, '', 0, '?'),
(0x3e2eacd4e2eee6c373b16d2c20ecc72e, 'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php', 1, 0x00000000000000000000000000000000, 0x85e0784022025e10c42a661c864e703b, 0x59dce0cfb5249445e067ffebdf0efb45258d45ecb7075c275d4fad6c71f8ee4f, '', 0, '?'),
(0xddc94f006c5b6c712b5289533238a724, 'wp-content/plugins/w3-total-cache/inc/options/minify/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xf68647cbe7c38292122d24eb190e5cbc, 'wp-content/plugins/w3-total-cache/inc/options/minify/js.php', 1, 0x00000000000000000000000000000000, 0x11402801b3a5e7710d76cdc39c56af23, 0x1b7bcf43a93d0832c0f9123e2f8ecf2d05d1a4533b6ba88e2e4adc8e192b045f, '', 0, '?'),
(0xb47be77c02d8569e48a844ff52c2b1f0, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php', 1, 0x00000000000000000000000000000000, 0xb581e58be679118f8d8336fc8e498880, 0xf69590256bea1dbffd4b213b2dde01e9fe5e8fb99b17e3ac22dbbec02beff7e5, '', 0, '?'),
(0x8c7d407e8c06b5c4775feb1315ce97d3, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php', 1, 0x00000000000000000000000000000000, 0xc014bc9f119a102aa7d0940b67d1a00a, 0x4e14465d083243039217480305ae964199a79a59ec8b19613e41f770dd95fb3b, '', 0, '?'),
(0x9cbf15cf25a677b7ffbada12b2c15997, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php', 1, 0x00000000000000000000000000000000, 0x1b3c9215c4b7a43902a49ea41684d473, 0x61f55f79e9fab594e25f332d3d1a8023d37884f8e8b88085b11e7e7324b54ffb, '', 0, '?'),
(0xa6848c278e260d1f7b0784a0821b1827, 'wp-content/plugins/w3-total-cache/inc/options/minify.php', 1, 0x00000000000000000000000000000000, 0x3d0a595a12a1ebd61007b7a9741db57d, 0x77ed3d5af82c1e2233106807caab7f61ee2a7787f7e9366022a69a942e14788e, '', 0, '?'),
(0xe932deb4e01c70fbf60e0d815cbf162c, 'wp-content/plugins/w3-total-cache/inc/options/objectcache.php', 1, 0x00000000000000000000000000000000, 0x228f2281d8f872eb735e43c41f505507, 0x25ab32bbfb61a202feac1258092cf808f54c139e8bda84cc7addd3d22532a146, '', 0, '?'),
(0xaf72c4a6093e72f535bea3c64d6510e8, 'wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php', 1, 0x00000000000000000000000000000000, 0xd1bd170f376aa096341da5e1594df4a1, 0x8732ffb212ab39b632ba8610465e0560ac3a8ae9af659a0ad5e27e4b7eba2553, '', 0, '?'),
(0xcfad41c57f564945e4910cc827f291f5, 'wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php', 1, 0x00000000000000000000000000000000, 0xb783fafc16ed9251ef177ebdaa3eb5a9, 0x69514946f72ea02188536521a3441bb67ddd5ff0d5091dbcd7d0eebe6d7a0af3, '', 0, '?'),
(0xfc27c40f1af6736d6f37017d914493e8, 'wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php', 1, 0x00000000000000000000000000000000, 0xc0f97842243f0e6f524541f6b2d4e39a, 0xa6c037d9bc83762653e17c7a80986b00dd28f8967de127cf3e2c3e70e9b0d835, '', 0, '?'),
(0xba5e4da6f3b6389ae918ab6aa4ca5f4c, 'wp-content/plugins/w3-total-cache/inc/options/parts/redis.php', 1, 0x00000000000000000000000000000000, 0x9055b8792b797056102cf9db99e972b4, 0x8b075dc93aa4b4c3ffd44274528e61f1402beba188ccec4faf8d1bd2413a99d7, '', 0, '?'),
(0xe41195bfe4e2cf90ecca4286c7887e74, 'wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php', 1, 0x00000000000000000000000000000000, 0x2284a66d9981fef8ecbf0af07fbde2cb, 0x495840975e1c16a595abc44be25b91cdc0d789492f23a83d9c56c7feab5ced0d, '', 0, '?'),
(0xe6bd82ea05615985c64f44ec22698bcf, 'wp-content/plugins/w3-total-cache/inc/options/pgcache.php', 1, 0x00000000000000000000000000000000, 0x9b1859b8edf97887564855d17d0f9a5b, 0x7e412942c09c2d00404943899668fd34d89ad364fac49913aac98e26c1de8ccf, '', 0, '?'),
(0xa6f16ae0e1be48f38b7311c807688ea4, 'wp-content/plugins/w3-total-cache/inc/options/support.php', 1, 0x00000000000000000000000000000000, 0xcbcd84a6f5e6bc38bd225d6ee0410818, 0x2b2b62225b9ca91b696f1ab9b8bda41a1d6d6071f9878614378103a94d36c5d4, '', 0, '?'),
(0xff5a8041a5abaf7d706b1bde4fffa332, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php', 1, 0x00000000000000000000000000000000, 0xd3db4301394644ad5d9211df8197dfcb, 0x829f6ca6ca2e940e14267a6ac4015bd1d5a79f69b6635366edaad6fcf8124f50, '', 0, '?'),
(0xb08d54a65544c6ada66a167fc3b58712, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php', 1, 0x00000000000000000000000000000000, 0xaa0960b2de99de21b5c7c5aa2e4435f1, 0x52872c848ec81804086afbd28e9883024bf4d97e69980ca67cca5c1e3b4f71db, '', 0, '?'),
(0x6222a7ea0118175f94b3931eb2edf66e, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php', 1, 0x00000000000000000000000000000000, 0x4612a6167f31dfd438e08c0f535f3a87, 0x57ff4b55778eb9272c4b3c5c8918effb1047da9c2548a613bb7abe4b6ec708dc, '', 0, '?'),
(0x6657b53c95e6f3b8cb0768119be2a7f0, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php', 1, 0x00000000000000000000000000000000, 0x78f8cb35c742fe091d9459531a88b3f0, 0x98385c75c5f2538014fb414dd89c518add9b8a103b9412e54caafd71f21fd2cf, '', 0, '?'),
(0xb16006218ce651fa816172e5a6d7a889, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php', 1, 0x00000000000000000000000000000000, 0x84b23b8f55bfba2aea83414fc845a80c, 0xa499991d3448dc36cb8afe7333df927dce8933365e76656b54abdda4572f79aa, '', 0, '?'),
(0xca232807515aaf4ed03106a7b9725589, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php', 1, 0x00000000000000000000000000000000, 0x9621ff088d9c7fa408fa4d47d3a49013, 0x8bd9be699cc84f33abe38983ac517841de364ea963cbfb3b2f12919896ede1cf, '', 0, '?'),
(0x6d2f70aa7f178fa9e0201110864b3371, 'wp-content/plugins/w3-total-cache/inc/popup/common/footer.php', 1, 0x00000000000000000000000000000000, 0xf7f3f12fff874b9d02fbf0d14a107e0f, 0x0d5e6a0f5a0113976417097bda214ee9067448159d9ce5cf0e40551e19d54053, '', 0, '?'),
(0x9e9f6f61703eadf78fad456a51895f47, 'wp-content/plugins/w3-total-cache/inc/popup/common/header.php', 1, 0x00000000000000000000000000000000, 0x4250825ccfd7ccb9dd00ce3e3bddf065, 0x0e64dfe40848e2172a05e167c532f0417f3857464408e494c25916a4f99fa215, '', 0, '?'),
(0x14b89a931545b8d4434076e0262d351a, 'wp-content/plugins/w3-total-cache/inc/popup/common/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3ca900712f052af2810c39f3e95280ad, 'wp-content/plugins/w3-total-cache/inc/popup/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x54a7777db4aa74ae91a738186c29681e, 'wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php', 1, 0x00000000000000000000000000000000, 0x0654bb91d961a6705bfd0aa1a9c27d11, 0xc96728680f4c0504c180469c0b2546ee90e6a6197acc9285b0aa04326e7eebbe, '', 0, '?'),
(0xe76fa415470f57dab33379550967e9d3, 'wp-content/plugins/w3-total-cache/inc/widget/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9e2fe2c3b81174b69c01854a74371075, 'wp-content/plugins/w3-total-cache/inc/widget/latest.php', 1, 0x00000000000000000000000000000000, 0xe9683421dec63eb1380a9dadebbbdf24, 0x2e8a8ca55b030aed3f647559a39abdcdc6db617965c06ad849b947a0a68fc5b9, '', 0, '?'),
(0xdfd90c21dc4a7add2b86166bf867e7d3, 'wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php', 1, 0x00000000000000000000000000000000, 0x5773581c04435404f3e5457d61eff387, 0xb40901e5e9ea7406b83b23f92569518fee63ccfa2ca995ca84306364bd7aa3d5, '', 0, '?'),
(0x50cabb382658f02fd4261920308d0125, 'wp-content/plugins/w3-total-cache/inc/widget/latest_control.php', 1, 0x00000000000000000000000000000000, 0x8f1dd7edebc11dbb79e24904a46aa87c, 0xf4fc5725f12beb54432f3ae6b23bea5b9b6ae4d69322f009ad6fcddb84885b83, '', 0, '?'),
(0xb98d3ec0de8b433b08f8244fb89fe161, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news.php', 1, 0x00000000000000000000000000000000, 0xe9683421dec63eb1380a9dadebbbdf24, 0x2e8a8ca55b030aed3f647559a39abdcdc6db617965c06ad849b947a0a68fc5b9, '', 0, '?'),
(0x83294d9bd5e40c6495a99431389703b2, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php', 1, 0x00000000000000000000000000000000, 0xb1863c7808a2468e5262d1e94014bc04, 0x1c20dc8c1b044733496cf98090db5c3f6daff8701378ffa6d906096eddca665a, '', 0, '?'),
(0x66b44c32e98061424d8af7399aed20dd, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php', 1, 0x00000000000000000000000000000000, 0x68b3546a782a347a4863f9f5e69c0a18, 0x52cc56a59b396bc5955680553ab0b887edb24836d9d0e7db2ec9e67f3f91d8aa, '', 0, '?'),
(0x21b4ffa0d70adcb38e75f2dc34d1181e, 'wp-content/plugins/w3-total-cache/inc/wizard/template.php', 1, 0x00000000000000000000000000000000, 0x57ea521e5aa9499aecdab33d8d8e3bf9, 0xb460f3fca350903af599098a0b1c375182c59788afe68b94f663a32ebd76e9da, '', 0, '?'),
(0x6b4efbf2662d441b21b28deb6db1a7eb, 'wp-content/plugins/w3-total-cache/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xb1238df770726026437f1d30fe0ffec7, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf', 1, 0x00000000000000000000000000000000, 0x1caf1284a5cfebebbf3798a7365e53f6, 0x8d379e796506234227210807411d85a9102c46f61b6a06b66b6c1773ea66fb1d, '', 0, '?'),
(0xfed0c69c711d6a0f1075c5189a1e8949, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf', 1, 0x00000000000000000000000000000000, 0xf6a92fb06d8fd4648af0d86f43cfde60, 0x50cea809ae83e4883db8454ef0bcb8f3357c880c60bc7cdeb35518655a173efe, '', 0, '?'),
(0xc2a46a61e22cf751dfbe18d85b46e847, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf', 1, 0x00000000000000000000000000000000, 0x7d265bdd0cfb4e63edb1b1b166c93ba3, 0x27ef27f191b214d90dc589e4aab2f16ed479bc879aa320efd79549cc5f14237b, '', 0, '?'),
(0x611fbf4311e44add6981694b6debc73e, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf', 1, 0x00000000000000000000000000000000, 0xf66e9ad7a8db4604c46c253cfb4b0247, 0x44c72b2c86b9885214c83e41e79fb779d37df6a4f55dac9cd848d9d9167f2421, '', 0, '?'),
(0x100f9394741791584c04e9acba36af09, 'wp-content/plugins/w3-total-cache/ini/apc.ini', 1, 0x00000000000000000000000000000000, 0xa23acbe2b79ba8c3469600eb5e55d251, 0x2e5ff0cdcc4f6ab1eb259b4ed95bbb18190fb3a66fbae473c8ae76d201e6da2d, '', 0, '?'),
(0xeaeddf920a7b76c45d6eb2efb406124d, 'wp-content/plugins/w3-total-cache/ini/config-db-sample.php', 1, 0x00000000000000000000000000000000, 0x16cefb59eb6bac67a12bc0d2bfccada8, 0xd153e9395b60403a30fd6ced6cc25ee56e497739307d4a0ad9e1079eb7583978, '', 0, '?'),
(0x5c186869ddc36ed45c228bb7117522ba, 'wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php', 1, 0x00000000000000000000000000000000, 0x00bfaf2c7db375cc16d61e6607813a8c, 0x3038b849a364dd247ec3d35f4d496730f53e4abba316461dd45e44f90e5222c8, '', 0, '?'),
(0xccb5a1cc8c93a18824d9bfa127f1baeb, 'wp-content/plugins/w3-total-cache/ini/eaccelerator.ini', 1, 0x00000000000000000000000000000000, 0xefce6df5152c0678bde95f0dff770b52, 0x1614315819483b0c3dbaf510cb2b653f897eefb8ee7e7f43801c1957539c4270, '', 0, '?'),
(0x83852158385dc2239ec2bcb1328bc6b3, 'wp-content/plugins/w3-total-cache/ini/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x9fa34bf203d9354517694e51818727f1, 'wp-content/plugins/w3-total-cache/ini/memcache.ini', 1, 0x00000000000000000000000000000000, 0x3005b85c659bae6cf8c762bb2f6318c0, 0xa96aa60598038510cbde8c4d3b8998a76dd1e90e9f1ac27654b458866750f2ab, '', 0, '?'),
(0xf40b38acb0b1deda252ed5625fd010ba, 'wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf', 1, 0x00000000000000000000000000000000, 0xa4581f262593f87655eab23ae8b17b64, 0x256898a85ca6dc0b4396e5641b11ffe94fc12a60870ae9cc67c1ed9872f80927, '', 0, '?'),
(0xe7e91845504bf82d9a597051d165747c, 'wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf', 1, 0x00000000000000000000000000000000, 0x8664d6b92388fe00e0f50a111089c06f, 0x2aea64dad62a836fca5b60010b8edb76f732617b80ce0aa71103d721ea2b8a34, '', 0, '?'),
(0x85a980b29ed9940267465bc57a7b2f9c, 'wp-content/plugins/w3-total-cache/ini/opcache.ini', 1, 0x00000000000000000000000000000000, 0x9d46ab58e10d2937f1129edbbbdf3483, 0x8bada99d765ae3a06d402f1b5f4717f0d8326b5c1ab7c862a868d32a17fe89f7, '', 0, '?'),
(0x6209e8be2088baa9734b486e1fea71a0, 'wp-content/plugins/w3-total-cache/ini/php.append.ini', 1, 0x00000000000000000000000000000000, 0x89170804e3585b690f3a91e5e38338bd, 0xafcb5dd98c1e28f8925e191219c4a54db6200c833787aca2007e0f8c1fedc0a3, '', 0, '?'),
(0x1e3386bba06b4516110e34bac3abc306, 'wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt', 1, 0x00000000000000000000000000000000, 0xe6f1d4a45ee02007e3eb3d0162991f51, 0x9a05b3ded22d6e09458a6057cb2e8528a0253ef19fd691001b86ee01ea6da787, '', 0, '?'),
(0xd9c0b807c69675749d90fd1627bb0581, 'wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl', 1, 0x00000000000000000000000000000000, 0xa69246128ca199f4a820a30e5647ecae, 0x2dc0ea976a6af8e7e164c9c3a7af3229bb2db7c6886213d190b505ee9b86262f, '', 0, '?'),
(0x1bf3d51e8c85b98330c5bc1d64ff1c28, 'wp-content/plugins/w3-total-cache/ini/web.config', 1, 0x00000000000000000000000000000000, 0xf900402f063bdbb472dbc12ea93abadc, 0xf245667ebf8ab4e8d4b4936d18233c1a5d6b093a716285a2ce754a7e19b7e759, '', 0, '?'),
(0x5eca994260e349fad2b506e8aa009e7d, 'wp-content/plugins/w3-total-cache/ini/xcache.ini', 1, 0x00000000000000000000000000000000, 0x3bdec61187c05217be7348df51c0d574, 0x2b7b37124b24036eedb6f1a69b0ca03c9fb6e1cdd33d495cbc687fae9ec667c3, '', 0, '?'),
(0x5f4d2fb623129c7875ad9eaffdd67303, 'wp-content/plugins/w3-total-cache/languages/ar.mo', 1, 0x00000000000000000000000000000000, 0x4171437c6562b54a565c63f07d13f2c5, 0xf7dc26b1173656c76b90780d2d86d4bd50cd147d979c0bf0f28df6bfe316599c, '', 0, '?'),
(0xd76f112314ed6526093836c56845f750, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po', 1, 0x00000000000000000000000000000000, 0x41a837a4288112268dafa147fe6b6183, 0x8ae0e4b96487df90c93f835e6183d4ff80119fef05228297e5afa9ff177d6593, '', 0, '?'),
(0x6e2d07317b3ba0ba53173b8f46273e6a, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo', 1, 0x00000000000000000000000000000000, 0xd2cffcf0eb595125a381264b5b52cd11, 0x1ef95f49b222e6820ed89ce7eaf66cf3ab6bc9f8e8663fda455285b60f4451fe, '', 0, '?'),
(0xef83520347d3de65f3936a215c729f88, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po', 1, 0x00000000000000000000000000000000, 0xed3fafc379e74fe560ddbb03c48085e2, 0x08b1f6ba68d59c78a570d3d05a8915b965132c6641d324b705551a729d8aa3a5, '', 0, '?'),
(0x5926183598c297eb9eaae15982d76f31, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po', 1, 0x00000000000000000000000000000000, 0xb60bd71a4d3e74c75d2dc33e3feb9c26, 0xfcc68c7faa8fd115fe1ecad3f5353ae532ad49dc014490523fc4e16f2260283f, '', 0, '?'),
(0x55b5477b03b3c350b73b5c9ed069e242, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo', 1, 0x00000000000000000000000000000000, 0x6d85dfb7cd0a1fe193732ad761dc1f98, 0xd61292c764a31daa3363da96f8c46c86b4e734582c8bbf6b863439a2c0a39d25, '', 0, '?'),
(0x64c93cc51873bd7d19fe8baa677589d3, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po', 1, 0x00000000000000000000000000000000, 0x381c77e2644850d3251a11243e5b2c2d, 0xd53efd0158ebea29911f1da029800d717f60339ee64ce829d9cabd575d208d36, '', 0, '?'),
(0x04a9925d2f5b6c694bdd442f01bb78a3, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot', 1, 0x00000000000000000000000000000000, 0x5ad06ec633a92d9ecbdd1b166e93acda, 0xf69123761645b9cee7c83102c88c5ebf2dfb75830b984b1444190b3205a8591f, '', 0, '?'),
(0x98554f23b6d67b80cd055822f69d89c2, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x66d2a500befb925dcdc210f923f8cffb, 0x8829b418bd7f1eaa2fff15442ac7a7f753ed572dff0544cc00ba75b3e2436ba3, '', 0, '?'),
(0xe8fa4eced352f12a1960e78d1bd1908e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php', 1, 0x00000000000000000000000000000000, 0x47a57263a9fd53a95af587b591890435, 0xdd88e1be6fa63557472e8fdac7ee56b765f1b201e5f272c037c4d3eec868fdc8, '', 0, '?'),
(0xe20b54c63c4713dfa8d8ab7e85733033, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php', 1, 0x00000000000000000000000000000000, 0x73aac6b00876af559b90e2b6c6f179c5, 0x0d15346ece04debee9c0042c9c83ed8f0080ec17ff842826ec47b7495776e108, '', 0, '?'),
(0x8b529d4c71351140668aa3c5ece3389e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php', 1, 0x00000000000000000000000000000000, 0xb25478c969be0cbc0d405a78079bf8ff, 0x128147072680a77323846590da3b40a9d1cffaa20d5573f25b6a5a6bb903af27, '', 0, '?'),
(0xb20ee97b58ac87fae511e04455bdf3cc, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php', 1, 0x00000000000000000000000000000000, 0x648a74202b8b5a3ce46fb76428a53457, 0x880b197ffbcb8c905b610c0767a05091e3fa97faa673be417ad01fa3d0037696, '', 0, '?'),
(0x9532ced425dc0d5857c5fe9e1e5ec978, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php', 1, 0x00000000000000000000000000000000, 0x4b0cafe0a9b82013756877e1ae05ff16, 0x920caa5739e90a3c4e2db7c1dce579fdb4b0b14abaacaf6d5184817b2a47e929, '', 0, '?'),
(0x7f1ddd65da4f4eee4da79af034c76ffd, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php', 1, 0x00000000000000000000000000000000, 0x4eb1f5f0360dc397aad74ab65c6950a1, 0xd5a3a3b8cce22e2b3be3b8e40e8824ef851bc584c774c2569d15ad5de7298e9f, '', 0, '?'),
(0xf1eb464544a456e28095f00b40ec143c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php', 1, 0x00000000000000000000000000000000, 0x31d47f567d77f8fa85996d19db5f81c3, 0x1a99ec66c9e5f7a48f012a90cb9dc41ed2d975b4bfd54f3bc65bc18b9be992c2, '', 0, '?'),
(0x92a67a99d99ca066d251a79d370e8ce6, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php', 1, 0x00000000000000000000000000000000, 0x232b623b652e18151cd41f32d41c17e0, 0x22ea2aa1808418ac89f43249b661886d542c594bcde1376ea3adb2fa848d67fc, '', 0, '?'),
(0x054410c19df023bfaef07aa0bebbe588, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php', 1, 0x00000000000000000000000000000000, 0x3f9ea761cd2d9f86284f3f28f4d15812, 0x4c7d2ccac0de7b4b2655db555105a96593575fb87b5665d023f75350c0062828, '', 0, '?'),
(0xe6e50ebb3c35b44ab1c334e17d67322c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php', 1, 0x00000000000000000000000000000000, 0xceb3a6d97272c511c4ea8cbc90b33278, 0x5b579ce8e19eec0cc6fbf90118206576b978cd8b94b42f521f7bf272c5d8b524, '', 0, '?'),
(0x5995ded4197c5ff6a462b7ad732f400a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php', 1, 0x00000000000000000000000000000000, 0xf7b2e04597cc110ac9bf001549048571, 0x5c9a7eab72a059f0f55edb012337dd53b3a189adee50d93b0aba5e9ed299b3d0, '', 0, '?'),
(0xc31f165ab49db77f7f7adfaff163e60d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php', 1, 0x00000000000000000000000000000000, 0x774537cee13583155e61f73b77770325, 0x08f0e2f72a276b9dee8e4bcf5ca6bbccbfd9c92916a12cda6f986e62dcf2c2e6, '', 0, '?'),
(0x121803d7d33d9fc2f5814d87b49f6043, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php', 1, 0x00000000000000000000000000000000, 0x6de4f6c0ef3491d6c457e2f4472de4e7, 0x64176c5153abf2e962ad345acb982616b95a1f249837512b76ec6239249abc36, '', 0, '?'),
(0xfd3adef7aaf748ada9146712ebee4696, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php', 1, 0x00000000000000000000000000000000, 0xf11ad504c0ea75a9b7fefeae199abefe, 0x916e301c4edcabd3a2451695e359cac3f7eaf59b7d5c2c78a2f8f15076af6b48, '', 0, '?'),
(0xfa7d4b6645065ead3fa48aa6685fb007, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php', 1, 0x00000000000000000000000000000000, 0xd453a50429df944093342b2810a22fd3, 0x011f9c9a4dfe2aa43ceb1baa27a9ac7ec6252103bc1060ab10c4696ed289fb32, '', 0, '?'),
(0x53a22735b49912aee645af585514ca61, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php', 1, 0x00000000000000000000000000000000, 0xd4d97cd50a4bed03c1e34332a28efb4e, 0x254cf48762a686bd435323491bcedf900be40b6552b045b75084eda4f36524fe, '', 0, '?'),
(0xfc1692f6fbbcec8c37f161427e0d1805, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php', 1, 0x00000000000000000000000000000000, 0x3468ef778e08fa33a56508dd657d89ad, 0x341064a74f60ee8410c09986da4eb42939855a5e109f292cf9e3d8c6cfe5697a, '', 0, '?'),
(0x89644b3a1d1267cbcc7da4be406fc63f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php', 1, 0x00000000000000000000000000000000, 0xb625ba641526eacee1aed81534ac4461, 0x1ba0c45ea75a579abe4004b1e7bdb66691ccecf9f7dc65b96ace6d96bf3b7783, '', 0, '?'),
(0xefefcb768a7a6969a0efe8f348f9883b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php', 1, 0x00000000000000000000000000000000, 0x0df7f63371505124bc9d3465180c81d8, 0x2f5078a0129434e217d0a462eac753c6f893fa4c04762c2b7579fcdd1526a1d1, '', 0, '?'),
(0x218e66e388de4be612c0a73f096950ec, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php', 1, 0x00000000000000000000000000000000, 0x18f69734b5202115a7584041968aaded, 0xde717aa3819cac3a0336c0f585562a68434aa69c118e9795028a94d5236a6190, '', 0, '?'),
(0x3a6a1e25ab83add49914373a8f33ed43, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php', 1, 0x00000000000000000000000000000000, 0x5c8a84132863bd21f2cf9821881717db, 0x7cb66b45f773a14d4cd0d2e2bafc0186b9da8924c602265ae29713b4997c89d3, '', 0, '?'),
(0xb8b46a4ee74de68c452d40c3a54971a4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php', 1, 0x00000000000000000000000000000000, 0x7541a011ad33a6b26347bd2ea415dfdb, 0xab2926fd4d740bf7be83b4f365c107faefccb9f1175bbe2b4833f5e5668d7e14, '', 0, '?'),
(0x7af1209d2a94a79a9da4881ea450eb12, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php', 1, 0x00000000000000000000000000000000, 0x1913057108ddaf2a6917e498f996747c, 0x6d26d871c08fb841d3a84fc09621c8097942a0d7cf2ff5c437aa4be4728e2ea1, '', 0, '?'),
(0x1cc840c3accb932c3632d3322208a97a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php', 1, 0x00000000000000000000000000000000, 0x2a93000e6c7f6cf4aa086eb1b12a505c, 0x848191d31df4a597810d9557430726a0035eefc8c434c6a2ed13398fd93945b5, '', 0, '?'),
(0xc9fa85ff2153711911acdf1600bdc57f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php', 1, 0x00000000000000000000000000000000, 0x7bcdf379cbf5241206140c16e73bb404, 0xa449c997edcf50b3fc37e5667b454130ff5340cc41bf2d74ae00b5a6a90e684c, '', 0, '?'),
(0x5388925072cfb76ddf735aeaa14547b1, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php', 1, 0x00000000000000000000000000000000, 0xd195ed964fe9859ff59118a4d948929e, 0xc8107c8e030421f7bc88cd7c17fdf038b4ac8a829b315738bbf80d4dffeeb3f2, '', 0, '?'),
(0xb909a2c9686102b49e9d797acfe08dbe, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php', 1, 0x00000000000000000000000000000000, 0xf3252efa9332d28147f719b7286baa2a, 0x364141e866b393b53cf3afcf79dfd6ce2283901e2fd708b1321ef8cf94514224, '', 0, '?'),
(0x6949561922990243d00ab3be631ded64, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php', 1, 0x00000000000000000000000000000000, 0xa6787d270f720f3db23d9e820e9b11a3, 0xe77f4ba5be2d491a94d7affa284b9a25f499993fb6275f4de5f176aa3de4e64e, '', 0, '?'),
(0xcbc7424422e2acd7fcb952aa3abd1edb, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php', 1, 0x00000000000000000000000000000000, 0x95c84df348e92b487da769f6d228632b, 0x2a3c05f1bd337b5d0e545a421863541ce0e44e78c5d19e9b2f620f0264e9da3c, '', 0, '?'),
(0x40beab5b302ee5507dd72ebfa8aac030, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php', 1, 0x00000000000000000000000000000000, 0x7ef0040f51948dec16d758abbc52c4e9, 0x430b396ce5ecdd27dbff0d41456ac77fce52897ea484bbb0118115fa8e743f28, '', 0, '?'),
(0xb4428b2c86cdbe5544280a96477738f8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php', 1, 0x00000000000000000000000000000000, 0x8e2d468c0ec30a6ba702cf22ac8edfbd, 0xa612f23e47bfa42b7929dac6fe74b1fa75a6223321ce2dd30af6bdffee49ef2d, '', 0, '?'),
(0x12651e3193142045e3b75dab718dd065, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php', 1, 0x00000000000000000000000000000000, 0x1129bbc3aeaa68ecf5fa8ada2a48bb5a, 0x056f036f3a75cdde21db323abd326bebdc2c40d8ebe2b473b8cb0fce82651bb4, '', 0, '?'),
(0x31139d59e82e59d0ab1da94670bb2e0b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php', 1, 0x00000000000000000000000000000000, 0x6af90c7901abe5f6cfeea556ed526fe1, 0x5dd356c961936f90d3d4dc791ac28b7738e09052b95ad1da49a8bc6da14efdd1, '', 0, '?'),
(0x90e57f63587065fa384693c8de938f2f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php', 1, 0x00000000000000000000000000000000, 0xaffff1ee13bc7d6859598fbdf2d95179, 0xe9f152bada71e2febeafb5870aebdf542dc2856eab0dd16796fabfd61b7d03a4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xa4c40fcd413414b60a194581eb65dea7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php', 1, 0x00000000000000000000000000000000, 0x600b98b2ff947f8942fc5535eb9fb547, 0xda6b31f2af30bb4099a8d234d50cdfa1e94b59a17ce85439a2ef8b54cf226f26, '', 0, '?'),
(0x95ccbf2fa887739866fe8c9798ce7a9d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php', 1, 0x00000000000000000000000000000000, 0xa9334ec9d341772b57ff7301c44e2980, 0x21082b6ac4c07ba5bf265c23f4c40d34cbc262821e25d9a0b804e15aa3c63bc5, '', 0, '?'),
(0x4c704aab48808c9dbcab1fff710fef88, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php', 1, 0x00000000000000000000000000000000, 0x85cf97838db6e7ead88b29d1a3090d91, 0x4e65711294b7a7c0452e6cc7999979c9c23d87ef3ea0cc024e68e0620464f4bf, '', 0, '?'),
(0xdb8b5342980f2ac453e7775bea23c830, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php', 1, 0x00000000000000000000000000000000, 0x9af416d7435c4539dbcccda578fc631a, 0xfb84a69f3e7a4137d063fae067c5a2ea0d6a0b09b16b0b251cd382938ee06a94, '', 0, '?'),
(0x76e3ca16c4f5bb8fb985a7b79a257649, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php', 1, 0x00000000000000000000000000000000, 0xfb7fe42fb3cce899d8c136c05af5fb4f, 0x30bf0aaa5f56160ea4a6b3250074075d77cdd0a5bdba190926d2bd91ff47e67e, '', 0, '?'),
(0x633be2ba09b5cdcb9524e6a7c1ad65ca, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php', 1, 0x00000000000000000000000000000000, 0x8b2e3c0ff737474c3d771c196ab0c160, 0x9e766c00a7350b12a53daebad292ab8a08adec6dc41c525118bc68b66e0f4ae2, '', 0, '?'),
(0x79ce50bd7f3fdb62e6df1361f6bdd67c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php', 1, 0x00000000000000000000000000000000, 0x40551ca042ed372a4dfcd3791c9b97ca, 0x0aaf3309b758927fb1f79a8deb9c83e00b9b79c5d3e938b1646e6e1cab03008b, '', 0, '?'),
(0x1883ccf5f1ff9029ae11f58f4edaa190, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php', 1, 0x00000000000000000000000000000000, 0xed1005396d39598336faa2e3b489216d, 0xc960f1524c9bd351fc07926fd29f2b6cc197e8be03c87991a8d69f0e3a92eeb6, '', 0, '?'),
(0x5042c670bfffeb8a5f1b60f55c351b72, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php', 1, 0x00000000000000000000000000000000, 0xfe961a42aa132d8134f85fec0e87a91c, 0x7c6b67916a363f40bb66c3987c7130be755e2a1cf911b5ce8bc5b6f459febe2b, '', 0, '?'),
(0x49df32df67d5a7afe98387c91306587b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php', 1, 0x00000000000000000000000000000000, 0xe3ecca8c3133194c1d7e5da36b92b50f, 0x544278f208e10cd540d231dd569a984487dad182af54eac097678d6a6dcdc412, '', 0, '?'),
(0x86fb30ba482ee785c0e8830cbc8fdb8b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php', 1, 0x00000000000000000000000000000000, 0x6a20167b89fafd3115b3cbd638718c98, 0x99c1bf9e3d9eef7519855d28ff43c60e3a11b65d408c12f15b61eb43724cfadb, '', 0, '?'),
(0x58c156e2c5a6b9a59cf887693aac1ea8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php', 1, 0x00000000000000000000000000000000, 0xd86a3f960e11962db67bb8ec94aadda4, 0x32446205a9520e91f5ab918c881890a97252d048d6bc4a461c9ea40714dc6178, '', 0, '?'),
(0x244261deb194cee9607fe925a511477f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php', 1, 0x00000000000000000000000000000000, 0x435d61f48fd0e6acb8d7823512d23bd8, 0xf8d364de54f1c196af7c44837ca58318e0990300295929fea40d5b954f723ff1, '', 0, '?'),
(0x748aee818a31113f841438db05252cb9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php', 1, 0x00000000000000000000000000000000, 0x8a85fc4f1446a9bc7fc9507e061b76ef, 0x2b21558a212eb95d30a360c45742225610859c8567b44470dabd06f0de8c140e, '', 0, '?'),
(0x16a26db825d507d191f83c714e792a70, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php', 1, 0x00000000000000000000000000000000, 0x4877fa0f545a68bca4058b100a3b85da, 0x6e2b358d59c0c36c722ed25359fb8a312a979af0553235230b29bb4849bc1ff4, '', 0, '?'),
(0xc5863d564218a26ab82b60a69ee3c0b3, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php', 1, 0x00000000000000000000000000000000, 0x1754cd9ff7f27945bb15299e5e8a9497, 0x41b932d5c974fb286e591e46387664fb9ee1ae677d61870eda017a19ae5ba659, '', 0, '?'),
(0x4660f0114114e76e9691fbe389728a86, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php', 1, 0x00000000000000000000000000000000, 0x7f1f35580f518efd2a8cf912fe89cc93, 0x435af441370a47ddd98e59e125ac0e8d8be2d0172eb68ad3be6dbbc285d49b2f, '', 0, '?'),
(0xb1b9ac82c8107dc23e383a155dda3d73, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php', 1, 0x00000000000000000000000000000000, 0x552442e40350f879849147a828c8ff13, 0x46bd61a6265722545b220054766fd17588948686c4e31c9b9e68c91c07ff736e, '', 0, '?'),
(0x29376b477b8a21ac0a32615a9f9d452a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php', 1, 0x00000000000000000000000000000000, 0x959ad25c0837f82f3a7a0ecd2a44be45, 0x118b6897537518dc465107f503e2e3dee156e9a37c68131aefdbcde45431995a, '', 0, '?'),
(0x034b52c2782745f3b4252d55ce253283, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php', 1, 0x00000000000000000000000000000000, 0x4d0e0140336a4f52f9f9bff95ede2ef4, 0x8208015274c5b0da7be05aac04a68e6a1e81404a948961625051aa0df52e0a59, '', 0, '?'),
(0x461ee222865c38353088ad3abdbe2eec, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php', 1, 0x00000000000000000000000000000000, 0x525566bdab0983c651be62a5fe0425a8, 0xd4e0ee293c1d447cab063980215c790c5dcf38a4111dfc72d80dd68c5b9fc2d8, '', 0, '?'),
(0xacbb8e3bd07a3e3371a22bb8d42e9c8b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php', 1, 0x00000000000000000000000000000000, 0x7b6ebdc27c920e6013440caeb92cfa75, 0xef4990f9bed7ae584ed14e7797b1cf4fa8db804538bd625d7bf4acc255c91392, '', 0, '?'),
(0xf5aff97bee56aeb6e917814fb9e5b568, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php', 1, 0x00000000000000000000000000000000, 0x82b7c716fa74bb00c40e76b41c4f685d, 0xed951360726489e5c2998be16f049c315ac85cb596226c37cf15adc29654fc9a, '', 0, '?'),
(0xc9d89bc04de15346aa1f99b5c68a4eb5, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php', 1, 0x00000000000000000000000000000000, 0x08fa7e798d2af34871ef62be0c430857, 0x3a4ba5325b35e9fed6dbb9b951d487aaf23670d5b358e54b0cf8dfd0acc29660, '', 0, '?'),
(0x5fdf4dc4d3bc5ef43ee52073f113c43c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php', 1, 0x00000000000000000000000000000000, 0x88f3620f5eaf1b7f68a483c968df217b, 0x4463b5cb2ef014c381842e7cae13ff5931765c03a9aa719f437a5fe7a5f71f57, '', 0, '?'),
(0x20f8f46f60c29e581c2476e047564e2c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php', 1, 0x00000000000000000000000000000000, 0xd2db2dc9ff5ffe1c207071ce9125d342, 0x3d45290df7959f2f9661f0222a21a0bea7fcdf20de772cb2a4c30211867ac3b7, '', 0, '?'),
(0xc8515bb9d6c38afc0b4260332aaf7e55, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php', 1, 0x00000000000000000000000000000000, 0xbda453f1f7a36e2c51fb4f3a7e9a74f7, 0xb4f109dac1ab7dda8e5a50d4d8a18220b12a26afcd01ec250bbd47872fda37f8, '', 0, '?'),
(0x6d6ad243f3fa5d8906375ac08aec890f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php', 1, 0x00000000000000000000000000000000, 0x3c3609a6a57eaa8e0be1cfa6350b5fd9, 0xd19a56213580e764bacd2cf3d4adcf6fc460c7a349504a81617fbd06a451b677, '', 0, '?'),
(0x4b6a4c0e9d4602d5fdcc4afce0db989e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php', 1, 0x00000000000000000000000000000000, 0x2ae49311d662e3ac530a3ce82cdadc0a, 0xd06bdb5e9458baecea4f6f7b3e23a06b9f055397a021730974946bbb283c9509, '', 0, '?'),
(0x28ef12004738db4fcb2542130e15acb9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php', 1, 0x00000000000000000000000000000000, 0x6b3d2cdc8d498bf3284f6b4a9f9da653, 0x63b11905ffeb0abb0f2489bae7c882446dcdc63e5dbd2910fc8866d10dccb4db, '', 0, '?'),
(0x5c29fdaf4938ee6846e02c6510b2fd59, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php', 1, 0x00000000000000000000000000000000, 0xc8d4ab3205383880073f61dfad47d64c, 0xebf5aecf2ac9337af910378e53bf9aca4ddf1b40927640896f50dd5f2226a710, '', 0, '?'),
(0x2c1b2ac00a10d6332e87ef065321acf6, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0xf87427bd9d5cbeeba79cc57a118c374e, 0x59f084082d6223defbbe97cf7b7cbd9e2180e5d911a9d18e64cb145e8d687506, '', 0, '?'),
(0x74083119ad84dee0dac9f55295def2db, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php', 1, 0x00000000000000000000000000000000, 0x4123995efa00ed1483db4380a58e3fe7, 0xf5eefb033e9a5cc845abc2c22f30f2b8039e99a5742c92daa8232483bc6a872e, '', 0, '?'),
(0x66ceb0a5342083506dd80754ae3b6b94, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php', 1, 0x00000000000000000000000000000000, 0x364c2810a91e910915c8803ad19f668a, 0x7ee0561c60f81584dcaee3256e4a265316da4b3e7906a3c1532f62cd616aa5e9, '', 0, '?'),
(0x30c56973810606f5ee8c43227fad7997, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php', 1, 0x00000000000000000000000000000000, 0xc69bd51525ed8bb42ec0c8849518eb13, 0x7e64e3476f600758700770dfe209b306994278e52d2ff84a5a7ff734397d53eb, '', 0, '?'),
(0x2827a2db6b9d6bf0d4a6b468d8372bd1, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php', 1, 0x00000000000000000000000000000000, 0x0f813f766d089755963f41944a693f07, 0x7b0f220330f5374d401e01491b4d924fdc6a6f7c79134abcf0980f600fc31b62, '', 0, '?'),
(0x72fc737f56dce84ac36580978e0e2c3c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php', 1, 0x00000000000000000000000000000000, 0x174ff17fcdaa27baebb46e978556ad5d, 0xec0f60759068dcf1037beba926c11ad2883cd6004a9887da72dc6cf482b7a6c5, '', 0, '?'),
(0x3a2cf632dd492c2f0ce7a8511a47a112, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php', 1, 0x00000000000000000000000000000000, 0xd00fc7d0d8a071d888d8ea43817c854e, 0xf8aa293a2bae387740e0b5fc9631f69da3f4e4e1522502a935cab6394b182276, '', 0, '?'),
(0x0639c97451fa952d3e1127ff7db51ab1, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php', 1, 0x00000000000000000000000000000000, 0xfad86260c475171a55d58ce2aef7391c, 0xd122fb6776329b8bedafe51b822352767f53cd117de71b1f6742bc8f46efb0ea, '', 0, '?'),
(0x04fdec9f56de0f4ffef143be24fe8a62, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php', 1, 0x00000000000000000000000000000000, 0x7d15e45725fc81c13d84caa2657f7a4a, 0x9a3a09022272d302a2e18dae52cc1eb9bd2c83bc93a65b3516ce2fdaee0e5ed4, '', 0, '?'),
(0x2e7025efc3c41e83637871c4efed83d4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x38b195983422dcbc437494978e0f084b, 0xc6f7d55b4f9859f739c8f52da2c68d1106b89a5ee51b11b22f77042f89fd720c, '', 0, '?'),
(0x2157b28f68f128178a1abf8ab68917a2, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php', 1, 0x00000000000000000000000000000000, 0xab5222fe4cf443578cb9bd7d905363b5, 0xdae6ebf4ade6c2379cf5fb875b9fe53fca0c23a29ffa2a29c9539ae5c6770588, '', 0, '?'),
(0xe8689a3ff1a4d5698195ba07e6ec9912, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php', 1, 0x00000000000000000000000000000000, 0x9c69fa99d6cb5c52643256327f94c941, 0xf8fb66de34caf3b2f1cdb6ba0625de69dd3c9769f244522d9da62ddec0e02b89, '', 0, '?'),
(0x2e9604dd4b0e42a435a7f3b0f9398259, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php', 1, 0x00000000000000000000000000000000, 0x88aec224c2814cadc6d44ef813254896, 0x54ef429df097c7102b1f8953c1a3301dda585583c98657a106c71ba7b6f4054a, '', 0, '?'),
(0x608e55bab5eb2fcd75c492b3214ac251, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php', 1, 0x00000000000000000000000000000000, 0x68ce7cbde86346fc5a2af63b0ffae3aa, 0xed6c7a75c37e67e3d0ab12de650fc87c5a072aec8f63ee269e0abded2daa7ff2, '', 0, '?'),
(0x964496fb8969e2cac65143e44f03c39d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php', 1, 0x00000000000000000000000000000000, 0x666f96b7554e92c236e8b8c7e8153aeb, 0xffa330724e55cd3c2fbf2f3c467f038fb8aaf910fb335428ab71a24036b9b065, '', 0, '?'),
(0x3464df62676ade8630c55efc78c6e0d8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php', 1, 0x00000000000000000000000000000000, 0x6dcb26026d5ac413d31b7eca331a9f01, 0x68da2f2c4e4d52edf9fa8e3d4477de319f8b1bb93e94a4f551fdca71696c22ec, '', 0, '?'),
(0x8c2121a7288027879a2165bd133ba855, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php', 1, 0x00000000000000000000000000000000, 0x1c005aa168773b09cbf528bc363b5de0, 0x769ed2b23e846fbf1ce7d5362b59103a6ac92d09b7f390a73e85f3bb6e754a1b, '', 0, '?'),
(0x1ef7340a4233e2666a09d0dd7fda2e03, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php', 1, 0x00000000000000000000000000000000, 0xcd5d5971850ae31bf0ad6f02cbb6c7cc, 0x12561cb8b80f4393979d85b5b5fbfb07346ab04505a3bceead76153d0893ac3e, '', 0, '?'),
(0xec67c8b071674e7763156ed8ee93b5f5, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php', 1, 0x00000000000000000000000000000000, 0xd36f09e31b01e3e349d3c0fabef8e62c, 0x2d52bd442632115b3aa7bd0271111f0f243491dbf21f1b9a5ae38733727d3a1c, '', 0, '?'),
(0xed2173f38d7887d795ab78f2cd1ca80d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php', 1, 0x00000000000000000000000000000000, 0xd66b00696faff3e0e8feb6f3fd9d6edc, 0x89271f58d452809330ce5c683b3b5b2ee4118bf8273c451fc50b8889512de1c0, '', 0, '?'),
(0x2a8ff3be305cfa17cfa8fa5e2a31aa36, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php', 1, 0x00000000000000000000000000000000, 0x866c1d132ab223354dc7264b2ef7fa07, 0x4c1b7bbe0b401071b408956cb3f885ad66b2e6278e46825ff34604ff8875930b, '', 0, '?'),
(0x1fdf93ac9b13bd6e71663b7a7eb541f4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php', 1, 0x00000000000000000000000000000000, 0x1e7dc469ada0c7c086c453b07b886b91, 0x09a86624f98b5396b03c8ab8bb7b239f39886f74ff9aef28294524be536203ce, '', 0, '?'),
(0x5329edb34f5c873b6236850a3fc806c0, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php', 1, 0x00000000000000000000000000000000, 0xe567d39ed39da295151f4b65f8cccbdf, 0xbf2f5ff2b76f827e1d8d74d51e7aa00910369739b14df922f717132060054388, '', 0, '?'),
(0x1b81172a655e70d9f127f084ef40b7af, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php', 1, 0x00000000000000000000000000000000, 0x82e73933b86cf3f65fe0421b952eee0b, 0x75a177dd873015514227579aefe0aa09bb340854170933577b4d3c6154519338, '', 0, '?'),
(0xaf72738debb1f419d27e3633a932ed7d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php', 1, 0x00000000000000000000000000000000, 0x7c12f1adf845a0fdb0cfd0dad268fb35, 0xef9bc5f8525cd2d2bb9fcb78d347a9bd1977a4880b521cc1730cfbcd18c971d5, '', 0, '?'),
(0x927d03e1b262c6c57610ea868a6a35ce, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php', 1, 0x00000000000000000000000000000000, 0xb7fcd76a78bf9e6836ff332296a81333, 0x4cda13d2348782f0c5f7fdad7e32707fffd028c0483f7a192372f0a4764a6881, '', 0, '?'),
(0x5fb6d85c726b18f7f69893d39ef0d94d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php', 1, 0x00000000000000000000000000000000, 0x271f7d4d7782f2428ca8414d5730cb5f, 0x5877e0d1c366b2f576b4c8085c375990e7d3f3c85c2a369b9e6d64b367dbcee0, '', 0, '?'),
(0x80e5e478dba80399513748c20c120dc7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php', 1, 0x00000000000000000000000000000000, 0x5f5ba9ffdc2eea7fe289fbf644901766, 0xbbf2ff6563a87749d362fd585b92053d410c3a367663e910699ec8ef1b09045b, '', 0, '?'),
(0x6b1b4ed9eb30fb90830d8f79ae782679, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php', 1, 0x00000000000000000000000000000000, 0x57d1434943b1ea5983364c762ee072e1, 0x607087b71d2ffdecf585b5b71f12994da84253742021357a4084d94ce89f4803, '', 0, '?'),
(0xac8d89f782f8730f4747e15e600e4e65, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php', 1, 0x00000000000000000000000000000000, 0x61cfa80f8b7028ec8546c63e8f955ad6, 0x04891e524cf4810442dfdc9f27ad5f4390501a25779011994e4893694c97c45b, '', 0, '?'),
(0x67372d5a266717eacb8c069d39fcf4cf, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php', 1, 0x00000000000000000000000000000000, 0x1960bf1ad9d9d0018e67ca47a5e69346, 0x8a0465d4b35d79b7ad5451bc1e157b4cd62a3cf6638db7549465d5d404aaeadf, '', 0, '?'),
(0xcaf179c73bc3a74da0a75093173b65cc, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php', 1, 0x00000000000000000000000000000000, 0xd54514af78fa4237ead5a5b04969202f, 0x00ec09fbc577dcdd859ddeafa3b53c5b96a29d3c41cddf116adb88626422adf3, '', 0, '?'),
(0x71355079f19802fbef5b5ad5e76bc3d8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php', 1, 0x00000000000000000000000000000000, 0x719ce3ffec54d0206121f3d1d526a067, 0x8d14114dc0b3c3621c44f27f19453496c666b496e3a2609ada81e7f939b9bf52, '', 0, '?'),
(0x4e94957a426df83810e957f1a8109cd7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php', 1, 0x00000000000000000000000000000000, 0x464bb6013c51cc5e3f7dc9160690b2ef, 0xef6a31029543b660a14534a9c4cb9c1a5553f960d7b9b47c8c8057c386b24d05, '', 0, '?'),
(0x7677b7ca6963a3f7eed81134821de312, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php', 1, 0x00000000000000000000000000000000, 0xb96e14e93af563269f4514aa0c8acdfe, 0x7d2e8d85c960c299b6078577a2fd2d727a39f11c8d4dc42e97918c99ac46ea1a, '', 0, '?'),
(0x696d4cbf60e38bafe1338386a935bdd4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x7cc07241b25d983f3fde03211fbf7be4, 0xa6ae0ce18e13e498d471e81b6d68528ae83438d2a188bd7e75ebf082032eaf29, '', 0, '?'),
(0xd6e82eaf906d49d7d6757a188c34f23b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php', 1, 0x00000000000000000000000000000000, 0xa58d34d57ff94ac532ef79ce26161881, 0xa42f6a7b81686c36f3a4ce452e17c02f8caa85a689067bd47b92beec5039ee22, '', 0, '?'),
(0x1e28ef0ab2ee839c9e5dc5a3e888640f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php', 1, 0x00000000000000000000000000000000, 0x0ab0b5b67ba7b6dd797f09093757c9e7, 0x295bf7987cd828d76aa6686b684e09ee39e9989fb185124a269b7e55cfc3c498, '', 0, '?'),
(0x5d3a6f54d78a37bb88895490033466f9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php', 1, 0x00000000000000000000000000000000, 0x901471fb09402adcccfdb6f8a91cd06d, 0x3fcc684036693bb9b23bdafc102849ef2502bcdf4ddeb318a1dc257a008345f5, '', 0, '?'),
(0x608b506a7d9ba6602671345eb3f9dab6, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php', 1, 0x00000000000000000000000000000000, 0x17140b1b9990e4584238215e4e91b1d2, 0x639712fec56d0c7d8e13ca1c6ed9f841664e173b162502d2ae4e2d5e4a1d7637, '', 0, '?'),
(0x17ce68ad0b39f5568ba54892e6554547, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x17362a29ba15ac39341f0d8e9705cd25, 0xe2d2b48a1bed5e00bea492ba74c3ddf6608b99cee23bc4de6ab7d4b2e64a02ce, '', 0, '?'),
(0xbc668035139472f4ccbfc3b8f12a67a9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php', 1, 0x00000000000000000000000000000000, 0x90caaedcabb2c2203404131134b98001, 0x6daaf5713e9d8d43d7c39f7e75648eb9fd0c206163487eab6916bdfa131f69c8, '', 0, '?'),
(0xbd0a43c1e5d7c782c59cf96793ca5be8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x96ee3274dddda543831ff7338f7f9dbb, 0x6f2b982a2a0bb89bbf48c20bc4ff20b1c8fdd91355ec3a0e1a772421dca2ab62, '', 0, '?'),
(0xc4cb126dba83e3ab6ae1240eff83db86, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php', 1, 0x00000000000000000000000000000000, 0x173674ee22e0b6c4734114413a86433d, 0x95483edf39211fe4d3fba2d32fe7985c18792c2ccd5a101564c5a4ed0038f33d, '', 0, '?'),
(0xe24263a0e982417d45f06f47f24d4620, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php', 1, 0x00000000000000000000000000000000, 0x0344bda1482be054601635c2608bd69e, 0x8c60f4b56e49f2a2708d8476430700728556d3403a3aabc3953f06008a5d973a, '', 0, '?'),
(0x1c6cb4a2df95cecc44692133ec051d8d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php', 1, 0x00000000000000000000000000000000, 0x1b2912e488c0f841b2b9526af38b51ef, 0x1ab105947ac2cd1559782c49196583145f233bdd8a1067d727f73d4800210419, '', 0, '?'),
(0x7996b4f457e09cf9e0af85754d759d23, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x348ae1bf45cad017b18dcd5a12bede29, 0x062bdc88e9a191a27bd3dc4ff962f4ad42582682a59b745f0b1809404566ba0b, '', 0, '?'),
(0x3faf77732933bc483ea72b3a4a82c294, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php', 1, 0x00000000000000000000000000000000, 0x7696187fbd90f5a6b88568155449c19b, 0x24391b4e2095e6550a23af5840b5cc5edc26597264ffc81410ce0443e10a1285, '', 0, '?'),
(0x6bbdf8e7e93f44c0df478bc8ef440c5e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php', 1, 0x00000000000000000000000000000000, 0xbd2f42e13a7569320e3da64b95f290ce, 0xd5ead119fd9af51357db1a0bb80caff05a916b41e08bb92809707a23fc1b6ee6, '', 0, '?'),
(0xd0f30b1fb3bba5fa97cb5d8969b4b176, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php', 1, 0x00000000000000000000000000000000, 0x49ea3eed1faf67ff79e0eb46055da871, 0x0aec385f9ea9064322b49eae58fd62d35d8cbeba939f1b3a1be4014f31c0ba96, '', 0, '?'),
(0xda3db85c6d26fe564f99b37d6e7c0334, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php', 1, 0x00000000000000000000000000000000, 0x7f03a73aacd37f1f32e079d2772d61ac, 0x355a181809930ca9ef16f524b6ce9ac532e39d9b0eebc819138ab0545640e3cc, '', 0, '?'),
(0x7a78d3c6b986662e1b3251670fff5ee7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php', 1, 0x00000000000000000000000000000000, 0xc37168d9c0960700548efccf052f1b58, 0x7d3567a93278787e648355e06bc553383c5a3c232c7c237141af32487b0cd6d6, '', 0, '?'),
(0xcc09c7974b90acab05e1354cc3525046, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php', 1, 0x00000000000000000000000000000000, 0xb1cd8622e0140cdf3f77817dba5883c0, 0xc4af8c37359d745cea2b65dbf64f21637a014ab53eb0b8002c5abd8f0bfc17b6, '', 0, '?'),
(0xc2113627392d3eab272632b806d5e225, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php', 1, 0x00000000000000000000000000000000, 0x1cffe3288d8c77d090c09cbfeffaeb15, 0xeabd71f8d7306c577d22e274d583031cf393c626119b669ea5413d116a909b2c, '', 0, '?'),
(0x56da51e33cccf48b7a1b85ef1597bc00, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php', 1, 0x00000000000000000000000000000000, 0x40c7285e9b306eeb02c751abb5f10eb2, 0x39f4c4718e62511370b622c06b114d5cd3f39d7312a16eb84fef4f80d4a3f52d, '', 0, '?'),
(0xf0559a658d635ce52a575bfba32ca075, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php', 1, 0x00000000000000000000000000000000, 0xdcc23366d46bd4a6d5d5e957ec6592ea, 0x401f3ce72781acfb051e217f4feaa440e0c0e09d302278c514610bc717eafc25, '', 0, '?'),
(0x1a68951de61235323756f8a8851827d8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php', 1, 0x00000000000000000000000000000000, 0xcec4eb143c70fdd07c2bfe6b4e157a4d, 0xdf1c1016145afd95bc84712d8cad08be1bbe806b4d281a090f012ddb733f3886, '', 0, '?'),
(0xcb1fd5a5b0d92e1dfe82b615dac4a051, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php', 1, 0x00000000000000000000000000000000, 0x282b32f5d465327a2a9d76a3162e8f47, 0x726a245025dc03e3b48767fe48c49fea44d7025ba39bbaf38ccebaf4d4282bcf, '', 0, '?'),
(0x04063f32df0051c94466f2554538a939, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php', 1, 0x00000000000000000000000000000000, 0xe708664059b6797371d1ffeef23086a4, 0x8db2eb1eda0d0b6ae004a58b47919420c05a5b35c8a9a358f6539bc2aa79cadf, '', 0, '?'),
(0xc4512f77a7de3ddeda27328e43d05676, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php', 1, 0x00000000000000000000000000000000, 0x154c0e832b5a8410b5bc83caa26216a1, 0xcc3ea2b856bea4ddc3d98ee3fae6cdbaad0624c251f9f6d9d16ec820f0e59ef0, '', 0, '?'),
(0xe069cc1935c1e230bd8a9d296e05e71c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php', 1, 0x00000000000000000000000000000000, 0x10207d49c8fa3388328eadcaf5784e79, 0x86f150e872c0b7437a60f4c74c03cad3d706c025e350ff03a69fdbbf5b690714, '', 0, '?'),
(0x254b315e360e586199ef45c9bee7faef, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php', 1, 0x00000000000000000000000000000000, 0x20c79ada23ad92fa3f60ed1fb1fed327, 0xf7cc83b9e4e5d2900873b624fda1edc148ccafcebb05473a504dd50c8f577cf8, '', 0, '?'),
(0xf809c29f5a604b52cc208f734f78ccee, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php', 1, 0x00000000000000000000000000000000, 0x0fb952cfde670dedec4fb359535dda85, 0x6aee5d87310c395509ea8f57d6bac7b3a24bcc40d6fec8a49ad1517810278ae4, '', 0, '?'),
(0x2dd12400d6c832b6229fcea04b4bdce7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php', 1, 0x00000000000000000000000000000000, 0xe39e64dcfefe441cd365cf4c8eff7dda, 0xb3cd22dcf349a21938df71e1e50013b4e314b39ff5e0dcfd947a22928a61b8bf, '', 0, '?'),
(0xd80646709bab6e60154e8eb999626af1, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php', 1, 0x00000000000000000000000000000000, 0xad9c290764d4e497f7082762fec524bd, 0x6926b61cb550532dc2c9e665c26aec92de06fe8f6df2c884dce4f98d2293b0fc, '', 0, '?'),
(0x9f8d8f021cefdcb853834edead9b16ed, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php', 1, 0x00000000000000000000000000000000, 0x6932818efff2a27af6c6c905faf521cb, 0xb9439483e586497be7af927a8b59fd53d6125991f33efa1a512a7bb969d234d4, '', 0, '?'),
(0x49d52720c46d371c6af75631fbf73228, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x581c230ab532aee07aaa043428dfab28, 0x573d8c8c0bbf6436b416db1fda72f4c8ccb3381f09e66a9095a9dc6e7da4839a, '', 0, '?'),
(0x27ae5da45dcfe344e811727616a2f12d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php', 1, 0x00000000000000000000000000000000, 0x99e8da143f7bc384458cf919a1cd7a19, 0xeca572b631fe1f772da3e34a49c83db88679f051e6dd83572da112c7a439b010, '', 0, '?'),
(0xdbff645493035f1ff29996570c31df76, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php', 1, 0x00000000000000000000000000000000, 0x583044b9d3fc5903d8e2b35400a16dff, 0x6e75ab57bba67e9eb845616b2d9635b402cc6744ded4164e3a4e299a236b697c, '', 0, '?'),
(0xcc17741fce2e360784afec52ef6a5be9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php', 1, 0x00000000000000000000000000000000, 0x63f06d3754f1d5b179a2ec96059a4fe1, 0x849d7b75252b8fe57e9dedc25499c338a007be3c606f5167a6879d5748e6d5ae, '', 0, '?'),
(0x332efebb858909319bc539941bb31c9b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php', 1, 0x00000000000000000000000000000000, 0x8be5e4edb20e029bbe77cc6740cb888c, 0x402d67cfa15dff72e87f09f39db8c1cecb65bc34cd9d741df75ef635847c6f2b, '', 0, '?'),
(0x4f4a6fab2ccba064995b2dc591f59975, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php', 1, 0x00000000000000000000000000000000, 0x1bb0aecab2943e39ad88066196b7bca9, 0xf87b8a7b72af2bbff5dbbda95386bae824fc8966aa746ea19f46293ef4bc7c02, '', 0, '?'),
(0x00ea1df4e773a88aa39b45dd69c2b9e3, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x409f77288c6612aa157096746360e917, 0x022327c414d4df16bd64045f704ffdf6f1a175f1b59c4f85a6a8476c12712b17, '', 0, '?'),
(0x4efaa8bc4a50c8d90e3107412c491802, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php', 1, 0x00000000000000000000000000000000, 0x71550c932b1ac700a5d73278ef8bffb5, 0x4acfb6e571fec667b1edd39a574eaf17b1947a08b2cd04b8a76d430a165c6493, '', 0, '?'),
(0x3310e20877a89e7db92902530865c6eb, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php', 1, 0x00000000000000000000000000000000, 0xe94388c5b61ae0618afbdd74b73a24ae, 0xd607c6dfa24c493fb9265b97d71147a70f22d3d55a0ffba23673f70281d28154, '', 0, '?'),
(0x35ed05c15936dcd17195f83bf8678be1, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php', 1, 0x00000000000000000000000000000000, 0x399f80b97b32fbd9bd02a1bf41760ffa, 0x831a43cb97b78ebf1b28466878b8b04fb94d39f4c49f32dd1bc7e2afac57d857, '', 0, '?'),
(0x52ed27a624d7102482cdd2bf8f9397ce, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php', 1, 0x00000000000000000000000000000000, 0xf142829ac19d55071815245d6a14f518, 0xeacb79dfb0e02b9b9594cdd805c36a6f5089093eff4949721ec0ad067b720eaf, '', 0, '?'),
(0x5431c1aa8243687ece1a80ddeb360a7e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php', 1, 0x00000000000000000000000000000000, 0x473a35c86e3ad1002c03d3b51d7cdeea, 0x59f778f10dbb8621299ed156ba0d406bdb716981c426c6cb3b5521cf10b9adf1, '', 0, '?'),
(0x461f6db625b506ba5c1669fdb3be221d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xef6f6c570c5b894a9cc53b9adc8d5f16, 0x48c6a1e1132f6e6f620eb7cf4fc5d661467eac31b35155f2ef274671f654d82e, '', 0, '?'),
(0xa7c9f0677171be91a861b4572985d94a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php', 1, 0x00000000000000000000000000000000, 0x7cadcc9da0461a1006da4d92833a490e, 0xa221e793b08248a9550915e009cd08cc534a5c1c92582137976383ca79ac4f41, '', 0, '?'),
(0x9579c48910bc49952115616115a26038, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php', 1, 0x00000000000000000000000000000000, 0x46fc11ddde32147f794376be8ec9f741, 0xb95e0f4e5c53e381ef2f03313553ba6d00f01d68c2173c91f441bd6c6680800d, '', 0, '?'),
(0xfb14dd8bd48f2ae11a5ad222c3df8910, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php', 1, 0x00000000000000000000000000000000, 0x68b75d3fc0dbae6301445568c2ee2f2c, 0xa658853dc84777547771ae6bdc70b33390fa0c43bff3fd94f191d0e05f6a7f35, '', 0, '?'),
(0xd6ba4782dd05fb01309d1e4c4d562a60, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php', 1, 0x00000000000000000000000000000000, 0x3dd8d6f54c793f94198bd070faa56adc, 0x3a2f994d9e4a8ef76db3aaff9adec5b6536b46b13fdd03155a169b6610717dbd, '', 0, '?'),
(0xcbf911a9a3b6097f94e2dc3a4225b828, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php', 1, 0x00000000000000000000000000000000, 0x470cbf116836ee68a6e3c01cf1b3746e, 0x8f33f7627c29918d42fc5b436e21c09ca28d5b667dab912beb95b2239924b5eb, '', 0, '?'),
(0x772343b07ffdc549ff6e54def89fbe03, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php', 1, 0x00000000000000000000000000000000, 0x97389c06c37f7ec363c411ef63582f9a, 0x135af9a873e71f71d5c5b9ffa78632a0119c566a394b43f7eab21c085e2349e1, '', 0, '?'),
(0x5ff7bb09463188e0db0436d907a70eea, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php', 1, 0x00000000000000000000000000000000, 0xd13d311a1117373707f1c859219efc88, 0xa7eb0771f92e54b1d109f7d647db89c2d889dd69d26efea46128cc82724a54f1, '', 0, '?'),
(0x25f1b2a6ef2a5eaab50ae44e19e0a716, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php', 1, 0x00000000000000000000000000000000, 0xe9551bd5f1fa02681a8a738350dc0ccf, 0xc89ec1abfecb17dc30805a319fd9d799061920d70e425f54abe32b6a6543375a, '', 0, '?'),
(0xd1b15496c44550ca8a3bcb08c2cfe153, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php', 1, 0x00000000000000000000000000000000, 0xe85ea1a617169a212b55620e6cc0e74e, 0x4bf0116d7bf589adc9c21a4c99e9da702d0847624dcc450433dd7f222152d818, '', 0, '?'),
(0x926df4dea099421501c663b0a14023d0, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php', 1, 0x00000000000000000000000000000000, 0x45483e07660a1e58ab92238682dfb62e, 0x02b35c668f5a55085ac218c385415365ead4cf2ced0b65e4050750aec1216961, '', 0, '?'),
(0x32497b503fc588c366522ae83e6a4fae, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php', 1, 0x00000000000000000000000000000000, 0xa2f363bbb1db8811d343ea942c153772, 0x88d6c7e1810ad6bed71578468683f1191d4df447a740da33af8ecf6ca774d7b6, '', 0, '?'),
(0xda836d45138148f9f982aa54a87ad574, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php', 1, 0x00000000000000000000000000000000, 0x1e61e5a4084cdc56f31845a49849176b, 0x46662a41fb9d02b11768eda480d4a86036de92f29628ffba06339abaf7eeff0c, '', 0, '?'),
(0xad4cec2fe894d48bd0a4d05c9a10d808, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php', 1, 0x00000000000000000000000000000000, 0xcc99d504de9d2223f41c664ffa701a3b, 0xbb1b5c805ae94b41463d41f17c3b2f221db4331763c93378eb7524d44ef1caa5, '', 0, '?'),
(0x61c57c318fd264662e6518061a1f20ef, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php', 1, 0x00000000000000000000000000000000, 0x73e144ce54f2f9a663d4adf56a4d4af2, 0x35c417498f10a4c3fdade67d8315b927c4bd2c0c3741b9a5afb817c2c9558d1a, '', 0, '?'),
(0x78c550b6ca511a60371d227db8f27956, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php', 1, 0x00000000000000000000000000000000, 0x9a36d42760d57b9867759ffe566ab51e, 0x947b0c378d7c16fbd907d6fe312385191986396af7f5409d19fa2242d15365b7, '', 0, '?'),
(0x2340710f4603d4e1787ee5f022155ee4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php', 1, 0x00000000000000000000000000000000, 0x45bd4166932484b28eae93223de5353f, 0xe19c6d372766d76c1d28371c443da034b63a9e5b44b9be1b077999fd3d891b85, '', 0, '?'),
(0xe3d70110db4ccdca0e7525dfd7725785, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x8945246234258f680e0e51d78e79c7ae, 0x15a97461b22d52297b65671dca1bc7f97d40cfe9cc1781b2e516cf354c60eb2c, '', 0, '?'),
(0x821be3b14f195b2d459289825c24b2d6, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xed8c6d590e64d6f81552d3df596e97fd, 0x7b9d019200320a3916e88fc82d3584aa6603e1a674417b1fc563734c51df26e9, '', 0, '?'),
(0x1ddfeae3fb56d3ffbdd8fd2baef68ba2, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0xb534582b03d7e39cf412f38de51aea2a, 0x4b292d8ebd8e03dd2a9385773d2df55ddec96c06f04c34381c396af59d210e77, '', 0, '?'),
(0xb92ca82b8e4f3538cb0a935bcc5b1db7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x18843702751056e6fe5082001c15f8a9, 0x88018e2d37ffc4dafcc097d5992b87954b392e795c18f365ebd94173ae16c983, '', 0, '?'),
(0x21b54dfa0ee4c84a7a298a922f68c522, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xab3ed1e25df28f2ee6a88e783f810c7b, 0x269287c7391d5d2e30e39fbe9082741c5f818a28f826deaa3a1ce4f727be2b08, '', 0, '?'),
(0x0131fd51f5bd6ab75ee936721bdb2682, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x176cdec7a33e9b9f78c2e29378763bfb, 0xf345fd5b303d114f08dedcf90d2d290d80c3f152c7203935f110e5400692e548, '', 0, '?'),
(0x6cfa72ef0fa3ee6b1b4b20888eb5082e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php', 1, 0x00000000000000000000000000000000, 0xcb7f49d437c49f656b498c5805eaa960, 0x10e59114994bbac846ecd023cc29fe7e09637beb9e59f440a8740f33d25e3428, '', 0, '?'),
(0xb440c6b71334f9f95257dae5c7bad25f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0x794497700bd21c5b7172333fef34ac5b, 0x8e47a63a9280fcb1670358960d62047f87065948780d8c14413ddbc599b707a0, '', 0, '?'),
(0x811fde11983154a2e8175874fe663a9e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x40a6fa1ca23cf93b19c00461bd8dfc6d, 0x0e10b306d292a73d47557263cea20989ef00949a8215dd246b3af4f66f671eaa, '', 0, '?'),
(0x6209534c8707d6fcd6714cc1e1ec77cc, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php', 1, 0x00000000000000000000000000000000, 0xf3be2673b5f567e93d5998c7c1b960e1, 0x2d755d0f8f9cdff1720bcacb4d7fdbe6626b8540146b61d464ed500f70d40200, '', 0, '?'),
(0x39cb6a81d3518a3b85b1b5fff68eb79c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0x0e04addc717a646a1088727ee13d8768, 0x2f6e324b7fe4ea9a0f02e458c3f4578dd5c09d186fb06f5599b46dd8de99dcd3, '', 0, '?'),
(0x84ec059586ccf5da7ad1cb7a6a0cfad8, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0xe851a4a539f1a184d93ad4c3da352d9d, 0xcc1280cebbab70fcba2d19b2a9e2fe8ea404a8855964e7ea238e037cccfd1b89, '', 0, '?'),
(0x6887699d7ba6827ddedca01b9c62c98d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php', 1, 0x00000000000000000000000000000000, 0xe4bf2a6ab29a467a032e70521246ddca, 0x69b1573d1d8b6cdc4d36c5b92b01370b1398968e9fdaf1153ac764160c0eeca9, '', 0, '?'),
(0xe7be9cd32279e8f91fc75232666b6b66, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xbae7ba44e5bc0cbdf24fcb777382b4b9, 0x260f62f29b4fb75641c004dac0ad38cb246f0bf138493dd8e60104b393866009, '', 0, '?'),
(0xfb09a84d80e1e10ad6d20d1ff118f00f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xfea21b2791b1f1a67d71a9a0a1f1fe63, 0x4e04abbf17e58ce0a8795cce49e41e99e3c3fd3653e4d36725ba76107b8b8a28, '', 0, '?'),
(0x1dd95d193725499352129cf7009cd5c3, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x08e0ec45a349117a1ad7b524c8885d61, 0x119372492ef5ccbbc5c52305a5a9abcde175b761a673ea17a8a4942892221328, '', 0, '?'),
(0x36e9e558c5e4232c4eab2eb2be6198b9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php', 1, 0x00000000000000000000000000000000, 0xa4164d8602c2cd9f06fa1beda66dbb0b, 0x4bd45f356420b8a7faefffa6fc3fabd4eeaf337fabba9e5281293909ec22de4a, '', 0, '?'),
(0xcdcd8ba2a764bbfffd32b2c42bbae5cf, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xae853591e471fcdd9cdab37eda3c60e3, 0x866aa47f4874eceb05f4bf719fa7b8858759d53e63d72c03ea1f0f1d4af62c00, '', 0, '?'),
(0xef548a83c8751d7ec84be092c93d906b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xbc2f6a997c775805030e7160163b75dd, 0x184f306430a717eaaa9ebd498b83b04ff503ab0af96f85841a8a515e256e5a10, '', 0, '?'),
(0x481754422c211688a1088ce196a5ebe4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x53854c6afb0de06fdd85c77a75dad4c6, 0x0a53f2539d3a2c03a1de9ffe11c5b02015100074e18ca94efc20b5d7ee899cde, '', 0, '?'),
(0x8c464da821f2b0076ca3464b7502fc57, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x9533754320fe52a031cfbd1f5e201d5b, 0x1143c5d2df487827a95ca55ff218c4b694badf0b7a05820025246e99f800624c, '', 0, '?'),
(0x1daae474071a7ba56869de122140ec75, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xd81d441016721b1ccb9490c391a48b29, 0x4be08b0c70f17a3179029eb7d5b81e4c55414f634f800451a281084e0bbf0e44, '', 0, '?'),
(0xb43418bc4231d129e75d352240f6467d, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0x0c3be2918c99b24f801f6ebd7a2acf2d, 0x39c057b997650b49a198ed1b903f554fe9a0cb477c808d40e461ca34bdc40f75, '', 0, '?'),
(0xed45cd13e4015be3a6749f1fa3fc0a89, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x1b741a923b5cdf8c9b80c2bd9f2422d7, 0xf5da083a906559247a931456059b5ab8976c347364fbd20bbdd627ab2b44e7fa, '', 0, '?'),
(0x36b6c3461b1b1a3730a76fa1208a6ad9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x5778b7b1ab99cb41e4bcf3334a3cd143, 0x32dabdf7ee62d7098923b5149f263eab71ee31eb36b877d149a558ec4bb14b0d, '', 0, '?'),
(0xab57da0b73a25ccc788fc7625d15e0a5, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0x8d7ef9baad57f974caefa5d0d0e0375c, 0x03d41202d4090e931904ec05204bfb80dc96a786b06df4885f5589e2c589fe47, '', 0, '?'),
(0xa353b22ba84ef8999abe87d1d9761a2e, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xee53680367866485abc20a10ac86068b, 0xa950cbece139c44de30cf74f94183e9cd7f86218f1354c15a9e26081714c8e62, '', 0, '?'),
(0x9dea0983aa6cdf724b24a0db8f3b839b, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0xa74c41d02fb4e64346f6d0962c0f7e01, 0xd2e5a1c70808256146c9361f229e0bcb8b3b2b010a62ff4896f0a6fcba64ad0b, '', 0, '?'),
(0x3a3b485816628a40f696b6a3c9d64107, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php', 1, 0x00000000000000000000000000000000, 0xb0f6503c3527c52528186fab22e777a1, 0x0553d9c79119f834f0d0596086ef840162ca36913b05246a3d7f083000fe3e2e, '', 0, '?'),
(0x1b590c0aa0ceac5654a3481ee3a069e9, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0x7fd1ecbcab4b7ad52645ca3f96cfc149, 0x98a333e2df8a2373ac5a0631c9de2f36078bc4e625d9d4419b1eaeda77f8d38e, '', 0, '?'),
(0xb2c436261d785dcb82d7380e44b56ab3, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php', 1, 0x00000000000000000000000000000000, 0xcb9d5df93826a1e89218806d295fa14d, 0x7974fb02aa13560531bcf83b509c696e080ec99da04d6fb50032fbb398841c01, '', 0, '?'),
(0x488f9bc8ff9d66d1748b7102191174e4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xdc4442a70447a199306b8beef8ec45dd, 0x8c9df27c42dddc263d8f55ab5409be47f0fbc962bc06d59ec2144e36bd5a4e80, '', 0, '?'),
(0x1c0ba4e016b74d316651979446e15b5c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0xc74b35c3f3ee64ac6f1e45ba8d6fb148, 0x8aae322b988e236a29586fcb3cc957d824acc3a57e6401d26b420c79d35cf002, '', 0, '?'),
(0xa8d7e9017db7a4b2a39cbc64e33ec269, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x8631271ede7823b04f58ad50c6eda7f9, 0xe08cfb60840685bc5340ab0ab31458a11a523964cc3f4ce1e16669bbe6bdf947, '', 0, '?'),
(0xfbd54be6c8206c0eaf523be1ef322348, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0x01f4c90e652b7bab525f2c2a120952ec, 0x5474f67ade8f1f2d90a1af2073e1da9c0fdc2b1d9b46e75c4d0f492f6b576f10, '', 0, '?'),
(0x23c1870f25bb871e0cc5f3229fc9d7d7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php', 1, 0x00000000000000000000000000000000, 0x4c43ba5822f40bdbdabcd5895df3fe42, 0x8045c4887aa26506a08d31acdc402ac283d631d617dc21acfa8a004152d0bfdd, '', 0, '?'),
(0x98000deca6f226e3d4897a9931193d30, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xdcf7e45c134a470b19e30383d2077796, 0xb6b45ae9ee0619e1765821d0f1f25888d4622edc83d735615a067d708d0d3565, '', 0, '?'),
(0x67cab179dfae7f80d79a44cfeaece2dd, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0xcd379cd06abdaa537768ddfd96a6bd9b, 0x65eab3385c87fdfdfb3171a3ddd266e32fc50ed3089b20f38420547d15fc2763, '', 0, '?'),
(0x142af2b236061985011c6228a675ccad, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x6048a471cdc2b36a45c3e40469395a98, 0xaf7e449bb0d525d07863f0193bf4556ac2f9020e3b9c18b3531948f59465b7b5, '', 0, '?'),
(0xd0d91588c5fe0a7dc9f5a70e599b5e74, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xddb172f092918f14d8678f26f3687ec2, 0x7b860c358a8bb95d5d3ba92a1d2f5e1b988281b6077a70f17662af781fae4d9c, '', 0, '?'),
(0x6bc8c31df4c11c8a113ef479359982cf, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php', 1, 0x00000000000000000000000000000000, 0xa6fc4c782ff78f52305f722782883cd9, 0x44cac2b4ea49fccced9ff15c42ddf12d8a82a02e477012f63aed48ca9a57557d, '', 0, '?'),
(0xb37bf5043a1dc719119487aad906bf68, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0x8dd74622ea87bbff79e005d9064fbafe, 0x3f8fdd35a7807ba82cb6a411d23b9572294580865ad4e4f6e865afc327a5a6ad, '', 0, '?'),
(0x90ea9a4dd7aa923a7cceadd06507c0ca, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x72204accc4d1a7487128319bd6c5d5a5, 0x932f95a65346a494222015f0d9f7d3e24a8f3035c91a0ee5370302f71bf8e700, '', 0, '?'),
(0x3ee2949f80ff5b5854b003229e4d97f4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php', 1, 0x00000000000000000000000000000000, 0x63abe4a94a801f6888ca9e74c95628c6, 0xce12e085a4ad0b321c0a15fe49bf5f335ae07f166bf0e72610bd59d4f3601e4d, '', 0, '?'),
(0x67efd4f18d2613383566940384f84ed7, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php', 1, 0x00000000000000000000000000000000, 0x9b4b8ec6a3984b3b1aa72feca5c9f734, 0x35ec6e0ed173f8f9c991c456d980d9df8d4ad18d56d91c93207833dd1adce466, '', 0, '?'),
(0x81940ec5df0f44822ab96939d2277353, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php', 1, 0x00000000000000000000000000000000, 0x5c27c3d0635c7088763f7bbede8a2c5e, 0x5380ecf2bb395845e2ae93e5a76152ed1b8032bd90d21988086591e78bc0e18a, '', 0, '?'),
(0xd367c07f52859cb048b2c4cedd46db2c, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x054ba0ae28b63a66b02501987039a22e, 0xfdce09e6a4ad2d2b35adaeb7792dcdc1727622a982552dd4a11d0b98c7de9b55, '', 0, '?'),
(0x0b14241ad29dec6ff459e9f2a1db629a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xc198a79764217a9e0f19ea9e21cebb60, 0xf305803251c2c5b065d72ff09517f3873c54c8aac37e1cb36f51db9132b82ea2, '', 0, '?'),
(0x5f9daa4f0757556cee26b332010697fd, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php', 1, 0x00000000000000000000000000000000, 0x81a5a41ec190b50665b0edecedad23e0, 0xa3998f312940efc7fa972dff43656383f4b18edcfb6f0ed127642cdb0bc9cae2, '', 0, '?'),
(0x11d055804ced060f512f43b4163c7dfd, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php', 1, 0x00000000000000000000000000000000, 0xd4f2cf6643d8256a8b71f9cf2147bac5, 0xe70dbff6f5a60bf5882ea2361d28a8df4dc9f43e87401981514c8f1429ffe8c6, '', 0, '?'),
(0x5dffe4610d08b2d1d486d15624b659a4, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php', 1, 0x00000000000000000000000000000000, 0x4b5dfe5d1994ac3ff38c32121a31df8a, 0x3ef14713207d66a2dab514ae256008b5029db80bb8c80f495aa64cf344a01966, '', 0, '?'),
(0x303d228ac6ec722a7607966f6749f786, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php', 1, 0x00000000000000000000000000000000, 0x912ba1952685660f0c9534a3bbf72d02, 0xdf183ccb1b8df61dfdd285777a9b30e473e7678685a09926fdcf740ad098b361, '', 0, '?'),
(0x85a4c2fea9b43ec3a6fe0661989ff687, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php', 1, 0x00000000000000000000000000000000, 0xdff1ba5ad1762d7bdcec9e143f603ff6, 0x117ebaa21fbe445efd9ca914d2c72f823c9ad5a6132608f14c30cdff933d212b, '', 0, '?'),
(0xfb4582618ee4dcc7b7a538752e2b2d5f, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php', 1, 0x00000000000000000000000000000000, 0x885bad2f3c712be786308a050d630bf8, 0xec1f5af9189bbdb6a11e4b7cf275f9fc1f61593c605ffc9535bb2774c554f9a4, '', 0, '?'),
(0xfd7b49023453212e050552520e813613, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php', 1, 0x00000000000000000000000000000000, 0xae29b1ea6c004852ecbaeafbfb2acc83, 0x980af89dd41253bbb75b409aa1faf933a70d73c8bb39effe3a92cf70154c0f3b, '', 0, '?'),
(0x1de1ffad24628884a98dbf5faa38931a, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php', 1, 0x00000000000000000000000000000000, 0xb30a9734ffb2026827d84eaf9b3b5d26, 0xf53d2ee22f389e4650feb541a4a3a16d6d22ad37a773c812ddc6a90ba108f6cf, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd450dbf7cebfe6e24a2254dbb321d2a5, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php', 1, 0x00000000000000000000000000000000, 0xb28835ef5cb8874a3783c7c0c5b922e0, 0x3559da57ab692f0e46a3827029d9ba850cd31d36e41533900f2d7d4fdee151c8, '', 0, '?'),
(0xe63410471224a58bdd4905f64c4be628, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php', 1, 0x00000000000000000000000000000000, 0xaba701163c23952e53cffa4ad7b6ea1a, 0xc58a2a3ab8365828eb5be6afea3f0244ed7813f070e3ff5f7dc3f4952aea4724, '', 0, '?'),
(0xc3d70b47955ce8eac3d92f07019d8e29, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x6c43e0ea14ef033063c97b775acd0091, 0x8fe139cdc82e1152bfc2b70807066b243cdded7223231020b271405d982604a2, '', 0, '?'),
(0x01516adb1dd15f081943702e81f02158, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x980dfd8b8d24ffdf55dd5aee16f4471b, 0xf5865ddcd283635aef4d0e84bc643fa978ef1716e363fe1160eafee8b5bb3674, '', 0, '?'),
(0x94ceee4819e4bfaee349f1fef4be373a, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x0cd2c557aba26246ef86188f882a53b2, 0x509a539d3ddc32d7ae72eb0fa9c529f6418b0be426c3a26b2d087595eaae81e5, '', 0, '?'),
(0xbe62a69d1bd878e52c0a81055cd5e8fa, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xecdc4a51c4285b588284188cb51ba212, 0x76c6f7f297c75b49ef02cbf979256d636f86128b085563e977d22b0ec4fd567b, '', 0, '?'),
(0xc5f24110209cb00dd17d1c8a671c2765, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0xf932938065310f16eed0470d02e41533, 0x2e4e10f3673d7e89505cdcfa094105534d1664e1c64aac5339842cf436a0c497, '', 0, '?'),
(0x856fa05ff9878a0342ee2adbecc54cb7, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x1531581db7c96ddc30a10b6e1df1cf89, 0x85bb00b92bf71bff8b549e9df1ad235a04894ef93f7a65166ccfdd92760364da, '', 0, '?'),
(0xeca3b3e1bd0f035bbbf473bece089492, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x7e1c1332c6434c46725456a488ce3302, 0xfb3d3549ffeb3b928a3ab0b855de52a578b0058a7a06a6967ecb5eb383928995, '', 0, '?'),
(0x48329bd8605e20153aeaccbaaea0a253, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xd1c7f54a71cb105131c0c22b20619bcb, 0xe9d783943b5a1e29a5acc1efad2258ac8213f258f89ccee2bcb4a49f6ebee8ea, '', 0, '?'),
(0x563198844165ba91c95991012be8a256, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x848162d595f0d1be36e2e44db4b5a877d21fa1958b1cd55559bccab27a9cb0cd, '', 0, '?'),
(0x6d03100cbf354e99ab67cee809a18da7, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbbf7ccd675e68efff43ce37bb0a25c7e, 0xa297691fc2732cd0c6c6e441c517f5db8eb4ad8571a04eaf9572057ce18f063a, '', 0, '?'),
(0x537b2201278a83892a985f235094729a, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x6f338b7630aafc862d33216dd64a2430, 0x144421f102a9c87d4f4b61f77699cd46ea9cfc3dc0a3722d2cd9e22e2b1f871e, '', 0, '?'),
(0x9c325689507fbd470a0fd4b1b84b9d6e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0xd3321b4b634f612a98acd08e08ef6e74, 0x233ea5c7925c18fcd8562894ca4dc5065e234552be0adfab49d8fba5dab8bb1b, '', 0, '?'),
(0xee287a5938f08051f1c24f13561b93ef, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0x36ecb7a8e416e9633b10e677fa5a639e, 0x4e45a47c0b8cde6eb064cab63dc4c68434d51d93c574ff39fcc126cbae86708b, '', 0, '?'),
(0xce2d0a925e6606e8a4eeb05f79723ab2, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x9952c5877077fad22bed15fbe04a1ca7, 0x563af0b484016b3968071b26fe76b6979d16bb8806e3e4de1a5cbfbfd367a197, '', 0, '?'),
(0xc11d1fb566afaadfef3371429cd1815e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0x67921f32b8ca0b62c1640262b48a1055, 0xd03f2f2b7f4203b03a543cf05b166b126dffc3d52ac7c904a6a573e26dc03006, '', 0, '?'),
(0x99b6c258dec2dd28123e56124d78bdc8, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0x5e3c419e4f8e7648764eb17994799e92, 0x933d68f0323e1a07282beb110ae1c01d238c255b15c95c0b07f8a66644c88b0a, '', 0, '?'),
(0xd5fd2316131c57a0ad24c83a04d723f5, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb4dbdca4de39177941fbea19855eb74f, 0x5eb72e4f4694a052d7150ff96c9f91eb024c9c76172eb9ed48e6a2f3483a7d87, '', 0, '?'),
(0x584e787f0cfe4d7554cfd40a4bd410a5, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x18c8727a9457cf6d1f382b4cb394979f, 0x3cbcb2a3a77962e2e8d6c58afd0906c8add29263b358fdff98db9fd81a0c7f34, '', 0, '?'),
(0xda51cee6dea8f35918089d0024d0e675, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x05c56fd9333579c08e4f00cd337fd336, 0x17514ae306b034cf8bd8394fdb1cc5fe9b7081a973fd2736604b51005a13e44f, '', 0, '?'),
(0xae2aac84b680c94e497a6c8677b7dca9, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x08c37d2c428e6970be2f5d19bd26578b2905d070eebe3b1fed0bef1da52a5882, '', 0, '?'),
(0xe88efbb782c881ceafea3dac7b4fda92, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x051eb154eb8774661bbe11885d248323, 0xe8d14eec10876102da3769037686a291c5ab63445df325aa31eca7cffc31729c, '', 0, '?'),
(0xb2af6ab040e2986bde4340e93a489640, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x0eade7e36c32b1b98a70483348ca98f9, 0x02bce69946632a475f95703067d4be2270a2118544c6f0c402b2d6fca20b35cd, '', 0, '?'),
(0x0566e8c3e7be553317a3f53ab105c581, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x76758072b78fefc86373ff1161d814b8, 0x4245b107d5c260e669c945c0403566c7e97a8bf826a8f55a05ac512036a2fc42, '', 0, '?'),
(0xeaf0ac01784b95e7a446e9830e2d97cc, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0x9880abac1604291747cf3701bee45b4a, 0xc431326a1fbdee13b7b8ad4e1908769f03baaad8c937e2ae88310bb5b18d6ef7, '', 0, '?'),
(0x4d13a188927c0b717791ab901b5b104b, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xf01b7ecfd5c277c8632f518917fd8512, 0x0107180b5750112dc764b9379cc02f4e773e593b8623eb29460555cd95da61be, '', 0, '?'),
(0xcb90b71c29738c25e6fc083fe7936673, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php', 1, 0x00000000000000000000000000000000, 0x52e7d83c9bc8cc573ba37ff770b50cec, 0xe6b367cf6b81d72ef4bacab35f7789634c54a75732d141e3253d9f5485bfc1b9, '', 0, '?'),
(0x97135e0c4ea6e40cdc5fbf3c74bdd431, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php', 1, 0x00000000000000000000000000000000, 0x05269a24991f95c28cead841ac0b7a13, 0x7bf590e978e3599a04e28d41603611ef1e02ca6c107578d4f22601a0219127e3, '', 0, '?'),
(0x328548c72e8468d5336f61c6f6d9b673, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0x82333ce1878d75b9393251cef74c33ac, 0xdc9fdbe79ea8556f74ab1a28264f7c48072c0467a2de83e41756a258bcc44b96, '', 0, '?'),
(0x7046c5aaeedd3631e751758a55956da2, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php', 1, 0x00000000000000000000000000000000, 0xbabe9fcc334d0b4fea85e9e05f4d552e, 0x52d7c1aa52b7e281093fd8c031c97c7d359366205978ef033faa37d748522b65, '', 0, '?'),
(0x2fb6dc2c1d38a7580514e8974036e20a, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php', 1, 0x00000000000000000000000000000000, 0xa9a2fbcbd5dcfb0fdfb3feaf5c7b4324, 0xff6ba9b33ad40fe755520479e763dbf943f3a32d5a460e5b8560bfef5c16c950, '', 0, '?'),
(0xb32e839f8b776c4d8ed3bb5df34be006, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php', 1, 0x00000000000000000000000000000000, 0xe85129b6991bc6e91430d638b94acaf2, 0x33c12a6cf39dc8bf179afef552b2c4fbbc7b6e0c9049abd7a1a7ac70dd9140dc, '', 0, '?'),
(0x9833ff3ea2780dbcc593be76cfb66492, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php', 1, 0x00000000000000000000000000000000, 0xdf6789b4bd35f2bbd68cb5faf46d79ad, 0x8ae5d81fe9622dc017e9e8c11696fa302b0bafa3d658a8a501764f94e8f09546, '', 0, '?'),
(0x700c9c2af7794c77bfd234223d083e67, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0xd6001563130d4d92f1b58eeb714c117d, 0x730cb4d7c3c98d61975d109a27fb99343e6ea8df2c8c53e6ad20cc451e087586, '', 0, '?'),
(0x7e79f547bb4c4fd7748721e40167323e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php', 1, 0x00000000000000000000000000000000, 0xc04d0b15ab275748b0d51ad596ab344a, 0xbe99c773d49d11ea0e36a0e958f987c3338802b135efdb132c6d7850e846c9f0, '', 0, '?'),
(0xad289801806708761e673ec1ce1a0d45, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0xd89b4dc299c87456f210c253c6b94e22, 0x6bd6eac10d8093578a241de5376d7e2eeaf478765a27809ec78d131e686e9756, '', 0, '?'),
(0x4caa4d4dcd0b0f6980ab039126323ba8, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xa9d3c230da1e74e747cf37099bbf3dfa, 0x60a6529fcdfb68d9d45e6e74f48e8b0b6173469c1d0b3bd102bc7d9ec5a00188, '', 0, '?'),
(0x964e8687321b299af9ddf967273f14e6, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x0dec3a7152df237c1138075adba8f77a, 0xaca4addef4808c8a31ea2df145b974b0457e381b5afee564ba14b9d114233ade, '', 0, '?'),
(0xc8a876cdf2a9280cb494c70b0f398762, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php', 1, 0x00000000000000000000000000000000, 0xdcf7b821573f91b31bf52e9f00e494bd, 0xd54afa50d39e4e8431ee2bcd6997d1528eec9b04ffbf4da3e042911420a46787, '', 0, '?'),
(0x9537535cb6b8c2dcffda5b905ea998c0, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0xf689afac69023ad70c4239acc0594760, 0x096f0c714b7808ec278404e8631a31110fbeeb0c95b632fa5df3f989b4622f0a, '', 0, '?'),
(0x8a7d2c3a28f989c3f00ed840e04cf160, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x93f20d7dee241a3a2acfb9f378d0446c, 0xb3f1fc75fe536b4998909e75b7da3956758126f66b08e45c93d743731e711043, '', 0, '?'),
(0x6d2bc2b71681989e74ede2cee11a7f50, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php', 1, 0x00000000000000000000000000000000, 0x2ff33484d4b21748efdd577c6b6a45c1, 0x6bf948d696e9e0e93df038deaeb19891d4db940bee9c1b1da40524c38c138093, '', 0, '?'),
(0x913007ba5ae0a7950f95e069e7a1ee88, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php', 1, 0x00000000000000000000000000000000, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0x90409935d22122e6718ee684cd3f6e18f85e7f7f8fcf66c570fbbb64e2785e6e, '', 0, '?'),
(0x10cb5fb5e1cf27dfc5519cdbb9466781, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php', 1, 0x00000000000000000000000000000000, 0xe0684f44ea745ae64d56e6b3a1a76712, 0x77bf20d546795e104177e9f4301cb981d2cf27d8eb5e3bfd5d3701b705a1fcd5, '', 0, '?'),
(0x19b12c4bd62c4ca5f0c84c270ec474c5, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca89bcf988c8e4d13a39d5febb985331, 0xcea78ee0e5e1a2271127cf4a425685e19596b0791101da10c0eb564db064c91c, '', 0, '?'),
(0xfa64e1903be3b176a0450aa4e4d8bb4a, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x9044f074880bee4ad2d17f1097055e68, 0xa964714e728e0371602e90780f3cc8941ff1845c168476efa78f864f8951bfdc, '', 0, '?'),
(0xdb869934cf298c08937ea436e4a8954c, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xadac9db8a35c6892151e065e9eadd8ac, 0x213714de07bf97b8c95575df11f857099cfdb48d08b2e4b789b3116a6a0b7e45, '', 0, '?'),
(0x1691707048766b35dc76312ba6ae775d, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php', 1, 0x00000000000000000000000000000000, 0x4a319fdba69140a62fefa489a34f3b58, 0x4e94b52beb39cf8367ebf09f0c75680bd3e228fca8d445ee7e28af268a16162c, '', 0, '?'),
(0xeb8e248e55da650b4e3881522fce56bb, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x4bd9450899694acd4aadb12cb899dbe3, 0x96ec36f2de5e0f0381489140e94813dd027f83132093f1476db48502254f477c, '', 0, '?'),
(0x88f4e10c6e3d5fc46f31bd0a0aed0858, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0x2648cdbb073317f8ea813383393aee2b, 0xa71a4a3a5655810e4f981fd9fc8ba52ebd3a350e7fee01a89cefe60b4a31b406, '', 0, '?'),
(0x0135f6644a66c923696d224f8289fc3e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php', 1, 0x00000000000000000000000000000000, 0x906713cdee957a679c0c14aa26c8a580, 0xbe3430980abd9f024554f4430f5ba5f8dc75011c260fa0cf264257530083b4bd, '', 0, '?'),
(0x2cb56f0b90660cfcaeb1ab7070f5afb5, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xa6b829b5cc2644e0af0e0cc7a55a5b95, 0xf18d6b3fbb0005f0811974750235de60200ea7853c5b531be3b6aa486a8d733c, '', 0, '?'),
(0xd646ad330452b753aa3688f9a41a160e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0x418b48dc402a57881438b3bd5b22473a, 0x26476e772bcf1b55c125f7cfdaa1e136ff10bfa2c2aabe12581740a6e9368fa5, '', 0, '?'),
(0x06c2633fb89699bb54424e9930720a73, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0xa0717a0ab4fe202dcc050b0aa46e375b, 0xb29fc8e37ff32c2ed4ba806fc2a64b7fd65f754d230f183401158f164644cf56, '', 0, '?'),
(0x6201d581d502f0c1f1b157a823d70785, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x55ac4bb5f9a26cd93e5fa10a1f5132c3, 0xa30cd4151193bc1f4cda6df9fa36037ab935df89f1861e113accdf886ad28756, '', 0, '?'),
(0xe405c8d6b6bcce460929dbbde671d6af, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php', 1, 0x00000000000000000000000000000000, 0xfca847123bd40f001e1a893cc245e817, 0xbed032a227270bfbadc95d801654dafe1ab65e21e062d736a4d97c2608d8b60d, '', 0, '?'),
(0x3fbc371a1b61c6e4a2bb4f1ac0c98b70, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php', 1, 0x00000000000000000000000000000000, 0xb8ae0f0bb00cf2811873bec5eacef6f6, 0x19c1ff463297f3c0c0754579b81c9545a02c27f4ba6baba55210e5f48f976254, '', 0, '?'),
(0x5ecb8dbd44ba246d1e3d91950983846f, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x1144f7cdab644cac7b033a32b6b3be97, 0x0a379538f466ed93adada2ca7a9e0158dc5d3450ec6e839e6663a93c2f823f65, '', 0, '?'),
(0x7efdf5b24cd59323a5e0d4aa9286df39, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0xe87627ea37abdec8a9148bdb25172d10, 0x491a03750a88180e337a6baba5d4bf81eb73cb83a1c9d38ceff77253444e73e0, '', 0, '?'),
(0x0a9a31a451fefd49bc0ed7496e9a10af, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php', 1, 0x00000000000000000000000000000000, 0x75f6e7e6ed198cce7901d063465c1c2f, 0xb8f0b8b71fa27e639452b91f79f631ad867a2338a36a7fdc90bb212b90c5334d, '', 0, '?'),
(0x6c7a7df9630f03fe572cc8723ddf5a29, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0xd4b43ceea144a8327ee0ef440c83bf8b, 0x8e5085a59b41cae4c92ddeb8678b981156f105b99bf37cfe81c2ce60e9544b77, '', 0, '?'),
(0x700dea700f0ba52c0f1261bdf17370e1, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0x3f09c98d37706bf0cb82e8879660eca1, 0xeeb268c45f6cec8eab46ad9fdb7842c7d682d7c6bf2e30319e066139bb266a65, '', 0, '?'),
(0x1ec00e19925466740b6c1aad5aff3e6e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0xa36b94212547cd38bb7857f030258a01, 0xfd2e60199892c876190ebfbcbee0e03573f3052b32cb7f86d3c407724d5c40a4, '', 0, '?'),
(0x83a4ea1d6e94c90a86185918a95c36f6, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php', 1, 0x00000000000000000000000000000000, 0xf39556e79626c112f45d79399f9bbf9a, 0x314fe3ab22494ffc9fcf1c7c9a219ebaadba97a0c42ad8fde2a71eb005511e52, '', 0, '?'),
(0xf56eab9be6cff0858972959afb5d3e7d, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x0c59600f6357c91a23038769fd848810, 0x15337c6923ababbf0b3244bfa0756a349c9ea11064c5b002f9e95406cec67d3b, '', 0, '?'),
(0xd0c22a48d6eae20940eb2d1756e2ff4b, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php', 1, 0x00000000000000000000000000000000, 0x726fdbffbc9cf405810e5c912e281465, 0xf9948c9eacdeaebf5a37549201b4cd226e5d81fa14d4915d9ad410169dca8f50, '', 0, '?'),
(0x80bed35c51d6b7882804266d996e735d, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php', 1, 0x00000000000000000000000000000000, 0x24a28d438fbbc7774839afec1ed1abd9, 0x3b46a95b89a4339c5e81328c568cb45641d18b9af282a74258e2b6a85abe298a, '', 0, '?'),
(0x8c548c06186c5deea15d837483e18145, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php', 1, 0x00000000000000000000000000000000, 0x847190da01ae741e44241753f23cc1da, 0x2046a7f9e6a8b94fa0389d60b135bce38ec69abe71697ddee65791ff6208ddab, '', 0, '?'),
(0xa7ec07715ae55c037abc8d4a0eadde7b, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x5f7cef791a1837874c931193e307e5d3, 0xc23b2ba6fa179fdd1290c99e9351b76b538e6e20037ae03ab45ae99ec1aa66fd, '', 0, '?'),
(0x0114e53848b181589cabd86a72e30a40, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x005c78d855fdccf1cfa30af985495c46, 0x4402fd59e9655e9d9d3a1c1c2605cf5e08523cf67b76643aea19fd55927bad38, '', 0, '?'),
(0x4db0b3a80421f2cfada63c6f18f4ab6a, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x219f4a97616fc7f9bffcc312fa6bf1b8, 0xf2a1769d19247cdf936fc320afcaadcd74dbedafb84e449c45011049dd287af6, '', 0, '?'),
(0xbd9138fcef8be4352ac30f935e02fc29, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php', 1, 0x00000000000000000000000000000000, 0xf94bd1d051bac09f9538b8b8720084e6, 0x543efa980c214c2f34e7209249e65306dce52f642a060eba3678aa14660af271, '', 0, '?'),
(0xc251606e7aad404dcbfaa6df23921511, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0x1915a39780656e4b1966b450778549c8, 0xf131f7462e67e8ab8294b49d43c1a806b783d42007ecda1235263e294d0dda93, '', 0, '?'),
(0x66e16980b359058ba6116440dcfd8d3e, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php', 1, 0x00000000000000000000000000000000, 0x3dfd2e47b2642ccd99508bfed0a34a4f, 0x7f4a0f0d22df6aad3c3bd3143426410ac3e4fcc099143579e215c99c837c27e1, '', 0, '?'),
(0xf81ead72fc59ad9bdcf54c12edf7c326, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php', 1, 0x00000000000000000000000000000000, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x99297e57b8a04372a0ceba0fd6da3fe295ebae242c605db440db4431bdca7070, '', 0, '?'),
(0x66690a96336c0bae5e9028ad9b684274, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php', 1, 0x00000000000000000000000000000000, 0xfe9b95a880a032253dbfdbc0f714a25b, 0x69490c361d39dc03dd53c8b29ce0f1889d6de1af5aed97199155b13b5af3d67b, '', 0, '?'),
(0xb5dbd47cdc824824c5fd566eb7165bb4, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php', 1, 0x00000000000000000000000000000000, 0x7723d4a9d426df820ef8c511990bcf00, 0x93e5dde41cf9c340095074b5d8193ac14629534bba1d33084362620a08e17240, '', 0, '?'),
(0xf647bd1376cc6745a47ba174b76585d8, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php', 1, 0x00000000000000000000000000000000, 0x901466b3efa95516c196807277518b8d, 0x4767a3b284ca6d41e7813afe9fe80690d1479d940c62b68986c365f59b4f764d, '', 0, '?'),
(0x57e43410eab0092429fd168083a8dc69, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php', 1, 0x00000000000000000000000000000000, 0x8d3a6bbec3af72c07b93ccf935d0acc8, 0x21c08a429b43cd90365b8a8186c5dbc973810805bdc95cfa220e2bc9d2d9b878, '', 0, '?'),
(0x3ef2a08615a45d8b310ade8213c9e57d, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php', 1, 0x00000000000000000000000000000000, 0x34a3e6eceb3f983e1f034145a2e75410, 0x825bc24f88e85998446f6fb822e0e881055ec266a95a5f7e7d9ba190e41cacae, '', 0, '?'),
(0x72db0b86e4a4bce8bb5148e47bbb2e2c, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php', 1, 0x00000000000000000000000000000000, 0x3b472ced8b112027d67ece4e83328eae, 0x726d424478ef47b30633d832c1c3a12f48123a0cb53ec13c1379c60d9c4add08, '', 0, '?'),
(0x44ef2b92b9d07911e71ea1a9f468fcaf, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php', 1, 0x00000000000000000000000000000000, 0xbf7b9c2ef93dd0cfd72e163a09e070b9, 0x45cdaa3c128820111eec9b7f545c65d96cb28cb88a24dbb69b0abb1c92af522f, '', 0, '?'),
(0x3b4da3c2db8cc312796eaeb17ba626be, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php', 1, 0x00000000000000000000000000000000, 0x4a519c4e3075261d38fa0d7f75d02e45, 0xf6cc9e6649609f49336c08d0bbc35fb332209f4ae93c33567892a01c103449a4, '', 0, '?'),
(0x58b926dbd297b9a741ba0c8e004ae739, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php', 1, 0x00000000000000000000000000000000, 0x8a6c81f360fa21ce27af95a8c4edf0ff, 0x84e4a974e2524dba57263b415326bf18afa6c3a963534063f5669b230ed1d294, '', 0, '?'),
(0x96a90196a5c8c4643bea1964b36d05c3, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php', 1, 0x00000000000000000000000000000000, 0xd20c9f101952bc09543c1a1022eb9bcf, 0x2c1e83abcb26140881ff63e3d349b815987cbb29d128f6e781d51e72b3756bfe, '', 0, '?'),
(0x5d8285fae3275defa00fcb9fc9eaac41, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php', 1, 0x00000000000000000000000000000000, 0x62d609adf585aae51703c81843a20ff9, 0x2b08eaa307f37979141b87742f42d3c442b379b56e729874ebc5ab03142e1360, '', 0, '?'),
(0xb2df6088266b113ce6e5a011b0627d29, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php', 1, 0x00000000000000000000000000000000, 0xa5ba796c6aea2a45e2c21c0d0488a7fd, 0x6a7c3e07243d1d6a8ed4839b7cad8c9c7170f9ad173b1d640b27229969ebcd0f, '', 0, '?'),
(0x7ce232497d70ae86a4efbaa18060e617, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x5b86144b4235dd435ae390a2d2b497e1, 0xa169ee3ea5b608132ceeb24e3b16226bc2f5cc442d7d83f583b574e27a8ba04a, '', 0, '?'),
(0x6173aa0fb49ecdff8bbb1f987c0ef44a, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0x9f968a5accc656ebb969b6a973f43610, 0x619ab8f7d8bdab55afa35a22283573dd67e300f3d2755944175b04c5f705acee, '', 0, '?'),
(0x6db46575756fe8916552338fdec9a678, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x3a902ea57f57a8250e371ba6ea40c3b1, 0xeb7140f88c77a80610ec348528d65d9587723483f57792cf7eba23e00d1af2de, '', 0, '?'),
(0xc4aef0f12863e7402fa5d6bee3ff0b83, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x8694cf6882b28ef2c24c444d290682ea, 0x30643fb08664ca1bc3b1e2a053a10261e8e297640ce9a40e3fe4de8f2a866495, '', 0, '?'),
(0xdd802fc67c6c8d049317f3a0c876e669, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0xdde87a38357aa58a17128df6bca5a554, 0xe0c5a621ea1ac4457ca0047389bd03bcf5499dc5670bf5df9856a434e171a74e, '', 0, '?'),
(0x5b6071c1986c114b211c939b3d7d1aec, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xbf303071ee88d14c0b9f4482002698a0, 0xdfb8830c336b3d34b444d253172f1116b26f66f4e9f16a020512c40869edce16, '', 0, '?'),
(0xb4e47db709fe48089aa5e935b813d94c, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x77f0ea01e2cd3a2848d1dec182b2c9eb, 0xa289a39c2e78838532d0b6fbf8ed3d3222ee7f23d085a64afa2111e17b690951, '', 0, '?'),
(0x89d476dd37dfbd9374681ace0f8d04b0, 'wp-content/plugins/w3-total-cache/lib/Aws/README.md', 1, 0x00000000000000000000000000000000, 0xba488fa85e0002cea5171ba27e0bc6fe, 0x708dab02ccc4f20e8baadbf463fefdfada2d26528918e167f8e4a20c7b19e4a3, '', 0, '?'),
(0x626e392e4a33c4029b1c697c020ba058, 'wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php', 1, 0x00000000000000000000000000000000, 0x46df1d7ca1df617af8638ec822eb1707, 0x3a38c7bc921a89c98c0917aa2be8cb3dcf0f4d10c38f073bf891b368e3de94da, '', 0, '?'),
(0xe5dbcaadd55b9b5082a993ab396c0543, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php', 1, 0x00000000000000000000000000000000, 0x4f116d439fd06d64da5d3cb2bd765439, 0x43869e5092ce7f3066896163268f8d4a44d36dc34762f4cd752c73a6b906d057, '', 0, '?'),
(0xeac9ef1504a8f5fc5d8d973ae02fa8ab, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0x59a3e49db021b1ba3392d08f07754319, 0xe5f9fcf5e518fb51ac8d8f74cbd87d04c711a86035642edc2a5644c838f0be0b, '', 0, '?'),
(0xe4adf3b2cebe28c56d65e0db7f4fae2e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x8af307569bc5483ea7df423555672cf7, 0xca6399ed386e6b78945b11af30e9f406eb472d012b2f7c4be057667a462fd2f4, '', 0, '?'),
(0xc1a5be359e3bcd442bb6af29e4cddcab, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x0cd2c557aba26246ef86188f882a53b2, 0x509a539d3ddc32d7ae72eb0fa9c529f6418b0be426c3a26b2d087595eaae81e5, '', 0, '?'),
(0xc3c4d9c264fe35eaf868a733369a7f9a, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xecdc4a51c4285b588284188cb51ba212, 0x76c6f7f297c75b49ef02cbf979256d636f86128b085563e977d22b0ec4fd567b, '', 0, '?'),
(0xb9a6bd9ea0d4ffbeba585612b37872b1, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0x3ecf615008dc2288a86bd2f77d1ba5ad, 0x2e4e10f3673d7e89505cdcfa094105534d1664e1c64aac5339842cf436a0c497, '', 0, '?'),
(0xfad54c1243ecb34360893248d8b52d94, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x683c055fa72355f8d7b37a3a9f1fdc18, 0x07cc25a118fbfbdde100614c826595ab18e4f19c2fe4004320645e6d1a34bb1d, '', 0, '?'),
(0x0b645c7bccb4d8cb1b6169c3276b99c4, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0x5d502016856c146aa47d0bbed5106ee1, 0xb92e64e30250831038849f9df5dd77188c99435d835d9daa4260ae73c7ef9f53, '', 0, '?'),
(0x3f4465658f0a19e74f61d32ecb6f2d4e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xd1c7f54a71cb105131c0c22b20619bcb, 0xe9d783943b5a1e29a5acc1efad2258ac8213f258f89ccee2bcb4a49f6ebee8ea, '', 0, '?'),
(0xac39ec435043089e2a3a2c88dd5711d6, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0x4c3a541bc2a97f9278417c8ccd49a256, 0x848162d595f0d1be36e2e44db4b5a877d21fa1958b1cd55559bccab27a9cb0cd, '', 0, '?'),
(0x9a77f107705340aede92992f547616b3, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0xbe57c551f72e6faff7af43b4bf27c95e, 0x845c3c813bbcc2724efad4ee228e6cac3ea38721918caef757d7cab3f4a6c804, '', 0, '?'),
(0xbc16f2296932d0fb2f22362b0fa81ceb, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x96e3509db51ccbaff2e9a801bb0d4e37, 0x296a040e0da88090143c00c6e570fec7db888ef1ee6b58e52b30ac40f4109947, '', 0, '?'),
(0xef19bb3c7fb1001d8dee77dbc73b8d86, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0xd3321b4b634f612a98acd08e08ef6e74, 0x233ea5c7925c18fcd8562894ca4dc5065e234552be0adfab49d8fba5dab8bb1b, '', 0, '?'),
(0x87e71f7356b45700a888246995686f88, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0x36ecb7a8e416e9633b10e677fa5a639e, 0x4e45a47c0b8cde6eb064cab63dc4c68434d51d93c574ff39fcc126cbae86708b, '', 0, '?'),
(0x71870ad36d13fb4c8966a792cf4f3774, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0x9952c5877077fad22bed15fbe04a1ca7, 0x563af0b484016b3968071b26fe76b6979d16bb8806e3e4de1a5cbfbfd367a197, '', 0, '?'),
(0x1e35c15e8b7204235b1cd1260a2dfcbd, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0x67921f32b8ca0b62c1640262b48a1055, 0xd03f2f2b7f4203b03a543cf05b166b126dffc3d52ac7c904a6a573e26dc03006, '', 0, '?'),
(0xb6482e8eb22a9d5e4721d675a820aa95, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0xa13006c6852042d7c661faa43a682557, 0x1fefa3c87341cd60c082fdb525f4b20bc12b8d3c0cb13119069364ce57d35a2d, '', 0, '?'),
(0xe6a2ccecaa57e7856cd0b5ceda95aa73, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xb4dbdca4de39177941fbea19855eb74f, 0x5eb72e4f4694a052d7150ff96c9f91eb024c9c76172eb9ed48e6a2f3483a7d87, '', 0, '?'),
(0x35fc3ed6e877488e86959f2baf0b9e5b, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x18c8727a9457cf6d1f382b4cb394979f, 0x3cbcb2a3a77962e2e8d6c58afd0906c8add29263b358fdff98db9fd81a0c7f34, '', 0, '?'),
(0x14068e77faebf30aaf60b06f2bdfb35c, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0xdc20cc9837a45e56607bbcb5d89024fa, 0x17514ae306b034cf8bd8394fdb1cc5fe9b7081a973fd2736604b51005a13e44f, '', 0, '?'),
(0xed50ff78e9c46e090f030f102983129d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0x02eec42dd5ec3cd6ef6cca4735c2eb9b, 0x08c37d2c428e6970be2f5d19bd26578b2905d070eebe3b1fed0bef1da52a5882, '', 0, '?'),
(0x6f724c818571a01ea36b658179f64546, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x1e989983e107b30c02697de55cf00b35, 0x4a59617f29ef17432a3a269889c3d38b29307b23dbee991d12c764823e205195, '', 0, '?'),
(0x4b44e9fa344b06c9e6260abbc53e8ba3, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x0eade7e36c32b1b98a70483348ca98f9, 0x02bce69946632a475f95703067d4be2270a2118544c6f0c402b2d6fca20b35cd, '', 0, '?'),
(0x62fd3b29acfcc64caef496a8d45e8058, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x4db311c8bf154a28abb32e8df3382e7c, 0xdb05458e9ca4ccc8248da57224076e6e84cc3eff22dea1b314cef250ecde5964, '', 0, '?'),
(0x0a771c7cbfab676a45c369f55537a610, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0xccd0aeb3a6975d8f3836dea18603ad6d, 0x54a80a9d29103bffe205dd4e6b8a8a4465b9c73256c2fec2a20f04ab7826423d, '', 0, '?'),
(0xcf43c26a378ddb2036f118918cc1815d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xddc316fe5a1d06a0c129e6a65cd36cfc, 0x5b409093ef120434cc637c51d2e608fb22abf5aa1e38f343bee9dbe43bc2f1d6, '', 0, '?'),
(0x75c2c69b23fc81700b31d0a52e622ec2, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php', 1, 0x00000000000000000000000000000000, 0xd410c016da6acbb32969f96657821e62, 0x8840ce222cbd4a175491d7ba095570cf91ea6bac71afd736df5b06a31b181e86, '', 0, '?'),
(0xf9e1c0df3dc46079cdc973fc96566168, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php', 1, 0x00000000000000000000000000000000, 0x05269a24991f95c28cead841ac0b7a13, 0x7bf590e978e3599a04e28d41603611ef1e02ca6c107578d4f22601a0219127e3, '', 0, '?'),
(0xd022eea548c66ba219a8a86f7e1f71e6, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0xfee264e3f0640f8086d184c28906fdf4, 0x63251d6172a66af386980db9de1f09b48468ada3a6dd144bbfffad22b5de4c73, '', 0, '?'),
(0x705a548479c564f740827370d606955f, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php', 1, 0x00000000000000000000000000000000, 0xbabe9fcc334d0b4fea85e9e05f4d552e, 0x52d7c1aa52b7e281093fd8c031c97c7d359366205978ef033faa37d748522b65, '', 0, '?'),
(0x9acbec02f4a916fc5b0e0621713aed91, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php', 1, 0x00000000000000000000000000000000, 0xa9a2fbcbd5dcfb0fdfb3feaf5c7b4324, 0xff6ba9b33ad40fe755520479e763dbf943f3a32d5a460e5b8560bfef5c16c950, '', 0, '?'),
(0xe1c421802f8a712874ca3bd8e388786e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php', 1, 0x00000000000000000000000000000000, 0xe85129b6991bc6e91430d638b94acaf2, 0x33c12a6cf39dc8bf179afef552b2c4fbbc7b6e0c9049abd7a1a7ac70dd9140dc, '', 0, '?'),
(0x5a0379590c0d0b529e3c5b94d74da756, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php', 1, 0x00000000000000000000000000000000, 0xdf6789b4bd35f2bbd68cb5faf46d79ad, 0x8ae5d81fe9622dc017e9e8c11696fa302b0bafa3d658a8a501764f94e8f09546, '', 0, '?'),
(0x6b6cfad3071a2495944e91a7ae1c16b9, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0xd6001563130d4d92f1b58eeb714c117d, 0x730cb4d7c3c98d61975d109a27fb99343e6ea8df2c8c53e6ad20cc451e087586, '', 0, '?'),
(0x08f8d8c8b2cb4817b65850140e95036f, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php', 1, 0x00000000000000000000000000000000, 0x5ec444867e365565e1821f0ad47f965b, 0x13850bf22b2f58400fbea44a34da35b821c7c0c2bc9c2c49effc538615634dac, '', 0, '?'),
(0x2fd26359cd2a49be9ead7e47707201d1, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0xd89b4dc299c87456f210c253c6b94e22, 0x6bd6eac10d8093578a241de5376d7e2eeaf478765a27809ec78d131e686e9756, '', 0, '?'),
(0x6208a0b371a5bd06692527cdf02cc9a5, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0xa9d3c230da1e74e747cf37099bbf3dfa, 0x60a6529fcdfb68d9d45e6e74f48e8b0b6173469c1d0b3bd102bc7d9ec5a00188, '', 0, '?'),
(0xfc2d64db68be9eaf5b87fa4761ef119e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x0dec3a7152df237c1138075adba8f77a, 0xaca4addef4808c8a31ea2df145b974b0457e381b5afee564ba14b9d114233ade, '', 0, '?'),
(0x202b45fe4861a5e5363ca592aba8a8f0, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php', 1, 0x00000000000000000000000000000000, 0xdcf7b821573f91b31bf52e9f00e494bd, 0xd54afa50d39e4e8431ee2bcd6997d1528eec9b04ffbf4da3e042911420a46787, '', 0, '?'),
(0xf4c3a276ba21a8bdd814b60d0dd38dc4, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0xf689afac69023ad70c4239acc0594760, 0x096f0c714b7808ec278404e8631a31110fbeeb0c95b632fa5df3f989b4622f0a, '', 0, '?'),
(0xbe8a56ea0c5c23a9801f642153df432e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x93f20d7dee241a3a2acfb9f378d0446c, 0xb3f1fc75fe536b4998909e75b7da3956758126f66b08e45c93d743731e711043, '', 0, '?'),
(0x552509ef81d01cb5748aa5b8253366a3, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php', 1, 0x00000000000000000000000000000000, 0x2ff33484d4b21748efdd577c6b6a45c1, 0x6bf948d696e9e0e93df038deaeb19891d4db940bee9c1b1da40524c38c138093, '', 0, '?'),
(0xe243da85e3fa06ac1a61eac265f6f142, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php', 1, 0x00000000000000000000000000000000, 0xf5cb9de3f9980feda6ea3341215bf7ac, 0x90409935d22122e6718ee684cd3f6e18f85e7f7f8fcf66c570fbbb64e2785e6e, '', 0, '?'),
(0x244b8f75f5c2c2ac0d7715cae61ee668, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php', 1, 0x00000000000000000000000000000000, 0xc3a6a4c089d769f6c2f48587f2ea73b6, 0x496f50f8f3e94b277ea56f0f414745766deb0a5dcc6069f765395a19b3a0293a, '', 0, '?'),
(0xff83241b83de1925753db9bef8319355, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xca89bcf988c8e4d13a39d5febb985331, 0xcea78ee0e5e1a2271127cf4a425685e19596b0791101da10c0eb564db064c91c, '', 0, '?'),
(0x5b18865463a1b14ce9f392f42cb7a6c6, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x9044f074880bee4ad2d17f1097055e68, 0xa964714e728e0371602e90780f3cc8941ff1845c168476efa78f864f8951bfdc, '', 0, '?'),
(0xe4d96f85065d191d6da5c24c8f0f335e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0xadac9db8a35c6892151e065e9eadd8ac, 0x213714de07bf97b8c95575df11f857099cfdb48d08b2e4b789b3116a6a0b7e45, '', 0, '?'),
(0xa6cbd6b2b9f7303076777cf9293ddcf6, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php', 1, 0x00000000000000000000000000000000, 0x8c73770e5baa5e7cc4df48ee852f63c1, 0xb4f508664bbe76aa1c354963f25de3e7e8af358025b68bb98ccc44e6b914f227, '', 0, '?'),
(0xc95daf371400c208c39b7b0ddeb1bec9, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x3b09783825c0a3d024bb1b8f4f99b476, 0x44328d0a0ea0edc34c0172418fe6dc76b3880ca938d08953f3f907ed45720e67, '', 0, '?'),
(0xf14103e4070f5893373f6f934d77f0c9, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0x2648cdbb073317f8ea813383393aee2b, 0xa71a4a3a5655810e4f981fd9fc8ba52ebd3a350e7fee01a89cefe60b4a31b406, '', 0, '?'),
(0xa564f3b734353340ef5fe2d98a93a84d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php', 1, 0x00000000000000000000000000000000, 0x957492238ad22a50fdc79dc31cdfe605, 0xe3dbeb7d9fe1bf8e7241c87b495a3d8aeb5444eb5ae513bea51fd8049dc3dee8, '', 0, '?'),
(0xc3895faf5abd02eaa4dc3cf0b2a3bc2e, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0xa6b829b5cc2644e0af0e0cc7a55a5b95, 0xf18d6b3fbb0005f0811974750235de60200ea7853c5b531be3b6aa486a8d733c, '', 0, '?'),
(0x05c1540c181d4ebbd20d1bf2957eb867, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0xa62ba2ea6d57a5fdde0b7541265f4a4c, 0xcb0cf8c186778a2d073524e686aa6a5463ee9229d5e18cf4d6b43deeb6eeec08, '', 0, '?'),
(0x31fd76926d024d87cf806199e8140a7d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0xa0717a0ab4fe202dcc050b0aa46e375b, 0xb29fc8e37ff32c2ed4ba806fc2a64b7fd65f754d230f183401158f164644cf56, '', 0, '?'),
(0x5e4e2066585c49f6518bff94287f4765, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x55ac4bb5f9a26cd93e5fa10a1f5132c3, 0xa30cd4151193bc1f4cda6df9fa36037ab935df89f1861e113accdf886ad28756, '', 0, '?'),
(0xdc1446cbc86a6892f9cdfafd81e442e5, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php', 1, 0x00000000000000000000000000000000, 0x607dc1e7fa7118bd807ae2562229bdf1, 0x4a811e64e14cc76bd6e4e9adafd7502c5fd19dd8d984ab83aa5f5e6626e254f1, '', 0, '?'),
(0x27bc8746bccff50d8fa805e34671e63d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php', 1, 0x00000000000000000000000000000000, 0xe0eb0ba0d8a7394818846ce7789e7410, 0xdba33430e187832ab0884494b5b8453a4d0c92b7e7ee8a6750bb00bfcd008232, '', 0, '?'),
(0x2f8245df9b2360aeac0f38ef447fc6b2, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0x3b3a9349d18435f413aef70d8f79f72c, 0x77b4e83c47f7dbdafda6c0aefb11bb7dcbb4711c1449863f001a82fab96fbec0, '', 0, '?'),
(0x99fd510b668cda25a964af320982b4d6, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php', 1, 0x00000000000000000000000000000000, 0xc5bf50476cf7c5ea7f9c325cc66362b8, 0x1623fe9baa46436a7d1a327a86b654a59e0f8e1f74cf7d31cc27057e8b9ec83e, '', 0, '?'),
(0xdabcf20c42bd7005c8fa6b3d10c2c215, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0xd4b43ceea144a8327ee0ef440c83bf8b, 0x8e5085a59b41cae4c92ddeb8678b981156f105b99bf37cfe81c2ce60e9544b77, '', 0, '?'),
(0x7bb30496457b47d3e70f745d712fca21, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xcf8a930a24993a423894f705ad7825a7, 0x2e8542464de3b953b187c20429e1ed6ce9aa6410dab3f29ed552030c5c086ad0, '', 0, '?'),
(0xd0f354e62ca3ae5803664e395b9d854b, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0xa36b94212547cd38bb7857f030258a01, 0xfd2e60199892c876190ebfbcbee0e03573f3052b32cb7f86d3c407724d5c40a4, '', 0, '?'),
(0x7534544be7f4dc745cf647c6623adc0d, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php', 1, 0x00000000000000000000000000000000, 0x01c9343599ff38afcb225c1d36d87a7c, 0xbd00ca66859b2218255b36b84a8b6a89585778a72b4aed3adeed8fd5a53bc8d9, '', 0, '?'),
(0x382138e652ff0cccd358ba6cd1557c33, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php', 1, 0x00000000000000000000000000000000, 0x7eb219d6c8b23351ed64d40ae8b6c738, 0x77b8e836517292391c361ae28c3dd3f795fac68bcbf5334bd232336368ef6c88, '', 0, '?'),
(0xe771eb8f3800dfa1ad291d98e3b79021, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php', 1, 0x00000000000000000000000000000000, 0x847190da01ae741e44241753f23cc1da, 0x2046a7f9e6a8b94fa0389d60b135bce38ec69abe71697ddee65791ff6208ddab, '', 0, '?'),
(0xb7f0b034ee297c8baf57014fc8e04dbe, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0x8970586ea24f21c963050313ceef3909, 0xe42d4f0c92afed8c77c962117d0b8aed70368ed05a7d3576883eeaf1b418d6a7, '', 0, '?'),
(0x5c5a806d5eaf6c52cd21a5ba5b39a539, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0xb448222661f034a6b8368bb7e5b769ce, 0x520704b9f40ace952a8d7ee2610e764277f6f4b2d6cedbcb2df6fc6f6d200779, '', 0, '?'),
(0xc4b307ac873b4defdf5c443114c9e1b9, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0x2267eeb5be0a87f30d543334482880f1, 0xe7843c3d886dddc20e5f6e37314a0184ee97f7a75f70834d424df0f705615cec, '', 0, '?'),
(0x15fad3c664f1dd22adc1156262137a53, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php', 1, 0x00000000000000000000000000000000, 0xf94bd1d051bac09f9538b8b8720084e6, 0x543efa980c214c2f34e7209249e65306dce52f642a060eba3678aa14660af271, '', 0, '?'),
(0x6c739962658d857b7603659858024fec, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0x8e71ed1dd6b3906cbf29cacf35e06395, 0xf131f7462e67e8ab8294b49d43c1a806b783d42007ecda1235263e294d0dda93, '', 0, '?'),
(0x58e9a423639768ce7a0bc7807cce48da, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php', 1, 0x00000000000000000000000000000000, 0x0f28c4525f3ba3b7edbd20916f0dff8e, 0xc67e8b5236ee11a9e783db0ea69d38ac3b74898f12d76cfeab79692604775bf2, '', 0, '?'),
(0x9b28a437e35b6c1d367c1f976cbf9b72, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php', 1, 0x00000000000000000000000000000000, 0x5f6ee7f97cc86838635c9c1350415bc8, 0x99297e57b8a04372a0ceba0fd6da3fe295ebae242c605db440db4431bdca7070, '', 0, '?'),
(0xdb20804ae44df9525b8c40562fd1229b, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php', 1, 0x00000000000000000000000000000000, 0x15ddc60a39dd9735cc9e084650fd0a04, 0x553be905db9d55800c21be2061c80edda0159025614421bfe82c0a5038e807c7, '', 0, '?'),
(0xa35e20702c675f904dd368a95bbaa761, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php', 1, 0x00000000000000000000000000000000, 0xbf02b2c40df26182f3a8de0cd5de748b, 0x04aa10fadc8933e559dbb1470efb00bb1925f3ce18c7b85a7a962250803ca91b, '', 0, '?'),
(0x11a5e772c998f8f44187640b439c3102, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php', 1, 0x00000000000000000000000000000000, 0x2877c466f5c54f75c787a24e4db6ca29, 0xaf0eea98e9e942652fc99430ce36589158f9ee3430ad6c5594cfa9fc34cff1f0, '', 0, '?'),
(0x4f7583d84990de8bbe9276c2dba5fd8f, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php', 1, 0x00000000000000000000000000000000, 0x16efa61d77bce09f7bf522c598178db3, 0x4dc9f69a9c5acc96af84d6db015448ce6a2577325b88ce5f91f0b7479346b75f, '', 0, '?'),
(0x2d3ba711c2d8607c69652e0529040820, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php', 1, 0x00000000000000000000000000000000, 0x7c876534ffc96288f674a6c447b9d7ed, 0x86a23d36cb9bca0e97e1db23fdd48c21e2dc3d3654169e125e796ec84c01bd7b, '', 0, '?'),
(0x7a0470beb6bc9476be14f412c3e55e73, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php', 1, 0x00000000000000000000000000000000, 0x7721fe63b43e99d74882c3d47f3e047c, 0x2cfdf47ef3c3b370336ff1133328866aba64444228931eca71a983844beefe16, '', 0, '?'),
(0x2fe8045c3aebc1cb52fc8d6af79223b3, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php', 1, 0x00000000000000000000000000000000, 0xde80d722daaf1fc8fa6029ce38b77382, 0x093605946930c4685caaf3a78cd37316e264e64c5064002563026ed248348544, '', 0, '?'),
(0xf1f1bc8b1c975f6f373e5089939af610, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php', 1, 0x00000000000000000000000000000000, 0x8408a488673febe76a6dcf23423f70e2, 0x652cd83c9d96790fb2772ca755f16de4ea401506bc4fea2f039b99e463be703b, '', 0, '?'),
(0xd995c6b06225d8d24cd3341bf68475f3, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php', 1, 0x00000000000000000000000000000000, 0x2bdee7122c9ef7677008ce4bfce950d8, 0x510160de20947e93c617fc0740b6a289a39a353d8119c67505f8cd36ddbcd7f4, '', 0, '?'),
(0xddfd426c9b213043f3a2f235de5efdfa, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php', 1, 0x00000000000000000000000000000000, 0x43697b57cf367312fadd6c70dd3ab84c, 0x649329a9915bbb7a7247a4874f8a03416106eeb6643a27df2c8c9ce073785fa0, '', 0, '?'),
(0xff7003dc73003309d013c805632895ac, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php', 1, 0x00000000000000000000000000000000, 0x97739fdb9b4982072ccd385fe46f2edb, 0x25dffc18fa7ff1ea2b5aa15fb108a2d2b7f537b8de9257c9cad60cda215ebdb8, '', 0, '?'),
(0xc81b6badc5e1ebac583c6bd376ae5b8b, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php', 1, 0x00000000000000000000000000000000, 0x1afa7c7cf45161b40452010843b98454, 0x2d90b593595112e93abb9ce84ab6cdd832e181ba61b193bedd24bc58a25ea72e, '', 0, '?'),
(0xfbc2d8343d83de4d91c1fad5570cf017, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php', 1, 0x00000000000000000000000000000000, 0x128777c196aafed312ca028f91cc3dfd, 0xf2e55f33c21af7d054e8eb1c86acb5ef29afee764c121880dc4ad072464b341f, '', 0, '?'),
(0xced2fecc6e6f8e54fe7adb3f62a4a879, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php', 1, 0x00000000000000000000000000000000, 0xe1946998692a30ec506c95c1dc923d0d, 0xc802b2c6ee3efa18a7ea1543c6d9b739f36633a0186e325c695062395ed2d484, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x60fe184ad3cfc8f03a91762e4fffecd9, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php', 1, 0x00000000000000000000000000000000, 0xf46efc8cc5f29e1a878aac66a6e3680f, 0xa436815c9a7f1dca095f5b183d91afb2006a9c05e3590e70be1b8a8e119cf39c, '', 0, '?'),
(0xf9fae093ad8a8b9ff3de17e9eb1658cb, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php', 1, 0x00000000000000000000000000000000, 0x8f4911b72584942fade0963b40317b9f, 0x2a5bce3b6853cae5bc959ce604131ed8f8989eac91a46daf400d51620677c2ea, '', 0, '?'),
(0xd844948376336482cf5b02b4d1766644, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php', 1, 0x00000000000000000000000000000000, 0x7b079282fc5f292182c49e61f9f395ba, 0x6ab1ac0f310d1a68df489a23bddd5dc9b732f56617f392aba96a7f37474014a2, '', 0, '?'),
(0x3dc79d8dfe168a5dbbde11169f4a02ec, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php', 1, 0x00000000000000000000000000000000, 0xcb0977a783e2f3d3619001e633476ee5, 0xe58ecf9ae37e00c602e4ba35653f4885a3d1d5585f8d6c6d322ea5b46e5f2e16, '', 0, '?'),
(0x35f52eebf6ee752c14cadb36ed834553, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php', 1, 0x00000000000000000000000000000000, 0xb0a3b94b10a46fa2d97b7998ca3f8ee8, 0x6e2e44c788556e81d00cf24bc0128a4516f93c56caf81cbddd0eaea921375b76, '', 0, '?'),
(0x0e8771aad221a34565449564a5d46341, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php', 1, 0x00000000000000000000000000000000, 0x511d3d77b2cddb33c7f5b4805e5751f2, 0xabf16c60403a53602769adb04713ff0775a9e8d5b533d5b196e7ba416b2a27b9, '', 0, '?'),
(0xdf7b69cc1aa8e80832ce6179528e7413, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php', 1, 0x00000000000000000000000000000000, 0x4838863a8fa6ff0e661f48d328632da2, 0x8c551900df38a8786119123af7bfeaa74c3f04dea8242fd47ae4ddf7dee09080, '', 0, '?'),
(0x6488462a0ec5d8b917aa3064072e12b3, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php', 1, 0x00000000000000000000000000000000, 0xeb9f17038c23f787babaa22d01d4004e, 0x437be6dd40feabf4f58433cd28e4dd0bcfb7c7f5f908a3d8e2a640f8d1a137e5, '', 0, '?'),
(0x64a633986b952b93026cd1e70ebc97c7, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php', 1, 0x00000000000000000000000000000000, 0x300e37076d1221fc1250bfa2620a4a9c, 0x05d1c9d1ece8dd472687dcc174b6321cb595bd403e924078d763e4575db9c540, '', 0, '?'),
(0x64f7c957d43f68109b03a6370a29a8c7, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php', 1, 0x00000000000000000000000000000000, 0x4a662b8301f7b5b3a07c5754f39ae1bb, 0xb3d93c1d7e202aee3a149dca794fb43f7628695642e3da12e5ff17c79a5ea34d, '', 0, '?'),
(0x50d3156f5b981ca858263a90765701c9, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php', 1, 0x00000000000000000000000000000000, 0x05f84b06a80d3ec6cb9a0456b94456bc, 0x08ecaf196cc6099688c37a253b0ce17a50cc089e51d167dddadca86c62b7d5fd, '', 0, '?'),
(0xdc48e5d96972b70a3e936b016f77a783, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php', 1, 0x00000000000000000000000000000000, 0x53439c72217c730675347ff95550aae0, 0x0405dcafeb0e84d2b9ac4f7eb376a197e3e4c62701a8023e0f3c755bd8d478b9, '', 0, '?'),
(0x88129c2598fd51af5050e137797b4a6f, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php', 1, 0x00000000000000000000000000000000, 0x200cf1a0e6c832644bedc8c6dfd05240, 0x70405985178b4b3bdaa4d3f4fb375a364d750a65995cfee2f6d664ac49277ab4, '', 0, '?'),
(0x1f8b5a1ed1c7749db3bc1d9d1a6a4176, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php', 1, 0x00000000000000000000000000000000, 0x9605304dbe2f4f9bca63eb752667d090, 0x87ea0af6874fb27bff8498c2681f11654d9390c7008e31434770110254aa30a4, '', 0, '?'),
(0xe81d61bc10371270b732625928477d36, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php', 1, 0x00000000000000000000000000000000, 0x1fda65dcb09f2bbc2bb450153983bfec, 0xd7060735ef0cd7986f9cc61d8deae91f68c2ce2dc2c2d61effaed880b9fbb97d, '', 0, '?'),
(0xc3e82dd0603b8aa10faa76e3b617f54f, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php', 1, 0x00000000000000000000000000000000, 0xb4dd312b7446865f8d5e8d16a24040db, 0xcc2cbbfa27ff2f5fba1498e6b19dbaab9a279792ee97322ce73f2527ca56e7e4, '', 0, '?'),
(0x1d7d2ddd9e5710ed06d5dfcde311f26a, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php', 1, 0x00000000000000000000000000000000, 0xda1d8c8528555c0a00f4b5476678b181, 0x798022c31b29bc2fa2132a8f1d4443e8ccafb5397037b3afdbf9d4e466fd69ad, '', 0, '?'),
(0xabcaf9d13d949ae5a4aef00e0e59963c, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php', 1, 0x00000000000000000000000000000000, 0x45b1cbfd9b2668535564bd91e64beab1, 0x0e4510c0649996e45d687881d915ec980c43e0bfb24d18a617af50ff5878dae5, '', 0, '?'),
(0x1671b885ec845e2cdfae1822e54549b9, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php', 1, 0x00000000000000000000000000000000, 0x713169eef963e3f61feb1afa50714346, 0x5271fe350e1fb6f69860c4a07b6d81b8599781084a7263c89f18d37bcb17c0a5, '', 0, '?'),
(0xbc6dbfda8d16c52afe93ae10486afc1d, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php', 1, 0x00000000000000000000000000000000, 0xf86dd6144b88e7cda7551a7a8fccbfde, 0x019df14e8f1ee3381514b93c7d1f7176f544c43a655e90398a9da8748dee233b, '', 0, '?'),
(0x624e5508750dc72266180f624d6036b4, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php', 1, 0x00000000000000000000000000000000, 0xa344b403ad954e469c0b2ddec59c6644, 0x92eb6914aa64c9dda792ffb8dc7f92f78bbeb2e368c8acec9105f597134a3e8a, '', 0, '?'),
(0x301610836924ce25b270cbf3eafb55aa, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php', 1, 0x00000000000000000000000000000000, 0x791f8a7dc8b8dc798819ae1fb6351113, 0x5834cf5e1dd4ec2a14a0d36c2de70854a1afccbdcf3f1570b940a1f1fe3f0699, '', 0, '?'),
(0x11b91325fd47e5ec4b940c99589b5f11, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php', 1, 0x00000000000000000000000000000000, 0x030ce03e9e1c1ade65b0004bb794c753, 0x3bec250bdd693840893313e58fa498c9adc46ff5005790ff6b7a580cbdc1b1d2, '', 0, '?'),
(0x4c05846aa21b92b9494ee27ad8030891, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php', 1, 0x00000000000000000000000000000000, 0xb14fcb7a2a693a49328b54d5526d9fac, 0x96de20197571491a019d1009adfcc284804671a7b86145edd2363744c05a0bfa, '', 0, '?'),
(0xa047a1c3833c2cd96fd6c8e4907ba209, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php', 1, 0x00000000000000000000000000000000, 0x71ae1f41417bdc39af4b9366b523e58f, 0x8e252d0bed9303e539073662722bdbf457ed27193ecbb3ec2fc88b0586482fba, '', 0, '?'),
(0xbe7fc297fbe020f65fc09aa43f71268a, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php', 1, 0x00000000000000000000000000000000, 0xc0bf13af1e7a6513f6da872e14657e08, 0x5d2fb2293c79b8e154c13feb8434ef2cc432558e50f383e65784dcd922fb2005, '', 0, '?'),
(0x40602e69969f025e94ba0383efe96ad0, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php', 1, 0x00000000000000000000000000000000, 0x24f971d52a42355641e62cf87a1bb799, 0x6b3e7f117e822fc6b0b9199fd22a6ce4b956f78b4845c2cfbdc1ceea1aaf5fd8, '', 0, '?'),
(0xd7fc953fdc45abe2da1de580cc31d52c, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php', 1, 0x00000000000000000000000000000000, 0x2135a1cfe53791aed2ca9c99704dc05b, 0x810e2d401a06e29b3a51c4caaea6d6fbd69304a5478102cb6e6ab7200fa6dd8e, '', 0, '?'),
(0x3f2922259d38539dd888b896ac2e68ed, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php', 1, 0x00000000000000000000000000000000, 0x77e908ccf7ef4fbaae5a2df3a8b78b3e, 0x146f4f556a53ea294654e1e4551b93928688ea81773f355b5485ab75678319ff, '', 0, '?'),
(0x6c4ba4534081895fa691ee02e74936b3, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php', 1, 0x00000000000000000000000000000000, 0xb9c0cfe4e490d08f0169353488b64953, 0x5a294b7e16e504cc4e7583828af312b49cd96a17d2f4f384010cd178ad476dd6, '', 0, '?'),
(0xd3d69c06189f62c3cb61e702e97586ef, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php', 1, 0x00000000000000000000000000000000, 0x5f106b093aa0aa40fa9b998b1f552332, 0x04d4e8b24d68ea873fd061cb5ab75a30eef079f5c27878cefb78588c6d3c7b46, '', 0, '?'),
(0x658d1eb036344627a29e2fa3bfafcb27, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php', 1, 0x00000000000000000000000000000000, 0xbcdcaf7c266c96bb1c3015c33b843f86, 0x8bd5220c59d408c1bd343e41c16fc434dc59d3cae1e3edb7b339e8bd29ffea82, '', 0, '?'),
(0xcac77e91fdfd7fc3af8eec1047b3fe70, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php', 1, 0x00000000000000000000000000000000, 0x943a85160ac5307f29bc671955f622e3, 0x219f43980ac113deab1feb81881d92e0e5102ee4ff913366e98615b7ced3835b, '', 0, '?'),
(0xc16a888f3f5307684f052eb181bfabcb, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php', 1, 0x00000000000000000000000000000000, 0x23ad2680808ef375e074235fe8a11c02, 0x5473ab0eb435daf4966eb7e8da9db9de3dd3393759723e420a9e0eed9197884b, '', 0, '?'),
(0x296fdd6606b180e748b7684e63aed489, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php', 1, 0x00000000000000000000000000000000, 0xf1ac6cefa76a39370282d648a0cab9c5, 0x10094f0541a85f45b2cdadab2cd24671a52c541be51a81be3b8395e7cbd35133, '', 0, '?'),
(0xfedc360f402157bce049567bdab3495f, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php', 1, 0x00000000000000000000000000000000, 0x94228899152033d797474aab1c1a0642, 0x8091a8482a2e56454793159546a8245ed98549f1af467bf46db6fc3e19c9453c, '', 0, '?'),
(0x336f2929b1fa103c6580d0e76e81f913, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php', 1, 0x00000000000000000000000000000000, 0x7ae1b7144b1b3f45ded198332980f53f, 0x8f66761bb43313268a450889c57619fd9c6a11288cdedfff8fe4afb442b4b99f, '', 0, '?'),
(0xedffb09a8ad88695f5ad611eacc9b4a8, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php', 1, 0x00000000000000000000000000000000, 0x2e2377453024540dfcf9d9b50804ea35, 0xe1105960c15ee990e6e683d855e7a4e0c81c232be0fc43494b97f51d68a806c0, '', 0, '?'),
(0x094456b4973dfe8398334598c1a8d087, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php', 1, 0x00000000000000000000000000000000, 0x0b0baed720e282fee4b3515a3bfa6deb, 0xac552bc0b61051a6b3474f70362afd6fcd86d90e796673683ad04f96a092f3a4, '', 0, '?'),
(0xae099920a89952d5e2ef1598865e7225, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php', 1, 0x00000000000000000000000000000000, 0x5f89435ca8ac2a8d14a9a547fd9534c1, 0xfa3133369a20eebe3ff10adacaac01d50ced67f4a84419b0c438668bace63e71, '', 0, '?'),
(0x9f50b7752b6a9ad60e6ec9117b9e7e63, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php', 1, 0x00000000000000000000000000000000, 0xc2df6bf82561a55431a097d11f0ef909, 0xcefda4e18be4ebd211d81025bca30f0e934a83a693f21c0720b8d07411a684f1, '', 0, '?'),
(0x4e90a84382c8c9829a46f4ba3d3ee91a, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php', 1, 0x00000000000000000000000000000000, 0xb0040339b313bef35e6a77e90f264188, 0xcd1b6ee12cefacf2edfbf57aea0f7c6cd9ea51296c63f0c74a6f08b8423c11b0, '', 0, '?'),
(0x8a9fc6299b919515ba8d4e007e3275a0, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php', 1, 0x00000000000000000000000000000000, 0x73f9a3eaafd3dbab3db7cbc9ca9296c0, 0x6126c87b54756ec78f86c4df8a1b58059f48e1a19bf5778d069c9b0b0b3ce4b5, '', 0, '?'),
(0xceaaddeaa757f07b8730851d8f581f80, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php', 1, 0x00000000000000000000000000000000, 0x790d5560180a7274cf9fc5204beb4247, 0xae420be5de19944e6e280bc1fd2ab4e1a25917839d98a0df79050b8489893750, '', 0, '?'),
(0xe3913ebf7a2ac2047d2931da3463fcc8, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php', 1, 0x00000000000000000000000000000000, 0x2a23604a8ca811f6c1d8b730150a3f99, 0xa471effe6d6d4c34aaff09a86c32e13e2bed4a8e70a29a8ea7325934f85ffa04, '', 0, '?'),
(0x27633dbc5d5598c0f7db84fa5cf1c62c, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php', 1, 0x00000000000000000000000000000000, 0x30dc6d83f1eee64474a919b7aa3f87d0, 0x1007e46010306e7b45a1561cf8a94935af2f95fb23652ca2134e378129929e7d, '', 0, '?'),
(0xa1667e297b745d03f9a894a59bc9c7fc, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php', 1, 0x00000000000000000000000000000000, 0x6f35d34dff6ddd673cdf609f93c7f6cc, 0x476765bea6e4f5b9d3e1bbbf13be010baadfbf757fc2ecf3d642ba7c40e17754, '', 0, '?'),
(0x09285afcba1ec31da7e755909082da12, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php', 1, 0x00000000000000000000000000000000, 0xf19936d17eff424014c79e2a5f36a818, 0xd13a14a599bf3d68df30fefe9f38005f541e459e8cc0307e221813635bf1c7e6, '', 0, '?'),
(0x903e9d280fedda6f9f821bc5cae91c93, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php', 1, 0x00000000000000000000000000000000, 0xeed13d0094dc6e948ece46f7646cbcd7, 0xb95ddae1e7083a0e5cd4ed37afd9d9216afdd730ecc8d83eb84a2f80b705e3aa, '', 0, '?'),
(0xd5c1499dd8c89ca402f9c54a0bb0fe37, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php', 1, 0x00000000000000000000000000000000, 0xc227197e89caece0d95cc9cfb4cb9b8a, 0xc86388cd169adc55a72f3f2ecd4c3d1d8e6c5d36920d12ec2a5d783cdfe7a533, '', 0, '?'),
(0x9db72a80a850e10ab64429f2c13ede41, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php', 1, 0x00000000000000000000000000000000, 0xdcccd605b4809f787c9d0e714d714f8b, 0x97db7233db4e5c00266580773db9d2bd7b0572dd41481d450880fb97e9b734ea, '', 0, '?'),
(0x8966ac5a029bc90e71c9a9ed6233ec35, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php', 1, 0x00000000000000000000000000000000, 0x824c51004d399d5f526e2d0b06805150, 0x45e6125dbdd73dccee5c5b7bab39192902250df4fcde76395ada0c0008085cb5, '', 0, '?'),
(0x9bcddd9f1bd5049a81f8ae96e9723f84, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php', 1, 0x00000000000000000000000000000000, 0x3bf3974076b93fbb7fe79f83eece2fbd, 0x3688f78b07ca8c07a213a1096c3f617f78f4b07d3ade0d8b334e94a6dafdadfd, '', 0, '?'),
(0x347ea433bb8e16737b8f68893b797b4a, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php', 1, 0x00000000000000000000000000000000, 0x5fc13576eb65ddf59ea82bb42de2c3e7, 0x58afafc13c96b69d7e2414c6a6ed8c7df08254a96837f28a34b99ffe7bc7afa7, '', 0, '?'),
(0x10f4d9faf511ec72be6e4c990573de5e, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php', 1, 0x00000000000000000000000000000000, 0xfb7b56b6d8732a6bc5c2211913c6b185, 0x3c009870b469985813d588ef1260c2de6fdd4a10ba675051b7076df42a51941c, '', 0, '?'),
(0xbda6163dc1a6154bb52e95f06fa9734a, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php', 1, 0x00000000000000000000000000000000, 0x88e0dcdc957a55a0e73c38c7df9c48db, 0xee6f121d47f1de023f00cd764aef606776a0971f42619d1a12517e6b174e55cc, '', 0, '?'),
(0x992cb72715c7294273c1d368dfd8566b, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php', 1, 0x00000000000000000000000000000000, 0x61efe098995755648e62c345aab50357, 0x43e51f650dfd2a20a07024d965aa0fbd18e9d5247dcd22a33eab58a5b8901939, '', 0, '?'),
(0xe4a53f707b954ec2e3a78acbf85506c1, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php', 1, 0x00000000000000000000000000000000, 0x13a93aa6a2b7a7eb6f33b8a9f1686460, 0x0e71e1e683441e4fa4635c48c2f3984cb78372b7958f10859d1a4f4231dee64a, '', 0, '?'),
(0x08c5da1bf5eff5b57727440b0b4262ea, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php', 1, 0x00000000000000000000000000000000, 0xa43f03e26ff274b7880541b065ec7dc0, 0x987bf88e63bec7ca2dde36674cc4da2e3f5a3c77560cdd2a7652b95af616baa4, '', 0, '?'),
(0xfc98de9aee93d146afd4a6bdf7de9959, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php', 1, 0x00000000000000000000000000000000, 0xa50c0bad44d90fc09c20cd237c94b48c, 0xd8a944cf66b65f548141aad129a43f07bc9dfda7d3261f637ed0c1a1826a4bb7, '', 0, '?'),
(0x419346fd5efb37e8a2f37ddc839dd31e, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php', 1, 0x00000000000000000000000000000000, 0xb7593ab372ed7cccbf934059bcfd5287, 0x726e6f7c0844136ecdc14855e6ea84c835d79f95b6e6ff68e55a05d3583c4cfa, '', 0, '?'),
(0x758bf2e696522aaaf314e5a8390c2d79, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php', 1, 0x00000000000000000000000000000000, 0xee6fdc4ada2ba0ce5b1b16ddf183db24, 0xa417bd07c5f7386b9fddfdb788a0430db8f7f4d00bc398baab2d0bd198ea234d, '', 0, '?'),
(0xd25a74593ab8e499afccb935ad7c9554, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php', 1, 0x00000000000000000000000000000000, 0x88e647f5fb0aa257cf20699fdf5795c2, 0x3a3f4155f01a9f6cc177bb0e3b6e4f9c7e91b9b4079f4f06915dbfab4c711ee5, '', 0, '?'),
(0xa7cb8726abacfff1d1ab066042e97768, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php', 1, 0x00000000000000000000000000000000, 0x54f9975b17569dc866dbddf56f84ac82, 0xee053cf5352cf55fbb66e049f88c5530bc26e831091bf8a063cb12579a2293dc, '', 0, '?'),
(0x8462fda6c367c03f5fd916251f56e3c7, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php', 1, 0x00000000000000000000000000000000, 0x4f532da077fca691fdf08d3bda21c6fa, 0x7a4a05612d84c153101a3074c88bda99f2069b72c6985bfd382d53581f5482fe, '', 0, '?'),
(0xf63f1a38ebae9bef71289314bb760548, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php', 1, 0x00000000000000000000000000000000, 0x338d07fc5f48e19be615b5eee4ff8343, 0xccf89728f37a07a52a107f47e048a4fc9d92f0d08488fc562ce0f3299ffd8dd0, '', 0, '?'),
(0x94a9a6e6573505cc8b5fa200d549a7d0, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php', 1, 0x00000000000000000000000000000000, 0x90bf6245d685f31b666c20d2913040d5, 0x87b4fd5e99acd6e34ee034bcf9921a99a3ab89c7757913f2525a87abaf6b491c, '', 0, '?'),
(0x13c59c9e7426378837da893ec4502faa, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php', 1, 0x00000000000000000000000000000000, 0x5fbdf69775ea4d5911e95fcb1b8f5ef3, 0x9e66ce4362c429cb1d23c24551038d4fba60d0497d8f6190c107c0297dffce7a, '', 0, '?'),
(0x3ef023ba9eb63124dda94a8a9cc63a4b, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php', 1, 0x00000000000000000000000000000000, 0x521c9cbf70d4742a81c754d7ccec4c67, 0xd5adb8b8bffa9bc05b58906d76efb78db10695ec118f3cdbc609cdc845a6f3f2, '', 0, '?'),
(0xd28eefa9d0f4cf8b8bbac673d8c27648, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php', 1, 0x00000000000000000000000000000000, 0x155fbfc042091be265cb4aa6f754f071, 0x90b596987598152e3e0013d505b03a71184d29ea8d315a9f759e2d67b2eddebe, '', 0, '?'),
(0x4d4f1d9e11e5151bf67b98a8108661a9, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php', 1, 0x00000000000000000000000000000000, 0xf97eb4a1ccfd95f973c5ef38c9d0c146, 0xf8896958abe553f4af66bf6a04410c6c3656b24e3d80382a76a8ba6168c51f56, '', 0, '?'),
(0xf40eb2fb2f645a867c1f16b047a95608, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php', 1, 0x00000000000000000000000000000000, 0xb1a8ed46d8a2ae7ae2f746959782cc78, 0xc9b1e5607164b4822d33963358aa49066ac5b9b71e958c0ee225eb73981ef09c, '', 0, '?'),
(0xc727f67d07eafcd04dd1596d9392f655, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php', 1, 0x00000000000000000000000000000000, 0x88089cfe6d425f01e74b978d023744de, 0x3d1fb5f81ecf0b4f661b4e854ab1fc8e5e3d254a5d3a244599fffed4af3965a7, '', 0, '?'),
(0xa6590dd0cbcfd199d0d1bed9b83026c2, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php', 1, 0x00000000000000000000000000000000, 0x12b1ade8200d77a6506d727885e7feba, 0xc19d53881314cd45fb964f2f7a391678f3cfd47be43a387289703a40e5d7e707, '', 0, '?'),
(0xbba24e53d11e154b5710208d4d224f47, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php', 1, 0x00000000000000000000000000000000, 0x7bdd05dbf3bb08bfdb6ddb31829e6d66, 0xf6a76357947f9d28d23cef256bb2f568e4fd991b03655709e943bfe4a86c8898, '', 0, '?'),
(0xecd8b53270bf6fed4708ac92041ea5c6, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php', 1, 0x00000000000000000000000000000000, 0x6db2c875516ea8715faf8b7f629cfd74, 0x5a28b7582881df0129ad6c4485fe8ab09f1a56876fc774bf36838f303b6c11da, '', 0, '?'),
(0xfa89189a5d00417eb5280af52ce40d69, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php', 1, 0x00000000000000000000000000000000, 0x2c327e7c792a60f4bd8a37b0d74755b2, 0xe9c7b79ac819b1105ef9ee5308fa55fcfc45a3086ec8b0e65d7244f0d65f471e, '', 0, '?'),
(0xe9129d3c324bb01eef8aa1e30c2efd6c, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php', 1, 0x00000000000000000000000000000000, 0xbd5c39f7f3ef817dabd01a77559c95c1, 0xd6159b1be609092e4f2691edd6c0c2253af2d4dffe8db7a55dd71751bfc9e7af, '', 0, '?'),
(0x95d12d6710b0934ec133e9f16ceecf92, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php', 1, 0x00000000000000000000000000000000, 0xf50aa61159476a259c0b51d14a7a679d, 0x37743037ad97c401de11518e5b4bf12814875e4d0b95b0d37f0d8b04331acfde, '', 0, '?'),
(0x706406d7b497542de28bb325132748bb, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0x5b86144b4235dd435ae390a2d2b497e1, 0xa169ee3ea5b608132ceeb24e3b16226bc2f5cc442d7d83f583b574e27a8ba04a, '', 0, '?'),
(0x66e8fe5381aafb7164f2b1d4392ac4ff, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0x9f968a5accc656ebb969b6a973f43610, 0x619ab8f7d8bdab55afa35a22283573dd67e300f3d2755944175b04c5f705acee, '', 0, '?'),
(0x6f6af1353aa228d8d6b9d3244fe132e2, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x3a902ea57f57a8250e371ba6ea40c3b1, 0xeb7140f88c77a80610ec348528d65d9587723483f57792cf7eba23e00d1af2de, '', 0, '?'),
(0xa879df25f022fd8196ccda2e88d8f398, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x8694cf6882b28ef2c24c444d290682ea, 0x30643fb08664ca1bc3b1e2a053a10261e8e297640ce9a40e3fe4de8f2a866495, '', 0, '?'),
(0x4a864cbfea1363fc656f407abbd91d14, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0xdde87a38357aa58a17128df6bca5a554, 0xe0c5a621ea1ac4457ca0047389bd03bcf5499dc5670bf5df9856a434e171a74e, '', 0, '?'),
(0xb4d34a8deef5615f79229fe321f43e56, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0xbf303071ee88d14c0b9f4482002698a0, 0xdfb8830c336b3d34b444d253172f1116b26f66f4e9f16a020512c40869edce16, '', 0, '?'),
(0xe7071d20d49fcd86624fc5c26cda07cb, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x77f0ea01e2cd3a2848d1dec182b2c9eb, 0xa289a39c2e78838532d0b6fbf8ed3d3222ee7f23d085a64afa2111e17b690951, '', 0, '?'),
(0x4f626f1bf74b0485cfb9fd2da71e34ec, 'wp-content/plugins/w3-total-cache/lib/Azure/loader.php', 1, 0x00000000000000000000000000000000, 0x0484c7c950fa5c195cbac0d34d1155af, 0xcd0708fd88b6b739b4e72c27e5cd25dfa09bb38f26db3fd85f840a81d5e265a3, '', 0, '?'),
(0x34c0910f6621f36aff2040c1d9bf571c, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php', 1, 0x00000000000000000000000000000000, 0xc22a3e771174a369d99afdee698fed99, 0x50ca451b9e394cb0b8a130eb45895f50e25a5ef07e3c39ec73da795b4bbd6f10, '', 0, '?'),
(0x8c0f7bf180326518ede45f3861ca8d74, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php', 1, 0x00000000000000000000000000000000, 0x5d978aab7525c5ec204fc47ef54a9374, 0xd62fdd95f493d9216a28e321f3e24e89d7f6d767fbd2ae1c8ac4236023062734, '', 0, '?'),
(0xdbeaff28dde031dd4c55ac288f31dd9e, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php', 1, 0x00000000000000000000000000000000, 0xd8ac343ce9589b990092482fed8564c0, 0x33648351453ee17143aa5644f0ea037b2d0b6c4b7fc6d56a6f5d69442f0abac5, '', 0, '?'),
(0xa1f64306836314aab0db68ebbd5f1d6b, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php', 1, 0x00000000000000000000000000000000, 0xfbcfd28ea795ba4282b64f9e7af0ee06, 0x89f28fb09b1ba4f83fc8ea8aa18cb6e2621c10fe1e42229652d4ebfe2975658e, '', 0, '?'),
(0x6068337aae0ea349561488ebe2824d43, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xacdc5de74d6a1a54fdb879e38d32dc30, 'wp-content/plugins/w3-total-cache/lib/Db/mssql.php', 1, 0x00000000000000000000000000000000, 0x59600d5109de5fe827c034a7133ab165, 0x6f988f3db243df14f39255e429e7513f274a90dd8681787632a1540c133f176b, '', 0, '?'),
(0x7c81b8bbdbcd1c91f49633bf44a94da5, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php', 1, 0x00000000000000000000000000000000, 0xb97dc092caa6a3706eae2f328e7ffc4d, 0xf6f2e0454f776cece7e3d9df5f840b70c60f0d4833c565904ab51497c16513f5, '', 0, '?'),
(0x5b512907b1ddebfb24b42cec99651bbd, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php', 1, 0x00000000000000000000000000000000, 0x987bcc5f86959f43687ec82906864a4d, 0x5073866aa1c3d0c30f052e9e4f1dd75813432fd037ae806554503f5ffe469500, '', 0, '?'),
(0xcb4b160fa5b279f1b5f9e7d0806f4e3b, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php', 1, 0x00000000000000000000000000000000, 0x0dac38122e70ab5ec915585cc2391cdd, 0xee766139cb14f4d4b70d8ebebeb95c1d4a5499c2047e03b4fee52ab558bdc4e6, '', 0, '?'),
(0x7dfc7fe7eaa7b94332e34946139eee02, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php', 1, 0x00000000000000000000000000000000, 0x0fa398302b3d8f74bfd5b1e76c917f26, 0xeb7afb7e096f59a637e8781a45f8df06d408ad66af0fa6ffcf389421f50dff77, '', 0, '?'),
(0xa80fcd3a22eac57b0396e09cde682173, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php', 1, 0x00000000000000000000000000000000, 0x5378cf2deb189a439f04c4477519ead5, 0x5013d36f54d56e724bccd38fdff77fccc058ee7f6709ba61e57b2bfa947fca6c, '', 0, '?'),
(0x0510e26fad4f9a0a559784a9763c99e0, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php', 1, 0x00000000000000000000000000000000, 0x26b58f9a60a3b7c6365ea75c8caee023, 0x4d759743f45db02dd48e69236d92ae117137a67695d063a07327aef569fdc389, '', 0, '?'),
(0xa95c6e6f56c2109697f7b3664ad32146, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php', 1, 0x00000000000000000000000000000000, 0x4935374d23fde223bbba33c513d5c3e0, 0xdd4deebe3e56447db117562270e72439b82a9d12e726d36385b76249a22ddf3b, '', 0, '?'),
(0xc4f8fea31399646a7ed19f8074827791, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php', 1, 0x00000000000000000000000000000000, 0xc43e0e404a9208231a27908038c00030, 0x249721f7088910687736cf332e8e68c9c5ee1c082b484be02b6b931b65efc01e, '', 0, '?'),
(0x2bee19f39738d040aa85cfef273ddf62, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php', 1, 0x00000000000000000000000000000000, 0x6deb6e2d505d86b331713e54c38107a6, 0x592a0fcd7df8fe2e6b382daafcd9c24f992d0ccd0e6b28d0117140e04619f8ab, '', 0, '?'),
(0x6ec8cd4940736415e8a409e72ce88c98, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php', 1, 0x00000000000000000000000000000000, 0xd7937176662a44ffd02fbfddd0c2469d, 0x42b145359583cb4f6212aaa3272bd99b57b16903065b4ac65e4f8de8b387774a, '', 0, '?'),
(0x28595c469015f31b2a7c2312d45b6c04, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php', 1, 0x00000000000000000000000000000000, 0x4470f1f5d15863a907c023ee81f34424, 0x54e577addf25d362d8ad1b3790e2fd91fa2bf7177e25d1897a3f056f6ca5151f, '', 0, '?'),
(0x56ab3807635aad0be3ca22a8ce47ebe9, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x6966fa756461a16b17e3d4b6ef09cb18, 0x65517dcabdd17fbae8c2a2cf5e86aa7767fe55df3d04fae7f415c820c6f6e412, '', 0, '?'),
(0xf0a1f04292d1d62890da57ab78efd887, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php', 1, 0x00000000000000000000000000000000, 0x7182ad2c7605016470dfa96788a7e5b4, 0xf00fed1602f36cad0faca6c68fbe14696e4e117966de1d69807c59f069495d80, '', 0, '?'),
(0x42251b39904b681d1bb66d1fab4477c8, 'wp-content/plugins/w3-total-cache/lib/Google/Client.php', 1, 0x00000000000000000000000000000000, 0x182ae8432f1e40e1a4e563793d725fbc, 0xaf9f65f7c20774058edeaed58f878fd2fc03279b8e53fea94fc225ca6ada8e61, '', 0, '?'),
(0x5fe90b4aab8efcb968bf216abe96d486, 'wp-content/plugins/w3-total-cache/lib/Google/Collection.php', 1, 0x00000000000000000000000000000000, 0x1d54fa59d06fac016b44895e5186202d, 0x3098075d1f3da9f043e3e947e0cf8677be2511604c37ff585a7414acd3a68ca7, '', 0, '?'),
(0xa125b08f6cf3144094e959b61c379f00, 'wp-content/plugins/w3-total-cache/lib/Google/Config.php', 1, 0x00000000000000000000000000000000, 0x731d69ca773557eb7a0429cbc8364f85, 0x332ab98f634c9e5c226326ae9fdf9ccd4a6efd273903093daee97b23df01a727, '', 0, '?'),
(0xde1911ec6ed3bb4624709c6105bdbc02, 'wp-content/plugins/w3-total-cache/lib/Google/Exception.php', 1, 0x00000000000000000000000000000000, 0x934c0e79b4e0c05940e14191e388ed6c, 0x103778ef4aeecc89345ebfa9810dd9c418849e2465f5ea28deb10f61a0137a4c, '', 0, '?'),
(0xaccabc4057318e999574461e7e086de8, 'wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php', 1, 0x00000000000000000000000000000000, 0xb067f56f4d6cf31c662824285f1a7267, 0xdfaa753c87fc978389e3545933b8b3eceb38fa1f627ecb3006bc32287a23b065, '', 0, '?'),
(0xa5cc955a1eb6980294ae3aa8a37d6010, 'wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php', 1, 0x00000000000000000000000000000000, 0x8f5c1446b0c165978959483ecea8fa45, 0x2662c486c9afbba92dbebc798e07eeebbc60f5815449a2ca6cd1a4542656c954, '', 0, '?'),
(0x034b38acd60bb8fa8659f5fe8664a5fd, 'wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php', 1, 0x00000000000000000000000000000000, 0x9486160bc35bbec0fb101bbc9c5b9fda, 0xfaa462e48e42b70341434dffa1067b253cbd6885170117f79059a44215e91709, '', 0, '?'),
(0x01eda0229db11a2dfea9286261f62ba2, 'wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php', 1, 0x00000000000000000000000000000000, 0x2fc5479aba81387e950ab5fe15d600ed, 0x90f6344b04a324d955df7a0f299eb7132309869661640da4ca4e5ff3aed93f00, '', 0, '?'),
(0xcb291c9272d59c75b64ab9f92d1d814b, 'wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x5a5f69fb40f598f675aae03028c70364, 0xd0c39e12179e1fae71f4cc59a951159464fcc7e85878e76a6490356f5fef4317, '', 0, '?'),
(0x9b094d947b0f90e0becd45894417921d, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php', 1, 0x00000000000000000000000000000000, 0xb211940938e5a44ad94a58064884080c, 0x79b354aaf07f0f3f5659a2b5c71b10f8e8a720109b74056df6cf9c4a8ba0ed79, '', 0, '?'),
(0x73546c05028e7964bd019caffc1660d0, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php', 1, 0x00000000000000000000000000000000, 0xa51ad5f87dd9e5edffde1940ea509cfe, 0x51c4cbb4dda3ab9a57c162dd8c1c3a7e6e16a72fbd4e1c71177dee2f94eec4de, '', 0, '?'),
(0xf109db94fb3dd98b4fae7c34d4a90c9f, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php', 1, 0x00000000000000000000000000000000, 0xe1438d33e3559088d4f67059d73feaa1, 0x813c6477a9342a2cd2a3fbe712081802d734fbbc4b16f0e539ffd76faad1c13c, '', 0, '?'),
(0x9367b3c2011d946b4407b4718d4f3a9b, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php', 1, 0x00000000000000000000000000000000, 0x084397b66a4b4356c449417693d869dc, 0x716fee8b9b215dd2dd8916e553d860fd31e971f2e84c6d4a3d854802dfb98b1e, '', 0, '?'),
(0x5f70b9a677e8c4749932ce29eec072b2, 'wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem', 1, 0x00000000000000000000000000000000, 0xa527b93e71b94759d99643641ff3b531, 0x45e03461fe62030860100029b61ebc9301e7a6556928af40adcf88805b3ba5d4, '', 0, '?'),
(0xbe0116f90b3e32c3934c4110a9ebb6f8, 'wp-content/plugins/w3-total-cache/lib/Google/Model.php', 1, 0x00000000000000000000000000000000, 0x096831dd70b1d85d1abe103404ffead4, 0xc8502e4467a2f5a723bfbdc7e6ec79e480480966fde1c8ac8294a54c4ab17583, '', 0, '?'),
(0x71285328bfe1ba83b610a6758d0b418a, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php', 1, 0x00000000000000000000000000000000, 0x20c8b655d49523437fec9d5bf36f8ed6, 0x9139041533287b3bc468667d31b8f55c0abab6bb0b8fc894db815fd637f1b540, '', 0, '?'),
(0x54019e995cb94f6370ce0a22f42201d8, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php', 1, 0x00000000000000000000000000000000, 0x5de8de551f1d698c9b298d764a674027, 0xe568b70fdfb3d3df81644b379eddf88e1632c9e9a9e9ebf378a12dfa25d7f049, '', 0, '?'),
(0xbc3a58a139ebef618892b70a18b2fe39, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php', 1, 0x00000000000000000000000000000000, 0x6bb0781187bbd800a8c0f1740b9cd92e, 0x0b5881db1c844a707d06d0661592fd2d9348297d786bacd6ee1d034d03cd26db, '', 0, '?'),
(0xd241e396e40b87b3a7c13a6037226d40, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php', 1, 0x00000000000000000000000000000000, 0x1198137b35a555ef712b844dcb60a9e3, 0x3b0f8732df5c768679bbf47449721874ad030ef726a3757c1d70c68302520224, '', 0, '?'),
(0x694741c47876560eea4b92d209448070, 'wp-content/plugins/w3-total-cache/lib/Google/Service.php', 1, 0x00000000000000000000000000000000, 0x47677f6f249815bf28f6a99c672ab517, 0x7876200f5d2b27c74013480f703144126d826e23915b91895ec96bbd6cca5aaf, '', 0, '?'),
(0x3df789911131b147ae2a3233279e95ce, 'wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x1e16c2f49fd65fff0ac9629a57c85e5d, 0x884987f62792c262d1692aab2ffd5c72e15c966ceaf2bec3514334a05c3d3e49, '', 0, '?'),
(0x94172582e3f12c57977b223a985e8e54, 'wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php', 1, 0x00000000000000000000000000000000, 0xeb87edae33df36ec7db0cf8b5a1c5eb5, 0x97407a22d98c672ce56663c4961d6f179502c12978eb928eeeebde7551d4e4a0, '', 0, '?'),
(0x613c4918f32670ec0b706cef408ea72e, 'wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php', 1, 0x00000000000000000000000000000000, 0x0af76a052579e42e2ebba06da4d09dc3, 0xae81546bbcf74800a920141b8a1fff30f3392d4d6972d7eedf12889dfad73462, '', 0, '?'),
(0xd1be206c590840ed64eefc0e6e586f3b, 'wp-content/plugins/w3-total-cache/lib/Google/Utils.php', 1, 0x00000000000000000000000000000000, 0x373c79714d2abca5418b25f908424de2, 0x390d93cd4394c0e543057abe34114076cbacee4e0f127648e2a5a41388ff988d, '', 0, '?'),
(0x156083bb41e967c4e46a8d46a514b683, 'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php', 1, 0x00000000000000000000000000000000, 0xcbb15538000f61bf949dc5502a2fbbf1, 0x6dda935bacb8a45a4008c781315be547d57c6908089caf54fec4ad0e95e3fa01, '', 0, '?'),
(0xffeab9dd9ba545855e52c47418e06901, 'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php', 1, 0x00000000000000000000000000000000, 0x953049393caa6b9425191b3318f08d16, 0xc92e0eec8d1a4e6430a3f416f0ad2336775a7017a7135b441e138693137eee2a, '', 0, '?'),
(0x2a9be06531dbd63998877929229d751d, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php', 1, 0x00000000000000000000000000000000, 0x92ca8550efd03e1bb540dd894df22a95, 0xdb75bb9e2a42cfdf1a10437194d9754cf6b7c438af8ea83edea6bcc348772b0c, '', 0, '?'),
(0x10e830a98c62c98d2e16d27bd6540b44, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php', 1, 0x00000000000000000000000000000000, 0xf99d2cb7225553b66c20be40a515a01d, 0xb1868dc7cbb49885a5ffc9acb706179b1e108d7d203023536f2fe5a3a1e678da, '', 0, '?'),
(0x0015a9c8652d3a71e643d5f2bfbeadac, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdd558ced2bb62e0696456420e1d796b2, 'wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php', 1, 0x00000000000000000000000000000000, 0xd8155a2b9587003b1faf3a4d71e4c9dc, 0x1f7ae007891d44f80296ae8a8fd37b7a52631a74bc5d35e1a6a9bcf9894bdf68, '', 0, '?'),
(0x45fcdd3e13954a893292e6142c0cafe0, 'wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php', 1, 0x00000000000000000000000000000000, 0x9346f15848412fe4df27e7c6223bccbf, 0x195f70084f773b19da058bc89d411a079c0dccf668195785e617545b7fcae382, '', 0, '?'),
(0xab3f696309b7165a7f9e123944a730b4, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php', 1, 0x00000000000000000000000000000000, 0xa9a91afe6fff599126ee4750c28e7c68, 0x285996903a8e6ca2be42980034e8016c83a4b871bc1f7686515e4fba8ece0881, '', 0, '?'),
(0xb08bc23a50f2be4f74a61c2ed8909940, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php', 1, 0x00000000000000000000000000000000, 0x7f9181e040c12810752513890c521842, 0xcae69e723bbfd92bb12a92f1d501142430098b5043c4851b6bd6785bb9a30772, '', 0, '?'),
(0x98d75c836fcfa6534ccf18345d3ff3c8, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php', 1, 0x00000000000000000000000000000000, 0xc3b4d34d8a68912d410b01bcc04ce262, 0x557f30fd1fa64d875fce9d79c6a2f4af645e9645a070432c3688c4585e81cfd5, '', 0, '?'),
(0x95a005e7cbf428a3ac4fb147559a5145, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x5eebca683426d7d6d912f8c8f29d1af9, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php', 1, 0x00000000000000000000000000000000, 0x812c5c4d1469d9bc7253eb7635cdfebc, 0x752cb0b8b84691e2f4aa16f48993da40bfacdf26da6da48ab2d313530c947737, '', 0, '?'),
(0x435bddaa82528beea5546b74aaa0f692, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php', 1, 0x00000000000000000000000000000000, 0xb9d2c5df6a77ac1dc9646018bf36fc05, 0x3e09544f8b640c05042db0f2cc344209d453f6aaef6daadcbb244bb4f58999cf, '', 0, '?'),
(0x0f9c02a004523e9e4fb9b0b6c2e98ba1, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php', 1, 0x00000000000000000000000000000000, 0x66a740992d13301fb9ab1b4d2d8fc337, 0x51dfedd0c8d553a5134e0936c0c45926712c02c3f4ce5722bebb21f7b8275c85, '', 0, '?'),
(0xb47e0c29b140119cab80a5835158fa5e, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php', 1, 0x00000000000000000000000000000000, 0x3c2b3829c18f42dd7a64ad2af444bc19, 0xedb7121266f555ab3c5be0a774eff7fa6a030ac770e917a899e90a5766fdf9ed, '', 0, '?'),
(0x831dffd4415142089b0878cbeaf112bf, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php', 1, 0x00000000000000000000000000000000, 0x0ae1aa00175a292aca3d6c413b9b74c9, 0x71b21f35cd638be169a6be7ca2f6c54d30fa3d9bc557e0e0e98c4710ac5efe38, '', 0, '?'),
(0xa2bd4a6d5d175d9695037fd199095bb8, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3af6c5281530f2b5ac0d8fbf64c1b002, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php', 1, 0x00000000000000000000000000000000, 0x50f5c42896a5af19851d0864625e363c, 0xe123bbbc359c347a23e4e6842343cf717e5ae9d6f225526698daccf8fbf9c3d2, '', 0, '?'),
(0xf957b3f3f14e90197e0e884841c0a6e7, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php', 1, 0x00000000000000000000000000000000, 0xf0b4b8721529f6fb64251ec0b15af354, 0xa83e23f554346afbc015a13cb3106dadf51aac1c9ac7bada6ef32cbc0cdbf72c, '', 0, '?'),
(0xd6bb2340a468a9dcc9148b6d94f442ec, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php', 1, 0x00000000000000000000000000000000, 0x3dd8b3d1284afc6af8a9d7da08394bd4, 0x93f49b6d561d2ffc1d4d999ddd78466393407a5c08e2d9b78f0cca66719297b7, '', 0, '?'),
(0xf9ec7f64d7ec817d23cba62cfbb972ef, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php', 1, 0x00000000000000000000000000000000, 0x4d84dc284ea2d4807c03da0261edcf33, 0xa3243729ee6bcf53303f8522c678ea0d0c1b50cf90c523afd1f6d125a6fb1146, '', 0, '?'),
(0x619c46f356a4fa325c10c694e24d4657, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php', 1, 0x00000000000000000000000000000000, 0x0aa8cc85b4944b7df367e11221e4962f, 0x93ebe11d31a0d980729631ed2b6fdb818e1bda6fc3a905b60da4f7ce958b0e36, '', 0, '?'),
(0x78bd68aa547e668a7a631911b2886527, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php', 1, 0x00000000000000000000000000000000, 0xc09906d9e20fbd2cab10b380d1040bb4, 0x29641a308446d565f2827252e862d7f8f809eea57958d8c2edf0fe6052b0450f, '', 0, '?'),
(0x8d216c2ea4cc194f1b1e500e83e40618, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php', 1, 0x00000000000000000000000000000000, 0xed1fbce21e3760f85bac45448408e5c9, 0x146bcbb614daeace2b4f5feebccc12ac458f406ce90862d64229c618b4e4f32e, '', 0, '?'),
(0x85e2908bd0fcee54f593d5ed5896d79e, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php', 1, 0x00000000000000000000000000000000, 0xa4913b3745b2f2c027bb11785e065660, 0xe1c6b4dc0c1df0709c4dcec3351c8f715c05b1b9743b6f96e351f7ebffe0b6b1, '', 0, '?'),
(0x5891b4532dc8212f50bfbf636826ca82, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php', 1, 0x00000000000000000000000000000000, 0x2c774d538a30b9cda7431892405d0db7, 0x68d312c85892c65d36d200b4d9a25089f2e8a6ca278aa14c2719c28ff05155f3, '', 0, '?'),
(0x359da34806f76df16096cb3ed1936314, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xcbcb9f723320acefc5b8df337973a291, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php', 1, 0x00000000000000000000000000000000, 0x2ffc70d5a975d402eb67fcee4d2b6deb, 0xc89e814787bf6eaae0f62bb0595b3acdf4178f6e4edc6008f236b4caa9a88ae5, '', 0, '?'),
(0x6f34e03d3e54a9d0727fe80e3656a9e3, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php', 1, 0x00000000000000000000000000000000, 0x04b95c1ceb6d9b24d14ca0ff9ccbf278, 0x2cfee2c58d76a967732203339e58a5def9c5fd8e825f46682b65901167e51074, '', 0, '?'),
(0x093afa3955c2adc7ae7f9e197b16b42f, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php', 1, 0x00000000000000000000000000000000, 0x42f3fa06ad5271dae317ed66f98339ef, 0xb57b44ad85832a939d3c1be35e9316a692dc41cf756ffdab9990bb997fe233bb, '', 0, '?'),
(0x92ae97e9e4a05976c280173af50c76a3, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php', 1, 0x00000000000000000000000000000000, 0xb93741d0991ebe451ee9e78ee9d659a9, 0x48e7a225799d59e2d21e09df67dbd50dc283cd61a1ba0cbdd9c91bafd6901e0f, '', 0, '?'),
(0xe156e09f7403e5ab84e44969fab5bec0, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php', 1, 0x00000000000000000000000000000000, 0xf39fe40c7db36d1dd00c74ae29f347df, 0xb76806a449605caca4412c02d4814648a555cfbfe9999fcffeb0e688b9688ac3, '', 0, '?'),
(0xf5218f6380b2c80638cede63872c410f, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php', 1, 0x00000000000000000000000000000000, 0x3a7cb74139682325cd592d25ba5bd44f, 0x72cc32941749d0a2571b021c20db4a0e49fec284c99d307ea1532866818bb5b7, '', 0, '?'),
(0x800b23b0975005d6f6e1322d1a181fd0, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php', 1, 0x00000000000000000000000000000000, 0x18267651ebea41a640d063765dda4de8, 0x80a0b2a31cff995456ed4d29d5a65771d2c5effc5a4af9a5d4cf74db7d71dea7, '', 0, '?'),
(0xdc9a5c7d044b30c487a5c58646dfda26, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php', 1, 0x00000000000000000000000000000000, 0x09e919dfe10a9ab6fdf867b396cf92d3, 0x1b8c8d1c16891ccaa83bf8e4d4d27615f89a38f671164d2336338dd91ccc3b3b, '', 0, '?'),
(0x32724615714bece339fb26b23835b5b4, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2d4974be2498debfbdfb76d5e375b5cf, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php', 1, 0x00000000000000000000000000000000, 0xf3207da16c33f91e94a23acc697e1635, 0x453d1974fac003b3afbfbaa2529b7b548c5de097353adf0b6da84ba38aa361b5, '', 0, '?'),
(0x707b5bd86209e11ef320fb1763edf995, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php', 1, 0x00000000000000000000000000000000, 0xff78288f71b48ce1492cbe05971d1734, 0x783e412ec85142ca030a7f91e52e8ccaa59184b17306d57c3489cc893f6875dc, '', 0, '?'),
(0xe308b3fccad11fadd012e3ee192178a8, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php', 1, 0x00000000000000000000000000000000, 0xac4f31a2ce002499f289a18cdbd406b6, 0x8d5858929639b3215a38df55722092202c6d7291c962a92617562c2fea4a1ee2, '', 0, '?'),
(0x86fd98ad93412760cd57b623b19ee747, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php', 1, 0x00000000000000000000000000000000, 0xdc47faad3402a81fcb4bf99c5f781c4e, 0x6f112cda1247732367052265bbfff9568f98a8366e3df2f2bd641f51091d4f0c, '', 0, '?'),
(0xff2f90f1c4926cf9a70a028ff03e6330, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php', 1, 0x00000000000000000000000000000000, 0xbef1d2e4286f05b98ae2c2fef5093ea7, 0xf80dc7a79e472abcf068c0839c13aa729947ed28109a759109fccf094e84817c, '', 0, '?'),
(0x312e17d3efe63e25010beb0fd4cb2f28, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php', 1, 0x00000000000000000000000000000000, 0x2597e520546196dba5bec33611a11fa3, 0x4fe75a1a026c1ddb4ee7ade9de6f631417bf7296ed8b7e9f3a31ba30016d921c, '', 0, '?'),
(0x1c4232dc2cfbf6b1d889a2866347c69f, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java', 1, 0x00000000000000000000000000000000, 0xcb15a586f2dcc4fead535bc982e3f91e, 0xfe429451c064fd2f948058657fc3e67a25e416fec3d7630651af70fb5b9918a6, '', 0, '?'),
(0x4408e73b871c11986dcb8a3dd1b6a716, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php', 1, 0x00000000000000000000000000000000, 0x8413d996d824df34a1e187f2efe6c76e, 0x0252d1d035ddf4ea291aeb1942d037f07d257c3a27e07376b0dd8931c5807a53, '', 0, '?'),
(0x62d3ea370afecd55775813b87294eb1d, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php', 1, 0x00000000000000000000000000000000, 0x6efe87497d0876a3c93800645fce58bb, 0xc0c6d8d96f29755d3926fb810c2bfa9efd89c761d74abdcc73597c039812a855, '', 0, '?'),
(0x29af53bd32745f9c2db664a975c3b837, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x562237ad7f0ec5ccf349df8b71346ac8, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify.php', 1, 0x00000000000000000000000000000000, 0x58dea7905db558bc5bad7f0f3906570a, 0xc671dfd947aede590b7ef64077556b014e562f769393f04b30f12b7b85bbbc81, '', 0, '?'),
(0x539cb7101909b11966cfccc3da20f313, 'wp-content/plugins/w3-total-cache/lib/Minify/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x2b82a23e0d0022e6a696ca0624058d81, 'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php', 1, 0x00000000000000000000000000000000, 0xb6318c5cb6225610c724a607c16fc140, 0x77e849532006c7d658bee9edb320d04fcda3a71a6a200594a70fce5c32729d74, '', 0, '?'),
(0xd00efceac0da0472828166e1eaa1d57a, 'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php', 1, 0x00000000000000000000000000000000, 0x42be422cfd36c0b48c02d2b97286e5c1, 0x1265685987a7b45c868b69bba46357167c3e7c46cf8e64950318bf264f975a78, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x74b6af717973642e1b5c87b9d7f9160f, 'wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php', 1, 0x00000000000000000000000000000000, 0xcee79bd8aa65a48256863d3156ab1ec3, 0x024257ed305dd4f60b0c3c3b0a18a6feb5b22f82ffad51e1fed5bef045b8d589, '', 0, '?'),
(0x2389ed1dfef0a6eaf924432de4a9d8d3, 'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php', 1, 0x00000000000000000000000000000000, 0x1fe8534534eff0065d9325a9496a0175, 0xfc879cb23b4d0832b97ef313fd6472a6e0af449d7070bfb7b6082d8f18d2da1a, '', 0, '?'),
(0x945127c27f490f8e9cdf19a83efdd1cd, 'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php', 1, 0x00000000000000000000000000000000, 0x7f69b2a419bac1422641972d2cc3c92b, 0xab85eaaf52557506bdd794022a329e27646b28be69e182182062be3653928601, '', 0, '?'),
(0xd11c5adf383dfde79c957e8940b8aaf4, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php', 1, 0x00000000000000000000000000000000, 0x882bd26c7b714903c8e7285815d1b364, 0x05de438b6e7ad0278ae064ce4f1379de953cd3e3e8f76cc475ba9f39921c7a1d, '', 0, '?'),
(0x9fd1ae587395d885f9f3327b2b536598, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php', 1, 0x00000000000000000000000000000000, 0x04ad073798ce71bcda83cf858fe3d3e2, 0x86d839ae986c13740409586af4835bd421e39fdd54f30efe49778f840d748c47, '', 0, '?'),
(0x44a4b70705c3b5a3e69f04d0546116f9, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php', 1, 0x00000000000000000000000000000000, 0x8a29b5b261ad04313fefbfd2428cc1cd, 0xa2d01f27d67dcddb71cb3026bf532392dfcc38b5e1a3f819204a1df857f19f49, '', 0, '?'),
(0x496d49b721aa034be5dce347f0821675, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php', 1, 0x00000000000000000000000000000000, 0x6de2a344df78f2f62eca846ec4bdcb93, 0xceec4dbbe40348c3b08c845722f993ef9ce479a44e1b63f4e655a5c4b63c2cdd, '', 0, '?'),
(0x8f708299a7ec1654399147ca40357a93, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php', 1, 0x00000000000000000000000000000000, 0x6c3978e769cba458fa3ef9baf9324eaf, 0xef6825fdb3b8b35c6887c643297efdb18f2107d3cae87ac5f30ae58191b0b782, '', 0, '?'),
(0x4d354f88d8673f20f0b94fa365954e9a, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php', 1, 0x00000000000000000000000000000000, 0xacbb403ebedcbd6dd7bd4bf4457f55f2, 0x67b4b9baa2fc10982d5ac3ba3778dfcf2ea2f94175a23c0cc7efe543c3c56dff, '', 0, '?'),
(0x3f6ad44c5bb81c8c4b414ce9976ff194, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php', 1, 0x00000000000000000000000000000000, 0xdb1c8c96c56050a4311428ab97bc982e, 0x6fb7fd2965fd8dc79bd5fffda536fac237887bfd10d81821f11fe3bde7230f0c, '', 0, '?'),
(0xcaab26777da26244796f449b145e10e5, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php', 1, 0x00000000000000000000000000000000, 0x870f48e863ac355182347a89bf7565f1, 0x81149e8805fdf84785d4b937d919e6a62f945a45569399df68b23c668c4524f4, '', 0, '?'),
(0xf269d0e83c24932664f3081493b00d78, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php', 1, 0x00000000000000000000000000000000, 0x3143a5dca266f6b807b6601770f8e6e1, 0x56d2413b63f5608f7d9067fb2b055d65308a6d009c06b9faf397d564b8f7dd3e, '', 0, '?'),
(0xc745dc4b60190014942e4acde9e4b1a5, 'wp-content/plugins/w3-total-cache/lib/Nusoap/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x96fab5226972d76ff01d71e578208d52, 'wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php', 1, 0x00000000000000000000000000000000, 0x47e7510b2b230e55f6d7eacaef3b610e, 0x6424c11f7db3c5d93a592bb48a7124dc981ff2d9566524820bd80089c50540a7, '', 0, '?'),
(0xf8a1bf609974e0203ecef96cbebfeafb, 'wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php', 1, 0x00000000000000000000000000000000, 0xf6195793b3bcf921b15e1a2bd19b95ef, 0x95fd8269ca97d27a93e1c537341e9c62cfe82e7da5b6a887fb460d50c2ca5434, '', 0, '?'),
(0xf19d745f5c4219f588a1f4d4de4c7a85, 'wp-content/plugins/w3-total-cache/lib/S3Compatible.php', 1, 0x00000000000000000000000000000000, 0x2d1c631074de15b20900ed91e1563b1e, 0x52df4863e52ccc91b10ef384b12728f5415645c186ffeb050ec35eb9641c5918, '', 0, '?'),
(0x7e3eaf00a72b6a60d08164fca7416bdb, 'wp-content/plugins/w3-total-cache/lib/SNS/README.md', 1, 0x00000000000000000000000000000000, 0x5ebb7e264b1131f56b91dde12f3ca3a6, 0x4dcfe29793e41692d63e8a728659ab96e77369102c3444d348877b11f8302b92, '', 0, '?'),
(0x2ccf4a4b170315b23b5a6ccfba7a5d27, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE', 1, 0x00000000000000000000000000000000, 0x70f142181074f83b33d258164c008cd9, 0xda1c333eb4c6cb632f65402fde516ef2370a19701e5159a9c02f9d6a912ff6b3, '', 0, '?'),
(0x482b4e880aa7fba057f529afd2bb7930, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md', 1, 0x00000000000000000000000000000000, 0x702485f100351d8dcc1346d087d09656, 0x9da49e98b6d1e87c9e44671e3a9eb04dc15328ac42ac870d10bbecd202ff6f54, '', 0, '?'),
(0x9e54234ba1d3e41b791ba10a56ec3ec0, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem', 1, 0x00000000000000000000000000000000, 0x4e0c8fcca8148533e6723f94463a3c73, 0x3c24deb61b96ee432ac76d5eb3856ccc327ff0a4ef420f46590c648dbe882d30, '', 0, '?'),
(0x7c29d8855f4e0e8ba418b302ce61a00e, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php', 1, 0x00000000000000000000000000000000, 0x84345c7421c25a284076ba6f5da25888, 0x29b31d3a3672142102f39fa385ba19ae450fcc5d6edab9cf0228384992f10a89, '', 0, '?'),
(0x6e142878526dc3ea8f94ecd37a9bb2d0, 'wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php', 1, 0x00000000000000000000000000000000, 0x6276fbacc9192bb1d09099d630bd3bd5, 0xb4bcf1476fd9551568822dcd15b82d485af90f73805a26cc0bffcf85a67cf679, '', 0, '?'),
(0xa74c16b85e07af4699b0d3a522776200, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php', 1, 0x00000000000000000000000000000000, 0x254ec097174d92659d4b6a086d60a4d6, 0x65701ca151abcd9de719000953d7146319392d7940492d8f23adad8e94892241, '', 0, '?'),
(0x76be3b33f47883d14a9819a8cf562f8f, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php', 1, 0x00000000000000000000000000000000, 0xd2b09a9b412dfa8f9834150fd729a3cc, 0x1262548ff3f47b668cafccea3b08817c7e5fbd257a1ea39f10cd7365ee0491e8, '', 0, '?'),
(0xe2f53396cdddec5751a4c98c0c22a5d2, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php', 1, 0x00000000000000000000000000000000, 0x3bdec9772c613c46b5b21c24b68feca5, 0x3a9aaf59deaf55c12d015f2101b738cd54297473404b3de2e1e0db62a6ebe854, '', 0, '?'),
(0xa5be5d0c6147f9f875d824b52465646f, 'wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php', 1, 0x00000000000000000000000000000000, 0xcb3d8df826476829c357ec35bb585469, 0x9c6eba3c6f01ed48640e25397b9df000931dd34bdae2a42da14fe1b4addd6f00, '', 0, '?'),
(0x9e0c3b57ece8205ca68726160ea27cd0, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php', 1, 0x00000000000000000000000000000000, 0x21146811c1c182bb1f3db4a36631305c, 0x6860225100cb15ee2737523fd03bcc119af7936be2581f870d283ca8f62798a1, '', 0, '?'),
(0xe4f25dc086b981e778af603dccf84689, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php', 1, 0x00000000000000000000000000000000, 0x128a6eff75168fbcddbb1872aa46088d, 0x5190a3ca2e246273de58172732c672cf23e3ba0c6da54b154577a72a01cd92e5, '', 0, '?'),
(0xce40f3a9008de77752ecb13b1c18c9d3, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php', 1, 0x00000000000000000000000000000000, 0xe02af3baf386f4aa9effd3b1c85e1c6d, 0x796f8b0e313090487804b0a1d7e1d9b1014321017d927b347de82720e6a6eefb, '', 0, '?'),
(0xf3ee244c03374dd7cb01ea83c6fd11bc, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php', 1, 0x00000000000000000000000000000000, 0xdae2d6836f0866237d5c75161227a459, 0xca5c2b6d60750f2f9748a3277b4ae33bacee6277f971bb6248f8abb1934bf686, '', 0, '?'),
(0x1d3286e1033c71444461a662913f3192, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Colors.php', 1, 0x00000000000000000000000000000000, 0x1b93af3f5307c0b481ec38d059c4ae19, 0x8871e4c7d181b5f982fe7eb1187def199fc51dcca3faa556b9cd064e7a56138b, '', 0, '?'),
(0x1a1bb0bd149d665eaa5cdf588fa28f36, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Command.php', 1, 0x00000000000000000000000000000000, 0xb390d4703f44d9a637b3bdaa48bcc62f, 0xe960e2c3f8d251134400d74c0c59fa7881c8f223adab30d1eb6a47f990fb2789, '', 0, '?'),
(0xddc42988387027d1d2f2edac52303cf4, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php', 1, 0x00000000000000000000000000000000, 0xb595405c27fb5ac575f40886efcdac22, 0x88610daecf3031134cfd946f311d5379fb1821e462049c5fd5c5dd1a76062366, '', 0, '?'),
(0x0e6baa3dafb3a7cc5272e3c816e6f071, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php', 1, 0x00000000000000000000000000000000, 0x4d1c2375cd09ca2b0da2d0e63c996a7b, 0xa1c7144e16929f093bd011f5fff0dcbce5260b55bf88d47b13f97d33fddb885d, '', 0, '?'),
(0x65076bbbfa0c153d5c3d097e9ec28ff5, 'wp-content/plugins/w3-total-cache/lib/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x555e49f695423f9e9c062792dd7dd43c, 'wp-content/plugins/w3-total-cache/press.txt', 1, 0x00000000000000000000000000000000, 0x6c9954b2e1c1405838603589c0bcd4df, 0x26febc2a21cb2b0eb993ee1cf0916ee1fcc3bfa330d7c678e7dacb47b09f3e4f, '', 0, '?'),
(0x7aa69815c9344a65367471f7ed74c7b7, 'wp-content/plugins/w3-total-cache/pub/css/error.css', 1, 0x00000000000000000000000000000000, 0x271d7040e01a1de4c7cb3a165b6f7bec, 0x08fe0003b13c89a8946a3f48a422689cffa9970a6a9fd095c70edf2eb195543d, '', 0, '?'),
(0x27b86bc4ecce3f26c19ae04520513307, 'wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css', 1, 0x00000000000000000000000000000000, 0xeba04e62e9e395659f4a40897c60db0f, 0xba0feb36b9a3214772ec0fd275a542f79e5d105fc75e411fbb93d9ec8fae3c13, '', 0, '?'),
(0xa753c89d4ce5a0816402911b8a342400, 'wp-content/plugins/w3-total-cache/pub/css/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x09f1b7fa87ac89356dfbad3a346df9e1, 'wp-content/plugins/w3-total-cache/pub/css/lightbox.css', 1, 0x00000000000000000000000000000000, 0xe18c7367fdf19e2f94c9fc0e649eaa10, 0x15d0ccb497de70e2dcf25f1c84484c98257459f45f9c76092f7fb2d6bf1f5aa7, '', 0, '?'),
(0xe379f5d40b817a3201a52e8fc95e1ff9, 'wp-content/plugins/w3-total-cache/pub/css/options.css', 1, 0x00000000000000000000000000000000, 0xa512cba49b250a0308032a5b737a9483, 0xfa265bf2c802b026873c8d97a431ef6977028be4fe1988dbd3d214d618d1412a, '', 0, '?'),
(0x625efe47dd263550f8b8344f4d19d118, 'wp-content/plugins/w3-total-cache/pub/css/popup.css', 1, 0x00000000000000000000000000000000, 0x34042fb7d3b18ac179476014ba863b44, 0xbe71e276a43ae1e8db638877b246a0c71be90f42c226c194b0b5d2b81401724a, '', 0, '?'),
(0xc30717328efe157db32ba53f906693b8, 'wp-content/plugins/w3-total-cache/pub/css/setup-guide.css', 1, 0x00000000000000000000000000000000, 0xd61f4184adb03c07f05a7bfefa33ff16, 0xe2fa2b4cf2cb80161d6047de5bb7df0b2a57bd994f4b6d1742c139c68c728ae9, '', 0, '?'),
(0x2335aaaa2200cb8befdaf1571fd31b93, 'wp-content/plugins/w3-total-cache/pub/css/widget.css', 1, 0x00000000000000000000000000000000, 0xa089b6901e79cdc54d7a31344bc99e1a, 0xe4b37d2b7ca9bef5ad2c1c19b7cdc1bd0fb3ae63ddae0687e2303c1e004723ea, '', 0, '?'),
(0x732b7ab02ed9d9f5ecd0edda9fc21289, 'wp-content/plugins/w3-total-cache/pub/css/wizard.css', 1, 0x00000000000000000000000000000000, 0x112c5ac487858e78b763ce04a5b9d2bc, 0x2b822bfee52ecd8242d7e18af5c702421bead6c179373ed4adc6ad0bf83ca660, '', 0, '?'),
(0x341a5b4dc70caefc73dc9e01737a4d24, 'wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg', 1, 0x00000000000000000000000000000000, 0x35963f0945244fdb72e754b6ba1692ec, 0x4622ab9d59b8d5c61d81620d277898ad422d1c655aaf6fc5a558b9ca825de84b, '', 0, '?'),
(0x46eecc58ed44b4b6d6f5955dff6a9128, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot', 1, 0x00000000000000000000000000000000, 0xf45ffbc77b7704612aeb495e9696b359, 0x4b0203625f409f2f701d91fab2f17eeca894f0082c6d5f08bb2381cb463925d9, '', 0, '?'),
(0xe3a68bf3a716e7a1ffef15896fa0a066, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg', 1, 0x00000000000000000000000000000000, 0xd1f83c66e37128a17a468850b927ba5c, 0xc22a3e672633682ab1409314dfe8938b0e7a63f0a4aab01a01827f040127cca1, '', 0, '?'),
(0x79e7478a5296de190607be0de313daf8, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf', 1, 0x00000000000000000000000000000000, 0xca650cfa5227efb1cc80dface0b54180, 0x7d93ced6350b5fbfe4b6f061f54bca48d0f11f6ca4019d6904e5541e0efe4673, '', 0, '?'),
(0x2a94b1078519b4f9dffa6b59f6d78181, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff', 1, 0x00000000000000000000000000000000, 0x04d6e3a5f08bc0b997a608b68ffe1b97, 0xb4bb42fec088d0067896e9e7298cefb20882892625cb007310d96058be6878d4, '', 0, '?'),
(0x1476abfb1def3ae46245357f59382cdd, 'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png', 1, 0x00000000000000000000000000000000, 0xa0a157c6c6382af891ea1b062970502c, 0x7d97a594323d50953702962324d2293225fcb8e3177f31958a7cc6f6a45d90dd, '', 0, '?'),
(0x4ef659975d3599dd28146208d4d09f80, 'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png', 1, 0x00000000000000000000000000000000, 0x715e74ac16c1bd342ff5b3597d2dc3ff, 0xbed5fd7ad3c5b76595ed4da3d4aa79dd7fab6416567b1058da1dff29da3aaf1d, '', 0, '?'),
(0x00661486e48f9b514af7ac982c74addf, 'wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png', 1, 0x00000000000000000000000000000000, 0xb49bf7aa0d3c33fbe2dc549cd44c94db, 0xe9ecb3901254cf4cf761e05fc7e92ef7c088596aa98727d8847675caf9ed2018, '', 0, '?'),
(0xa9f65960943f4480bc3e2f515ca4d0c7, 'wp-content/plugins/w3-total-cache/pub/img/button-grad.png', 1, 0x00000000000000000000000000000000, 0x34b0d24e97b5197fc7e78939b7d66fc6, 0xcc5ea9bf426f78e7f10585fd5008710aaca1d3c82d5d50586fefb6ec93485305, '', 0, '?'),
(0x2a7e4e595ec3948a95d3f72546f7cc9e, 'wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png', 1, 0x00000000000000000000000000000000, 0xd760e9346a1165625de66827a10cbf58, 0xf662b1014fe28b79f249cacaa66440204e0d5c75d20734e18259063e7b39f711, '', 0, '?'),
(0xf07ac0f1dd3379394f0f29eb6ca7fe15, 'wp-content/plugins/w3-total-cache/pub/img/close.png', 1, 0x00000000000000000000000000000000, 0xd7530e1e1d4582b98b83bcfc23384cbf, 0x00ee14c7bed032f711d35267871d53544a335b07ae1fa3fec031e2d6b6071ed3, '', 0, '?'),
(0xfb0e8c576ed305a99efdfb2e94baf1a5, 'wp-content/plugins/w3-total-cache/pub/img/google-logo.png', 1, 0x00000000000000000000000000000000, 0x1889d25b193adfbaa5856c0c9aa57621, 0xda942b1f4cbb520b6e2f62d9886262125365c5df47f8f11646a5c762ff318c7d, '', 0, '?'),
(0x47afb3ff40cfb2105bb3b63253056fc7, 'wp-content/plugins/w3-total-cache/pub/img/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0xdc3e2f6b70fa62ee125e187725e67adf, 'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png', 1, 0x00000000000000000000000000000000, 0x28abb472eecdb2d3956ab0f1e82c55d5, 0xa14a15dcee0b5789bb542825c9f5c84f01ae4f5de1a6afd9122f69df65023fa7, '', 0, '?'),
(0xedea42947aefd73e401630441daf19fe, 'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png', 1, 0x00000000000000000000000000000000, 0x910a97c4a4919d7053b78e40025da0e0, 0x55dee6d06b5bd4483dee70a95417e4c7e9305f3097cdf09e1d0ae5f6ed4f6c30, '', 0, '?'),
(0xe834ca3e8f7d1db49d78e053c7ba6d71, 'wp-content/plugins/w3-total-cache/pub/img/open.png', 1, 0x00000000000000000000000000000000, 0x533a8271c14f5a14783168675c0d4578, 0x88d818261e6df6181f4095637f3af00464375708f478b73d5495529df31e8cfa, '', 0, '?'),
(0xb3eba4b10db321af9f827b742855122c, 'wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png', 1, 0x00000000000000000000000000000000, 0xa262b8c4f8800ea6648931a5f9b90ec4, 0xce65c97da5e3a5b6d3095724f8423080c22066f1654468ed967a880a1f702339, '', 0, '?'),
(0x5e4f9d22d8dbd7b891cc2edb290f2e9e, 'wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png', 1, 0x00000000000000000000000000000000, 0xe4026688e839acd8dce5599566748e45, 0x66b38f1b02e16e6f83332d051f2ec9e14f4cfe89d5bff7a4190f8bdc3c73c780, '', 0, '?'),
(0xbdfbc4b509c9cf67145abd3cd3bf93d1, 'wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png', 1, 0x00000000000000000000000000000000, 0x9caa9b04681b6c0db4f66996343f3409, 0xdbf3c9d0e98f5c35a009d2f741dec14c35ab8ca7962ca07bbfed9e18a67ce20a, '', 0, '?'),
(0xab3208ce37b4ffce2bbf50fc94dae0e1, 'wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png', 1, 0x00000000000000000000000000000000, 0xc06608bf71e78e7bf9402f8c808e89a2, 0x7a918cb7bdbaf8d99482a646991b0c4912bd371bfab009d8c397caa234e54b28, '', 0, '?'),
(0xda0fb770ff5b472e93966b1c8714ee77, 'wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png', 1, 0x00000000000000000000000000000000, 0x99217e8f8ac3268434363284817719b7, 0x968db9615de5007ef33e551a142a0cfdff7d40287fd72cece166620919638391, '', 0, '?'),
(0x28dfca1eb4c3d739e507bdafc695f593, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png', 1, 0x00000000000000000000000000000000, 0x6b19b04aa4830b117a0594e70b7e3833, 0x17e91f233a9da2634b4a178c887cf614c8098e18e2817f14e60441b8007afdc2, '', 0, '?'),
(0xfd0a6da373d79492497c5adaa9bfaaec, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png', 1, 0x00000000000000000000000000000000, 0x370eeb567304180feb9165fbdabf745b, 0x1a778365533f5b03c758fce45d60142200cd2e22c7be781e9d74e3cdf15f942e, '', 0, '?'),
(0x2d789aaee34181fcaee7235ef1af16d6, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png', 1, 0x00000000000000000000000000000000, 0xb11a8bfd714b8484f284aa343fdede80, 0x2440e000f8cffad69d026ef6cf6f336a2dd256c3da33b9078195dc9fce0562ce, '', 0, '?'),
(0x5b95b9379f97f32a43c3b0e39f8a0048, 'wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png', 1, 0x00000000000000000000000000000000, 0x5d3b5234444b5b35300dd9cc942fd05d, 0x63038190cedb10443158fc07e7c9134d5c882e18fc3c7e767eb5623ea85c7daf, '', 0, '?'),
(0xff00a1a1c531ca1dfcaff90c25a92ee9, 'wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png', 1, 0x00000000000000000000000000000000, 0x5caa2e01749b718a1b23660c366d2cff, 0x5da5eaf16a49cc81b158e8efaabb05c25942fa67c8db038be9451b130aa60650, '', 0, '?'),
(0x329ce64c5409e83452d4e4d43da8a8e4, 'wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png', 1, 0x00000000000000000000000000000000, 0x72e634018506caf440fb2971ffbc874e, 0x9d8f0ab7ea60d5de2fd09ff72b3032daa4ad32890b6df696c22ec3488e953d45, '', 0, '?'),
(0x4f252e897d5e6c4c9d7584547ddaa9e5, 'wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png', 1, 0x00000000000000000000000000000000, 0x38af92e508bd063e03cd9f1fd180d978, 0x2e3caec60d03c918f42a92d1bdf99ff6041618636447f756b4ed4c1d3189bdf7, '', 0, '?'),
(0xbd2238cb0050ac0ba20a75c29bc85500, 'wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif', 1, 0x00000000000000000000000000000000, 0x3c56b79f7f227153ca6d275deac46526, 0x0ca8f0b9600dcc22ebf5928d9bc8c48ab688783a29c908a051ceb2982e91bd71, '', 0, '?'),
(0x60bf7a16f87bba9649625e144092530c, 'wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif', 1, 0x00000000000000000000000000000000, 0x31bd8fecc9bb403e7fefd1b35aa00d43, 0xe7fc4e14af9478b1ab34b19dc2bcde2f62366cf8e1733e5d9b4fb9654dcee96d, '', 0, '?'),
(0xf5fc518775dd4dacf249fa7bd13d8cb3, 'wp-content/plugins/w3-total-cache/pub/img/ps_scores.png', 1, 0x00000000000000000000000000000000, 0x05c2fdd8d7430c8bbdccbf7314788e06, 0xc11e0b20d7ba65337ac2c4fc3c08243893092a9efe9b814eaa6906a5b1da2076, '', 0, '?'),
(0x73fc957612c67a9c506f6be421ce57e9, 'wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png', 1, 0x00000000000000000000000000000000, 0xbc0c23f751f72870cf684634674accb9, 0xfeb09163b4dacb985fcc39e241cd8f1f1d1d2155a41a9f21f38977c90001f0a9, '', 0, '?'),
(0x25f7f1c4dfcb378090460beccbc89c5e, 'wp-content/plugins/w3-total-cache/pub/img/stats-bg.png', 1, 0x00000000000000000000000000000000, 0xedc73f44b0431fcc3877298f4b0df220, 0x892d18c19f72a22badb5da208461b94110317592ddaf04325644cf7d864664bc, '', 0, '?'),
(0x60359edb73038ce48a87dae3f1c2d947, 'wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png', 1, 0x00000000000000000000000000000000, 0xd4d80d50002e69ef999866e606bf244a, 0x28d48dc10504043ceb2479103359dde184c4953aa92570f01995cbf98ef70b0a, '', 0, '?'),
(0xd6c64547a1a30fb4e3a4e5bdb90222b2, 'wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png', 1, 0x00000000000000000000000000000000, 0x674ffc84377e48f74211c86e49b33259, 0x76ef7cf2561004b0ee57babb736adc4c8f998c591f8a6e81a179bc056a11db45, '', 0, '?'),
(0x486bf9e8b141801b55263f12f96794ad, 'wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png', 1, 0x00000000000000000000000000000000, 0x1d12839d8a1d476f5af8ae1b82ea1896, 0xc1fb93c7a194f38dfa353d3c9a1393041423f638fafb9d4776a08f68b1c37c1a, '', 0, '?'),
(0xcf47c8292f9764a25b4de9400f7b9e1a, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png', 1, 0x00000000000000000000000000000000, 0x7d3e0600318981ad2da64e91321258b8, 0xf91cf354dc9b3004f38a2ac5f76d0750fc4b9394bd352db14c01cf4aeb9c99c7, '', 0, '?'),
(0xe462a32e90e560449448645e78898c86, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png', 1, 0x00000000000000000000000000000000, 0x4570c33c8a241fc90ea7f3347eb7139a, 0x3da1a8df644d2b48d80f13dae5e2cb899737512ede083ee8948d07ceedb52d32, '', 0, '?'),
(0x83ba07f4b23b312e48586c3f8e1e5497, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png', 1, 0x00000000000000000000000000000000, 0x4d15721b9f0a62300ed02581cb0e1775, 0x531d56cdcf40a99fb3590b638adef6d16590cf80f2aa29a12c1fa269826d75bc, '', 0, '?'),
(0x182497835b2ede43b8b19b8144581fd6, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png', 1, 0x00000000000000000000000000000000, 0x431acb700ad402bb3a7f0b108aac96e2, 0x136657f37fe7c6067a8105f86c78cd62b9e90d1c463ecc0b9c3c8497f9efc964, '', 0, '?'),
(0xe62a7af222ff436575b20f4305765200, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png', 1, 0x00000000000000000000000000000000, 0xcaf65c7890ef58b556496f307191c6af, 0x2e5cb4e63c5c8eaf3edbe10e8912ed432ac55d850c1fe903d7f1d71f367fb15d, '', 0, '?'),
(0xf3375866b8a2e7181500d81db0929220, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png', 1, 0x00000000000000000000000000000000, 0xd6ec01969f6065fb4d0f4fcb7544968f, 0xa18a215946e6fe1bde2f4580339abfb60be46cd7a67ac20e336261cbb93aab1d, '', 0, '?'),
(0x877da1bc49cacdfdecd06f90a39ebb8f, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png', 1, 0x00000000000000000000000000000000, 0x079de905c84f4271024390f3dec9cff9, 0x3367645239facc1ad64ba0d347ffff8ac16fc605753c3e3c7295265fdac838e6, '', 0, '?'),
(0xffbcca17bf7cb7be8dfa8a011432d6fa, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png', 1, 0x00000000000000000000000000000000, 0x612adc08fb8ec61ad0b830c12b68cb61, 0x9577fff3f691c7819474ad8198be243419cfa464a44d18c3e784a84bc77f8f3e, '', 0, '?'),
(0xa670404d131b93d543efa8aacd76b2f1, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png', 1, 0x00000000000000000000000000000000, 0x1e1d86c73d7745a1b45688906c984701, 0xa5e3496345a053d09dbb96e256d1ddc402441ca76d65e822577efe64b5e9e173, '', 0, '?'),
(0x4b6ccb15fd9a5987f2b2f9e67245d580, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg', 1, 0x00000000000000000000000000000000, 0xefea530f6c2b77caa24f23d6680fd592, 0xf5033be91993430315c16d1a47bfcc82040f55a314a73cab324d069fdc9da96f, '', 0, '?'),
(0xe9028f664e1cfe40943ef2c287a02bcb, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png', 1, 0x00000000000000000000000000000000, 0xae887d3eb2619cb6ae949d40aa74674d, 0x64ac9e6341e8d6f62eeec94bf44a8ee6c4f3b5a323d644f0189ee4dda45b63db, '', 0, '?'),
(0xa709028037581ea8068d9f87ff8b6175, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png', 1, 0x00000000000000000000000000000000, 0x1263c03a7a6d38f188b514c64f47e78a, 0xe0d39c66f3d4cec9a646ac8c93315d4f951c9f8288b184e1f05c03e763412de7, '', 0, '?'),
(0x70dc136ddcf9627657a206e1e1119809, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png', 1, 0x00000000000000000000000000000000, 0x423f967e3139e0f887680ae950ccccf9, 0xd4164afeb6a04ae3172a057ed2f90f302cd6b1a0d6d71f6993160199c942d682, '', 0, '?'),
(0xf1ebb67c559d071a2e09f1c3f4f946d0, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png', 1, 0x00000000000000000000000000000000, 0x46007c761c4d98c24c37450c86b7a7f4, 0xf316b856d6a19e677f4ff395cb6295a990cb31087a37f39974d6888b57b9a5ae, '', 0, '?'),
(0x67754f9c4b0d938b879dc4b668aef855, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png', 1, 0x00000000000000000000000000000000, 0x131c0ccc25e5a55323d03cc182919d3b, 0xd1f87c1286a4904fd8ef438732101981304a9e3330bb72baf9a1067523014628, '', 0, '?'),
(0x21c1c0602b20f020cbc9f991db740131, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png', 1, 0x00000000000000000000000000000000, 0xa325d3c328976e47cf9247ac38fb2f76, 0xa5e720ba445832f9366e4c4af149e555d0e4d13acc186ad7b6e1bcb654506692, '', 0, '?'),
(0xeb20fbee6a8c0107f59f2e0e0b0d6fdd, 'wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png', 1, 0x00000000000000000000000000000000, 0x0b45c3fa6a183aa89b7dc37610af2292, 0x339866b61e4debfb6e8f1b49831c52c53f1cf7a25ed3cac6030c28ebb3df450d, '', 0, '?'),
(0x4dc12a3a8d69314e29f4f2775d48c444, 'wp-content/plugins/w3-total-cache/pub/img/white-grad.png', 1, 0x00000000000000000000000000000000, 0x0a89c5892139859dc5bac94e0f91164e, 0x3f2a1dd0174e4a9f106b7e21b7788c594dcb1afa0f73a519e9f6cd1e1376d063, '', 0, '?'),
(0x2c99577fd7db9260f5f7eb53821569e2, 'wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif', 1, 0x00000000000000000000000000000000, 0x786b64e6247e6c4f9c8566abce770495, 0x89441d3c0a901e7f61eba90ea7ef4a57c73dffa2e7f4adf95209c0bf16ba7b0a, '', 0, '?'),
(0x75c730201a9b9d0de67bed116d38f44b, 'wp-content/plugins/w3-total-cache/pub/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x3c0f0777622ad9e4516cb4f27145301e, 'wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js', 1, 0x00000000000000000000000000000000, 0xb235b564de9c2c1d61d7ef07fcf2b93b, 0xc3536d726efee45f2c91e98a79b30c8dbd5f3251dbcd39e5a40d4841627ed5ec, '', 0, '?'),
(0x4eea46e9c4800e9e11d85558471cb9ee, 'wp-content/plugins/w3-total-cache/pub/js/feature-counter.js', 1, 0x00000000000000000000000000000000, 0x1cc9d5454886b523f32dd1fc96f93b44, 0xd97048169f9e59266d77998ebdab0c8a71b2aa958f76949411484787692da306, '', 0, '?'),
(0x00ac73aabb12fad2e548dac60602a0df, 'wp-content/plugins/w3-total-cache/pub/js/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x04efacc6e4c325baf1ffd312723f7f1d, 'wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0x84cf8cb5454fb65321bdab414fc1197e, 0xa984c440f2ea438f17dd94dfa13cf600ffd803573c0a407e6ec56e87ff33de7a, '', 0, '?'),
(0x358818337f1bd68740e1c6e0c58a74c4, 'wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js', 1, 0x00000000000000000000000000000000, 0xc0dc04a574108028bf6bde0c0e6d8e88, 0x2ac2a499474905464871fcebaa6314feb95a083079ff833e3904af518343d683, '', 0, '?'),
(0x67d5e2d6b95b173006cf28a5254aeacb, 'wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt', 1, 0x00000000000000000000000000000000, 0xe1c2394a5fa808a0a66ed9cf3d5a43c1, 0xb47f5086b416b16f98f512e44b24d9bef5fee77e25156a40519ab636225a330e, '', 0, '?'),
(0xaefc21669059b823d15c58873de57aab, 'wp-content/plugins/w3-total-cache/pub/js/lightbox.js', 1, 0x00000000000000000000000000000000, 0x6901c72af2cdc65bf3816a9b7db239e4, 0xb8d9287106f2549ed30733716fb5a357833c82dd42b02c9f7f6f3551a6573bfc, '', 0, '?'),
(0xa3b2137abcf3fa61f337ee3e86c1e920, 'wp-content/plugins/w3-total-cache/pub/js/metadata.js', 1, 0x00000000000000000000000000000000, 0x47185fe908ef602b79b82e0705aa0804, 0x98da298be72d2d6b58d061b587765312c98b79eca3626baa5b904d960e65c330, '', 0, '?'),
(0x619731627f3bbf87290e485ace51ae22, 'wp-content/plugins/w3-total-cache/pub/js/options-validator.js', 1, 0x00000000000000000000000000000000, 0x1231312fbf25786c848ac71227cf0786, 0xb4e2792bc0f351a699da327a71c6df9c0d596fcb1d8ef642a13893e337154b17, '', 0, '?'),
(0xcfaa03d0a8e75f6d963e9fa76223be7f, 'wp-content/plugins/w3-total-cache/pub/js/options.js', 1, 0x00000000000000000000000000000000, 0x40cd87a733f30d9c68d5cedd375693c6, 0xf9d5e0ad2751b2f2c5c91c558fdbce7b352a16d2d60afe867efa680427d8bd6f, '', 0, '?'),
(0x2df522d524604e56bf169ef51898caa9, 'wp-content/plugins/w3-total-cache/pub/js/popup.js', 1, 0x00000000000000000000000000000000, 0x786e3667520e2846cabef0a216023665, 0x1f2e2ba3d73aee52f9bba985cf1917afafe52e1e7ee1cbf7a0fd391db6e65454, '', 0, '?'),
(0xb63d6ed329ae58cac0b92bc5e563d616, 'wp-content/plugins/w3-total-cache/pub/js/setup-guide.js', 1, 0x00000000000000000000000000000000, 0xca9bf0d682f0cd005fc0889f40ef7f6a, 0xf9c33cf45ddb9b995a035a3774b6659bdb7848d09d71ecfca7a223665e44bf0f, '', 0, '?'),
(0x01d33cf02fdd4aa6f92b58115e5ea606, 'wp-content/plugins/w3-total-cache/pub/js/widget.js', 1, 0x00000000000000000000000000000000, 0xd91d76015cbc88f08b19c206618579b4, 0x03e72eecb5017161b2c68bd10390ae5cc1934fbf2ecc756002202302bf898871, '', 0, '?'),
(0xbc81de3077a1a8ccc3e3f084738e6837, 'wp-content/plugins/w3-total-cache/pub/js/wizard.js', 1, 0x00000000000000000000000000000000, 0xab041c2c8612954d5f7c40a5ab845199, 0xe11cb22230168431c48a855d94191e481202ae471523f762875a588861285b74, '', 0, '?'),
(0xaa7f3a84be1598be7a3539bccf959500, 'wp-content/plugins/w3-total-cache/pub/opcache.php', 1, 0x00000000000000000000000000000000, 0x63c8b87b9086c042a572edb123bc5587, 0x9abcc59bfb414d70205462cd593123189372d6f4ef2fe55a6d130fd5ffe8e93e, '', 0, '?'),
(0x1c604f46df0a51fd77c8ca9880e0957e, 'wp-content/plugins/w3-total-cache/pub/sns.php', 1, 0x00000000000000000000000000000000, 0x56353c72b2d742f95ef5d8e6bcdc936d, 0x7c5cbf7258cac409204026b9a7f0f5ab16667547eef5519c0e56b68fdc00b1eb, '', 0, '?'),
(0xcec449f305f53e63e2b2d11c6d693600, 'wp-content/plugins/w3-total-cache/readme.txt', 1, 0x00000000000000000000000000000000, 0xcfcfeef983454c93368e0950504710bc, 0x5752f457edbc766a7e78938e5f55b95da3fbef675fa53c5b0994340cc9b20b94, '', 0, '?'),
(0xff1cc12b51473d4401c7c5dda8ab649e, 'wp-content/plugins/w3-total-cache/w3-total-cache-api.php', 1, 0x00000000000000000000000000000000, 0xa145d268dea589fbef255487cac987f9, 0x193d8638a179ea558498b8f13f32106052c2878f8ed5a39390e780480687070f, '', 0, '?'),
(0xf987059e958f38d68cf515468e42a4cb, 'wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php', 1, 0x00000000000000000000000000000000, 0x1535558785da1876c8a2c44d8cc2b3b9, 0xbfd4bc3a288a264eae4989a60a3743a0c05a704ee9818bb26af2c17242a4f6f4, '', 0, '?'),
(0x6d1fd70f83e0c88a8e15be238684eebd, 'wp-content/plugins/w3-total-cache/w3-total-cache.php', 1, 0x00000000000000000000000000000000, 0x4e213cd4fc570e3cabca2d43b414d4dc, 0x51673241389e44d2637720c96455af01776f7c7575237ea766f8c3c49f6d20ec, '', 0, '?'),
(0x0972d5ca0205aeffd9439a3924b49bbf, 'wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php', 1, 0x00000000000000000000000000000000, 0x13fae91ceacd450584e43d1d9f7286d8, 0xa388e05a49999c2e71c89eeda34a2f8ca64d2ba595853125d90682d1c53a73e0, '', 0, '?'),
(0xadc2c856f6f748064ecdb0ef752ec1ad, 'wp-content/plugins/w3-total-cache/wp-content/db.php', 1, 0x00000000000000000000000000000000, 0xea5ed9522607dccf1214f8fcaa09ba7e, 0xad7529e0854278885496c52389a17da5c3a50d6c25c55ee02d61a14fc0f3f0fa, '', 0, '?'),
(0xe14b5941293b934e07d64f63595c9a12, 'wp-content/plugins/w3-total-cache/wp-content/index.html', 1, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x297e58d773c117f680a0de6d9d1b6ca8, 'wp-content/plugins/w3-total-cache/wp-content/object-cache.php', 1, 0x00000000000000000000000000000000, 0x4283fe54666a7131ad3e072acf36c572, 0x64bb1a49b211d2676221f2265bfea7e9f6bb8ffbf9cea6a6a55df534bda6d283, '', 0, '?'),
(0x7105436e7199b1620e6909645db2493b, 'wp-content/plugins/webp-express/.github/FUNDING.yml', 1, 0x00000000000000000000000000000000, 0xa3cbee4610d65d6391ff2e28c12cd446, 0x2bc7fb95bf00def6a7173b8510a617ed2262f9c25e014c3acc6a6eb927ce32a0, '', 0, '?'),
(0x4064c547a1285a0f64384481cad5e8f5, 'wp-content/plugins/webp-express/BACKERS.md', 1, 0x00000000000000000000000000000000, 0xb474c22cc9e761da1784cca5569f0003, 0x1d2cab433c9a48933218d0598303a4d30c074b121c6dc597bc86488232fffc61, '', 0, '?'),
(0x4fb27bd591c12169278c6578a7475088, 'wp-content/plugins/webp-express/LICENSE', 1, 0x00000000000000000000000000000000, 0x84dcc94da3adb52b53ae4fa38fe49e5d, 0x7836ca40e0a90adb710276c764523ee0e3b27b0f1491385eb85fe604e0b87051, '', 0, '?'),
(0x121e734d2ad44c27bd4e938638e89755, 'wp-content/plugins/webp-express/README.md', 1, 0x00000000000000000000000000000000, 0x26bef51f58a171001eb06f33b4a8c692, 0x39918624cd16c9c2babcebf1ca179e9052ee9ec975c34e3af5e7e95492d1d8de, '', 0, '?'),
(0x59f8a2a2236f03e7b4cafb6cc5f83cba, 'wp-content/plugins/webp-express/README.txt', 1, 0x00000000000000000000000000000000, 0x28422fd3f6fd4c518d9891f1982f5068, 0x35e0fc45340fb03c409eb97049b9ebb637493b61b856de35a722f885e1929b08, '', 0, '?'),
(0xb0d51cc19abd652aee4d1a9a75dcaf17, 'wp-content/plugins/webp-express/assets/banner-772x250.jpg', 1, 0x00000000000000000000000000000000, 0x4f67c9175d2fe1f2a0ba79393572371d, 0x6b30f28eabcd8dceed84be0300f6457212211f333195486fcb5c7a055b6d6a1d, '', 0, '?'),
(0x33da70db11a353ad6f7e2f38cd3cbff8, 'wp-content/plugins/webp-express/assets/icon-128x128.png', 1, 0x00000000000000000000000000000000, 0x28fb19a279a12d2f8b0bfdef307e4246, 0x26c918f5f0320c0d71c33b5faac1e1c303c763f16f2b52b16b83b7a90a7cde55, '', 0, '?'),
(0x24fdb566c4aed81aa5305c4582ad5c2e, 'wp-content/plugins/webp-express/assets/icon-256x256.png', 1, 0x00000000000000000000000000000000, 0xc243d359edfc7da8922116eefce1b34e, 0x74fcdeeaf6c012b32a117952f42edfb680ba5013117ff561e0684151a2ec2d06, '', 0, '?'),
(0x51c8b25de86797c487827009d3099b6f, 'wp-content/plugins/webp-express/assets/icon.svg', 1, 0x00000000000000000000000000000000, 0x2219b7d073840bb3070aa0ba52a25482, 0x9ea093c42dcd12e8754d14448cd582c84864c30c6ead8e47f4251cdfaa44e047, '', 0, '?'),
(0xa798b7f9fb89f9fab2910d4462d8caa1, 'wp-content/plugins/webp-express/assets/screenshot-1.png', 1, 0x00000000000000000000000000000000, 0xc203cb1df8c3c730c5ec7ed1ab9138ac, 0x8a0c60831e3e617586a3246fb92e0d7b3174716c85e710dcfa59c979a14a29cb, '', 0, '?'),
(0x57ed650a2f37e2b9706a62bfe8c44e1a, 'wp-content/plugins/webp-express/changelog.txt', 1, 0x00000000000000000000000000000000, 0xc971998defdc99d999ef59da7c545a80, 0xbb2b5f467bc03254ae4f0f515c2d0c310752e3f9d2f49b6a3ccd31dae4012698, '', 0, '?'),
(0xd7c05fe7d7e96d5800ddf76c295d463f, 'wp-content/plugins/webp-express/composer.json', 1, 0x00000000000000000000000000000000, 0x3e37ff05d03c21f9f84d330684c09b3c, 0x7029c49e2edfa140065186b4230aac9fa68ed106c4fe57ba5a8afffe18193808, '', 0, '?'),
(0x9ff64ad2d8af47bda890570e2e34a2fb, 'wp-content/plugins/webp-express/docs/development.md', 1, 0x00000000000000000000000000000000, 0x2c39ee644f8fbf0cc0d1d386ccc3e7dd, 0xeb78d54ec1d58ecbe2805361462858657f2d41d044b101afc4627f2ad63e6e25, '', 0, '?'),
(0x3b080ee7bcb1a6df4841bbf886e22959, 'wp-content/plugins/webp-express/docs/regex.md', 1, 0x00000000000000000000000000000000, 0x5a9c2e1e8f1f32ff0db81b6a39ea02b2, 0xa8e4b21a585ab7707ad905db672c9a9aca8ddd9b45e387d1ab7db239e08e441f, '', 0, '?'),
(0xd0635885b5e7305154896f9f2eaedfae, 'wp-content/plugins/webp-express/js/0.16.0/plugin-page.js', 1, 0x00000000000000000000000000000000, 0x01887ba1a18b00f137d47aa91225a4c8, 0xd70f0db518d4a40487eb0b374580a7169ae1cdc3f27834f29e73a0ccf4d04666, '', 0, '?'),
(0xee7867ca0693ba744090fa3254279fd4, 'wp-content/plugins/webp-express/js/picturefill.min.js', 1, 0x00000000000000000000000000000000, 0x1d343d827310c1b001db8b2bb7eb9cb4, 0x22a7a33f6a5e372e7555d8af4201266906529aa6c947cd1a8076bc1a22f478ce, '', 0, '?'),
(0x5d9d0e0acadb97eda5ad62b6fcfceb16, 'wp-content/plugins/webp-express/lib/alter-html.php', 1, 0x00000000000000000000000000000000, 0xce4ccd2257e18d0ae811a784f00f4688, 0x21418440066a5d63893d5f3d4e52e50e658ef49411a24404b1f4cb94fbacb204, '', 0, '?'),
(0x66b5ca05380de79111fcc15894a23c6d, 'wp-content/plugins/webp-express/lib/classes/Actions.php', 1, 0x00000000000000000000000000000000, 0x96e0fe4d2f80b287433c4446e548c5d0, 0xa53cbc4ab2ca5df96366866cb2805c316abff18bc8b86c18ef1ac089e6b2e217, '', 0, '?'),
(0xfa3804d7bd7ca4585718144427be1ab0, 'wp-content/plugins/webp-express/lib/classes/AdminInit.php', 1, 0x00000000000000000000000000000000, 0x0896e68e900130c1764147a5e43a959e, 0x3ca107cd45b31f9319b08f9e8492e22d8299590037c4da55d7570ffd27a7308b, '', 0, '?'),
(0xb5791f987326a276e21c4a27fb976da0, 'wp-content/plugins/webp-express/lib/classes/AdminUi.php', 1, 0x00000000000000000000000000000000, 0x8d10f7371f390a319b716e1fc55a35c3, 0x7308a097e22c5fea1d2a1c165506e262c417b760e53c1756696017c9fde6e689, '', 0, '?'),
(0xdfebe773bb94c7e3fa9b3bc682c437a3, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlHelper.php', 1, 0x00000000000000000000000000000000, 0x385d8028cf1e249a52e5e04c00135efd, 0xb52baa5f2ca7bb3edff84d6dae751a454ea11c0d37676c99afeac92744eb3414, '', 0, '?'),
(0xceeec8ff1950691ea72678d179fbbb54, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlImageUrls.php', 1, 0x00000000000000000000000000000000, 0x084c4e1158ec6bfeaedfa3b81d9276ae, 0xf2c030c43f718809bcf57967eb38414566712f89a18998e2eb42c065c08d83aa, '', 0, '?'),
(0x7c645f72bcfbd0e3aa8858838b330dcf, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlInit.php', 1, 0x00000000000000000000000000000000, 0xe828bccd9fabd13318a4214005f44503, 0x7ddb8734ac070851cc0cd241439a950ce0f7bb8986db5fa8332598d91094ecb8, '', 0, '?'),
(0x3bf2e43c8586e5b7d12512fe9f490b35, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlPicture.php', 1, 0x00000000000000000000000000000000, 0xd6dc50ef9abe58c861203d6009ee71ea, 0x380959129174dae81d2fac99647182afa80f6d4f642e34e003ae7b3cc9bf064e, '', 0, '?'),
(0xdb8eaa3c607fffa1193f11f2e32c297d, 'wp-content/plugins/webp-express/lib/classes/BulkConvert.php', 1, 0x00000000000000000000000000000000, 0xa8f779658da40a298e9e84b52cbde63f, 0x6aab2ebf3a295ea95a83f805d03c06f08a873329f9c31587c3761262ef5d038d, '', 0, '?'),
(0xd25d44eef950fca6ef6425452166d0d0, 'wp-content/plugins/webp-express/lib/classes/CacheMover.php', 1, 0x00000000000000000000000000000000, 0xf02f61d713849053eca97fb925a50aa4, 0xf5f505fdd7f11d92e60f0e2e8735c9fbb383abad3f5d901d9d18aa5751f8f928, '', 0, '?'),
(0x10ba38ea1a49a46035d84d6137d8ebef, 'wp-content/plugins/webp-express/lib/classes/CachePurge.php', 1, 0x00000000000000000000000000000000, 0x934beef9939d79a000cdbadedc8a9d0f, 0xf8f6f672fe15688194e0e81b76198ebd73ee4b2c2a693eb9b3b330fe49daa8fe, '', 0, '?'),
(0xc9eced2d357b0b32e22a3da741acc189, 'wp-content/plugins/webp-express/lib/classes/CapabilityTest.php', 1, 0x00000000000000000000000000000000, 0x983b5eab9bb83d7072ef21ce0e51181f, 0x89fba64aded74c63c3dc20a3453cd9f2622216da70c1f558e736b0062a414ccd, '', 0, '?'),
(0x14d21b7922afd5e6990ce50f7ae9ba29, 'wp-content/plugins/webp-express/lib/classes/Config.php', 1, 0x00000000000000000000000000000000, 0xa2c4f24b64ea8ed52760af20307d6b9d, 0xfb0845c522e204d509e606c0a7d1ebaec0084314ab3cb680fad6283655d292c4, '', 0, '?'),
(0x827f96296cbfee6afda75084882def76, 'wp-content/plugins/webp-express/lib/classes/Convert.php', 1, 0x00000000000000000000000000000000, 0x62ad17196fb2c18da9190204953d8c3e, 0x64b1b93dd61eb53d8a8af893edd8ff9baec9846c7ae6744b4f463df4e7566fab, '', 0, '?'),
(0xaafbb573cac3d52dfafb3d0759f426ef, 'wp-content/plugins/webp-express/lib/classes/ConvertHelperIndependent.php', 1, 0x00000000000000000000000000000000, 0xbb82deb4bada190306141a986d1a7f7c, 0xaebc4cdddcfcac0d7e4f8c10f9931889279e2f9db3f17ff4a8a62bb1b88742ba, '', 0, '?'),
(0x32666fa2450eabbba8c7601d3aa3209a, 'wp-content/plugins/webp-express/lib/classes/ConvertLog.php', 1, 0x00000000000000000000000000000000, 0x8f3c419eb7e12aaad3f369bbdd665e62, 0x3afe6b96e2ae07a73b736dd53e6ba9c3ce50e964e5023be536905663941c2e12, '', 0, '?'),
(0x03947c7f7a0df3bda9cbbc4dce8dca0e, 'wp-content/plugins/webp-express/lib/classes/ConvertersHelper.php', 1, 0x00000000000000000000000000000000, 0x3403d5bb9fefbcb4a0cb5babb24476ae, 0x903d9454555e744e5151a42907bfd5a4f715a6926571fb333c4696cd8a56c719, '', 0, '?'),
(0xceb83ba4b852e33ef2b84b977a1f6d68, 'wp-content/plugins/webp-express/lib/classes/DismissableGlobalMessages.php', 1, 0x00000000000000000000000000000000, 0x3451e6d3617301a02b6429d41246de0c, 0x1cd07bada385b4076efd3d712055f06ffefc03a6c41bf18e91c63042bdbc2a41, '', 0, '?'),
(0x289291a5075848561f9a6aa7e95ce8ec, 'wp-content/plugins/webp-express/lib/classes/DismissableMessages.php', 1, 0x00000000000000000000000000000000, 0x99a9b408748e48781fb015d57113dda8, 0xbb2cfa6ec268de15c8112eeb80aaf1686bf9f94034ebfe37d2b500f00ad92da8, '', 0, '?'),
(0xd14aebb2c7134815df11e0965a3dfca2, 'wp-content/plugins/webp-express/lib/classes/EwwwTools.php', 1, 0x00000000000000000000000000000000, 0xf8dc92d5707b99253db439041c92a928, 0xd1db9e8d52568b2f81ac4fad287d9796cc0e5a8cbbb90441ba94d5f940db855c, '', 0, '?'),
(0x417440fcf0d4cd6eafd769e0961a4ef4, 'wp-content/plugins/webp-express/lib/classes/FileHelper.php', 1, 0x00000000000000000000000000000000, 0x35d79bf459829f48c01c4bd154a8589c, 0xbd319021392669047d67a2f9029edd45d41670e26b07168165912ac1cabfedc9, '', 0, '?'),
(0x8f99d8d89c777e248870cdf3df6e6dbe, 'wp-content/plugins/webp-express/lib/classes/HTAccess.php', 1, 0x00000000000000000000000000000000, 0x67f4e24f1a7c3c41d6be4c7d4dd2c3f7, 0xf13b51e24a6c0f72f85679ad8577669b5c8932ede208c81a94cb02ff8c46b116, '', 0, '?'),
(0x2b510d738d0453a77920b5fdd138cff8, 'wp-content/plugins/webp-express/lib/classes/HTAccessCapabilityTestRunner.php', 1, 0x00000000000000000000000000000000, 0xcf732b4c9f4d3d6ec190f3e118a56995, 0x299b4d7e8e069801443ea29b45bcce9edf32eb3c7faa4b0168c6b013c98c59c6, '', 0, '?'),
(0xfa2799f249d0876548415897b6d706ba, 'wp-content/plugins/webp-express/lib/classes/HTAccessRules.php', 1, 0x00000000000000000000000000000000, 0xc97b9d568458a6c03b6fd6c9220b0b37, 0x71c4226bffb94eeab260a89e01a2c4153a680acfee7d5709ec813f1f1f182345, '', 0, '?'),
(0x08e40df9c12d999cca1b7c5542f4430e, 'wp-content/plugins/webp-express/lib/classes/HandleDeleteFileHook.php', 1, 0x00000000000000000000000000000000, 0x46dc531d485aae2c66616c4c24533dd0, 0x19121a3e6d2762865ea718e26c44d5bc230cd40559edcd7c978d84d3a9a660d0, '', 0, '?'),
(0x491a90815c39a4d1e30e1a896e219eb3, 'wp-content/plugins/webp-express/lib/classes/HandleUploadHooks.php', 1, 0x00000000000000000000000000000000, 0x2550287f666cbea9b50fe199da206bf6, 0xbe16c00f8d7c171df5ef71c11d59a649643489f17f3adca25df41c1c8ac4605b, '', 0, '?'),
(0x4cd826f85b693ae1ce79e66b1ce29e8f, 'wp-content/plugins/webp-express/lib/classes/ImageRoot.php', 1, 0x00000000000000000000000000000000, 0x8c11913a73ba64a92a06b233d422bb7f, 0x5e791d721005f2b8e46b343866faff42f1a0fbbf1798b2f82a289c222067e229, '', 0, '?'),
(0x04f93650be876301731b8f8590bba68b, 'wp-content/plugins/webp-express/lib/classes/ImageRoots.php', 1, 0x00000000000000000000000000000000, 0x41708816a335f91580caaf8d8734e625, 0xf74eb1f836f2881b3cb39f1c8347281081b5a9a6b6cef3776b3d84e745eb3a86, '', 0, '?'),
(0x0f0dceae7e10acdb5d12a3798c4c1bcb, 'wp-content/plugins/webp-express/lib/classes/KeepEwwwSubscriptionAlive.php', 1, 0x00000000000000000000000000000000, 0xa643f43b2d92a049da9830aa3b6f6ee1, 0x43c3ed78a1f2d75e9b1ddf81ccbcc088b100310f32dbc731ab8858da5c0ab822, '', 0, '?'),
(0xf8b8aa7789c71bea7901af8cd13e0ad6, 'wp-content/plugins/webp-express/lib/classes/Messenger.php', 1, 0x00000000000000000000000000000000, 0xd702259354ffe8b728198bed43e81cbf, 0x6c94ad423bfa8a2340ced3232c71dddb9b183189548e1cb85676c37caf250c52, '', 0, '?'),
(0xfde5201c0110874fde85c706f64dac14, 'wp-content/plugins/webp-express/lib/classes/Mime.php', 1, 0x00000000000000000000000000000000, 0x65880e38a9fad15642a99939e4f72595, 0xd8c51e76ebf3b4938e662eef82643b22e75de34fc39277626b5b7882fd4c4652, '', 0, '?'),
(0x4414222c0eb8eade8a5f13401f45c0bc, 'wp-content/plugins/webp-express/lib/classes/Multisite.php', 1, 0x00000000000000000000000000000000, 0x6728cd1686682b5879f91d555d7867ac, 0x919ced4b8dfd290d2dafe2a599e92e8e6158c0c79c396b408b675fb50fa09896, '', 0, '?'),
(0x6effb28ff657e75a3f60e0398a37fff2, 'wp-content/plugins/webp-express/lib/classes/Option.php', 1, 0x00000000000000000000000000000000, 0xe80da0d2561683d4ee6ac741bbf3f394, 0x304b5381a8bcab0b5b2e02892e12f30aad26b5734bafedeae9a6b934bfc09930, '', 0, '?'),
(0xba58732e1793db82aad21b36cb6813f8, 'wp-content/plugins/webp-express/lib/classes/OptionsPage.php', 1, 0x00000000000000000000000000000000, 0x6cdb61f13c813ddfa685ab26c9f0f9e6, 0x6b152a09cb2c769019b2de5f680c5d58913ce1e5fa92f6bd8503cc80891ee177, '', 0, '?'),
(0xe0d5ceb8443473fda0dfe5b5d3ec982e, 'wp-content/plugins/webp-express/lib/classes/OptionsPageHooks.php', 1, 0x00000000000000000000000000000000, 0x65c6018922d45d95bf27cbe22857c9f6, 0x038cdba5aeb1e91a419a6d932e055c827990496bfd233d388f3244709120e52c, '', 0, '?'),
(0xb807ecd3ee3ddf3ac6a1391ab10fb052, 'wp-content/plugins/webp-express/lib/classes/PathHelper.php', 1, 0x00000000000000000000000000000000, 0x619a4adf270b5576e024cdce54580a9e, 0x5aeb395e21acea75004b79795fccf8a82467ef488540e4f4b760300dc782caac, '', 0, '?'),
(0x338254b4706b7a9606fd693ca055949a, 'wp-content/plugins/webp-express/lib/classes/Paths.php', 1, 0x00000000000000000000000000000000, 0x01a3ef00a2d9f9cb605985529aa2fc52, 0x4d12fa8c5ee5a62374baa8851f1caed6c007b902ec9d6656955735d6134eb8b8, '', 0, '?'),
(0x418e4107f44cc56ed9e7a1c0e3c89390, 'wp-content/plugins/webp-express/lib/classes/PlatformInfo.php', 1, 0x00000000000000000000000000000000, 0xf3e1475cd68af7b333f29788a1602c93, 0x449195be22ff46dfb572f52f1232f7782b67bc08da66dcbac31e1b3519b74006, '', 0, '?'),
(0xaee2f3d68b50c3ab740b129655b5c05a, 'wp-content/plugins/webp-express/lib/classes/PluginActivate.php', 1, 0x00000000000000000000000000000000, 0x466a6667d29cab93e7ca3af9f52a816c, 0xd1d5a1daac46d692540583c8daa09bbfec51f0fe73f462a47af2c5e339d0cc78, '', 0, '?'),
(0xd243627347e51f0f8dba243c98fbf149, 'wp-content/plugins/webp-express/lib/classes/PluginDeactivate.php', 1, 0x00000000000000000000000000000000, 0x2ff789c62a002572f1d15e2c2e960a7b, 0x7f63fd22268f88988d8c75f57e31e20ce9aaab845cba65f297e775e88c2a54de, '', 0, '?'),
(0x45f1ac4cafb1e2ad30aed16a27e0a736, 'wp-content/plugins/webp-express/lib/classes/PluginPageScript.php', 1, 0x00000000000000000000000000000000, 0x6e3f8500e5249ac8233141ebb962fe5d, 0x0a0860b21ad51f5712e96cb02555efd90756f3d4fb4ed9a38b094cbae417ac94, '', 0, '?'),
(0x2a8d89e7b66afe44dc2882269be5f924, 'wp-content/plugins/webp-express/lib/classes/PluginUninstall.php', 1, 0x00000000000000000000000000000000, 0xf71b545001ff4e59102b1b9147e48f3d, 0x25789e68e782a826072673c2a89aaf741d30b3084fbedc2e6b68cca24a0d2ed1, '', 0, '?'),
(0x140c0ee314ae1c2610330f854915a487, 'wp-content/plugins/webp-express/lib/classes/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x3cf71a3451d8a5cccc01ac7672935216, 0x4c0057a7ef55a6f2460c274f98b7e57942a18fb0a3cc7a074bf13397ca56962a, '', 0, '?'),
(0x97a5780d6ff5ccb8aadcb96820259601, 'wp-content/plugins/webp-express/lib/classes/SanityCheck.php', 1, 0x00000000000000000000000000000000, 0xfc87a0fef15af5cf62ee3cc13e18b9a6, 0xfcec079f4f2447548747b620164672355a9e61aab226425c97c2754cb05fda43, '', 0, '?'),
(0x985a63cba36ba43034b499a8df68edbd, 'wp-content/plugins/webp-express/lib/classes/SanityException.php', 1, 0x00000000000000000000000000000000, 0x45a825366d1c1732886aa69a8bb2a2cf, 0x01da5dcfc7f896c8a294c0ee624e23059e2e94635ba204a544a2b4c9a000ed87, '', 0, '?'),
(0x592772ee576492282f21a7805272d96f, 'wp-content/plugins/webp-express/lib/classes/SelfTest.php', 1, 0x00000000000000000000000000000000, 0x77e50d67f9f317ac3a3f14b8690383db, 0x38c6a33dbf01a9d59d3095131f370763c41285b5c5f501166423cc2071e947bd, '', 0, '?'),
(0xffed219698f9a85d34da3e8f89af10a1, 'wp-content/plugins/webp-express/lib/classes/SelfTestHelper.php', 1, 0x00000000000000000000000000000000, 0xe32fd2a2d6151439ac0421e3e8284113, 0xf6eb4ef2187181699585ea3643a7b1ed634da0fc58eebef304f004f703175776, '', 0, '?'),
(0xeaac22dc61945a922a5a60edf1f1cd54, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectAbstract.php', 1, 0x00000000000000000000000000000000, 0xba84796dacff508f04ee289f8701328d, 0xa2ed47bbe8191b295bda07ec25329b5f80693ca613878299ba30791f6f714262, '', 0, '?'),
(0x7e4158d3c78f6f4c689513f907f67d03, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToConverter.php', 1, 0x00000000000000000000000000000000, 0x8695f15c7a27bca593d254ff8371d093, 0x1f0b6705795bf795cb6fa06f7552b313b8626b22a5210ab1108765548f520323, '', 0, '?'),
(0xfb27069020247a36a060e70f34234a7e, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToExisting.php', 1, 0x00000000000000000000000000000000, 0xf0f56c805e07f06ea71991745a279dd0, 0x715eb7ad899e3c3575836d055cd0a51717616618b7483d868db5cc6bfc71536b, '', 0, '?'),
(0xb4f479abe2a786d7dfa10f8a7ab46c14, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToWebPRealizer.php', 1, 0x00000000000000000000000000000000, 0x11fec048609bdc9c07ab85b76e695014, 0xffc2a13bbd78f13586c583eb389eaf858bc46c12b0ad886a0d8dcbddd10d34b9, '', 0, '?'),
(0x5ba485cbf17dc4b01845a142cd7e1998, 'wp-content/plugins/webp-express/lib/classes/State.php', 1, 0x00000000000000000000000000000000, 0x0ad4b525f021d147e5a437fe4749ee44, 0xc8d9f4798b7b66e8f68b0492c4e49af520ea5419ff2b108f8c4492f0d6156bdf, '', 0, '?'),
(0xdd0bd258037196dca3fb4e26477c07fd, 'wp-content/plugins/webp-express/lib/classes/TestRun.php', 1, 0x00000000000000000000000000000000, 0x3771c61e20e6ca2f5c417b5a47427017, 0x5ab4871d71bda4eceb490c0a34b4de36bc01a95a4cc3b5ee7e624573c78b0d7d, '', 0, '?'),
(0x6d745ebe5fd56f8e995a967fbaacb1b8, 'wp-content/plugins/webp-express/lib/classes/Validate.php', 1, 0x00000000000000000000000000000000, 0x491e504e480212689f2dc9c20deeb320, 0x9d544ce417c3e958be0865a124eadc68ab209d1ac8eb459b2a585e0e79152eb8, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xebf2c074b8a17f0c0e448ca7f2eb3aba, 'wp-content/plugins/webp-express/lib/classes/ValidateException.php', 1, 0x00000000000000000000000000000000, 0x1628284225a0a3c1e977960c7efaa274, 0x2b07dd684c3b2a56ccb4494c544eed6e4236331952f54a42b5da2dd2a67a3eb0, '', 0, '?'),
(0xe3c7ae7097b70a838939ddd78e701e37, 'wp-content/plugins/webp-express/lib/classes/WCFMApi.php', 1, 0x00000000000000000000000000000000, 0x51a4256cfdd6fee7552ff9b7b4e3ad1f, 0x7e81dd97fea0970052e511ca11ae88f4b2f418589087584284ff32d609c68379, '', 0, '?'),
(0xa2c62984717e1c81a92a7eee1e94a94a, 'wp-content/plugins/webp-express/lib/classes/WCFMPage.php', 1, 0x00000000000000000000000000000000, 0xcac868381f692aa77e32569bdf2d7a3b, 0x111f7af5c5a096218136e101de55ba2ab49e757bda1774d8f2da68ff92d11ccb, '', 0, '?'),
(0x33cc0ae8abd0ec4efcfab60239980f61, 'wp-content/plugins/webp-express/lib/classes/WPHttpRequester.php', 1, 0x00000000000000000000000000000000, 0xfc7e203e2f545ac8383e6f8f2c5debc2, 0x0d66ad7354ac11cf4656983c79e6fcd8d762e17dc36da4b18c4a8a2be549eb62, '', 0, '?'),
(0xfdc91b03757d4569c309e5c80e9d4b6b, 'wp-content/plugins/webp-express/lib/classes/WebPOnDemand.php', 1, 0x00000000000000000000000000000000, 0x29cbb3cee132564e4759358aafa5007a, 0x251f0b6dfc5ab1ede5221bf96545df58f31a62648391be2acdba61f65f8caf76, '', 0, '?'),
(0x7c64eabcd29fcc926ef2a2d5014b13a3, 'wp-content/plugins/webp-express/lib/classes/WebPRealizer.php', 1, 0x00000000000000000000000000000000, 0x157265741dc992870a334b5485e94850, 0x6d124f7a3921c572b9839d133dca8e30192d61688858fef7d3ab00df742a6d51, '', 0, '?'),
(0x356d70218b6329584fee4ded4c171581, 'wp-content/plugins/webp-express/lib/classes/WodConfigLoader.php', 1, 0x00000000000000000000000000000000, 0x6e6d55b55ed5a151cd77cb7dbb5df5c0, 0xb981078b2dc41bd784947f0ac3ff671e5cb490ba69874dffb65d4a42633234d3, '', 0, '?'),
(0x4aacf39ee5716bf7b17260c1634b141d, 'wp-content/plugins/webp-express/lib/debug.php', 1, 0x00000000000000000000000000000000, 0x7538cc94f1e63d51b3f93bcd417f6054, 0xc1b718f92a219f7cec3ec934b5acdba012fdc5178f1455a0b7def1b8585571d8, '', 0, '?'),
(0xb18aa5e4920863de5407b7406f06aac2, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-a-working-conversion-method.php', 1, 0x00000000000000000000000000000000, 0x27aa3a0fd13cd2ceb4cf17855cf4847f, 0x1c033e4667971a636ebea18f31963af496d6ae4bf46d76b420ecf1201b948472, '', 0, '?'),
(0x49566aa37302a6732b5973037b42dffb, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-better-than-ewww.php', 1, 0x00000000000000000000000000000000, 0xdb867e62fd080b8b048959371845401a, 0xfadddb1649692660c915cf09db9a87a95266f49d0d9b765f815a93eb3623fcbb, '', 0, '?'),
(0xe3c9bd4a6617baa88f616947894d5742, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-better-than-gd.php', 1, 0x00000000000000000000000000000000, 0x3b8d69a8be92eb04b504f9146bb7df8a, 0x6fdde7e84a3d7962040e9de0c6dc3293fb3f02454ea68bc469c706a397f997ae, '', 0, '?'),
(0x3971897504dd309ed39b8d09b66d88d4, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/say-hello-to-vips.php', 1, 0x00000000000000000000000000000000, 0x9f5d939a6284d12476ecd463f152552a, 0xd3a9234f3aad96864d3501a9fb263e89a506c8a914daba0c76906fd251342aa3, '', 0, '?'),
(0xdef5a6fe1560387e7036897527a958c8, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/suggest-enable-pngs.php', 1, 0x00000000000000000000000000000000, 0x3c58da6ef59b1b0cbe89d3bcd35b4b53, 0xddb41b8e3c919bafd321440a49b8b9b101478e7e38a942ce9374e1e53e12fdff, '', 0, '?'),
(0x1330279ca0ea67a26ffb7af5d943e38d, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/suggest-wipe-because-lossless.php', 1, 0x00000000000000000000000000000000, 0x319fbb27716359626cb952644ecca42d, 0x91cb165ba6cf6e3c8774db2daa0fb1a226a35601219b2098dd09bfcedc69d926, '', 0, '?'),
(0x7faa6c9289ae4a9a4e4071e7ead5eb67, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-content.php', 1, 0x00000000000000000000000000000000, 0x25a932314dcd7caccb3297a31b3dd851, 0x91e2031af1a5b3f3dd0613f05d8a870e506e41bb2f2e9a2019f8ad4b5601fa40, '', 0, '?'),
(0x0813f0efcce3b42ca64222e6e6d79d23, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-index.php', 1, 0x00000000000000000000000000000000, 0x2b2cbf4f58c690de44cff6e0e3b13b5f, 0x292435a85e512bf5c7308009245e9d964f08d51917d95811661c386bd2ab64bc, '', 0, '?'),
(0xaa918ccc08398d576908bed10a5b3f30, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-no-uploads.php', 1, 0x00000000000000000000000000000000, 0x0c47e830589a8a82f4b1bdb37a413a43, 0x4a1993598f1d780325d4e76cdddb2ddafa43e660cfe7cc282ec4029623514776, '', 0, '?'),
(0x6558c73e6365413ccdc8218efe76b398, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.1/problems-with-mingled-set.php', 1, 0x00000000000000000000000000000000, 0xaf317a39e378e4e6d1455bd9fe6108d8, 0x72a10dded3844a41e03d2fd12846799a9334b50326e07ce1cc0d67756ca6e54f, '', 0, '?'),
(0x867a3a8755a313c8b3bf996224d2f6f1, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.16.0/nginx-link-to-faq.php', 1, 0x00000000000000000000000000000000, 0x6fc3f141567744437693548201b6af8d, 0xfef6a6e3d3d5e0352006d44b3c446cf3e4a8f7f29745e9a13b2dc6b294a170b7, '', 0, '?'),
(0x82cc3ba0280e3156e7dd6c837b27bafc, 'wp-content/plugins/webp-express/lib/migrate/migrate.php', 1, 0x00000000000000000000000000000000, 0x8057522ebe3e5dc8c4994d755848d869, 0xbda63067c4b9bb7eeb9fe162a31f5f3467faeb63fa65f6c2677bf78272443837, '', 0, '?'),
(0x390da6df96f97bf6cb0fae5a0f77e3d3, 'wp-content/plugins/webp-express/lib/migrate/migrate1.php', 1, 0x00000000000000000000000000000000, 0x381a3b539beb80d65658bd2428e4b6f4, 0x5bfa94dec80715b01ad85b173b1aa41fbe2e0b5a04d7d4e23fde66a81603611f, '', 0, '?'),
(0x07005fe77168ac5057e68a3d5c3509e4, 'wp-content/plugins/webp-express/lib/migrate/migrate10.php', 1, 0x00000000000000000000000000000000, 0x6e5c3857d21fa8149b32eff41b0ea565, 0xe6ffb4b1fc0ee8bdcbb055ab5580a358e00485b252dd748dce31544319fee612, '', 0, '?'),
(0xbe50b1a39fc939bf126440c600b2daae, 'wp-content/plugins/webp-express/lib/migrate/migrate11.php', 1, 0x00000000000000000000000000000000, 0x7f443e4b729dbf07a3e3f8613b14e01c, 0x8d13c2c3fc188fdfead8a694f7dd54fcbe4722023572559cfbbd0af0adc0fe17, '', 0, '?'),
(0x8a730ad43b3ed89b6dcffda393ad4181, 'wp-content/plugins/webp-express/lib/migrate/migrate12.php', 1, 0x00000000000000000000000000000000, 0x375fdf7dfc15689bd9129ef9f545cc53, 0x16e1845a1850aef40345e632da75dff94ee87e3aec35d95e5333dd75f0f39475, '', 0, '?'),
(0x17e86d0232c28c6e4a4e5740eb149819, 'wp-content/plugins/webp-express/lib/migrate/migrate13.php', 1, 0x00000000000000000000000000000000, 0x18f6380aa349ac17c864ab3bebe871c5, 0xea3489d6408da0c67658c67e3cade7f33998e62df50aafe9506f73b55920b279, '', 0, '?'),
(0xadeba0e7afdfdd50baba881dfa69bbb9, 'wp-content/plugins/webp-express/lib/migrate/migrate2.php', 1, 0x00000000000000000000000000000000, 0xce4a2fce76bfb393e926b47543669971, 0x0a8f7b51b6d32d090df562104b342e1a8209695f3c49ff1715c021c9169eb023, '', 0, '?'),
(0x7899c5eb2896dced037087e448ac657e, 'wp-content/plugins/webp-express/lib/migrate/migrate3.php', 1, 0x00000000000000000000000000000000, 0x3d7c3fedeec3a411f6fbe1bd84b5222e, 0x9083df4185747fa3769d0180aa69f3120b4ec5d578a2d73a31cdd6203c17b8e5, '', 0, '?'),
(0x3b56a0e3a20828f5967f26ac111bbcc5, 'wp-content/plugins/webp-express/lib/migrate/migrate4.php', 1, 0x00000000000000000000000000000000, 0xb2a3e9b318f2b0c20a01e747aae1d001, 0x9d79b6643369094092ecf2fc0175f31631ee790f7bd10467a224b2d2a79a0cd8, '', 0, '?'),
(0x41a581dc156465b5b643bbb08c4f48e1, 'wp-content/plugins/webp-express/lib/migrate/migrate5.php', 1, 0x00000000000000000000000000000000, 0xcd1b308be40a0d5532a1c862c1c468ba, 0xce1c1ff14ea8f50d742acdab74aca3c4acbf82a7373d35a046e399c2dd8b0497, '', 0, '?'),
(0x9a7f9691241935a857c6a091f6c89bdb, 'wp-content/plugins/webp-express/lib/migrate/migrate6.php', 1, 0x00000000000000000000000000000000, 0xd8fd4b52984254f5e978269a9ba5e452, 0xd1191f6d895d0b0e56035658fecb6d350f15bc9ff907c2caf35135d857dd232a, '', 0, '?'),
(0x26c978efb28325469831fe7e0acc477b, 'wp-content/plugins/webp-express/lib/migrate/migrate7.php', 1, 0x00000000000000000000000000000000, 0x747618faea46bddceadbcac8704fe5d7, 0xd4e5645deed83857b23782506f4d0b8515e6784ee7daa75463d1e06ebaa4a893, '', 0, '?'),
(0xcbd159a75b210f4c920cdf647ea6f24d, 'wp-content/plugins/webp-express/lib/migrate/migrate8.php', 1, 0x00000000000000000000000000000000, 0x1612e3a4390ad374ee0f20c30dd98b92, 0x077e695e7b1a040633275de352f269c79650cdf16f5c82726c7fa28e8b560888, '', 0, '?'),
(0xbc31f9690db0d251160b3ab69fb7e4eb, 'wp-content/plugins/webp-express/lib/migrate/migrate9.php', 1, 0x00000000000000000000000000000000, 0x51cef7a81ce3ec5a2c3cc0e7b4f94f97, 0x1dba5ce408117fcb2c8a076f0c0a9ecb5387b0ab29fe71b0533550e4e1569933, '', 0, '?'),
(0x41964f83589f5facf738448d317fdcd7, 'wp-content/plugins/webp-express/lib/options/css/das-popup.css', 1, 0x00000000000000000000000000000000, 0x0442903554ffe78edc73c05df11d2443, 0x718d7c575d9d968a14310d794417ef0304d8c15be0d4f04b8f129417eccf3724, '', 0, '?'),
(0xf583714736541f297e5096f06c15f997, 'wp-content/plugins/webp-express/lib/options/css/images/checker.png', 1, 0x00000000000000000000000000000000, 0x44e51ca73c3b99c5774e08fbcbf08613, 0xf5c0bda308267491dcc1fb2b53341cf33f0e191ca1f04ede0891a6a9f15b8974, '', 0, '?'),
(0x890b38e40f057be03786ad256add2f47, 'wp-content/plugins/webp-express/lib/options/css/images/drag-handle.svg', 1, 0x00000000000000000000000000000000, 0x461014c0940f036ac7a304940bb9d656, 0x0e6db5670095c608e4576dd1824e6b29acb928b030d932ed8eaec1e0aaab5dce, '', 0, '?'),
(0xc1f6672a6992d8c18cc66e3385cb25de, 'wp-content/plugins/webp-express/lib/options/css/test-convert.css', 1, 0x00000000000000000000000000000000, 0x1844d0295f4f58bc76263abbd3956614, 0x126b594efc6db9f50547aa5cadc46a86bf7e0cf3cb05cd59b237e57cde8d2b62, '', 0, '?'),
(0x0f13f0ae8bffff5dbe8d12f47aa0b0d9, 'wp-content/plugins/webp-express/lib/options/css/webp-express-options-page.css', 1, 0x00000000000000000000000000000000, 0x259eac9f095f6d6d21714487dbd42381, 0x9f9ccec78b39a410fea6e6c99851994c24e3da0db70bcd85251758ac9da7be75, '', 0, '?'),
(0xb3f1d9b1a6f0dab1d3eeab9ee0bc876b, 'wp-content/plugins/webp-express/lib/options/enqueue_scripts.php', 1, 0x00000000000000000000000000000000, 0x0e8263aeafd64db493d06b010bcddd62, 0x5469bd2da526cf9898ea6bfc72ad8170d887eb2adbf80f2623122da512632e99, '', 0, '?'),
(0xb2c73eaa4102ab9d43b2c41e50218726, 'wp-content/plugins/webp-express/lib/options/images/drag-reorder.svg', 1, 0x00000000000000000000000000000000, 0x6e538bd3d2d01bf3fe4cc9959aeff58a, 0xaa27dd2de27c19ba771cba5bd80e1634da44bdef2bb58075d8101945c1b72b4c, '', 0, '?'),
(0xca481fd3b2a48dfa41c0d47525999042, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/authorized_sites_bak.js', 1, 0x00000000000000000000000000000000, 0x80ef16c95963a2e37b8b390dd711269b, 0x7ea9725ea98d38c6c464b17b853cb89012721230f6e7b51534e5e54a197a6e3e, '', 0, '?'),
(0x220a4e45eb1a075d6d9832cb8f5615bf, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/bulk-convert.js', 1, 0x00000000000000000000000000000000, 0x2c6ba0c6a56531203ba2466315915a33, 0xffebda137bdbd976555d61ce5235ffc76e840d11ff7d1b9079ed14256c4857e6, '', 0, '?'),
(0x39f07f4666c7ce32ca97c33918ed5e16, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/converters.js', 1, 0x00000000000000000000000000000000, 0x7411ad19f0833a140f357cc0f05b9c99, 0x5fcfc6afbd5fa749f3744db4b15cc20c15bde9fc568e9427a2e75e20d9cb0845, '', 0, '?'),
(0xd82f3ba0081ca82d65d140b6923f8ef3, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/das-popup.js', 1, 0x00000000000000000000000000000000, 0xca1a2078294d0bfaea4231d4770afe7f, 0x819e8d82fe4f14acf607a4b2189fb8c8cdc620b6c9ca32eacdb79eafc7138a94, '', 0, '?'),
(0x62e85de4ca8fbf09655ad07e920fc8fa, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/escapeHTML.js', 1, 0x00000000000000000000000000000000, 0xfae28fa2a08b779bf6dcd614af938e95, 0x6936a52228b113cf00e8ae68e6dbf9c84c9e86ef1669b77c7de7149e05bb9b68, '', 0, '?'),
(0xbb29d6b626c5941f683ed88775d637df, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/image-comparison-slider.js', 1, 0x00000000000000000000000000000000, 0x888a731b267ae38df23e9f7d1b3cf321, 0x59bb23440999956e0aeb8d94002402504da660c52e07a798f6ade160c4c4b110, '', 0, '?'),
(0x59be78a5d03404e449db55b61fb351f1, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/page.js', 1, 0x00000000000000000000000000000000, 0x3dc1f2b40620cbfac85603c5e7f84412, 0xf3f08c2ca788792b7244d72bb0b742bdf9bf85ead9a154348a701498408e2aec, '', 0, '?'),
(0x77c920742c92801ebd9603be30deb399, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/purge-cache.js', 1, 0x00000000000000000000000000000000, 0x1bdc420c28ca438d2f98144798217b32, 0xda8e8e32b7f80afe4807d6bf021058e72998c95cf20caa05f87919c324ffc6d7, '', 0, '?'),
(0x9afcb40becb6f296bd6a4ff6e8f92b23, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/self-test.js', 1, 0x00000000000000000000000000000000, 0x8f54fbedbad74f79bab46f05248fbd24, 0xc33f2bc35bd3bee41c1ccaf23b3ecf7f5dd6d46d38f99d7ed0d880a15b853438, '', 0, '?'),
(0xad0370bccd2302a9d7f1761156a68479, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/sortable.min.js', 1, 0x00000000000000000000000000000000, 0xc81de33e9c5ee424e813bcbc3c8fe529, 0xf60df121d6e004b87cf09b40a2aa3df86dab0052d0e592a0461e153901b7962f, '', 0, '?'),
(0x403a2f64660a59584facaa9e94015b3c, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/test-convert.js', 1, 0x00000000000000000000000000000000, 0x2089e82a1c9025edec97c8120c834fcc, 0x328242c048fa756d782696b5fa10efcc3fb1b598bb06351c3276defe2706d318, '', 0, '?'),
(0xd50642cd5694423354cf008902408520, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/whitelist.js', 1, 0x00000000000000000000000000000000, 0x1eae12d1be977fcea748576f2a0df40a, 0xb9699e4ef23ec1cc380b9d412395186ffd8ac8a323043c49f096f0c2473c38ae, '', 0, '?'),
(0x4e473933a1bd920a95b5b99fa74771a5, 'wp-content/plugins/webp-express/lib/options/options/alter-html/alter-html-options.inc', 1, 0x00000000000000000000000000000000, 0x70f56b8066c75ed224358cf6a8e869fb, 0x7f22fad63268fc530fe71219da7c59fcd548d14784c9df13e8c5c1ef57ef4845, '', 0, '?'),
(0xc9ed1859ac93599d9865aabeccaec4f8, 'wp-content/plugins/webp-express/lib/options/options/alter-html/alter-html.inc', 1, 0x00000000000000000000000000000000, 0xd5b4864b98c30de81ceaaf2b7c09270e, 0x61bee560b01236aa33ade85b0798f1197b8fb0962dac5f5cde6e3d3f72bc5929, '', 0, '?'),
(0x9e047bda9337d4b380c55001daa5b527, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/bulk-convert.inc', 1, 0x00000000000000000000000000000000, 0x6a3ec612c5a4cd6290e4f9e5e5b250b6, 0x5abaa295f340213691c31c77137715e61ce5b3ab0849432b5c81754b6dc02e37, '', 0, '?'),
(0x0049bd07d660d150f75d0543eb7605a6, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/conversion-options.inc', 1, 0x00000000000000000000000000000000, 0xa65850ff2c910c26718c05e5b121a770, 0xb4cdb1c8401e44492ab5246f62241d766272ff0071a55b20fcbe9890ec339c25, '', 0, '?'),
(0x3d066650a6f5f30386dfb2b271eac047, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/convert-on-upload.inc', 1, 0x00000000000000000000000000000000, 0x509f7c0be1aad7a0884d8e70ea224f11, 0x7347caee0879d03a10c8e1ef1f6cbcaef9e9909ac71902555c46222f58263204, '', 0, '?'),
(0x92314ea74bd2e032c85b3d48bf8f946e, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/cwebp.php', 1, 0x00000000000000000000000000000000, 0x8522bf4689b956e46ef5c027861f6811, 0x5cdbf228dfe58a8d9157d7241e72c7d259642ee3498f9cb100f47a6d39937788, '', 0, '?'),
(0x4046a33854dddd4316d48f8f6129f713, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/ewww.php', 1, 0x00000000000000000000000000000000, 0x0b7de6eb47254505b20c7a2f2b61142a, 0x57077bf883c403989e9dba2e368d12469841e3589edb17ce18875d71075ea915, '', 0, '?'),
(0xd10e325a717f86f9b0bd2967b982a89d, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/ffmpeg.php', 1, 0x00000000000000000000000000000000, 0x648113629a4c6116ca0f3a2832aba79b, 0x97a304e3665cd2b0072ed0c1be63d40f674fa9c823a3c0e32f828bebdfd945ea, '', 0, '?'),
(0x8e72b804f6260d62592c1371237ba2a4, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/gd.php', 1, 0x00000000000000000000000000000000, 0xff2a9faa6c241255f14ea9fa2e111fc5, 0xb56f1fed68c9c2f1b832731112c6325861732689129c034abd47eaa74255c9ac, '', 0, '?'),
(0xf6e34b7b13092a8391262f758b04a947, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/graphicsmagick.php', 1, 0x00000000000000000000000000000000, 0x2cefc28ce361466d744f0ec241ef215a, 0xf40a532a08d8b60843044e0975f7210650107302d72358e9d002dd260301bf14, '', 0, '?'),
(0x142752720d9ef1e1cf76e9ab81d4888b, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/imagemagick.php', 1, 0x00000000000000000000000000000000, 0x586e6d4da9ec9cc8bc0d8240b7115232, 0x2010b343918781748a6c3395805e2c141a8327cc7928fb40340a4b0eac8fc5ba, '', 0, '?'),
(0x59fb59332cba5421878f265bd5ac96d5, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/imagick.php', 1, 0x00000000000000000000000000000000, 0x64c7ec4fc17ea8c27ce4383a8511b372, 0xde0c11ac92b761468792058bcabeba6d0c85cfc40b16397537e5e1f69f091222, '', 0, '?'),
(0x85ce368fcc2e72febeb8a7d10ad5410f, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/vips.php', 1, 0x00000000000000000000000000000000, 0xa742bbae48d8df5a694b4c5dc935db89, 0x955494f1bd2699fe0b2b3e1c418a2e24230e34bd59432534ccf69cb3eed3aea2, '', 0, '?'),
(0x446af67976b1597db4968121520070aa, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/wpc.php', 1, 0x00000000000000000000000000000000, 0x93768e57a97af66f3a3dc97504a57601, 0x6b7106fb006b1c27c7872e6f82e23950b2e6cdb8670926c0bc74161f340f469c, '', 0, '?'),
(0x2a4a440a77785199e4d7317aebd0d3c5, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converters.inc', 1, 0x00000000000000000000000000000000, 0xd3f6a54b7dec0e3375060e8295faf0b4, 0x677823643f1a3b867059186c5aabda475703068f84cfe0f7158c3d00fe785f6c, '', 0, '?'),
(0x7caefc73370a49c08135eba7c7d15351, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/jpeg.inc', 1, 0x00000000000000000000000000000000, 0x6aabde662935c4da3534a8451bbde0f6, 0xd120015b8f8e357c3f3558fa11d85daeb82bb76fc0833010601193ebd9f53074, '', 0, '?'),
(0x9c49ecd3d3c74132db49725c1dd484be, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/metadata.inc', 1, 0x00000000000000000000000000000000, 0x302cf5a5d2e5b0e5dcd402d94fe3c99e, 0xec0084b999ed55fc9ad7366938fbd1df6f6379eef4fdfe5cab6fc1e9eff8fba0, '', 0, '?'),
(0x50dfae286288ba9e214bd2440028f885, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/png.inc', 1, 0x00000000000000000000000000000000, 0x580fc7cf71d3516fe3162bdd0452273d, 0xe6e8891b1bb05eb9bb2c737bc1900a0546262bd02ad91cc58b0a94a9d6701dfe, '', 0, '?'),
(0xca9782bdda1d5e40700b8ca7d7c4a8ad, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/quality.inc', 1, 0x00000000000000000000000000000000, 0x01815982013a02758fa716160d8006e0, 0x752351a308973a422a09b1d7024e884de4b2bbce374eee63143442f3599c9761, '', 0, '?'),
(0xc4a2a9b5729de5d4adabc7c116a7c547, 'wp-content/plugins/webp-express/lib/options/options/general/cache-control.inc', 1, 0x00000000000000000000000000000000, 0x9664a718f0260c90713153ff01a9845b, 0x64bd7c5cccd52c0e28586a1bf38d4d6eca22efa90a6c45f01dec7c8864acfecf, '', 0, '?'),
(0xc7ab57cb452f95e8aa54491c79641b31, 'wp-content/plugins/webp-express/lib/options/options/general/destination-extension.inc', 1, 0x00000000000000000000000000000000, 0x3db53abd8c320c7a3bf2d184ae4f2d71, 0xd747d5ed4139024bb62dd91283026847b1ede1fb1bfd4a0a3265e40918c7d711, '', 0, '?'),
(0xa5c548614ff591eb4bd207352df1bc44, 'wp-content/plugins/webp-express/lib/options/options/general/destination-folder.inc', 1, 0x00000000000000000000000000000000, 0xa29998e0d896cf91244a6e1f652d06aa, 0xaaca9327776bd0b36a4a610e26d087775f58f285617c29ddc6c958577458e385, '', 0, '?'),
(0x5dbcbd713292d22b729d142a98bc62a7, 'wp-content/plugins/webp-express/lib/options/options/general/destination-structure.inc', 1, 0x00000000000000000000000000000000, 0x0bef64b99c6090ff5e0f39fd6ec92bf7, 0x70fc089c880cbb529ef872a6523b468f62bb3b403f1222b5a09a00822a0a345b, '', 0, '?'),
(0xacc0e85bf713158e50fd3d642e74b57c, 'wp-content/plugins/webp-express/lib/options/options/general/general.inc', 1, 0x00000000000000000000000000000000, 0xbe779f3ea3fca2485deb6ee1f1c35ec2, 0x124ce90f7b600183296e584fcdaa5819d752cd89793d56c3d77d2bb90219587f, '', 0, '?'),
(0x9b7396a88dc5c95d6a6805974dddb4df, 'wp-content/plugins/webp-express/lib/options/options/general/image-types.inc', 1, 0x00000000000000000000000000000000, 0xf5ee422330f708ac209abbd27e8578bd, 0x6097dde6ad72b7af09bfb2cac5f4d3601bb420bfb51103b828de752f7dd0ec62, '', 0, '?'),
(0xa2eb5244e9946d22b827d13e06725ff3, 'wp-content/plugins/webp-express/lib/options/options/general/scope.inc', 1, 0x00000000000000000000000000000000, 0x5813a967d55ddc481947ec1bab0aac23, 0x72882ec2dcd26001a20ca5f25dd9b4c575164f016d477d6db03dd7c607658fce, '', 0, '?'),
(0xa152ecd1f42aa86845d0033cf62489a0, 'wp-content/plugins/webp-express/lib/options/options/operation-mode.inc', 1, 0x00000000000000000000000000000000, 0x19efdd344dbe3804f79b6fc4d2255f48, 0x6c8de0811f28803c426950c376fccf61f7136e0dc3fc32c1268f2eaf2fc0fdfd, '', 0, '?'),
(0xa3cc40d684df0e661f9deaa2885b0a5f, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/add-vary-header-in-htaccess.inc', 1, 0x00000000000000000000000000000000, 0x1ebdf8db8b887bd8bc8e3924d7a6d116, 0x080b6192bae5fdecdb2cf1eaf5ab9d7c8dfee581d38d75184d9e344c6d6bd9ec, '', 0, '?'),
(0x2c6ba76c80d13f932897d0da9adbae47, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/do-not-pass-source-path-in-query-string.inc', 1, 0x00000000000000000000000000000000, 0xb5b62a472b5056337178a5bd96211a11, 0x5f9fadbdd0dd9515bc0bced354d4040f08caf031baf5d0fcab70d9ec2d2559d0, '', 0, '?'),
(0x90bd453fb973e9d293700700fe8a511b, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/enable-redirection-to-converter.inc', 1, 0x00000000000000000000000000000000, 0x6e5c118f9810c56a8efd3f1b77d03ef6, 0xa538058f6a89a89bbe40c15747da647b99e8474cb7ec5978bea138b8dee78a94, '', 0, '?'),
(0x6034dd809aeb7a7c0c9f02e4a01088a0, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/enable-redirection-to-webp-realizer.inc', 1, 0x00000000000000000000000000000000, 0xc146fef80f6ca003918200f364f9eacd, 0x13c66ad4ad8917c7869805ec384553d077d779595175bc676dda8b3d685f62b3, '', 0, '?'),
(0x993a0938f820a8877d635ace041db147, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/only-redirect-to-converter-for-webp-enabled-browsers.inc', 1, 0x00000000000000000000000000000000, 0x89ec3c6b03456182cff4ab1b080b2f09, 0xf8a52c0ad3079d598bc675639f9d8acb3ffe73c81e9192c1f8e357ad80615e64, '', 0, '?'),
(0x0aad3343299e0236ba24c95dd9ac7b7b, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/only-redirect-to-converter-on-cache-miss.inc', 1, 0x00000000000000000000000000000000, 0xdddafa8ca9f74762bab0dadc700570a0, 0x6c92d27739b28420635b1859ae9050e018644fcc0232d4d113b74e5675495c25, '', 0, '?'),
(0x5ce4cd6a2e52e5199f2de3fba5db3eaa, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/redirect-to-existing.inc', 1, 0x00000000000000000000000000000000, 0xc413ac33a974452b99aeb4c8f8e7a72d, 0x7acaffe7da2fe9c41ffa3563c669ff402cc8604ac610937fb1490aebbd8ce261, '', 0, '?'),
(0xa8a5714e16b9dccdc26376334b260efc, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/redirection-rules.inc', 1, 0x00000000000000000000000000000000, 0x5efe991ac14b246e133c7ce8665d9719, 0x10bcfdb8e38bace75d35b3dd798759234c406277eaef7f0d0f7c86c3b43aa44f, '', 0, '?'),
(0x2f306c935d6f7eb166e45bad93509d9c, 'wp-content/plugins/webp-express/lib/options/options/serve-options/response-on-failure.inc', 1, 0x00000000000000000000000000000000, 0xc079e13a81e6a190e708933eed3815a6, 0x31131543d4733f65dfd460aa508d44cd48ecd413530c1728d9ad918354f7d4d7, '', 0, '?'),
(0xdc7589fb8610f0f69ef0f438797866a2, 'wp-content/plugins/webp-express/lib/options/options/serve-options/response-on-success.inc', 1, 0x00000000000000000000000000000000, 0x28a42b5c89623cf6e3b9c66008cb18e6, 0xb05e501ae31a6c62b350a6529f3410d2dfab7bf46af21d5ae9146e4f59a80cd1, '', 0, '?'),
(0x7469be2ee5b3adbc805df0bcdf0609ce, 'wp-content/plugins/webp-express/lib/options/options/serve-options/serve-options.inc', 1, 0x00000000000000000000000000000000, 0x2450289959cc13dec4a1fc966a167351, 0xe513ee5da539ed6abdf0f1d5a3970e85b8acb71f1c0dfa1735bedd6563679628, '', 0, '?'),
(0xd5f1b4e6d4df7acdf7dcbc44c30acfae, 'wp-content/plugins/webp-express/lib/options/options/web-service-options/web-service-options.inc', 1, 0x00000000000000000000000000000000, 0x6839335e57ceeb884b9895c938e6334a, 0x95bd3ac7ec98ffc070ee70c8bb9b3190043a2c6992f88cff634d39ef135b96e0, '', 0, '?'),
(0xb57fcd7f118f88c6d7632f57249f049b, 'wp-content/plugins/webp-express/lib/options/options/web-service-options/web-service.inc', 1, 0x00000000000000000000000000000000, 0x911aaf360e3715b1358c9334f2ffdd61, 0x1dfd163a0f772fa0ae3e1cc5da11f35b9c694605e8587f45b359bf2eb87e5ffb, '', 0, '?'),
(0x89a631f731a1f6b82269c2cd06e83a1c, 'wp-content/plugins/webp-express/lib/options/page-messages.php', 1, 0x00000000000000000000000000000000, 0x6b78a7d3f3ad3f99047edfb8536178a6, 0x83903f83c047f960d4d2543df8689432c5dc5af4e986dd90dfa41d22d56d8dce, '', 0, '?'),
(0x540858b561c2b32da20dbb80539b688e, 'wp-content/plugins/webp-express/lib/options/page-welcome.php', 1, 0x00000000000000000000000000000000, 0x5521571961d3683b2a7d43f3629cd051, 0x635639a028e9dd6139cc24c4e79c220ec14338005337af3ef4477f3942500dad, '', 0, '?'),
(0x1d3cd6893097ce7583afc35a5aa42cec, 'wp-content/plugins/webp-express/lib/options/page.php', 1, 0x00000000000000000000000000000000, 0xa1d6b165b9ef19ea835d2ac34b98c3c9, 0xf9fced3edde71d7b7d422a69e27008d07b20403fb4bcb66567ebd3db09ffa3dc, '', 0, '?'),
(0xa35b5596e7be75f0028a31bee7a8567f, 'wp-content/plugins/webp-express/lib/options/submit.php', 1, 0x00000000000000000000000000000000, 0x77240671906e7698c07bdb81b783ebfe, 0x58948d3c64b0d5ca1e0b75ab80f24c24d5a451acd300ee5f48525059ed1b5d2d, '', 0, '?'),
(0x30fb393f3dde53bb023c7f6b08e6df5a, 'wp-content/plugins/webp-express/lib/wcfm/style.css', 1, 0x00000000000000000000000000000000, 0x43f4ffe55a41552f06019dc653517897, 0x739085acbffeef3e2dae8bd30c988216febe1e61afba5f2affd6e9bfd6df8485, '', 0, '?'),
(0xbbcf56cf6b025d74c5c9ebaccaaea677, 'wp-content/plugins/webp-express/lib/wcfm/wcfm-options.js', 1, 0x00000000000000000000000000000000, 0xb37ada44b50deff341dbe41653061db8, 0x75db3550db315e8534dd2a6d901af61ea6757367a9656bdad2a17a104727b5e1, '', 0, '?'),
(0x512d7bc7e89e271be78899f145922da8, 'wp-content/plugins/webp-express/lib/wcfm/wcfm.js', 1, 0x00000000000000000000000000000000, 0x2e8a92a8e45aa74a31387299871a9e98, 0x76a4082af7f0084481e219b35254cf282c65bc620b9b7f8b91916f1c22870aea, '', 0, '?'),
(0xb85413b200ae7db51a297fac61991982, 'wp-content/plugins/webp-express/test/alphatest.png', 1, 0x00000000000000000000000000000000, 0xae3fc770889a2fbb0319086e1e11959c, 0x28b48a38152262f546571ac55e9a3d8f56e1c017db7de873cc5b8bc56d3ed8a1, '', 0, '?'),
(0x458706186ab17138688f83923f408cfa, 'wp-content/plugins/webp-express/test/architecture-q85-w600.jpg', 1, 0x00000000000000000000000000000000, 0x5615aab3ee51c93c80ef54ae6993965b, 0xfb5304491a54781b012b1f435f9de90af782aac4424bb33fc347c41d6c8544a4, '', 0, '?'),
(0xe0ac345caea70832a25537f4a986d8c3, 'wp-content/plugins/webp-express/test/dice.png', 1, 0x00000000000000000000000000000000, 0x4b188fc9c28fd35a7af386410c5db2d9, 0xd43544c8c19d1d6faa06973ffa81f7c0113ca720bde20a99e55f4eec0c294b01, '', 0, '?'),
(0xc36fd40730b9dbe162e49d4729ac3cf1, 'wp-content/plugins/webp-express/test/focus.jpg', 1, 0x00000000000000000000000000000000, 0xa2c0b58f04b9d2da9cd65e4cbb4cfa69, 0x39d92e27dd19164dccad88cc8caa44161a99111cdd44e0a80691ef6b4718eed6, '', 0, '?'),
(0x625f310ae238d50f933d2bdfa3d1936a, 'wp-content/plugins/webp-express/test/palette-based-colors.png', 1, 0x00000000000000000000000000000000, 0x0f2541405b25a27b86ae4c57c242f081, 0x0fde087c014c16cb0f3202e3ca47de887b5a6f70c557bfae2a33ae915b3e369f, '', 0, '?'),
(0x95d71a04182c3d4df480148be7d573a1, 'wp-content/plugins/webp-express/test/small-q61.jpg', 1, 0x00000000000000000000000000000000, 0x179a66d6700c0382c063289062ea6d2e, 0x8804f64ac2f340eb1777b2f572e7f429b536ae231cf93a511acbafcb5c4da78f, '', 0, '?'),
(0xd97b98c22a70abc66adf3d0708e96886, 'wp-content/plugins/webp-express/test/test-pattern-tv.jpg', 1, 0x00000000000000000000000000000000, 0xf3ff2d8ca645f1d45d8aceaa5e6997e4, 0x428e1a04d37c24a663f896079fd1c6e8d213b19f5d30a86c28e6f0d47ea4b86d, '', 0, '?'),
(0x69a9c206818dd37d67cf394b335a77d2, 'wp-content/plugins/webp-express/test/test.jpg.webp', 1, 0x00000000000000000000000000000000, 0x2bcd1719d323cf2a281f2db8e7583666, 0x8b150f34706b8ea749f00ed15cfc8d3bc4c5f13f3024ce769ab17022b1cce64a, '', 0, '?'),
(0xc4d35f05392d25e7343de1132cbeedb0, 'wp-content/plugins/webp-express/test/test.png', 1, 0x00000000000000000000000000000000, 0xd745e8a99847777dabf0d8c6e11fca84, 0x1876e115f68b7a0bcb3a1093d53f6df15274266240dfd2b53a62a74a930ca3ea, '', 0, '?'),
(0x4de2cfda6647c94d6d0c3b4036e65fff, 'wp-content/plugins/webp-express/test/test.webp', 1, 0x00000000000000000000000000000000, 0x2bcd1719d323cf2a281f2db8e7583666, 0x8b150f34706b8ea749f00ed15cfc8d3bc4c5f13f3024ce769ab17022b1cce64a, '', 0, '?'),
(0x7ae9772b109e19fc06c9c258ebb5d051, 'wp-content/plugins/webp-express/test/very-small.jpg', 1, 0x00000000000000000000000000000000, 0xf13f8e61a470e829511021ffc3f8aaf4, 0xb0e68042b1ab590cf8fd8e3797a49b4a81d4fd5f9d5b9782c18996259040084d, '', 0, '?'),
(0x71742698dfb5039772e3cef21ee8dcbb, 'wp-content/plugins/webp-express/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x935579fdd30cd7737a7c09c17d1f0e2f, 0x210d2ce6f73a14b8fdc7defbf3499d4eda88d7241543533eeb3a024bf9318a99, '', 0, '?'),
(0x0fd84ef7071debcb3d42cc485ebc4098, 'wp-content/plugins/webp-express/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0x3cddc0835641912cdde6a99a83f17bcc, 'wp-content/plugins/webp-express/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0xd50699a7a8d71c4561ec18d65d38eb72, 'wp-content/plugins/webp-express/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0xe3873f9f62ed3d0c1d9c08b1cc99cd36, 0xce3a67800ae7850aaf0d2a2221e6c311d49874b7c3c7d87efda90b7688bce51f, '', 0, '?'),
(0x82f9faef26f45d639d7f827dd0f72ce1, 'wp-content/plugins/webp-express/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0xcc5b4152749ed3b4b5f45586aa18e48d, 'wp-content/plugins/webp-express/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xd56b2766693ed31ee27aded12dcc2719, 0xaa0d6d7dc5074e59a51854b7bf60ac448f97aef08403d2860354369e1a56937e, '', 0, '?'),
(0x69c3baa388cfd355c5ab55da94a57f50, 'wp-content/plugins/webp-express/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x106af8b8ab07c9d22149bfd27aa925d5, 0x61361385703766f1c08e59537f94b1cbcd5018f37c22f466a955eae659ba9c82, '', 0, '?'),
(0xe974a556b9011f90ddaf1080685935b1, 'wp-content/plugins/webp-express/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0xfe768c96d7aa01a9f67fbd3c21c3230a, 0x6f845c8d236e1138ee448ba75a77d32f7fae26ff2bf908f677bbd0d57fd524e8, '', 0, '?'),
(0xe4c2d694cdb18605160a00ada1c97716, 'wp-content/plugins/webp-express/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xfb24f2cb16c51f4d2fa00f57588ba94e, 0xa578abc2513c00b8c0d34754822d02f88e93aff14c90317db5b371d415ff9775, '', 0, '?'),
(0xd98281073492bed8649411111bbc55e0, 'wp-content/plugins/webp-express/vendor/composer/installers/LICENSE', 1, 0x00000000000000000000000000000000, 0x043117d4dcbc27195a9479a30b7befcf, 0x04e3a1f75c79bec0de9f23b4de81ff1abc4e56e70fb4ddfc77f84360a4755ecd, '', 0, '?'),
(0x031694c907a53638370b133ec0bce3cc, 'wp-content/plugins/webp-express/vendor/composer/installers/composer.json', 1, 0x00000000000000000000000000000000, 0x96266d988855fb903afb6351f15a26f9, 0x228d0dc62a22a9500b3470f3e23637ba258541397ea375b0846f9ef0e4ed8815, '', 0, '?'),
(0xe149a41c7978f218668eba9ae5498764, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AglInstaller.php', 1, 0x00000000000000000000000000000000, 0xede00143638c3d572acef2b18b440c67, 0x33d328fc57b6abea7e3b4dd13ccc64cbd11b837a1834a3d37f84def3cbc3cdfe, '', 0, '?'),
(0x5fe008d25db5818c345ee6c65f1ed9e0, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php', 1, 0x00000000000000000000000000000000, 0x45f0574d6936ea3d3c152a407d6da2f0, 0x80f985a6448ea452565cc5ad07e03c37749d7909b32c38e159e4126d104cc18f, '', 0, '?'),
(0xc4f158c99a15f57dcd2066cfa283b136, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x31df637344896825e98c5b7021983422, 0xa3023b8ef8c33cb8aab7455525944877b8cfd744fbe144861f8dcb8b96833854, '', 0, '?'),
(0x4b16697fa3274fe293fd0826d3ae6661, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php', 1, 0x00000000000000000000000000000000, 0x9dd2e9b01e14d74cb088cffd8a974a4d, 0x15560abbb806cb230af5064186402c635d3afaa4612320998661ad8c0a26b937, '', 0, '?'),
(0xcd039eb6eecd6cd98f8239c47c61b11e, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f47a3e1fb1ffcbed14519a0fccb0d16, 0xe5ff7dd0446c9871c1d758bb8122611f9b471de51ed94775aab656587dbf8c3d, '', 0, '?'),
(0x59aa271a43a2d424c70cb6bcd2854cd8, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php', 1, 0x00000000000000000000000000000000, 0xa0bd458f0ef4e2bb05cd645968be81c1, 0xee8d744ce8a72e7679aaee85916c638c4d726bb2a81cad6d546ed47672b79b57, '', 0, '?'),
(0xb9886de98f3dba7e3a92285e144f6f60, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php', 1, 0x00000000000000000000000000000000, 0x6886e00721d31366c5aa6525d251eceb, 0xb2e65854a8efe351bda5b1fd6d7399609cae445088c3a72c7cec97ecabba6438, '', 0, '?'),
(0x513f3cf26f94d2b2d097e07875aff9b2, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php', 1, 0x00000000000000000000000000000000, 0x75222ee74ff9849c0995c122ec4f2d42, 0xc360c59ae79da4f48379ce62b415b610a26bed74bccae48c42b1e81e49a9d40e, '', 0, '?'),
(0xbdc92dd4867a6cc5aed6bf4ecc41002d, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php', 1, 0x00000000000000000000000000000000, 0x45084203f42ab1f4e5f2c304b03a72d0, 0x258e00ce3768a21ab273a4bc39080661c2da8fa2802f2396bc7926e3d094ef73, '', 0, '?'),
(0x39a97dabea4f00d78059f7538036f408, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php', 1, 0x00000000000000000000000000000000, 0x749726ef8172403b85ece66603e0808d, 0x9f6969667af7ceb0505c9f423c57d9b47087cc32a3ae192c0eaa541d7fefc3d0, '', 0, '?'),
(0xac20da02ccababee3ce4802808fed76a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php', 1, 0x00000000000000000000000000000000, 0xb1c4e988ccc36553752db5d1d598fa7d, 0x6978caca19e25f7f4b106ea1a4f0be9426a44610cae0bee0143a72828461ed30, '', 0, '?'),
(0x107ad1699b38f6a8429e15d43100fa2b, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7d0f6e7d59de2561f6f3580ecda905c, 0xdcd7d43e9139daf9590d15594fb4ad433468b2038bedd9ee99e4d0759e47db5b, '', 0, '?'),
(0x5e30e69b3430af0983d44056ba4b7805, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php', 1, 0x00000000000000000000000000000000, 0x0f97d69791b63618aa973e2c83c821e2, 0x531ee1c5bf6030c424b6dac1dc205257b73eec633ab035ce9abb961f4d96c3a4, '', 0, '?'),
(0x3b22dae4eea28a31972bf0788b3ddaa5, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php', 1, 0x00000000000000000000000000000000, 0xfb8d4807178bdb3daa75cd5d5239d9d9, 0x064bb189886dd87d44ae7fcc53031deeec14109d37d8da9aeccdc04c3c796184, '', 0, '?'),
(0x52be952871ee25ec82bb37db6780d613, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php', 1, 0x00000000000000000000000000000000, 0x740987efcfcb6d21acd47e415ef35391, 0x12aef7852302f88a4c11133f13fb164f4d3672cd2f575fa00b7e1b95b9a4a6fe, '', 0, '?'),
(0x98b6a29c1ccfa76a2901432cfd1fdca8, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php', 1, 0x00000000000000000000000000000000, 0x91f6d8a5f86783a019eee7e95d621ee2, 0x670c443e494239e9b703af9a4c49d3092a9cc2eef031dbf331368ed930ee437c, '', 0, '?'),
(0x3c2009ea0956d85447b218dc07e75068, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php', 1, 0x00000000000000000000000000000000, 0x41c37645858922b9c2994d5cd9f14dc3, 0x34812865f59315fdf4ca49381f3932a1d7f61e2d85ebb18ef3c4bcae067e995d, '', 0, '?'),
(0xbd2b6512996af90c62be08193b59e6a5, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdfd22bf8722260076cd2aefad5de7676, 0x23357dcd8f09f35c668cde5796b6bcc4b0ddef7e43d160a5874ff9eb94632c80, '', 0, '?'),
(0x64dee7c2131b0bdf89dce18edc04809f, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php', 1, 0x00000000000000000000000000000000, 0x3b3c814abbbed4452624f3f49464a763, 0x71253e44b72424a5918215e53afc8ae36afaf58d8e9ee2d26b20a47ac23be193, '', 0, '?'),
(0x688b3b31032a36d3b4639cb0a1603f45, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d89963de625fcbf900593375cd13856, 0xa9774813039270ede95bde1077bc329e40751aa389224c48abb70f61369851a6, '', 0, '?'),
(0xc55be3f775c1ed5386f8f41c2d8a8c24, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php', 1, 0x00000000000000000000000000000000, 0xbb096d5f6426d4baf4979d0f821f3077, 0x3094ec8abffa6b73cf867aca40fee2b18729cd1cb7548ff72b85f49c81da14cf, '', 0, '?'),
(0xfd1158e11800ce27f0cecc5e4a47c168, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php', 1, 0x00000000000000000000000000000000, 0x37b4eff9e56004a6657c3515d53188e4, 0xd6d383b0b51a2b6fbad0d8a8601df38b1a4e74fd95a8cfeb6e2b0f441ea6d4e3, '', 0, '?'),
(0x3f9f47228c4de2335880fcaef90e0e47, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php', 1, 0x00000000000000000000000000000000, 0x848e9350cc8186a9bfa89178a5c7908b, 0x10b444950eec6d4df5597cdb7822123c0b14414c6670b37833b31e29ae482296, '', 0, '?'),
(0xecdf3abbfbbd9cab36aae695d9f55050, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php', 1, 0x00000000000000000000000000000000, 0xfcf110d7133ad838a1b2d9b7c449f8a2, 0x8dea7f00c4ee7fb1781a1b61aa87eb0f262aad0b553cc68ba65de916ca79dcbb, '', 0, '?'),
(0xb4f86fd7d094d9193a81f8c57292ecab, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php', 1, 0x00000000000000000000000000000000, 0x6f0147b4593eed79e72a135e59f290fa, 0x4dabf08c7292b9256bc2992114f382a5b2bdb8d3b28e7add810929faf0c643fe, '', 0, '?'),
(0xba638a403265fd13b0ae3629d9984df3, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php', 1, 0x00000000000000000000000000000000, 0xadcc1c4035b4e024c4756ffa61209dd6, 0x851fb8c0e84e05813866fd9b13a93f6cabeafb7defa769ad1a6ebc7086dff87d, '', 0, '?'),
(0xbba1f7a12da0a3b2f7643a523a1a9b40, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php', 1, 0x00000000000000000000000000000000, 0xdf065efb9d71f77bfb335cdd67138005, 0x4ed3ae4e90f31c988ac74157a8756882aa2314b3d2223829d5eb65134d31c236, '', 0, '?'),
(0x0a67b6fbacef926c1fd6792c402f9253, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php', 1, 0x00000000000000000000000000000000, 0x40bd4bcc0ea2bd1b7b7e74621c59621d, 0xe19a080aef85c89e85ce5d82d872b9a236091cc39a5a7b5456632e804776877e, '', 0, '?'),
(0x0a2c7827210ecf3a5c9aa5e6a7c30495, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/GravInstaller.php', 1, 0x00000000000000000000000000000000, 0x3ee2de91aebb9755ec405e4c9f145d04, 0x299a8381cc4c427c401601a39a13a90fa30f22df5599654a45bb57027a208383, '', 0, '?'),
(0x94f4e40b0c2b857c820e3a0e14af06bb, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php', 1, 0x00000000000000000000000000000000, 0x91552d308d37dcc0ec020a7d6d955c5e, 0x0b640fa554619a0be7cedfb0602b923e2f21b68d21fadb041e5e0b626724dd0a, '', 0, '?'),
(0xa1f613f69d8d3ffc9b36f06bcdfbd5fa, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x5b977d18fbd35ff0db958116b5a4588c, 0x3b0f0ca8e4fadcb6da8f69ac964b78e5a5bd5b16ec00afdca519d8fc7d2a33a0, '', 0, '?'),
(0x13d2620f4788e201eda8d33787246f14, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Installer.php', 1, 0x00000000000000000000000000000000, 0xf40803e2a921b23a254f8847ae8a93b0, 0x4ba70b7e7d446e78bb9b1900eadf98c9dba52d2584b3a8815c51c3676369d155, '', 0, '?'),
(0x51319511d72b7ec709f4700f9e44fc78, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php', 1, 0x00000000000000000000000000000000, 0x2cf74aaaa490b4c31344a71bc5a9e688, 0x38e016b3a2a6f47d2bba8b7b33117b390a13b2908c42788d9eb6f13d2730bccf, '', 0, '?'),
(0x7fd7292cb3867a201f6c7714df8478ba, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9fb29f8c006648706701214ea14fdd27, 0xdf93a5a3326eaaf773be3fad41cbd7fa1e9a9da3a8b54e068f031f0a01ff673b, '', 0, '?'),
(0xb0f40d0e84d24b7287aa6338cf979cd1, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php', 1, 0x00000000000000000000000000000000, 0xc22a335dde193ccdf5dd5d90c8278e96, 0xd0bd7274d2db7dbe51d937fc8840a5ff4913013d101f7db4610b6d7593289851, '', 0, '?'),
(0xd779050d463d4717147be539ae633699, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php', 1, 0x00000000000000000000000000000000, 0x9cafe4284a0c9bcf5f3f2b3468879cb2, 0x088a9ff3b009ca1f8b3c7f3f157e8043ecb2324298d6c920aebfa2a91fc2923f, '', 0, '?'),
(0x4d7d1eda3b52b66ae0dcf79a035419a0, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php', 1, 0x00000000000000000000000000000000, 0x482e2806bbafb01efd4e1937d7eb0d11, 0x5fa6a9fdb8ffdc0b9b476484313167a0599794317efaa63e422474dbf0aa58b4, '', 0, '?'),
(0x21bafa7eb849627e44c7a021e2ccea5e, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x58afe15f63e1d727d8784d39feb8e0b4, 0x60edf9f6b3b092532c77194439b96b934300357fceb2aed431396a42aa5bcdcc, '', 0, '?'),
(0xfbcb0929796ff304589debe3c37aca2c, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5a208a2249eef3cb2f84fa04851303ae, 0x22f7beb45b26e68d507a3e7cd6aa1e21ad485831afbb02a9e68d1fd3d2c8620b, '', 0, '?'),
(0xa09994b5fe54421f08b52f120d5075f1, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php', 1, 0x00000000000000000000000000000000, 0x50ea66390cdef14fdecc36db7b6cabb6, 0x85f258c13e883e32f2bdbf893dbd4914ccb14694c707bbd2814bc59d6cd9229e, '', 0, '?'),
(0xedc43d8794bed22f9ddccb0eebba9169, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php', 1, 0x00000000000000000000000000000000, 0xae84a3a73d60888777d532899036ee64, 0x36f3c5b7d95768148b098a90fa9bb730ac573fea9ede9dcf599dc79d6de7b706, '', 0, '?'),
(0xfaa0b13d867d8b306bfeb0c876f110ad, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php', 1, 0x00000000000000000000000000000000, 0xec73030740f534091a97e0baf04477ab, 0xfc072b59761d321a83aa1e17c242a750ca406248ef0449ed8f65f11334dd4dae, '', 0, '?'),
(0x9d758bb282b88853424036e61e7e148d, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php', 1, 0x00000000000000000000000000000000, 0x211c7bd668c8a1521932cbaaed80a836, 0xbb28ed31714b43a9a5f698d0e0443fe77ed4a8eb7e4f54c4da2024267e233ee0, '', 0, '?'),
(0x8319388814ae6031ec97e3df9ee84159, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php', 1, 0x00000000000000000000000000000000, 0xd613a4d9a26a15fa8ffa40b19b0a4ead, 0x70c976b6d017248e4c04f2ce8badde2c812ae603f0cab82fe0e33bf852cecba5, '', 0, '?'),
(0xa990d32ebb52ee233a6d588ce3e0fb11, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php', 1, 0x00000000000000000000000000000000, 0xc7200ebe06f9d08c147e19fe855eb446, 0x870fdbeeeadec828076f3840cc2e7aa6dbb9090a0321719c15363662707d12ca, '', 0, '?'),
(0xa2b325a86759bb6a594f79c8c6a56b4a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php', 1, 0x00000000000000000000000000000000, 0x81d57b03fc92468b89e7b9c11f05ca73, 0xd619e643e2976681e9bd6ab94900f31851a6bbf66e0b6dfe054afe1baa492ac1, '', 0, '?'),
(0xb2afb5c775049c7a38e40eeefe061362, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php', 1, 0x00000000000000000000000000000000, 0x5813552b345de90a916a8ba53260af20, 0x73295767eb9d073e8bdf00a8bbabbe7677944093de16a64382b165a8100bd186, '', 0, '?'),
(0x2fc8f57eabc00becdea136d6ba5c9e1a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php', 1, 0x00000000000000000000000000000000, 0xa6f3b3efba366710ab4f357c11f0ef20, 0x70836e73a6c30223146408f3c146248897cf57cd95c1dfd928518ca19037c136, '', 0, '?'),
(0xcf9232d4ef9c7e87de7f99bfbc0d0e61, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php', 1, 0x00000000000000000000000000000000, 0xd7e3827b9484d6585463a2cd3c9f9e86, 0xeb768cbc872fa8b108e355fe116392e46264e6498c3424630399d1e17753891c, '', 0, '?'),
(0x5d4fc83ac31119114ff2c39e06f7beb7, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php', 1, 0x00000000000000000000000000000000, 0x1c18f23b79062570ea6f8dd1a8a1c29f, 0xb60f965f2f79311b52a2b5252b13e261f42ddf44b459183609a32cf12ca0aa14, '', 0, '?'),
(0x19fa2b6d460a480a0fd0281070566fec, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php', 1, 0x00000000000000000000000000000000, 0x9c67e300f0f770c40966e62f886c3a8f, 0xe0e729849cca5f10b90354b4eff9e94d1c2204ab3402d6d6f3b60083d99c28e6, '', 0, '?'),
(0x990004d0e8d0dd116e4533809f9567fb, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0xfe04b064ee33cdae252e590487998480, 0xbc0a1620ca263c6a1bd17d4aabcc8cdc761ca2896e5e77a814d3c1b6e16fcb5b, '', 0, '?'),
(0xd98f94d22e920f0d72a46ae67c6a8e3a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php', 1, 0x00000000000000000000000000000000, 0x235b939331039f453de8273fe7cfc2bd, 0xb1016e3dfc7d4ac702715903f0161fac3901296696024d2426b65221b677ee0f, '', 0, '?'),
(0xfe6c134cf335aea9faa3941fce8ccb3e, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php', 1, 0x00000000000000000000000000000000, 0x9e44fa9c4d12b5527b698aae01500e63, 0x2677220ce1a93c8598c93f4807e78a66f7d83eeeee1a529df831254296d318c5, '', 0, '?'),
(0x627594ac82e391b190f93711e277d82b, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php', 1, 0x00000000000000000000000000000000, 0x220f66da9ebad991c7610e90cf9067ec, 0xe15273d5fc341613074a718fedb994687e63688466554691a86c5fe8fdbe6087, '', 0, '?'),
(0x950354aab8b1905e3b50de246f8fca74, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php', 1, 0x00000000000000000000000000000000, 0x1495b43d0ca1120a38cf017512cf17f5, 0xe0e22110af0f917c27f76ef17b844d80144c3b10f58376834ffb93ebc281310e, '', 0, '?'),
(0xf52d573e527d2dabdd0b7898fdfb4f9a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php', 1, 0x00000000000000000000000000000000, 0x02a43052e0eff624107c7e9a0afc9376, 0xef6be869701245fb306dc597ea99c73174f54da146dc65c55ad00ae95252b1ae, '', 0, '?'),
(0x08a0b0fc8229504351d218e80bc506e0, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php', 1, 0x00000000000000000000000000000000, 0x48bb27154879fd900cb2f8e072e7b60a, 0xf2e915810ed0eccadf93bc4b34f4d565e4c5c6df82e296d8fe53ae5d807f6eea, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x0bfffa5c3715d2abcecff58d5d6bb705, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php', 1, 0x00000000000000000000000000000000, 0x4b4536d7c30be8c1eaf45000498036c5, 0x55b23de75e1181a1f96b5c0e700b277d340bd68c26f5f51d6474c9666855335b, '', 0, '?'),
(0xd920c89e71721ad3b73f2a0bfe947571, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php', 1, 0x00000000000000000000000000000000, 0x83ba6db0c48ee5a6810d22b34278ca7e, 0xf150b9988aa79d4cf2b260fb2799523c4410f24ad5553e311195f7dd1044ab2c, '', 0, '?'),
(0xe7cf34d15df8965a0e8974c85e8e6930, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php', 1, 0x00000000000000000000000000000000, 0x8b9abdefa505abe6dfcd6a4238a3bae4, 0x19e265fbc303c772d435b2affb45d8ed6448c9e43fce1a1cae61d841835264d1, '', 0, '?'),
(0x00ac9bc834bd40d1d6f6b51e0f878225, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php', 1, 0x00000000000000000000000000000000, 0x7d14d7ec2cbc533d96d0cdd854b338a8, 0x81bb96d18a63145932dc35258cc9cf3d6474037d15afb5a87e5effc4cb3f148f, '', 0, '?'),
(0x50583e7506bc701820527ed92259b8b5, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php', 1, 0x00000000000000000000000000000000, 0x053bf74ac9033be160c692206e48bf10, 0x0dc1147e249a23c62c985ba1c735a767e07404e0d8575d49b6c27f7b3872fe28, '', 0, '?'),
(0x7a7a50d286bc4d9d6e195e68f7b55125, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php', 1, 0x00000000000000000000000000000000, 0xf38d8575cc8e13a213af23213f083597, 0xa398e0a9ff70699ecb3d92dede7a2b23b138c216843dd7ed6efd7eb1bda77d82, '', 0, '?'),
(0xb043bddf3ac3a42db899d990f7b70437, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php', 1, 0x00000000000000000000000000000000, 0xc5bafbbd0ec73e8770d2b85d549aa63a, 0x6c4f7c54c04bc5e566e22e11c180607eb48ca5342c5896768649139b1588a574, '', 0, '?'),
(0xa65974fab7c958c5fe17a0da0cbdc740, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Plugin.php', 1, 0x00000000000000000000000000000000, 0x576e684aa434af2fa98e753400766f62, 0x79e0573f477c3712b3fefa48ff7e413c7ee4aa849d33e089fa7081b7e81f92b5, '', 0, '?'),
(0x1f629d8fe2b73136fd501673b3a09597, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php', 1, 0x00000000000000000000000000000000, 0x6009da3ddb7ba57fb36046981a144737, 0x196336d57920f329f6878bb5d5cc53bad2eaba19898a71215b7f64ee6bfa6df8, '', 0, '?'),
(0x80bee763ab6f4b92528a006192791640, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php', 1, 0x00000000000000000000000000000000, 0xf0cef78021c404c84819ffa5689c9f90, 0xce7f392e596c1e53ae89f6cbccc84101d9584e8b1e04d46f062a620f80babe6c, '', 0, '?'),
(0xc038e9bddb6c222c2d1064b1ef0a4b5d, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php', 1, 0x00000000000000000000000000000000, 0xb207628b5518fe79eacd85abdfe60038, 0x621f53785c68a4b5ec04542f16b75be0c4ad75782b29e8800844d72b6e3ce004, '', 0, '?'),
(0x01330e915d63b5ecf2bfc6ee2b562ce8, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x900115aee230a1dd0e76bf2daaad5438, 0x693bd4f848cab33d77521ce76df6873afedff340a887a236437c0f51092c1787, '', 0, '?'),
(0x3ccca407a400f658163335a1a62d0e6f, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php', 1, 0x00000000000000000000000000000000, 0x522209f40dc27b3982eb13712b455e5b, 0xd94f6c85d85d258bbabfb4b72452f0436fb56da0b962875472d83edd031a47a3, '', 0, '?'),
(0xde831b836f9a617b8bae5dc2dcb0fba3, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php', 1, 0x00000000000000000000000000000000, 0x134fc39d59f5112c875c9fae2d1af12a, 0x0f56239b7c7117163156ee19fcd7812dca28e307df2382911df2f4d5d8ae332d, '', 0, '?'),
(0x6d2925a88f2bb8270e5b5b6679110c45, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php', 1, 0x00000000000000000000000000000000, 0x29a790b5e0ecea8afdbaeb5e52212dc2, 0x60a6e7608c02f9319cdd0098320b95de27d0f055b7410b95dd8c2021b25e42c5, '', 0, '?'),
(0xa4ca75c03535eba011a475e0c362c905, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php', 1, 0x00000000000000000000000000000000, 0x91465b7c2ed331d7d078eb092658664e, 0xf39be9446d1401f531258ca96edd9bb45f647213b08120d40d4a1d1e33540172, '', 0, '?'),
(0xf15c29ef59254c5a482647bad9663277, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php', 1, 0x00000000000000000000000000000000, 0x84d8e36cb6b1f563632a7e6a3d702a75, 0x3c264a23f0b6735c2e028d2c47c0ae241cbe6c743c1299a94995578a10cc35ef, '', 0, '?'),
(0x5dcff3c338675dd8e7d8775762d6d7c4, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php', 1, 0x00000000000000000000000000000000, 0x38f449ff30b86d6a403018dd25f855f8, 0x7b139da57b6faa5df976726cf1536158ca7282f350d6ce93063f89252ec3f945, '', 0, '?'),
(0x5c6157fa691e1be707451ba40b344f02, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php', 1, 0x00000000000000000000000000000000, 0xe505ad4b4b9779f112deab701e72c45d, 0x1acef10a8487b93d49235a885c91a534848f6cd699c414b5a4ef75f3b0aee560, '', 0, '?'),
(0x0fdddb26e461bcace7c995ba6ddcd5e7, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php', 1, 0x00000000000000000000000000000000, 0x502dee105e9830f31f33f4d7cd99c335, 0x3ee12de2c085dfde1413e4b8949754988f0989312680af11a63034e937ac6c54, '', 0, '?'),
(0x13e58d4656f0f9f9d4eba7e2f011e701, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php', 1, 0x00000000000000000000000000000000, 0xa4b0e1c45936fd076f0b7adec02f9b43, 0x0f810f65d7ba8b6b2bb16f4307209de8c8c71840c6b9e94f4b3ce668b9535f11, '', 0, '?'),
(0x1e04df2a2733704ea9c7f74527508b22, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php', 1, 0x00000000000000000000000000000000, 0xc1ea57f9bd7df3e50eb284b9c7423d48, 0x7f0c8d6a50479b0dd6751644633d701a1eab8cbcf88bc8747afd6d363de812ff, '', 0, '?'),
(0xec25c8d5cca61063529512bebd6e105b, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php', 1, 0x00000000000000000000000000000000, 0x7afa5102c681321ccfa6da44e3c71304, 0x62936f103f7c124c88dcdd63a20c33661bf27d9a89aea051d5939daabb475d58, '', 0, '?'),
(0xca4125c757ad842f8862e7e4631b0255, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php', 1, 0x00000000000000000000000000000000, 0x4c919df8f2a98d15510039a76d9a4d98, 0x7c33a5d92cff55789bf6ae600469f3cb403f18e58f662e40462f788a7d682385, '', 0, '?'),
(0x92cd9793134d9cd46c1747e1425bfffe, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php', 1, 0x00000000000000000000000000000000, 0x4f064565f45ac35987c0fb0545ccf926, 0x06f6b3ca5773eabe12477228c0513941aa5f1dc2a93e2b84871b82c3c727b7ac, '', 0, '?'),
(0x8adf0c8b67a75853faebc0446a126a3c, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php', 1, 0x00000000000000000000000000000000, 0x92cdf62c9c6f1246dd44163a4e88be34, 0xb26a1e4b9e62a0bcca8d792c60aa17ca08ff79be356fefea66daae5fb6150c65, '', 0, '?'),
(0x29d56615c970faef7d79b9f0bc4c245a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php', 1, 0x00000000000000000000000000000000, 0x8f5ee137e6592b1acacd9f55f543fbe4, 0x251bf5570817fe4a8135d25ea7d905ba7f55ac37edc17d5aeda73018c36777a6, '', 0, '?'),
(0xf79f447a5e31896ed5c1858fbac879c2, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php', 1, 0x00000000000000000000000000000000, 0x52237458eec98374c07d143703464937, 0x31f8858f12786b5f2c955f7b8b161b701b027fc29b10b5d027bdb32d8e5acabb, '', 0, '?'),
(0xc51ce7fac026f89d41bb88bd03333dde, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php', 1, 0x00000000000000000000000000000000, 0x525c1ffb4cebbab527f0f70f81e37f51, 0xf88b30268af6c5fe4dac138e73d48efef1dbc7cca963d67c98f7ca099b056176, '', 0, '?'),
(0x8ca52049ef26ddd74e2d889b2b934f57, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php', 1, 0x00000000000000000000000000000000, 0x42ccdfd512d0bc86f09dc0157ad6b55f, 0xfc5616b22d3290deb83c6e0f7b733f498df5ddb857bdec3e66bd8dc973e528a7, '', 0, '?'),
(0x30db32ea498c0e0ddf99a933dd9daf50, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php', 1, 0x00000000000000000000000000000000, 0x24ad639a368110333ebfa96edb0f4d22, 0xd5cedff5b3fc6490e211aefb12ca3194de99477023b75c9033e966f89a27e52e, '', 0, '?'),
(0xe31d569ea75c2c08c54d8e9adc58276b, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php', 1, 0x00000000000000000000000000000000, 0x7a8905bf9a729c1c3e553c7a3178d665, 0xd3324cbe599bc8ecd0360f5bfe1fbddc538ae26a18cde840021c064b0bc28a23, '', 0, '?'),
(0x27d3ac0f4d5e2d313d0052928bea950a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php', 1, 0x00000000000000000000000000000000, 0x48d9ef5737e650412cbaff1f4978277f, 0xfd3e3ae7ea0eed69499ad4736be07eade1c8e42b18dde3a14b6c9c29c87369ea, '', 0, '?'),
(0xc799ab5f8ad59f44704696bc85c990a7, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php', 1, 0x00000000000000000000000000000000, 0x4c10c49cc2d24c05a6c8907234f2720b, 0xc19392ce048a0dbac92673f0f733fbe5f77f489f29431e4ed1299231160a4ab6, '', 0, '?'),
(0x27a16a375cfbc84705fad31d7b1001e1, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php', 1, 0x00000000000000000000000000000000, 0x0ed581de55f2ab33e1d2bec950a8036d, 0x066fda610ecb19e52f8f6a056e75f8ddda46f51d9d581b5dbef2537bcc75a5e1, '', 0, '?'),
(0x1e07c0826dd85d3e40d896f5e5e782ad, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php', 1, 0x00000000000000000000000000000000, 0x555229b8b37df1672918769aa4cb5773, 0x19805154b1d8df40ea6b88b49bc9f09abb13ab8922ac2196394388a208dce861, '', 0, '?'),
(0x9e9a3e9af2e404d157a367996dcdf33a, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php', 1, 0x00000000000000000000000000000000, 0x953c54820395f1108c573c6c1830d3b5, 0xdba1a62df64f4e1d7e2afafe8d5fe5a311b38e3eb4ee67de173ca10b86d3f0be, '', 0, '?'),
(0xf01f3d6b52948c05d1f65dbc9b0da08d, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php', 1, 0x00000000000000000000000000000000, 0x7f4bab0f38114912ba6470986f0f3f45, 0x549df3219b4809f9a2d898f12c43f4ad08617ebc4b4fd7504a9de8e1ffcc39df, '', 0, '?'),
(0x5ffe0c9ab59b991104d5849332d09adb, 'wp-content/plugins/webp-express/vendor/composer/installers/src/bootstrap.php', 1, 0x00000000000000000000000000000000, 0xde7fa899c69d0a072500e508ef137f91, 0xeef58a67269d416770aae79049e838341bdd1ae1e7c71e9cdb42cdf96aa0f707, '', 0, '?'),
(0xa1c0a5ac3fc55b167f6f81d19e759263, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/.travis.yml', 1, 0x00000000000000000000000000000000, 0x35ba770ee3b794ab4fefd15d94e32d8f, 0x637fb44cde2344704c63937357ec59767762353e3f9445bfcf034b971eb5af75, '', 0, '?'),
(0xf6d1118bd763790c21869d8bae5429ad, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/LICENSE', 1, 0x00000000000000000000000000000000, 0xdc8862be117e4119c4aa7c81cac3fa33, 0x4d0d57bd943d2cd61498b7d405e36ea955de699d8518c2228f4a24c8474d0384, '', 0, '?'),
(0x46c72a30c439ee0c3b682787db40ad21, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/README.md', 1, 0x00000000000000000000000000000000, 0x7631295931948235a5d327c4820ba221, 0x446cd2f88febd19858733558e8b076862f9fbb1006a69feaea6b83ebdb085f29, '', 0, '?'),
(0x0763201070d0f63fa36409c06c348971, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/bin/testsRun.sh', 1, 0x00000000000000000000000000000000, 0xd5d3fe69cf7f60c88d6eb38fb4309424, 0x682b866098604d2047c9a34aaa1d6d09b74950f9f6ed79828333b0df2f997ed7, '', 0, '?'),
(0x214946a6b7145b562cd8d167a10400c8, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/composer.json', 1, 0x00000000000000000000000000000000, 0x3adcf2a7284aa02e1ebd6334aa57f3a6, 0x56c98b08c28ba93525a86254edc149f586248386a0789b79de9ba53a829b95f2, '', 0, '?'),
(0x8775e6d0bff50104ed7eedcbb622fe69, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/infection.json.dist', 1, 0x00000000000000000000000000000000, 0x5fd1a4da3ce007a0ab1f873f346033ac, 0xf6bb49d510ff035bccf2b1622e3fb792fe4eb47e3e2b62eb5473063a989cc24a, '', 0, '?'),
(0xcd7ae2ec67c8e2361d561b76a358a1c7, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/phpbench.json', 1, 0x00000000000000000000000000000000, 0xfaa6453670d39fd635d7ed79209ac2e8, 0x543b08655cc82ce2f1ce6eccf6128d209e7a620cda26e710d881c583de78b892, '', 0, '?'),
(0x837c401f26b663652faadd1407c40fba, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/src/CodePage.php', 1, 0x00000000000000000000000000000000, 0xf3553922998e05d4a1564f08ae239f78, 0x47a0237a49fdac82a34af080cd3db393903617cb1df60ce71b954d3ca18af65b, '', 0, '?'),
(0xe161b23cd31fef54909490cb71dedfdd, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/src/EncodingDetector.php', 1, 0x00000000000000000000000000000000, 0x9acbc74a66fe4aaa66799710320051a7, 0x25133d7656d6fdddde5923a3c73f72a67f8a3d41ec1d23adad8596bfa27e36bc, '', 0, '?'),
(0x60af976b3d795a45dc75850541aeb934, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/.php_cs.dist', 1, 0x00000000000000000000000000000000, 0xc267fa15eab877f2a16b12ceb8f582f7, 0xba2d188fcb878afefe3674e6eaafdef39428b85c21cfd9e6643b653ff9d33ad1, '', 0, '?'),
(0x2514910e1fb858cc27d08952d94036e6, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/README.md', 1, 0x00000000000000000000000000000000, 0x614de79baa1db633798b9f1ee6838934, 0x1af30ad35dad8a1af6357d4b937bde010a7e0bd59d35225ef63ede53f736f468, '', 0, '?'),
(0xfc02ebc5f8c32c2fd91cffaad6e27386, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/composer.json', 1, 0x00000000000000000000000000000000, 0x660ec189f133a778853edd868fb17ed4, 0xd1e5e3fb8ef9637a84f81d12b02d276bf0f877defa755f20b1f7a9c6118fa76a, '', 0, '?'),
(0x69426795905b2846af402d8231d2babd, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0xb4b65d145760a3019053a1289aa7a5fe, 0xf3e2f3b4bb387ac82245756048f233364dc9746c0ba249c9decd03afca9df166, '', 0, '?'),
(0x9a8102d46f978b377230d874bce02b22, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src/ImageUrlReplacer.php', 1, 0x00000000000000000000000000000000, 0x79c1056c71437693a9bfbf38b1fe31ad, 0x6ccccd86e951383110ffd1b9ac109a55b091d01efd727b05a8c684b9de899f0e, '', 0, '?'),
(0xe619caddfe666c678da3238677de4a35, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src/PictureTags.php', 1, 0x00000000000000000000000000000000, 0x86b9646116dd68d46d54238045b2ca2e, 0x565977c3b0b09a43dab01b89066a9e1068c719650ddf81ff116e8c1656777b05, '', 0, '?'),
(0x3438b66f400973aec3b792c1a8af10aa, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src-vendor/simple_html_dom/simple_html_dom.inc', 1, 0x00000000000000000000000000000000, 0x4439a50549d0fa9b653a1541b2fb879f, 0x9fbeeb8e1ce512d736d1456c5e04df97aed03ca729bac6a8b00d29472e2f0f13, '', 0, '?'),
(0x2f19926d28758be79063bed1ecaca0fa, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/.github/FUNDING.yml', 1, 0x00000000000000000000000000000000, 0xa3cbee4610d65d6391ff2e28c12cd446, 0x2bc7fb95bf00def6a7173b8510a617ed2262f9c25e014c3acc6a6eb927ce32a0, '', 0, '?'),
(0xeba14ba79c1735d9560bed44a0067521, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/.travis.yml', 1, 0x00000000000000000000000000000000, 0x91b429663595980e254c5348987f33a3, 0xf070e20a020ba217f5d0307eb7d82b2b961f7657283c6225e9335f0d7d92bff1, '', 0, '?'),
(0xfd2d97a505a8ce900f234a3a09354a06, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/LICENSE', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0xea8ae7e781468697182c1a4d8fc22041, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/README.md', 1, 0x00000000000000000000000000000000, 0x9c9f234778f971d70dac66644c327f48, 0x8f87ec42b142f4c5d8853a68da394ef86c9a681e3d9053bc3d304094847aaa44, '', 0, '?'),
(0x6332a74b97bb81103a4882624ce69c8c, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/composer.json', 1, 0x00000000000000000000000000000000, 0xd327597c97464c0f60cbde0fc756512a, 0xdbd7600eb6c1c05f4d39507f46ec6bc8ab5a2cdf6fd025cf0af103818ebb7be0, '', 0, '?'),
(0x618c8c60436ab2fe004108845955abb6, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/GrantAllCrashTesting.md', 1, 0x00000000000000000000000000000000, 0x3f7a909ce3d911f3d4cedeb2af4b4793, 0x5e6f0a641d303d459fa51e7cf30cdf67e148e4d89ce195b0a899baa9d9a35dd8, '', 0, '?'),
(0x138d5cc74133c75c6d3043c74fc20236, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Ideas.md', 1, 0x00000000000000000000000000000000, 0xac0cce6e851026d6eb7f29e3a23ae044, 0xcf28086edcbedf811f3aced1c134d3bc45771c3973f18f6079c94cb857afaf1b, '', 0, '?'),
(0x565e6e214ff541bab89012b7161732a8, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/MoreExamples.md', 1, 0x00000000000000000000000000000000, 0xceb1e155b0b9cf9b3431a44b448c6307, 0xe099b89ef10047484ca8b635b23c754b1da2530b94621fbf2003c03cc48f794b, '', 0, '?'),
(0x792fcc7cb043d55e9462a0dc79d4b027, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Running your own custom tests.md', 1, 0x00000000000000000000000000000000, 0xbba4bc6b56bb51680fec6cdc3c7279d0, 0x4c8b14d1ccf7a983f9b1cd6f4a06ad2923346f2ec7e2ca1f282877889e2a864a, '', 0, '?'),
(0x96c843f79c4e2fc722e8c290fb0a5b1f, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/TheManyWaysOfHtaccessFailure.md', 1, 0x00000000000000000000000000000000, 0x1fda4d9bd98d6817325186a88b477f61, 0xc1ae92776dab96cdf50eda48206e9ec06c66e2ec3e392207bd494ddef90ec2e7, '', 0, '?'),
(0x18ec39eb16206c6072edc377151e74a9, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Usage.md', 1, 0x00000000000000000000000000000000, 0x92db40264247c8d62e973c90bc862886, 0x0dac1b30e61757b911c722a6ef8419e07a06ab9c73708a49dfec921cf3fa35ed, '', 0, '?'),
(0x7cf923e1574471f4f7ffa2436c047a44, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/interpreting.md', 1, 0x00000000000000000000000000000000, 0x35963c7bd67dd36728e0c4f60458bc17, 0x304643503dff4ae1f77b3ef97371c2aba5816cbcb9c2f78ff6a7ad4858d7202a, '', 0, '?'),
(0xe3304edb18c78cd733755bbaeb7af923, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0x74413a8d7159c4db88419f24e562edcc, 0x005f6f89adf31edbd587cfd09797aec1e0e2f7ddf230c85204f07a849f6309dd, '', 0, '?'),
(0x5e54b87f6a6e8f6c1af13d5772acaf57, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HtaccessCapabilityTester.php', 1, 0x00000000000000000000000000000000, 0x04e46866ad3e3ecbeeb6de99ccfcbbe1, 0x26b1321c2f1fc42c0c9df8560d08df619c79d0d778f93bfba1a120ed838e666d, '', 0, '?'),
(0x0d686e11d4cfafd23ceec0b5440c0fbb, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HttpRequesterInterface.php', 1, 0x00000000000000000000000000000000, 0x7aaf8d64927401b4cdc728eded78af62, 0x6f26eae3c268e092f56cc8e5de2e534b0f4e482044698efd4111bdf3ee4c6503, '', 0, '?'),
(0xde1d74f78a4b6f663481cfb4417aebd5, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HttpResponse.php', 1, 0x00000000000000000000000000000000, 0x49ad6f931f4e211baba8bf4793e97106, 0x5387275d211dc2534de7768e9084bc80a03d6cea99e11170437adb616e119ff3, '', 0, '?'),
(0x227323aec39cc7435068bb521bf7c39c, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/SimpleHttpRequester.php', 1, 0x00000000000000000000000000000000, 0x2cb231c4f7fc45e788d319874f409ea9, 0xb31de2807c490b09f85d92655efe452187dcbc82940b4f08a5de081b589cf356, '', 0, '?'),
(0x4a6ebdf326954135b377726c4a4f89dc, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/SimpleTestFileLineUpper.php', 1, 0x00000000000000000000000000000000, 0xbe279a57b4c556b5dba0724c67951160, 0x472cc47ef3feb2b9427b580e93905588f4df63fc72b35acd4f247d6157845e25, '', 0, '?'),
(0x4e6ffff34216ca34bb8dbef66704f18d, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestFilesLineUpperInterface.php', 1, 0x00000000000000000000000000000000, 0xc83eba21edb2d526ab5121f6636ae072, 0xc01b91b50b1a7b4456a479dd1bce12310e232eba3df00b641c5a43751678cdd6, '', 0, '?'),
(0x92b07b9bfbc2e4c17aba6e878229cd59, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestResult.php', 1, 0x00000000000000000000000000000000, 0xcb6ba694ac6d5eac1b241ccc5eaff037, 0xcf1ad8ad2ec954b3358cab06d9aa16023e2e90e93782402dbdc8848aac3b0250, '', 0, '?'),
(0x8ae819d50762fd92e4f07fbe6ee05892, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestResultCache.php', 1, 0x00000000000000000000000000000000, 0xb3e615ce7801b2696ad63636d4c83fa2, 0xbc125025e785a4b7969efbf74f2c21231a2db867df0c409c61d388309c7a0413, '', 0, '?'),
(0x5a65c2b41148079b798cbee56ee90412, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/AbstractTester.php', 1, 0x00000000000000000000000000000000, 0x1b930ac3b1cb5b0abb69ceaaa054b14e, 0x9d28342dfa6abd191d5218a3236a9785d1d175b8150b22d5a43592ddfd7ecec5, '', 0, '?'),
(0x5afbd4281ec303a20c96f5a76dedc3a3, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/AddTypeTester.php', 1, 0x00000000000000000000000000000000, 0xfb3963d2029a111c920bdaaf4a09a4a4, 0x2e5e343b64b66cc5848670e9ad78ac2552a1f30cf6619e7650483f28ff4fbf27, '', 0, '?'),
(0x2a93784a9b6aeb2f93d29eb53ed975bb, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ContentDigestTester.php', 1, 0x00000000000000000000000000000000, 0x8f62aab90243829babd04bfc8a84e7fb, 0x356b4890ed34d7e4533c1cfc05a2b6e7f2cf971f9e6d7b93edf039135b1441b0, '', 0, '?'),
(0x7f756b34960d2e1e6e3b40fa63fe6727, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/CrashTester.php', 1, 0x00000000000000000000000000000000, 0xe45e7c7917ec6ea9b9d8b0c41e99343e, 0x8184dbfae0faa5ea4bcae9d105b81d1baab76b00300fc3a017d957c7b4d5376c, '', 0, '?'),
(0x1e7680eb2310a2267214bc7eb19e4a8f, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/CustomTester.php', 1, 0x00000000000000000000000000000000, 0x403055fbd5af22e100f2853dee357ad6, 0xbf19171fdcbe9c53c58ac045cb99420f2d9617b33ad3be8726f158f08190a6c7, '', 0, '?'),
(0xcbe8154c8ba28d34017294b570507b14, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/DirectoryIndexTester.php', 1, 0x00000000000000000000000000000000, 0x00b5ff1732b12833df0c67e89b8a3f82, 0x01895dc89fc1595cf0d8491c278f1b7bf828d0ecd62ddada9766af89b6ae9068, '', 0, '?'),
(0xf4ea32588527f955705413def9b23a7e, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/HeaderSetTester.php', 1, 0x00000000000000000000000000000000, 0xe39151cadac84bbf61852f44da2602be, 0xdbcd320d40d608b32a6db1f456ed276f178f7c920b34d1868d586ca4d224905f, '', 0, '?'),
(0x232a43d1c8c120ee6df8fd4a73dd7265, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/Helpers/ResponseInterpreter.php', 1, 0x00000000000000000000000000000000, 0x07cf7485bdf5a3f90c972e22de0a91bf, 0xc2c663a37f44647daff5d0d0430a2a75e9d32ece2b4088d4e9472eeedebfe926, '', 0, '?'),
(0x712147b344d9600f77964e8c8826a5dc, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/HtaccessEnabledTester.php', 1, 0x00000000000000000000000000000000, 0xad5fcc619b20a5738d29c563b18f082f, 0x7caed583586354f3024dfab7c195c1ca4bacc3539b99f3d736d6c59ef19f3e0e, '', 0, '?'),
(0x6af3294fd47591e5881e57668d93ee15, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/InnocentRequestTester.php', 1, 0x00000000000000000000000000000000, 0xcda82051d8cf59d6491055a7df38dcf5, 0xd2c236442382b426d0871d920abdfeaa4967757ea7cad33af75b66039979d02b, '', 0, '?'),
(0xc7ce919556c8a0adb8b3b4d4cfdec145, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ModuleLoadedTester.php', 1, 0x00000000000000000000000000000000, 0x05c09d0983ed5a9c4a13c7923a8fe6c8, 0x0f935d3f2c3e7ab549ca5d995e1cf404b790b1021ac81cb3e7bb2aefd79c4413, '', 0, '?'),
(0x41765b0b60abd70ad8aa69d6fcaf1de5, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/PassInfoFromRewriteToScriptThroughEnvTester.php', 1, 0x00000000000000000000000000000000, 0x4213ab8660688da01033dfaf7632a0c9, 0x2ec3eaad942aff7bf9677fb86b73bc2bd26db5f9c6cf7b707daff718c8e15bd2, '', 0, '?'),
(0xb447cb1adc0b4661bc9abf8a2c1a51f9, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/PassInfoFromRewriteToScriptThroughRequestHeaderTester.php', 1, 0x00000000000000000000000000000000, 0x69b4d41afb25f4252d7ae49cc8cb9ee0, 0x9ad21e92b867963224067cdd101eff081ca9831df2cd759f997b9eeafbce1d74, '', 0, '?'),
(0x8c211a3418b64b19b7e4f193c61cbb73, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/RequestHeaderTester.php', 1, 0x00000000000000000000000000000000, 0x5fbfdf0d66378f790d4a3a7d09a10b43, 0x5073855fe7e520296bbdd3b5b29cc2f539d30b1ba44e45a74661c96d975f4b88, '', 0, '?'),
(0x946db51e407dee022d36c7b005c0e11c, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/RewriteTester.php', 1, 0x00000000000000000000000000000000, 0xed424424fd401b68634bfe1bde0ad5f2, 0xbc1cb0b9db5255854ba7845bcc17fb1ebcb30eddd947171da63829e3282b4e67, '', 0, '?'),
(0x6a419e2db5bc5c5661f5255c7438319f, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ServerSignatureTester.php', 1, 0x00000000000000000000000000000000, 0xa726aa78734ecee93e1534e6cb897f1d, 0xde31cc6f96521cbe89d2cd7a8c92f0010827c183e6404c6acf0f320bdb31ee52, '', 0, '?'),
(0xc99c690f494a37f89512d46ff2158cbe, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/FakeServer.php', 1, 0x00000000000000000000000000000000, 0x354badab7b4d4f920710764a1a942bde, 0x2712a48110561291abad976fc94e04592046b1e48913b6ee778d71d2fad8beb3, '', 0, '?'),
(0xd58462fae9aa07f7e725f17d0a756966, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Helper.php', 1, 0x00000000000000000000000000000000, 0x54d072eba84c629181e4de55daf89ca5, 0xfd47b8c2d89676d16fb95600d5cdbe24e1a42e6e52bb8d09cd2e97453149b782, '', 0, '?'),
(0x039cdb94e40118472da00444a6a186b6, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/HtaccessCapabilityTesterTest.php', 1, 0x00000000000000000000000000000000, 0xc884d9cccc9bc2e54cb4433dd80a1aa8, 0x7597dd6e6e12eb9f020cc52615910a802fae98889628e779ef43b1769af21c60, '', 0, '?'),
(0x73d56470988f141f489caa5f38b6b295, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/HttpResponseTest.php', 1, 0x00000000000000000000000000000000, 0x662ed2ae0d15196753acdb0b692ba3ba, 0x8674c8525a52c94ec0578ca026ad8342f38213cb0eba857fdf588f85f59830bb, '', 0, '?'),
(0xe3ff4044542896ff56606a1b364d8330, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/AddTypeTesterTest.php', 1, 0x00000000000000000000000000000000, 0x8f3299771772d1bc3f1140d187daacfb, 0xdf5abe5d956af9c532fafb55289b8e8c0b8b53d991abcb69f490c16b7d9d30fe, '', 0, '?'),
(0xb26365ca5739ab8d55d224913659880e, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/BasisTestCase.php', 1, 0x00000000000000000000000000000000, 0xf1dcf41b7ee4a8f413759901848f885d, 0xc0f0db64fdb6648e9fdb01e63ea75d971c25e1b485413cae9bd919e5ceb99180, '', 0, '?'),
(0xed9818cc5e7cf6de0eaaabfb243e5f7f, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ContentDigestTesterTest.php', 1, 0x00000000000000000000000000000000, 0x47a4821fb67fd635c98bf53c0c3cc629, 0x0f8c481437e1dccd2dfe8a448c8832aca448e19ca3a89817b95328c333179ec2, '', 0, '?'),
(0x4d91002945fb8d10796ad196da3d7d43, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/CrashTesterTest.php', 1, 0x00000000000000000000000000000000, 0xa0b939831e8dfb558d1efa1a13a87118, 0x8e016fc90231ecc653ae73f5fb9ed4ded7dea3e2c574084895ffd496810e75dd, '', 0, '?'),
(0x2a0f5300268b2e9f4c1f934e919dbfb5, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/DirectoryIndexTesterTest.php', 1, 0x00000000000000000000000000000000, 0xa771afb86bfb0125adf797878f3155fe, 0xd4a53c94ee74466122a900e90825dbdf6b913bf002d0e1a52cb786aeb26ca1ac, '', 0, '?'),
(0xcef74dd41bb78d585e7b61c4b3d9a74e, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/HeaderSetTesterTest.php', 1, 0x00000000000000000000000000000000, 0xc54f34c1aa509544a0d5b6c6787263a6, 0xb48737aef7f5185c265647502b353eebe8f29857bbc03b96630a3d5f1e6b6c66, '', 0, '?'),
(0x4a6da5a8bd60a199347b4dfcdbca4320, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/HtaccessEnabledTesterTest.php', 1, 0x00000000000000000000000000000000, 0xeb3d535531084ab020e3f41e39e4b0de, 0x5dd9ba579c72796e2eed576754d55d9b6e29cfa25d14e09515a606719c178bef, '', 0, '?'),
(0x943cdb973c602dfc3bc647fe06babafc, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/InnocentRequestTesterTest.php', 1, 0x00000000000000000000000000000000, 0xa5c8be5b1f26bc50e37ced05dff97852, 0x86e20796a39a5c6a35d23888bda09bf4fbe70453b5bd432da1999e215a636d19, '', 0, '?'),
(0x02a0ed3ef000991650e6d2fe387452c2, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ModuleLoadedTesterTest.php', 1, 0x00000000000000000000000000000000, 0x2b3a00fd9294a987204e9eed1cfd618f, 0x191e0c597e03f9b1ba998b523722f297798cf7b92c85eaa965a58a6bfb9849ef, '', 0, '?'),
(0xc11c6407dc09c51c481bf4222a9c697c, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/PassInfoFromRewriteToScriptThroughEnvTesterTest.php', 1, 0x00000000000000000000000000000000, 0x277a313a28fe3d893129fafcc023eaae, 0xb9345867fed4c88d80f6e9b86314e30fac5da81461569cb244945e4ac8e07726, '', 0, '?'),
(0x6bbc37659b11a47576dec6204733d76a, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/PassInfoFromRewriteToScriptThroughRequestHeaderTesterTest.php', 1, 0x00000000000000000000000000000000, 0xce60591fe6bcb10193a416b5cdf81847, 0xee0a63727b5efaa6ac254d05028d1e624274c5b3bc5630b89e877fab88474a75, '', 0, '?'),
(0xe18c13314f2075294adff71f72c0abbd, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/RequestHeaderTesterTest.php', 1, 0x00000000000000000000000000000000, 0xc43b957563fd8afbb84bcee8def83b52, 0x26d54b708e80f68b5d5d3c39f49ce7437c1e03baa11873ae9e961449be89a2f1, '', 0, '?'),
(0xecf5b77e2fe36c7f89dcd1bcc9b13552, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/RewriteTesterTest.php', 1, 0x00000000000000000000000000000000, 0xb0fae982993e72417d734fb36a173121, 0x6d248b4e8482db661c1a112192a243452af17edb13db8455349c03787c57c804, '', 0, '?'),
(0x5d38b80f5a999867a02eba1bc2d8047f, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ServerSignatureTesterTest.php', 1, 0x00000000000000000000000000000000, 0xdff6c9e2a6af81803d539d0906444036, 0x97ed90eae1fa078f65531702fe6cb29839cc01f398f75215fe51161fbd157c46, '', 0, '?'),
(0xe99875659a80b6e1eb85d19312fa3eb7, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/.php_cs.dist', 1, 0x00000000000000000000000000000000, 0xc267fa15eab877f2a16b12ceb8f582f7, 0xba2d188fcb878afefe3674e6eaafdef39428b85c21cfd9e6643b653ff9d33ad1, '', 0, '?'),
(0xdc95de73ec4dfbfbd0364d2f8288e510, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/LICENSE', 1, 0x00000000000000000000000000000000, 0x096c84951123595eef3d75e901d6f804, 0x72e7fa3d58fbdc2caf166c55ca13f5ef2afc465d93c6205a17515b36cf71d184, '', 0, '?'),
(0x307eeb8cd5e8ce523f0fe9186b94939b, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/README.md', 1, 0x00000000000000000000000000000000, 0x5b44cac60528b0588319c0f651a1b7c8, 0xc954b59e8207e340caeba8e395eb7bc32dafaa95657984f77349b6b19e496539, '', 0, '?'),
(0xca91fe8ca4694b1e11858c746a43dc05, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/composer.json', 1, 0x00000000000000000000000000000000, 0x947e017f30ea680f1fe5c1c22bdb7449, 0xce866981acc14d18e66b5117765f6e94f49d91b1981ee15f4c3805b79edb0a92, '', 0, '?'),
(0x0da6c1c8439c12a1ac64a2783e9e9e80, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/phpunit.xml.dist', 1, 0x00000000000000000000000000000000, 0xa615c72325f9522bf79cef3f4926d246, 0xe3f940dd9dbbd7722bf07c2e699b4c5bfab91a82ac69925a00ef750fe50fe997, '', 0, '?'),
(0xbfbd61ff8ee171e9221e67e141020fb3, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/AbstractDetector.php', 1, 0x00000000000000000000000000000000, 0xaf3a0ffc0e916b51f7f1476cc9944f92, 0x8e3c11aa336a1b6bb0cd5cb743e3f2d9cd6bd9788baa0b26c7cc79348a79c42c, '', 0, '?'),
(0x79f66d815c825cf9618b196a80fd3bfe, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/ExifImageType.php', 1, 0x00000000000000000000000000000000, 0x4dfefe8613facd949a1cea887a0c8687, 0xdd552c03c06edb0c5f5261e72d679814a37c4b7623f4deedc3e6b9145eb051d3, '', 0, '?'),
(0x18dfc7f8b2d8c151229c2e7d9383a128, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/FInfo.php', 1, 0x00000000000000000000000000000000, 0x32500f9e54d75d26a2428a7466cdbaac, 0x5ecb6bab4123e9709a445f8f88a13a3f7df477bbd5f6da7a897f1ef1b16c9c14, '', 0, '?'),
(0x8b54494e0315124e1fa7b0e2a5299f51, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/GetImageSize.php', 1, 0x00000000000000000000000000000000, 0x7462999f86ec54506a2978d7c48a4516, 0xee7b5bd1ced92215c566025d6e4f992083f008b0fe885e1f763acbe3aa09b4c2, '', 0, '?'),
(0x6daec2c5da548e3e8d29c6162b33965b, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/MimeContentType.php', 1, 0x00000000000000000000000000000000, 0xcab9b7d98b6a9ed40ce1e2b569886f47, 0x646f06c48549d816354baf04d04cb5ec74cfbe9c2444346ef8ac18b58e324032, '', 0, '?'),
(0x3cd4ccbc8bbb5fd94b08b568cf3d7dfe, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/SniffFirstFourBytes.php', 1, 0x00000000000000000000000000000000, 0xacf7a9a852c9517f8908d4f093490764, 0x63f16f7eed59b5f63ac2197d7c94d2d44fe0f4adbe16e069314b803243aeb42d, '', 0, '?'),
(0xa17bda9f2073ede146c2f16052874bca, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/Stack.php', 1, 0x00000000000000000000000000000000, 0xe8e6b8621effe703a486d0e90c72d7b3, 0xfc093876b6ee1283432832ba7e2504fd58af7f22c32523df3601c1cadec06c47, '', 0, '?'),
(0x0c34d07e6c9f993000f89cc0ec38f09a, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/GuessFromExtension.php', 1, 0x00000000000000000000000000000000, 0xa147e11f71e130a277963515f317b3e1, 0x4cea5097594aa1825a701c144e9516b9f9a320afeb477c14f942c75a43e594ec, '', 0, '?'),
(0x5db034637861e469fdc2efc67975cf91, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/ImageMimeTypeGuesser.php', 1, 0x00000000000000000000000000000000, 0xffc21e13b4abfadf330ece2e969c029a, 0xa7c909fe145616407b059205082bcf09c567f396bcfdbeedcacf1a92d14c2518, '', 0, '?'),
(0xd7cd20bd98f3db50c4e56f0eba55ca56, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/.github/FUNDING.yml', 1, 0x00000000000000000000000000000000, 0xa3cbee4610d65d6391ff2e28c12cd446, 0x2bc7fb95bf00def6a7173b8510a617ed2262f9c25e014c3acc6a6eb927ce32a0, '', 0, '?'),
(0x8ebc55f34e65902bff7d2568dd561d83, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/.gitignore', 1, 0x00000000000000000000000000000000, 0x4d23ce1e67053573665d91c117c525bb, 0x0385c988a21f8bac616bb4f7e6020eb481c98e742a4a9cd3917425fe7651706b, '', 0, '?'),
(0x726a9aa4bfdd9e1f1361e57d856088e2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/BACKERS.md', 1, 0x00000000000000000000000000000000, 0xc4c04c22cdac41efdb853dc457b65b58, 0x307bafed804a216b03f9a7e6f97b0a2bc8ea92c05e25a62bf691507b48e8f8e0, '', 0, '?'),
(0x5f42b9bf3e284f334a3c1d6d3ce19666, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/LICENSE', 1, 0x00000000000000000000000000000000, 0x096c84951123595eef3d75e901d6f804, 0x72e7fa3d58fbdc2caf166c55ca13f5ef2afc465d93c6205a17515b36cf71d184, '', 0, '?'),
(0x0a3eec149e1b621bb6b1b83de541dfe5, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/README.md', 1, 0x00000000000000000000000000000000, 0xc748ddf51c2970ac0cd6df3e198e4ee0, 0x3a58ad499c45d972f8fac4a4a7fcbf6ef04c4d512ceb36922529e6473e3f5cea, '', 0, '?'),
(0xa9d9aacbad8ae5d6db4ad989571d5c13, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/composer.json', 1, 0x00000000000000000000000000000000, 0xaeb4ba0f50a5f5bd99de138ec8f7432b, 0x87ead68df2aeb11d9aa68bd0315347e623bee737d1f60859c2dcabc822f82fe5, '', 0, '?'),
(0x7efded57aff25a3825acacbe286bc14a, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/development.md', 1, 0x00000000000000000000000000000000, 0x69eab145fbc33787e870785c04e2287d, 0xafe5d974bf634a74a8f55fba7681f5cc4ed2d6ef4efaa72513cc096112a4fc54, '', 0, '?'),
(0xba499849f0bd40942111b11ef269dd9a, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/convert-options.md', 1, 0x00000000000000000000000000000000, 0x3d45cab30bd1c8644d1fd632b8568e6e, 0x77bfed93a1bcc05546cdb8d81d3341e29e1028158a95d86c7e145f0bb86d22f9, '', 0, '?'),
(0x56447256b44235b7fe470a4b6aea97f1, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/convert.md', 1, 0x00000000000000000000000000000000, 0x86b5a0627bd6f9c6b486b76352d408ba, 0x1cdc244367963395382d0bb1d6d510bba31edf61f91a32584d21de54179178b5, '', 0, '?'),
(0x499bb2148bbbe5dddcb24f2ab5461af4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/converters.md', 1, 0x00000000000000000000000000000000, 0x019f16481cd6f0c5554e54ec229a1bdd, 0x0052dd93377b48867d10f6f2b41b621984f80d5bf5a50a77c2f92d161d2b2836, '', 0, '?'),
(0x14a999a5196c49a8f09ce93013e90848, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/serving/convert-and-serve.md', 1, 0x00000000000000000000000000000000, 0xa65b46dffc63356ff8891258aed248e5, 0x2236ff8cf27c19c1c861b1978a2b2dae4e8a0fc598df9c658e0fb3279ae16616, '', 0, '?'),
(0x45aa0cb984679a630f01bd79d4993490, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/tweaks.md', 1, 0x00000000000000000000000000000000, 0x0036d6ad97bdf4d78e3f7ff15e7829bd, 0x4cbf789986559e4d30578d859cf867870cab9cf8f9a196ca725c8a2c1da6a700, '', 0, '?'),
(0x95f04415dc0d5753cc5a87bdf60b6ab4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/webp-on-demand.md', 1, 0x00000000000000000000000000000000, 0x956c23cc016014ba41afd2b914f78915, 0x967888e789d3617ba1a9fcc6db7d882e082ddfb1ea91bcc7106ab1bcf7752cca, '', 0, '?'),
(0xbf3938616578265bb5ef16553e9d94cf, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/without-composer.md', 1, 0x00000000000000000000000000000000, 0x03617f9cf0397ec407ec4ae170665691, 0x48a676e475ac8043cf9e85c758b7a492d36642b86c5136336a592aae81bf8f04, '', 0, '?'),
(0x01112710247273d4f6e61c89fc3e0eb1, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/architecture-q50-w600.jpg', 1, 0x00000000000000000000000000000000, 0xccff6f75d9c784b4f3451600b929103f, 0x3988220148dd040820863e40a14954e92880921925f3fb2292a0d5fcbe88e2b7, '', 0, '?'),
(0x29fa9719b9b74875077664d3cc29a2f7, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/converters/stack.md', 1, 0x00000000000000000000000000000000, 0x7a93dc529b774694d81224e0977ee40b, 0xb23f9bfc7cc82522041c8aa54153422598d1a44cdbbc58e7f80f743fc32a63a0, '', 0, '?'),
(0x797bc1e37e599a328aa35d79f693a0b6, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/dice.png', 1, 0x00000000000000000000000000000000, 0x4b188fc9c28fd35a7af386410c5db2d9, 0xd43544c8c19d1d6faa06973ffa81f7c0113ca720bde20a99e55f4eec0c294b01, '', 0, '?'),
(0x1fc50498a5f64941ab5d4b6969139eb9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/introduction-for-converting.md', 1, 0x00000000000000000000000000000000, 0x8f061de50304b85848e7a02a607951df, 0xa693438d5b4e82b5b7f8d12508e7a67fa481f70faf1a9c1a514801d4fc48676c, '', 0, '?'),
(0x56c0f2aacf8d10e8ed6e3e3e0da74b1a, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/mouse-q100.jpg', 1, 0x00000000000000000000000000000000, 0x893c1ddfaa2f79c67325afb8ad877172, 0x9e26ee865ae74de0f1d1abe8df67449a35336820997f04b62944e3d2b60f80d9, '', 0, '?'),
(0x3402180a7ccdd99516eb5ba0f7edf459, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/options.md', 1, 0x00000000000000000000000000000000, 0x6c00aaf3b2bd792021b56b82ffe29618, 0xbe01faeeee50d6d8e85d511cff1ea5510da84e6ca6b13d184201bf0d24b9ba3f, '', 0, '?'),
(0x3a17d337469e297b6d897294bbb1e94c, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/migrating-to-2.0.md', 1, 0x00000000000000000000000000000000, 0x32d6586df87a57a943083bbd5847ee29, 0x44524c31a5a8e9f169c514ff62b72bf7e9e56bf902bb3a54aa067708ba4173e4, '', 0, '?'),
(0x8d3c3efc3e4a2194e1ff69807e345f2b, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/serving/introduction-for-serving.md', 1, 0x00000000000000000000000000000000, 0xda2189d8447a8758faea14ca9963ff8a, 0xc7b8c4714ea3061056e2d033b430c9683a431cd96b7dbd2c0d4d64a41d0fd67d, '', 0, '?'),
(0x82713f7d89db858be3bffae83dba627e, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/serving/laravel-nginx-serving.md', 1, 0x00000000000000000000000000000000, 0x9d3666ec3ff14f3f5ba45c6cfce77a03, 0x170243b98daa97feee207c5222517d8d314c8abaa056ede1009a6adfedfd3614, '', 0, '?'),
(0xda1fd03c95be887231d46e0c3ebe7bca, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/tweaks.md', 1, 0x00000000000000000000000000000000, 0x4c7ee6fceed17d028ff9a7564bcfc489, 0xd0ee49ee63dd23b56225bddc12e7f3bf2de64725921db23f68607e08853d188b, '', 0, '?'),
(0x57557eee4c42b322649322a1c978df3f, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/webp-on-demand.md', 1, 0x00000000000000000000000000000000, 0xa6d39df6f526d442e2a0be0f5a25f6fc, 0x7be6c518577a643acdc41fb3dfbf7b7f4a6f05442a9ff0671714dea5ce21dd22, '', 0, '?'),
(0xb472e3cfa0869cc65f123fa4fc1957fe, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/without-composer.md', 1, 0x00000000000000000000000000000000, 0x331df766e131eb5ed0b62ad8a2888961, 0xbd754eaca03c0fbca82f4b9a6d73be401dce4d36ca78af0b3e5922de6ae64c06, '', 0, '?'),
(0xad43d3b995411968af0365eba2d5e059, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/ConverterFactory.php', 1, 0x00000000000000000000000000000000, 0xe142c07bd5d2375ee97eb035f1ea9947, 0xec3a792eaae3703e97b3cc7e16bda247af384cde81a126da4b8f2b484174e63b, '', 0, '?'),
(0xf711068343eaf6c1339c88e3e331e518, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/AbstractConverter.php', 1, 0x00000000000000000000000000000000, 0x21145271db5b0b64093e8ea07cd67707, 0xa3d008301a777a8e37b062bff8c150439d3f08a0b738d1bb2525033bae43f899, '', 0, '?'),
(0x84dacb6b480fed8b658f9b58260381e2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/AutoQualityTrait.php', 1, 0x00000000000000000000000000000000, 0x73caee56ecf10a294bdcfbe5cb149daf, 0x54056c5687c653c524b9620650324cefae6b752c876900fe6bc2521b46b68701, '', 0, '?'),
(0x601879c10b956f7e613ebaeaf0e54011, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/DestinationPreparationTrait.php', 1, 0x00000000000000000000000000000000, 0xff625dea53cc27490091b193ace9a182, 0x89ed11c22c261abf0873e4c78d794408460a607f06793870bf5948eaa4ee50d4, '', 0, '?'),
(0x233dac8d291128c77b1d9cdaa56ccd46, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0x0585628d26f9e40c5313210ec92b3194, 0x512dac391a40fc69dec1d158367716ce0f1587da16c255683c65cdff6939dcf8, '', 0, '?'),
(0x4704a48015cd7399829a73f927027aa2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/OptionsTrait.php', 1, 0x00000000000000000000000000000000, 0x15642359c52afb52c6b9a244398d6461, 0x25e32099d411aaaa1e767df91aca0206ee31864357839b19e4f6c0ef7b47121a, '', 0, '?'),
(0x1938be0b99000ad2f9d008151af1947a, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/WarningLoggerTrait.php', 1, 0x00000000000000000000000000000000, 0x39504acdaad9c69f358b948b41b4585c, 0xb0ec4e2208cc6494d37e317d8ebbb4770a6d032464edf79f5c2f9efdf86e43c0, '', 0, '?'),
(0x3ff58f7dd94d2def4bcbb97d433da1c4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-060-fbsd', 1, 0x00000000000000000000000000000000, 0xb6547e9f9e0b8fdac7c9411bacf7b8a4, 0x62b36a6ebffeca9773bf9cce29871f10700846c065315d1fd5b2fd7faff73a95, '', 0, '?'),
(0xc414a035fbe93ca3fe310faa2b7bf2bc, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-060-solaris', 1, 0x00000000000000000000000000000000, 0xff777e78c0193c0943bf97b415353d32, 0x5e86a908e20e6a803709a831df76c0ae3cadddd1fa19badc8ae36c1aeca424c3, '', 0, '?'),
(0x6619bc01d35a0c8a7a41e2b4b374d881, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-061-linux-x86-64', 1, 0x00000000000000000000000000000000, 0x2b151804b44de082bbfff8bf8180abe2, 0xcaaace53bea7608d0c5fd818519ad4d987931153ad2942d05468148de009bb80, '', 0, '?'),
(0xc750cef16730eb38b1ae1c1e2e4598d4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-103-linux-x86-64-static', 1, 0x00000000000000000000000000000000, 0xaeac0d3456c4a9c01519b072754e9408, 0x60bb74e39aa554ce9b8118ed7eb63117fab92e9261a9216db6c00edcb0f678a7, '', 0, '?'),
(0x1ac791561c7e0a7efa9e07f5e18ce7a9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-linux-x86-64', 1, 0x00000000000000000000000000000000, 0xcb4979b0d484f6a67225a4cb98264eb0, 0xcbbab0ade803b7afad81ae02bce7ccc5aa1074a7ba335a32f7a49dfbee9ceafa, '', 0, '?'),
(0x96baff384021705e872b3494d71929a9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-mac-10_15', 1, 0x00000000000000000000000000000000, 0xb5becae4306473f979b6a42831e03a77, 0x4bc0ddee885349e7d09e8d64abac1309b7c150a3488de2984d5e178f93b29541, '', 0, '?'),
(0x0b592fa4cff8ea4abdf48b74dbfcf0af, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-windows-x64.exe', 1, 0x00000000000000000000000000000000, 0xd41b3d7bf16b006c0381d3602e07e1ec, 0x35b321eded5abe506505649901fa157c6f2ae9d545bc80e894d13d5fc3c5ebdf, '', 0, '?'),
(0xd371bbc41f6f6f0c760ebd91d90a01ff, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/CloudConverterTrait.php', 1, 0x00000000000000000000000000000000, 0xce0fef1bef7af0c9081ae21832e1d8ec, 0x856111aeaceb609f23cac82759fafb69f40d0254bd25c11b525647fbe9304e3d, '', 0, '?'),
(0xa9d5a0becb3649a3ce5499aac67f8602, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/CurlTrait.php', 1, 0x00000000000000000000000000000000, 0x94fffcd672f4bd765b0a7666911b5508, 0xebe3712c1596507b00997ba055d6bc0bca8dc9dd1728e21426da01e0357f4175, '', 0, '?'),
(0x94136958505da3613ec2f1250ed432b8, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/EncodingAutoTrait.php', 1, 0x00000000000000000000000000000000, 0xbb86cbbc8eccf6bab612ef2999b9748e, 0x044f4a45792b2cefd89234a08502c45e4067f2648ccecaf76ec26d5b7f3835e3, '', 0, '?'),
(0xbc2854fe8fd4ac633ad89e3f524a8bfb, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/ExecTrait.php', 1, 0x00000000000000000000000000000000, 0x9c481f6b58aebc15d39691bb63934824, 0xade8a524456d7d7831b91883c31e65e9bf3470d17ba562022d52b051c21d0c48, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7f71ef5c233748b6006c9f693b308731, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Cwebp.php', 1, 0x00000000000000000000000000000000, 0xe64407b1633ca87a71ac47ed48688013, 0x4263c82087558ead6eb1f71e5eef82cf80e4ec7e946fa1d1cb25531e5d848917, '', 0, '?'),
(0xce439a658c88e0099696b4931fef457c, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Ewww.php', 1, 0x00000000000000000000000000000000, 0xa0cabf1ad44c3fb2a598cafee15b5733, 0x1e554927a3fc04e266642e2c4933766fe204b399a46a19eb6260eeb38f13f910, '', 0, '?'),
(0x543a8a6b4daf6e8d6a913f272aa6db84, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/FFMpeg.php', 1, 0x00000000000000000000000000000000, 0x6848d1e6d6c137241918b107eb0b7b44, 0x39e9987ac3197bcbc5ae681ae9c3232fc44d214ff4b4c1fbbe178a030e32d350, '', 0, '?'),
(0xe999ef7cb2d89f19ec7d00323a86b571, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Gd.php', 1, 0x00000000000000000000000000000000, 0x0c7aab5938bd63abfe159e577ed17cad, 0xbf3e9359f7bd6ebab143dd4a9cacb94344a0b8c049f26d6280e3999dbf6f3c4d, '', 0, '?'),
(0x1ee817599e1527d0bc8bb1862af9a0f0, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Gmagick.php', 1, 0x00000000000000000000000000000000, 0x320f5983964f78893c81cc0c5de22fa7, 0x4d780ffebfb8c7389b777566c58ac5cccb43bcae70a6ae32a8ed7c100d3ee874, '', 0, '?'),
(0xbb4481465f4bab5eb6f0e681070f1391, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/GmagickBinary.php', 1, 0x00000000000000000000000000000000, 0x735048cb2f69524af5965e278b252c0a, 0x80cb435b075831025412462a69edafaa3df92ea6bcfbfbe65fd1b9a6eed6ca39, '', 0, '?'),
(0x9e138e00eb3710281ed14ce71b4a8eb2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/GraphicsMagick.php', 1, 0x00000000000000000000000000000000, 0x00ffe4cb7ada485d7d66fd220e61113d, 0x4fabd0575343fbdd06224f927c80ae3e560b2883a6af367f7b3c3f2e50969262, '', 0, '?'),
(0xb71d29b0b43689c0aa461f75f528233d, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ImageMagick.php', 1, 0x00000000000000000000000000000000, 0x4f06345e19a671bb2cdd625fb7442d2d, 0x956a7b8c06c4e74268d6edbca4894c35742d193b64b1162f534d41d0145ad1bf, '', 0, '?'),
(0x9b77f53da3d3446d8c7f2da65b3a5af9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Imagick.php', 1, 0x00000000000000000000000000000000, 0xa9ba6373b516e491c7aac32037a918de, 0x31258ac840a322bfa1b709c6f0bebb290ea32e813a089c7061baf96d35390762, '', 0, '?'),
(0x48bccfe6f499679d6b47cf122e67b58d, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ImagickBinary.php', 1, 0x00000000000000000000000000000000, 0x9ef612f9b1c79d27bf2da9d4af668946, 0x3c980b1441a87533a1e225c189e064fbc8a6dd2ab372bc1037b6174b90ebabd8, '', 0, '?'),
(0x8fa272b323454bb5d468e114b8d4ac08, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Stack.php', 1, 0x00000000000000000000000000000000, 0xdc910a9bd65a8295fa27d8fd469ed37a, 0x4ad032a0ac9d4804a0509f53f4e3e6889d6b1c2e975429b8224957ee801cf399, '', 0, '?'),
(0x5a1bb87551f03716d6bcd5d6141e1ec4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Vips.php', 1, 0x00000000000000000000000000000000, 0xd43ecd3cf75ec3ae47af56ad9c02d1ea, 0x6f04ee12b1282dad7bb308858d9928b8df1c2a05923f12b366624443da9374ef, '', 0, '?'),
(0xda5862925a37a721e513c485621727dd, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Wpc.php', 1, 0x00000000000000000000000000000000, 0x3d9e15a39cccf26eb185fb2cad6c5f16, 0xcb5c8bfa7080d78c9ed1f2e9091e2b98b87b29cd95d7071aef0d06c5d6a983d7, '', 0, '?'),
(0x97c700a95bbca4000f24862c64415f56, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConversionSkippedException.php', 1, 0x00000000000000000000000000000000, 0x547dabd49ecef228824a993a86b26077, 0x1ac50315b7458c6d7d3de1aaffa12c955cb1671d089b5ce0bae412b15420c83f, '', 0, '?'),
(0xae4daaa28f4b1addc3d94c68d5c30147, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational/InvalidApiKeyException.php', 1, 0x00000000000000000000000000000000, 0xc9a67dc9f68bdaddb8ffd21f6a873693, 0x9094abfc0af9d679caf77d54caddbf0fac3ebc1eddfe1b42daa539308d8e2837, '', 0, '?'),
(0x8cf5db7c14c5c076e29ea60cc3e410ef, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational/SystemRequirementsNotMetException.php', 1, 0x00000000000000000000000000000000, 0xf0d2bdd510f79f1e0c462b45f6442a5e, 0xbd6300fddc5c9378ece6cff1250176e300dd153d280a0a69dc73dedfce59d7c2, '', 0, '?'),
(0x8347ff91e951f10ddf690d49dc265a38, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperationalException.php', 1, 0x00000000000000000000000000000000, 0x905af3c02d27cb7a05797329f43d9883, 0xa83cdb7f2e8f93a36ac52ece41e649152f976b9240c15a2417a7324f57af5e92, '', 0, '?'),
(0x44520ebba5c8e245babd6b4f4b3ba059, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems/CreateDestinationFileException.php', 1, 0x00000000000000000000000000000000, 0xf75f5a1dcdd97b43a5307728c6e7da2d, 0x644fbfeb889eb85dfbafd9fff01fac62623e243684e52d05af3fe75a058cfe2b, '', 0, '?'),
(0x0046006ba9d46346b2b6f7ddf1cfb9d4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems/CreateDestinationFolderException.php', 1, 0x00000000000000000000000000000000, 0xb84a235452fae516781d402453ff4248, 0x7845f17f81d02742d6eb3d093306b69578df49ca357f93613958d74c5cc5bffc, '', 0, '?'),
(0x10d9d5fc43a38e0f9680dfabf2675f1f, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblemsException.php', 1, 0x00000000000000000000000000000000, 0x61a0addb540243e135abc60baccbfa9b, 0xe0da4f713acd81a47d1ad63af978388f3ed5e6e535cced3e2503f989e5d7f7e5, '', 0, '?'),
(0x18278c5a6c7261a05b50eaa9ac02ab48, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/ConverterNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xbce470831342e905e08167dbe449bdf6, 0xccf89251e879182c6684a4c588c2a1e8a5e8f75dd9266253e8977ccd6d99e5d6, '', 0, '?'),
(0x2c59be083336991b6656ab658b29fefe, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/InvalidImageTypeException.php', 1, 0x00000000000000000000000000000000, 0x2b7f6f71ce0cd65289f2ca18765fa308, 0x62f427010c6c87d8689ff8ad7733dcebeef2b53a48f3a1656a19c398789c43e5, '', 0, '?'),
(0xc2de45295c766068fe08c39f56dc4b39, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/TargetNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xbf10b329bc5394bf0783476167a056bc, 0xc87c2781fe145fce508d439f7a0f0595b32cbc46a381d7137b5366b932a7103d, '', 0, '?'),
(0x4825e60bea3a4639b43d1489bcd88155, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x87fd6a412c416dcc8a02c8e4821483a2, 0x4395932ef521969ae2be8240bb5cd843c62e0556a61db95678527b4d250fcb05, '', 0, '?'),
(0x16a0d8aceffc25ee53be140b663f374c, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailedException.php', 1, 0x00000000000000000000000000000000, 0x81882f8e09f5f53873624ec8ab98e691, 0xc17c27d7606d9568cd1169322164b82841c7383100ae58ba2e09b897afefb8bb, '', 0, '?'),
(0xcf252066ca4d34b2c1fce6efe5dd6d76, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Helpers/JpegQualityDetector.php', 1, 0x00000000000000000000000000000000, 0xf9c53ef249202aabeca53c0f569f9cb1, 0x5b076c2ad5df6dcd8730edc8548bc8362e8104b655fb83be0ee4c8ad4814745c, '', 0, '?'),
(0xecee149b93de189c5f6c81d693374b0b, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Helpers/PhpIniSizes.php', 1, 0x00000000000000000000000000000000, 0x870454c697dd877be3bc093acf5ed459, 0x4ec0285e13b4f0f7287a31c9e6037fa1e05f6fbf6d0b0b135262164ee19b8cf7, '', 0, '?'),
(0x7f2ead8e701360674cc4ce88526856b2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput/InvalidImageTypeException.php', 1, 0x00000000000000000000000000000000, 0x1e3653589c661c8dafb87d9bb1fad6bf, 0x3b81e9d30628c64213ca64a7e92dba2690223c39581f73a7ceddd449a294d451, '', 0, '?'),
(0x882f842e1e8768e3d63d56451bf38537, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput/TargetNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x7ef761ef85794fd463290d46e148c722, 0xafaa49d1cdf63fd4964062119bc94ae120bb8469fcd6bea7ae291a05112b5fb4, '', 0, '?'),
(0x41aad1403935e7a1895e89d66aa7ba42, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x6583b619e02fd7872b40997ad29ffae9, 0xddc88e226091659836919c14e38aa5417baef5b7e147a95a36ed5bfcf36a7550, '', 0, '?'),
(0x601d73c1460e95b7c772c16c74842203, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/SanityException.txt', 1, 0x00000000000000000000000000000000, 0x7f79f83eea64e462c8e1005487121599, 0x2549efcf007429fe649a2b0b2c86b0fe551057ee2854cefcbb011fd6fb27be63, '', 0, '?'),
(0xedd029b8d69691adfb3882149e4c2197, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/WebPConvertException.php', 1, 0x00000000000000000000000000000000, 0x352d4b74e1eefe2b73454d3bc2c38f36, 0xffef02995b30e27cd9ec84a79ab9419f418ec00593552d61860984c9629d58c1, '', 0, '?'),
(0x163851ab5123db5f408d066740ab0a1e, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/BinaryDiscovery.php', 1, 0x00000000000000000000000000000000, 0xe68c6a57ae015b3625657d5feb00a06c, 0x965c31b5805ff520031bfb73e38d5b7822feb0e9ab872c5e446bbc14ed3044dd, '', 0, '?'),
(0x7ec436899fd8a6e63f30fdf8e76e821e, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/FileExists.php', 1, 0x00000000000000000000000000000000, 0xdfcff477ffb9292d49df6b0e25bbeb1d, 0xf1762ca9f2c3600d3c1485d9122fd9a4821193b663506ae7b0fea4ac2c414677, '', 0, '?'),
(0xafd25026cb20859fc49f41bfdaef0a66, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/InputValidator.php', 1, 0x00000000000000000000000000000000, 0xb7555c9af587f867e410dd00ed0072b6, 0xa5c09bf4a67b7bf65f27532dd5e35f6a8cddabbed0cc6721e408d77b06881cef, '', 0, '?'),
(0x96efc42217b7bf858da7f453fcd53415, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/MimeType.php', 1, 0x00000000000000000000000000000000, 0xebca90a3147b0ea5d8eaf860de0510fd, 0xf7ea53d0972fd34ec358a0bb05d555a1d1a756e24505041488d66996241cb8e3, '', 0, '?'),
(0x10745c4bcf43dfd25b27411ff668ec82, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/PathChecker.php', 1, 0x00000000000000000000000000000000, 0x1f4e31eb50f568f3bcae79b0902c68c4, 0x9ca234e9f44fe41614cf7e48da6151dcb2c01db07fad7ca70d7e61672db5d26e, '', 0, '?'),
(0x4538d56958b2f16d916e0152034ec192, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x0280f97ee8b4a1a5c408b60e0a007d1a, 0x3d160b53097d0a247c4671488bb4d07b86ae5628ae4f2fc84a06ea582bfe8795, '', 0, '?'),
(0x66a6b4a0766466f1d4a45faad1a47078, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/SanityCheck.txt', 1, 0x00000000000000000000000000000000, 0x89840df9350b7c236c701ee85332dd71, 0x7cc4a0511081b38406498a58f7b7b60ca1957b605eb147c1be110405d2d67be7, '', 0, '?'),
(0x64d707431d852ae0c25d492fde9a7245, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/BaseLogger.php', 1, 0x00000000000000000000000000000000, 0x5a560a93434555830ca36e9fc17a41c2, 0xd3581c8aace9e1309acc829e864000bd40f7f395ea8d5aa9c099c6d84a0cbac3, '', 0, '?'),
(0x92916e636d18e3e8424cffaaa11b3faf, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/BufferLogger.php', 1, 0x00000000000000000000000000000000, 0xdf0d1650fdf7c2d499724e4e5487b0e8, 0x4c258ad9ed195a6b04a805a2066ae7f517df51392ff69cc457bffa08b0590859, '', 0, '?'),
(0xfb4ae422ca8c4e06506b8e9136bb1816, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/EchoLogger.php', 1, 0x00000000000000000000000000000000, 0x79b3ec50dacf7f0fd482e95021b93ec5, 0x8ab545d90fcb27427146835ce7f64d82fba24d197301f3fe6114f3c0403eac62, '', 0, '?'),
(0x47baddf3e0b348b12ba1ff6702304ef7, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/ArrayOption.php', 1, 0x00000000000000000000000000000000, 0xf5440c49c8a865af539bf9194fe30d4d, 0xd49631d82a18aa94b2d60a1682c7eea02c5c610b9e23938cf6437dc45b7e78a4, '', 0, '?'),
(0xa72814abb67f70552a57d69d23012d19, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/BooleanOption.php', 1, 0x00000000000000000000000000000000, 0x8788015c5a26293ba37df681725a76ce, 0x79f96b92400acaedaefea5001a3acf0093b415261fa0497dcce1555bb5de9d95, '', 0, '?'),
(0x3314397b8964fd39cdde243078437c02, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/InvalidOptionTypeException.php', 1, 0x00000000000000000000000000000000, 0xc031af8bde78d08b072854e3691616b6, 0x78d326119029cb14399ec9fb0b9d50335597397a253eafb672f30d70f57fd54e, '', 0, '?'),
(0x79f09aaa4a9a3669f9767e5249fa48b5, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/InvalidOptionValueException.php', 1, 0x00000000000000000000000000000000, 0x3ecfac8a112c8967ea600e01203f89ee, 0x091c3d6f699d72cf5ad7803efd60732dfe691d906255ac58744f629fb8c72588, '', 0, '?'),
(0xb4c5295b47dba8d18777a66837755cc9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/OptionNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xdf810c6b3ede8aedc02040d4f3e08836, 0xf3f0c15a2972c84a790d3d44378fbc983a5cd41664f23639987d8c414a7daf7d, '', 0, '?'),
(0x44c609ff431aa22d186ebb23f8fa180a, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/GhostOption.php', 1, 0x00000000000000000000000000000000, 0xe4c6104b6d6aed6c556047981e6e7ad7, 0x7ea4b7bb0c66e08a9fef51e914f1383a19ecd27a899644af2c5976bfe467c18f, '', 0, '?'),
(0x98430c9bfd3632b10a4bbf5ce9d01c78, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/IntegerOption.php', 1, 0x00000000000000000000000000000000, 0x70edc179f58b335b3370e55e94e9acda, 0xaaf41a9bf77f3f74e55fa636611521026337a5a1838e52a23c1f20e6294f9b8c, '', 0, '?'),
(0x2f6b4c6930bea01cc562d0306d4890b9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/IntegerOrNullOption.php', 1, 0x00000000000000000000000000000000, 0xa5b40947dcfb08cf40e52723a4a6453e, 0xb3b8effc4060327c9478e0ca5f0770370002d59519720fceb1769433009d375a, '', 0, '?'),
(0xb674b0a5cb1578ebf0fede33feaaab3b, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/MetadataOption.php', 1, 0x00000000000000000000000000000000, 0x20eb5d71b49f811eb39abb6c2917b2dd, 0x404611e220f1da5c81292ed90e238eb683ca0be745defaddb83d9cd8983ff75d, '', 0, '?'),
(0x5c3b9fedfc6512b8978aff755451acf7, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Option.php', 1, 0x00000000000000000000000000000000, 0xf0338f7544065080c9974da9b41cc74e, 0x8d67738c8f87cc9743be6640b5370ca4c9e9e3b4b03c77c6786e14ac3be8c7f8, '', 0, '?'),
(0x40602f50595d2c220508e85a5d56f619, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Options.php', 1, 0x00000000000000000000000000000000, 0x25c13d3bb626f6888144ace4d2ffa390, 0x5a21fdbcb0068c8fc53e5311e1687c3322fff4e4d75111719645b1a603c68492, '', 0, '?'),
(0x6e9a85be6523e590be7e2934f4409b94, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/QualityOption.php', 1, 0x00000000000000000000000000000000, 0xe95a4b428124b82e9baf25e0a21ee315, 0xb6e10d35e053b708bd9c858706e8f57aa8ceb960c6a06e44c1ac3279d980499f, '', 0, '?'),
(0xc563a9fa79b7d1bf7397eb3999826d79, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/SensitiveArrayOption.php', 1, 0x00000000000000000000000000000000, 0xa7c18c7cded1977a8b2ebb1d9f635591, 0x2e5e1772cf8e4a02985eeafa5a76b5d0049609676e048a38fa7aa084ae933567, '', 0, '?'),
(0xac6cc13f166368c1464e6bbca86c93e2, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/SensitiveStringOption.php', 1, 0x00000000000000000000000000000000, 0x5277c8e77ba7b082bcc142f61e9529c7, 0x9cc6fb16e9897bca0bdd3e56d990e9d18c46a95c252a05fecba2e69d9fb11242, '', 0, '?'),
(0x6b9af84870fdaaf192410697df96cba7, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/StringOption.php', 1, 0x00000000000000000000000000000000, 0x4c0e66743e656ffe6dec3d37ceade8d4, 0x1d6fee863fcb756e51918e138f34c3e42b0b0c7c1fe32137e864dbe677d77a17, '', 0, '?'),
(0x0aefd19c5f3db99bbbc745876e194bd3, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Exceptions/ServeFailedException.php', 1, 0x00000000000000000000000000000000, 0x18a2caf3ad1202fd23ad40b9e010482f, 0xd524df1a407f7398e87d12c56a865fcf8109801c8f11c805894d630357e2b282, '', 0, '?'),
(0xd3158e47e572f129355923d9824412fd, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Header.php', 1, 0x00000000000000000000000000000000, 0x61a99a0b43bcae2d48180d1830b01a43, 0x7bef9bf66a7e9fb3e4889bb2096a609587ea12167149f926536a5ec9b92a1ffe, '', 0, '?'),
(0x8b55b4680262baa2d0c98986bb51e818, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Report.php', 1, 0x00000000000000000000000000000000, 0xad95085cad17c3303a193e084bda7087, 0x5b8c0be47bc17ca372c46b7bd093a82f4a0acb97ae537bdb103346e63de0deb0, '', 0, '?'),
(0x8b8ecc4cac08321a76ea566e79e04aef, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeConvertedWebP.php', 1, 0x00000000000000000000000000000000, 0x94bcc6be87bc87deab73e9252a30795f, 0x194c2a0286ba6fe2b77df85484a4d65f58d588cec0ced54829ade1ae3ac4bd10, '', 0, '?'),
(0x3ad03c3f39317bd2f7e51ee6b4a83311, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeConvertedWebPWithErrorHandling.php', 1, 0x00000000000000000000000000000000, 0x5d4d95a23599ef2be35b899b31b6721b, 0x01764fdf11e63297ef7a783cbb172e4443e3f8357f33d3ffa5f49706e0bd7fc7, '', 0, '?'),
(0x102cc8bf239bfc3d485f1d664b7d88bc, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeFile.php', 1, 0x00000000000000000000000000000000, 0xaa5647d1b3b6ad91f0534c33c8eadf48, 0x613be527699c823059025b9c51ade3e6a54d0c9303b8273139e6ebef3441c51f, '', 0, '?'),
(0xf0a7d3f5cb682712feca747ac88fbbf7, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/WebPConvert.php', 1, 0x00000000000000000000000000000000, 0x4845ce103850dada98a8b66ccb338318, 0x9251205306a4aeed6ce50b17e3c1a8397bff772aded32546f8be86668a26778a, '', 0, '?'),
(0x73ae5312ff00bacef2be691b368a9719, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.gitignore', 1, 0x00000000000000000000000000000000, 0x97ab7ca48794bec01a254c908a9f5c3b, 0xc74ac21969bf1037f2b200ad5a2770b9446ee6fde132ca694fac1d796688ec1c, '', 0, '?'),
(0xc7c4f3222824f5514edaa8ed2fb826bf, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.php_cs.dist', 1, 0x00000000000000000000000000000000, 0xc267fa15eab877f2a16b12ceb8f582f7, 0xba2d188fcb878afefe3674e6eaafdef39428b85c21cfd9e6643b653ff9d33ad1, '', 0, '?'),
(0xf5d6c1a429fee8d7cf25b1d8fdb2f47d, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/LICENSE', 1, 0x00000000000000000000000000000000, 0x096c84951123595eef3d75e901d6f804, 0x72e7fa3d58fbdc2caf166c55ca13f5ef2afc465d93c6205a17515b36cf71d184, '', 0, '?'),
(0x45d01e233729f5a42e839f5033adb6f9, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/README.md', 1, 0x00000000000000000000000000000000, 0xebc4a42f5664f0371864bd151a6cf12a, 0xb546d141214b7333160908ad875f87a9492859badb1eada4ddd1bae41cde22e1, '', 0, '?'),
(0x0295b17cdc276b42e0901ace2f18b326, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/composer.json', 1, 0x00000000000000000000000000000000, 0x27fb6a0f4efcc0643f2819f49f791d7c, 0x42de0d61a2d85b5a747bfe62e036a45f77c746cbc314c6929b05fedad52da948, '', 0, '?'),
(0x4007cec49e7c29b785ef2a9ccc5f17d4, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/AccessCheck.php', 1, 0x00000000000000000000000000000000, 0xf6de64805771348942625c12db34db57, 0x086c3cccb633311540aaf8b3167e0cadc256c4bc5755bce786075fb0e3a87c24, '', 0, '?'),
(0x76e57bb67376a79c047f576e3e62152c, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/Serve.php', 1, 0x00000000000000000000000000000000, 0x5070c918d397aafaf3b54ae88b43a9b1, 0x54298bc42ceaaa3f519aa2a3655451d32204f49e532729cb7e35a5eb85fccf4a, '', 0, '?'),
(0xc7f759ffc0416162babeb3b51658e5bc, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/WebPConvertCloudService.php', 1, 0x00000000000000000000000000000000, 0x6464bb0998393d24df49eb5fc1d339bb, 0x1e0f8772a68b33fc54f2a8a815fa59dbe2dc664f86b3241b823ffb577b4851cf, '', 0, '?'),
(0x5ec926cb8c7c1ca07ce8b1a695cdeca1, 'wp-content/plugins/webp-express/web-service/.htaccess', 1, 0x00000000000000000000000000000000, 0x5a3564a12a451f89533f8425c3d1c998, 0xdc27d530b2f13cbd992744e3b6077de381128df33d79454ad925944a88d30852, '', 0, '?'),
(0x518792aee4531b2041090efeb80a2ca2, 'wp-content/plugins/webp-express/web-service/wpc.php', 1, 0x00000000000000000000000000000000, 0x12160d8a4a861e337d98c288b71e6c72, 0x3ca9c9e3599c09643a6829977a40c01d9723105535b14fc2eab7a9eb6411735e, '', 0, '?'),
(0xed7e5fcade6f5783b728abd299b469c7, 'wp-content/plugins/webp-express/webp-express.php', 1, 0x00000000000000000000000000000000, 0x92d8a7361586706aa32d1ad8f4211001, 0x2ee278fa23e50e089d2d9caa793d49acb49aafc2fc82caf77db02465231a7b6d, '', 0, '?'),
(0x14ebfeb4cea2dbfb3b020bd6458dee28, 'wp-content/plugins/webp-express/wod/.htaccess', 1, 0x00000000000000000000000000000000, 0x5e8408d40e270be782a42cd42825eb12, 0x726abd70e570aa712d10f24b54d38f0f0604c2d8089fba2399e12e108fa25051, '', 0, '?'),
(0x6e36312f766d4dcaacb50ec92e920cb0, 'wp-content/plugins/webp-express/wod/autoloader.php', 1, 0x00000000000000000000000000000000, 0x801eb210ec66b800bcda25d1c0416131, 0x78e59d0a3d3e9ec894ba2a94489e2c84b212d33b9d314b7f663299a2c2b35b5e, '', 0, '?'),
(0x0c0b161d6b65a0f7fc802e46e0319886, 'wp-content/plugins/webp-express/wod/ping.php', 1, 0x00000000000000000000000000000000, 0x68594a73cc45bf5ee95e0bcb20f5261f, 0xcc8fd27dd4f55a9e00a7ef64f249a2eee11afe5acd23c0abc1e89744ee927b52, '', 0, '?'),
(0x6137391f57fa0bd70ab8e39df7b56757, 'wp-content/plugins/webp-express/wod/ping.txt', 1, 0x00000000000000000000000000000000, 0xf0a687a32fb5f06a7253e259126fe05a, 0x9795c5ff8937f23526ccb207a5684c1fc94a7854e19c021b39d944e51f5baef2, '', 0, '?'),
(0xc02f0dd28ca49da34a7f293600ef83c7, 'wp-content/plugins/webp-express/wod/webp-on-demand.php', 1, 0x00000000000000000000000000000000, 0xf1de533ae402c4c61f3daaec99971060, 0xc90e17082fa2257977eebe10cdd37eb78e7db0dfd5b1da834a0bd0c5bd8d11de, '', 0, '?'),
(0xe2a8cac44c475ee5022c11dd71505b5e, 'wp-content/plugins/webp-express/wod/webp-realizer.php', 1, 0x00000000000000000000000000000000, 0xa057ddbaba01aa1a2e8dd27f32d24ed4, 0x5764f07c80955e819fc42aca159a5d7fb0b73902b15fc7958edffef17593ffa8, '', 0, '?'),
(0x79a414f01cd54ef7570ea8bffd0aad9c, 'wp-content/plugins/webp-express/wod2/ping.php', 1, 0x00000000000000000000000000000000, 0x68594a73cc45bf5ee95e0bcb20f5261f, 0xcc8fd27dd4f55a9e00a7ef64f249a2eee11afe5acd23c0abc1e89744ee927b52, '', 0, '?'),
(0xf420f832b2222aca3c4fd440cc26388e, 'wp-content/plugins/webp-express/wod2/ping.txt', 1, 0x00000000000000000000000000000000, 0xf0a687a32fb5f06a7253e259126fe05a, 0x9795c5ff8937f23526ccb207a5684c1fc94a7854e19c021b39d944e51f5baef2, '', 0, '?'),
(0x6ce8b07c70ea215763d3bb9e4b0f4ec0, 'wp-content/plugins/webp-express/wod2/webp-on-demand.php', 1, 0x00000000000000000000000000000000, 0x4e0a54c9e7e0722751ca215c4826cb08, 0x156d84d714211a349790cf04e3c0e00b09ed5796e52d64e096296feb7d397618, '', 0, '?'),
(0x9f261bd22d504ca987fd0531f20021a2, 'wp-content/plugins/webp-express/wod2/webp-realizer.php', 1, 0x00000000000000000000000000000000, 0x4594b79363ca695e082839232912b617, 0xb541c321347fbb46db408a9f955fd539506fca92cdbb16bdc0bc13be14959646, '', 0, '?'),
(0x02dece2a28b3932aad2baf576a946370, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x9ca333d4bf3ae1930456ab09988a5527, 0x9303bbf67c3c8fd1d4fe500f2a7467ab338d647f5973cfdf2f9180fb90d0f891, '', 0, '?'),
(0xd542496d1653c0d43936df379286f058, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x92fe79b147d64dfa1421651d7839c9d9, 0xc5215a67625a03e598f493af465aa29bd17a830b9ae3ef7cb15945cd098caac0, '', 0, '?'),
(0x12430b9e79b2d2f538dd2761bcca16fd, 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0xc8f8cd306d6abed3fec3fa1cd49ed757, 0x9d17cd9b3d17a1e0db90498a684bb86700a89325542e871be95db38f0d86cd7e, '', 0, '?'),
(0x53ad93f90a1801e170de8d4725181bad, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x0e6135c2cd8542885ff3ad120b8173ce, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0xff6b1c8c0ff9fecf5050999801313cc3, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php', 1, 0x00000000000000000000000000000000, 0xea6f750e10cd6ce7db075f9b3440aba6, 0x366225208d22c4cab473d14aeb027033b0bfb7e738d3b78353c7993afab18391, '', 0, '?'),
(0x8bf04d4148f6ccf400ea9c5b645fd721, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x3859adf5c5769dbfeb43c95b2c029e89, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0xfae05a967025276e1a91aa576ab51be5, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x1eebf5ab9dc4650e79d5e7cb4206bf4a, 0x1c3e3f7aed79abbc4fdc496e634321a2a1599096f1bfe1d53b2f3a9f3c0a4ace, '', 0, '?'),
(0x504b88b332b449aaf3abc10b29a50682, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x335bab680417f7056ba9646134ee1770, 0xf526fb21d5f8375ecffa409dd139a2adf94ecc420854c7feeddac7d6152a38d7, '', 0, '?'),
(0x2619504474c53f3575f83110596db2d8, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0xa701c18ace71ce6a792a035f0e6949d0, 0xac9d7a0cae7e74119269f583878bf405f74481351a10860c396c393b1ca049e3, '', 0, '?'),
(0xef7ffab6d5cb95a7b37226d571c74669, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0x4b3acdff518929facbb8e8be3a172d2a, 0x1386d6387df4deaae25da3df221031b4fa9e262813a1e617e49984b38ba181c9, '', 0, '?'),
(0x5ec1b175ebba7583ac5791649c4d3d95, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0xc67ad6d83d45916f30afb45b1106f2b1, 0x1fb56d3f1ac322ca678feb3d801f30e04e2284f651878860a67527ecb0eb7e49, '', 0, '?'),
(0xed4e18ddd427a2210d42c46ab6cb33cf, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0x5c1048c9d62123819aa63e62e1578be6, 0x9626df78c10e8677d3ceb19068d8c4299ac59340356ddfd22e293906df181852, '', 0, '?'),
(0x467cf70f9c0ca7a777dc5a512c4f97fe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey', 1, 0x00000000000000000000000000000000, 0x36dae3cf3fd10ae5093aaec29b7b5125, 0x84df0e975aaa494b2f49b5f877c2a51312914f76799b45f80c42695c24478b26, '', 0, '?'),
(0x4f348bc7b3571c51990094d252f8ef0f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc', 1, 0x00000000000000000000000000000000, 0x3ec788adbb0519a92243e569789cfcb9, 0xf0aacb0b78e79caa2199a29fc47df2971ab685981eca0e8257aaaffa0fcb6411, '', 0, '?'),
(0xdccce42edc5506db09fdaf5904e4e43d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xbe6884c1b3076089b71bc19c56934166, 0x0e3c14895c9e47f2cc3b310e1923bdc06ba9164cb4160e97c3a0c3158328d683, '', 0, '?'),
(0x3e47c77fad4fe46a50d56ca88dee4208, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0x2ba5ee8510f8ac10ef27cea130cf6732, 0xd89a7822836f8c2a49e70a519bd26ab8b71b838ae75428f3471aac2e10a21a07, '', 0, '?'),
(0x312dc014fff5eef8d718673937b9e5d7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x50b042c1a2df2eee8fd7177d10cf46ac, 0x91bc63de28b18c1ca2bf6b04319e86ede1faee9532825177340bfbca1b053f30, '', 0, '?'),
(0xdb34908136ef31c26dcecdf90e598f52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php', 1, 0x00000000000000000000000000000000, 0xad7f6e4800f775847d922060a4e8f3cf, 0x0f169713968c52c2f726bb58f68e64de5b970b9a1734b89a9d398e9356ecb749, '', 0, '?'),
(0x0d80e7fee0cb58b0f6c0ad2bc32d5461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x4020f64dcfbcb3565fa169a609c2ef17, 0xebe555e273ecddcec2448e4dc399c60c64cdc08028cf0083b1c481a67ecdccc7, '', 0, '?'),
(0x96c2a01d16cf768591c6189a62047529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0xd40347c972f586bee59c105dc4e92fbb, 0x797573dce7f4d4bfedd0ccc2e63aee0029de79e4af7a1c738b02ddbf536b48e4, '', 0, '?'),
(0x9cf1fbc4fa9e508b4ae6741efbfa317a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x9f86775520e1e604db90364d865cbd38, 0x3cbff88b02a600df0d49423d2284503844c722f703b6e0f41bc04c7ee880495b, '', 0, '?'),
(0x77c38bf4ed07ca390b2f132c2b31fd82, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0x43ef0e8b1c010220835a0e38e5077422, 0x6176050c147875ab8bed9db66aa6191bab3d9e49a253b6d1447b91f9dec19221, '', 0, '?'),
(0x5956f499031432139995397d4438a31f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xe13d6f6e7e5a83841cd2544f51964265, 0x803cb848c084a222d8f446af40f7ac8cf52513aeaeda3160373cd2f009a2cd7d, '', 0, '?'),
(0xe6cf13e5bce850bf496344c4cbc6bee8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php', 1, 0x00000000000000000000000000000000, 0xf8cc1daed94a0e987381d306c799f942, 0xa5b24552a0f44a1862c61fc8b8492216caec74de5d2c98715014fe317f5c6644, '', 0, '?'),
(0x40a0864cfdf9f0a53a93aab628b8be9e, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php', 1, 0x00000000000000000000000000000000, 0xd8700f86040ee900d436bf0c26a509aa, 0x75036abfae8d76c0e497645feee0e1f9ad3d0a1ede320666592ba082565ca9c9, '', 0, '?'),
(0xac496f6fa8d486356e75a4d1adb68848, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xf578e4bb36468303006691e1a00ef996, 0x4e83fe5e71f3ef7971dcaf0d5db953fceb5ce3f05bce04437b56a79a79d077e8, '', 0, '?'),
(0x3f3f51240ea550a3acc02e3a01583610, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php', 1, 0x00000000000000000000000000000000, 0x0ee2a8159fdc304089490f13b6534215, 0xa9310ee813d20603adb710c491f9c0e32cf1689e2dadf668843e66dabecd475d, '', 0, '?'),
(0xa7a8b0dbf78ec684bab2b11f4e42d7ad, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php', 1, 0x00000000000000000000000000000000, 0xea4038c71619b5bc73bfb714410fe7e5, 0x0f62f3238c78eced68a5463407130efb5f20f644658e01b9dd140c716544e5c9, '', 0, '?'),
(0xb3690fc89c19cc318ae900a6cee8c138, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0xd30eb6533b680338ee125ed1dc67d452, 0xe319d06deb66caacba818fa0d77f53a25854aaa5c5c338cce041a50e2dbe6781, '', 0, '?'),
(0x2011ad1c6573284e5e8c81a12b711ca2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php', 1, 0x00000000000000000000000000000000, 0x32b54d45c6b1b7b728e01b88a2bf281e, 0x45ed94fe9201196105c60de2662055d7444c629056a8d2aa572373cb73b9867f, '', 0, '?'),
(0xcd5e1d2691f36052e179928b1899ec4a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0x058dc19c7d6eeb333b6729bbe1c0f3bb, 0x120a6aecfb15155efab0ac86d343e098070428dbcb5555120fe369270b39de4f, '', 0, '?'),
(0x080e2604cff197bb32a0fd8fa8e48fc5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json', 1, 0x00000000000000000000000000000000, 0x796c688dca14779e255265afe7110586, 0xb49b0be4b80a6a71bd57eddb09d7765fe62384ef2066bae0b57e03cdd252913e, '', 0, '?'),
(0xb02d9d0ca80fecb793f6b739f145785a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0x5877f703be95546781a8cb417d06cd0a, 0xae6ba1635178fa65f4cbb313603d6e36cf58357982de64167a35755d57422718, '', 0, '?'),
(0xcfd71280794b76e701d32ef91a10b111, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x3eb911845fd03314f5d14e77b00c23f7, 0xe0c7a504e3029d6d5a7a2a2c3d3a0abd13d92de83399990e7ca3c4f92193e3df, '', 0, '?'),
(0x1005ab3f4893a9ffc4eb9768ac443009, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0xefaca89101727a057f1bbaa00cdf64da, 0xbd01680ba596c3022be55d5b65082b17f1bc8e68a5d386bdf4b01f4659e02056, '', 0, '?'),
(0xa5cae42aaba5685e03eddcdb08afefec, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0a3c54667785e75903c05f4915a8f2e0, 0x65c1b92723f95c8a3faabbda0e9a187f4f2db155f29d4c9d5d35d20c3688f024, '', 0, '?'),
(0x0afad93ac2583203de4c958e0e026e63, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0xf682638a7afbdb0c708903f6fc288a2c, 0xfcbf2cbbee99eedb0c25751a0be0e2527afe42a00d23c0a87e942b60c83579cb, '', 0, '?'),
(0xb8db5a8acc280293c513a77c9fcd5a07, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x5155ff707e6f63c38a1e34d24e749bfb, 0x94114ccede6eb56c3240ce90f63e689a692c754a59b248a6895ce34cf42cb242, '', 0, '?'),
(0x1d14cebdca7f127dd856ba2bb57442b3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad9eeaa480940e78c3d9a0b72595636c, 0x4e9e382cff631cdddbedeb61659eacd319f181ce9f0169013c3570241cb3bff3, '', 0, '?'),
(0x2149ad645d0535248ca5c05be0d67eac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x6f0bfbbf4cd1f6d5206b276b31128afe, 0x128e9c31eaa05caf5174a92abc80ee4aefd1ea8efd2517850f07d8cb7388f226, '', 0, '?'),
(0xdde6882798c41d7c3f980cc23efbeda3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x83a6f74cd5f261444a843ffb835aff94, 0x88bb8b853d463d843d853cf81df81b5f25883da7d94d103fe1aadddcdee7752f, '', 0, '?'),
(0x49d650450114d058749c461e48ef2596, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xae9af300c2f5ec4c76bf5b63dece293f, 0xa443da026821dd80467f24ec7db97764b8376228a621e470f7494602152e4c90, '', 0, '?'),
(0x82573d205c27782288578fcc7deeee64, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xa7b0f7d5a9e84b1bbdad835ee3a5beb9, 0xcf4d89381d103a9f6e61c68b47185add715164c3bd21aea0bcda27879b266731, '', 0, '?'),
(0x5aa3b0d18ff484fbdd92af05ba5308a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x6cf3bf8c1a5e035a924847b325a94fa3, 0x896da4bb9f63b43bf21d0a0579e390b2c8c5302cc60235ff8bd9467c3d1fc843, '', 0, '?'),
(0x2c7ad865a9e0fa590c23754a7e5b500d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x204f700c527b01fcd2b58ce747dd8ddb, 0x1993115992fc3a4286e5c550351b4d9080735f860cbcb19ab92ed986fad68e90, '', 0, '?'),
(0xe20f424b8619c0f54197613ce4ad6c32, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xc958df93e0bec592225833ee364451dd, 0x218f6c2eba2e1614acea4749eeb40a376f65c8d1bfe8273b490cff0a0ab3a0ec, '', 0, '?'),
(0x145c9fa4d01ae98e6509cd299fd55570, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xc89148e41a7f62923e56ef44f6a25232, 0x72d19b4ad491492fe90a1e4f8b597d9c78189a82c586eb9410defa87c6105520, '', 0, '?'),
(0x93babcd2c16271c02fa4d9db4601a46b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xdff0aaad3787f5c2a40dac46c4dd0c67, 0x9e6e7f9256278c56b1fbbba456eeb27f29467c2ae1919d0c1732884ee08fd77a, '', 0, '?'),
(0x875e53785f3f03758b1d47ca44a9e4eb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x94cf48d964393c43f0cba4ab9ad1626c, 0x4bcf2e426facb0dfd8e0a3b8830776fc886298258598e0d5537e31f94be0c317, '', 0, '?'),
(0x4e3dae66d01b3e244b8ae4e248bc54ce, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc7d3eb17913f8f477bf214f58fb8f167, 0xc480d0a03c579f3b2d181af1808d99be9728432bbc2c4dfe95cc0255e2e15736, '', 0, '?'),
(0xb7ef2feff6d88a21a4064e3ef1820afe, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0eda1ea266183c5f3212535e49bfaa5a, 0xfdad69ddaf99ff387b1c918169fcb4d8712164bea0ccd58da8e541047af2f5a9, '', 0, '?'),
(0x599f425779092be642914f6dc7fd077a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x239e903a9ae14ec5279444117883d14e, 0xa6015ba7f55f7cd090d87e45a9b6a9ed2baf027ec545ec80289160ed065faabe, '', 0, '?'),
(0x4bcb4c783c43a08e98084894f48f651a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x2db745064ee4c482db9b0c280afa6e1b, 0x9a040b16f7de10a104d1ac7d5e8d4546d0f91c9bcade3ef41e92da8242ecdb1e, '', 0, '?'),
(0x46312b1a23f72b6405d37b1c8b77ce7b, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xfe2e4436b7709f699a7260b66677de3d, 0xc432c97fb14b4a0e37143386f178a732da4d32b0ae26982bb78c954cfc87134c, '', 0, '?'),
(0xa39a45f653d4632b04dff12308ba1b29, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x75d21d4e6d8553e1ed94d443dbd27be7, 0xfcd80cd40e10507e9d7b70d510d47d787bd4381190328d681f58f678c5c1bb88, '', 0, '?'),
(0x21506c7536a093f0eb10a1bcd202435a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xe01df298190588c150c5cfd965968931, 0x54a8fffb2a94db1e2b86d0f8ca7a5dca9c3b3eaf7f060ae033cacae45d3f78d7, '', 0, '?'),
(0x69617b962dcfdb1af7d899016fb30892, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x9e7da93c1fccc4dc8e827318bef29c39, 0xfedd51c7fe27d872998620bc741337a5e23d732a1761603cbe7a1fda6f13d45f, '', 0, '?'),
(0x90dcfebcac2238598e8e023734b74f3c, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x6469b24244f54af21088af44a535c34f, 0x4eab618715ba96698119151b42cff18dcd0d08f8c6414f5db6aca940e150b5e5, '', 0, '?'),
(0x1eb4c16a16f0d6b94a82dcfe91f63059, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x70a7305722462994cf038e1093384fa3, 0xa935ac9cf02926dad9426f4b065daeafa4d8bb8ef396726d6025aeca68f64f10, '', 0, '?'),
(0xa8db09cc2229a522b5e83049a36fa8c7, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x19ad7a84bf711a7398be713737360bf3, 0x43ae44ad619624eab93d9b665b51a734c24a57d1376c29ae2e0ede3d25afff1b, '', 0, '?'),
(0xfd8f92100e0b5a4c8b8f4f926cd6e114, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x900ba64306eda2951ef046e69668f47a, 0x6fc5910a77a66ebecb704c942b3bd0cceddf7e8ba87432b405502ac6833616f8, '', 0, '?'),
(0xb8646023293f9ecfb39acf30287787f9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x20c16f59830ba2db2de31729451d4864, 0x6cdc2c38bf45f154978e439165796c9e61f95304eed43b29272264cc607afb99, '', 0, '?'),
(0x10473c37650b8374aa2fee928ff757a4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5b6630194c94c59fbbd20db37b5657e8, 0x8b1dd02726dc94155b6d60c4cf8ad0633245bac7fb25e45715bf4757bae489b7, '', 0, '?'),
(0xa761810fd32edc6a40e519ee5e0cabb1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml', 1, 0x00000000000000000000000000000000, 0x7c3c5171c3d62940f24d9f894ae910b9, 0x2ff46a056fdf7aef79eec1f37f81f940938a7a2539b7264625f1aafd907faa5b, '', 0, '?'),
(0x5e643f6599f82e6f9af9bfcaa89b4c19, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml', 1, 0x00000000000000000000000000000000, 0xec5b05ed43ed3d7379331df04cfcd5c8, 0xb75ffdcf6f33d574b059b617925f6f0fa2f2890466326b23958b30be3650733b, '', 0, '?'),
(0xa0c41d7492ca68bc092c470578a2224d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x5190e4880452eb4e1a62384df2679e7c, 0x7b1effb585ca1dab528774487dac8adca70f59519ce0977bf2f9461ab11148dd, '', 0, '?'),
(0x209f0b470eb6cab4a9a84774d8919ba4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xad4fc5ab33a4280969619559b3d3d528, 0xf1d5c513ef9425aede1a3062adc15b75e188231e91762e9f5fabe2094fb33d30, '', 0, '?'),
(0x339ba24ace911e54679b30eb15b52765, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x603484c218da75420a45d423408fba57, 0x2972f37855594af63b68706a487b5cbd02dd08bc9a0831270b23c9e3201573ab, '', 0, '?'),
(0x28b57cff5aa278b45487fe825b7fc175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd27a3faee92817bb8545ee57751f70b9, 0xa80f2b8b1d02eb0cea87151144ef00656ab30d1c171067c6cee8cfa7b68434f1, '', 0, '?'),
(0x88a14b6ba966f567ff12e754a4239456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0x148a65729b02c9788787107c3263bdd3, 0x9af7cb0fd22e43b9bf401c32889d50d663d69c825e6e0a9427122d0587765b7e, '', 0, '?'),
(0xfcb78f71f3904cf8f33ed4c62351c400, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xf195fa8cc5f4f44298eca8e26759f0e9, 0xfbf5913ae2495a19aeed43fda25a95da1438c1c8b0f49b4c1b9ae55de9996da9, '', 0, '?'),
(0x784c4b7820969632b8af4973f2212351, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xce0d0e9755a18a14f6d602fdda434222, 0x831dfa294da31506a695eca982741b55cae4afceb408d5d4aadbf9afcc462efc, '', 0, '?'),
(0xd02523f3ba1fe97415c1cf07f2348478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x1b7912a85701fb307b58e56ea75aff30, 0x19c500410256f08c525888cac895ca7edc18e164a7135eed2f2985144052f2c6, '', 0, '?'),
(0x502084f4d24e741244abdd8c9f6e22b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x610ca815c221b42caf91055ed2719714, 0x0858df8770f7d594c35a9d9210d089d2d6b16fc40dbb3dcbb83c21847eb233e6, '', 0, '?'),
(0x1b24ee8a50d96089890067efa85807b2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x7946c2935c9c07bbe285db329acfffed, 0x326ba173c0da5c3eaa138552493a6e48f0c8bf1e44136de0217a7ad80e13b1c0, '', 0, '?'),
(0x5a3993b6d37d2ed2c24aa4c26b0b3daa, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x3849a2e3b61a080503070a0ed9d3a391, 0x691b3e7a1292bd0e90529340af11c5f2e1c2e36bf45790e036759a6bd579880e, '', 0, '?'),
(0x5006b66277bf3d82ccf594a969eb96d2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x5c1ac1c44918057735416c4cdba2198d, 0xfae3b44b7bfe3808a6c0666c8185371e73855268cefaeb039ee5978bca039149, '', 0, '?'),
(0x111bc42db2b00727678bab8d50f75cac, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x399e56c6081f23d2b91190ebdb340b80, 0x47709a66b81cf848768e869e9f1ae6f3788b388318feaaa33143b0145bce3441, '', 0, '?'),
(0x414b3caccbd26aa71c90179c677372e3, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x1534ac954b62281de55cdef370b8422d, 0x03e79510d5b32a20cab0090fb6e40286145b717f8aa60ccb9c5088e682f46b81, '', 0, '?'),
(0xf01920c07fde8d3c3a39ce137cc2ce36, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x2d5fd0fb62cac12d3e4f8ca55ce88b83, 0xa473c99467e125fbbd72691243af17f95098eb7786ab251492e57bd6c64aa5ce, '', 0, '?'),
(0x764c4d972e66d5ecd4254f071d7f4d52, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x069b34b902562b143d3f6bc50db2e1cc, 0x5fb6e2de12be783a0ceb6e4f734fa83a060207641dd12700974e3d968cd26be0, '', 0, '?'),
(0x7fffcd8ddadb199fbd81cf811b628542, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x7c1dc7b128b98d0f9872c0d771d6a723, 0xa529301bdffcd614ebdcc4eb2bd4cceb5e688195762e28f6953eac10810699df, '', 0, '?'),
(0x6f43c922c0cf058551b8ebe07483d179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xb108c22b05c1eb021d92fe071706f525, 0xc1063421fd8848fc1c3a8d363ecb6c45eee64563239cd0d8f961057b9d41b47b, '', 0, '?'),
(0x2ac7c8c61db2a6bc62c5049f2a6565b8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xd012785c387aed4d7fd87e972e04818b, 0xfc7652ac008b537e5bfc0d82aad2ae36dfe16fddfabe12e192fe3ac59ab50d5d, '', 0, '?'),
(0x48b7a859366fefe3447b884c48ea1698, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x752e53d6f58379ee6c04e33d0043a53e, 0x15f1833f05835c786087b251993dfcc903efa9383a0892761eb47354ba15d510, '', 0, '?'),
(0xf3f3d2cdd1e29e9ef905aa5ed59852db, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xc9de6f019485e51e97b9e5a76880675b, 0x12800be0c015df81152ed6112d6834603953205f0de8932949cd2886ed57d3f2, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x2524ceefdd4dbc711806e6543cc4fdf0, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x43a3bc554f9ef51adfa0a1787448170c, 0x8c470a22875f2f41e76793680911553fe2538273f348f6d7919159a4f4bdd9b3, '', 0, '?'),
(0x3083b908d6f361cd4fb55a49047c49e9, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xf057160b9748590720f102aec2b2b789, 0x117a1913495d8a5f1d8c0fc7b294a621ecae1362d188d736fc64ec750f59d933, '', 0, '?'),
(0xcc997efcc88cc3ae2b9de4ed6279c881, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x107ba5ec888a7ac01fc13b3521cb05d0, 0xf244d01a8a8eec4c89dea0ce9461a414b05d036ef49c0abbec8cd54c26e60a1b, '', 0, '?'),
(0x4b30b5f6f20dc5e996dc9063156ee7fb, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xec05323959c2bf2c4523f32f8cb58ba7, 0xc407209920fbb7683c29739cd43e2d508e7f987bf3ebee4b8bbff949ec009e83, '', 0, '?'),
(0x3f559eb5f603bdbc9a275f6c2e850f70, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x6f3e42f79809bf9fbd9113494e942d79, 0x0efee5686c8e085bc0bbb6bd86a712f1ab28bf016c7e9151f775df464db20993, '', 0, '?'),
(0xf712b6166778834189c8a27da1670fa2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x9904e9bd5d12e18aaee9c201ecc8a326, 0x1c911c16994b94f22302f20c404a55b07d469784181f8ec1c12cfcfee51d215b, '', 0, '?'),
(0x0fc15daf2a0ec12e0f3e6045f59366b1, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x6bd346a3a0c60c68a2e780810e312da6, 0x361f216f8a6df6a6dd8e5e8e172ec15e40cba8d10fd27637f10949e19c7d809f, '', 0, '?'),
(0xce6c2f1d3cc0cd55e7eb5a410e078be5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0xf857d5537afa4cff484157720fb4367e, 0x30afa87055ddd6eb67d79599472f8184841f25afb3277f84edeb5a6404d40a0a, '', 0, '?'),
(0x2d5cac8b5bd716b5b98610e84a92d7a5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x46e19231aaa3c609dd4d9ce7e1c85dfa, 0xa4eb4138dede7b8021a7f25699743c53908a7148a96f68de3486a5796042799b, '', 0, '?'),
(0x181db46f663fde33a8500bbf31f222e2, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x670122cca4112f184f949bec59a2b727, 0xca38e665ea549b65740d206a189c50f72fa5c04ae41086993c5ebe72d3a57a12, '', 0, '?'),
(0x9bf3903731d01bacc87d120a01fb14c8, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3192322b3b8f46c4eec5d0bd4e4d8392, 0xbe7786c51122b32a94c135a2551220544099e59c6e79c8b3c65e61a575bdb027, '', 0, '?'),
(0xc7e577aadb79be2aae58cd4f0a479ba5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x4ee9560f6c7e1cf286136d5b25577404, 0x18509671008083b493949a560e14157b7ce6306d003bd4dcd6329566064055ca, '', 0, '?'),
(0x573868b021c9a96baec4890c271d937f, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x1172a0185255ac62e22acdd20027b51d, 0x78edeed1f2053c1bd973a392425a9a329c6aa781524d27302524b9dc697b2056, '', 0, '?'),
(0x08e310cda51f60464acd14f65316b175, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x4b7a2b55edc1e48f1304c5b828ea355c, 0x383abd916f991d117f49f4392c81eabf3d7a05446b383bd17b417b861a69136a, '', 0, '?'),
(0x05c4490161bb0e0a0bd88e9a96ead061, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xcd01a2810cbe3e1aebf0b01a2b950f2c, 0x2a792498084d515b1571d3023a68e99a0122eec0f929a358544313000feb5c6b, '', 0, '?'),
(0x07f263598446b6ea9edf7de56a60bdb6, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x33828df191fdeb92620728e6b58fd09a, 0x6e3b883c0cd91eb109c795b02d57d5137493f95dce12c13c91731cb0ead675a1, '', 0, '?'),
(0xef75085f7ff48b8b08ffc2ca7e2100c4, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0x593d0a0b59e0b439399a32ad17f88f11, 0xfd97fb36a991b01a2f8888f970e27935eec19cd245f094d8adbda9ad4fb14506, '', 0, '?'),
(0x076fe6e0f1096c18d108d1b4c6016364, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xe6d7f80ab0c018a4404c6a87774401ea, 0x0daf380ffa64b3a09f87b2f01cd7381573da87aace18ee36a0e8460cfac88ccf, '', 0, '?'),
(0xa905effa7e2bd8711dea58bedb1d2260, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xc16f6151a1a4ec7c100367e23426cfd9, 0x1bb663c255a95884fdd4f12b895d1d577664de3df82ce315bd92845a30295cb3, '', 0, '?'),
(0x18e6d3c4681f5d08878243f980b2412a, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0f2749e2cb9e036146747a5c04c4c7ae, 0xb095add2ace51a0b41447316bd928e3586aced14b53fbda39144ef412f3c803a, '', 0, '?'),
(0xc55fcc186e80fca3b3c970b7bc9d6156, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x3e2a4cd6311ecacbb5a9226b2546832b, 0x1b5ab1f669e94ddb66bc558c76b1692de57d29f406f966d12286fe4d6e643f58, '', 0, '?'),
(0x8ea2e958701fa4dc10d3e78a7e304418, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x1ed057af6f65b17eb0906f42329e5f3b, 0x359f71f5aa53724cdf5d8d4f58bda5981e8b737188cdecf02b0b6c3c91c8c992, '', 0, '?'),
(0xb5413fe0995d5c38ab504d54c90f6c05, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0x16bfd043c542da29638ee061658392c7, 0xdf5b7d93beb144d8d5d4004f56b13a7e2dd41d227e6d421568223cc4f97057e8, '', 0, '?'),
(0x42e6ba501f891b58a157cce336e9cb17, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x20f5514111e44c9b92dcf39a9c86559e, 0x99dcd547b1a40a3c162e1a57870f72b4d8010e041ba301caaa10c7e3c398a229, '', 0, '?'),
(0xa65b27e92fa314d3fe08a23ba0867f94, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x9aae79503538cfdcc6a210950cb596db, 0x04a4d1187a3371531185d5f2543de5e49e8c484c3c0f591e3541a1e480234801, '', 0, '?'),
(0x1c6194409757725177b6cc5a0a2eee11, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x16addc917a8c673c4ee8f40a3f6f3666, 0x8ec17f190693528da0b0f44567f8583395864a4163941fec2161fa5fcaf4537b, '', 0, '?'),
(0x02cc201f88fbfec84b2069964493c174, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0xd8cae603cdc15a7a9a23190748e8e7b2, 0x6e5da8eb7893cb1d1bb6ba9daba41a5f0ed1aa6bd442b3042d61bd0426bdcc83, '', 0, '?'),
(0x5790cd4c6a0f4e2fbc40cfa2dfc6b082, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x54020998c4026e728d6b11169cef0595, 0xe5b33b5c05f8c2581eda81eeea192f303bbe9c51f25011862e934234c3f21ad4, '', 0, '?'),
(0x5f1fcc23e88bf1553170fa4753f2b316, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0x015ab08ac57274bdc2fd77fac9289865, 0xa8d2bf4408dc493cf55ec8691c326457825d4719e25fe42d122b04854138f357, '', 0, '?'),
(0xad3f46cfb8bdeb1cbca54186805231ca, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x99708b98d48fa66430c4e06c4e26372b, 0x5e1f730af94002472ca41dda960a3b7c3350096ed4942f0d7a1041dd220a6407, '', 0, '?'),
(0x822f09c1453a4bf252e5afa5c076028d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x971656c9c35bd753500b6b03168143fb, 0xfafbdabad985b1c5b4078bbc7d433ae5c3b83d807ee886de51c0283896d02451, '', 0, '?'),
(0x967a39bb09c560fc6433dd00c8496179, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe720c140dbca185e8da2b5ac384a1902, 0xa5e7d8bd8340a4bc422d4bf516b9c86de3e19dc32dc8bb1695df0e041ac23270, '', 0, '?'),
(0x1e42e30f4081522a0c47997846344e7d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xa39e27965fae3f1453c59f1a5dcd798c, 0xa4360e8bd0175b2df38a852c395952a172da0d59222df880616ef3b29136248a, '', 0, '?'),
(0x89aebfbc9c9147884714fda093ec6122, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0xbcfc142a4d5d596e4d04245ec3b922b7, 0x1285c0e1cf90cc4e1081d7cb066f854b7451ab56a0abab0d33a82dd8f379d92d, '', 0, '?'),
(0x61bf4a949272d3e4dd26c62d441f10dd, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x55a6aa6f8de77d13537d9d0bc196382e, 0xee24aed67303b607d30bf48883ecc83f3b66a2c4a03d600dd909dec426b9ab21, '', 0, '?'),
(0xa85858ef8e932acee1210832d67e02c5, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0xaa65623a196c782dd43cbfdd73393960, 0xc3c02c0bacc37b1c206d98995a85894256ebab01544cb1043b2ab402eece3c02, '', 0, '?'),
(0x71c52427368b6508e2fab6f72d57115d, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0x6e62f37809bd8b4243a7b03f82bc8f1a, 0xbdf765af914338c1260d05f6e612de13d9680dbbf23277f302285ed099d45600, '', 0, '?'),
(0xa3544c20eadf882c5dbdacd5a6866d81, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0x389109a481a2bdbb3a7b80e457f3ea65, 0x367b77f7bbb50c5e470b6baeceabc33235ddfa6293f3840de4ddf193ab84e688, '', 0, '?'),
(0x3e1051d16f86cc4466262e59c0490056, 'wp-content/plugins/wordfence/css/activity-report-widget.1637598990.css', 1, 0x00000000000000000000000000000000, 0x4a845e07783b7982ad82b0d463a1fdff, 0xd0d3a1aec166c5614d9a57762bf280a8579f1c257dd6ea9e6044f61f4ea317c5, '', 0, '?'),
(0x56337dbb0d2be654045b3c78edcfac86, 'wp-content/plugins/wordfence/css/diff.1637598990.css', 1, 0x00000000000000000000000000000000, 0xdc806709adfa09992492988b6072f351, 0xc0dc161d24b518cc68454a5e35343c249e02d3ad115963c312d7e1c2921bde26, '', 0, '?'),
(0x392b5efbd8ec68dae9210b4755d67187, 'wp-content/plugins/wordfence/css/dt_table.1637598990.css', 1, 0x00000000000000000000000000000000, 0x06e5674a626a9c4ac18e39b96b3a03de, 0x6f5b501cc24879d08a7dbde5ec7f694763ac7e94d03c63a51f447fec523a44ed, '', 0, '?'),
(0x27515e157b4068799a826dcda82013b6, 'wp-content/plugins/wordfence/css/fullLog.1637598990.css', 1, 0x00000000000000000000000000000000, 0x65c92e698b6015ab83ce81be55e7b976, 0x3ff53efcb03f68f4cebe5bb5c2b2ef50d8758f7bdb7075fa6102a0fe898b0e61, '', 0, '?'),
(0x0e9568af721aa897aaba3b2565982d78, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x32b47696ad1627b3cd390dc303e8087a, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x8f1a9f200cdc528fb3f7b95bd627dd3e, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x32727f7ddc56e1c4a5245ea58b896e2f, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0x5c91aeede0c605a437f6ee16b251806f, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0x94764fafd623e84aa54eefd42bec8181, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x12af1f8a3182db2a192c2252f9335872, 'wp-content/plugins/wordfence/css/iptraf.1637598990.css', 1, 0x00000000000000000000000000000000, 0xd065ba62662e84c20add565bdd785068, 0x154a8a8b2d0640205d11e1190b032dd0f28709d46371db17fae557510c2438ab, '', 0, '?'),
(0xbd97d6f533c8e4f32a5221c4fa2b29d5, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1637598990.css', 1, 0x00000000000000000000000000000000, 0x2965edf466d523a160509e7e37c4146e, 0x2d6dedc67aeddc6ee04eca1646fb4500d1ad5c7671eb9d734c3f975a121ab2bd, '', 0, '?'),
(0x7cdd82b1b002b52e9e790c0c9967d85d, 'wp-content/plugins/wordfence/css/jquery-ui.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0xc07d4ff1935ed73074474716e4cc5113, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x28cb3062839e0703b67dbf10a1f56e5f, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0x23f52fcc08b1683cc01b9e55d5f514a4, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0x0519f270cf4c39b692aee82c02028ec0, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0x0462924bbf308e0f62f6ba78d199155d, 0x34c3f5fdf9c70a96081063b545323d56937bc62be85c676f1f12d0859d4f87a4, '', 0, '?'),
(0x4b0542e3654a204fac6049c4ea5802db, 'wp-content/plugins/wordfence/css/main.1637598990.css', 1, 0x00000000000000000000000000000000, 0x1c7c382fb67f5f4e4e040bfaa98637fb, 0x70451428b0fb1c81342cf047a069903aa102b1554d4cac6b0e1b0535ef59a3a7, '', 0, '?'),
(0x4189e07b82b271110f5346ecf812df89, 'wp-content/plugins/wordfence/css/phpinfo.1637598990.css', 1, 0x00000000000000000000000000000000, 0x3ec5eb51f7d8e6218530772fa8e893b4, 0xc705fdfd618f407cadae490d3d1a5eceb5c2641d29885bb6b90ff886ce57b2e5, '', 0, '?'),
(0x5d63072c7fa19c9bf05fbb8530de037d, 'wp-content/plugins/wordfence/css/wf-adminbar.1637598990.css', 1, 0x00000000000000000000000000000000, 0xbce630d3c2cdc0c92243cfb7e55462dc, 0x68bb53e498b72a67a37f35b1b929218ffb95087df4bf07426c0b974efe450ce0, '', 0, '?'),
(0x409b4bb0c77a62a11338ad0c272e4b6b, 'wp-content/plugins/wordfence/css/wf-colorbox.1637598990.css', 1, 0x00000000000000000000000000000000, 0x08505829702183be4e38a66a0bad8c17, 0x6fa9741230b30d995032a1e8b14eb9adf3e6e969ccd7c24be6db758115a4e0f5, '', 0, '?'),
(0x2778a660513552cbfeb61807fd09f1d2, 'wp-content/plugins/wordfence/css/wf-font-awesome.1637598990.css', 1, 0x00000000000000000000000000000000, 0xb827c408ff4de4e7d98bf856b5aabf3a, 0x39393764498a4f75d62dc601f8f9f125656ed4bb15a031ba108fef84e9bed349, '', 0, '?'),
(0x4f508373f184f2d9a0108329130d6736, 'wp-content/plugins/wordfence/css/wf-global.1637598990.css', 1, 0x00000000000000000000000000000000, 0x1f8041446d7163ede8760ec519986439, 0x0792284fc0f7d39bcb80d49f4d41579dd6441503e330deb38c5ce5db354c47b9, '', 0, '?'),
(0x5cec6719ebf8f4f8b41f6675f73d5949, 'wp-content/plugins/wordfence/css/wf-ionicons.1637598990.css', 1, 0x00000000000000000000000000000000, 0x416c14a1b0738fdcca6ac0e2af831b7f, 0xd79296f09d930834cccbaec07604a812f9e308c1894de68e609756f7ebfd5af4, '', 0, '?'),
(0x120ae3b061a6bb1e8a244e3ccf6d4564, 'wp-content/plugins/wordfence/css/wf-onboarding.1637598990.css', 1, 0x00000000000000000000000000000000, 0x055e8a332323228dbe98b441e88a7e86, 0xbfea0ff8f1eaeade729d9470213b564c6f9af9c09cabff43ec106adf5b5d32ba, '', 0, '?'),
(0x335530f763f54f49d6a2e9d6919ac55f, 'wp-content/plugins/wordfence/css/wf-roboto-font.1637598990.css', 1, 0x00000000000000000000000000000000, 0xb8c15dd5ef0c0bf0184f0f8c75ddb59c, 0xf48a2bc5684a7e08bfca86b4aa2ae9ec612a14a0fd0fe247623637a70da93ab1, '', 0, '?'),
(0x85135bd52c71507909aaee39cd895e2c, 'wp-content/plugins/wordfence/css/wfselect2.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0xa4638a98cccf332c42f1141556c7c2e6, 0xa780da91f3743455d40c9622fc3bb974fb0f37e4ba1ac0014a791803d9726240, '', 0, '?'),
(0x70640656dde82e16a49d6da12a4e95a3, 'wp-content/plugins/wordfence/css/wordfenceBox.1637598990.css', 1, 0x00000000000000000000000000000000, 0x1b43bf90da5704599c7ee4489c23ec5d, 0x9a72ba8eb5a87bb5db1a498935994f319487a451dcddd38713a8a3d2f743dfef, '', 0, '?'),
(0xcd8e33d7a2e04a796ecefec4804d07e0, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff', 1, 0x00000000000000000000000000000000, 0xfee66e712a8a08eef5805a46892932ad, 0xe1fc2634220d519d6a580ce36d4e22e3c93f50be6f94cd5cb0c6f53f07b9f98c, '', 0, '?'),
(0xe7321a16f089207b44b75afd82b82d1b, 'wp-content/plugins/wordfence/fonts/ionicons.woff', 1, 0x00000000000000000000000000000000, 0x05acfdb568b3df49ad31355b19495d4a, 0x2aa1d75c26bf74e4ada80e5c08c309675416778fb089b5af2cc63183a91f7fa2, '', 0, '?'),
(0xf45acdeb961f51b521d5d0faf6ae2aa0, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff', 1, 0x00000000000000000000000000000000, 0x6079002378c473fa47ec4ab6d674b0e4, 0xdb41e172ebd0c4783f6a8e92018dd22387c20c43f546cb4f82472da253d6f724, '', 0, '?'),
(0x6a74bcd95ae1eadcbfee162c870517b5, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff', 1, 0x00000000000000000000000000000000, 0x729abcc2f819c1611516a961e512ee69, 0x7b4aae4ca0d9dfcdbb26d5f17b0ea9bd7ba2cc543a9aa5a3c2e3871e0f9d4208, '', 0, '?'),
(0x3e75b8eb99cab8852106344e32dac312, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xdb2cca3b4c8a27b31607b4646565b49f, 0xb619142b47fb547d15e46d292addcc5b92b5d3631f35bd5add4e2d7611193eb4, '', 0, '?'),
(0xc0c6cefbfa6dba01d07bb740af6d12df, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x186f4c46ca9234e5bc05d569ee0e2d2d, 0xc187a6436323315fbb9c7ccb1db75a201120bf8831188097c9bedcd5cf5978ed, '', 0, '?'),
(0xd395cbfd819604c20aa7ae0c74ca3014, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0x6d7047ccd1d76142fe9a4e583e9cf328, 0x25c12d2acea836469ec869ba0d1657cfb9894dd7bdac5749b185863a8f76fd44, '', 0, '?'),
(0x83d0b82b3a33e8586e4e88746578f658, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0xa5d401f5ecd87b57fc3705683e97adaf, 0x8409326d98e87787f3338d297a57670b91de767b410302668ae001487560436f, '', 0, '?'),
(0x473a5ab903d75d59217449afafa1dc22, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff', 1, 0x00000000000000000000000000000000, 0xda6a4937389f7b92b71c06720bc950ad, 0x556b85fae606b486bff45a1c4d073d4f4577a844b2948a7787e8207c1d49bc3b, '', 0, '?'),
(0xba5d4b1c7bccd9af07bce660d87bbf2c, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff', 1, 0x00000000000000000000000000000000, 0x2b45d2594815cded8f3c59504b3db053, 0xdb8bfc1f26f23a5ec1fdb147bfcdd72642888c840b32c3504387bf7ef7aff285, '', 0, '?'),
(0x7077e1d251841e4619e963d9dfa0622a, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff', 1, 0x00000000000000000000000000000000, 0x4024c67147b9326b35070824a1867a94, 0xd686462a60dd27eaab4f2074b57269523aed6a30e1f392571a963da86a808b05, '', 0, '?'),
(0x8bf384559e5d52b29adb102959a5cb6d, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff', 1, 0x00000000000000000000000000000000, 0x6efb6aaec0b9f430f6a3e21cfbe39b39, 0x15bc861af0d2a808320cc123b08516733ad5d0a00a0109097683f9c3982b6cb4, '', 0, '?'),
(0x343b600cdfaf7a8e3f09c57bc79e4001, 'wp-content/plugins/wordfence/images/2fa-whole.svg', 1, 0x00000000000000000000000000000000, 0xfcd168c2bbf1dfdec412241a506658b2, 0xf7c6aac99dd8d31fe57fcb555b5a7eb7cf5ed864148f2708e058e8d9aed6cadb, '', 0, '?'),
(0xda3210e08e362ccc9e7c6b65874c0a73, 'wp-content/plugins/wordfence/images/2fa1.svg', 1, 0x00000000000000000000000000000000, 0x2f29dd1c685c2068a80c1047e6af38fc, 0x1c43d925f13085067a296620fdb6b19040ce743ef58ac9b67b5488d938b76f8b, '', 0, '?'),
(0xd84a3d5227ffac02df745ef49f7dfa0a, 'wp-content/plugins/wordfence/images/2fa2.svg', 1, 0x00000000000000000000000000000000, 0xe4be191fdc07ee8ad40e06fb00bf9448, 0x6eb870f58cca85b9a8fc47ca13bf30d5364b0b1171c14a5d8ceebec304be4afb, '', 0, '?'),
(0xe6a798baee37dd5ef4bb1362b30822b3, 'wp-content/plugins/wordfence/images/back_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x68d901c2d467d8faef69eee30406863e, 0x8ee48f9b084ef337d367ce8bc43fec4662217d84adddbfb0dd43a803ade9b387, '', 0, '?'),
(0xebc8c4d7ae46eeea70de73a5d834a311, 'wp-content/plugins/wordfence/images/back_enabled.jpg', 1, 0x00000000000000000000000000000000, 0xa1a1f1f85d07c8f77fa394d248038ec3, 0x14b9beb639ed87a52952b524707823af108f71208efeb0a398c77b234cf84fba, '', 0, '?'),
(0x88a9b40f08f76eef0af500dc812d6911, 'wp-content/plugins/wordfence/images/blocking.svg', 1, 0x00000000000000000000000000000000, 0x07a31618272d489566978c980f3c0b31, 0x4111358459398eaee000b6f34fc47471e4d0964c5c1fba7d05cb61bdd426e2b4, '', 0, '?'),
(0x5e79473dda9c4667073b330591c3a1a9, 'wp-content/plugins/wordfence/images/button-grad-grey.png', 1, 0x00000000000000000000000000000000, 0x95c45243ec1d1cbfca547908d5fd3fde, 0x44defa80c3c108d648d97eb592b49d057f1fcfa8a250ba5fe1a77b8d21cad702, '', 0, '?'),
(0x4e379741e4b400c26e6e56bed69117ed, 'wp-content/plugins/wordfence/images/checkbox.png', 1, 0x00000000000000000000000000000000, 0x22b30ec8470dfb18367cf48898801527, 0x90f082797e6077286ad77e01de3deba4bc26b7fdddb48adfec51113e605ede78, '', 0, '?'),
(0x6fe4d9c008dff9598ac6da8594cc58bc, 'wp-content/plugins/wordfence/images/flags.png', 1, 0x00000000000000000000000000000000, 0x5737cc2003828c28d0cbbf21ad1a37d4, 0x427808f630254c79b53690f805fa05211e97f3585c7a2f3ca06eb2363d1a57c4, '', 0, '?'),
(0x2ea645c71d5b4af5cf6c039e781ddfe3, 'wp-content/plugins/wordfence/images/forward_disabled.jpg', 1, 0x00000000000000000000000000000000, 0x4d5fdad65a3fda4e29bad28aea3adc35, 0x9bae802fdf3c3e4f26df1d06c8950e1715034a521c1fdd8765c47d9a28bb9b6d, '', 0, '?'),
(0x98006814ee94114b669511018d00f0f8, 'wp-content/plugins/wordfence/images/forward_enabled.jpg', 1, 0x00000000000000000000000000000000, 0x55002f336534651399cfd70b8308def6, 0x30bcb451377f3031163897deaa392d967a39d8bd71f0d3145372c492d350f5d3, '', 0, '?'),
(0x15fbf7dee7aa92b775a3a10d5a4a572b, 'wp-content/plugins/wordfence/images/help.png', 1, 0x00000000000000000000000000000000, 0x244ec7fc3b27fd874dcfcff9f2205901, 0x96efe91ab23700d9e9a472c2802f69a3d27a3b6b692c9b3d4c9b5abf67998d99, '', 0, '?'),
(0xd998dd2250b4dc9ef7c62c83171ca9d8, 'wp-content/plugins/wordfence/images/icons/ajax24.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x278b16fcbb9e20986fc8138dcd539d8a, 'wp-content/plugins/wordfence/images/icons/ajax3.gif', 1, 0x00000000000000000000000000000000, 0x6d1877dfdfb474ea8d93270aa4f1ed73, 0x9c641c7ac9ea0aba79014ba3c6aea8e89227235dd27809564a52f8a82e3d063a, '', 0, '?'),
(0xa1ea79ee1326619241a037c25d0e446d, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif', 1, 0x00000000000000000000000000000000, 0xb4cfe025babba9420a670fa03285893b, 0x14442c85411c141da34ac0edc083bb6c4f0853827f1c70a265d887a326aadac6, '', 0, '?'),
(0xbb06d202c934fe991cf589f93d8eb811, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif', 1, 0x00000000000000000000000000000000, 0x91ca96b4d1b4adf77e66fa0efa9e69c1, 0x8fdfa97f1630bcd48df211a3d5d1a6aec6bb480a0f891b958e0f8bc0c2a13bc2, '', 0, '?'),
(0x6a26ba563199acae36139334aaafebe2, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif', 1, 0x00000000000000000000000000000000, 0xbe1cede97289c13920048f238fd37b85, 0xefbeb1cfdc6e97d1bfb930637e4efcff72e6f14175f3677e16ce948fcee04914, '', 0, '?'),
(0x28782a4aa0fb852c854cc39b6ee73c4b, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png', 1, 0x00000000000000000000000000000000, 0x6b95778460f660aa7c08f47d244780a7, 0x75a42f322f9dbc8cbb4091489e5f490e6c689599f315b82f8f0861553a14ab09, '', 0, '?'),
(0x365b66c039b83f869307171812205fc7, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png', 1, 0x00000000000000000000000000000000, 0x4a26fbded3c98c8afd0feceed494513c, 0x31b5fab14e1edf97f7b992fad78d3f2a8069d7c3ad210e46fd4d1c70e8395e2e, '', 0, '?'),
(0x5da5a4ca2a85a48f0c85ff038f4a0b96, 'wp-content/plugins/wordfence/images/icons/email_go.png', 1, 0x00000000000000000000000000000000, 0xbaaa6accd945fcb4480b29ab2e15bded, 0xf7bd2620f47143315155b45f2e4fd8ee0433bfc2cbf2312126d0e797dbb4aafb, '', 0, '?'),
(0xa0b88b08876025fa927bcdfcd22b9bf3, 'wp-content/plugins/wordfence/images/icons/error128.png', 1, 0x00000000000000000000000000000000, 0xc93ade152513130e37f721c1b4042ed1, 0x7b68002c8e195df37af16b931556ee7bd297a2366e7f470ac003789aa97339ea, '', 0, '?'),
(0x7aa235b72a1a41445a436bace16aae92, 'wp-content/plugins/wordfence/images/icons/magnifier.png', 1, 0x00000000000000000000000000000000, 0xa81fa78d754fae7b3a71026356e3ee27, 0x0e99206174bfbf769dba6451c3eba83028ec496aaec696904fa7a2152465282a, '', 0, '?'),
(0xafcea17ed7df93fe3afde8e0c2f8656f, 'wp-content/plugins/wordfence/images/icons/tick128.png', 1, 0x00000000000000000000000000000000, 0xe5c49f8bf86319b7680b3422e8dd10ab, 0xd6d2fbb2e70c5693f87d5820657e47145b43a9e5b386b6e335169bb2a58ab1ef, '', 0, '?'),
(0xff3b0860ba2472e79fcbd124b39ea63d, 'wp-content/plugins/wordfence/images/icons/warning128.png', 1, 0x00000000000000000000000000000000, 0x70cf47c01949d7742af693c6ca4e703d, 0xf9b9e4de2a10932f82d81f1fe404c8be739bf874e841fe88b8d27f7d2e62275c, '', 0, '?'),
(0x7503ea36eac834457ef1f83af01b12ef, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif', 1, 0x00000000000000000000000000000000, 0xbfab9ce9564691a0eb7b4e0910fe2747, 0x846658baee525a827c3a1b4f8562a0c73d1766ea5b7918dfdb7f0be135207e09, '', 0, '?'),
(0xaa58e0e1401bc1d425bd310c4384c169, 'wp-content/plugins/wordfence/images/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0x83a83f08e70eacda7a36a497db61447a, 'wp-content/plugins/wordfence/images/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0xfd4b056af21818e2aa160b68ba91e8f9, 'wp-content/plugins/wordfence/images/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0xefbe9802518cb9a97ff7b429420aeb2c, 'wp-content/plugins/wordfence/images/loading_large.gif', 1, 0x00000000000000000000000000000000, 0x8259bcae7b114f628955577ebc59cb99, 0x7038f12797f799097497cfdf3a8451df6f5d7b354731e5e8e3bb19c545bec711, '', 0, '?'),
(0x1873e299bc7b4452cc5ba56bd931fb49, 'wp-content/plugins/wordfence/images/logo.png', 1, 0x00000000000000000000000000000000, 0xb67a4689e5de80570bd50d6ce17e3617, 0x56c97b938951390fef5609b186e6fcb0b7124a0958160299718886d6da806393, '', 0, '?'),
(0xe47a5e7df984c2a46868330d9e887705, 'wp-content/plugins/wordfence/images/options.svg', 1, 0x00000000000000000000000000000000, 0xa556c9f0d1b4aec7f31707bb4103efa5, 0x443ac2106277c3235e9b8f80cf34ac42c04b4950893f08097ac06e8956cc5f19, '', 0, '?'),
(0xeb8178b044aa2eb6e1da6d7e3c19d732, 'wp-content/plugins/wordfence/images/ratelimiting.svg', 1, 0x00000000000000000000000000000000, 0x005b7f9bec4db1c99e1ea579500fb0e9, 0xf44083ea0cad0cf453c4e77927e84e2b996be942c0bf33864a21501b62c69695, '', 0, '?'),
(0xe8f287f251cb6fb5482a04b982c028ef, 'wp-content/plugins/wordfence/images/sort_asc.gif', 1, 0x00000000000000000000000000000000, 0x2cb8bb49a7c52bc6bea0eafa7f3d80fc, 0x64b943ec1b5402bee8b5da1d85ee65262c29d1b4fae04647ee1a64e39d4f4ec5, '', 0, '?'),
(0x35a137f04e09433d86db2dd8179c63c4, 'wp-content/plugins/wordfence/images/sort_asc.png', 1, 0x00000000000000000000000000000000, 0x9326ad44ae4bebdedd141e7a53c2a730, 0x4e970f51d31e2aa091545a251450bada2581eadd6adc91745a036e2f9f141d7f, '', 0, '?'),
(0xc96c589477c1f3014207f52a58a757f1, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif', 1, 0x00000000000000000000000000000000, 0x4f7fc9a7c5fecd2ad25812ffb2db3965, 0x06af76891a04fe7c352e59581c20a982f789a4181011f25a079605e9b981c5b9, '', 0, '?'),
(0x9178c35f2c5b98d40e3589891e0186aa, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png', 1, 0x00000000000000000000000000000000, 0xd7dc10c78f23615d328581aebcd805eb, 0x9f8bb2fb5b386cdb59f4a2ece519636b6cfedb09998d75234b56d9c6100c896e, '', 0, '?'),
(0x3f59768e71015fea7f97ffb3dbae584f, 'wp-content/plugins/wordfence/images/sort_both.gif', 1, 0x00000000000000000000000000000000, 0xc5e1250cd942ac511678c153562e1044, 0x92a884f936c6c21322407f58db67271fe65737ffb077f4cb674a99901cdf7110, '', 0, '?'),
(0x0937acae1df8a6d718ee1de305660960, 'wp-content/plugins/wordfence/images/sort_both.png', 1, 0x00000000000000000000000000000000, 0x9a6486086d09bb38cf66a57cc559ade3, 0x7ec225eff1db898e251f8f858b0e3ef6f5fe88426cb26f8775b74929c8893767, '', 0, '?'),
(0x37c063f72e0c245021d7228cf2b99a86, 'wp-content/plugins/wordfence/images/sort_desc.gif', 1, 0x00000000000000000000000000000000, 0xa93c84aed56aff8c5fb3cb8a04529d32, 0x2a86effe2df539d42eb9fbbe48474f16362f1203ee4cc2293a9043d764c37ae3, '', 0, '?'),
(0x5a44e1b0073a2d68d0247be38d6d61cf, 'wp-content/plugins/wordfence/images/sort_desc.png', 1, 0x00000000000000000000000000000000, 0x1fc418e33fd5a687290258b23fac4e98, 0x0462c645d49ae7428a233ac228b223ee3d5f28c5041a809fda7ca08b55e623c4, '', 0, '?'),
(0x787997210ee0f8f471c129f62ecb8922, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif', 1, 0x00000000000000000000000000000000, 0xce6d8e848695cd9fca08e472d1d62039, 0x073b09d15ff659efe0b7ed748a374bdf161dd57397956d43f8de0de5e0caee6f, '', 0, '?'),
(0xfd7573db5407c2ad42e2fab5e4ac420c, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png', 1, 0x00000000000000000000000000000000, 0xbda51e15154a18257b4f955a222fd66f, 0x5e2a1fc76e5ed7006d2ba68b214e6bcac98c0b130cf39f18cf2fa9bfd4af5e6b, '', 0, '?'),
(0x6f275244172d94dc0001b6b1a16f89c9, 'wp-content/plugins/wordfence/images/support.svg', 1, 0x00000000000000000000000000000000, 0xac436ce21624a38772bc93a3bc6e3c2e, 0x8eca241ee34dfba1d4aea626e6e2c328e1a99873acb5145e0916cfa22a4ec0de, '', 0, '?'),
(0xb450433cc2c2091bbacedb766ee05238, 'wp-content/plugins/wordfence/images/tools.svg', 1, 0x00000000000000000000000000000000, 0x871ef28140631549dc181118dbcbe1c5, 0xdcea5984e63ddce905e10bbeeeee52428f2915097ef2ebd70cef82dc96dd9f72, '', 0, '?'),
(0x4f2bfdaddb5b9b4942f78ec96d896d27, 'wp-content/plugins/wordfence/images/wf-central-logo.svg', 1, 0x00000000000000000000000000000000, 0x71e0080b1d1228cfc556d1a481aaeaae, 0x00117b0daadf98b24a2fd720f85e862be11ef52cceec5399d007bd8b9fe18d0f, '', 0, '?'),
(0xc640b3f03a3ca2056f7c134a2d65b41f, 'wp-content/plugins/wordfence/images/wf-error-badge.svg', 1, 0x00000000000000000000000000000000, 0x89455174c4d87309a14d7abd79a6f7e1, 0xbfe5a8e6ae9946a6ce1960c461a4dd80de6bb6ddc86d45ed51b4a52b7ea40ee7, '', 0, '?'),
(0x23ab2d67e55c4c2533ec53dd8b42230d, 'wp-content/plugins/wordfence/images/wf-horizontal.svg', 1, 0x00000000000000000000000000000000, 0x45255a886cb5b06f0439cd928c9e9dde, 0xa4b31c3009ffb7368208d3adeb49769b9ce017b5684a1410ec98ec60e4eec7d2, '', 0, '?'),
(0x46f55697c8ebf7c1b94f6425cb7c758b, 'wp-content/plugins/wordfence/images/wordfence-logo.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0x4584bb28fd7a5241313b654ec7714433, 'wp-content/plugins/wordfence/index.php', 1, 0x00000000000000000000000000000000, 0x32c101e865d8c2c2aaadeb5cc6c16f67, 0x839720a98a6fabece9b9164da24a2391417c98df8ef519289edd3b0136520af0, '', 0, '?'),
(0xf02173121b210bdad62f3013da805fca, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0xbaf1f3355d948a64eec0a0fb648066dd, 0xb9d63ec5e160159d89fabd7fb4b04e4e05ad60eb4e224ba0d39e639f6b473c3b, '', 0, '?'),
(0x9b7a421508f49652a871afec0546225b, 'wp-content/plugins/wordfence/js/admin.1637598990.js', 1, 0x00000000000000000000000000000000, 0x19cea5fd3c043f883ccce84126ef8303, 0x7dd99580a087fb0f821a9e483042cd7657b5de591c70173abec4ea346ffcfb33, '', 0, '?'),
(0x5fd7346e03225467e5e911a87d39b191, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1637598990.js', 1, 0x00000000000000000000000000000000, 0x4ecbe3f0e79bc5af29e9f4ed1986e2c5, 0xde27837618afe1a6b8f1f8c1203daa1ca3c72758b86b17ebcf3c3659539474c4, '', 0, '?'),
(0xbe25df652fe21c5677a4f619dc29bc41, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1637598990.js', 1, 0x00000000000000000000000000000000, 0xda9755965f7c1cf2243eb21db6923712, 0x77528e75e5735871f180ec73da61964f46761b519779e48b08c5812318c5cddc, '', 0, '?'),
(0xad6b9e243738d837fb2a5786d0812d39, 'wp-content/plugins/wordfence/js/date.1637598990.js', 1, 0x00000000000000000000000000000000, 0x7f8cf4d56a9dbd50be4552d05faf63c0, 0x8f80420c3debe83006d51f64c6a9224289745563a8b95e1c31803e9671260bf8, '', 0, '?'),
(0x0d9fd40dd3325d42e6bea2e6870f431c, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1637598990.js', 1, 0x00000000000000000000000000000000, 0x38399d22ebee7a7af8c256762aced85d, 0xabdb8625256ced3a4ac4663cc86271e3c5509d96c2507419cbaf7ddf9d22d566, '', 0, '?'),
(0x0870d81917f809c18934ff1307807dc8, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x5935b13de7f7cc71ee03fe29908f96c8, 0x48a6d6345c19bcf376f7e20b072f588c479bf7154b86bf9713069d3a676b106c, '', 0, '?'),
(0x03324e556e80457c25f97f05004562e2, 'wp-content/plugins/wordfence/js/jquery.colorbox.1637598990.js', 1, 0x00000000000000000000000000000000, 0x284f88302505368c1039f365a733e56a, 0x7b1be24cfd23ed0d989d075de0fd0a674c38502cb5fca24097ea49722c7b20c4, '', 0, '?'),
(0x4629a1073edd2258684f47d08db31a40, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x0e123c5cc2f4201c8305cd9507b768a8, 0x76e6416f3bfcef8ca47544cc330e249b5742393505eba35f229db4f4b120b318, '', 0, '?'),
(0x9509609a8bd902cf5f8d66006ccd37d9, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0x7b6e247be50b39a6acfe8dbe29eb05fc, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x9100c215bf61b3e8cb4e35440fe9b088, 'wp-content/plugins/wordfence/js/jquery.tools.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0xd13a0e2db7e10645d5a078a124e0b842, 0x2cb934d67e6154956c530c20816651034f0966f8d7e45405d3b5b7d63bc2dd29, '', 0, '?'),
(0x7273c3b74037a83dc09413dbcc7fa2d7, 'wp-content/plugins/wordfence/js/knockout-3.5.1.1637598990.js', 1, 0x00000000000000000000000000000000, 0x0b0128ab9e61554877cbb24986c24f04, 0xe307b3caeb7f26811c240eccf97a0cdc1de83b6f2cfde0ba348763619891a6ff, '', 0, '?'),
(0x94e34b1dabfc004e3bba9778ca7da029, 'wp-content/plugins/wordfence/js/wfdashboard.1637598990.js', 1, 0x00000000000000000000000000000000, 0xa9a3d4bdac509facb0cd60df1d7b69b9, 0x3d50af7ad772941e8a8a21e03f771ab42f6421b7bd4cd3aa12c41dea9d3121b7, '', 0, '?'),
(0x2e2e538a1e6ffc461802b0a4de233aac, 'wp-content/plugins/wordfence/js/wfdropdown.1637598990.js', 1, 0x00000000000000000000000000000000, 0x8016bdd1e1d872700bf4eef763271abe, 0xe2e09f5347839673383bae5aa221b2d7964ae18475c631b77a180e3fabbf8418, '', 0, '?'),
(0xc896f5ef7e2ad27592c5320b4fa5e9d9, 'wp-content/plugins/wordfence/js/wfglobal.1637598990.js', 1, 0x00000000000000000000000000000000, 0x6a662791103f67c06d3a9b1dc30fb97f, 0x58e4631a5d5240f80c9de40b0231108a7177f72912d26b6ca95107b8ccdc51dc, '', 0, '?'),
(0x295d584afc17ef4cfcc203673d29a206, 'wp-content/plugins/wordfence/js/wfi18n.1637598990.js', 1, 0x00000000000000000000000000000000, 0x692658441645eeccf2ae70192f4eef1e, 0x475509139a8b2a8ee86bf6502ca13ad33f2b7d78904862b735ffe4b0e1ac239d, '', 0, '?'),
(0x208934571e360baf5d712a708964c7eb, 'wp-content/plugins/wordfence/js/wfpopover.1637598990.js', 1, 0x00000000000000000000000000000000, 0x3be30c266dad0b41c4686c4d06505a58, 0xb004ec0c5f2e56e8a28f95ca178e5802cde334104eed695fd2fc6b3dd4e64333, '', 0, '?'),
(0xf06cf6394e173a020fb745fda1ea71cc, 'wp-content/plugins/wordfence/js/wfselect2.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x4a9e9dbef69dfc12a521902ea1e7d769, 0x6c9e6b7d5bd9f97f5a6a41de2e211dc1f81c3d012b35a82bb41c7e71e7112031, '', 0, '?'),
(0xe552abb90f71b12076f6da077a0d5055, 'wp-content/plugins/wordfence/languages/wordfence.mo', 1, 0x00000000000000000000000000000000, 0x3003259b0cd6efa53d58a6d3bc2f90ab, 0x5db725834ea338ad8adca0b0d4eb9fb7efe18d5f863b85a90d44b92c11659fde, '', 0, '?'),
(0x34b5a7d8582e2dd3b29feab50a410e4a, 'wp-content/plugins/wordfence/languages/wordfence.po', 1, 0x00000000000000000000000000000000, 0x04105d003bfb29eb1090df81257e0b17, 0x1e7be33b93780f5b3e217d9482ca7609960fdb1bbf1588546ac067a5689e7598, '', 0, '?'),
(0x528eb51cfa313f99fb8859d3564474bb, 'wp-content/plugins/wordfence/lib/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1c9fb827fa8f4645109f419676514d76, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php', 1, 0x00000000000000000000000000000000, 0x3e0db019c3355d78564919d6278c69b5, 0x1bd5ec47acbadd85279921108d0cf3c259ae45ac33acdc503561648bba4dbeff, '', 0, '?'),
(0x790c8aad813189e22de8862f6649d7a0, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php', 1, 0x00000000000000000000000000000000, 0xcae330390d81c9986197640bb7a3f850, 0x462a154fe0d09e715eca6cd7ca677ab7828f2c493fd462ce52ef5d4bc2d6b345, '', 0, '?'),
(0xeb2d6eea242eff230b0b6725c47dddf7, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php', 1, 0x00000000000000000000000000000000, 0xe52014c24f0bd99143488cd89673ba20, 0x705898dc07e975637bf02d08e34bd78fda98a02f4f6e0f45309c9a8407294a42, '', 0, '?'),
(0x60bb6330af089ed95cf9e2eb9533e68d, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php', 1, 0x00000000000000000000000000000000, 0x1c093e0bc25536c6aa67fdb376c86603, 0x5210eb26731e58243623de028e895f1da3c1cebdedbe4adf1e7cc4fe62308a6f, '', 0, '?'),
(0xdb964a8f427785431198a17c7f4df476, 'wp-content/plugins/wordfence/lib/Diff.php', 1, 0x00000000000000000000000000000000, 0xa535567a59b35daa23795295db4addae, 0x59c14dc1227a2974cf96a98216d62a6389774c00a282fd91b43177246483f3fb, '', 0, '?'),
(0x1191d4b88003a2251a44e98e79f3b35a, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb', 1, 0x00000000000000000000000000000000, 0xaf09850bc8cf45fef2b357d51fffb5d0, 0xc774ad8250ba3f43757478607760be4d4fd9d97951b6cb2e4aa4471c100fa2b0, '', 0, '?'),
(0xd6cf4a1dd8fbef21ac5b5736dda7e9fd, 'wp-content/plugins/wordfence/lib/IPTraf.php', 1, 0x00000000000000000000000000000000, 0x86ab38f977de5658af38be9b7e24f2f6, 0xafef03a0a925ef1cca03f5ca0b6dc2fcf9e8f2b39aab0b2d5bab003a8826a0fd, '', 0, '?'),
(0xac5e325ea3549a9d3ac86d4a87f83aad, 'wp-content/plugins/wordfence/lib/IPTrafList.php', 1, 0x00000000000000000000000000000000, 0x1211554906cb0f267f92940f20a79f49, 0x9b0f6112856b2a611c0da38187f4d974d2b7cc20bdd8041cc2be8e5ed44ab34f, '', 0, '?'),
(0xeb61b68e02752239733f824880f8c6e5, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php', 1, 0x00000000000000000000000000000000, 0x83fc2531f914730fac987f15a5c38b47, 0x45948457d9b3a63fcc34e8e88540553fac1c3089018005eb62500b1dba2be668, '', 0, '?'),
(0x4b15be8d06e4f7dfbae186621ca41c13, 'wp-content/plugins/wordfence/lib/compat.php', 1, 0x00000000000000000000000000000000, 0x3eeeb511e3f8ce7af07814948a438a7d, 0xbe191f1f4edc93bb231864d274a4422122144dd59e01ff3d3dcb40136f8213b2, '', 0, '?'),
(0x1ab53b35f51c1328819e4ff24fd652ab, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php', 1, 0x00000000000000000000000000000000, 0xe1feb5c79b8807a1c60efd6c6d884421, 0xd61427df398b0d398a006f7cf3eb1ad8c0a7059fdbf1de7c9d95b708bf301b4b, '', 0, '?'),
(0xb2f97a766f3af8b7dc1442259abaf0f5, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php', 1, 0x00000000000000000000000000000000, 0x4911c368851583ae25752d17439d00c4, 0x2259c2a42636485518be5ee906b727fd24b19e08e53d5f3b1e3efe02b0a70be6, '', 0, '?'),
(0x0dd297e872d7be8820c103b9ce0a9c1a, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php', 1, 0x00000000000000000000000000000000, 0x24eb400187e6adfffcdeaf0b5d9cbb26, 0x376150b1f35c54e201a0e5a3e92253e57ab7b1de4ace2662d507d9b8c2ae448f, '', 0, '?'),
(0xbadf24e1846f93ac31d60f54b3325d6c, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php', 1, 0x00000000000000000000000000000000, 0x9b099bc2642a57b7cb7f82ffc331679b, 0xc72b71d27e3b6680455fce23d15d49b7568d025cf06b3f6cb695cbc39dcf9ee9, '', 0, '?'),
(0x5773e5e7067b4ece685097729ae3bcb1, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php', 1, 0x00000000000000000000000000000000, 0xe177e08df0b739ca363422f26b819079, 0xf858f90f938c95d6f305cd227615d1f992108bc42d2abcf4a3edadb7baf8f133, '', 0, '?'),
(0x0865d89ff776a48b14e3e7acaa8b456a, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php', 1, 0x00000000000000000000000000000000, 0xcd200bbe5577594989e4497f7fd07de2, 0xbdf8bf0edda00de9f1da9755f244f45054c1fbc9562b3680d15e3a322183d8d9, '', 0, '?'),
(0x089f13fa834ce2d42e8f0ade01773b5b, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php', 1, 0x00000000000000000000000000000000, 0x0c124509346d1dfa0359d73ec06095fa, 0x16d923b75fa7075bd1b8be0c17ee407511b84861c6282b6a3e561a2bba715b56, '', 0, '?'),
(0xf2753bc88c30e5719477aa9c3de0df0c, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php', 1, 0x00000000000000000000000000000000, 0xef2b36a00c9df0b1ce804ac27f6801fe, 0x292c6f1f6c9e8d5292cfccca5a4a1dffd21d65549b28799020eb35aabe8bb22b, '', 0, '?'),
(0x6b3684fea02ae2dcdf489c098c75d9a1, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php', 1, 0x00000000000000000000000000000000, 0x21a62c645c09ba955402613bf0b1f552, 0x8915da37e823c87d3556d9f5005ce6c61a4f073f763fe2ec110ec2f4c041d48d, '', 0, '?'),
(0xcd29c4c503e4f2009f65875fd4353dab, 'wp-content/plugins/wordfence/lib/diffResult.php', 1, 0x00000000000000000000000000000000, 0x670ee85120bcaabded668dfa1637c546, 0xf5d28e93ce45d402f588f3d88a3e5e216abaa1004f9280c66312618ab45eb0d2, '', 0, '?'),
(0x230a1cc1f42f86db505a177e6884cef8, 'wp-content/plugins/wordfence/lib/email_genericAlert.php', 1, 0x00000000000000000000000000000000, 0x2b492a6b0743fb653bd050b8a18cac53, 0x038aa05f275c0371c8cbfc4630b48b7bc6fed0a246d10d0fd219832ee6a04f4b, '', 0, '?'),
(0x139bbba0c60fed4665b1093504375be9, 'wp-content/plugins/wordfence/lib/email_newIssues.php', 1, 0x00000000000000000000000000000000, 0xe81c71ad9433e5b29bb875dc60b74174, 0x036d295468dc298102223d3ec4fc2361afd6d25a3b563c0060d768099435b077, '', 0, '?'),
(0xd7e45ecb75a9ade2cb7d9d47bbd41514, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php', 1, 0x00000000000000000000000000000000, 0x1881f0a4ce817ecd9ff1ecfe616bb1d6, 0x751a1ca006671e247d036f1ba882fbeb62c4848df12b0da0e30ab803bbb138b2, '', 0, '?'),
(0x6500c0cdfd9e68f34c89fa89d189b8e7, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php', 1, 0x00000000000000000000000000000000, 0x041059c1e2d8d1b1c6945579a4fe7b9a, 0x706199fe8a100fc2698cf10576f6c2494e1d612725d6e266453f9f4d76f810d0, '', 0, '?'),
(0x14ef2a512e09d62d63de25ce10114416, 'wp-content/plugins/wordfence/lib/flags.php', 1, 0x00000000000000000000000000000000, 0x15f61b69efcb63d2e7a3adb59263f02d, 0x38b659b8d6434fe5d7f89930f76a7ba11a78a4a41244f2c496bf149278aa4fa7, '', 0, '?'),
(0x24e407ce2d237160d06c81245784db89, 'wp-content/plugins/wordfence/lib/live_activity.php', 1, 0x00000000000000000000000000000000, 0x9efee6690b6bb311111518ea127f9973, 0x5e268656f06299c72c9b1c9573d7c4425e06ed9752a31334bed1b89083a9c556, '', 0, '?'),
(0xf264ed54016fc8668bf6d2b7dc621853, 'wp-content/plugins/wordfence/lib/menu_dashboard.php', 1, 0x00000000000000000000000000000000, 0x955fc728c07b5d93f434a8f22517aca1, 0x7fb8670dfe78468020acf8da98ca324ccc37ecbcba4b3089279904d43f1fdcd5, '', 0, '?'),
(0xde92b63f49f1cea96925fafd67c679c1, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php', 1, 0x00000000000000000000000000000000, 0x41a71ddb7eb3f50bd494cd54b2b77671, 0x05f739dbf50b1bd74666578812724fb23b8f4cc09d6adf65ec8b32aeaa5fe2bd, '', 0, '?'),
(0xae1257ab87b57f50e697835e71f07980, 'wp-content/plugins/wordfence/lib/menu_firewall.php', 1, 0x00000000000000000000000000000000, 0xa99ce31d3558a1f05095faba4b9b9da5, 0xe8538de9cf50901f8a85418e5fc76cf157fdb13284951e193f235f0d51e27897, '', 0, '?'),
(0x16339564fda483e2796ae4e9dfcef356, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php', 1, 0x00000000000000000000000000000000, 0x404f1c3cd42e3c298224c3f7de93c1b4, 0x1a02de9b708a8dff0907869ce43e12a602e1422a2702bce35ec0d210968c54d5, '', 0, '?'),
(0xcdb613946aca83e0b0b118fdffb72da6, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php', 1, 0x00000000000000000000000000000000, 0xbe3ad8af5f78d1f04f30e1388789f258, 0xaa5bce7cec72b53b98f9e2d5f69eb9c9c6b8aef210921ba56cb362c3d4c20951, '', 0, '?'),
(0x3663c06286a36b6bb7d66933b940fa48, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php', 1, 0x00000000000000000000000000000000, 0x12c7eb6d7de923603aaae1506f022fd9, 0x81289e9bcb958b3d394c942fa8db2a6d9e2c0e7b6fd637dcba68565407f5da5c, '', 0, '?'),
(0x30d064dba65a50c9f832f11ebe6feb88, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php', 1, 0x00000000000000000000000000000000, 0xf8d58d24068a8fd1e417361502bc22f1, 0xb79c5e68271d7a945b97e16af98d0c97d38a251a8d7006c3a3078eca6a2ed653, '', 0, '?'),
(0xba574ded8acb7b68a916f8dac0289d9e, 'wp-content/plugins/wordfence/lib/menu_options.php', 1, 0x00000000000000000000000000000000, 0x5396e6c8d1d3f565f1da8954ff619d87, 0x0a53acee78ea42be5bc6cd29c9a94c9236db963e96dcf248cfabdca5f3ca190c, '', 0, '?'),
(0x7aa88b8fdf3820104cf27b9fd3f57105, 'wp-content/plugins/wordfence/lib/menu_scanner.php', 1, 0x00000000000000000000000000000000, 0xee142fd8b574629f61ac82e330862732, 0x4a94ad2a652a83ba30afd871437327474f2e7e1b72ee31b14f6d53cb077f8134, '', 0, '?'),
(0x9f497c9b4b16390c7fd528d47b73f558, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php', 1, 0x00000000000000000000000000000000, 0x7d9d9fcc0c970094bab11a0eccccbfd4, 0x7ce9ac3f627ea9061119aaa0bcdaac95ed289dcab9d7ba3b116c7fc74739b0fa, '', 0, '?'),
(0x4fe5ebcf11cce54849214b0621305bda, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php', 1, 0x00000000000000000000000000000000, 0x2f80facce18ddf44f40758d2193bfc49, 0xa389c81543de26594297705f196424802c2b8697fd869592c59cd4cac74a80be, '', 0, '?'),
(0x2d6adea7ab209aa0cde612a67e687962, 'wp-content/plugins/wordfence/lib/menu_support.php', 1, 0x00000000000000000000000000000000, 0x2cb29345c41c78d7897804a0c3ab17a9, 0x2225fc4ac6e14ff817b0fb5c083450f31eccf746f64683691890d7f04a24c020, '', 0, '?'),
(0x9d7f6ff76af98b13c905bb79e61da956, 'wp-content/plugins/wordfence/lib/menu_tools.php', 1, 0x00000000000000000000000000000000, 0xebd4173993f792c356c70c98943ee931, 0xdedce8eb1425bdd505da3694699fa1d83b4b3250b19f9a11a53ebb08147d1bd2, '', 0, '?'),
(0x21a7232373773a0d1d482ab224717ff4, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php', 1, 0x00000000000000000000000000000000, 0x6ea1b2a1ff2de1aadfa03267f6126c87, 0x1ed38015b2fd8c4f449984497b60049b62a3dcc4b1cb3dcaac73c06df589712e, '', 0, '?'),
(0x21ebf954dba69cedd6ee096cc249980a, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php', 1, 0x00000000000000000000000000000000, 0x0702c9b3d202ef786d34366329e5b5d9, 0x656ebf2a137f9eadd77eedc061b6d98a635de7a4d81f5a6269ea9e584371889c, '', 0, '?'),
(0x554910825f95d1cbea596dabe7d1135f, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php', 1, 0x00000000000000000000000000000000, 0x88b86f5c97ce25046bdf26bdd0b5ece1, 0x5757aebb3f9f93be2c23037a4e74aa938a94201d13714397c2fb83fe2e67ea46, '', 0, '?'),
(0x40d84cbdd6dfaf37bbd9ad6bd9824519, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php', 1, 0x00000000000000000000000000000000, 0x60338bf130ae687ea6ddbb8dd9e9d068, 0xe05a52271ec3ffe95afc77b524df83d5c95fc990781d54ea7b08062d60bf14c7, '', 0, '?'),
(0x43fad8735ca70af296e0da738ed5276d, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php', 1, 0x00000000000000000000000000000000, 0x0532c113a0e54546193f784f000cf898, 0xf0177777520cc58eebe0dd49f07c73a6846f2d6fa502bef189387fa3d5748b20, '', 0, '?'),
(0x3722bff3aee5a6bf57960d8ac4d1bdcd, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php', 1, 0x00000000000000000000000000000000, 0x0e10e8a444d3f1c79307a8474a85c30b, 0x9232da15b1deacf7690b6a4280f406f05dc69146eae8424e33ab9d1f796bb017, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x40bfc8afeece12264ff16f9c011687ee, 'wp-content/plugins/wordfence/lib/noc1.key', 1, 0x00000000000000000000000000000000, 0x3965a46200e6c618504f0b8ac1be8594, 0x5fcb7591f6e16aebc7fd9082c603fa50fefe2d1c4b4f4183dcab9c12a6dbd6d3, '', 0, '?'),
(0x6bc293bb9b552f915edeee08de11f020, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php', 1, 0x00000000000000000000000000000000, 0x055ab1c29d83d69f307d5fd97fcf0280, 0x8d4ff62bad5745fc8e281a766c91256094d3f488c2a2a778a536b6dd1e6ed820, '', 0, '?'),
(0xde11481343fd99b6e212f4d029aa43cd, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php', 1, 0x00000000000000000000000000000000, 0xfcea79ebda4bc1e60a13c8758840d078, 0x41ddb6badd813b5f7c73cfc8a434cdd45fd7297ab5614bc751be451f6521a9ba, '', 0, '?'),
(0x9ea3659d2da8d252c88994aef94c3ad1, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php', 1, 0x00000000000000000000000000000000, 0xa222d65ad4f3baf64f843b8d6dcc23b5, 0xd776bbcd80c1ec4fddd53d80ed6ef0df758d23eb9a7dbbbfd5a660b234dc57ca, '', 0, '?'),
(0xba8a692f128a704574f0b50addf76cf8, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php', 1, 0x00000000000000000000000000000000, 0x02b4ff72e0c9139a7f306d6237342414, 0xef7b68f505b944a8f45813f25eb577af9aae3644876663c4405191d50f0dfc66, '', 0, '?'),
(0xa3dc0346a6b2998d987b0f90ecb4fd41, 'wp-content/plugins/wordfence/lib/sysinfo.php', 1, 0x00000000000000000000000000000000, 0xcefc7b588e01368f03f73932d5edccc2, 0x472c99bd3dd9c9dbd1431a33bcfa8c7e1b669d283882eccea88bcf40882cd197, '', 0, '?'),
(0x4c52023751bce416546f08477cc41e7b, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php', 1, 0x00000000000000000000000000000000, 0x235c999c460d0bea0e06769b06430cf5, 0xf3839258b93734f105f9a6750d747f7bbd0f9c4d6cd78489a571547dd4eaf0bc, '', 0, '?'),
(0xc1d9b50a68b6cd4a78b56476cfd4835d, 'wp-content/plugins/wordfence/lib/wf503.php', 1, 0x00000000000000000000000000000000, 0x5c2dde6f157007cf604f731c7d184280, 0x2fefa70b5d3be325585fe76b7a23124ffb1061ce3b8ad7f448ebdf9f8d081008, '', 0, '?'),
(0xbee132185d6871753ade543645d155b6, 'wp-content/plugins/wordfence/lib/wfAPI.php', 1, 0x00000000000000000000000000000000, 0xb3d6fb33792d104c88e0dc053cc1dc2f, 0x00f667879b4e694c51085c9851d84eb893bd672130e68f4d4a7c4c67f72a88f6, '', 0, '?'),
(0xc98638a8c2d6c070c5bbd1b5020756fd, 'wp-content/plugins/wordfence/lib/wfActivityReport.php', 1, 0x00000000000000000000000000000000, 0xab85f4fe2f7d1ecfe955ec472b06efec, 0x276f15961877942c585e01c8789ab5af289888952acedde5c32f83543f8c61b5, '', 0, '?'),
(0x7a6fb886dcb21319887ea1137fe18862, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php', 1, 0x00000000000000000000000000000000, 0x26eb923594e9754e69cdce211fc5077a, 0x80d41ce9ce238516cbc8c99b21778363907790d8837d36a2d9f3827e41a792f3, '', 0, '?'),
(0x4e69c57e09d5608f16f8e0ae0357b045, 'wp-content/plugins/wordfence/lib/wfAlerts.php', 1, 0x00000000000000000000000000000000, 0x994bf92841ac9e7c8acfaf7914b1f04c, 0x04f4a012275f8c3b3fe17c555335640f7d4b1f2f2b182c497f217cc502e0ae74, '', 0, '?'),
(0xdede8b19b3ad94310446f3f8ebdb6193, 'wp-content/plugins/wordfence/lib/wfArray.php', 1, 0x00000000000000000000000000000000, 0xf227466261db86c4e28291c131caa42f, 0x9b9c036e3271b5ab384487dd2d834152d93eba787159167198bbac24c120d188, '', 0, '?'),
(0x1cea2d3d5115b04377e0746e4ce0a123, 'wp-content/plugins/wordfence/lib/wfBrowscap.php', 1, 0x00000000000000000000000000000000, 0xbebe0d17cc652eecdd16eff4f162f3c2, 0x8f487a9f6eb4f211f54fd723a42ffa7484c99a22af818855208e8dd241bf698c, '', 0, '?'),
(0xab17d0e8125890920fb0d8024aa0fc70, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php', 1, 0x00000000000000000000000000000000, 0x115408c190ebcf51d7780f14876a8219, 0x15d00883ae9eeb1d3159849d84f5549a8ad088d571f3a45736dd8b998fd56809, '', 0, '?'),
(0xe4ea1fbf31fe5dc34d7cae4b1dd4465a, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php', 1, 0x00000000000000000000000000000000, 0x39091c2b4f79d5ae8575724ff333ee0a, 0x582619156f3127ecbb6367fceeb66d6cfba2795312d1cad2dd7489baaabec10d, '', 0, '?'),
(0x1090b89cd2912de8ccf48a0d8a7b2cef, 'wp-content/plugins/wordfence/lib/wfCache.php', 1, 0x00000000000000000000000000000000, 0x3720c6bf9ec47f94c473ee7989df0f16, 0x7ced751b4950f5776835da8e0f2e6d222a6e5ffbac2039cc1198adbc4af050ce, '', 0, '?'),
(0xb793684a96b444d2e3b09747a520f66e, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php', 1, 0x00000000000000000000000000000000, 0xe880b3fa0be9422f8a58a70a609c3272, 0x8cb53e43a5db5da7210fac8401d5af564dd58d149c193455b98255c5ccc9cd1a, '', 0, '?'),
(0x5a34063c6e3f7f6598f11308b2198d8f, 'wp-content/plugins/wordfence/lib/wfConfig.php', 1, 0x00000000000000000000000000000000, 0xc58042dcf9ab934c53d1729e8b55bec0, 0xe72c1c3130ddae852b6f1e1e7a631a6f9447faa5055877414429bc46d4fb61fd, '', 0, '?'),
(0x38c39b5a459151247d185550f654a3e0, 'wp-content/plugins/wordfence/lib/wfCrawl.php', 1, 0x00000000000000000000000000000000, 0x8c31cce99387aedc997e16d20b0dfc6d, 0x2526b9e3398b090f2f44f75847fbd89ed8df8783e255e4bbefe281ea10800434, '', 0, '?'),
(0xb01d058db6daa5b15e69e724e2fde526, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php', 1, 0x00000000000000000000000000000000, 0xee5aa0cb0088b09404aed5ab0e77368e, 0x37af3681a561799da835943f7d10252e5ddac7fbebc2d89e75cf14ab8153bc13, '', 0, '?'),
(0xd878bcf8ceb2d0a6ace0a841098a3cea, 'wp-content/plugins/wordfence/lib/wfCrypt.php', 1, 0x00000000000000000000000000000000, 0x43f85260a89cbee919c47f1c397c8b65, 0x55a0cd8a9f1c739bf4647302d5393be4b0c043bf4f1bf48616fb16f2c8a48940, '', 0, '?'),
(0xd94ae01cef9a5e1a37fc957547966b2b, 'wp-content/plugins/wordfence/lib/wfDB.php', 1, 0x00000000000000000000000000000000, 0x50ad5f3c868ba42d31e95f5f49ac8875, 0xe187250764af1dac02a5be0c64a8dd5f8500311804405459912492d0e4d04119, '', 0, '?'),
(0x690c818aedc76b6d4378fecab7cbf2f9, 'wp-content/plugins/wordfence/lib/wfDashboard.php', 1, 0x00000000000000000000000000000000, 0x6589c92e9dd771bf3af3fc976adfed52, 0x75a87f61c676dc52b0fba02b5701650dff54864a0c259822c20d37a466bb99cf, '', 0, '?'),
(0x377291a775468ff198b1191d16404a2c, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php', 1, 0x00000000000000000000000000000000, 0xeb34844b5f4afa32436d63cdadc774dd, 0x448d831d6a79ee161cba082cc44c77de61e4203c5586deda20fcfb17b2f51b53, '', 0, '?'),
(0x6c39e97fb93daffc68c72c3ed9c3e726, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php', 1, 0x00000000000000000000000000000000, 0xb7f258e4f4733fe3d9cdc9facb9ff167, 0x3f60aa79fe52fdd5a5d7e86055ca99b4c85ac786de66b39973f0e162e2734f9c, '', 0, '?'),
(0xf546a4eb1ac193e71eae43fcec31ae50, 'wp-content/plugins/wordfence/lib/wfDict.php', 1, 0x00000000000000000000000000000000, 0x79df204c07fceaef5a216245b1d46cda, 0x1c1181f314b5ca2e047b18304a65fa14c27bd7352dc6f2ec0b7e5b549a24c49e, '', 0, '?'),
(0xbaedcc4130668efd6660c2204bc7817d, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php', 1, 0x00000000000000000000000000000000, 0x0a2b035a2f5f90ac1a78759de612760f, 0xa2c87591fafc3b1349569795615baf7ee3b5adfe545a5c0b5ee079134a9dac6a, '', 0, '?'),
(0x71be863540a32a3df52610b4e65c58e1, 'wp-content/plugins/wordfence/lib/wfHelperBin.php', 1, 0x00000000000000000000000000000000, 0x3befd72117b7c88dcbc93451d5de5823, 0x921b97d5b9252df81f165eea857183e25514ca71e01b4de9d20c655993eaf08f, '', 0, '?'),
(0x50c64dee1ad649ccb88d10ddad596072, 'wp-content/plugins/wordfence/lib/wfHelperString.php', 1, 0x00000000000000000000000000000000, 0xd74575c6bb5c5320773f2cdd5f994c60, 0xa3cef1209fb669c24cc69b77b5c6d61d36c95fa7bee72c6e973253a3e45a6829, '', 0, '?'),
(0x69e16becf1ad12bd43f110ed541c2cec, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php', 1, 0x00000000000000000000000000000000, 0x32a56889db326145d206081d11019930, 0xa944ea3ae45de8b89d7ab0d9d0c2fd77255b8b6acc6f86d0ddfb8e115860d7fb, '', 0, '?'),
(0x8c31c1eacfa3d7e9199da0900b497fa4, 'wp-content/plugins/wordfence/lib/wfImportExportController.php', 1, 0x00000000000000000000000000000000, 0xfdb4f6fbad1b1bababb6b1f22b3eb1ff, 0xbd646cd18bdbb960e1b0d91e85cc08e7f7a6a0b84afb0607f79614237c697ba3, '', 0, '?'),
(0xd36a7313a49e7732f9ec1270aefd7153, 'wp-content/plugins/wordfence/lib/wfIssues.php', 1, 0x00000000000000000000000000000000, 0x393d68771aa87b0e2260506c08a5e9be, 0x4e55ee32e7edb8f67cfca23241a7f5890f54d724e4fb1c870b0d2325c13ae80c, '', 0, '?'),
(0x28b7b9db3e66300e1a675b7cbceee5a8, 'wp-content/plugins/wordfence/lib/wfJWT.php', 1, 0x00000000000000000000000000000000, 0xbb7d7b206ae54eb088f163d20f1e4bbf, 0x306d684e12607894787e1b489f4c6ae973a617feb0eb804fc7e49450cd19c52c, '', 0, '?'),
(0xf38ad8a05dd4669588f050f4a2860483, 'wp-content/plugins/wordfence/lib/wfLockedOut.php', 1, 0x00000000000000000000000000000000, 0x0312ba1aca7fc0362f4e8517efe1870b, 0x270f2497f27bc8f896ef691ec850271a544250f43c8a50700bb7c8c1fa5792de, '', 0, '?'),
(0xf2da77ce2b07222bfa24e319ac5e1cb8, 'wp-content/plugins/wordfence/lib/wfLog.php', 1, 0x00000000000000000000000000000000, 0x87a32257af7ee4534dc019c7dce39d21, 0x5203123268ce1c2f724f72db6b94b45f2b6c961066520b06893eaa6bbe8b2c52, '', 0, '?'),
(0xa85cc7fd0168fb20529f58d53cba43ae, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php', 1, 0x00000000000000000000000000000000, 0x9d9bebdf851e9777404c8be54feac152, 0xe09df0abb44546910c6aa984d772b8c48d3b73b3ecce802e663ad6e1cfa4a046, '', 0, '?'),
(0xc313773a6b4044900b699e57510e02be, 'wp-content/plugins/wordfence/lib/wfModuleController.php', 1, 0x00000000000000000000000000000000, 0xbf1fb7126f49f119c6b76b8690f96217, 0x372e1bddb0ccbf95f299dc55b684d44c163ed622cd54054d350bb15dbfda3e86, '', 0, '?'),
(0x8c0874c7b12510149812fba391b5da46, 'wp-content/plugins/wordfence/lib/wfNotification.php', 1, 0x00000000000000000000000000000000, 0x00c78d20560832e228c6c0fe64685644, 0x53d861d6e0598412edb50387fd676a2b7cadeb9120f290e14a1fb28c4d38b3aa, '', 0, '?'),
(0xe9122b9007ea7f828d33f4bb7005551f, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php', 1, 0x00000000000000000000000000000000, 0x79ff2588cc8d8598c5b3af3cba1df083, 0xc594571f4626b4781a09b2220ca167d2ecdfa0d90586813ba23d9544afd99778, '', 0, '?'),
(0xdcce541ed0bec052a79fb227efb4177b, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php', 1, 0x00000000000000000000000000000000, 0xf825ebe26b05798a9d9e1f69d54d4f2a, 0xf2a2efffabeccf5828be33300d0ae5ef0a50459ecca018849b208e39e0f6aac8, '', 0, '?'),
(0x0612186d11c971506f4430e22acdd84c, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php', 1, 0x00000000000000000000000000000000, 0xc45c38f7d31fc348c120856d690cfc2b, 0x2b9b872bf9c69faded1dfc30d1fbae1c06cd8262bd3dfeff18b85be39c8194b8, '', 0, '?'),
(0xefde8c742be95cf52bc65861865a551b, 'wp-content/plugins/wordfence/lib/wfScan.php', 1, 0x00000000000000000000000000000000, 0x51641562170dec8160e4bfb7838ac0a5, 0x838e067f4d299e484d580f686eafd7c90727544407be1d1368e9ab14f0601385, '', 0, '?'),
(0xefef365887d4aa34f1e35b5f879d3d74, 'wp-content/plugins/wordfence/lib/wfScanEngine.php', 1, 0x00000000000000000000000000000000, 0x63ebc99736b6d96b294bf7c1631768ce, 0xc7573232e94f0251953993a152538eef935f86949586ef8d23917de21e4ec5dd, '', 0, '?'),
(0x62ca03a5f1487a665798a085ad67779b, 'wp-content/plugins/wordfence/lib/wfSchema.php', 1, 0x00000000000000000000000000000000, 0x4f8340a3f6dd08a909ec7c85c6d94f9a, 0x67b176859eadc94b2519b7c30f6f1c695382379f2eef5df1736948b1b1323a70, '', 0, '?'),
(0xd5f54b323be63c4419a6ae87836b7562, 'wp-content/plugins/wordfence/lib/wfStyle.php', 1, 0x00000000000000000000000000000000, 0x738f86bb315fb865fe6b325292b29ec9, 0x6ac61de9a28e14b7b0c814ae5f63d7363332a41b33d68501e35d47737d0b2e0a, '', 0, '?'),
(0xe119b4f4da736b9336012fa7abd0bdba, 'wp-content/plugins/wordfence/lib/wfSupportController.php', 1, 0x00000000000000000000000000000000, 0x21655a75007ab85bc44fbc9b4fbda73c, 0xec513a34732dc2a6cc0ac7d30e79c803caf0017dd278aa187a08a88612b33588, '', 0, '?'),
(0x9aea8a688b4c8dbcb24a48ff58230e30, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php', 1, 0x00000000000000000000000000000000, 0x4af56329fbbe5265e059df6ce437fce1, 0x0f2e16d6609f046905f5570f04fe097431e47deb737479f4c9aadce37fb3214b, '', 0, '?'),
(0x89aa65c45cabd431e174c68bdc3c0984, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php', 1, 0x00000000000000000000000000000000, 0x263f435d9a5ccc13d9677edd4a3b3c3a, 0x33ae2a34fbcffa53786793a60d8a1a1c140a98313f8f4e23113f8b615deaf070, '', 0, '?'),
(0xa8511808340439e3f31e4c7ad3144ab5, 'wp-content/plugins/wordfence/lib/wfUtils.php', 1, 0x00000000000000000000000000000000, 0xcf5f3688e02cbffcfdf80329b4b4c17e, 0xa047126485b95b989265b6168660eb562869903d5264e941473bd8004004ad0f, '', 0, '?'),
(0xbd40478415ee74c765598f5c273eaf4f, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php', 1, 0x00000000000000000000000000000000, 0x18fb04de0669438e99a65e416f182ac6, 0xadb4270f6955d927464ca98e0c5bdd0935c7ca14272a81ebe861384d6747e23e, '', 0, '?'),
(0xe565c590c2faf4fcfd6e03b7859f41db, 'wp-content/plugins/wordfence/lib/wfView.php', 1, 0x00000000000000000000000000000000, 0x5b9edcbad10f2dcb864e0a995ccf6e4f, 0x78e1883251bf85ede06d6bd9ab4049465268d548757ec25238a8227aec4b34c6, '', 0, '?'),
(0xaacbd9767b43abc0baced2a7808e3449, 'wp-content/plugins/wordfence/lib/wfViewResult.php', 1, 0x00000000000000000000000000000000, 0x5a95af81bff1224a7f8f335acd1ed577, 0xca6dd41c16b665e53d9e0b4889028e6f1044baa9bf4f54dd00ec76b1e8afed9d, '', 0, '?'),
(0x0fc7dda13dbdbd4e7817bc874bd4602a, 'wp-content/plugins/wordfence/lib/wordfenceClass.php', 1, 0x00000000000000000000000000000000, 0xbbb1a2c2964982b5344f6d836f302b9e, 0xe2e2e174976eb4a0478a3b53a0ee0a92d06bcbb88f0e4b0e945c4151f60dffe2, '', 0, '?'),
(0xc16b486de531d30ef36030d1b9af965f, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php', 1, 0x00000000000000000000000000000000, 0xfa3295ecd3ce7367cc357fafe483a56c, 0xee3f2aafaf005a103a5717580c1dcca9ba0e6ba06b00494df0b41fff55015407, '', 0, '?'),
(0x81d558f9e2cfe02d9f34a44afc5f8333, 'wp-content/plugins/wordfence/lib/wordfenceHash.php', 1, 0x00000000000000000000000000000000, 0x4a2282a70b9a874d4ae13759280a416a, 0x9a2bb5233ee1fbf70539cb96a4a63992813f2c6f7898eab214c051964e3a96a3, '', 0, '?'),
(0x1c7a987c2a369e19535c0235b7e3af33, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php', 1, 0x00000000000000000000000000000000, 0x9e58c2f916d8b90e05772492f08ba71f, 0x18539a3df37506a6bec22554aa4dca22c3d77f37f08847eca509e8221b4d28d3, '', 0, '?'),
(0x68bb3cb25d9394ec4f704e4305c6b4e6, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php', 1, 0x00000000000000000000000000000000, 0x30a20e7beea3432dbdf4ef2ea8bbf983, 0x35259eb1ea929b11a6e2819aca64d22a3c1d6ed49704d0d29c4ebc5ab2f37a8a, '', 0, '?'),
(0xc836bfeca177bca18e725dcfec2a5c23, 'wp-content/plugins/wordfence/license.txt', 1, 0x00000000000000000000000000000000, 0x1ebbd3e34237af26da5dc08a4e440464, 0xdb4017480bcedfc101e5e54d3befbabe89352069d0dd192799e56feda43556f6, '', 0, '?'),
(0x4a6c9a01c618a8319ecfe318a5eae71e, 'wp-content/plugins/wordfence/models/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x1788602625651f469567c09c94f39464, 'wp-content/plugins/wordfence/models/block/wfBlock.php', 1, 0x00000000000000000000000000000000, 0x0ed43df4f2ee4c1040cfca90411cfbc6, 0x0ad5538b593eee6cf02a0f10cfb843407a262b207aad64415791aca377a40a0d, '', 0, '?'),
(0x6ab2a6342dab4f0c20d58482ea724c0a, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php', 1, 0x00000000000000000000000000000000, 0xb8c02431e244802777b3ac196d80bd83, 0x4526260ab77faf61caeef17ed9622b1aa0c4e1296ac7fede174dd3709f864d89, '', 0, '?'),
(0x9ad6949502c5df9a7928714414ab77c2, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xd517594a73406a8c10aaa672b46a746d, 0xc933c391d1b273c6f00d26b17a3d94f0fe8bd66473f3b9cb704a0b78c9339377, '', 0, '?'),
(0x67b65d6585d4215e858b28504b90f0cb, 'wp-content/plugins/wordfence/models/common/wfTab.php', 1, 0x00000000000000000000000000000000, 0x3206f60254d47d9a4857273c137d085c, 0x5ac2a57cff73e953cc3865958c33e88b0445d897aa24898c1fd6c6dc9c2d68e5, '', 0, '?'),
(0x58c67eca567a6c0e215f985d2f9e2d33, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php', 1, 0x00000000000000000000000000000000, 0x9258fc19cf4392c12342b77354f86211, 0x08c3974748eccee61ccf356bd3b972c2dcb013521f52a3c75fa316781ec22da8, '', 0, '?'),
(0xa0dec339985892beb8a255a837a57a13, 'wp-content/plugins/wordfence/models/page/wfPage.php', 1, 0x00000000000000000000000000000000, 0x748a626f20699b254881ba5877cf5876, 0x08c6853168ec8d2f6a77d53c0b5503c08f18945c996bc07125737c57ac36e9e6, '', 0, '?'),
(0x8eee1b4fdc8e2438aa874a1ca665bb82, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php', 1, 0x00000000000000000000000000000000, 0x9f87c5589f29e166b4da122e05d754e9, 0x0c1833832f7822affa165797b5e613681f40999ca06650005df90888bdbacacb, '', 0, '?'),
(0x9a2c3abfeaf433c0d5b9fc4340c97e9c, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x7f40f43d7b261508c0b2db05a47dc95f, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php', 1, 0x00000000000000000000000000000000, 0x3dc6a0e3e5e74808f89a78df97a935e7, 0x815c9d6629de66058a264212788a06c46ac445235d75cd2d6522793607b08aef, '', 0, '?'),
(0xa2b4b82fcf2d95540ec7bbfa543c9753, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php', 1, 0x00000000000000000000000000000000, 0x1dfd4e6b0179496ba5c277d794a93d69, 0x4c533d88a18ead57117f660c26b7645c3d145d0b5f669f76657357de0bbef18b, '', 0, '?'),
(0x1a194fb8330846354bab3b9c402001e2, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php', 1, 0x00000000000000000000000000000000, 0xce407ff5715c837d02b1aba7975bf512, 0xfe5bcb54c56e0b9f456a060364dd28b2248f3a0e21c168d4ce9d009b73e83e3c, '', 0, '?'),
(0x91408771b0cf47cd2d24a2a997ea7ce8, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php', 1, 0x00000000000000000000000000000000, 0xb1e9cbe8dd6750ca8bbed9690fd5e95b, 0xb644654ab01ac26678629c09781f2750f3abb713143a99939d03acf4c082a655, '', 0, '?'),
(0x70bbbc5c2a65eab60a0dcf88f3ebfaae, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php', 1, 0x00000000000000000000000000000000, 0x22e8636410d878ca577b66a5ed8e4e62, 0x4fb0ba6a2b68c5a40ae2b5833851dcae082377becb035f70cafd43b11bcbdcfb, '', 0, '?'),
(0x56ac8cedde727acd28be6e6f016c142a, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php', 1, 0x00000000000000000000000000000000, 0xea29af81530e348f4340e17200125c5a, 0x00c76e0bb06284c7bb91e116d849eabe8a4ebadc829697d3a01fe56652c47ae4, '', 0, '?'),
(0x53871443de11bd6931dbada06a0ce0f9, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php', 1, 0x00000000000000000000000000000000, 0xd325059ff87cbc1036e3805621b83b4f, 0xe64a109d9244c69cbd8e8cbfc0872ea15be19712dec4e0809d80e28b299e7bc2, '', 0, '?'),
(0xb07b34b42e1184b4129294a3b5239823, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php', 1, 0x00000000000000000000000000000000, 0x20423cc13c8afa034c55e73a7519556e, 0x935ad08683f35c02f140064093479bfd0250a506e889233d7c87276b34aef603, '', 0, '?'),
(0xc881b7f4c182232fee969da3009cb736, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php', 1, 0x00000000000000000000000000000000, 0x3241fa747a6001e06e251d94f05950ff, 0x9fb5b7f71ff75c83310cc9d35bf9d85a863e454bf6c6526be5d814575c8b768e, '', 0, '?'),
(0x12e226fe0959d9747a28a11af801e680, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php', 1, 0x00000000000000000000000000000000, 0x6a2e5cc4302a8084d6095bb2bcce16cc, 0x66dc0e80ecff3885932721895246eb9518aed24cc2e618decb99145ed477e2d9, '', 0, '?'),
(0x48c3f8dccd43a95470285eded96cedbc, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php', 1, 0x00000000000000000000000000000000, 0x3af3bb6fb0b6da0a715d5c3a5c63ec89, 0x3cb69027154090c3beead6c75a68dec3d380d3ffd6d96fe8403e98fab7f2baf6, '', 0, '?'),
(0xbfec4c1ae397c5117ca80f3d9a639989, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php', 1, 0x00000000000000000000000000000000, 0x4230f5f71b999aec6f75918dcc8c1bc2, 0x8e9c87fc372f518ce3a5e5c690d59077ff673ac41e3fa1c0237b73fef0c99ffa, '', 0, '?'),
(0x18e5855309afb614c612a167094e9664, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php', 1, 0x00000000000000000000000000000000, 0xe19b56670e4092dd9503583433d4d081, 0x2c44e2f755b37dd73ec1f5d071e80cd6211bd93572d3293047fd9703e4c193eb, '', 0, '?'),
(0x57781aa71254611debd8377bef1f7fcb, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php', 1, 0x00000000000000000000000000000000, 0x1547d77c8080732c803d8d4b23f38bc1, 0x36b613b7d66c798436c9a669fad5160c123355a1a0eb2c92455be9b29339a389, '', 0, '?'),
(0x6f3169f04c35b893cf7a16ae24b7f537, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php', 1, 0x00000000000000000000000000000000, 0xbb7531f2c85cc8c1389d8b823b236a2d, 0x508db5b2ea840e7cb16c9316125f8b83ef5a85c8337a3c4ec9a7054bfddfce13, '', 0, '?'),
(0x0ff61e257734103510f85882dfe6b39e, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php', 1, 0x00000000000000000000000000000000, 0x74b8b00f5e4927dc5d21afb2d206b3f1, 0xf01585c7a6d66274cb1b35a18b6681b7fa18aac5f8060f63d21ebf6b64febc6d, '', 0, '?'),
(0x2eb4d737d166f37739506d40a5a6eed1, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php', 1, 0x00000000000000000000000000000000, 0xcfcf309648e7230bff494844f1e7f394, 0xdb76986fc2561b5978843f9884e40adc1fd50a2633632d150dac38ee076da5b8, '', 0, '?'),
(0x77a740cf49a965c6dc52b266f937d9c5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php', 1, 0x00000000000000000000000000000000, 0x04b99b138281688c1c140452b480e0ac, 0xa7fcf63df66d48fcd52f7f12a810040a15651cdbfdeb1e43a68f33d875353882, '', 0, '?'),
(0x745b5bf63daa367537193b59ba9e54a5, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php', 1, 0x00000000000000000000000000000000, 0x34735b95cde76c416334c166a1a8f60e, 0xc6bacc0c3eca79d72e7e794b0fbe1e5eb9292a66b490b00eb40e1191173646b7, '', 0, '?'),
(0xbd0d7a7f8de940b35fc390fd6df8644d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php', 1, 0x00000000000000000000000000000000, 0x8d391336bf66baf6aeee3b981ca18730, 0x6d676325d30c691a6e148341ae80428a40c09a7746b17a04db0c3be779600d4e, '', 0, '?'),
(0xaa721b59fdff00ad53b297c4287a7cab, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php', 1, 0x00000000000000000000000000000000, 0x2d47620793796680d47cf5bd5381bc92, 0xd96f8ca447357d105bef60c66e86fa78b5a4c2dca15e8b404223ccd7f59e6c62, '', 0, '?'),
(0x6317c28ba5b8ba7009f8505533112fcd, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php', 1, 0x00000000000000000000000000000000, 0x26dcae4daa1cf78b2c7e2fe21cf8e972, 0x0c463bf4f4cc14571d5daccf26f1b8e57a7e6f27f02f810e800171cc2b08b8a8, '', 0, '?'),
(0x1ff4327029b48b7417a4ad4906edeeb3, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php', 1, 0x00000000000000000000000000000000, 0x208aeffed600b0223e793e3dc0aea3c7, 0x7856512f077d801fe790be3a283326fed1e5b92508a2185591a44a6f01aaff43, '', 0, '?'),
(0x16c7969a8964c321733c58a7e499d0af, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php', 1, 0x00000000000000000000000000000000, 0xec2a95317b2ccbbef2fe961bca829cce, 0x3c9547b2c6eb24b5552bf61f6bc54c3e040068970f61684206a6ac5308a92ddb, '', 0, '?'),
(0x2d869a8e5fb5b5e66d0c712babf73194, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php', 1, 0x00000000000000000000000000000000, 0x68e3a0b2edc4c86912b465a095c9a114, 0x4948f84d705c87e6f5ff4ead680ad7884e159abc463d2dbb931cba5ad83d684f, '', 0, '?'),
(0x06992d3694597740bd690faeeba3c13d, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php', 1, 0x00000000000000000000000000000000, 0xcf4f68e6d9dac51c804f3c46d2acc610, 0x508e4a14e7be48b7aff174994e7319bffb6e642a4688275757cd611071fdf45d, '', 0, '?'),
(0x8f48be2999eb118692d7c76a48d16a0b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php', 1, 0x00000000000000000000000000000000, 0x56ed2742c76ccb4966e3f39ed6226319, 0xb3b94f2488d3553f81d10a52ac94799691ec5615e0b30f3d8754f51dad0cf95a, '', 0, '?'),
(0x8e67171abb14bb5cdb0d9e603d836dad, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php', 1, 0x00000000000000000000000000000000, 0x17500db64c1308f7c3c1fbc77bc780f5, 0xfc8de311f49d565a2b8de226830d16c9d0a9d10b553bff4c290c52c821d3b5ce, '', 0, '?'),
(0x55802ed51ef4bd914700e3c46837134b, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php', 1, 0x00000000000000000000000000000000, 0x8af77bcec8c7b2d9d9eab28ae6f21254, 0x0573c1d7b76d7928e55b1fa67e84fa4d9fc099aecbdf4ed3d498f3f8e93b690b, '', 0, '?'),
(0xe1ac3bc1447468f245d347ec3e934889, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php', 1, 0x00000000000000000000000000000000, 0x1b1e90cdce93f5ff6a4ef779a5c3387f, 0x550e99cd414da6560ac9c350576b8e7875fb09901f09b6dafbb59b068c2ff83d, '', 0, '?'),
(0xa6233ac1f6cc536bab55b982e27bc01f, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php', 1, 0x00000000000000000000000000000000, 0x2ac13ae83f91ee6c5d9dbcb6f1e77504, 0x3250e6d6ed839aa7d03d773d899d0f374105727fa70afd6651fac27e2cb7af42, '', 0, '?'),
(0xa9aa8adbec9152ec456a2ec008ab7a63, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1637598990.css', 1, 0x00000000000000000000000000000000, 0xad0fde0acc216d5d151827c278cb5fb7, 0xd3578794fe49af59a2de54c3c4af51b2102e30283f83cb46a399cf66237cc64d, '', 0, '?'),
(0x409f0740f7b74dad8c65549f2c14590d, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1637598990.css', 1, 0x00000000000000000000000000000000, 0xd31b0153be1d3af294d95707d3ddb162, 0x149460bfc5ca827786d9271db7d04a175eed385696681dd36f37841163fa0530, '', 0, '?'),
(0x84cfefd12cb2e8c8bf89461f457fc32d, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1637598990.css', 1, 0x00000000000000000000000000000000, 0x933c84bb770d6999ecbb8e764c2a78c9, 0xcd4ecd62b583900dcc8e8a2f3f1e2b27e5c4621c6927fa57e213244080691000, '', 0, '?'),
(0x7f530627cdc4280c87e30ce4230635b2, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1637598990.css', 1, 0x00000000000000000000000000000000, 0x4ec4f9c0324ae5a8b3fd5942e798b18d, 0x1a50ad4c1fe3a892cd139e905a69c97491418d07fca7e4aeebe390d837641fab, '', 0, '?'),
(0x0db1a522179c56fb7a55ffc74b548090, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1637598990.css', 1, 0x00000000000000000000000000000000, 0x902ae1c6a3d9bf633baedbe27abe8bbb, 0xace84ef44abe737fb440d133099a3a6829950f3704194b0ef29b3c945c4efc2b, '', 0, '?'),
(0x773c34294ae5d5271323a8d7b649c6d1, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0xbe6cff2eb4147f9a28eb4b917051d9f0, 0xb3d98d240c72623d70cf680eb978cb4ba3f9355d38c751fea7985289af6a6e34, '', 0, '?'),
(0x753e09980d5722f0efc6af22d1d0b957, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0xbb292f34193bdf24db94e5deac76695c, 0x9f6ee4e8f8c1e0690c9dd9eb9785b54eb5765816a537ab595db48590bcb01944, '', 0, '?'),
(0x051b5feb28c2fb7d80f1e8e5522e9957, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1637598990.css', 1, 0x00000000000000000000000000000000, 0x6b58f85a0562b8f6d813e5aa35c4ea98, 0x5b004ef986b29245c067f00597eca4d16764b617710d08d2edbfdae82a2749c2, '', 0, '?'),
(0x878ad5662a1fd37890e97eb258d2b772, 'wp-content/plugins/wordfence/modules/login-security/css/login.1637598990.css', 1, 0x00000000000000000000000000000000, 0x1c27bdc306007ce11a3197ef8eacd30d, 0xa346dd8c0d772c9e4bded25fed8c6df12d94fd4e96aaeaba222a94749d9a46c8, '', 0, '?'),
(0x6fbf77072af60ace9bcea247d29c9d5d, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xc7f17ddb0c43931b1e775895544380fb, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png', 1, 0x00000000000000000000000000000000, 0x9d6d135dbc6192ac0e955c24c9048f1f, 0xc7970892683fe0efef0653e9eecd29b83a9bc1d6694002682e90a058d7679486, '', 0, '?'),
(0xe05c31dd83e225e156457c3c4eb5b017, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif', 1, 0x00000000000000000000000000000000, 0x4b3afb84b2b71ef56df09997a350bd04, 0x6a2ae4658ef308a9f5646f0658a47ea737c2eb2680b2824efc39c97c4c9d95c7, '', 0, '?'),
(0x01e4e816453f744239628d9776466031, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png', 1, 0x00000000000000000000000000000000, 0xacf427e932fb9413700a4b8b58b41eec, 0xcdce8e2558efc59646bcffe7dcf23173cf3bc01bce174ceb7a721618e792bb11, '', 0, '?'),
(0x25c16657f10212898509d65030e57d2b, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg', 1, 0x00000000000000000000000000000000, 0x70dce8b1d1c75dea6a2de39114f8a699, 0x389afc05bbd4da23cc84280338f8e1ff884ffb227fc7092b186822466296ec83, '', 0, '?'),
(0xcc4de8d67febe07adfc5ad59ba1efcae, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png', 1, 0x00000000000000000000000000000000, 0xd80747d34afb87753b51d45a36f8bd17, 0xfffb8506df5c4d55198ced4b6851af77c043a903b669d656b4eea2b9b2ce4a27, '', 0, '?'),
(0x9e6620aca772c570ce28978b70a024a9, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png', 1, 0x00000000000000000000000000000000, 0x1e70a2d46244ee4070fd47152bd71db1, 0x0f2a447f15055acd3ef94267f11b2659128959889bfe848ee2a80234283ca82f, '', 0, '?'),
(0x4ad5ac3485e71e110de06eeacee7a618, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png', 1, 0x00000000000000000000000000000000, 0xeb4a975c630f379279fe78c604d0b36c, 0xb37ec0cd71569ac203afbe2a27c5103194a5a49a9d175d33905e91f69ecdc96d, '', 0, '?'),
(0x73e1edb8348ca0a28f9152bf583e4f8e, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png', 1, 0x00000000000000000000000000000000, 0x68855e6e3d288ab126a1f1dd82b64e26, 0x53b2f344491608427fff0b7a14d15f2d3f2859cee37045a579fb0ec6b941a11b, '', 0, '?'),
(0xe3e3b648918aa784cf25e2f7da2c83b8, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png', 1, 0x00000000000000000000000000000000, 0x7c81a6253b77a9fdaf51bb1038f8c840, 0x771e693ede36b7c6ace034c8e5a02e4eca43b9e4119e1aff34aa0e08494f9ed9, '', 0, '?'),
(0xac62f33013dd803e6ae3a40222abfe47, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png', 1, 0x00000000000000000000000000000000, 0x41612b0f4a034424f8321c9f824a94da, 0xac2f233f54ef8669054f4c7976a6ed751b9a98544b94b0a9c9a4bdb75cd8bbf5, '', 0, '?'),
(0x72cbdf3f4589f86bb2a84c5ad84ed08c, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1637598990.js', 1, 0x00000000000000000000000000000000, 0xafc3710421e8c3f900f0ad80a027a5fb, 0x07d8571bb43424617fbcf6dc2778f419e9e02d05acd44bcebc9623925aaff0fc, '', 0, '?'),
(0xbd05a61e1e0b7e661b1b12390a0e5299, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1637598990.js', 1, 0x00000000000000000000000000000000, 0x67931182656ac9f1029b88278649f837, 0x55e1b912256ac147c4a7d8e0cc7c5d53b9d0a96e32f2dc50a6025499102b1b4a, '', 0, '?'),
(0x5d673d4e4b96202aff5e1aa9ed1efa43, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1637598990.js', 1, 0x00000000000000000000000000000000, 0x6c1b599f5af669e0a886a0330001325b, 0x281e92e54123efc00117bc4697fef87e042ba69fa0466768a1f0530e9f2efb62, '', 0, '?'),
(0xcca64ec31b55b1ac7754bc76f763ae42, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0xf49a10becb6cc05765d4557bd21839fc, 0xdcd8e9cce8e447fba017dfd938971c3d8d00a83e20f833a077671133082ea234, '', 0, '?'),
(0x83e1baa6667a8cc98bf4fc35fea1091b, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x05f0b1d7d4b9b0b4975870606d650e3c, 0x7750001ed870d47a75594453de7a2857a0dfa50289ec50be33245391f6f21b91, '', 0, '?'),
(0xd579f3817e3f8450fd64aef7f203cf70, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1637598990.js', 1, 0x00000000000000000000000000000000, 0x805c7dc322a386178b37dab79295445a, 0xdf2e49f4481a0f841b6700f39d4821376091a367dea05af87ac88483c5be367c, '', 0, '?'),
(0x745e0ad565be1c079cbdb83f5e8369d5, 'wp-content/plugins/wordfence/modules/login-security/js/login.1637598990.js', 1, 0x00000000000000000000000000000000, 0x678299789f0122a22183d98200a7c579, 0x5bba104a170b6fe01e77a1b9f0a215d0022db6da609933a5efaac3df2dfd6151, '', 0, '?'),
(0xc66474e01d809a53309b5b1d5c4f673a, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess', 1, 0x00000000000000000000000000000000, 0x85bcd541be61b862907672f1a402071d, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xffdbef407e7d638784d851dd2783bf4a, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x828625e2fd39f4e13b2586f26d4d365a, 0x36f92d1805cc329e586add925b1bc86caae381c3864c02ef8cb0097f2738464a, '', 0, '?'),
(0xcb71f29b38e05d1143a4ddcbd69414d5, 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php', 1, 0x00000000000000000000000000000000, 0xebb2fce136decf9cc67bbc812fe50e79, 0xe70e11803f056187ce6426f22eedc996b9a67fa485d071ee045624cbc24d6413, '', 0, '?'),
(0x03f57823a5842a105760509ac1c0449e, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php', 1, 0x00000000000000000000000000000000, 0x1f619026e7db043a5eefdf21828479cc, 0xede98aec1c9379b9d391345556c8a1463e2fea12c86daee723a03c7bef9e72d2, '', 0, '?'),
(0x6a8a04b4890eab03707ff8005acdf299, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php', 1, 0x00000000000000000000000000000000, 0x47ca5abe7875b5741f7fb40ab5b578f4, 0xdac2701d1521c5972496ad889408e5bc3ce1237c6adddf669023a1012d7ae988, '', 0, '?'),
(0x9623796edb81e5bd905b6817725cd855, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php', 1, 0x00000000000000000000000000000000, 0xaab44012fbf9919c0b1d7b19aed4b936, 0xf7d8af681f1ad96fc13eb0b6f13aeca6b1a96cfc2035449d5f89272dc0150177, '', 0, '?'),
(0x90a93486f823d5b0a81c7def8b84afa3, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php', 1, 0x00000000000000000000000000000000, 0x2fe9c16a2debfe57079a2ee17b899440, 0x81692558f05960466d5a9eaceb455e61627d19729e5f459dff1108a08aa433d0, '', 0, '?'),
(0x4f82e6bdbc076d24b8f29e97dd8b265f, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php', 1, 0x00000000000000000000000000000000, 0xd0cf5ee3468fcb0af744ab88d2ad05af, 0x1432220f9cdea1df346582d2ca4bd39783702177238dbdebf1a5c431acf8e42c, '', 0, '?'),
(0x9db07746a4f2c8b68cdb1cec8723209a, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php', 1, 0x00000000000000000000000000000000, 0x9f136981e96f9c7d07e819241ad658d7, 0x9c0c9f45ca9547a4e91d21a6dcb7e9885bc7197e02728eeb94c13aa7c6274f88, '', 0, '?'),
(0xe386238d2720ba7e93bac6e72f7ab646, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php', 1, 0x00000000000000000000000000000000, 0x9afde902e0de9ce174946acca51e3c98, 0x8d97fed6e7e4e354a4fabfa8093f1e5788a6453e7d01bd7591a2ebae2ba5bb14, '', 0, '?'),
(0x45e9423341c705c9f42d0ddc2621d554, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php', 1, 0x00000000000000000000000000000000, 0xa19244c76f8a17f379d3ebb28d634bb6, 0x3a508bda636316e9877ae58022feb3a58ebe1c511c800f6190e4c3515aa0641c, '', 0, '?'),
(0x17b7c673dd9c93c39e33878ccff4fed7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php', 1, 0x00000000000000000000000000000000, 0xb923e6efb73749689b21cec6d7185fc3, 0xe3c17981dbb9019abefbf00896c08fbbbccd14ab21e8ac1d48e0f2e0ad484748, '', 0, '?'),
(0xc875e5d9437e1c370ae8e6f457b365d7, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php', 1, 0x00000000000000000000000000000000, 0x0f488ea388e66b2d78851dbc66e2432f, 0x91711b1b8e7e7859e21a6bf69d8cc51f6feec0cfab1899284e53eb42e70ff8a6, '', 0, '?'),
(0x6d410303c270e4d7093197de47f5552f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php', 1, 0x00000000000000000000000000000000, 0xf8d78b07bf506fcb1976b79460ad0207, 0x167ff15a75ae452dc12ddf8889ab82aafe8cfcbc1f53ff014391cb6469352472, '', 0, '?'),
(0xeda7460c0496f4ecddf7b7066dbab9ac, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x7c3ce201ad3e735abe4b03b37abe6511, 0xc4cc863be5146e8645f4d81321eff45ad41a56e9d41156122048dbce1b771311, '', 0, '?'),
(0xe8622bc2f9f761a9588f15c6c706e258, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php', 1, 0x00000000000000000000000000000000, 0xce21688f98001e2cf720e29506801525, 0xcb835c42040aece2b5472fcd8943770c9a86d439ff2c24a28ac5904a21e43826, '', 0, '?'),
(0x3beb0164052b3ba443ad18803fc7ffdd, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php', 1, 0x00000000000000000000000000000000, 0xc52a81320a8efda467e7adb47b8cc8e9, 0x7b08bac7e3cc75fa14edc7988767bea8e9e04c90c86e7de8af53fbc3214ecf97, '', 0, '?'),
(0xfe15eb828f0d3f385b39806b51271d73, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x88f52137f472f5de6579f9177385071a, 0x4011e7fa7db50ab2792e2777b02ceb35f6652246ef888345bd5962ca7640d12e, '', 0, '?'),
(0xba92cfeb32ffca0f3f21e075d8dc8622, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x849f5b2841c98aceed84d6c9fb9568fc, 0xfea387f0cdb3df98935136cca8212af403c7d758e478caf507c34d4d16ad7540, '', 0, '?'),
(0x1a26f4bd6352e03c05172004466943e4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0xc6a40412dc90c6575e089c5ba51e67b9, 0xdb644cc01f15befa9b0493634b7e0c3d306a45835d90b304fe07e10c897e22dc, '', 0, '?'),
(0xf26a9df11d0a6a3cc063aa4042890458, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0x33dc1471dbd798778955f3dfcdb052c1, 0xfa4a775977af75a26ef80f965b8ac4ce2644d7464c56132df3324c1f15f2cbd6, '', 0, '?'),
(0x12fea5493cbdd6cd5518c2434d645aa4, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x6d1b0a41f4491ea16799ec2bde1ef12e, 0x35804e14e58f9c11127005d96f1027c347591c4e7343d64953afbe3ec787a616, '', 0, '?'),
(0x7744491d9aab2d45f21f9d49d7166ce5, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x1854be9a25f6613b42333e7c4358fdae, 0x423b2cc8798d905fd63aa02419b2c806cfc7e4b5111eec4535a89c423084c800, '', 0, '?'),
(0xdc0746e80418aa860d758e44bc620837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0xcbdc0c6d9745bb86ee7d38d79f62d72c, 0x6468eef7ed6e43f8e618e65bba24eac9f4500237901878482238fa691a2ae382, '', 0, '?'),
(0xe97c3aabea781e905a7eb12ad7776cf8, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x6ee008c9d1dc5b66ae953002de3d47d6, 0xce5b47a1661f9dfc1f1ecb1d924edbe90f7f88f6097247f2c6ac1bbf9a8e2e19, '', 0, '?'),
(0x070d508116f7299e345f22bb99270131, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xad409fdc8cfed3cda37e457c7c57d772, 0x4aea348aed35e2afb792589f9c99495b842918f92ae495333d035455ff679e4b, '', 0, '?'),
(0x16f0f72ae6b2ab9e015110f387ffa54e, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0x6f568837500c52187ed7acaec8d26169, 0x62e01aa78793a6ce73233aed2ad85cfb938a0f279d694080b1b30e07711e0f61, '', 0, '?'),
(0xd503f7a22f977187815252ca7cb9a1ea, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0xca52f58c8d217a403be35665f69de1d5, 0x9e23ebf3b26c9323c3fbd0ba3b94094b41483951c6408709abdbcbc719427ef8, '', 0, '?'),
(0xac24b451b27350b8acea52337d18072f, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0x1bdc40a4138901396f3b26e374f6808c, 0x43db9e8460d529e67412adb60f89ea669f884b7c6a909614a1a913936401c57e, '', 0, '?'),
(0xfa1c86388dee3d119aba91c75bd5b183, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php', 1, 0x00000000000000000000000000000000, 0x41fd91f6f68069596e24d471a98d47bb, 0x765fff8a046549bbdc9187fda10baab6877a2215d1fdaa5bf6310a6facc7c246, '', 0, '?'),
(0x4391bbd41d49fe16bb110ede5337ef3c, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php', 1, 0x00000000000000000000000000000000, 0xd0a8193e5c67aec9c7a1e124abcc63c6, 0xcaf71811846969b69b47ab43aacfc5171fe94e80464cce082937258fca99e602, '', 0, '?'),
(0x1e7474ccb8ed54e92eefa12ac3b35598, 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php', 1, 0x00000000000000000000000000000000, 0x17e219217c3310d469733ae0d6d3798e, 0x5d4682c9c580c554dde504ddb5f42ad0626075caf3f76eeec839bbbc122728b4, '', 0, '?'),
(0x1a8ffe8dbd964c364ee531d7153b389c, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php', 1, 0x00000000000000000000000000000000, 0x221f8e18ece1775e0aa0a8a1136b8136, 0x8c21cd1935bb40e3610cbe3674846f9a352844db73a9d0d10ae4c1b5e64bbf66, '', 0, '?'),
(0x88bbc767931995dd5b7aebb400ceae9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php', 1, 0x00000000000000000000000000000000, 0xddd5afc2dae423df0c7a5f2703f7d22b, 0x12760154cdfaf06f43c547f6974e1467e8f5dbeda2853383173fd1586d80e54b, '', 0, '?'),
(0x54a6d2f10df66656842bdcf805206a9b, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php', 1, 0x00000000000000000000000000000000, 0x67785880a34a54d1ef8a6278ca19fa8d, 0x66819878a42f1fd278e8a8c017ebb01c47dc150a388735fa36071b89095af42b, '', 0, '?'),
(0x8bd2cba936fd662fda36596a4900ee57, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php', 1, 0x00000000000000000000000000000000, 0xba1d46f3a18261c25264dffd855cff54, 0x33c0eab5ecd7e9b124d781ca8c65a8999a05d77d4bbe2b227e79ee0660601080, '', 0, '?'),
(0xa45967e1f9247ac948e12e0459e91be1, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php', 1, 0x00000000000000000000000000000000, 0xefd6011c13289fea60578a36e424b717, 0x6644597289c31b7474d2ee7d7d7d1131aa712f757cb190f702d07f8f3bb04207, '', 0, '?'),
(0xb5a5e4aa797893e8e2c21078342afd20, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php', 1, 0x00000000000000000000000000000000, 0x9d4250a1cff6c5e2b772f9e7b2930089, 0x5b66ad8cfd76fbf0d90b05416cd4bbcb844ed6fb413a3451508badd3e4ca0972, '', 0, '?'),
(0x64956bf2fb914a51417736696d3c4231, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php', 1, 0x00000000000000000000000000000000, 0x59c18a6722cc1d149449653e4d16fb65, 0x053200ec90949aad09829143419c782745e011a4d2768cc293c532428a591dba, '', 0, '?'),
(0xbf76e997464997cb3268b4cff8a46ec1, 'wp-content/plugins/wordfence/readme.txt', 1, 0x00000000000000000000000000000000, 0x8c3607bf7f1384ed8ae69fa81431ea7b, 0x92a04f9c886a2468e4051cce99d48ec074e4ae52efadcbbbae100b7f7c1bc324, '', 0, '?'),
(0xef3b0c4ce17489d7ac43b0839094c9a3, 'wp-content/plugins/wordfence/tmp/.htaccess', 1, 0x00000000000000000000000000000000, 0xb749a07a7ed269b62c1b4c9effe81e04, 0x09f9a601485149e9717abcdaa4f870c6399f43343e48fc80c233067fa8898447, '', 0, '?'),
(0xe1e122d0432aff04aad7199add2eaeb1, 'wp-content/plugins/wordfence/vendor/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x3d539636c86114b09f03586fb02c9432, 'wp-content/plugins/wordfence/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x1f6e9f5638b75ca17fe4cb4214061373, 0x37eefa68c2dc0b8186d3fc3e3862ba0775745e5ea75278aa3236c9236928fa11, '', 0, '?'),
(0x5f03a36b34e9f7b7212a7d8882dd8420, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xa0899dd7d97c25fe1d872a542afa6081, 0x9890179892e4a1323804397601907533926e094332178d731dafbc760c612f9f, '', 0, '?'),
(0xa230e1c126a559a9eed51ca0d513c1a1, 'wp-content/plugins/wordfence/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x2230c2720f4e314d95e1e4239ea0e1c0, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x8645d3a4e3ad87e7cf4d88a46717aab4, 0x51d8f8a32a27b684fe42a92b1445061781fcdf9eb3fb3a95f36d8cce7975d657, '', 0, '?'),
(0x1f74898e7fae91c4f421e61a1787250a, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0x73ec0e0bc3cbb18c592a75bfa9e14f84, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0x7f13da2a7194b6424974a7d39f413c22, 0x3671050751a5861dee1060f0b7886402216366b61db61b2ef089f80842780671, '', 0, '?'),
(0x7ec5d3b86263f6dd1a24904024a9f22a, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x2b183e722a9093b1149a11f708f46d49, 0x45cdf200db2eae9da2acf2c2bfc2afad3146fb284466a77507ca76dceab2cb94, '', 0, '?'),
(0xf521a5d6900f28794a6f2a12c8ee4ad8, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8842b95c8f1742482b9712b181df2909, 0x89f638341f1945a83349362db896a3118739fcbcdf217a8c02c047139d4cba35, '', 0, '?'),
(0x6b7d3ac5fde70cd8df564ee0e5eec847, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE', 1, 0x00000000000000000000000000000000, 0x783e50a8f248e56536e25b4746d035af, 0x0c178cf00c71219fed9990e7ca25de8050d9a7a7a048b99472b42e814c89857e, '', 0, '?'),
(0xc60cfd70933109b03fc203d84a1840b3, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem', 1, 0x00000000000000000000000000000000, 0xfccbe6cec7a76e3351ad32e305184787, 0xff64ede2221f66dd8e95bc9d36656d886019f61b7a99b4cafae2503c4b4fd212, '', 0, '?'),
(0x4f3dfcc868b7007d4fede572104ca362, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php', 1, 0x00000000000000000000000000000000, 0x5a9a55f7af7e13bc4c35c2401a56550f, 0x2fa772d6ec5484726dac9a17a5d847ad1fd181a00daa2598650dd3ed7ce2fa5b, '', 0, '?'),
(0xd00811ac5d6dd9b2a71f0907e296adec, 'wp-content/plugins/wordfence/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x3e77d0cca909f7d3264abc9ca1018529, 0xb1f09912ab4dd7f32cb9503a94026b800a7f4ee232855b73040a577a655d6f4e, '', 0, '?'),
(0xf8364e1b5d624eabed52f889849383c0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules', 1, 0x00000000000000000000000000000000, 0xa1da842003e271f63f73319ab5d4e555, 0xe752456b6b73265d2169aa5f8ba49a8922fcc9feea90797e9cf817c1f94b6187, '', 0, '?'),
(0x14af454357acee60a960dfdf0e012def, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs', 1, 0x00000000000000000000000000000000, 0x8b5f40e5650feee8e4330ca56294d942, 0xd94ce08bd8a4404ae386394f68479740401f9befaafb5a2186e00038236cd328, '', 0, '?'),
(0x63f163a9b6baabaac00f670e75cee4cc, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x976bb3177c4444a319952a403404eb02, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php', 1, 0x00000000000000000000000000000000, 0xa6c50a1c416776fa983103500c83d8b5, 0xbabfbda7306f2a0d91c47641f66fc2331bb29bdf3acddef86af57590bda70479, '', 0, '?'),
(0x015db3d66a89c752051da402fe89581e, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xf7b42f2f1952b78482e1cc6ae3e9c92e, 0x17f60ea53327139d580dcb6f91602fd7107f04d344d8f908a0bde92ff2ba331a, '', 0, '?'),
(0xac5a67d355693169e7c6bee478c83df5, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0xa664ef571be82c82fa584545e66ff1fb, 0x6c3ff599e0a914290f2626a9a4e2e2e61ed350c8d3501e24401f13da5cb92fa0, '', 0, '?'),
(0xf5c27b5a0ac730440d4f8b4d2a5574da, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php', 1, 0x00000000000000000000000000000000, 0xb14e09b853d258d93f7a0fd50e07b1d3, 0xe5bfe0e6d4a60a160edbd9b24c4be7941059a2958a31d325f95837d97ed22a11, '', 0, '?'),
(0x92e2c5ed87b4c114c1dc7586fd348336, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0xc86ccb666bb3ea3c19fdf7070d0ac0cb, 0x5221d64f5d7092490ae1cb5c85c55650cc3911873dc104fe21f2133f8f1dd1f0, '', 0, '?'),
(0xb699164b0b3fdcfe72b5e7611d235168, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x4961bbe3eefdb5ff7f52c99e2578bcbf, 0x10b3b0a74d08fea220e41e620bf780bce9a364c2fd5d46c069f7504f5a7192da, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5e04913401ee6abe11167ca4e14983d0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php', 1, 0x00000000000000000000000000000000, 0x35f4fa482a66d2e424b0f0ca9d19d390, 0xfe03f211d0c69d6963df7ad9508ffb31e28d22dda2d39b6fb6545772798b2a46, '', 0, '?'),
(0xcadc8652289d271132576870f5a49747, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php', 1, 0x00000000000000000000000000000000, 0x401fd28f4889ff43a435cca85b00a5e5, 0xc058facd660e3ab54d8974decb8323fb03a5734403fa3428f84e1d478646e8ba, '', 0, '?'),
(0xb7d55b05308df15e8b9faa8cd002b617, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php', 1, 0x00000000000000000000000000000000, 0x65ba6d67ebdd9c7cf93cebbcb844680b, 0x992bc18d25dd47b83c74b3315deb83490719f2356db71a9e7dafe245f63ef03b, '', 0, '?'),
(0xa38d9ea476bd88855635c783de44c575, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php', 1, 0x00000000000000000000000000000000, 0x9cda840b9d0aba3110b768cdbe2102dc, 0xb34d0bcfa1e71109de13fea51ea870ab6bf216c429afabe2c7210d1b880cbd17, '', 0, '?'),
(0xcf51814bfdd6c451063935188ec69460, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php', 1, 0x00000000000000000000000000000000, 0x01ec038be43ed9ca59215c7a9bff4a58, 0xbe14b3422a794ccbb010838161d8e275a82274a01a34e0fec75adbb34e6bc2a5, '', 0, '?'),
(0x2b620a92cb4466b05832c08687599943, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php', 1, 0x00000000000000000000000000000000, 0x649de5e0533abf2d4ec02151ddfb3022, 0xa736cb293f99f28b155e2246d22a05a9677cd2ce26c5db52d5cea004e1dc0009, '', 0, '?'),
(0x65699b8779eff8cc2c3ab6eae154d929, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php', 1, 0x00000000000000000000000000000000, 0x00a651902332d08f1291b4f35280b495, 0x7e164729e25217a1b3ea8137692deb23e2de0752203948b016fec7abf7200362, '', 0, '?'),
(0x14257e574e3832bd9e51ad4fbf9bfe05, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php', 1, 0x00000000000000000000000000000000, 0x6e34a41e469abf304a43c6206eb2be6b, 0xbb43622c7fa88db32207d7223e066abbe4a617f28990c58a03ced8416c44179c, '', 0, '?'),
(0x5d8e81d472993a400c7f16b4854911a6, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php', 1, 0x00000000000000000000000000000000, 0x84a185363a94f5f6be326b5033faaebc, 0x257588b8814d70f1dae1c92c2e00d140b25a718c0beb7218bf9d2fc3fbb59f51, '', 0, '?'),
(0x25443fc56d31515a22c5634158517187, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php', 1, 0x00000000000000000000000000000000, 0x8c47c61b8cdf3da3be9d310a56e730ee, 0x03387d07b70b05023e1ceddb6b3660bcff756964e2f0896548ed5003cd5e1fe9, '', 0, '?'),
(0x446da4a675e4cfa39321c249973548a4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php', 1, 0x00000000000000000000000000000000, 0xba941470d9bdadb850aadb5d478190db, 0x8c7cb69f20298aa95915fb4df77ff4162c33f7bea53081e7ca1f1a2a8739ed70, '', 0, '?'),
(0xf356a13cdffec3720a51b55d6a765850, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php', 1, 0x00000000000000000000000000000000, 0x5abfcd7ff82a064e66c7d9bc7b849d15, 0x699a94cbb67c3185d2e28f1b762e345baa28b6a008abf4d66d40663ef4bddb07, '', 0, '?'),
(0x4a083f23b3cd8c24014d0cf937d36384, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php', 1, 0x00000000000000000000000000000000, 0x0b60c4490c2e3a8f9b137fe2605052e4, 0x237ad415b85299021a4855e8c9ee3e42e86e502c9f9c169227836554ac74dfba, '', 0, '?'),
(0x8b8e4dafd3bcfff11e3754947eabd9cf, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php', 1, 0x00000000000000000000000000000000, 0x24e06b4117ce60c06c77dcceecb87984, 0x370d3409ecb6a510510a63edeafc3e630a063ed150660e38ed349006f8486ba4, '', 0, '?'),
(0x77651dfcdc6a16ff5af4f571b2490fc3, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php', 1, 0x00000000000000000000000000000000, 0x1c28af2c83a094beaf45da8ee6860e3b, 0x352b18fa53ef73590c073e25f372399637e49635185b49e93dc4603c324de7c7, '', 0, '?'),
(0x3a318328ac2904705d5631a92dc8a99c, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php', 1, 0x00000000000000000000000000000000, 0x9971444c87dfde61aa5b093fe0af2406, 0x479f7300ebe50dc32f31f702763dfa84a9d57f8bb77053102dab79452ed4d255, '', 0, '?'),
(0xaea89a83c0f4f8f303dd8833b32b500d, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php', 1, 0x00000000000000000000000000000000, 0xfb94b8972c30c1a75a25c911ade6f99a, 0xed675ef4b94db5c916a9393d262a17ad4d7b0bb012d95862bb302ad37593b9d9, '', 0, '?'),
(0xda0dc1edb181420565aad7af45f33701, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php', 1, 0x00000000000000000000000000000000, 0xe110f1597d83898c603876e8fd85464a, 0x8f55a292df8628b25bff72e5b5b380a96786d8ed68cde0e5acb5216d392822b2, '', 0, '?'),
(0x6b899231bffb832f97cd93dd90253db0, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php', 1, 0x00000000000000000000000000000000, 0xa544719364369e2b22be90558f0687f0, 0xc149b803b3af01e4fd73013bd6ae9eb49fab6993bc93d36b8debdf459f40fa29, '', 0, '?'),
(0xb74685115bafcde3b58b50d1b39140bb, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php', 1, 0x00000000000000000000000000000000, 0x4dc2628d5022d1198a78d9594030f1e0, 0xf727c8c2d66ea9b22a326ed48be4f2e98ae429d861288c5ff7491f718cc9987b, '', 0, '?'),
(0x268bd3e8c99a259fd329ef5726d41769, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php', 1, 0x00000000000000000000000000000000, 0x3e58561044e8fbb0af6dad7c5036190a, 0xe9fd6c3defb305623ad19fddf10952e45a8fd0ff09adc18dfff009e017148d36, '', 0, '?'),
(0x5086b25b8844e15850f58061c91d89e9, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php', 1, 0x00000000000000000000000000000000, 0x9b06d8ef3b75c289fd1c53b982ecb56c, 0xba4d3e3a1c0df926e156fdcc60ce1a3ab64f30e90f53763b00fe0bc156b57708, '', 0, '?'),
(0x88dcc874bd561212e6c43ca0fb43dec4, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php', 1, 0x00000000000000000000000000000000, 0x3b10486f16c4b4609ae9d7b36dc525f6, 0xe52886da0c6c5d8268f61dc5d0ae610979c8661468f91bb130762775b5766da9, '', 0, '?'),
(0x26f159a8abaf7ad071cd5b469e664096, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0xe2b6a8ba3b2a1714aeaaca3f89d57a8f, 0xa2a1b13a4f2ec627ab7e79a1d340805960464d4ef33a1dc06ed22eed3b0f7140, '', 0, '?'),
(0xead7d06049cbedb37f2cf379206f9f59, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x0feaf264b8be3de1c3406873b03a6b7d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php', 1, 0x00000000000000000000000000000000, 0x4b236c4a50a88b6530759f67a5db9481, 0x55fe574d9a99eadb736c4c9edce6d51739235462a01657186a3f5cd175a5bfb9, '', 0, '?'),
(0x54c5f92ea2df15296dc226f6cde4eb49, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php', 1, 0x00000000000000000000000000000000, 0x9434316c23197db770e6c7c6037a6b31, 0xa1d468869a09d35f82ce1ed69a9ef796aa21450ea1d30734891a76aeee4698b3, '', 0, '?'),
(0xd8bdd02992fc75d2b69f65087789af6c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php', 1, 0x00000000000000000000000000000000, 0x14886d684f1be0b4b28a66f4b22e490f, 0x0cad6fb14fdb62c1395fc1e362942d34c3ea2d847825f954bff5ab354539279e, '', 0, '?'),
(0xa614db1a818c8f33d5489a7befc7b282, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php', 1, 0x00000000000000000000000000000000, 0x72dc20089eb4a5cfaccafe6e2b17a36e, 0x5ec171dc1c4ea4d7e881d7d0a2de1d8326794ea27e8f2753042f2f3e7df29770, '', 0, '?'),
(0xb289b95d2954939c8297c04e323546d5, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php', 1, 0x00000000000000000000000000000000, 0x0c16475216cb97056385eda43f7174e7, 0xd69d527a35151d42c42cb3b46ec9b2bfa0feb78c0a0f486fdaa81406d0f2bd7c, '', 0, '?'),
(0xb2ba2d5bf58e888c53d15fd8b951f0f8, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x16313ab0d82195477e1ba071e7696313, 0x5eeb4443671c755054213ebbfe9bf457b8c51abbc71caf6bdd7e1b5f350c0a38, '', 0, '?'),
(0xfbc1325d26d6942393f1d85e46d9718c, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php', 1, 0x00000000000000000000000000000000, 0xf832cea2f10902ae2ffa4521e13c73d1, 0x5cd03d01a9abf4351797a9330b09aecf8e76cce1845f0125f132bdff41b63f24, '', 0, '?'),
(0x02eb38355c52ada4716ff22da9b3d93d, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php', 1, 0x00000000000000000000000000000000, 0x6882e0d113e22478202f99caf306bde9, 0xcf3c62aeef6f62b887b2976e410e19cbe0e745b6fe11ed37135f1914caef474b, '', 0, '?'),
(0xc8bf0f982de8d860b075faaac66ff0f2, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php', 1, 0x00000000000000000000000000000000, 0x61a0136d3b539c17b75623e5d36df349, 0x9e523946a8ccddf3f808ecc60c1b1987eb3437697d80caa794d943175ed77f25, '', 0, '?'),
(0x836d3eecbb0006bbb0305826a05e9951, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php', 1, 0x00000000000000000000000000000000, 0xb7e7704b7a92e40360df29395f4008a0, 0xbb9b61d2935965da71d9371c59546318b3c88a69249857bfd8aaca2fc421872c, '', 0, '?'),
(0xec0cdb856e5045369687548898f1dd13, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php', 1, 0x00000000000000000000000000000000, 0x978f4b64578cb9aad8bf0745c457f8af, 0xdc5295f511575d2e136461dfedbcdec87305b9da4a4d9c4c71102b708f7d2cf3, '', 0, '?'),
(0x11b1d38e417d07d28e575a353d2a749e, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xea623b76279567c2d1017e949eaeaf6b, 0x6de821c44d8096174a22768f043e2cf4e4ed30ee00d59cc9abb220266ad990e0, '', 0, '?'),
(0x81b069e4a01a21e017145bab382422f8, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE', 1, 0x00000000000000000000000000000000, 0x3b83ef96387f14655fc854ddc3c6bd57, 0xddacef491153f45022f5619519bb2016374a8c36e75153768493f45fb38d7992, '', 0, '?'),
(0x5391646c7a05cc010573885608370f07, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php', 1, 0x00000000000000000000000000000000, 0x56ab7e16d09c4901d4f758502faea924, 0xb373c4656d89927f2fa202113b9899d698f6ceec0fcc20615a9748609f673311, '', 0, '?'),
(0xa1ac8725adada85c2877920bbdb7df26, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php', 1, 0x00000000000000000000000000000000, 0xfdae49000ed7f2244bf8a6200620f309, 0x56e698701a9e31cd8cd18dcf08273d7ef19b91d9b2130cfb465f755cc1d050e5, '', 0, '?'),
(0xb6f50883cf8fdfc552434f68a599dadf, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php', 1, 0x00000000000000000000000000000000, 0x30a5d8369ea2012e747ac1e59f78c76f, 0xf6e03bdd03feaf705e00ac9d3306bfd4b9e2288020898e41fedfce61b4ecc577, '', 0, '?'),
(0x4fed3565cceeee3b687a977740925719, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php', 1, 0x00000000000000000000000000000000, 0x9a5a3cba86e689c77b0e7e47e1a26628, 0xe7f3b42cd7915b1a13afa3d6fa40bf2bead6c23f78b392e3500ed31fddd090a7, '', 0, '?'),
(0x6b25f70d30ccafb7494e36e44427af79, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php', 1, 0x00000000000000000000000000000000, 0x67c42bf8daa9c064deddac400cadf3fd, 0x7708a0626a905985cc029d94538ac0bec37463b81c8a83209aa249a8f38c6451, '', 0, '?'),
(0x151a5b8160a3b1304349245488a027f7, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php', 1, 0x00000000000000000000000000000000, 0xba29d548beb5240749bb339dbd5e301f, 0x44736d723f761104ca6a7aa185cfed4d6f99333d6230c0059bac0c4bce522306, '', 0, '?'),
(0x7e69b0491e13d23bddad5d9c41bbc853, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem', 1, 0x00000000000000000000000000000000, 0x3534d313d50be293bfee609e8e96ab9e, 0x44afa94f6f3b6f8d4f115d2bee9f0800cff0c91935ca5d2f22cadeb826eb51b1, '', 0, '?'),
(0x493655890d37b4d3fa8ad60f3370edb8, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key', 1, 0x00000000000000000000000000000000, 0x8e82683caae9b67cdb3762089aa99db8, 0xd5d95ffa5e4622fde63b2b72265a7ed3a651d0eaf0a8cdf8137c0ee3b1f835a5, '', 0, '?'),
(0x84d66e76fb9f5af9591e56dffb1fc9fe, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php', 1, 0x00000000000000000000000000000000, 0x9ab5783905530697d9c70db00e75df3e, 0x2936b048fb24f02fd7f51f6a326da78cd14ff28e6fd73c34d87629f467694170, '', 0, '?'),
(0x424a92844fa29ee41faffc867a8f44b1, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php', 1, 0x00000000000000000000000000000000, 0xcdc87bf631ac4d07529c4b455fdffa2f, 0x7c719f555504d1bfc38e7c7ab98f473e2a93db9c2289e9e649019da2fedd3b83, '', 0, '?'),
(0x81ec11b650641fbab593fd92ed638133, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php', 1, 0x00000000000000000000000000000000, 0xd2c52e3c2445ff0097fe67bd3a54b10c, 0xc69d45105225f9f314966612c60e5c9fc9bee4080d050c76943843ff5ec26819, '', 0, '?'),
(0xf9932cfca6a160cff974f7e074dc6237, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php', 1, 0x00000000000000000000000000000000, 0x804d50d83c5e66eba747f19ed420430c, 0x5693246f42de9e6ac5c8663091d6ab825178cb75f854c43d61a8c660eda0924b, '', 0, '?'),
(0xf9115e51366c84cf4a21a00409e2cda6, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php', 1, 0x00000000000000000000000000000000, 0xdc07c91c9d0c5c059be66f4ee42e928e, 0x3e3481df6933ae7c8c1e8b761731b5074ee9a6f23602877744a8294dfce46a72, '', 0, '?'),
(0xdfb956cc3dbfa3bb22e0236ea70902b9, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php', 1, 0x00000000000000000000000000000000, 0x05065fe02d8554b30500ca32b24c2dd5, 0xa2c8b4bef7a3e067921241e35dd37a2ddba303b202f0a2fbfce1b7b811075bcf, '', 0, '?'),
(0xe096ca7210aad64dd3dcb42d0a538384, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php', 1, 0x00000000000000000000000000000000, 0x6552e8db72fa238855fffdbde78a8f12, 0xe8d01f9473c84718640491936ce349422d3f60377c72da52dedd33b58183ac56, '', 0, '?'),
(0x188ac8e0fdd7582f0ff7db00fe830f09, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php', 1, 0x00000000000000000000000000000000, 0x81f8051091b8d4694a82429d0c213c00, 0x56ba13c734935e8d43c31c448d1a91eedcc318effc92f3cdce183bc1f955827a, '', 0, '?'),
(0x6ef3caf3308d16390f6aae760138f522, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php', 1, 0x00000000000000000000000000000000, 0xc58700f973cf34a77a9e39803ed65f86, 0x09442baec4b48cbfdecf21a1b308cd8451d07ffe02f5139385acce57199faa43, '', 0, '?'),
(0xd2adf3905f566c4bf867b02101708631, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php', 1, 0x00000000000000000000000000000000, 0x4fd2a175ca2f42dd263f8068f0fca7c7, 0xcd44d9bd2e866a374974dc6c944b4411c670439f96b24ff5f4e5d0a30768b80a, '', 0, '?'),
(0x21f14f8a34d6624352529b66144f04b2, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php', 1, 0x00000000000000000000000000000000, 0x7f42875a1e3a33f2687296241e7ee587, 0xf84643f8ca3523c4cdc1d5438d1e983cdeba621647834714f721a7b8ccae9c40, '', 0, '?'),
(0x491057ef9339d96180d61b579cb13328, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php', 1, 0x00000000000000000000000000000000, 0xf4c2998671cc0257bf08d900d34e28cb, 0xfdb7b4e9f77aff01103464d2bbc060faaf090042358a854d8de72098848d0e9c, '', 0, '?'),
(0x63fe06865b625dcbc005feddbd874a46, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php', 1, 0x00000000000000000000000000000000, 0xa7495d9855c0e6091158c06783ac8bbe, 0xfe54c2cf9a2dc331205b06eb9e402e2f69f392b6a69469c8c571d9eb30986f0c, '', 0, '?'),
(0x7fd80bd0a1714406d69a3fd31e699e58, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php', 1, 0x00000000000000000000000000000000, 0xcc252a28becf3c72cdf1e24b86573b4b, 0x458fdfacf621162c79ed33b3a6317525c05400dfd3a468eaeebbdbc483697b9c, '', 0, '?'),
(0xe5270fd26046cc94cc7ed908c496939c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php', 1, 0x00000000000000000000000000000000, 0x43bffdf5d88de9cc30d02b438f84b285, 0x603e26136928c5b99b85821c4394cedf66ffeeeb2610f1cf12ec3e591322a60b, '', 0, '?'),
(0x9e85b6bbbdeea212e8863cef78cd428c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php', 1, 0x00000000000000000000000000000000, 0x199b258096860d89bbdc7cbd555a76aa, 0xcbda5a5e4c11e4c8c861bca7ced17e7aeb303b3365c22ccb929cd3f22d3d1d02, '', 0, '?'),
(0x0aed141540a96791dd2b543b56b67f96, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0x10e3d56697adc20d4029f8abebbb9a14, 0xbc3b9795bfcc5f1049061df8dd6df2319b8ea3f8b50aee397c21deb60ee510af, '', 0, '?'),
(0xf997384bb0e7200b3f4f0b5d12cab959, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key', 1, 0x00000000000000000000000000000000, 0x10baa71a6c595e5b460dc83278cabb02, 0xcf363d9393d8539371ae2d352029b8ab45bf4c7d41a4566911415d9f1f9f8e0f, '', 0, '?'),
(0x7856824d9ae93e966ed97b4f96c79f11, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php', 1, 0x00000000000000000000000000000000, 0xe5492c309d60e72d3d0cb84f7848a7bc, 0x16e2b0816dbc576b61cbf697e8329d8312536ad43ea8cb15b7118522c777f93c, '', 0, '?'),
(0x41d8bb141523a81db2b922f3e0c56aad, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php', 1, 0x00000000000000000000000000000000, 0x9aba4a3c312f2524c74afe3dce9413a7, 0x8ed876898dede67009654b4bb237ddee399a86f738a2b8faaaf6b1c202ad94d1, '', 0, '?'),
(0x51a7dbf7364b1f34f6ca15a880d2f048, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php', 1, 0x00000000000000000000000000000000, 0x78014149366de54e645370561f42d787, 0x5a3f98524199b22bfb1637239a43cbfd2df394fa5c34675b6f3f4ab65fa3671f, '', 0, '?'),
(0x7249007967d7452180a3fb17320c0043, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php', 1, 0x00000000000000000000000000000000, 0xef096eda7b9ef19dc900e8305524c0f1, 0x470ad8c94b7306f1b5dd4927abdb156d79391a56add144155c3add12c487eba8, '', 0, '?'),
(0x6a8fafd229136e835138deaee1ac448c, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php', 1, 0x00000000000000000000000000000000, 0x22af741d30de2c3036f6ac913cb9fb1f, 0xd4512366b2baa339eb87073ba9388ed92a428133ba57f50801616f33466310ec, '', 0, '?'),
(0xefc57b7fb4fa200df053066cc5bfe909, 'wp-content/plugins/wordfence/views/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0x153abf66d83f62086a83bf902e8b9fb9, 'wp-content/plugins/wordfence/views/blocking/block-list.php', 1, 0x00000000000000000000000000000000, 0x5d237bd7318c86deede2f505267604b5, 0x0502a85e50f662022e7cb33d1f3ec3065395f5fef423270df86cb1115dd75e91, '', 0, '?'),
(0x72f937b2c82f792ab861da9b505d2030, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php', 1, 0x00000000000000000000000000000000, 0xbafabc08d4396c0a585183306884512a, 0x1b84c5b99cf2a4f77ff8595a2f82f78104e62b60e25f7bd854b9fe6ea2aa48b4, '', 0, '?'),
(0x667086fa93eae7c86af3489b1105271d, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php', 1, 0x00000000000000000000000000000000, 0x06a79a1444e795e361d8f2d311475d3a, 0x5e0fc4b6d655954f16eb393545a11fd6b9c87ec1bb7a149de5714de771c83340, '', 0, '?'),
(0xa80268b978d72a28bd26beebc36b4f92, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php', 1, 0x00000000000000000000000000000000, 0xa1759cc1794746a11e2c7b968c58c17a, 0x25d49c7f350496813b1eba9413fba7f605789313885e299f8ba8472885e01f6f, '', 0, '?'),
(0x0834aedadb81a503913bbb308a2e2a1c, 'wp-content/plugins/wordfence/views/blocking/country-modal.php', 1, 0x00000000000000000000000000000000, 0x2847226ebe725069c41e29dface01b6a, 0x0d894641866d65a06109721b95902d9577148759cb45d675cace02e3f4f17518, '', 0, '?'),
(0xe36d81355e02b9dbc0c775c8eab0393e, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php', 1, 0x00000000000000000000000000000000, 0x17df2874eed71384900d34d4c7635213, 0xaf5e03e056f4a3788bfecd5f3ac608177f15e16b09a4dc281ea3e13fbd42cb21, '', 0, '?'),
(0x313f6f9c78f81b13e73cc83fe9cde236, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php', 1, 0x00000000000000000000000000000000, 0x3f7640bd59a0611bd8709d76b91eb28a, 0x70aa9ae65aca87014fe4a646ef4de1df34c6563932ea5150b6fe00f1eba2edd8, '', 0, '?'),
(0x34546f149dae04e2826945f8e5748b1b, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php', 1, 0x00000000000000000000000000000000, 0x3718f6730d163e4a99bb28a19c8045cd, 0xd34bb0a6faf51428779cb24224a60da41e73abaeeca48721fc13e0a8bfa8cb44, '', 0, '?'),
(0x32c4a3ad885fbd44e39405788893a40c, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php', 1, 0x00000000000000000000000000000000, 0x4f0eb3c2f8fdce13aa7e987d742eef4b, 0x4daa174e84b3eb02a6129ba59a9146600d1639f71cf6a0d3abeb7250f4b22c51, '', 0, '?'),
(0xcf02df132c949f11b440ced6f3ba51cc, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php', 1, 0x00000000000000000000000000000000, 0x49b7e622dd7367bd7f1734885c28b138, 0xb440991beefd5a6e22cebe7e9e51d594bac338169373e3508ab69e0037e50533, '', 0, '?'),
(0x4255116a94765cd1a3e295e1e1e828ab, 'wp-content/plugins/wordfence/views/common/license.php', 1, 0x00000000000000000000000000000000, 0xa8e8b03a38f5b4069adc0ede125ea272, 0xcf66f2134217812d68879f9008be99ed5ec83e41e3eff0946e4830c30d26cbf3, '', 0, '?'),
(0xadf96c6cb8848378e84c2c3757ca4edb, 'wp-content/plugins/wordfence/views/common/modal-prompt.php', 1, 0x00000000000000000000000000000000, 0x004ad92e485b7c06e197453316246494, 0x881ac07a25ec1daac3ea3be7e51caffa976f81a96ed0de6d26b1d5caf7b5afc2, '', 0, '?'),
(0xf78d5d0715818d70dd529f2f24b831f6, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php', 1, 0x00000000000000000000000000000000, 0xc12b0f1284244260771fe4c695b491e1, 0xff61bac401dde236e3eccdce9faacbee765d7a358c92dac194be0d8d70f163a0, '', 0, '?'),
(0x079e78c3c27c73be83c4d74b039f61f5, 'wp-content/plugins/wordfence/views/common/page-help.php', 1, 0x00000000000000000000000000000000, 0xe021efc8f70b594aa104f04a6b9bcdf4, 0x9ba01a3da1441742d790a3a70925251441173f4f9d77110f089bd02a2fde7e75, '', 0, '?'),
(0xaddccb8bdd5f6f2127da759ce1f87f72, 'wp-content/plugins/wordfence/views/common/page-tabbar.php', 1, 0x00000000000000000000000000000000, 0x71e8d8c25664d08c5840719bc899cdc4, 0x5304fefcd0d8aa41e4e9e0d3a4cb4035b0fac7f27c887efa3f4b424b390e5519, '', 0, '?'),
(0x71037143b8a2248db21b9ee0fda88340, 'wp-content/plugins/wordfence/views/common/page-title.php', 1, 0x00000000000000000000000000000000, 0x35abf32a9d3c171ef0583b1cf803f818, 0x4e3502259eba07033de59c6b550b48564bc141fe6c4504492233e8b86ad5d3fe, '', 0, '?'),
(0x7fc1da25475d661dd340cd25ca5adccd, 'wp-content/plugins/wordfence/views/common/section-subtitle.php', 1, 0x00000000000000000000000000000000, 0x6e5e0dc1f1122366969a73748482571a, 0x3a08cb74615145b42605cd9c98b3eedfc473d9a10a47621f5c5a2053317bb003, '', 0, '?'),
(0xa125a5b03f92ea95f514a81129d20f7f, 'wp-content/plugins/wordfence/views/common/section-title.php', 1, 0x00000000000000000000000000000000, 0xe81fb2f8217a98e091cfc0b698f0cca5, 0x2ba3ffe4ab41cd5397afd19f6248b4c2e6bfb3c1248f56af2bbfdc1b4ece82c3, '', 0, '?'),
(0xfa7709a59a8d2bbb026a0ceca402fbc0, 'wp-content/plugins/wordfence/views/common/status-circular.php', 1, 0x00000000000000000000000000000000, 0xf0e219df7fba2919df2e1e3da3b7a567, 0x71345e222dfa3986e687e1ed0a0e6419310271ac918810e84f2cedf98f1c18c7, '', 0, '?'),
(0xfc5ef94f817c273a51c799451ce7ddf0, 'wp-content/plugins/wordfence/views/common/status-critical.php', 1, 0x00000000000000000000000000000000, 0xdc52a62f435b80b6e5855d977525fd15, 0x02ae57e7aaedeb0b1f4226369839f5679e6b5fa2a09f8145461efd3604c94916, '', 0, '?'),
(0xabb31d73f9d58c51b1b6376fe9c304f4, 'wp-content/plugins/wordfence/views/common/status-detail.php', 1, 0x00000000000000000000000000000000, 0x605566787939e2073994f96734c11cbd, 0xb8e5ef45e80c46cb6ad597260ab6f445b6a2264ad59f6705576b2e8e8bba542f, '', 0, '?'),
(0x0823e637b5ed0372c9591fd000bce169, 'wp-content/plugins/wordfence/views/common/status-tooltip.php', 1, 0x00000000000000000000000000000000, 0x4689f2665aedd88d5049522669e6a7e9, 0xf94551745912803dc7c06a2e23650c57e388a441335163501f0213fdf0fc54db, '', 0, '?'),
(0x9f44b2b8642e50cbb47b1d2d796fd367, 'wp-content/plugins/wordfence/views/common/status-warning.php', 1, 0x00000000000000000000000000000000, 0xa5b56b52b9662cef904a03aac1de6bab, 0xb91402bc669121a7d90d57658ca53d3ff5db4b8d01a49b6a5026e92a0879d67c, '', 0, '?'),
(0x70cc9330a43240e306d8135046ce746b, 'wp-content/plugins/wordfence/views/common/unsubscribe.php', 1, 0x00000000000000000000000000000000, 0x593a68330c833ebdbd6120dd91b6347e, 0x450fe8f971fab8b4cb5467bbe74f3e462debc54f02fa28cd49c69a195aa3bf7a, '', 0, '?'),
(0x4d157831c78b546dbe52025f1c14326f, 'wp-content/plugins/wordfence/views/dashboard/global-status.php', 1, 0x00000000000000000000000000000000, 0x14cbab27bd6dcc60a3303ef02b23a2ce, 0xfa9c9c08def0e7e69812c3c470fbf8c1b39d1fe750763f5ac746b2ea5151636a, '', 0, '?'),
(0x7b5be32f12c1b0b386061dda91cefd84, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php', 1, 0x00000000000000000000000000000000, 0xdc8ebc68faf9b5d81404e88128763194, 0x83051af46c65b16b6e6a273de1198b7c43b4acf22c00dcec4d6c4447e1e5ddf4, '', 0, '?'),
(0x19628786ea45849fa31fbb07ba34743d, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php', 1, 0x00000000000000000000000000000000, 0xcaccbb1c046fabec9d19770e471b3e70, 0xca49b66006495e7b02e750d7a0688451f8cf16653a1473475e9ba438a373c49a, '', 0, '?'),
(0x7e14c8be2ffa086d1cdad680cd21fcec, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php', 1, 0x00000000000000000000000000000000, 0xd873c9fb585dfb5b7343163e8d51d4db, 0xb33e8bca5f631a4a2bc9de170fa1acb6619cf8a785b396a8c3556d76299c6c67, '', 0, '?'),
(0xcc8b90b871c842103361ea59efe72df6, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php', 1, 0x00000000000000000000000000000000, 0xfb0060277db72883a58362b7868c4123, 0x632c8042150b701fa332fd3802a0d5eda8306a8790377d68702df907f2e5ae86, '', 0, '?'),
(0x51f92ec3acbc5ca6821cebfb58654f49, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x4ebb1946fe15ed59adef1022f1345cfa, 0x660c4ea90b849ccfbb60bc0a71e85efb5a1a7ee13c1e92f72795495b1ba121ac, '', 0, '?'),
(0xb482192c1006e906d74d86f83b76fbfb, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php', 1, 0x00000000000000000000000000000000, 0xf2c32b3adc0443b49aafeae4670c9851, 0x28ab1b230395aa0fcb3e3c10fbc419ad22280a8fd5fe270f4b99d5ec83dfd6ce, '', 0, '?'),
(0x2035d4f18d72449b67bb04e7b183be19, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php', 1, 0x00000000000000000000000000000000, 0xaf9cf9f0bb7d6a4f5249ed70196c44fe, 0xc8f5050c46d4016d82cad5b32862889deaaa780ef7849f2e7f57a04e328782ca, '', 0, '?'),
(0x9e5d6f4df0a273651406aaaa4a341dc8, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php', 1, 0x00000000000000000000000000000000, 0x189f6f199086fe683583880d78dc964e, 0x0c36791a75f0cf853be709ad30a47eea7273314aff398ed658b291f24a9e88c5, '', 0, '?'),
(0x849c1b8250bbbcdd4d85cb9d883d0455, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php', 1, 0x00000000000000000000000000000000, 0xcabf036d805c6d3130f8911e662ab529, 0x096df605c959dc5fe111dde7cb5c272ebaa55dafbbbb5779573015f78b033005, '', 0, '?'),
(0xc8379807008ef9031174748a13b27f2e, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php', 1, 0x00000000000000000000000000000000, 0x687742edaeeeeffe65142028109bba81, 0x89d4ec5e4b24bcd3dcfa3100a46ec68426e4694d7be7ab18248c065ee08a6889, '', 0, '?'),
(0x5942740aaa0a1d63e5dd9f2eb5fd7669, 'wp-content/plugins/wordfence/views/diagnostics/text.php', 1, 0x00000000000000000000000000000000, 0xa3eee08c6e9e94ff57c6686780bc719e, 0xea3bfe183c63a2bd36cf7c5f875db929cbff6da3a0d3c97d7064feadc1670902, '', 0, '?'),
(0x4f53ef59d3577a213812f5caa36a1fb1, 'wp-content/plugins/wordfence/views/gdpr/banner.php', 1, 0x00000000000000000000000000000000, 0xf6ff0b19f253120c3e6a200aa2925d67, 0x8c2296bcf518b05e07a33854fa219a8c972cf5853cad31cdd24b80141b890d82, '', 0, '?'),
(0x5183fe636dd675581a33fb422b879e58, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x5f3e4d90bb2cda783c4da6bf577baafa, 0x819c50530748720da5856c1e0bfd09e1971f73e2959d770fa07ad08f7ffa42b3, '', 0, '?'),
(0x9f1c42e2d4e899f421b3b976dda1c9b6, 'wp-content/plugins/wordfence/views/onboarding/banner.php', 1, 0x00000000000000000000000000000000, 0xf87a7aa9237576e5129900179b18bfac, 0xf9b17d06dc0793c07c4952c280a376bf4a10a9252deeb82f0aee56e782fa86dc, '', 0, '?'),
(0xed0f96f86dd79401d4ca464024807e72, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php', 1, 0x00000000000000000000000000000000, 0x1907874779a4c7df68194f8e7d34a2aa, 0xbecfa0abbcdb11475dc00dac2547aee565ea2ab2b47c8a53b4415cf9b10a7c8e, '', 0, '?'),
(0xb0182f379bc3b1e36378eed9709f9667, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php', 1, 0x00000000000000000000000000000000, 0xa3e4a86eb22c47b7f5acc72a74ef15cc, 0x7deae26089da897de03a32ce75800dc045c145dcc3009de6752fd885deb248b8, '', 0, '?'),
(0xf83bc7254e21399d0a4c264e84dee79e, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php', 1, 0x00000000000000000000000000000000, 0xf21841fe703f6becc4cd75cc295424ad, 0xa58313013328e1a82292db0400f806d2e69e394b2238c9cf640967e36ba06962, '', 0, '?'),
(0xba339e2c9298d763768b6b969205d1f8, 'wp-content/plugins/wordfence/views/onboarding/overlay.php', 1, 0x00000000000000000000000000000000, 0xd09ca80cb4fed9c1baf11f9ddee973c3, 0x07d403161403c0613aa3469eb914e256a257dc3557a13c6ef46f601c18fa0ef8, '', 0, '?'),
(0x2bb41a44808d965a0e65147d018fc904, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php', 1, 0x00000000000000000000000000000000, 0xbac7bd8c56c80d92c4735f32e8c981b4, 0x5a82187e00e9d369c0e715c763323df4d25222d8fea050ad98f23cb7ff30067a, '', 0, '?'),
(0x274163b8b4e52c097e9736d8f8dca6e3, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php', 1, 0x00000000000000000000000000000000, 0x993a03e8be16bd259b20189f293ba700, 0x1ac8f327c4a10eeba7aad3ca1613b62e7327c6e8ad7364dc34a75eb412d30449, '', 0, '?'),
(0x11a45af2f7f3642a96e859a1f6da98a1, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php', 1, 0x00000000000000000000000000000000, 0x3562636a6302c3546396737193cca35d, 0x573a0b2e4010834839a74bb142355ce2bcf61e61a27409ec9697ddcaaa67d22f, '', 0, '?'),
(0xe6c31511b49865d295f7688256902280, 'wp-content/plugins/wordfence/views/options/block-controls.php', 1, 0x00000000000000000000000000000000, 0xe24208b5cf236aba54822c09858ba944, 0x04780e900814dc4c1da761293bc925f985c6b5eeaeb77ffca7019e522abefce9, '', 0, '?'),
(0x2c06e00f1abc4a271baa7f41576880cc, 'wp-content/plugins/wordfence/views/options/option-label.php', 1, 0x00000000000000000000000000000000, 0x2760c30cb8ece9d9db6181d8e920e5e1, 0xf8b8e6f1dd799681f344124652235c5c462fadfd47255259a1d2782198423661, '', 0, '?'),
(0xb7609960271bce6c603de8eaa2065828, 'wp-content/plugins/wordfence/views/options/option-select.php', 1, 0x00000000000000000000000000000000, 0x4a2a45d52576094ec361218ba455771f, 0x4dfcab23338961407868c706c0a0730d35047142d24e10d9a3a958230ec0f292, '', 0, '?'),
(0x14206f8facc6959fcc745fafba002ecd, 'wp-content/plugins/wordfence/views/options/option-switch.php', 1, 0x00000000000000000000000000000000, 0x9efe9e2b928b0327017c0f1becaa121b, 0x7fd343d15a9ba0ea686175f0fadda3bb4be84369662185bd97a18e277e46ad70, '', 0, '?'),
(0xd296368ad0f24dd6a614b6ae357748cc, 'wp-content/plugins/wordfence/views/options/option-text.php', 1, 0x00000000000000000000000000000000, 0x0e6bbbfa911d8fdf9f2ad7896b2b3b38, 0x37c6c3e84d243cecf7720e4f0739aa476adec1e7bfde450c799ef6512a2bf733, '', 0, '?'),
(0xc2596d069652f46cab7f5800f886d93a, 'wp-content/plugins/wordfence/views/options/option-textarea.php', 1, 0x00000000000000000000000000000000, 0xb08e84e6770aa34d757395f4a09eb5cc, 0x4fbe8aaf3d7e6a632308fd368ebf4ce7aa9c08ddcad1c46173f257d54f512d14, '', 0, '?'),
(0x32ea306d4b9a3a1372c2b25c300a42d9, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php', 1, 0x00000000000000000000000000000000, 0x147897a3b1392fbda25a9368f236b90a, 0xf3fe4a3c3ca2f61dbe1e783fb023f2fe6ffcb28690ba824a126e38b23a6af984, '', 0, '?'),
(0xea640aba763be84f313a9daeae2c546e, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php', 1, 0x00000000000000000000000000000000, 0x9df292bcd0beb536a4cafeaf8f05a2e3, 0x72cc0a7a14c9e895e91e3ea298bd670fe369d4028f0d75f7b4753cb216e49b46, '', 0, '?'),
(0x2e88e9ba89024430038975a94c2d6395, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php', 1, 0x00000000000000000000000000000000, 0x9b0cdc07d642ca572394e823fcae04e9, 0xd5fc5ec03cb503b4341df3cc652cc017d400fadb6cee17849208ebd60de22164, '', 0, '?'),
(0x0c2425238010c65f8255bb5f6419cd0f, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php', 1, 0x00000000000000000000000000000000, 0x09c1ea7c43a0be774018e38813ca6da2, 0x35aac3a300d38a56628f418602c587e5e4fcfa0f8e2e5afb3b4d7afc715daca1, '', 0, '?'),
(0x0d7ac7100f1d8dbeb18a44d644eb9ed3, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php', 1, 0x00000000000000000000000000000000, 0xe08dbf16f76d1693baadc3c0f45fe182, 0xa6bb52c8861b460e0a44ee7e48ee8e3038292c3a106c6c57f86e14ae0d63b2df, '', 0, '?'),
(0x44ee545bc72dc2e1fd55e1f601f8f0b0, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php', 1, 0x00000000000000000000000000000000, 0xe6073df3977128e9e5749e93dda3cbbb, 0x617408a5c3817d28c41c9b3019866fc39f25ec33d8c7f070c81001757efcc4a5, '', 0, '?'),
(0x2aea09ecafc485c9cefc0edfe35ce3b9, 'wp-content/plugins/wordfence/views/options/option-toggled.php', 1, 0x00000000000000000000000000000000, 0x449375b90a4c8401bb879cf0fbc21e45, 0x4c384dd002fa1430833d8e59ef6b629fb3d57c1c350739d4621d2be4967a3a34, '', 0, '?'),
(0xfa8837da9421f532a6782592584efa33, 'wp-content/plugins/wordfence/views/options/option-token.php', 1, 0x00000000000000000000000000000000, 0xb778af454a52c1601b9bf9351aea430a, 0xf3885f03fa979b084e9652b1cfa66707ee1f4e8e7299c47b8dff8e6f58d3ae81, '', 0, '?'),
(0xc6ebaab340d120049b3d0ca4c5187960, 'wp-content/plugins/wordfence/views/options/options-title.php', 1, 0x00000000000000000000000000000000, 0xa2db98e4a9d6c9036a0ce78e93dd8645, 0xeefbfea34b7811669bbbb49f8493ea2b6504c796d9adae11ca8cf5890ef9bc6d, '', 0, '?'),
(0x543f843f3a71d7ae50c3f3616827abab, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php', 1, 0x00000000000000000000000000000000, 0xb5ba88414ef0585b606800aae70ba1bb, 0xa322781649a64236199a453f87e9c9c4ec0c698a27321e36cc3579152f1899a6, '', 0, '?'),
(0x1f4ea1642352ad872babc1720073045b, 'wp-content/plugins/wordfence/views/reports/activity-report.php', 1, 0x00000000000000000000000000000000, 0xd20e8e3f7565d3067744953a9eac45ee, 0x19eab0c3ceb60c881ae0de29761203a2b5d57647ef189f2ce968fc2f97d38884, '', 0, '?'),
(0x701b7b0db6a820e2253e2ffc5affeb3a, 'wp-content/plugins/wordfence/views/scanner/issue-base.php', 1, 0x00000000000000000000000000000000, 0x0b1d6d7ce9ac261e7666c6b27e8c15b6, 0xe66922ee8f08ac6dac24f3ff50794dc2eda118dbf10c64919d09f8abab53e99f, '', 0, '?'),
(0xdc914be2dd93e0a5c9d0256550be5e55, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php', 1, 0x00000000000000000000000000000000, 0x67b37dd9689a6b39f179620813a92857, 0xa5fad91a4493fc51e05e8bfd5ca1961da3ec1c90399b14a33bdb3776a2e746cb, '', 0, '?'),
(0xfe257cddbdb03e3f767b6aca1311b706, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php', 1, 0x00000000000000000000000000000000, 0x1356c4df3de06cace0ef0932e258ff95, 0xd7b4b530cbca1eaa4d229713b9722c5fd1c68e3e29479412fecdf1e9771d673f, '', 0, '?'),
(0x65700d7dc8755f348ffdbf91b1f3969f, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php', 1, 0x00000000000000000000000000000000, 0xd0a933ae5e378744506bbe40635f9b6c, 0x65bd9ebdadead7a063e33108b0be3046c7ea5eca62bcd50442da51404275aaa2, '', 0, '?'),
(0x4490ccf6c9759a0dc5c28b88c9b2041a, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php', 1, 0x00000000000000000000000000000000, 0x41d5abfbbb96dec5204c157177d60983, 0x98b2728d169f5fb669510fd6098c61c0ee52bfa68c0e8210d4cb2b82eded91d8, '', 0, '?'),
(0xeff4b1a863b5d047bcb6b8286045bb95, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php', 1, 0x00000000000000000000000000000000, 0x2212586a6f157a886fc2cdf059b296cb, 0x9cd27bf197671e936b7b614be0d51be72abca4f5ecfd8557f5ccd785c724d7a3, '', 0, '?'),
(0x24e8ef947ca9a863d819bf205c7e8ef5, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php', 1, 0x00000000000000000000000000000000, 0xa35ccb5e3e8335b1706191c657bdee3e, 0x0c8da7f491ccd20e9308a4e9dd4443c9ec584734574650b723de014e12b9531a, '', 0, '?'),
(0xe85307484c656e0f50ee7137bec48d89, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php', 1, 0x00000000000000000000000000000000, 0x661987ee058bb48e60e76a7ca39079fe, 0x69fa864f47699084a59546147c0b34a038da02995618f1d76aee0a231b562d4c, '', 0, '?'),
(0xaebb8fcea64863f15e9ee2fb13b09029, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php', 1, 0x00000000000000000000000000000000, 0xae86ad06d8129ddde28127e17b3dcdba, 0x8696ef5216a1b9b393f7c75f6690577b2a3395c5eab1c5dd9409b122cb2f8f13, '', 0, '?'),
(0xba28647749003a0dcec0d75878314443, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php', 1, 0x00000000000000000000000000000000, 0x9576ccf2c15bfda590412e461f3344e3, 0x4096a0da938b56d343f1b22bf9e9b43c213b40388ac0a73911d028f36e3dbb47, '', 0, '?'),
(0xb49527888b405320c7f744e192149aa0, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php', 1, 0x00000000000000000000000000000000, 0x55b1a43f05eb713eff40e101aa11d770, 0x007b6171ee2877cf0721497af37d2b9d6cff782f4930b8397c3125a1f8c090bc, '', 0, '?'),
(0x29d83623a65f02c5faf1cc9f534146a6, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php', 1, 0x00000000000000000000000000000000, 0x399c67a6ff73a42006109eade56056e0, 0x1c9ef56a28bca902f494d8a00d09e7b7aa9bb7eb94552bcef2c91c112ef3ae64, '', 0, '?'),
(0xda7537381fbec2b8e44bd48a6b680bee, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php', 1, 0x00000000000000000000000000000000, 0xe9744ad6b61b059544dc92be2bff4318, 0xebacf42275759e6788492445af85ae443dd0f0bf0aba9eb751b382672dec545a, '', 0, '?'),
(0x6515c7eccc58c78c2e5cec281626fd64, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php', 1, 0x00000000000000000000000000000000, 0x17e68ea863a54067bac3f3ae8505d068, 0xc9bf54b986b8073eec459e6667f7bfabc54bb0fbee12af2072ebb9f5ba1729bb, '', 0, '?'),
(0x912fab061204d2301629adba9c1ae6ab, 'wp-content/plugins/wordfence/views/scanner/issue-database.php', 1, 0x00000000000000000000000000000000, 0x8a8653b1d03e9488ab5ae0e0c5ee47e4, 0x8492f10aab87235077334964cec87dcd8725f74ad5cfec876a19991555a2d32b, '', 0, '?'),
(0x0158fd18c998795f07f137a5584e1d2f, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php', 1, 0x00000000000000000000000000000000, 0x16e75c1068cfe802a494270ae4b7ba01, 0x200b0394371edfdc5247eb242fc187cde62d69aedd4e6d0e2816ce57d83bcc85, '', 0, '?'),
(0x340a9194096d875dc4bf1eb1d08a8acc, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php', 1, 0x00000000000000000000000000000000, 0x21efabf3bc7b5cc52064e4c2e3dd60a0, 0xe71795ebb310c7bf27e4c99cac4cd2aaa50f423ea0ddf11509262da57b85908f, '', 0, '?'),
(0xa78ddf567f80b374bf53f92d08de16ba, 'wp-content/plugins/wordfence/views/scanner/issue-file.php', 1, 0x00000000000000000000000000000000, 0x4b571e3f7f117e0bb4a0e60d63e6eb48, 0x69ba05253ecb5c36914cbec2ffc37b3897a48789f78779d65a1418bc8d4148dd, '', 0, '?'),
(0xa23bb966a04a31f8facb981db7802b43, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php', 1, 0x00000000000000000000000000000000, 0x916e0a1cedda2bd5ae2e6a71415aa819, 0x840600fdf649889bf9838892333698f803b3c49b6efc6a1e376a6ba33a06e3e1, '', 0, '?'),
(0x429efb90f551c10ea208d36155ff1225, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php', 1, 0x00000000000000000000000000000000, 0xc892bb5364cb3951211ac170e78133bd, 0xf12e3ae312fba0e91714c2f932eeaba04b531e31180e830f76470bfc81480856, '', 0, '?'),
(0xb18b776518d6f669213cbaa173fa790a, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php', 1, 0x00000000000000000000000000000000, 0xf86838a5464ba53345719f739df9a0e5, 0xd1309d549bfb9745f70b56617e273535683491c16fd59e19887b4dc9b1cbf027, '', 0, '?'),
(0xcae3b19b998bad205639f87be2b6e962, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php', 1, 0x00000000000000000000000000000000, 0x7eb9f1044a6e77cde6387a32f3737761, 0x9c753cfc4ff138420c651c274faf6200791f048e504ad2783798e7fedcff49f3, '', 0, '?'),
(0xecb9da21173cfc81dcd342341a53907d, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php', 1, 0x00000000000000000000000000000000, 0xaac9cffeaa03cc6c65de403198d92db0, 0xa6aa2b03095b500daa692dcac2627f306d969fbac3c6a5bf4d228523b316a440, '', 0, '?'),
(0x04a0fae00aee238d54a8ea3fd7bbeccb, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php', 1, 0x00000000000000000000000000000000, 0x3257ab4cb01118c33b6d0f87303697a1, 0xd4d084a03cb945486d605edc771bf4c11749ee82fa9faba262beb8c0e6f04de6, '', 0, '?'),
(0xd348208a2539ddded56cb6d48594450b, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php', 1, 0x00000000000000000000000000000000, 0xf7c1a8885af0da7c4a53caf31ce79c17, 0xc197b9af695ce94a6b46f3d3745cf300177814dfc9135265f16865c102266abc, '', 0, '?'),
(0x6e0e5b0906167f58948712837dc93082, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php', 1, 0x00000000000000000000000000000000, 0x4c4c9223c3c5008775442cd159fe695d, 0xae7e5ef4cfcdd9b4d5091364b7ed692ad0108e98cc5784f5188bdf3c36f4afc6, '', 0, '?'),
(0x243779fbc8c75ddad80ff04ef908141e, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php', 1, 0x00000000000000000000000000000000, 0xbbaae146aaf4e6df1159ac60bd38e689, 0x5e0bb17af879b07b62148e2e6e9a266f40c47b17eb163c2cf8248bf07d18d40e, '', 0, '?'),
(0x249ae85318c1436be8f48964ce57fb19, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php', 1, 0x00000000000000000000000000000000, 0xf88d21ed89e52219a5bb56250917097c, 0xf6583e8f87daef9c5b365f8de35c97e6b56106b7339b0881f7c9d0731e1fe956, '', 0, '?'),
(0x64c330c0d9b71ac9c7e8f3f013d48c6e, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php', 1, 0x00000000000000000000000000000000, 0xfcdcf90c303c4e35d2966fe8f4e3754d, 0x700ef4220d89b3af3cd218a1503133f972a3b07aee1dd5d23dd7d7c8e2c6935d, '', 0, '?'),
(0xe6e918bc228c4c4a31ec43344e44f710, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php', 1, 0x00000000000000000000000000000000, 0xad7044ee9b8b2a99ab9eee8f024c7db3, 0xf1e666c289b00893abc6bedf9c3d69f7f9c7738a3801b41a7d838ae7941f8bba, '', 0, '?'),
(0x3de346d3ed98a3b7c386b1c24b26058a, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php', 1, 0x00000000000000000000000000000000, 0x00c14b1da46f388b453296ef11921fba, 0x149e28dc7eaf53b903f8531abd5b35458008ff216e10fe42bd6af50c93884420, '', 0, '?'),
(0xda2c0d049e17ca09d567ce4813c5fe36, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php', 1, 0x00000000000000000000000000000000, 0xbe06dbe79048ebb176b38390fff6fef9, 0x74094ec9bc2127b457abf7f460a03186ca318d867fa931e7f69a03e18abf21c8, '', 0, '?'),
(0xc83bb1b081944ebc513ee389c4f4a802, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php', 1, 0x00000000000000000000000000000000, 0xee353ef31adc21c3cc84868f9bc4f3b8, 0x22600aff81325a676f08d16a31e1a570e16847294dda4fb659619e0d63694047, '', 0, '?'),
(0x0fee8807724aff3c703ea7fac3c45a96, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php', 1, 0x00000000000000000000000000000000, 0x919a3251c607adc86caf7efa0faff321, 0x86c29abc74b6525329ed7aae5c7bd3912807e4576415ecfbe33963b94b964691, '', 0, '?'),
(0x7cf7b8545dba873a59243d182768ba0b, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php', 1, 0x00000000000000000000000000000000, 0x8cfe827bc8c834ed976fb9561f7f8b27, 0x448f3f237d24b865e5ff7732d73623c8db304d15e5c38bb1ee165253b84ce382, '', 0, '?'),
(0xe7dadd4cb32e641544041d76ec12f905, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php', 1, 0x00000000000000000000000000000000, 0x0ab5e5d3ee61487bdab68aaf4552dd4e, 0xd5bff5dbeaef6f1a8d92ba5e058c4aba04be55e842cb6cf2a7359be3e30a0297, '', 0, '?'),
(0xd16d61f50e764d769f1c4b12f3b3a51a, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php', 1, 0x00000000000000000000000000000000, 0x0a2dc99e335abea83288ac078e3e05f2, 0x7a931cb50daf69d8275c0d12826a4c17fca8efe3a491e8a73421bf1555e391d6, '', 0, '?'),
(0xa37ab26839e6c7ea88a6c4ca5870882b, 'wp-content/plugins/wordfence/views/scanner/no-issues.php', 1, 0x00000000000000000000000000000000, 0x78742d7cf846defd8ea8d0d1e98565aa, 0xc9d75f3f37cbf1dc63f58caf3a5f089806d240a88bc345db4a899f73a9b05b18, '', 0, '?'),
(0xdaf493f043a02e796a006fec2afa66b9, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php', 1, 0x00000000000000000000000000000000, 0xc14c1a336066a78ad1967b5f7a0fa971, 0x202e494554b0dad8a31db5ab4a23d54a04f0556bc337fa68799b16d25cfb3088, '', 0, '?'),
(0x7312f28bab41739459bc12baf8b8445d, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php', 1, 0x00000000000000000000000000000000, 0xe450ac88f0ffd5436fbad9cfc03e7e9b, 0x0123ad7e8f1d96bd368385cb9e34350496c5fbd04c5783c30bed90569fa95eb0, '', 0, '?'),
(0x657d3077546e7604025ff367a717137e, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php', 1, 0x00000000000000000000000000000000, 0x56458367184fba60236a56d434a7437c, 0xd073ab6387071cf1093ba68f832a7233241d0b58b889f714f64738cdac524bc7, '', 0, '?'),
(0x91dc0e9d4e545a74bf6f0d9625b2af46, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php', 1, 0x00000000000000000000000000000000, 0x8105744ceb4761b800dd186fd2a06259, 0x32a03689fe6cec6e0df0f122a82063bf3ad3c685157ae8a476f44a31dcb6dff2, '', 0, '?'),
(0xf920c584319a727d6d4a4757df52a8d9, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php', 1, 0x00000000000000000000000000000000, 0xf6e0f5138d50c03ddd50d2a4add6d320, 0xc62d1d3916fe9b0074cfca1f445c36a439735db2a05c650052b204721bbc83f1, '', 0, '?'),
(0xfc9a6c7879fd1ac21bf9d4c416229691, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php', 1, 0x00000000000000000000000000000000, 0x45552e37aec4eff1483e699ae03bc510, 0x99d32ce5f22b783e02afccd7031e2056888efd3772994c4b73268ab6477fed8e, '', 0, '?'),
(0xb53c9f331e7fec86761ba27f128f2646, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php', 1, 0x00000000000000000000000000000000, 0x08c59c2a17e70837dcd150097278a786, 0xfcc3b4b6011c70fc6029b3830c323887247f697736d54aea67da6a6e1644bd6a, '', 0, '?'),
(0x9e13b582b484d5b009cc8bd3c8b2c353, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php', 1, 0x00000000000000000000000000000000, 0x82512a5a5ac97371c8d01fa7417d7091, 0x3f4c00657de6c3e012117a34f901742ccd4e295ef651becbe6ed06c380dbb21d, '', 0, '?'),
(0xb37c5da744c5f31a2e92451c06eeb1ae, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php', 1, 0x00000000000000000000000000000000, 0x4417b6eaabaffc1d7907ef9535e67063, 0x3028fa12a608141d3544b23d559fefd4947e8fe9d812da8849152229e1a53768, '', 0, '?'),
(0xde19070270abd5ad5edf4023e0d4921b, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php', 1, 0x00000000000000000000000000000000, 0x62131fb7317bea0940f56d9f14390730, 0xef4b05aaca4d24ae9de3298f2b534351460e1fa031715ae9547660edbb12720c, '', 0, '?'),
(0x27dac015bf9d5f036906596d31c19052, 'wp-content/plugins/wordfence/views/scanner/scan-results.php', 1, 0x00000000000000000000000000000000, 0x71784d2192f28fa30a42bd8a2b3d4cd8, 0x3baa1b4fd2a57619eccf1f1117cccc8981feaf99d809cfcafeb6e60a849ff5b6, '', 0, '?'),
(0xf1c6341291ec069010ef17db24ea8eaa, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php', 1, 0x00000000000000000000000000000000, 0xf626a91c4aa4fe48120b4ec4efd4911c, 0x72aa682cd0988f51c355e7d33220901456f1864ab884e0367d4e2733d969754b, '', 0, '?'),
(0x86465f71a1c3c8438a46216f3470b797, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php', 1, 0x00000000000000000000000000000000, 0x31f5ec107816f818a60402fdc068335c, 0xa6d15503d87e969e124181566b72ecba255292782470a8ab5a3106b022d255a4, '', 0, '?'),
(0xc0440388ff210c56442b93f311eaeb14, 'wp-content/plugins/wordfence/views/scanner/scan-type.php', 1, 0x00000000000000000000000000000000, 0x4e1501bd5686b3c20918af0639e74ab7, 0xd683e1cf686266f58f1823e6f0d08287da4f4518e9ed5201dde2febf9e39480d, '', 0, '?'),
(0x4b4b4f1266ba5364ab6942304f76f3ea, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php', 1, 0x00000000000000000000000000000000, 0x8f756d17cdd82611de2888218e9e9129, 0x04038a1fc8c549302dbc088b3d8651359bf353c51047dc4c461e78e296d768de, '', 0, '?'),
(0x12a9acb3f4913901c47e007b40d9dbf2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php', 1, 0x00000000000000000000000000000000, 0xc2aeab0f85f375154dba1597a4b913d7, 0x16a44a458f7a9518a4bb88d99936c0049effadbcd52950a7fb2917f7c3008ec3, '', 0, '?'),
(0x082623d90570aa4aa3a868901913e104, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php', 1, 0x00000000000000000000000000000000, 0xfc651454dd55a284e074940429d76421, 0x6309dae88e673a1ebb64c64f02a27a905f1866181870d835001595f3c98c6978, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x6f7ddb054319dc8a38f445f8ef4701f0, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php', 1, 0x00000000000000000000000000000000, 0x4538ebf175c54368473c01db6fdc8522, 0xfe54510fc7e91574fbddea8f11dd93b1a27ad8cf8954b9fa300590c6f5104102, '', 0, '?'),
(0xc58ab3f73683f7bd40e04c286014f6e2, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php', 1, 0x00000000000000000000000000000000, 0x5f640cdd162b57b7dd2eb086b78cc196, 0xbcedaf79133ec88439269afe006f037842c07eec6a332337eab18a6cafd13e33, '', 0, '?'),
(0x126dd417c3b1857e0696f6f25217a53f, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php', 1, 0x00000000000000000000000000000000, 0x6fa4ea08c70a329183e830b7eaf4f800, 0x6147cfd6b41d0a4f6bf826319593e4601033832abf89d2bf66d31599e95f57ef, '', 0, '?'),
(0x83e36aacba0cd3c31335b2de66c56aa1, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php', 1, 0x00000000000000000000000000000000, 0x21b4d84c7cb179012b352aea4d00516b, 0x92871faba9cd4feb71e8e546177269fcec9e089465d62bb34ba50908b62f3b43, '', 0, '?'),
(0xbe2f3def2b486845d1de3134d3ca86a5, 'wp-content/plugins/wordfence/views/tours/login-security.php', 1, 0x00000000000000000000000000000000, 0x9b50c996acb5d83354d8b1239d067f85, 0x3ee388b36563c31ec2af663473d837a938fdb7e123478260fe78079eb5309689, '', 0, '?'),
(0x562337419482a8b2fe40eb3ff7f8fb29, 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php', 1, 0x00000000000000000000000000000000, 0xf21f2860aaf7484d44bfb941bb37ca39, 0x79c2d7497e090140190c5617138c593234379f26c855fcea9875de89abb9a0e2, '', 0, '?'),
(0xd68b02cb38935bbdc0a6899830bdca8a, 'wp-content/plugins/wordfence/views/waf/debug.php', 1, 0x00000000000000000000000000000000, 0xc6893916199f2f59178ad214a5fbc5c2, 0x5bceb3bb7309609941f7acc33be1795fb4daf13cadeaa4589c1afb25591315d8, '', 0, '?'),
(0xcb790fd01f3691366c0ceb9a4dac43b7, 'wp-content/plugins/wordfence/views/waf/firewall-status.php', 1, 0x00000000000000000000000000000000, 0x260ac455b894b119abf51fceaefa0c2c, 0x8053532c977c6cef08b8026a08900bf33df320462704ed9f9d366d67444773e1, '', 0, '?'),
(0xe802a818c3b7916724eb94f54de273df, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php', 1, 0x00000000000000000000000000000000, 0x452c62d9bfca8a954e03b9fe11455c0c, 0x7c4adcda1a105e28e11f9695a399d78c18bb78447358e2a1e538dbe8883fc852, '', 0, '?'),
(0x40b9e01a217a919e72e5cad9579ec870, 'wp-content/plugins/wordfence/views/waf/option-rules.php', 1, 0x00000000000000000000000000000000, 0xc92900801b51e9af4eb2c923240c7cf0, 0x82ac74a2cfb7000d652878d454e56eb6de5f1f43b35196c73d8cf04b32559343, '', 0, '?'),
(0x9c32583639471033df1acf2b7d41fc36, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php', 1, 0x00000000000000000000000000000000, 0xa92e11b2878592900fe22023c976be7d, 0x856911a8baa92491b868b07dc4777f73a6f3f6e7d60ea9bac158b913a5328763, '', 0, '?'),
(0x7a0ec990b59b8240f62fce172f1e40a0, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php', 1, 0x00000000000000000000000000000000, 0x4ae435384f079a4f8f7d13f405f61173, 0xab9e10a2842439aa6453133e3bf03a82a1800aeeef61645f18a858dd1fa65b46, '', 0, '?'),
(0xecbb5bdd08cee4d383a9ef121632be57, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php', 1, 0x00000000000000000000000000000000, 0xb55b3e1e3c0dc377b3d27fe877a6c9b4, 0x15c00697f4fcbc543b8fe69946ebc8f291ca35403e58cb73f746e323aa26e524, '', 0, '?'),
(0x4bafaa3c0ba9483c37c5459e2c6ce7df, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php', 1, 0x00000000000000000000000000000000, 0x2cf9060270f56b8f3cfbc90618822359, 0x5178cc6290c1926e62574bc9e9e2c8452aa46c8e6fe4e1de85efddca9b9ff50f, '', 0, '?'),
(0x21a29d017990cb2755b5c762d6f0237d, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php', 1, 0x00000000000000000000000000000000, 0x8e7a7f59e9e807e8a186133a90804c6b, 0x1233600852013c169183210c18fec808c5302942901fd057d9f86748d65af6f8, '', 0, '?'),
(0x67b573f415ce1929a1b36dfd01e72505, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php', 1, 0x00000000000000000000000000000000, 0xcce79360729c6c6ca1033340dea02173, 0x4617182b90525acf82ae65512465127001eb95472511450276d12d18defe7845, '', 0, '?'),
(0x6e416a2bb475aa1dfa0456471e376414, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php', 1, 0x00000000000000000000000000000000, 0x6e5231edd59e91c20afe691517784269, 0x8bb5ec53f3e283a7edafc93dc88c626a4b84bdddf09fdd69fd24effdea9479ab, '', 0, '?'),
(0x3d1d095dfee9ff927dfadc2a3c11012e, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php', 1, 0x00000000000000000000000000000000, 0x706da0aaa585b051fd796e525071d899, 0x6cbf2c1d5ce216a91d642eb8bbfe22c6627f81d6b4f0126c167ad477c45c8445, '', 0, '?'),
(0x5c48a2fb963a94a2751033e0258b4677, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php', 1, 0x00000000000000000000000000000000, 0x74a50332d84804ca10c18224e10ae31e, 0x35a428cb2fb4b950684a53c85a22265d7d93f9d20572b34970a528e42d74cddb, '', 0, '?'),
(0x8508045ac4db449f9b6cb33db8ecbbab, 'wp-content/plugins/wordfence/views/waf/waf-install.php', 1, 0x00000000000000000000000000000000, 0xb05d6f466f1cab4fb022490efe52add5, 0x864cdb48b53f2d5a284709f6499f4cf9bd4cd744cebd181a8e92bfa3efdbb27c, '', 0, '?'),
(0x7588fdfaeb5b0cfd85860fe48feada44, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php', 1, 0x00000000000000000000000000000000, 0x2367c51578fccc40ec6fe0c1544db31f, 0x19f3e1db6565eb9b3673a0a0ca2d8a2d49b52406ebfc51f6c2bc40d98d7995c4, '', 0, '?'),
(0x703a942caf604f1b6c4cb42810e9411b, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php', 1, 0x00000000000000000000000000000000, 0x6ba57ec248b0c012e937bb3cbf42e1de, 0x0021a546e645a6b603d74b1c0550b3a337dfbb9430d5e60a3b3694107d8ae624, '', 0, '?'),
(0x1e9241e7937f6f0d10f75ad4945f9a74, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php', 1, 0x00000000000000000000000000000000, 0xf198858ac1fd1e389db307391d617f8d, 0x9f73765ab9f7038de40bd56b720de4f8a216dadc88443a61751875bbc1d5e9f9, '', 0, '?'),
(0x59be4ab4d07cc8ed5b44bd05ec79b159, 'wp-content/plugins/wordfence/waf/.htaccess', 1, 0x00000000000000000000000000000000, 0xa34522784bcaea0e7bc738f6645312b3, 0x4387bef6bd277285150339bdec4004e24ba1de8674a1aa99f6e2a77723406bba, '', 0, '?'),
(0xa1d848e9618c2bf5a7adadccb00b49b1, 'wp-content/plugins/wordfence/waf/bootstrap.php', 1, 0x00000000000000000000000000000000, 0x7d0df1aa8718d8a6af87c038845797d0, 0x8367ca8c02f1a970716ea0fc763c5d88e6f3a8d012f2904988414880b3b8c888, '', 0, '?'),
(0xf5a66f8dbc624272cf6a33231f0dbc97, 'wp-content/plugins/wordfence/waf/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x3bc2b2694716518c9d92418dd4eaae77, 0x0337395d93f9a7238c2f96c3f772f96213439d74655c6303f59298df8f9e8350, '', 0, '?'),
(0xae90825209bf28bc2c092129ce165a0c, 'wp-content/plugins/wordfence/waf/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x0844899c3618fbe67e2e92c5e753ec5b, 0x0bb0c6045c27f75f46eea075e643294352222843b94fdb59577fcf219ec80529, '', 0, '?'),
(0xe02a0fa299b0b9274b6aa89bccb02163, 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x5021903747f1fafd9f15c78afa71602e, 0x2e92bc0a295b2edfe913010b63ac66a3910d119b0d46bae45a816bef039ca3b4, '', 0, '?'),
(0x42cfb58903c816f348407881aa17af2f, 'wp-content/plugins/wordfence/waf/pomo/po.php', 1, 0x00000000000000000000000000000000, 0x8c76632b1c702adb224796a43f08f542, 0x8a4d4f2882cfce20470d6b48d4bdb26571cfe609c3c7889a46cf6feb804fcb2d, '', 0, '?'),
(0x500cd02f3aefd5ccaeb8d289b6fbd648, 'wp-content/plugins/wordfence/waf/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xbad0973a34867a99d44dc345f437e5a2, 0xe0b12138d3f673ba8fe077ce23a92998ef060dde3cb6727c32792a0f124c535e, '', 0, '?'),
(0xaa6628bc39ecd2369b9079614e7c3217, 'wp-content/plugins/wordfence/waf/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0x5a5e183a40a8b44a4b4c89a4a908e653, 0xac0d071348f1c7119515189a6e1460a51d3ea92d2d5c5472d7f4f0372cd70c8e, '', 0, '?'),
(0x580bd517e2af0e5c7368765ddd6942a7, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php', 1, 0x00000000000000000000000000000000, 0xdd87ad289e302c6de689475f59810f33, 0x5e99296fa5429893b9bcbd9f66b667cb7f2ac3569550983f857ec6ec9a753a7f, '', 0, '?'),
(0x00d01344f860f83852a6c7c9b2258186, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php', 1, 0x00000000000000000000000000000000, 0x979dd27de9e06069bde6c279f48d96c8, 0xdcc4dc54dcafb6f89ceb31395e9dd5bbbd5027844ca064251bf26b7cd750d89e, '', 0, '?'),
(0x2510fba2c3079b033703d2e1e5a8b3cc, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php', 1, 0x00000000000000000000000000000000, 0xc079c1464894c32727196ecfd2de8e94, 0x4b445b0e52e0ae9e0ee0830f209eed35b13a6718020e7250372a170e0b581a1b, '', 0, '?'),
(0x4523cdd5e72d7633371903d936ebc5a4, 'wp-content/plugins/wordfence/wordfence.php', 1, 0x00000000000000000000000000000000, 0x5336ea63d0cceb1f8a6714d0ea74852e, 0xc9db863c4439ce118ff4d9e7a2c19c5402f5290c48431bc4b33142c23b046bd1, '', 0, '?'),
(0x0780c041a2929a878f03c1025d17d798, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php', 1, 0x00000000000000000000000000000000, 0x4b83b1a48135e54d78e11e3a8878704a, 0x05efbade131f7647bb12e76a58e359787439493bb9dbed2d1c0c70c37d8b79c7, '', 0, '?'),
(0x36890133c8932bce8ca821c107ff1d01, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php', 1, 0x00000000000000000000000000000000, 0x4359f36f799f34a9aa91d1258917f697, 0x4925696b2f9dc8850cb988e7a0f5f0d26044ef5a6d96a41e0f1cfd5abb0c7359, '', 0, '?'),
(0xafe9def1f130061886d7f65bc2d95c36, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php', 1, 0x00000000000000000000000000000000, 0x0fe41ef2cde256badf5aa9a3edeaa6e1, 0x362cbcd76b7dadf4014acf55c918c2127f613cd864eb38f534dd3fa9a0ccbe28, '', 0, '?'),
(0x0154ea9b0dc734e57d9c5e6140177c4f, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php', 1, 0x00000000000000000000000000000000, 0xb0fb2b613e0308cbc4d70b5daf0b87be, 0xfa98e64a1084e9327e1c17dd9669a775a47b95e6d9f9d35ca04e5d03dedde4f1, '', 0, '?'),
(0x7bf5073bf4c03133e8383417cb1ce62f, 'wp-content/plugins/wordpress-seo/admin/ajax.php', 1, 0x00000000000000000000000000000000, 0x6072c11c01b1eeb4cc414ab315ae1a2b, 0x2064c6dfeb7c62b53664bf6298e12270cce25c370fdf8da2e316670e9a0f29b2, '', 0, '?'),
(0x3777e296310beb4a14e4071d1b30ae6b, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x4beba08a6f959406b3fd01882460e1ff, 0x7d412fa1565ca3c7c098023000d6bfc9984b856dcd47c3d20afba73fc08cc773, '', 0, '?'),
(0x83e0c2f1029fc89809079809007db550, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x3018882a32872a5a59032e963fe33883, 0x4c4f6fb54dd9b87aa0d3ab3721b5ef08932ad8dbc7f5e7a210738d2dcfc6f426, '', 0, '?'),
(0xa508d8890c85691d7f490e7174235d34, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php', 1, 0x00000000000000000000000000000000, 0x419e3cfc80e93386ef8ee804a6f818ff, 0xb5b3e4afdc0e33d718f04d78feb8edc823a9308f3618338d23aa618775329d07, '', 0, '?'),
(0x46f52ecd63f6abc8e1850ad5c62460a9, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php', 1, 0x00000000000000000000000000000000, 0x6aa968b78f79e04f5c8550cbb6b30046, 0x6bd9768827fc7fe43cb6ab1a8a6bbe2eea2e8c3e0971f2de76f4ea7d45134fc8, '', 0, '?'),
(0x1c4c66b73afdf3ed29adb30a04beaaa7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x45d9b19ea97552dff2e1e7dcb1d3fe5d, 0x83b0ce37b22b79fa3613c9842f2d8ed49630582e7be2e5ffe55ee2d9a86a6813, '', 0, '?'),
(0xab4aeb9ebfa96823b73a215e60e83df7, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php', 1, 0x00000000000000000000000000000000, 0x0d762c258a66c96e81a3c83254b607aa, 0xe192a0db233018e8dfe5712a6e5c5c219fe702c8d7cd81278d4125a5212e016b, '', 0, '?'),
(0x23fefba5dbda5e438b8bcd2586a26b90, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php', 1, 0x00000000000000000000000000000000, 0x5b44c7673c2e76dca94823076bdf5349, 0xb67628901db34a47b8c644f85717f31c1f5f3c334f360433e98e6d8e84041ac7, '', 0, '?'),
(0x0f26109b9ba144410482d17a35b07e02, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php', 1, 0x00000000000000000000000000000000, 0x71a63600a2b155d35037d5ba801f616b, 0x2914e2485c78a77bcd2411dd7aadbdfc5d1c668a2eef78f1e86aac5f9d241c77, '', 0, '?'),
(0xe53a05da5c6e4ab08ac5451896bfd821, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php', 1, 0x00000000000000000000000000000000, 0xee1039c67fb069b8d3b065fa8ba2030f, 0x5556a51693a6a20839e2bbd64f4e9fd661fe70ef0972a110529fd27b0a27d407, '', 0, '?'),
(0x91bc7d9e4e65a18df4d09041bdbf40a4, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php', 1, 0x00000000000000000000000000000000, 0xf46d64cf39afff01319471b73a6bfe0b, 0x63cf6d41bd3594bb19b20f803720f3e878a5ad747180ec532bb0b03dc459ad66, '', 0, '?'),
(0x0cdfd1d957efe095186c070af5537863, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php', 1, 0x00000000000000000000000000000000, 0xce83a362a741d7b3b0be57af8bc89174, 0x0c414cd21f8caeac5585fa6b289cbb3508c689161422d24daae838b1d9d98df0, '', 0, '?'),
(0x120c0b035e4587ec64f7eb504d39c7b3, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php', 1, 0x00000000000000000000000000000000, 0x6d958cae73577898a66c4c56ad9fd237, 0x8ace958e79d2c8ca20b368a1b3088af3bf8ab07d14a2cbadfdf590aa0950297f, '', 0, '?'),
(0xcfd68e36fc0c1c6239aa61c123732b57, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php', 1, 0x00000000000000000000000000000000, 0x35676178b8387a2640b50443fc29a8f7, 0x581b3d2734f96fe387224ef663cdb545c979247117da9ec62ffe1d0aa0ca4445, '', 0, '?'),
(0xd2252b448784984488e2c5a020a88d0d, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php', 1, 0x00000000000000000000000000000000, 0x0c9459bfcf20d58b220e4782a095635f, 0xa443f181b763090db6509256c2d3b704f7efb8159be68a456329f07a0b1ec730, '', 0, '?'),
(0x1f72f409da65a2c2fce2965a9cfb910d, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xf9a8ce9981a24005ce0ffa463e77db6d, 0x0500e73345426aa98ad9b0f95c83e601608426cd91ffcd6e62ba990ec40a1427, '', 0, '?'),
(0x70da3a9f5f1adf43de2caf94d9e5ac0b, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php', 1, 0x00000000000000000000000000000000, 0x4272d0a95f56c8d3c42d71f6dac7f3f2, 0x6bb02fdc9f51d368b69c614f4aac89df1b3aad6e59c960c06dca99844b746884, '', 0, '?'),
(0x2259ce12df3a6eaa81f541f7cd0e984e, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php', 1, 0x00000000000000000000000000000000, 0x3c7dfccd08192094c88e9216dde59620, 0xb4aacf7d4c475205e53aff7d56cab6d0d2475b967c9e2bbc69ab6874baedb39f, '', 0, '?'),
(0x2d1fac54aada61cc50893fe830156574, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php', 1, 0x00000000000000000000000000000000, 0x93a0a41466f668d419621d950136b631, 0x7031fd94da8a838e02aa5c4d96dd136572f239c36bdc809fc84e9ac7518e842d, '', 0, '?'),
(0x974a3561ca5bdd66311f158a735cc1eb, 'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php', 1, 0x00000000000000000000000000000000, 0xbba0671fbb094da4ba139abf3e1e3e42, 0x9dd858866068beb595b6e24832a8e5161b7345df7891cebc06efce4bffac7561, '', 0, '?'),
(0x01f7cfbd1c9a46a7d9b7493d5b88e373, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php', 1, 0x00000000000000000000000000000000, 0xb81aea13045fd0e939e3fc1eb76542c8, 0x5c446f43e30555de9ab820147df29af6fd71db83b753cf9b7568cc3249031e6d, '', 0, '?'),
(0xcfdd9a1dbb792e00e5f61ed89ca869fe, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php', 1, 0x00000000000000000000000000000000, 0x66774f6d602d7c2265a731804940ae0e, 0x5b5e94d6421741b00dc263b0e24482f9378d0ad7159c7116f9e8ea444fa3f238, '', 0, '?'),
(0xa917e88617a9fc29311419e1e6ecdd03, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php', 1, 0x00000000000000000000000000000000, 0x85cf491038a15765667fff7f67e9d4dc, 0x99252d4e3bceb33544bd08dbb8158264b29a12dc563353e19343f6f77975b98b, '', 0, '?'),
(0xb1c0a82d925dfc0df90e7e281e2318f7, 'wp-content/plugins/wordpress-seo/admin/class-admin.php', 1, 0x00000000000000000000000000000000, 0x7f08c0407a10046366da1273e0f236ff, 0xab7c490ba6a1e1bb61b90c830a692ae0cc0028f4e92ff2bda78930c7d956cef9, '', 0, '?'),
(0x6bbc78b572d22c6ae4d769ad99eb0e28, 'wp-content/plugins/wordpress-seo/admin/class-asset.php', 1, 0x00000000000000000000000000000000, 0x501481504ae7b6a205013bf34f6588b9, 0x0666d06e23d1a4b63db2923009150e01773fd816d96d34111a5e624f3651b9da, '', 0, '?'),
(0xd7f18fda4da7859ee952a14edf6120f3, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0xedd48585c9d7f6984779ae24fd94eb26, 0x8b83025c92532f9f331503f5b30b296e62ccc7707ab8ecb6b2323f54c695c134, '', 0, '?'),
(0x9561de3c7f846483dd51d538f5e699d5, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x47231f0bb029a8cb775f39716f95eef8, 0x89116fa252e4f0fec9a891be9236338bbb7172064770c5fd99a4c6159efb21ea, '', 0, '?'),
(0xbbec0af8665138576da0e6a13dff0c52, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php', 1, 0x00000000000000000000000000000000, 0x5829ee2fbd4870b15858e68191231ca1, 0x1e34d90892ba2e8884390c9b4cbf608180722e2b2e1be8006610049ee3b198ac, '', 0, '?'),
(0x217c8fee38fefc18d7492ce7ce209ba4, 'wp-content/plugins/wordpress-seo/admin/class-collector.php', 1, 0x00000000000000000000000000000000, 0xddd4f6a91e26d9127877fc5e1116115a, 0x01582bb6273daa09f1d0606f77488472d6e93255592197afcd3beb2985474df6, '', 0, '?'),
(0x25978bf1055606dafad08b5dbfed3d77, 'wp-content/plugins/wordpress-seo/admin/class-config.php', 1, 0x00000000000000000000000000000000, 0x8ef8de01d083d3a02f1a5fea5fd0d518, 0x48c2f1eceaad2e27f02c3d6ee1fe3716f275ca2869d8542be38ccd5b57d2a633, '', 0, '?'),
(0x3c16e4066e7e944cb5d94d858872e7b1, 'wp-content/plugins/wordpress-seo/admin/class-customizer.php', 1, 0x00000000000000000000000000000000, 0x751f313a4317cf82c6789a9cbd72aa69, 0x553dde47a8b6b1045618ac3d144016365bca99e66ccfe948fce331952ff0622a, '', 0, '?'),
(0xc9a74d3a018245e7eb1828ac8e36253d, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php', 1, 0x00000000000000000000000000000000, 0xa7b72d206fd880b296e0a916accc3df3, 0xe540bf5770cead8891103b7b08068018b46beb30203720722adb549959868992, '', 0, '?'),
(0x7e565841cd0edb265fa74d07f540656d, 'wp-content/plugins/wordpress-seo/admin/class-export.php', 1, 0x00000000000000000000000000000000, 0x0cccaae5c0e54816e58e5afea01d79ba, 0x744554dc46e341ebbf3dd0ea586cbcd355b84551ddadcff94ce09b1ad64a2a28, '', 0, '?'),
(0x6ea7c8e667f337cddbffce78d58fda41, 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php', 1, 0x00000000000000000000000000000000, 0x554bcc2dd34a65d1207ccdf722b3bbed, 0x53f7f297693982d19a984df872319e3208e1f7d1bfb1d09033191d5000822677, '', 0, '?'),
(0x827029f0541a3335e9c9e2c8ebf318bd, 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php', 1, 0x00000000000000000000000000000000, 0xd183b58888a04fdb2ed79991ac532fc1, 0xb9a89faf8ebcfcad369793c025b859e95857a2bbfcac1d18cdfb5c3264fffa02, '', 0, '?'),
(0x559fc428fdc6349a2c7972f0cad4ac1e, 'wp-content/plugins/wordpress-seo/admin/class-helpscout.php', 1, 0x00000000000000000000000000000000, 0x28c8a015ca2d98f997fe3a5bb269efbb, 0xab0ab6f56c15e4c4630041d4fda56baa37e551f813e278c2b12fe2ffb29c525f, '', 0, '?'),
(0x1b1070397d645a4277f64e4ee537606d, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php', 1, 0x00000000000000000000000000000000, 0xba377adaf898b842a185467349310fc4, 0xed922f4405fb985d76574ad79484e6790ee860b47297719dd02c91107a2af472, '', 0, '?'),
(0x3838ccc6659337084d64c73e934357fe, 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php', 1, 0x00000000000000000000000000000000, 0xb4df2abb0c9b153d16eca1af94b5ad2c, 0x294d4c7be7c38247e876d2e9859926abf57a6791f3b67e8a8e966612d25e5b64, '', 0, '?'),
(0x0aea048ef7779b7485932e130991bae4, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php', 1, 0x00000000000000000000000000000000, 0xb214f886a460c40015a8fa437cca3da4, 0x4b8016b9ab2145d91fb34fb506c887b2792bc638ef5555114235f8f9c258df08, '', 0, '?'),
(0xae4e522ce44ae0962ae6cca647246983, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php', 1, 0x00000000000000000000000000000000, 0xf58ec30e134b95751e01cd0597b0e16a, 0xc32693352be20fc39d256744f2519a5f5dded50e1a99aa644f13bc9b8a454770, '', 0, '?'),
(0xc2a1481f1401efb292cffe7854370744, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php', 1, 0x00000000000000000000000000000000, 0x2c6531f4b59f057c839798669ee510f0, 0x9142688ea523363644b4047caa8f4b60f96423aca6600c70a04960428e6c433e, '', 0, '?'),
(0xc5b76b972c519f8a22944b152aacfe3e, 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php', 1, 0x00000000000000000000000000000000, 0xd411975edb13989195ee0da79a812195, 0xecf98bdc727edcdab3df751e9c163e1453fc9ca9a8d81efb1bad854c8223156c, '', 0, '?'),
(0xb5706951de5eae6cbb75dae7e5cfed4a, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php', 1, 0x00000000000000000000000000000000, 0xe2aab0a6da06cc69264a13c24e563b96, 0xcba29ec03d72888bb25d1d4db5993bf0c3e9f30aae2dc5e1247f596110bdeacd, '', 0, '?'),
(0x82a380d62e4d32c6d1159f1b155c0ca6, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x90ddfaafecf508ccc9377ef12bcc18ed, 0x6773229a5c2a35decab7ffaee49581a56e1f8d6fbcb8dc7c55eb77da530f25c7, '', 0, '?'),
(0xee9e9791460fd417d33e8b2111387518, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php', 1, 0x00000000000000000000000000000000, 0x1c7c9e047fdffb4afa98c73e00a64025, 0xb492af6e31bb9b90059f8db0a00c751eba2ef976ebd495fe26f714d24dc9761c, '', 0, '?'),
(0xd38d9a2d77049879181439b52ca8d0c5, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php', 1, 0x00000000000000000000000000000000, 0x4f7f43447dc4c59e4f9c5e11a88ea794, 0x242ca6267d5cbc4ed409c1fe74db05198697eb9ed43e7971b9606fd1bf088698, '', 0, '?'),
(0xf88893ff63c06e70cd7502e023d95926, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php', 1, 0x00000000000000000000000000000000, 0x0a1423badad74de0537b15a59c20c49b, 0xe2aeb1afc2ebfcd9f7efa29c16151bf6360e46e7f3b35a3e5a80de3e195e1a2c, '', 0, '?'),
(0x721774355a30efcacf505cd708eb117e, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php', 1, 0x00000000000000000000000000000000, 0xf2c6ba75ff8de1894c466995937e660d, 0xcefa266d1ca6690f2fc8cf0d3c048782bafba0b8f523aca6df4d55f4ca62f70f, '', 0, '?'),
(0x08d2f7461bdefe7da5eaaa7f31d3e7ca, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php', 1, 0x00000000000000000000000000000000, 0xe3ef94ffe6582eaeb84ae5e1fae28952, 0x179782b581eb10d859bf0e61c1b134ad12054261929ebb24d25f7ce39c2fb852, '', 0, '?'),
(0x9454fcd9a71d728391001cf6dee9188b, 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php', 1, 0x00000000000000000000000000000000, 0x9ebc01a47900743247c13e97b11b7f7a, 0x1fae323bfc0902ff4950716b41511b7a806d36b931a452b4d8c58fcb70681488, '', 0, '?'),
(0x0da7ff9ec8aba48c8468887abace7372, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php', 1, 0x00000000000000000000000000000000, 0xd52e96b14fc9db40c65174e26f411169, 0xe07269ea6b8ea4b464259dc6fadecb678db5a9e7f87689eb36c4c3d508b1485e, '', 0, '?'),
(0x981d6bb8fed79ecb8a27b3fcab26b85f, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php', 1, 0x00000000000000000000000000000000, 0x12fb537872fc3bc8d015b786f774c24e, 0xfb9853f6b8c1041b4f8b52ae3241e6eb15a55f82e00c0b7f5e5b7a46bc3b3a79, '', 0, '?'),
(0x20bf373d8d8a1e34fb94039323f94efb, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php', 1, 0x00000000000000000000000000000000, 0x031886019f45107106b4a9109eec5edd, 0x4620762718db05dee34c2c6ee865a06e3e61c94e11d183de745cd6282176b5bc, '', 0, '?'),
(0xa84056f7ab54b8914c27de7e0ea569dd, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php', 1, 0x00000000000000000000000000000000, 0xf74930cb667a043eda7b91efb78ccfd2, 0x1e7ea071f103c400c9af50b711936eb202b702e819e37a3d278e31727445be7f, '', 0, '?'),
(0x4d5790d3fa51acb83b6318697e1b38f6, 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php', 1, 0x00000000000000000000000000000000, 0x782e39ddbdc7cb5ea84e02b601b875ef, 0x874ccd9f346596a1e1a5c1bf5f79f04d0571d1847996c288472b1957a537f382, '', 0, '?'),
(0x3fe03421e60e35d4a3d622cc989fb053, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php', 1, 0x00000000000000000000000000000000, 0x3a19a656c690654871077d6a738b2683, 0x7b54f66a6fd6de49905bbbc5c897be70951a3866d3df1f3c596734987cd9fa21, '', 0, '?'),
(0x5f7e191ea75b4820c4f2790240782e2b, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php', 1, 0x00000000000000000000000000000000, 0xab09e5ed41fd0be98c1c930b5377b285, 0x68f9a0fa76634bdff8b50eb67292219dfa2e972bc7c6648ca6b1072bea92b1ce, '', 0, '?'),
(0x5bddd8a6ad0c6d1b9219c54e7012e768, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php', 1, 0x00000000000000000000000000000000, 0xe89f14c6ac384497c5c41b8fbf1ab40b, 0xbcc2dc1e7e6465122b8f2930f2adccae32b122c68dc436aa8d47ce5961fd8c18, '', 0, '?'),
(0x1334804ac72d3c4f1bb3694466fc2e87, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php', 1, 0x00000000000000000000000000000000, 0xc89394f0f52b9acf7d36738e85deb49c, 0xdcba850e8fd2f052a2978530aba938ce5961e2ca895fdbdd2cb7659fd51cfead, '', 0, '?'),
(0x9b7a55298afbed87b5ba72fdea06fe78, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php', 1, 0x00000000000000000000000000000000, 0x1ea6d31a56ad68da6c316399d7270ef5, 0x8537771773abf5669d24d885caed075cb6ec308e8ee6e3771aeb92417ad8368b, '', 0, '?'),
(0xaf4910b0590976fc314249e3a5ea27c9, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php', 1, 0x00000000000000000000000000000000, 0x5e8eaa1929bb4d4cea7f7f14ef4285c4, 0x5e5991de08e2e8a7058a38ec0473ee6a978b6dd56a3d8f2a13f91edaca7ed7ff, '', 0, '?'),
(0xe975636828ce54543a1c7a1e39e7caaa, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php', 1, 0x00000000000000000000000000000000, 0xfc810b49af8435ad413882bd5dd79d7a, 0xf2b189229ca090b517d63f58ab7782175a7cbd30dbd2697c0b2238b78dc7310a, '', 0, '?'),
(0x228a7397dfd51245454b5feb14cfd074, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php', 1, 0x00000000000000000000000000000000, 0x39ec0759a96ddcb3b3c9269950f72bba, 0x52f6c61a333d931f0670fe16414bfff64cfdd2cfadfbc64f724f9b0b2e6c0c3e, '', 0, '?'),
(0x77aeb5b2d6b67a1bb550c18975be548f, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php', 1, 0x00000000000000000000000000000000, 0x6ca2d11c4ddd91ca3563f4a73b040f83, 0x5aaf7d38ba9ee56454169dbfbf6f85429aa1961912ac9854d0861b90cd35e8ee, '', 0, '?'),
(0xd0a17284777c0a4f3fa0b5ce57a7566e, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php', 1, 0x00000000000000000000000000000000, 0xe01324db9d009160ab84b4520e4bb776, 0x0d9614cd24e52d09ea4448f9086f139e35c2c289c6eb3a067aa3059b3ad0bc75, '', 0, '?'),
(0xc7081d14b4a51e125e541b879c748ee3, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php', 1, 0x00000000000000000000000000000000, 0x826ca2e2ac9cba6cd3efde2f220c01d8, 0xc2bb0947d0b71606a4928ebefe9c49b6da94c4da987b2d830e9e0aae502efbec, '', 0, '?'),
(0xf1af1d42174f5e768e7e4b2188a1ff0d, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php', 1, 0x00000000000000000000000000000000, 0xd521f613e355236f68063d39f3d07154, 0x871aec23210d091632926492c6b132944163008cf38f43f35d3ff6dadc6a9eb9, '', 0, '?'),
(0xff42eb7d33d5db29da41190edbd3fc18, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php', 1, 0x00000000000000000000000000000000, 0xed2b792ccde61ec95e6a57f1b2c7a174, 0x8808ab26ba17426d52437698a2abd15ca894425426d59a19eb47ce8371a89084, '', 0, '?'),
(0x8ff76162423e5b2c45e2d68c7186a5f4, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php', 1, 0x00000000000000000000000000000000, 0x872567366963c7a465122748565b2684, 0x13701deb6c74bba61211998faf38edcde047ca34ae1cef0f667ed640056df080, '', 0, '?'),
(0x2e20cc0dead3ea428e17cfef0aebdee0, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php', 1, 0x00000000000000000000000000000000, 0x3cb147b8ef137b6823573ffcaf26f9b0, 0x6934fa3c784120a9708d98203dcfa111a48e3a34ab1a59721dad2ae8061e64e5, '', 0, '?'),
(0x0f0a179fadb0c060db26b3c0ab853af6, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php', 1, 0x00000000000000000000000000000000, 0x066ab82f3aa1d409795d194627546319, 0x284c8f30e675f2e86fc55056ecd67c38b8d22b79cfdeaa9065cbab9259efb39b, '', 0, '?'),
(0x63ee5f2c22f5064229c4ed89c31b31dd, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php', 1, 0x00000000000000000000000000000000, 0x510dd58301a3779977307c9c3b2b3739, 0x29b2a73b4829d98a1959b9a37f0d227707b13ca669fbe51991aa3935b1d49037, '', 0, '?'),
(0xab109531b307b9a214894b178240f7ed, 'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php', 1, 0x00000000000000000000000000000000, 0xf0074134e1f98ed5dc34da7d6798f1cd, 0xa48eb1e9b5f29b1527f7582d203b0c4ee3819d8cfa2eb0d559edc9f32c74c20e, '', 0, '?'),
(0xbc5ca6411532ea4491517c16163e224c, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php', 1, 0x00000000000000000000000000000000, 0xe42df940a912c12dc7d8375ddf082477, 0xfd86c63a04ffd96fca4fbc423319ff830a5e1dc52083856ddadbf10bdab4cba7, '', 0, '?'),
(0xe363fc6f65ce52145010805d7a4c7e17, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php', 1, 0x00000000000000000000000000000000, 0x14d0e7f0885877624367b997716a51a6, 0x8cf949ea3f6a2b5fcd2d07db025760f1a6536cc029da77a2f6a6686d379ce38e, '', 0, '?'),
(0x71483aa74dc880832500515ea0e1361a, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-info-missing.php', 1, 0x00000000000000000000000000000000, 0x90d408264e00564038bdb864bc5714db, 0xbd44f4e2ead5cd39c2a39fc978b5672e73a062588035e5154f417b1edbd41c05, '', 0, '?'),
(0x1e5eabf14133152c8e949ee7eeaec378, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php', 1, 0x00000000000000000000000000000000, 0x3f31c48101828df69a7039032b937450, 0xa10ba1084cc2fa46c19dd1bf9f0da876b0823c4f3ca8d976e7e03b7955cf7282, '', 0, '?'),
(0xc712ab0b7586079581327d22e89c813a, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php', 1, 0x00000000000000000000000000000000, 0xfddf2b7d89e039a2ab20b3b86e8d4954, 0x2c928ad976212a398a00e1182f13352ef88d483d9d04ee812747ba953239bf3d, '', 0, '?'),
(0x5b27d0e8c2ba5ff17b89bb36d5cc36fb, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php', 1, 0x00000000000000000000000000000000, 0x2548fc1f22ca4b01c1fe43d81eda1f2b, 0x97bc90e168734af9b31d595904c48754828afcfa2e5dab10e44209b606ea32db, '', 0, '?'),
(0x9c93264a1851761434f0911b210482bd, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php', 1, 0x00000000000000000000000000000000, 0xf18dc06587047bbe559765a06babc914, 0x4ca7a99387682dd568c32b162dc0264ac7c208d4d7b4adf56d76a4c302d18a28, '', 0, '?'),
(0x92626dfbece771b35b704225b012325d, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php', 1, 0x00000000000000000000000000000000, 0xd892b4f924ce9cf926bac64d58d07449, 0x43b228522d0a1c1c40e8722243ce8b71830440fe2521ed1d55ab9f4173d7ff85, '', 0, '?'),
(0x79da7004010393eca6eb275250b41330, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php', 1, 0x00000000000000000000000000000000, 0xfca73121be44c4d1a51f79bf70e9835b, 0xeec2dd986bb9837c0d2f79c8ec33406a1d16d527f7cb99af848e495d8e48589d, '', 0, '?'),
(0x6c66b6d0219841d4f6ff9dc8e81e2a86, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person.php', 1, 0x00000000000000000000000000000000, 0x8251b1ac9fdcdc29feb7c40fee991b44, 0x1d7a7e06b50f5dbb25a76c5cbab7e75744b5f929cd7f71ee2c6ec03a7478d461, '', 0, '?'),
(0xd7dadcf83a3c06766d4b12a1b46a3543, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php', 1, 0x00000000000000000000000000000000, 0xce1e39951719a4215eaf7a715d485b9f, 0xad8999cd384dddb9b1ccad630590930d44fcf4a6452bdbcedca9b7e045e71e10, '', 0, '?'),
(0x05e6b2c6147b2671fe6bc411b6eb358a, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php', 1, 0x00000000000000000000000000000000, 0x587d57555594c633f5840a27971d3290, 0x3dcb44d5dd675341a5af50b69fb17f39185ff13ffd5beda895c91c950ca7814b, '', 0, '?'),
(0xedc74adb8ce6be49c1f9b017f261d5e9, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php', 1, 0x00000000000000000000000000000000, 0xad759b5e500bb28a85354b415a7ab4e6, 0x44cb05922438732b0a02ac44a97617a01b7065a176314c149e56d72511ce8b75, '', 0, '?'),
(0xfc3062b38f98fa4d4be351f083875ce1, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php', 1, 0x00000000000000000000000000000000, 0x83e6756b8569ff47b9152d96f07981d1, 0xf8c1c6c238e749dbc02657fdbf2109c87e09d0f97b2c4e839446cd9dcb252f2c, '', 0, '?'),
(0x81fdf66e176dfdfd704d7fc814c314f1, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php', 1, 0x00000000000000000000000000000000, 0x6fe6d18d74d926b649738560aca223d8, 0x35f4d037631ec4bd2526debbe6c920a7a1ba01988ff62a81f550b0d48184661d, '', 0, '?'),
(0xe52843f2005629c9f834ea5f03e30722, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php', 1, 0x00000000000000000000000000000000, 0x906ad137282216b581331927cd3edbd3, 0xeeb1bba3a18e0da551f7af921343afb42a87fded100c3d52fe18956e78c21997, '', 0, '?'),
(0xd5fc5df738483462bd114d650e191440, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php', 1, 0x00000000000000000000000000000000, 0x2dbd86aaf16d260d74ae2c203b8af966, 0x34c25685c32aafc78ec8ccd1477849636afc0d7eea42c4f81a3ac21f3ed9b444, '', 0, '?'),
(0x20283057a01e399cf9de90c295546c3d, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-wikipedia.php', 1, 0x00000000000000000000000000000000, 0x35480975514fe6ef3ad77090ab2b0b53, 0x785cd37b452c891e063684af68dac8f65f0232f292b6f42d6e330b38eba8da96, '', 0, '?'),
(0xf8816df64f263f4fc311ebc0b7f1101f, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php', 1, 0x00000000000000000000000000000000, 0x21d274aa28f66b03457adde67a2f8dcb, 0x41a52bc1a30de3e43431a4e4ccfa02ac4ea25d558564d613c7bb9fa11602a30a, '', 0, '?'),
(0xcef7dd7d063641392abed2e385f63480, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php', 1, 0x00000000000000000000000000000000, 0xfc858990d73d389908a097ea165e2016, 0x7fcbf440af43cbb6299176f200542d597e44b99389768c43760185e1724dbc7a, '', 0, '?'),
(0x61b5a77816f16e4edcfade6d628e0409, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php', 1, 0x00000000000000000000000000000000, 0x8adde6af9b36cb68c722162bc7808f17, 0x30a21f747f2d37e1b89f1af013ea6faa666ab4ff4b520f2544325ce3d052f924, '', 0, '?'),
(0xce28c5191c18bf3659176127cfa3b8c6, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php', 1, 0x00000000000000000000000000000000, 0x732abd407618f2f60330a87aec66e669, 0x39deb1ea31cbce333d6524ac641d3e69950c8f3043115cd6bef5e7df2dc53a2f, '', 0, '?'),
(0xded27af707bfec3c32afadc3ec06dfde, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php', 1, 0x00000000000000000000000000000000, 0xed6d7f7406f0a05e2e9d3ba86ec23d1a, 0x75498f58602669d46e46e7a3fb31ee55970b2c065f5cff76480bdc0053d7003d, '', 0, '?'),
(0x3952ac6103863f4b157a7d3ef50b6fe3, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php', 1, 0x00000000000000000000000000000000, 0x52667d19721fd82d089c68988d35deaf, 0x9b1b3026dca007559881539a865614256f5745269893dfde788babd620aa7645, '', 0, '?'),
(0x9ef1b41623973c86385e3b87364f3b13, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php', 1, 0x00000000000000000000000000000000, 0xc01ffbf58131fa56c0702d87abc70da1, 0x1b74d648ef13e73efafe22bb006890e7e3383a843a5efffc77d678e6ef4aebfb, '', 0, '?'),
(0x20dbffcd6eb8f5aac4e05e05e5e55f23, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking-intro.php', 1, 0x00000000000000000000000000000000, 0x253b2bbf5927981192ef63cd94f5be0f, 0xfaa013b59cd4d9b531a877f09f07432a290150cb633d0ce9b40a351a988afd5c, '', 0, '?'),
(0x390dd87489d998765aff6f3e68037dd5, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking.php', 1, 0x00000000000000000000000000000000, 0x371d8153c65e092b2e2c5527b5368e9f, 0x8cbaeaffa56cb1ab8dd65211e085d3fdb152721570220ec89db8791605bc3671, '', 0, '?'),
(0x50337f146812c943ca317a6f39567d0b, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php', 1, 0x00000000000000000000000000000000, 0x63cae4fbedd7c984ec6157b8054f6111, 0xa435b3273a1f9070c560a91b93cf443ba2286c25ca312bb149bcb64541296a56, '', 0, '?'),
(0xde5185905c0588ca0882b245f27f1cf6, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php', 1, 0x00000000000000000000000000000000, 0x2daf421ca4e0ff6392ba23f5a9fbcc56, 0x2d61346ecefd21b02eedb74537afb8775ca83540dc74a8003bdec3348a78e520, '', 0, '?'),
(0xb5e19978c686837851345ab0d97f0f00, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php', 1, 0x00000000000000000000000000000000, 0xe8a1b27aa96f8fdf3c77656beee25461, 0x31ac1b7d30b4f3f131d310c3db9e740a5cd2ee7aaeb05254442474de5038c03e, '', 0, '?'),
(0x0bb6f6b93f3da837a39aebe1379952a3, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php', 1, 0x00000000000000000000000000000000, 0x225e55baa77ffdd666bc698bb61219c8, 0x22446f94a9243d8a449eadb1bd8015c8dc399da83151e19c8b210dc8ef26a069, '', 0, '?'),
(0x50f51384c2560856a14e1f7bfb9b6a2d, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php', 1, 0x00000000000000000000000000000000, 0x8f6979cd76def2a8233c94be5121a781, 0xb57290bcbc6b76bd22291e36af427ddb7a4538bbee85b73752ba819a45d880ce, '', 0, '?'),
(0xe89dcd65ebc8abc38654e66bdf8726c7, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php', 1, 0x00000000000000000000000000000000, 0x083dd9e3c4724ebefee2ecc84585f674, 0x740e20b2418732064baf3b65249cd13d86e85b86d6f19d19579e9a916c19f49e, '', 0, '?'),
(0x4fc0c63fdf1d1573b61a4b0eab973f98, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php', 1, 0x00000000000000000000000000000000, 0x4a334d0fecdaba7fd6e5c537de5a6347, 0x6cf806d8570ee32420c0576484d0c3bb0abd400a235dcb836700f7a8e9b2e25e, '', 0, '?'),
(0x11ab7313d011071d87be391faf229c3f, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xbb7bef6cf38b78e97dc0c82df958ebe3, 0x7be31b052893dea7f4a831fbb70ca350e5f53b4863034750f1b3f547bb9861a6, '', 0, '?'),
(0x0c868b503eab46de843d99195fe7c090, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0xe392e989e6424f3286e715b8ec315a01, 0x46e5efe6cd6d145426f6bcd6bc10385dd96aae943214ce47a14003f526972d1e, '', 0, '?'),
(0x1f4cbf90d7f1a4354d9053594bd216c8, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x84fec2605d17253fbf2cb0c6ca721ab7, 0xae02c51f9448475e704fb2332a0f867091854702c66cd8586dfa4af4adae96fe, '', 0, '?'),
(0x911253147aca8055ec0a96f5dc14951e, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php', 1, 0x00000000000000000000000000000000, 0x89210ef81ad88d1ec9c10f6f1fea80c6, 0xf2c455e82fbabcad9da87949f5d8e0eb5eb93a023f5270248cc0527331f3c547, '', 0, '?'),
(0x1816268f1c4a5d7a382eeab1a44b882a, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php', 1, 0x00000000000000000000000000000000, 0xf984cdfd801fdd775e42a8b217835831, 0x0cb574739df3e998c16033edaf9839c2539a93adc88a5f670ee0e6f9f35ea238, '', 0, '?'),
(0x2716791ff6b9c698e2850a140fc06996, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php', 1, 0x00000000000000000000000000000000, 0x25d11c46e73f2b8ed2d6dc4bb78da995, 0x33499d1110470f2b80e2e557389eaa94589677af22b5fe286c9e0d929743d384, '', 0, '?'),
(0x4c39508a587bf98ef4b67bc145a1becb, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php', 1, 0x00000000000000000000000000000000, 0xe76302795a141108db7fe0c013aa02fc, 0xb78db1fd1a59e5a4e6bcfcdcbf1cefeaa6d5795d3804f214f103280751bba36c, '', 0, '?'),
(0xb2978f1dfc7408913a8aafdf5a00e5b1, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php', 1, 0x00000000000000000000000000000000, 0xcdf18a825fd872bf11d017d6c50ddb26, 0x487678ca69b4250b87f859102ecede35db09c75fbcf802e9bb7e54ce4b0d9b2e, '', 0, '?'),
(0xaedb68c553c4bf51e37f830bee529ccb, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php', 1, 0x00000000000000000000000000000000, 0x2ce1f9246f6d6f636701f15d4e28ccf1, 0x9f0a03cd7d1ebc665886c49c623c0c458e6f952e115b3c76361485315ff25e1e, '', 0, '?'),
(0xdd68ec4561bebbfa15865671d5206714, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php', 1, 0x00000000000000000000000000000000, 0xc3870a21d092d796b839ea1fb7a73f3a, 0x08a6ec158a0b3b89cff713d06c05dd103f71ffb722883ae5dac09cb4aee295cc, '', 0, '?'),
(0x0896ce522436306a77c0e0496db49837, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php', 1, 0x00000000000000000000000000000000, 0x4bd7e10ee11d39043c0e331328c167c7, 0x9f5489147891e0fae4bbff2d97d6fd50e76fa2dafcced241e68cd305d2edf2ef, '', 0, '?'),
(0x047500936526abec2417d2e29f174fca, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php', 1, 0x00000000000000000000000000000000, 0xed3dfb66bc0efb7e8243f6ce1edddc57, 0xd2535f3e5bcb6702dd39c95403d08aaefba15650145272a6ed725e5c7222f62a, '', 0, '?'),
(0xf2878aa8b8445665a06f681bc178c418, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php', 1, 0x00000000000000000000000000000000, 0x5659798d395564ba54c97f833897da8f, 0xd74dbfaf4d69204daebef571b9710c837a3fcaffeb335804036b21c2c6c477ff, '', 0, '?'),
(0x52e8d747358eadb2b58d746fd601246f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php', 1, 0x00000000000000000000000000000000, 0x1a5c95bf330d66184b146374adb94cda, 0x6cef39582e80be8828fd82c0a09bd167a1dfc20b5afeba534a3a1f03288b0f2a, '', 0, '?'),
(0x601ab398a4a08bb8f551260eaf603482, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php', 1, 0x00000000000000000000000000000000, 0x3c861d7751c87a143392efec9931766c, 0xee3e5c3df01e0b1ea9736f14d408260f9fa6848dba8bf292b549890e6a4b15f0, '', 0, '?'),
(0x97c61fd41c8aebc66e88d10b8bad97cb, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php', 1, 0x00000000000000000000000000000000, 0xb87f8c639f6f025fb1761124f44cd536, 0x597abfd096f3a53408ac2f68175e44cf9aeace0cbb8e20d6d89eb840b08f2614, '', 0, '?'),
(0xfadca70e9ed51740cb7b39b640f9773c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xe6684a41d5a25598ab046bd1aafc4c6e, 0x21f3bfe05eb0b32d506de0593850ad3af2235f48b0e903d5e0f4e9dcee11c01d, '', 0, '?'),
(0xf137495f5fb2cd14cbcc76442192ab86, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php', 1, 0x00000000000000000000000000000000, 0xa853b921c7ecee3d9c5bd675524a5add, 0xa98fffcaf890463ca51e52b4f7f4f275ebf7672567fdf652970d5ddca81940f9, '', 0, '?'),
(0xafcf8e0b7a6b6b73f4f49bc26b2d0046, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php', 1, 0x00000000000000000000000000000000, 0xcf60aa217a702bc480282dae732fac11, 0xc3602c78b69c8201eb21f437d35d0918b5d11f5cb43f41cc91ad562f26cb99e4, '', 0, '?'),
(0x03005be2a7d532d7717c8d82051c02d4, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php', 1, 0x00000000000000000000000000000000, 0xbeda5a10fb589403d844d7c4b475d7b7, 0xcb2bb04eeb203db781426050545f2aebcba58a4726c8f31cdcbc8fe687a0a86a, '', 0, '?'),
(0x51cba2b449a29845bb1d801c5a30186b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php', 1, 0x00000000000000000000000000000000, 0x1a2dd798891eb404a3d1dc068a55e172, 0xdfe8ec4221e1a06fa07d7d212d55fc589e0803fe19a6c2e8f43443ce60006809, '', 0, '?'),
(0x798c181e784dc2cfffec40bc184fe48f, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php', 1, 0x00000000000000000000000000000000, 0xbcb07440a4f44eadf69bfe6a92c45e45, 0xbc0c7ee9f2d1ff2f7f80ce1b7c6b63afa8676af42399e3a0bbc330bfe6748063, '', 0, '?'),
(0x62df0d233915aaba61c924dd776ec0cf, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php', 1, 0x00000000000000000000000000000000, 0xdd7313c1dc7c19612a8a65be8c33be5f, 0x574341cf40f53f831b75322c83115396052a286d52dec4f18c9d5d7c358cb3a1, '', 0, '?'),
(0x65ee152eb479b0e105b73ef4d4088d6b, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php', 1, 0x00000000000000000000000000000000, 0x3d304db035f2d884ae94b48f69153017, 0x1c573d3abfbbb0c46954ee4cad168537b4720ec68639476fe5ee2ba7faf6078b, '', 0, '?'),
(0xf1c156eb17f9e07cda91e4e2532323d2, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php', 1, 0x00000000000000000000000000000000, 0x33125a784a844f0235af770bb718989b, 0x7cbcfc592269d747d0f847c38cf237e43a856c449bcf7d652a829f78afe2ce2b, '', 0, '?'),
(0x5feb20a4d515535cf5ded9d46f083e9c, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php', 1, 0x00000000000000000000000000000000, 0x0bb063d34fb753ed4d9aaf0626bd1c8f, 0x3292cbe3e864b36332ef76b8e8c5c0f25bc1a79bc28fa5faeca55c45626a9f14, '', 0, '?'),
(0xa0d9c5aab7fa9881d68dfcb4a6b94502, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php', 1, 0x00000000000000000000000000000000, 0x0f6b953db6a027d71f8a4699d9786046, 0xd1278b017cb6a888e82214070d1e59b6f337b54e9a3aa7cf02b65baf12ba75a6, '', 0, '?'),
(0x341d166df536b429f33a35bb74d17197, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php', 1, 0x00000000000000000000000000000000, 0x86048d06bbe0d29a3bdae281e80beb9b, 0x3629ce492e5a1ff1f56c3267950638117ff1c43d2c4384f31af3643e58669598, '', 0, '?'),
(0x78a9fa8919deb6a6354c431ec77dbdb8, 'wp-content/plugins/wordpress-seo/admin/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xc687a18908c09b5d1eeac4ace8de989a, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php', 1, 0x00000000000000000000000000000000, 0xa1d12fea387372f225e62cccc9239f9a, 0x745f3ce34db9fdd2049e07eb2c17746f7ec966d459ca63d7ae92f1e332286ab4, '', 0, '?'),
(0x36af8ea4a89060a235fb66369c3f9569, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php', 1, 0x00000000000000000000000000000000, 0x9de4ebd042a2071bb50a51491ba7d43c, 0x5166b5086afa989ed8c5b2da7952f73b638abae5b5e5b1729f9edb22c138082b, '', 0, '?'),
(0x21a4e61c9ef8387e570e0eb0c93e42aa, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php', 1, 0x00000000000000000000000000000000, 0x7a1c9dd6397ac41b2598bf30f65bd3bc, 0xf994dc3618f61a2a472de8adce2bf1638829ba16d67cec8ee187265b60195e33, '', 0, '?'),
(0xc5548c9556cd369ae08dee44dfebec67, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php', 1, 0x00000000000000000000000000000000, 0xca909a8166b59f5aa88be8448dfd07b9, 0xea476f48b4ae61808a709f5af308c919193d57ce4a8baa77f6d0e21e78c0b47a, '', 0, '?'),
(0xccfa0d5a00f44a3d1aa204eeb36e6bfb, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php', 1, 0x00000000000000000000000000000000, 0xe36c963313588530cddf2dcafd71e083, 0x15c9e3bcb2d7e03205d278a73bfda67e40e9389d245486d4ebaec878512de0dd, '', 0, '?'),
(0x8f6e0edd401d47c36e2faaa600613c69, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php', 1, 0x00000000000000000000000000000000, 0x77f01a909bc983df8e3aacd9fca4be8d, 0x14825b106c0ac017e757edf971c93ab536e1ffb3bbcd042e0bc53cfee3d0877f, '', 0, '?'),
(0x15c0d97fd99532862a859bbac14e49c3, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php', 1, 0x00000000000000000000000000000000, 0x3e5954a3def1e59bf72e7016f0f10e88, 0x661ae686c12442f5c66ddcf7f5396379f5f0c4310fb54a987d1c20b842776a0a, '', 0, '?'),
(0x3c206afaefced86cdd9dbbe342879c28, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php', 1, 0x00000000000000000000000000000000, 0xcc5e0fa8f32ed9bd1af104645d912e99, 0x7c4fb61a5f0b2d963cb57cbc2e997c78bf53a5faf9168ed02123f28781a2cd32, '', 0, '?'),
(0x29a537b0e67b5578dac3cdcfe872c14f, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php', 1, 0x00000000000000000000000000000000, 0x3bfcf6c7379641a4378a7e43142dbb99, 0x022e46023529ec0d7117d0feb176e8b65ed105033764b97c6be1484c70bad3d4, '', 0, '?'),
(0x02d756d5498cfe309c70a626d4ca1dc5, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php', 1, 0x00000000000000000000000000000000, 0xee03a7f775c915099b7cc824b8cf3d4e, 0x954c0193a44f2d7e3bb3ebab23ad117b75045446dc0e4e75659033227877ac4b, '', 0, '?'),
(0xa3ebb7e8f47ee561914465f68f46e547, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0x23b1819b4a7d3c4b8baf38009786cce3, 0x9ee8ab66f771ab39d285a2089b67667929d0805f61892204225d8bef28c9846c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xcd3467cb3433ca21ce425cea9f91b20b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php', 1, 0x00000000000000000000000000000000, 0xdbd4d7d16ae1661b4b5f65b252dd9c73, 0x8788c70b0c187732f929ef23231146f3018c5698ad14a87dd684be20d6ed8ecf, '', 0, '?'),
(0x6c9159f901f5d3bcdc007448cf218f72, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php', 1, 0x00000000000000000000000000000000, 0x30a275863f116de10057a8ff2d36b509, 0xdfee2633046d8802b8143808606c2a7d9522ffa88fd34d89c94f2ac9542d11b2, '', 0, '?'),
(0x3eaa8401cee500a4563f73e3151af99b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php', 1, 0x00000000000000000000000000000000, 0xcba10103b46b49a339d6f2c348f69ee6, 0x58696b574dab9c30a11fb01b0ca494200a2eadbbf45337ef146600c6f1107819, '', 0, '?'),
(0xcab573e242f2fe732a781db86e91096b, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php', 1, 0x00000000000000000000000000000000, 0xc874233ad0f7e9687f2f8995c4cc3244, 0x7319f20984f9f5b39bde0dfae164eaa5a2bc36c3ee94052b5ef294d1b797d8be, '', 0, '?'),
(0x52687aabb0c90725827321d387561e64, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php', 1, 0x00000000000000000000000000000000, 0xce4221fbfab82cf6b5d10195dbad99aa, 0x26adc91a3e69fbfe8771b58e8b3bfa295acf1d5249659b60b34c4303d626f9c5, '', 0, '?'),
(0x0cebafe49d3b5822af0360d075c99c06, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php', 1, 0x00000000000000000000000000000000, 0x8f8440fff825759c375967636d26eeb7, 0xffd41e7d45c2d6b3e7fdd5242daf8ecd0e4c6ab92480be8454998cfb07c25696, '', 0, '?'),
(0x6bdbe0162068c0d1bb3c7807a917136a, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php', 1, 0x00000000000000000000000000000000, 0x5de86648f92fd5f81f0d34c98249fba5, 0xb0e3b96816e8e3821d445f5a40dbf935443b315272753db9eeb2af67122ef046, '', 0, '?'),
(0xdf0a6b9559e111bf85c6756c8ba5dfdf, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php', 1, 0x00000000000000000000000000000000, 0x8523aa20b0599e6cf58e091b5a31a196, 0x04e50ba923f66b2fcbcab0d76177cae103452a3b76abcaf50fdfec5b23f3129f, '', 0, '?'),
(0x4f22dae26ce3216eed8e174d085fb1f2, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php', 1, 0x00000000000000000000000000000000, 0xd6826e34a64847ce0e44806cec686164, 0x3d5a97e257b5beb9c4019cb98724919f3325d70ccfba4f6890c5328074bd752a, '', 0, '?'),
(0xe848785ed53ad8220782fa5cabe5e72d, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php', 1, 0x00000000000000000000000000000000, 0x4386b12c512d399ffdb12b5205444e54, 0x0cc8e79aacf6fe9917b7a397ecfdff73df9220dadcac2cda39c8d8e152837ae0, '', 0, '?'),
(0x145b0d08254d0406c87b2f745265c09f, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php', 1, 0x00000000000000000000000000000000, 0x07fdbf9b7b2defe6590434cb7aa1355f, 0x0d10239bc4523a3580e443c0d783b759128b02f4ba3c8733cf869207da5d4162, '', 0, '?'),
(0xe479f1620762159fdf8f08752423d496, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php', 1, 0x00000000000000000000000000000000, 0x4b50f19f97a9a7b79b340598ddd7edca, 0x816e61d3b1a59b2a670b175571d91ea57923b2cafff34961d0ebc6602ab33b95, '', 0, '?'),
(0x93964fcfce0b9887813958964b486f82, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php', 1, 0x00000000000000000000000000000000, 0xa92b48738aee78c9f7f88f504cca51a9, 0xc45ee7c7ebc01aa637a65480860d89739c9afb042aa4de3dec22469d72010047, '', 0, '?'),
(0x9314e652d21970ba78eb4f0c8055ca22, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php', 1, 0x00000000000000000000000000000000, 0xb40cce124c2d1aeab6d8d23076660a90, 0x952b26682dca9ad8f9956aa28146701952b10cde24e4f9e9a608c9a909312374, '', 0, '?'),
(0x032821283e035e259d861dc8678247f1, 'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php', 1, 0x00000000000000000000000000000000, 0xb25f807ceec2c623eb90898388db6962, 0x0384c47765f6da91173a91c26c8b036f679fc847ca9d037cd5f0b73c52f42a12, '', 0, '?'),
(0xf8612ae1cbab4371102c707f173567c6, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php', 1, 0x00000000000000000000000000000000, 0xee1c4e62f7e3b83d807e7feb9568d6c2, 0x1fccad423ce24421c257596060b79ec8ae802a92887055607063ef9ad7961d9d, '', 0, '?'),
(0x66106e46de726fb9a5e794c63ae54caf, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb4cead89a856527fbe600658fc8811d1, 0xa3b7c37ad892bdf4befb4e75cc7677a4187116d649f45b3da052171ec0915145, '', 0, '?'),
(0xfe32937dfd2b8d783466dacd096d8558, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php', 1, 0x00000000000000000000000000000000, 0x84e7ec57d9454497f0ed8877383c49b6, 0xe28ef417ab33cfcef299ba36f83b435d41d9da413702f260d2aeffb588693f58, '', 0, '?'),
(0xc491c8d4aa561c8b4354189c91fee047, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php', 1, 0x00000000000000000000000000000000, 0x8730db46b0c0f5c5fea4cd6e7c681944, 0x3397d526e01194536206844ba3951bfa8641272078503f64a2264ffc1cc60577, '', 0, '?'),
(0x2e1b144cdba167de81c8db065e9d014c, 'wp-content/plugins/wordpress-seo/admin/pages/metas.php', 1, 0x00000000000000000000000000000000, 0xe533f60f8068d4aa722d9e80ccb32abc, 0x34c174f02d41b269753cb4ff14950890d060a1be7ac768d245520a850b5a7fc7, '', 0, '?'),
(0x0fe91debb78e77685c587387b190e86c, 'wp-content/plugins/wordpress-seo/admin/pages/network.php', 1, 0x00000000000000000000000000000000, 0x77e3a2bdf5b1566e22c42f509ba257ba, 0x80ad0c07922f9cf6d4cc129347b503d6821c3b5a3b7b61b45cfb96bdf8a1f39d, '', 0, '?'),
(0x659cd189b2479637d102f058f13f0042, 'wp-content/plugins/wordpress-seo/admin/pages/social.php', 1, 0x00000000000000000000000000000000, 0xd3c916eccbb4f6edca92120c9dd10462, 0xcf8bd8dba922a859cd9d07fabff03ea72a787627926dd958b4eaf82d20fb668f, '', 0, '?'),
(0x03f5f23987b9a4e4b7b30af59c9936f8, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php', 1, 0x00000000000000000000000000000000, 0x60189f66f07c89d8cadb18c17b5b36ee, 0x423e33e56d070ba5612e8df247edc44bacdb17aa4b9fcfd905a71d2640f93e39, '', 0, '?'),
(0x01eb8badff4ed2e6b37b3dbfdf3b5fee, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php', 1, 0x00000000000000000000000000000000, 0xe70798e371f9fb9a950dcc729182ebb9, 0x3845b6d60d7bef33197b38335d370420b27ebce7cafc2353bb107db6e52a965b, '', 0, '?'),
(0x6bc061944a1a8addd5f65c442ebff550, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php', 1, 0x00000000000000000000000000000000, 0xc98f33101991ee499a21f94257d3daa7, 0x7d2a308b35e5172d08d851ddcca1e4fb70191cab60cba3810ea0d3725011e661, '', 0, '?'),
(0x82607c7981d6e4058f09bb49bb687633, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php', 1, 0x00000000000000000000000000000000, 0x5b8276d5c790d40e29d1bfacbb5578e9, 0xb1b648f5615dd14bef09ab91685db2a2cda87dd1a56b9c2596bf8e9f194cd03d, '', 0, '?'),
(0x103e0342e222bd1636c7b7542a57d8b6, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php', 1, 0x00000000000000000000000000000000, 0xdb2acc2a64018d5e64099c03e454d91a, 0xcf60b81c17ae9eda0d9c2cb8abdf1587102d2992f1f9111ec0f6d2197d339c7b, '', 0, '?'),
(0x5fa2388fa78dc098fe4403aff1120ba3, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php', 1, 0x00000000000000000000000000000000, 0x2b7659062165bb5ca48039683207c00f, 0xea2661e5fe3d069fde73aa18f5673b7fd654f42293dcc655d94f5f434c336b2a, '', 0, '?'),
(0x0b8a9629e5298bb37decb22a18d45dad, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php', 1, 0x00000000000000000000000000000000, 0xee770446e448b56b684a175fa0c96ea1, 0xa5d0b2c12d438e224f46977bc08f6f8dbaf7978fa07d193ee1af30d9cce6d72b, '', 0, '?'),
(0xcb00c212215a9e68ab9c788d38f49314, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php', 1, 0x00000000000000000000000000000000, 0x6c406930764c5d0bf040f05169795769, 0x749d7c2eb2d0f9836ef0cdd5ed7557a195fde2cb0bfd37f64d02598f8c87d061, '', 0, '?'),
(0x2b4fef54fd02c3bb115e528741d3076c, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php', 1, 0x00000000000000000000000000000000, 0xe05ce718a9751d15154dec333c3b168e, 0x8183dca9771a6f230183e4514c3c57dcfa49a4a27004fb889d383c63a630bc3d, '', 0, '?'),
(0xd078a9c09f95089a3cdd8ba20aa3dede, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte.php', 1, 0x00000000000000000000000000000000, 0x6b1532317d090cd5a74f2cd0c5ebd45e, 0xe09f18a832029b32d9e629ac5e9446800b83a5ab2b7720e0585ee8e0213d2503, '', 0, '?'),
(0x73951ef14b2c66aae111030f9e5ca7dd, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php', 1, 0x00000000000000000000000000000000, 0x871c6c205b5fb83d6f4b840eb746233b, 0x785f0b7677d0dee7943f727e91fa9b783fe1867d8470a2f16ee892ed5449376b, '', 0, '?'),
(0x1692834c3985e87da958981529b71f1f, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php', 1, 0x00000000000000000000000000000000, 0xaf5cfb8bd6e25705d7d4c9e84bec8a00, 0x856d481f5c7f1d2ed2609b17b8808f3a4a2b417ae0a3f4cc37b94a5185792278, '', 0, '?'),
(0xdc3ee4c36e2a705b46a08f423a17a0bc, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php', 1, 0x00000000000000000000000000000000, 0x1aa914e99360376c0534700392f24337, 0xf1894018cbfdedc50a1dd1568bcc6c309fddd514e88f8b573dd9a09e0ed7103b, '', 0, '?'),
(0x3f580e5cfe6d669ee1da9507daa3b467, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php', 1, 0x00000000000000000000000000000000, 0x630ea7be31d6e24f8906ba42d64fd82f, 0xdc9a412e6bba1e6e60ade93af3641e0ea5b77c02cfefc4a34054242c3d79b8c2, '', 0, '?'),
(0xf7b038a3c8437f84b6c3fc210830ebcf, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0xefee2b11c93c6eb027904fdd9953f1ee, 0xae010a398032e2e495fb748704fcf077eae8a7b753bbcdd17d690f109d98f6d6, '', 0, '?'),
(0x8920a6263ff1bb9e46a05a6945b94f64, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php', 1, 0x00000000000000000000000000000000, 0xdd4bb4b063924b3d9447025e657fdcfe, 0xfa2a2f47b269b8d18e9dc4b727b9268763e200102c1fde9ac4fcfb2073d43629, '', 0, '?'),
(0x1bd0efa4e4ff893cfed6da7c518b9c88, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php', 1, 0x00000000000000000000000000000000, 0x871a4daff543cbc0354fd1ef8e69b63e, 0x703f53fc1d4b40951d5365cfd6ffc3fba5c5e5dbb782a9eb240cd0caef8cd1af, '', 0, '?'),
(0x630edf2e0e834b2da1aa6b33bcc664f5, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php', 1, 0x00000000000000000000000000000000, 0xcdd94c4e62c01af9e2e462fb6ae21edb, 0x918c600b9b60a4eefb8298cd747a8e996245c56d9a393d2420eaf901ab4af86e, '', 0, '?'),
(0x7b5d0ea1ff320f5d24440fad5e730371, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php', 1, 0x00000000000000000000000000000000, 0xc2bf9f32d17116ed0bd4f2ad0276ccc1, 0x2d4d2e343b3f7d118fac482ca8d9fc6ac4797d25d6a3b8e7b0f067c23b8fdbf0, '', 0, '?'),
(0xefb2424abda49a3d34eadf1bf7c212a6, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php', 1, 0x00000000000000000000000000000000, 0xbd678d1810ff10142792b32bb62a474c, 0x45289d85c3057141d6ac68fbeb6db96566619eaf41eb0a3e817dfb85b71640fd, '', 0, '?'),
(0xb18267b421e0dad9baf1219980cc2adf, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php', 1, 0x00000000000000000000000000000000, 0x1e2d246c57d2123aa8938c8263cb1d3d, 0xb47a00443453bed098169b21e956bf61da672cd3d1f7c0f9ce0685e408f9ed9f, '', 0, '?'),
(0x69139cd77bf9be70570d8e9e39a32fa4, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php', 1, 0x00000000000000000000000000000000, 0x2b5a7332e002a1461988f8bee83711f0, 0xba6dad56295e4021f2a3458df106fad4ac5a9e4364907e3906a152efe374faf7, '', 0, '?'),
(0xb4dfaa36e7c2fd653ffd750486f387f3, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php', 1, 0x00000000000000000000000000000000, 0xaf040025dcfe6bcf38b019493e8afa03, 0x4320f8da70c7e967205a039ecc79537ed04920c188a2a5000ddf335073b71351, '', 0, '?'),
(0x150a4528342ee02d17bbfce029ffec5d, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php', 1, 0x00000000000000000000000000000000, 0xdc89359cc6e1fbd6440b6efa3c256754, 0x630b42d8f286bf6eeb75efa259e64c68d624e83777f811efa5ccf5768d9948c8, '', 0, '?'),
(0x4080ba1c760acf97f30fb1f9c55ac028, 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php', 1, 0x00000000000000000000000000000000, 0x5cf5fbc1a5fdb350c7c6185950e3d2e5, 0x1d0b0ae32959ac8b57d5a243b63583f40bbf00eb2cb689a15c7eb87adfe6d219, '', 0, '?'),
(0xeb7fcff374eb5c8f9b7d0d6bfd93ee8b, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php', 1, 0x00000000000000000000000000000000, 0xf736947c8142929adc0a25fe639c9946, 0xf25524ee6aa05ceb40ef34621a125c084f0b2c640bb78d1b3d716e9c64b43cbd, '', 0, '?'),
(0xdafcd777e28159e5f561f63520c9ea2f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php', 1, 0x00000000000000000000000000000000, 0xfd0fb071a41dad39cb05bae726628a88, 0x14b8d986e7aa0bedf4089195a6f783733c8dde5c4c15a76c0c6e37ba43a449b0, '', 0, '?'),
(0x164a44e51a53ca2fd66fefe3371f372f, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php', 1, 0x00000000000000000000000000000000, 0xb967fafabd9e9da2d5718905139e3dda, 0xa3ddb131004504a10d70630b74afc2b403af7236e743019c5bad84332d9e0cdf, '', 0, '?'),
(0xb93edaa458670d1f738775022313c158, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php', 1, 0x00000000000000000000000000000000, 0x6bdb563a09a806b5ffef8618bf63e0ae, 0xc01dcfc19f0a97b3715f4fbcdbd7143f042c17ed1e93ca01bcca77da47ee80f4, '', 0, '?'),
(0xe26b581312d6d14b019754eab237b305, 'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php', 1, 0x00000000000000000000000000000000, 0x0716c8746ab1bff42a4ea187bf172e8f, 0xf1ad26be1213e3c49f633dfdde230e53bb0d5685876647b40e8dd7dac5b82765, '', 0, '?'),
(0xc1252b953aa477995022ec790cf4fc68, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php', 1, 0x00000000000000000000000000000000, 0x55824edf40f285f296767fd5204d2997, 0xe16c9ba962298a8d0b1017a7f8cbde25548e59742b5c9503147245c64dbc506c, '', 0, '?'),
(0x37817561173cd6282efa974cd59d4828, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php', 1, 0x00000000000000000000000000000000, 0x4e7b0acd1547061027970d436ae14225, 0x87543056c56c3a22a3f54fd7010e20750355a4f7750b960e53762afeec5e6262, '', 0, '?'),
(0xd758e4fdfa4a964bb833b5a6467e15e2, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php', 1, 0x00000000000000000000000000000000, 0x4b6368a9bdceba6d1c47d503b0144f63, 0x6b7aef60e9df2660ba2b14d70dc68816e006244604f6b935c4965b7c6ea71710, '', 0, '?'),
(0x2183a847f107177278401adfbbb87e73, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php', 1, 0x00000000000000000000000000000000, 0x11d88016fdfe3f3d05ded202a31c579c, 0x4c40cc1c015de088d36ebb963dcd82baaed9e838aea94e500a5b081784b6ce63, '', 0, '?'),
(0xd1818296d6c2b029d7ed90de26e254a3, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php', 1, 0x00000000000000000000000000000000, 0xffd9f166b5b1c29104fef652b3ea4126, 0x2c65e62c0d246cb79a060121216603ab7691ba4778d400f47fb80024f12e3cf4, '', 0, '?'),
(0x4cf2d69e2b5089430c86d0297e75ac5f, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php', 1, 0x00000000000000000000000000000000, 0x324b17e94158d1311917191eeb7ab2f5, 0xf7ae075ccffc5b9f200365995fed5d0603760f54f753ca91d0b65ce5a6480d5b, '', 0, '?'),
(0x19d4bf2c365fd01de5eb7864c510ca9e, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php', 1, 0x00000000000000000000000000000000, 0xc3a2768f024e7ee91d475a3c7ac44312, 0x1171a27f6a024981c187210e5fd8ebf77932fccf87a17e1c696c88f4ceb483e0, '', 0, '?'),
(0x7860a173ec9f708828cac13724278bd6, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php', 1, 0x00000000000000000000000000000000, 0xdb11a2d586b0d3fde3bf46c47fccfd3e, 0x281a8f395b9a68d661bf91bb983db4f16fff59d95e19044c7b5f1c4113f82e53, '', 0, '?'),
(0x058cccdb00c41dc75ba17553b28b47b5, 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php', 1, 0x00000000000000000000000000000000, 0x57fd894517a143e09ec12518e01d2fd1, 0xaed4c55853bbfc679dbe4afcba17a0b307b6e1eeaad24e39179cba836f2008c9, '', 0, '?'),
(0x50c3a8b12652df7b28369e4d1b9d5d38, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php', 1, 0x00000000000000000000000000000000, 0xc6db4909a273f7a209057afe8ffb34c8, 0x5397437f2f496b5e642680056dcee4a2db6c4a33b3649f6026637b04dcba813a, '', 0, '?'),
(0xd33811d218fff7592814aba93fa9f208, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php', 1, 0x00000000000000000000000000000000, 0xc0af81c707c025af2426753329555a4f, 0xe6f1b1e28930a19c7e01c9803de35ee5e00836d7480badb3d334ea2230c85460, '', 0, '?'),
(0x1a271cbc4ed3c2f38cb08fbe62399472, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php', 1, 0x00000000000000000000000000000000, 0x7d90c936fab2e22cb2a3f6a40c8f0eca, 0x196c20fd602b2368b684b40aa65875fc40e447c0308ec3ad5157750d5bd7eb1e, '', 0, '?'),
(0x8b20cb78876b10f7d215cf0b01264478, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php', 1, 0x00000000000000000000000000000000, 0x157c5341a3f173cfe417288296cccf89, 0xac9b0225679558a8b7327088e733de87e71d9ae21569f1b7049a305fd7c57473, '', 0, '?'),
(0x9465b290508d2dcc2bb454db3bc49ff9, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php', 1, 0x00000000000000000000000000000000, 0x325f61c88a96423c24834c600f8bf978, 0x827efce2fa91e20ac2642cb4b4acad1445aa2b3a15d5200695b477110d1f26a8, '', 0, '?'),
(0xaccf26563773ad7fbb96b0c901ef63cd, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php', 1, 0x00000000000000000000000000000000, 0x31fae57958ab33fcb5538a1ee8f02293, 0xbff3cb79eb7e452e1d8a6db8bf9efe766d74e290980b19e1d3aa920c4c26f41d, '', 0, '?'),
(0xd5bb4f9f7355901ee0d3c8b654d09f61, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php', 1, 0x00000000000000000000000000000000, 0xbb6ad69ebb42127d9cd1f7d3edbbc2a6, 0x3034af909abecc09b48e60d2dac57965b6a4429b69c81052b7cdb69afc950a8a, '', 0, '?'),
(0x554c4127aa103756edfb0383f967034b, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x1ed3f02df22181177572cd60b5c6047d, 0xf49c9b36efc6013e05ef0d20c159d89c7759cc268b57fb552fee78d29c4956dc, '', 0, '?'),
(0x1dfaacbbe6081a7e21c84ec001c5e2db, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php', 1, 0x00000000000000000000000000000000, 0x58158629d4544e667fc9da752470a7e1, 0x6812c8fbe9184137f67038b9a9556ccb3f7904b7b3ecb0ad06fce54b61973cc0, '', 0, '?'),
(0x800586eccfd2f1194bd2492b61ddcff1, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php', 1, 0x00000000000000000000000000000000, 0xf0893a60f2d8e373f5cc6c2d493085d5, 0x860d3871e8626675991c3ba45b1d8d49ec0eeb7436d6da487beb9c26947c4f46, '', 0, '?'),
(0x0b32b3834d27f44cccdf4c5f7ce2cca8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php', 1, 0x00000000000000000000000000000000, 0x3ffaaa697b5bf97722dacd3b599c081b, 0xdc094a7ecfd132476b88bb588f4c92268774246d43c761cf1d7bd76b9f7c0900, '', 0, '?'),
(0x9f3080729aa966c76ff8faa13d1a5aca, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php', 1, 0x00000000000000000000000000000000, 0x3a20508a71f57958965c4a21faea575f, 0xfa34004353c149e6b0ac29c70d98577a899226420a40105d305f75af8b4da087, '', 0, '?'),
(0x40d45bc260584066d56261e105726b70, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php', 1, 0x00000000000000000000000000000000, 0x248c2a5cd7332f6e5421bbb6097cffad, 0x4ed3defe3dfa769ed9d0c78e201bca60f6d8a7361f083982f50414a60d1bee1b, '', 0, '?'),
(0xef8f81b4bf87310564e2a85945612490, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xee1511cddaace7a80a847bdc6419f08c, 0x2cc28e446c826be7c201336a9eba2185e788a2c9d5c5cea95520d09e610f3f93, '', 0, '?'),
(0x7ea292667ac04d3941a14ed132d7cf33, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php', 1, 0x00000000000000000000000000000000, 0x50c1f6b6eec261b1cb3541b81020fffd, 0x749f0ed8395485b75d3ff1859a5a4b7cacd1d1f42474606cadb57558ec703f96, '', 0, '?'),
(0x528d04a346a245889c419635bf721e96, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php', 1, 0x00000000000000000000000000000000, 0x0d166c1a1b9b1e40f6309953224c38bd, 0x7f869d4d2605e856ab8097d74298d85afa32eb1887d7810d986d4acc21b5b514, '', 0, '?'),
(0xef71d80ec100cbfc1e2c38bf9715b23e, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php', 1, 0x00000000000000000000000000000000, 0x49b2665f75153cae6b93be1c96511ffd, 0xb618ae7dd76622e647ca44a545b7e335a3607394bed935d30e06f9846f3eb8a8, '', 0, '?'),
(0x242beb462869d56e091b125beb55b330, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php', 1, 0x00000000000000000000000000000000, 0x239debf1f41856d85a783711b1f7cf1f, 0x3dea9ba08161c322c2fea40a6ea5233d1a8a007d47551c3d671994137e08ded9, '', 0, '?'),
(0xf66fdf053b72b0be56f44a92653cfe9f, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php', 1, 0x00000000000000000000000000000000, 0x0de3b2abb5a802dbf387650ecf44fbcb, 0x77f34737f7f9ea4a83f43cf9fb3b9daf83d4c77edadc8015e8ba5cd99ea76dfb, '', 0, '?'),
(0x267eda90f8a867b7fc4e8a4915251960, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php', 1, 0x00000000000000000000000000000000, 0xd407cb56ce91ddb9eba00bde6e57931e, 0xb1e453c48f4f8787b6d2b80436067449cb2c53280e5ac8bb0f1ef6f0127b8797, '', 0, '?'),
(0xcc9fb66eec56dab0502a0378ed7a7994, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php', 1, 0x00000000000000000000000000000000, 0x64657791f0c785310f069f6d9591bc7c, 0x0175b65ccd9a89ae2d277087485bb562ee1731cf4e72a5989a6fde5faf8c3624, '', 0, '?'),
(0xf1a74f5ffbf0b207ccefff8545b80865, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php', 1, 0x00000000000000000000000000000000, 0xfb18bd44dad45fe4af9302ba720ba7c2, 0x27d2283c7602670bc2031421fb9099550764b85f2c0b2bd8a884dfc381be2eb6, '', 0, '?'),
(0x3426b707d6f7102941ac347411667de2, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php', 1, 0x00000000000000000000000000000000, 0x1bb0d8ec90af02f14d37647e691ca351, 0xedb6bb72630df2bab8c929722a0c15f740eba08f32ffff44fdb5ce903b45b4e9, '', 0, '?'),
(0xeef443be8562700524e2d26c87533b3a, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php', 1, 0x00000000000000000000000000000000, 0x607faefb3143969673e6ef4487c4ca07, 0x44d2f09fcad910d982562fd4ce94a4805a360b8c563df6a7175a46b64c2c8c37, '', 0, '?'),
(0x1aba6c5738a2df75972c8fdd3268f301, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php', 1, 0x00000000000000000000000000000000, 0x9c6486f086b78694913f462b689cd525, 0x31208098fadb8c3e4456acced345a56fecd7ecf791879f0d0f67da68908a71da, '', 0, '?'),
(0x8e19c60dc80a9b9f232d0726841c8cf8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php', 1, 0x00000000000000000000000000000000, 0xc0c4e5234a21fcf60fd661d52ee127aa, 0x4633f7536608b2072b76cd4cb7cbed569be65c74130e04480ce0e77ca3d5821f, '', 0, '?'),
(0x2bcd76172173832f98207802abb12a5e, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php', 1, 0x00000000000000000000000000000000, 0xd886bc63fc54a5199447c7ae7561ac4b, 0xe8d323c6ffbcfb90acbc0a746166b2d26c552ca36f9f64e6e952f828142aa2d2, '', 0, '?'),
(0x5be06626601d4a0795b7c1a35c246b60, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php', 1, 0x00000000000000000000000000000000, 0x360877571112dbb2b9ef81f884432894, 0x9277d7504bf1d9f845dbac9b5c7f50efcd76e8ecb5f8431eda94e1c8ef206cd5, '', 0, '?'),
(0x9a0c327381582b431f5a4aab044c8c2c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php', 1, 0x00000000000000000000000000000000, 0x108fc6287721cc0cd137b45702dc3cee, 0xdd049322cd65aa0689ca0bcf27b447ea9d02de7f87650186f3bb7ecec5aaae3d, '', 0, '?'),
(0x339ad7054a256b95b2bba917b3e13fa0, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php', 1, 0x00000000000000000000000000000000, 0xc82ed4c1d4e6999b8455e77363c64f29, 0xa7942bf59b101a32ec60756c05679c169400683b976ac9b205eafc627b95e336, '', 0, '?'),
(0xf31e7906cf2de78f666e3690158643a3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php', 1, 0x00000000000000000000000000000000, 0x637739f527d4f8a71a778e8d44e692f9, 0xf2a08c711b01b5017eb5840e15e8d1a0712f84b6254cd55827ae3540199df50a, '', 0, '?'),
(0x3432a48f1d35fb6f3dd6f7538c23bcc3, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php', 1, 0x00000000000000000000000000000000, 0x658b88f553b349b8354e1684828eb222, 0x60d2028f23f8450c2606e75ed1c9cf4eee8ebd38fa05cb417f76098bfb8d90b2, '', 0, '?'),
(0xc81e8065029650111a79610a7ff49ee8, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php', 1, 0x00000000000000000000000000000000, 0xc5108cc0e17a37db48ea56f8a8c84cdf, 0xb5e13ad0d7ee6220cf79b45202cafd3292947052b13b96a5f05c5c02a9af6953, '', 0, '?'),
(0x6da42c0ba8da6864d6cd891b2af4d233, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php', 1, 0x00000000000000000000000000000000, 0x097fd58b75b54caa04f54d93864e663d, 0xf3cce4b1f03b0d369ba451cba6e639f29cab7e17d99b9538f9ab0cd28c4ea269, '', 0, '?'),
(0x3c94260377359269ac42b50473cc0cb2, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php', 1, 0x00000000000000000000000000000000, 0x1c74b96e7b2bd4544169e7945e4d617f, 0xe5e39b1fcab3573c2420bee559cebd7ba98bc5022a2f07c23aeb3b855e64e27f, '', 0, '?'),
(0x1a8680ad77c52ca5202d2c3a1fee2650, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php', 1, 0x00000000000000000000000000000000, 0x1f5e1ae2715f8ce22c75faf08e830968, 0x483b3471ca9c275983431713bc1a3ac8f31256b343f670de171a2d8f1d7b52bc, '', 0, '?'),
(0x1d33c42a9f3b69f0325efc95ec82d5ff, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php', 1, 0x00000000000000000000000000000000, 0xae5e3ff3c83195b7a6ff3c97c919d29c, 0xf3926e2c239a0b8bb2a35746604b6bbe24496f28d7360fc7ea383fe2ce2a21f0, '', 0, '?'),
(0xbd5cd2204d2a5fe1fc5987aa5952707c, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php', 1, 0x00000000000000000000000000000000, 0x961b29e00dc4ede8421ec784cd9e90a9, 0xeb789045fa67fe3a396a46b7b5afaa1c3a1f15b92c92e2232c7def3b810d341f, '', 0, '?'),
(0x04420793147baa1f29ba077397a62707, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php', 1, 0x00000000000000000000000000000000, 0x324f2b7a8770dfe3939745bb3fac8f58, 0x5bd16d5f2dc7616690a3e6e9e21a970dd17b299ae8b3c53c513950c537cda611, '', 0, '?'),
(0xb389ae4e2da1718a07ac8800fb05e7b6, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php', 1, 0x00000000000000000000000000000000, 0x8b88b77fdbe48be3fbd90daf29d26f46, 0x8654b4259a6275fb1d49917f7cc7c85ce42f1fdefacc2b375e665cfe5249db84, '', 0, '?'),
(0xd06163a0d4497dcb66109cc884e5cdbe, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php', 1, 0x00000000000000000000000000000000, 0xf19d9ee4222b049ca7dd942957023286, 0x8f446e0201c5e4094ea9837182cb43b9bad137a2b573296577aaf07b89f34291, '', 0, '?'),
(0xa80f481e639b0eac03f731badeb0843d, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php', 1, 0x00000000000000000000000000000000, 0xddb440a9bdceff0fa9c22b56b47addf7, 0x765c697e3a51a0b0c120a9fb0f9ce93ced342f817441badd1c9d88a83e443f6f, '', 0, '?'),
(0x4fa1e005b9fee3e9c861dd2b1baca0cc, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php', 1, 0x00000000000000000000000000000000, 0xf3d34d999a3d05fbe0dbb64c0d1a1fd1, 0x49f986f64774ec5701874fb8515754519f7e5d4f8b53457a535f1f2ba4863da2, '', 0, '?'),
(0xcbeb64d64996144bc6b9ec761af730c7, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php', 1, 0x00000000000000000000000000000000, 0x81446cc1f031a37be19b9b65038d5873, 0x55ff47fd80fb08b64c3ca459b1198a1914bb0dc51ebfd3739075f701ae8530f7, '', 0, '?'),
(0xc84112ad472d6eb0e9422120f10e9562, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php', 1, 0x00000000000000000000000000000000, 0x94f19b8b73f009f56f5d7e1cd8dd7e3e, 0x159789534553760360cec9e66a60efd585cf939c4e557c213780cd7bd51350a8, '', 0, '?'),
(0xb0698f7889ff87b997d176f3a324c072, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xc6e85573420d2ed9f7088cc20564dc4a, 0x61285a7f95be0229ced4a6be84b3a42ce3c97c67cfacdd72199159aa5438de77, '', 0, '?'),
(0x92bcffcd088932c9970122d3d9a343e9, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1630.css', 1, 0x00000000000000000000000000000000, 0xbf4013a12725ee1b6ce9a8d6cb3e8972, 0xa9e9e76c88db516f0049844d8e9e3b4270cd7e462d4c258dceabba6189fc35e1, '', 0, '?'),
(0x2215dce9dfbd7a8f9423dba185926534, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xbfa8966a527c2fba70ff982ad3d42373, 0x7ae2f1e4976e50bcac2d0e3772cc7b04153dc33acc1cec490999111ffddfc408, '', 0, '?'),
(0xe8ea8a482f7f6e93b263dc49203e08bd, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1630.css', 1, 0x00000000000000000000000000000000, 0x1c43cb8f91d07e97aa58658c8a1f4497, 0xc2af2cba76e0e787a029e46e0fe5e51605d49a12cb3231c2793c9df8c6c7fefe, '', 0, '?'),
(0x01488e5be3ac158d0e02c1dcfeeb0501, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e05034ab9f217784978ddbd2d0dc167, 0x4285b32588632187124713425f02b47a119843bf3a1a5f1cda5d15561a27e01d, '', 0, '?'),
(0x8570a6b54d6ad2f078b0377f7a7e55b8, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1630.css', 1, 0x00000000000000000000000000000000, 0xb966e5a37ae7ff9e387443d883093269, 0x3c0a2edf9f6a3f9f060e00d01bde1aa8f4be58cffa71a309a4a6c13f8dd79ff0, '', 0, '?'),
(0xbeb4603cd6c0f1178e71c2a0848df33d, 'wp-content/plugins/wordpress-seo/css/dist/badge-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x7d7f8243eb2a617d1d6667e761c3b2f6, 0xf1b1f5597e1d0c08aa943c9e025747856e08081174501dad8e02372c46a88885, '', 0, '?'),
(0x20378ca669f0c2d805ec5fe90f8af949, 'wp-content/plugins/wordpress-seo/css/dist/badge-1630.css', 1, 0x00000000000000000000000000000000, 0x7d7f8243eb2a617d1d6667e761c3b2f6, 0xf1b1f5597e1d0c08aa943c9e025747856e08081174501dad8e02372c46a88885, '', 0, '?'),
(0x183587a9dc24b72661c17abd0a778206, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x9a22c05926b0684dd8a1ef55a7401049, 0x617f33488cbcd4681c880fed0f8557a6dc6d066a87d45ee66c10bde5ca305e59, '', 0, '?'),
(0x98d09ec7a22687f2fbea4448b39fdad1, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1630.css', 1, 0x00000000000000000000000000000000, 0xa382c6b871b42c2d2eb0c160b9f0e986, 0xbe8891060093dc74fdcc4130db6815427a0a1d07020813278e447c4681209910, '', 0, '?'),
(0x3096e8b3aed97b5dee8d75eece173ba1, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c998668f87bce014c0651f95135c38, 0xf2a70cf089a6f2527120e9f9e23d87bc6f0ffbce4d047482f249a60e85582c5f, '', 0, '?'),
(0xdc7df20d8a12247b6c400a77911957fb, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1630.css', 1, 0x00000000000000000000000000000000, 0x924a32054995289d3c190b9a86b48e1b, 0xfb90cd487ced2b5b7549c7eb8e0734c23032782734af58c4628b40183f8f6df5, '', 0, '?'),
(0x6fff6f9ffdbb4ce0a3bc8017d49905f8, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x0ad222bb6b4301a5c962db39231f2f85, 0xbbc20e33bcb69ae73cd329d906f3a38f49bce3e2a5495d22e6ddd1836a9761f3, '', 0, '?'),
(0xeabe0ed7845d7439247faa1e911e5f9a, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1630.css', 1, 0x00000000000000000000000000000000, 0x40a9984e7c389e24ec06b345545fbb61, 0xa5bcebfd2978929fdbc593b8f4da26a63ffbec9336b5269710df5424fb683b91, '', 0, '?'),
(0xbf70e5eba7525734884a054397986cab, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x1626d42c05224fd3f7b0f6fa4195a2f6, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1630.css', 1, 0x00000000000000000000000000000000, 0x5e992ed3094ebd7c38cccd621118cce8, 0xf4c4aa2b340263b25db446e6c81109981176f2fbb12b8beeb04418b8df452615, '', 0, '?'),
(0x6ddca12698cdf511780434fdcf4fd3a7, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x312bf29207cd0f524d1b030ed7f93bbc, 0xc21d73be7858f797cfb99c7c0f638a9fde34ea1bd7051b739a33783aa27fb55b, '', 0, '?'),
(0x14b3dc694ae2acca65b9999b42918d56, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1630.css', 1, 0x00000000000000000000000000000000, 0x312bf29207cd0f524d1b030ed7f93bbc, 0xc21d73be7858f797cfb99c7c0f638a9fde34ea1bd7051b739a33783aa27fb55b, '', 0, '?'),
(0x626ba2246d8e110d7f63ce5a5a6d67cb, 'wp-content/plugins/wordpress-seo/css/dist/icons-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xe35a0cb33e7f4ef63ab6aa090e1223ee, 0xf118140e1cbb6611f40de098bcfe68876e481a3cbae77c072dd042592f009d6d, '', 0, '?'),
(0xf83d00a3354f36c28b76217a4641a99b, 'wp-content/plugins/wordpress-seo/css/dist/icons-1630.css', 1, 0x00000000000000000000000000000000, 0xe35a0cb33e7f4ef63ab6aa090e1223ee, 0xf118140e1cbb6611f40de098bcfe68876e481a3cbae77c072dd042592f009d6d, '', 0, '?'),
(0xb0c376b06429e5037afba961f496fff6, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x3fb85b5e8bbab8e1b2caa4e96c867974, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1630.css', 1, 0x00000000000000000000000000000000, 0xb14a1a93c51b9cd136c611a392c79c10, 0x2e544cc3aa72a7b7b26342f0dd9152f478c01dbcdc90ef1b48e9ce7f87311366, '', 0, '?'),
(0x15ca3dcc5db0d979944de0fd561cffa7, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x2ca87d4a5b462d7dfa504ab195dfde19, 0x032787ebb3a423bd04093a3aa581d79f11fae5b487427e9acb3967d9958dc01a, '', 0, '?'),
(0x4a56f475c497d0c569728dcbb0e4fe61, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1630.css', 1, 0x00000000000000000000000000000000, 0xdb3498e3a0240662387c704003977a69, 0xe452abf0606e05112fa076b5b669f2a88c7698cc7c8f76969f5d911fc6bc8153, '', 0, '?'),
(0x3efe64ae665b24997a79d6db8092368c, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xa16d0f90381f93de54aef8327995c99c, 0xcab54dc2abaa4663c00f0ceb2ffa8f10c8c61f00e2eaea7bccceccb050a99720, '', 0, '?'),
(0x50884e739ea721cdd969ce14599b3e94, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1630.css', 1, 0x00000000000000000000000000000000, 0xff7dd0d00090852dc0555f12c1b717f2, 0x1d9c825079438e2968d37f19831a2e38f059568edf0f7bc0181693fe14adb267, '', 0, '?'),
(0x772bdef18525cf728881384057b6c639, 'wp-content/plugins/wordpress-seo/css/dist/modal-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xd70d4c49c54fca5a647064b0fbbcb70d, 0xa82b2b1c4d2bd30b2634abed1cb3029ec914a8250f1afe15dc40b268792335e4, '', 0, '?'),
(0x21bfedf8f995fa6d4ab96216c78079c8, 'wp-content/plugins/wordpress-seo/css/dist/modal-1630.css', 1, 0x00000000000000000000000000000000, 0xccb056a10558d65c6b1d5d074dd09a34, 0x72cb4323b59dd1a6787cc4710250d2654a7178cf680eb4217f8bba02fe6adaf9, '', 0, '?'),
(0x0620da142bf2431e0b0e0b50dc42368e, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x390ffeea1161f27fb70288fd41bd00be, 0x174237e1380de6879a6781dd7de20bf288c77ec563c07e40228a608a9489c9ac, '', 0, '?'),
(0x9e25c43455a29c295d05d18a15bbca68, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1630.css', 1, 0x00000000000000000000000000000000, 0xc2eefc105d8a3650f088c1c38a5c9836, 0xffe9f30456385b366669842af113fae004c5b3186c1623010d0289e0a0e2a6ee, '', 0, '?'),
(0x145a39e4b8c222db3183695124e81297, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x451253032af110dc5dfe5c9ba1910c65, 0x378bfdf0b993f27b42e02eedb577a6d5b08f1afcd325ab7defbf55ebd9a0c3e0, '', 0, '?'),
(0xd893c6243f928f0cc8a64dabf360ba1d, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1630.css', 1, 0x00000000000000000000000000000000, 0x2876a2a86a7f1c891f19564d574bf536, 0x0e2bc2142a11ad8c0725c9fcce23c23ecda3b24b7a95ed82c28301801c00444f, '', 0, '?'),
(0xa63a2e979ac4976e493c15f398372a2c, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x8be10b5f19919deb5c27005aba9cdf26, 0xc47793ca7b75bbd171e840c29347cf1111b059a4b568eb2ab1a2f4100ffd4a89, '', 0, '?'),
(0x2dbfe6a672172cb8a384e4afebf2419b, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1630.css', 1, 0x00000000000000000000000000000000, 0xfb0cd0c19609590182d87607c6054ae3, 0x0c006a6967e3204628ff5088be3246bdcbf0c1680686911f12d0d12d7b650fc8, '', 0, '?'),
(0xe078696c918b67d6c2c06b7c2e3ec35f, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x586163af343979d4564deaec15deaf18, 0x6b41d154fc666c4185521f4d9158a437ddbf7e2e0fcb5765f16c53fdbdf3b988, '', 0, '?'),
(0x9786410a7167cf03de6e0bf603742cd7, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1630.css', 1, 0x00000000000000000000000000000000, 0x30b446cb111d1a281a6f3bc02c47e5b9, 0x60d3b68d7906794786ebd7860b27dfa7f1d1edd173755026ab6f0fac10800c65, '', 0, '?'),
(0x3b7c5beb7f0981471ad08fc23e51eac9, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x8c0bab645e27dcaa7f9cb46519a17424, 0x174abc230bf2135d318aeef340ff2eb29977cabd3a61d17b266f8638b7ed15c8, '', 0, '?'),
(0x7376ccf0f47fb07fa179ac0974bdbc16, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1630.css', 1, 0x00000000000000000000000000000000, 0x9d2b61d01c092f5465278400ba4970b6, 0x91b893161281557e4e34d6948cd3498aacbc9f8ea8f8074251c6349ba71720ea, '', 0, '?'),
(0xafb1ea18b0c20e66316e87bb14edf29e, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css', 1, 0x00000000000000000000000000000000, 0x7baad66913fe58bf170a6ed3dfe9eff3, 0x325434e4edb43978107c15e0f926b4154a4def9c99cd7458485e7c02f74f344f, '', 0, '?'),
(0x8fe686930ba18c87b97791fe0a8c5b99, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css', 1, 0x00000000000000000000000000000000, 0xd44571114a90b9226cd654d3c7d9442c, 0x0ede564235b8efd4d184c88894af50a1d89f61eb6e6867fbbebe21c59e060d54, '', 0, '?'),
(0x343af617457819c03f4b1d29d855e3a3, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x1dd4e96b69a136f68de8dd096337943a, 0xa73c80af05e4418596be827d7b7c716a870ab3667100347dffd55bc17c5c636c, '', 0, '?'),
(0x5589befe980705f2295066786e3f8108, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1630.css', 1, 0x00000000000000000000000000000000, 0x2f7808e18cf2f6813ca23e850d58f9d7, 0x895b990acdad3f64bb949ade08e53ac34c11e527f04183497adedac16204c5d6, '', 0, '?'),
(0xb983a5dc2ade3e624e4062974a9a8b93, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x77e8416fe4a57e59e51269d52add7a1b, 0x04a86b8a4c01953a82f56f7ff0510eab25cbe494e3ef1ae51b68ec761223ea1b, '', 0, '?'),
(0x80d6c959c71fbd447f8b61a8de99969e, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1630.css', 1, 0x00000000000000000000000000000000, 0xccd5f2780a8d7a672c24d3a19e256ce5, 0x9ab8cac7f9c2fe3a5354983acd8d4a3f4b98225a10637e58ce73af885418c5f5, '', 0, '?'),
(0xec3b3235d9621e9682b5fcf610a57caa, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x979f6c27fc981488072ffbb0736c143e, 0x18fd10e15c74596d0d43e388e0bcc2c2679f7af580ab61f57e473e43f7849c2e, '', 0, '?'),
(0x5e14737d7cccc59bd9ec50c4748d1356, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1630.css', 1, 0x00000000000000000000000000000000, 0xb7b494be971af7f00e95dbc1f5fa52ae, 0xe4b46175fd288248e451c2e16db5bd18c4421addfa22a77adc790ead02ba231b, '', 0, '?'),
(0x15534340887a6c79529cd220d50d4ee7, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xf374eb9173fcb41dcb6aa02a6611ac6a, 0x8f89a7a5298e154e170a6c256d28628f2e2f87e9644f4595a9daa2802d69fe4c, '', 0, '?'),
(0x9b04383f8982b24ec50d6b942a52466a, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1630.css', 1, 0x00000000000000000000000000000000, 0x439a96f15a44604555404ffc266d5634, 0x8abb707785b27e37834d4965a848480a3c8c9be5671b1a1f51a3dd507089daa8, '', 0, '?'),
(0x145f811d95529fb6e39c752eb1a8b5b5, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x63c4368448a92e7f5f99b9f221ae5c12, 0xc67912412a51de8003638d0fdbfb877cf79c1efeb260ac99c767e2b964aa006e, '', 0, '?'),
(0xaa2d69f6166a3cfe0de8670c80f18a8a, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1630.css', 1, 0x00000000000000000000000000000000, 0xc0df4ea1bc1ef4226f32c541513646a7, 0x9babc5f8d184e3ad25baa0a6be45c8007ff344ecf041c0defd5e2055d7a29235, '', 0, '?'),
(0x8b02fdf61467fe414cd022630448d524, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0x5d0d0de79a48e8a6fc45f6a3cff38190, 0x6e6f0f2edcc4f9ee500d2e5a2d92c5d3e6fccecb8087482d4d7dffc1a52f7b8d, '', 0, '?'),
(0xd41eb0a7e9a4c0e5180c40f5dc85c009, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1630.css', 1, 0x00000000000000000000000000000000, 0xddfb19d378607d9bd83015149c5f27e0, 0x00f8b16a1166664e8263efb8f35be2a71f8bceae718ececf8e2e993d720ef791, '', 0, '?'),
(0x16575c3fa279b9c9ee6a7ad0f284cb3e, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1630-rtl.css', 1, 0x00000000000000000000000000000000, 0xabd82290e4a5527ad552a6facf87a172, 0xb01c5f1b869b931f734d346fe2af81393a9380fc3046ba58daf636e2dad1d964, '', 0, '?'),
(0x6dca2f134c097bcc996d11f6e7fc7cfa, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1630.css', 1, 0x00000000000000000000000000000000, 0x146ea453fc1dfc2a23e0ddb1c6b9a985, 0x12f224560eb4cc71662023acd394b726074556ae2f2cf6f9facf02bfe737a73f, '', 0, '?'),
(0xc31795e25e5287832cb64486ea51486d, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl', 1, 0x00000000000000000000000000000000, 0x518197e52a43ff3bc9f963585b4d33c5, 0x9088622894643a89c7059af0a0cedff8ab6e99a93c6762d1c8e098ee74af9f46, '', 0, '?'),
(0x44d498e2971aa5faa1207a1b1164f2fe, 'wp-content/plugins/wordpress-seo/images/Yoast_Academy_video.png', 1, 0x00000000000000000000000000000000, 0x965efef41ef6f34816aee25d8c86075d, 0x09db6aa66b3f82248abf9cf3b10c05f35c0b8ac80665f93b163fbf581157fbef, '', 0, '?'),
(0x7fd8740f41c51972c03c0edfae8ded70, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg', 1, 0x00000000000000000000000000000000, 0xfb58ac6d1ebbb9a2688af34747558814, 0x7d53469186c1e20cd9695163a35f46bbd122d44d03448c144b91a10dc9a16101, '', 0, '?'),
(0xbc36bb0d93bbf68abfeee00ab3055de0, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg', 1, 0x00000000000000000000000000000000, 0xc28d33d21105de78ec7af6b0b10df758, 0x878cd02a9ec4a616056b2df84728611aabc08fc67477de8cf2df2ed4c408a6f8, '', 0, '?'),
(0x6373abc25f8e6e66e63427dc3648b065, 'wp-content/plugins/wordpress-seo/images/Yoast_icon_kader.svg', 1, 0x00000000000000000000000000000000, 0xd1cac942f8b2e5c0d195f09277c22043, 0xef5c8c0eadb8e7978e3c0de981b7c0eed4255fcf38d20b835b1bdeac46be5784, '', 0, '?'),
(0x04edaa7433a02ec7e95e00b916a1e18c, 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg', 1, 0x00000000000000000000000000000000, 0x6479d1b54a36ff686832023d59d8b878, 0xe153365d2b9dde755e4c1e316e8fdef5833cbb37baded52f4df57a99de60e866, '', 0, '?'),
(0xdeaaff258bd5f0252da689c5e0c21485, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg', 1, 0x00000000000000000000000000000000, 0x422ce8a7ecc1f349b5f78e6bc14530b0, 0x1fa806668b9d2f93234f349898f9dbb55198737676bb2bbdbaf91926811323d1, '', 0, '?'),
(0x59b226295fbe98b48a8677be6fda38bf, 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg', 1, 0x00000000000000000000000000000000, 0xb01d1bae3f68e53058f11edefce3bcf9, 0xa52cd3301a412fd55aeb651f4bb34f145c70d2a30a1b6446b9de0a6566916980, '', 0, '?'),
(0xcec835c846d72c9e59da9a2e31d62e94, 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg', 1, 0x00000000000000000000000000000000, 0x57487d990516e79086f9b308b1416c7e, 0x0e1bae92d7eb1b0232ccafaad3e6ba25533dda74d888856edaec3df157021063, '', 0, '?'),
(0xed2774505274a8b0e400c50ca37c3f58, 'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg', 1, 0x00000000000000000000000000000000, 0xe20a3e110abd8791e4381203e9a0cb1f, 0x94915be1d7332a9a58e193de0fe7c7d9ac2b6036f6ea0ff446b9ad80ee61cd6d, '', 0, '?'),
(0x6290459a23ebbb7658e1be390ec6af2c, 'wp-content/plugins/wordpress-seo/images/error-icon.svg', 1, 0x00000000000000000000000000000000, 0xe2f42b39af553b3170dcc4bf6b74bd5b, 0x8a5a02017267c0c0963684bc874aec10c17660cd3cf363c49b1e629a8789260f, '', 0, '?'),
(0xc4b226e75a3b6de44d363901e70bfd17, 'wp-content/plugins/wordpress-seo/images/icon-facebook.svg', 1, 0x00000000000000000000000000000000, 0xe7b6701850b612f7f17803db7dedaad4, 0x7c8b152ac7de5a2083d0756840f97a3b3b604698c3895843c3929f1f01dc356d, '', 0, '?'),
(0xed872a1b876e808076e48031217b74d6, 'wp-content/plugins/wordpress-seo/images/icon-twitter.svg', 1, 0x00000000000000000000000000000000, 0x93ec9f9a58ecb16edc579ae5af276650, 0xb5fd659aab55537194c095a6ef7c80990128768379dd56eb250398b133a25825, '', 0, '?'),
(0x6128c200c8277eafa77594f5ce199857, 'wp-content/plugins/wordpress-seo/images/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xf566dd1220e78df7ebc22837dd6a19b8, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg', 1, 0x00000000000000000000000000000000, 0x9eec146dd53474f2ea103144a3c6c09a, 0x869f3fd3bd70bb92c41b4d0fa952f787d8150a0849d8f4128f8dd46da123b81e, '', 0, '?'),
(0x819a97c18f023fb82045b3d5bccafa55, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg', 1, 0x00000000000000000000000000000000, 0x128d96ef97aaaca0292213b4d526ec53, 0xe7cc7ca8a8f33ee3d1b2a6e1883c908fa85f5d132a5b0c47580b72c124bdef4a, '', 0, '?'),
(0xda9568b1be017d9ee9396391fbc8895c, 'wp-content/plugins/wordpress-seo/images/local_assistant.svg', 1, 0x00000000000000000000000000000000, 0x14f433f1655d167c0bba04e6798764ac, 0xa11fba1e75917a7b6ac3ab047c5f4f0de347c377220dfc00ef3895d01f35124c, '', 0, '?'),
(0x2a06f7ec67f311b10fd5e407be89f548, 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x39ae0f70f2cc419e8d8e6cc3322ef015, 0xcaa50da2bfed1f77d78260922c73c7dce97517cc8beed767a0a257ec322a0e29, '', 0, '?'),
(0x135d7a4a8417065333e327b66b1bc93e, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg', 1, 0x00000000000000000000000000000000, 0x432860e08d8fbe7c55769a8d779fcadc, 0x61b5271a8e883c7a648ab0fd8333b128d10143e73b78406054e0af05f65ef9d1, '', 0, '?'),
(0xb6b75d79b2ab9c19ec7dad1bcacb38a3, 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x3ecdf3314a2f96f547f10c7d401ecaf7, 0x2f9b84ad5f4a75e7fcfbab759639d79a49d220abd15b3f61ff918330a21859b7, '', 0, '?'),
(0x12078ea49112b10b33d81bb9d50aed67, 'wp-content/plugins/wordpress-seo/images/newsletter-collage.png', 1, 0x00000000000000000000000000000000, 0x56084fbf2bf24fcd5269063d9f3eefd5, 0xaa6c1c0cf32261fb71a3f1149e2072d4c210acaa5df9290e0910b5c80dcad485, '', 0, '?'),
(0x6c74edf6b4bc25b0d84cdae7efd58470, 'wp-content/plugins/wordpress-seo/images/question-mark.png', 1, 0x00000000000000000000000000000000, 0xc150d633d00f5858161e4abcf3f90fcc, 0x96db9a4c9710aff1d7eb6216595ac108fcf459aab9925e6981501f8840a39915, '', 0, '?'),
(0xd0aea107d876d2574c0ed1a40c0ea99a, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg', 1, 0x00000000000000000000000000000000, 0x69a28b9346146830bdd842e38ee37db4, 0xc11457bbff0ac0df8183a6ec99b9bad3f789df37f86072dc19c51b7b494ed246, '', 0, '?'),
(0x8bcd932a49ea36960844b0dbf559feb5, 'wp-content/plugins/wordpress-seo/images/support-team.svg', 1, 0x00000000000000000000000000000000, 0x61d6e05a693741f15e3f1e5e3ec340bd, 0xa5c8438b31e6efa75ef10655031b38d24d63d71d1bbadcb637469ad5396be478, '', 0, '?'),
(0x80dfe62965b3e22eaf880a4f1e11e807, 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0x22b2a7309447695166bfcaecb2693688, 0xe69a3cd6093290365e53ad5dc4af419fd12dfe304c907dca0e8232ae602050c4, '', 0, '?'),
(0xcf63dcf7c938e9bbf4dab29a9e24156e, 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg', 1, 0x00000000000000000000000000000000, 0xa1f9eb6e8571ff461d30cde88abcdf77, 0x8a83a6160feb77844100275a77098888643dc4d8bc5d1e2761780492d216ae42, '', 0, '?'),
(0x27c849f9f0f7b3a0d598a10bd9717045, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php', 1, 0x00000000000000000000000000000000, 0x1064f29cfe6d40e04a372e5294dfbfb9, 0x19056da07e5e4fc93e42626d9de35f5150e48928bf1638432230e5c8b4147fd9, '', 0, '?'),
(0x72ffbfb6a5cefdba2a1d0483992d2817, 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php', 1, 0x00000000000000000000000000000000, 0x54025805b32929b1ee2125f9ed6b07e6, 0x5a06054309c6b9acc0357749b847bf0550f98a6e8343107a88e0ab6aff6592a3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x62554e443ea86b9cd4cb47c8b8a0ef57, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php', 1, 0x00000000000000000000000000000000, 0xe169d72ec28302fa6c92357969e99c1e, 0xaac6ce7f1b3b0c834880e53b6f2aaf16cc9650d56c52eb7908527facc9317119, '', 0, '?'),
(0x009417c21b25cea54a2d9a70be1608c9, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php', 1, 0x00000000000000000000000000000000, 0x94354876f5e251962f34f366bb327030, 0x079e91065162dda2ceb112793c32bce21c9181e889c5444fe01aa62c97f2082b, '', 0, '?'),
(0x079b4cc3bd66a0baf1383db566b9427b, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php', 1, 0x00000000000000000000000000000000, 0xaccf61a8ad66f13c0ef6ab32bfc71553, 0xf8069225fa30e8b4629f91620482a61166b5b92cb06ab598cb8e257510c65009, '', 0, '?'),
(0x51b9833493cf25d0f47ac03e2ac0f149, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php', 1, 0x00000000000000000000000000000000, 0xa27c7b740fc36a38d6f212ac9829caca, 0xe7daf82e9c5d6888c3488498bdb92e0293fa152d36756d40751f8f4e6e7acd61, '', 0, '?'),
(0xea012a9cc2166c77b02d33dcb82a29e0, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php', 1, 0x00000000000000000000000000000000, 0xa48ec76f285697602550221f04200aa7, 0x2f054a1438e2b9e452d6ae0ac99150a65c41bf74b7d0d5f5fe8f222655128c1c, '', 0, '?'),
(0x8c554407eac49e973bae11ef28c7a86c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php', 1, 0x00000000000000000000000000000000, 0xf2149bea603d9833eb37aa60010ecd42, 0x57630fb6550a8f0c90059950b92402eba7ed7006bcb10209c627caf11caf97db, '', 0, '?'),
(0x9c0a72279eaab1415a7d89c221ba6482, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php', 1, 0x00000000000000000000000000000000, 0x47d146adf8358279a7992c1ab34a2d04, 0xc19ed32dacdb4cb5a9ad905442682be6ef262b19f4636b5f194d12d9c191c685, '', 0, '?'),
(0x50c6ea4a3168abdf7cc0adf48872e706, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php', 1, 0x00000000000000000000000000000000, 0x14e9b4e93499ff33fb85c4fdd82cc281, 0x55e0306081caf7372874b0d1e2ad59a8da73ae5c9f68af74722827dda93103a4, '', 0, '?'),
(0x95ac31b0406abaca777dbbc3bc4a6158, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php', 1, 0x00000000000000000000000000000000, 0x43ffc3fecfa8401afc58663844f4c61b, 0x54be49c16ef9e5cfed34714b4eba295efca7c90708208461be1ab4997c2d1021, '', 0, '?'),
(0x0bbb56e128165e202d4fdc1a5430f47b, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php', 1, 0x00000000000000000000000000000000, 0x7e3e1e4db05bbf9c62cb227b1142f1ad, 0x1a285af6ef3e65e250d980e059c9387caa7146ea50ea3057972f4cc01708475a, '', 0, '?'),
(0xbf3c1d0024e9b00dd683c927284f6bdc, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php', 1, 0x00000000000000000000000000000000, 0x4ec0a0ae343446ba4965bcafc3041829, 0xd97e5efb4583b1cd473ceff45eb210768c110c34cf5beaef45353cd8e6977d32, '', 0, '?'),
(0xf7c942f18148858ca577a5858f07ed05, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php', 1, 0x00000000000000000000000000000000, 0x3671991bca866f1a77f3e380ae5e6587, 0x482f0c7a2cb6785d78a4db9bcbfd1b63f0a0de83ae08e662a6bc2138410ece0a, '', 0, '?'),
(0xc156586721784f49f9c3e61fef7be141, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php', 1, 0x00000000000000000000000000000000, 0x0cee40281bd1baee02efa5866a55d257, 0x01c2e12ebcb20a8aad45c6af5528a224b8b80622b90deb4417f9b09086319d43, '', 0, '?'),
(0xcdc87918d85571a7aceabd68c59d18df, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php', 1, 0x00000000000000000000000000000000, 0x93cfe3712991a1f5d1b0f7ef7b1bc784, 0xa964d34e3f77e1e4ea5050f298a7bf5db95356a86bdcd6c1740c18d61e3ab558, '', 0, '?'),
(0x581dcdae99d1e01478e2b799c42388c6, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php', 1, 0x00000000000000000000000000000000, 0x09c42b5a930c34ca022ce1be38b4b2cc, 0xb5a3f5e0763972a0baa5d79a898c0f5971c6278748128663ee7a50a1a6638dc3, '', 0, '?'),
(0x8116676ffc403e33043adb8fd58de568, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php', 1, 0x00000000000000000000000000000000, 0xf7f5103e9caa96b32725ff6243ac16bf, 0x7cae2eb4238ee4cb66c8d55ac25a8d8c590939c1b07e08fdf6ff1a7216cb4b1c, '', 0, '?'),
(0xd0e28ccf60af7e070750be304ee73648, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php', 1, 0x00000000000000000000000000000000, 0x610c2be38a0728ae390ec64d665584fa, 0x0c2b9904594b5c238bd7c1086a44240fa531602dcea8bca6c2e8fffca39c0a02, '', 0, '?'),
(0xf5c8896d96c4d76d8184025e6dd94223, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php', 1, 0x00000000000000000000000000000000, 0xcb06a656a37864e4b51cf7a000b42c46, 0x48a5497b15cfab39a28361bd09fa0e44074bd0e8a2b99149af9ed5f06c9143e5, '', 0, '?'),
(0xc8e0518971e17dde859b815b0d82e53c, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php', 1, 0x00000000000000000000000000000000, 0x7334d5fbf458a1225aab7bad9ff086cd, 0x32bb869da35a123a582e5aa385fa7c619f86a9dbd1dc5308242a0517e3090ea1, '', 0, '?'),
(0x108cf1458f5f2a3a366049847486b19a, 'wp-content/plugins/wordpress-seo/inc/date-helper.php', 1, 0x00000000000000000000000000000000, 0x92548ae4925dfc69a06bf7ad3481257b, 0x1e4dc8173adae69b4381d6d4962c30d1d03093f3d5e69c5c951d7c33d9d2f3f6, '', 0, '?'),
(0x6928e2f409c73074378440e251fa1f40, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php', 1, 0x00000000000000000000000000000000, 0x24769a2957f716979cd894b81e45b6ef, 0x58fe958a5f3c58d44b6e6d17b95f8c9fdd2611b17f874b1d24174515331753b6, '', 0, '?'),
(0xdf0e75b992a54a95b017eb8e2c4671e1, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php', 1, 0x00000000000000000000000000000000, 0x7badb1002cb5e627fbbdaa6755c689d5, 0x54744af8ea3504693e0c78aa75fce18f48fe06e6667bfa7ccc1d6b470bf5b158, '', 0, '?'),
(0x45970d4a0f68bf982233af980126ac49, 'wp-content/plugins/wordpress-seo/inc/health-check-curl-version.php', 1, 0x00000000000000000000000000000000, 0x67e2f7f1e547aab075928891a393e62a, 0xb1a5525bd797a51e10416e156d639d975f0aabf5db47b80f6d323f09463be652, '', 0, '?'),
(0xa294b9c5e373ee78e1fdcfa759fc205e, 'wp-content/plugins/wordpress-seo/inc/health-check-default-tagline.php', 1, 0x00000000000000000000000000000000, 0x13ae9c86e88e00a0702cc23b92240748, 0x3099e855f30060bac537c42da312025c74ddecc48d01063d29d1ed02a842222f, '', 0, '?'),
(0x395a3ad1d672aceb61271ae5e8df1b6f, 'wp-content/plugins/wordpress-seo/inc/health-check-links-table-not-accessible.php', 1, 0x00000000000000000000000000000000, 0x32544f6675c123021ea3536c1160c5db, 0x58d616ec92b1957cdf05087afe2f3a08e9e6a539aebc5c2aebe4de9e901d9be4, '', 0, '?'),
(0xb14eae8114ab8714d5935f89540affea, 'wp-content/plugins/wordpress-seo/inc/health-check-page-comments.php', 1, 0x00000000000000000000000000000000, 0x3cd59e2821c746ba08525742afb0297f, 0xaac03f6070e28a4d42bfb9b0804956139d5586969f2edef7bd20c93b62610beb, '', 0, '?'),
(0x1cbe1e3ddcc1707838fb5179315d7797, 'wp-content/plugins/wordpress-seo/inc/health-check-postname-permalink.php', 1, 0x00000000000000000000000000000000, 0x1f710f810e6be4d48d7832f0c986b7dd, 0x3ecff50cb7a9f303ab2c8cd548db7f0ca82bef37df22e7b98d709305b734bb71, '', 0, '?'),
(0xd2914435085ba774732f52b88523f620, 'wp-content/plugins/wordpress-seo/inc/health-check-ryte.php', 1, 0x00000000000000000000000000000000, 0xd32f54a749cb4ffe24f3122ad157c48d, 0xb68177df54b356c10ee94b734f972d861d4f769b9dd6f30541f190d92344e5d3, '', 0, '?'),
(0x9d87e9816f99e557c2d5db1d8a09a665, 'wp-content/plugins/wordpress-seo/inc/health-check.php', 1, 0x00000000000000000000000000000000, 0xea196a7e88fae7904a558cc17fac6944, 0x807ef0b08a881f046ec945a0ff8b670af1893e1d1635b79a80331d26804244df, '', 0, '?'),
(0x24bce650ffe2e55875fb9cd0e49015d9, 'wp-content/plugins/wordpress-seo/inc/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xf091c9f3f280e933ff8c3a8fc0b45e63, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php', 1, 0x00000000000000000000000000000000, 0x6450fc58c203a5c51cd7fb6e85e724c6, 0x644df5f8e06b73719cd6347f0cbffecacd14e75204fd5e7f32f87e42220e4b92, '', 0, '?'),
(0x839b6f56758234c3c7d73b1e06669ee2, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php', 1, 0x00000000000000000000000000000000, 0x64c7d1f6858b7549ccd62899d859869d, 0xf45c4f75e869702728795d1bb9f70980fabd2baa0a5a9bde05de183c7d9c19b9, '', 0, '?'),
(0x680269f946c7b7c9b578d1c0edbd4eb4, 'wp-content/plugins/wordpress-seo/inc/language-utils.php', 1, 0x00000000000000000000000000000000, 0x5a6ac9c31dee18895303891f37e9c339, 0x14a85ef8c6095905548bbba5106e81585ca1e7ab6c19682af63f3148a160d0f4, '', 0, '?'),
(0xcadba856a4f63cd0f03b14e1f8824050, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php', 1, 0x00000000000000000000000000000000, 0xd0e0d9d626b08bd9e6d47c9dc03b83a2, 0x9b6bf8567b52f19f0b61e3d19a73a6c85cb8dfc98649779a0e1398e4e954be1c, '', 0, '?'),
(0x7cc973aa6bfced9e5bf86383fbf5d099, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php', 1, 0x00000000000000000000000000000000, 0x87228fe7b91571b62ad49d398a508b9e, 0x2472fe6486b906e78b13b29564c3803365d6906e1296e8160528ee44a020f24c, '', 0, '?'),
(0x7990869588b4bbaedbf6523f6b5a4286, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php', 1, 0x00000000000000000000000000000000, 0x0d2aa3719a7da749a19b50d547bda6c8, 0xa2613a8a2cb2dcba0aa50cf32ef933b79f9d097010c8a30cb7777adc6c6ea8bd, '', 0, '?'),
(0x5b7e36cb0e804d1b70a2278c9da90471, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php', 1, 0x00000000000000000000000000000000, 0x950f8c2e95597c4c492125374f893e94, 0xbf3525b34b99a3f6f054f31c389729c4e9863d3292b058633c368c8f500f477b, '', 0, '?'),
(0x41227edb8c35298206a24e0cd757d36e, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php', 1, 0x00000000000000000000000000000000, 0xe361e51ff2702759c2a7b55ed83fe631, 0x210d4cc6434dc6cf3b519e69e468a8e20ecddbed51714e396136c8a66e7ef054, '', 0, '?'),
(0x3503960b9930e4114a8aa2402800604d, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php', 1, 0x00000000000000000000000000000000, 0xdd3647300c7be3840de08db97dcbd1c5, 0xd462d812da11697ca7461f69620a6e48c099ef42cb6a879c0f2ed18315bf39fa, '', 0, '?'),
(0x43c5022212f6060f40ec7f1437e474f6, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php', 1, 0x00000000000000000000000000000000, 0xd0be2fe7becf3e5bcea73d8543a7234f, 0xd1ea8df3229b51366d40f4f582097fe95165bd35723a0c6d05909b2dca1f0756, '', 0, '?'),
(0xa1a9ec361c7f42139862978db34db6fc, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x034bb8aca82e1653f3b01db4b9962960, 0x84ef8200e0892e82a7c83db865dc01fd77336f68a8e196dcc37f2270158eb15f, '', 0, '?'),
(0x2334a0b069074776bb752b42d1ed942e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x291b44bd0307d827e60b93ece5025cf3, 0x97a28b767c66ce1fb62794a1c0fe4a628084e34b1004ccbaccd7b57c2d690d50, '', 0, '?'),
(0xb63d76d922bf8f1d2131cc1370d906d0, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0xda4ca10bcb9c991e82f3baf8d436d479, 0xadeea7d03739479a8e03d936c9a33999e08c340f5469e5538ea5cccdaf01b719, '', 0, '?'),
(0xa8820ca6b3fcca8a6e02e1f3adfaf45a, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php', 1, 0x00000000000000000000000000000000, 0xe1c78544005401d3c52fa8a93343520e, 0x215a7be7715f0f5e63f4e97956823babc60fcdd472bd3fd777ac80fae161cb5f, '', 0, '?'),
(0x7d3cb3c57d232a1425d3563ee7d9c996, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php', 1, 0x00000000000000000000000000000000, 0x752b713dc1b5cd7e40c9a694f73cfee7, 0x540fdf09ee769cc3063354402620cdfe7a70da1f6182ccba822e569bf6cac779, '', 0, '?'),
(0xec0cdfc32ee3b5937ed158ffd1b937d2, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php', 1, 0x00000000000000000000000000000000, 0x1f8153e6fe0308da99dd870a0158b2d9, 0x22a42a472c173aa6bd6ce61e4d3a0c804661f87a0d46646b5e1488b137147434, '', 0, '?'),
(0x32035acd76b3079770247881401756c3, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php', 1, 0x00000000000000000000000000000000, 0xc0a9b2937df90712a3e8e80e7a6304c2, 0xbabd761922b46718e349e17554ad9a69ba9cb1fce6337cf4b50b668e28dbd658, '', 0, '?'),
(0xd6099be087128c864152a95a131aeae9, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x52bebb3b844baa38a4ee3a1908834d05, 0xd821fcfcae738486365491b5c9f24ff0962a404fe02867b797e6088a77b92ecf, '', 0, '?'),
(0x41324744a1b8a0cc87775e8b5e1a7bca, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php', 1, 0x00000000000000000000000000000000, 0x9845d52c7ea3b765a20cc701cd5d253d, 0xcb673aa3e4a8917af9b604ef465d631588f160eb7dfe3cc42f50d7cc100f5bd6, '', 0, '?'),
(0xbafbf98956464e09d88023087bb68f0e, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x6a8adf92dd6ae4a63290734427f38544, 0x6a41b538a6419927d1b309c92ebef94a24703f3af35a3b9a33f6d5d1cf482736, '', 0, '?'),
(0xd0c2e71cc42ff008456d53f1edfe7ef4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x433906134ab5eb72793a7069d0a8a769, 0x92774e9c82d6f4fc7dc272abfed90e07848a12b95f8720dbd4dd11be8c58f4f8, '', 0, '?'),
(0x889723ca11646c7c074dec995352c999, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php', 1, 0x00000000000000000000000000000000, 0x90b0d58696da8c8915b6a79843452780, 0x4c4cf39f63fd68d507a96e131689d4b56f4c234de3b19a483a0027ad31c32c70, '', 0, '?'),
(0x2736b194d1a89fb8fd18847020e3bbe4, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php', 1, 0x00000000000000000000000000000000, 0x64acd0a1c4927a24c484b0b71b821e55, 0x9edc16da4a03e2a48b94beacbe4c2cd234039df98e222e4649d5b9da2b78d323, '', 0, '?'),
(0xa0eba57d42cb5bf45e8a6351c80a3b77, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4a37160c2983627f772b971bd7f18313, 0xaf9301236e527aa09919ea9d6eda5a065c95718f40ff4286a9eed798724fdcae, '', 0, '?'),
(0x1e7a8d95f644f0b73ea0cb419429ac61, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php', 1, 0x00000000000000000000000000000000, 0x32af2284c41b8978d360e113d9dd8e5c, 0x5df077e96f8a49dae6deddf1def0e9552027189cca0d2c31bb916775de73c79c, '', 0, '?'),
(0xc6bc1185b9edd27e398ce77ee7b18cf7, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php', 1, 0x00000000000000000000000000000000, 0xb862d0a73f49e9354182ee64f1602a2e, 0xf679b6eba412da4a333b3a490b84bc6eca22894dfa1c42ef1e25663e01cae6f3, '', 0, '?'),
(0x75617046b18b5b060274238c8028715b, 'wp-content/plugins/wordpress-seo/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0x03e0d254e2f736d8d9a2ee027fe1f0b2, 'wp-content/plugins/wordpress-seo/js/dist/admin-global-1630.js', 1, 0x00000000000000000000000000000000, 0x3e33c24596c7076f7325e0cb514933d6, 0x0c0b74168b377d71021457845d1754281f03101ffd5f1936f22fd970dc1df3f0, '', 0, '?'),
(0x5782afc29be7ee2ee8f120700f39b268, 'wp-content/plugins/wordpress-seo/js/dist/analysis-1630.js', 1, 0x00000000000000000000000000000000, 0x4c5fa82bc1a0fb0d3ef7d2b90c7205ca, 0x6d1d708421f2619be1c6a53f4b5690aacdac0c396ecb50b4ac4ec91e6035a082, '', 0, '?'),
(0xb925e28c5ad411cdca86b85373567c14, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker-1630.js', 1, 0x00000000000000000000000000000000, 0xde436725fe54da03b5da8dfe1500c90b, 0x3fdc9473c198195a18ffa776f5aa924cc7b84a421cf4d4665fef4e1094b1d18c, '', 0, '?'),
(0x31b51d450112935ea74b506875ce9e62, 'wp-content/plugins/wordpress-seo/js/dist/api-client-1630.js', 1, 0x00000000000000000000000000000000, 0x4d13bc73593cc2889de28df48e45f3d4, 0x2e06d189421b087cc0550a6cfa06482f5e50045e5004c4b63922f742ce058ef3, '', 0, '?'),
(0xd79bce7431ee26e778e1a83f83bd8082, 'wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-1630.js', 1, 0x00000000000000000000000000000000, 0xb88c2994c673955096e4f075dd25d17a, 0xd1f9c83530e890f0ff5a007c4220e3f50f7b0c4aa330c3c2e17aa1b05692ad6d, '', 0, '?'),
(0x45524d95652e5d975f0c2c7f1c8db03a, 'wp-content/plugins/wordpress-seo/js/dist/block-editor-1630.js', 1, 0x00000000000000000000000000000000, 0x86f3c38a07aec1f24a9af8d5a31a9415, 0xefbeb4d3aa47c163a31f307268bff3d442c0501fbba74ef7082340d920897cc0, '', 0, '?'),
(0xe22dcf2468a6fe3f3c25743266e624c7, 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor-1630.js', 1, 0x00000000000000000000000000000000, 0x5cb27460b8b345a43057e95417f28210, 0xee954fca36cd5681494359214002c16042e3ec9edabfaef188a8047ea7dfcc01, '', 0, '?'),
(0x0becfffd44a363644e75fa7486eac7d1, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor-1630.js', 1, 0x00000000000000000000000000000000, 0xf65372d07488f6e7727f7628e1991510, 0xd3879bf26f0c1a6092b7f2f7a02c3cfacf755a1989d34be6d679d1ad0a9323d8, '', 0, '?'),
(0x2f63fd01ed729c2e16cf8644135eae58, 'wp-content/plugins/wordpress-seo/js/dist/commons-1630.js', 1, 0x00000000000000000000000000000000, 0x0ea9898d28c55600b5e396ccfca9a9e5, 0x6f518e4bc966f8ca2b3de537e5ab50706bd370d9f1fa6530622b2ce620ceb233, '', 0, '?'),
(0x50b1143442d1790cb4330a560008ca07, 'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-1630.js', 1, 0x00000000000000000000000000000000, 0x7074197f88c09b9c76a89987bccbce89, 0xbae6907a3b0a1cfae1eb700c3cf0950fabc108345a1e258404bf8468e8701f92, '', 0, '?'),
(0xd349701be9e90408943f9ce7792ae6f2, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget-1630.js', 1, 0x00000000000000000000000000000000, 0x410e173e5680d10061c9e36843aa477f, 0xda3c3fb607509e6775ca58f57a8aa3d924616ebbf762bc893c65e4fbbd6a479e, '', 0, '?'),
(0xa682992ab42a0118ece4cd89c74d28bd, 'wp-content/plugins/wordpress-seo/js/dist/draft-js-1630.js', 1, 0x00000000000000000000000000000000, 0xb433bb7511e3d82a1ff39472e0d1ee0a, 0xca33ef59310a3fb1095d907f14d513cc8653c726cae05763efda533287237881, '', 0, '?'),
(0x5acad5623e592704d3361db0f704870a, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks-1630.js', 1, 0x00000000000000000000000000000000, 0xda4fb924a3305fd2a0f9d5de5afe9b90, 0xc3f8813e0ab09b4e9752bb8a7dae55265c4b91bb02601a50852c1f4c28d3cd55, '', 0, '?'),
(0x2d852959cf3f0c19661138f3141b8229, 'wp-content/plugins/wordpress-seo/js/dist/edit-page-1630.js', 1, 0x00000000000000000000000000000000, 0x289833a237a330ce429dfc592d263d69, 0xc42b268741086c71544065e1f00c5fa3512d209817633a17f6ed0522cacc90c0, '', 0, '?'),
(0x832c3e843eb22dc10d556526116692dd, 'wp-content/plugins/wordpress-seo/js/dist/editor-modules-1630.js', 1, 0x00000000000000000000000000000000, 0xa0d89ed53167bb34a16fada371944a7e, 0x09df110499dd005dab3fd2f762541addb8d3a50bb1a284be6b1ce45d957e19f7, '', 0, '?'),
(0x048545661865f54a5fb4c81b603030a9, 'wp-content/plugins/wordpress-seo/js/dist/elementor-1630.js', 1, 0x00000000000000000000000000000000, 0x03273bb353ee4c0014e87400514d3752, 0xfdb7be360839b5d7137f73be0f6897ac18c881df26aeab24e0205af3184d7a55, '', 0, '?'),
(0xe981425e9728a4b68ba8ae090ca68dd2, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation-1630.js', 1, 0x00000000000000000000000000000000, 0xd71efab2a9c23329e72463c9b6f8432e, 0xde5bec589132a9fa017eb4a7c3c9d824d4f704c596d83716201c9acc7ceb30ea, '', 0, '?'),
(0xeb5313eee0cbf336be5c4466475e6533, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon-1630.js', 1, 0x00000000000000000000000000000000, 0xb21b6790fb0acfa186cb8ce00a241d66, 0x5a0af4a55b04ad9a0cade272465f6c7940a7bdaae560e8352e3081053da94c6a, '', 0, '?'),
(0x2ff46736674c7706513a57918064a461, 'wp-content/plugins/wordpress-seo/js/dist/indexation-1630.js', 1, 0x00000000000000000000000000000000, 0xd0dd77b6367df00779385e5917c26472, 0x383802d625c2a2327d84093710d6a341523394eeea441b67cc0bfcffe7fee44c, '', 0, '?'),
(0xe73e6048f98477f71afd20c65883df28, 'wp-content/plugins/wordpress-seo/js/dist/jed-1630.js', 1, 0x00000000000000000000000000000000, 0xa1e6b65e792ede2c74d088afa1f38df4, 0x51f65181b43aae4e592d2541d2da5d4d092dd2491dd4cc2b2d33f898214ba7b4, '', 0, '?'),
(0x34e24371488de1cc0ccfa7d9aa543a0f, 'wp-content/plugins/wordpress-seo/js/dist/network-admin-1630.js', 1, 0x00000000000000000000000000000000, 0xc1f0a5f2192641ef0724208c2b31f71b, 0xfa12f6e113d990922e498172c493c203136c8e31decc0b110333605ae58418b2, '', 0, '?'),
(0x2abe96ef599673fd966cd4cf09dab19a, 'wp-content/plugins/wordpress-seo/js/dist/post-edit-1630.js', 1, 0x00000000000000000000000000000000, 0xa24289ca24ff97c843e26b3ea9a6870c, 0x4d6ddfb3a9be81478f397cde96182d3aa0e85c61fed6a12733e34877714b4a1f, '', 0, '?'),
(0x5a0c00791b5d540b197ba4fa42122533, 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler-1630.js', 1, 0x00000000000000000000000000000000, 0xf4c81f77311198b762265c18ecafb456, 0xddd2e748d505aaf70899f8e6314cffd70667947c871f5466bc54e4fec08cd4a8, '', 0, '?'),
(0x9c190e6b696e38d78f8f9b58e5d35c4a, 'wp-content/plugins/wordpress-seo/js/dist/redux-1630.js', 1, 0x00000000000000000000000000000000, 0x79901c15ef9560f3c38366e1969b7c31, 0x0d9142bea23e4b2c1c3a69d4b73d6b722e4d1b13a1b7f2ce8be1f0cb0f522137, '', 0, '?'),
(0x16c81cfcfe0d70d2884c3b641ea8cda6, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links-1630.js', 1, 0x00000000000000000000000000000000, 0x66e1bad5d58e384fe4d83c3f0feffc87, 0x3774c253a41b787987de9e3c032b6fa5491cb02580c817b8ec6c8f05bac4dce7, '', 0, '?'),
(0xd92c8c3ab73d3cfd62bd1b97cc2500d6, 'wp-content/plugins/wordpress-seo/js/dist/schema-blocks-1630.js', 1, 0x00000000000000000000000000000000, 0xae40923b1f348ff688f5b9a2de3792e3, 0xef3a227335c2e04fe814ca7bfc85d431b10cc599b93cf916193c6ea5eaea9de2, '', 0, '?'),
(0x4e8c9394e6f815345983ae9a79dbdfb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js', 1, 0x00000000000000000000000000000000, 0x22eb689d5bbaf0ceab4ce54dd58b2f76, 0x3e1908f40d3d6afc79c411707da97703b91963eb7600365b2c176325d447a695, '', 0, '?'),
(0x04ab56893904d9c23ccd2a0d98ccac44, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js', 1, 0x00000000000000000000000000000000, 0xfccf8fa387c987050179d0f42d6896a8, 0x1a3b9e538f2d0ccb93a16a1fde700d17807f6155a91d1f40898e30a584f23e60, '', 0, '?'),
(0x7ef958fb9c2016c0b3b2bbaff90e9424, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js', 1, 0x00000000000000000000000000000000, 0x239914a2794e378ef6cbf50c329a5c2e, 0x147af58a9c42560f6a4f0d85cdef0565b12c3ffcd6aa6a20e97b83c5382d33ea, '', 0, '?'),
(0x063fe4f32569e856123399c7b52716e6, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js', 1, 0x00000000000000000000000000000000, 0xbb375aa326e7b645e24937ecb4e5e602, 0x30ef9050633256a39ae2c480411090258b41a64e7a0bc54cd54fa20241198254, '', 0, '?'),
(0xa45f21f14e36181e2322f23d7571c67d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js', 1, 0x00000000000000000000000000000000, 0xc84b6db506aecea232c186e274d6e9d4, 0xaa5bfe47c4cb2c31befa2a079987a03a639daa0ed3c0e9c175af1cc55bcec0f5, '', 0, '?'),
(0x5504b107c184347c0b1e292d060f9700, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js', 1, 0x00000000000000000000000000000000, 0xa41c9f772c717d59f413e808723b207e, 0xae61aef903ba4d4ba3393b924d26be6319d2b227b84fe1459b8d9dd3831c6c8a, '', 0, '?'),
(0x6ea7a167a44ef05f29f34bf9a43c58d4, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js', 1, 0x00000000000000000000000000000000, 0xfda2b8388c385dd662749d48f0d9df41, 0x5672aa34d97d63ae83eb7b13ed902767ba0eaa57112cd93185bc578699eed291, '', 0, '?'),
(0x6d8da4f6c8a09bf47d3a7f0c2fd859c0, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js', 1, 0x00000000000000000000000000000000, 0x57e8b1e6e3161eda0402882bdd6a085a, 0x50cdfeef897fbafaf75517d233dd741d348470d18b9f981557c6c499f22668d7, '', 0, '?'),
(0x234770035cb59015f73d0fde0565f45f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js', 1, 0x00000000000000000000000000000000, 0x2aa2959f96465f158c4cde94fde5bb4c, 0x07390b7864572ec7df1baa441cf14b465f712355e0804f2d13988288c6e2db89, '', 0, '?'),
(0xf456742494085f73657e2142b99a8b42, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js', 1, 0x00000000000000000000000000000000, 0x9476fdcdc929a8b8a759ff10eb8cecde, 0x3096f441299d352a0213ecc3c15edde75f729b2f4ae74b1ccc983cc531b501f0, '', 0, '?'),
(0x006100063deabc8febba8fa4a80b7bb3, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js', 1, 0x00000000000000000000000000000000, 0xefa6e193d62fa1561e6b163065e7fc35, 0xe66caaf788aced622675e2444ce4fcda1226ac4d701367fc5d91d0220cd6548e, '', 0, '?'),
(0x06e0aa6fdaf2ce3f8cbb0c38057cf77d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js', 1, 0x00000000000000000000000000000000, 0x8d90f309724286ae804fe5e501ba2bde, 0x0916375778c33cf01764e07c46424618e271df7cf5878d8efd96c925f268ba87, '', 0, '?'),
(0xacc7c7cf487bd2f8f02e5137336c02ac, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js', 1, 0x00000000000000000000000000000000, 0xd703f83df2e2ed712fcb2fed8f9668d4, 0x14a496fc6dad553bcd9e8304cb1a8443d75f73ecb99fd4062fb95e8a1b6066df, '', 0, '?'),
(0x6e8cff5e4796fc1e6483f1cbb6c2aa97, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js', 1, 0x00000000000000000000000000000000, 0xc35b16125acccfc3f36eef6725a61299, 0x60d9a6f2c597ccf818d8c1d0990e3da962c580458df4ee096f4229b529cd31bd, '', 0, '?'),
(0x950917b415206ee840d8b4758d5d9677, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js', 1, 0x00000000000000000000000000000000, 0x00e8957b3e8cdb96ef059850ac3c68c5, 0x8455aa2cc5f930b83cff0a902101b510be179b9fa23ad4804f7b2e28672a5d6a, '', 0, '?'),
(0x40b193b3332993cdda2d78bf8d4db980, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js', 1, 0x00000000000000000000000000000000, 0x34664c7f3ff42c8e04dceb13b046b365, 0x24f544c905a56a47eb0fa10724ccb833849ebd8147a8435debb3697da195de35, '', 0, '?'),
(0x738a224ca0f6d4382f6ca811f4a18f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js', 1, 0x00000000000000000000000000000000, 0xd3d0e8f83e3887c25701c6e4fa2fe334, 0xea43a1161b49099f49d252ef9889e3ad454e069485e0be0a0ea9360d9d21f0fd, '', 0, '?'),
(0x27f370a66a419379aa2890dade884a79, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js', 1, 0x00000000000000000000000000000000, 0x513900413ec7351025eb0b6ca879d41b, 0x4b0e96462c09c32a1ad1dabf3daa549e88492d1b2933463d5d1ddb0a92b2ff8f, '', 0, '?'),
(0xf709d5f2c11405ce29cb269ab25a9880, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js', 1, 0x00000000000000000000000000000000, 0x235993b6dd1761e5637974759f5eda7a, 0xf4b26517aed53f0666fea628612c2eb92740813501ccca14cae5817a737c3d19, '', 0, '?'),
(0xcaa17369236a9ca9d0d465f1c70087e5, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js', 1, 0x00000000000000000000000000000000, 0x16849bc86cfd816a71c9affa0ad94156, 0x295eebcfbda4c9a1d594944fa0a4dc15576894fa9ba0fc785255c23e2ea261e6, '', 0, '?'),
(0x99e647b447166eaa11a5e549a52b523f, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js', 1, 0x00000000000000000000000000000000, 0x7c367dce88125572370c7253da2764e9, 0x5470002074e5fc53dc60ad79179f4c9f11aa80c6071c7fb4ba50b857de9a5397, '', 0, '?'),
(0xa061e73c809c74216aeb6ab2e6738d82, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js', 1, 0x00000000000000000000000000000000, 0x58298a99909eee026ae4e5600fff8dea, 0xe9ebb97af68a072df9bf0882ddd2674347b060c667654411d52e1140f08cbf7a, '', 0, '?'),
(0xf0fadd5c4ef2db15310af5eac1cd425a, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js', 1, 0x00000000000000000000000000000000, 0x213d5d63719b1b0d0652e736436259b5, 0xb4e75e841cf928d19bbb0d8c30d98f6011eff5cd8c1e5c9c459bfe50a5311ccd, '', 0, '?'),
(0xe027e9512c5b5e13e89d7d9da6b92bb7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js', 1, 0x00000000000000000000000000000000, 0x8e0a7882caf41769c71cf8b55e84921a, 0x8648e6740ce5cd52e5cdcedc5b1348cda16733e081bb40dc962b946d13aa030c, '', 0, '?'),
(0x581fd6e003eeb53910dc8118e279cc9c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js', 1, 0x00000000000000000000000000000000, 0x299347cb3955fbc307794321436eeece, 0x014652fefd2969e7002b61497048817e9ace15442127b7fd280091c7b73fdd3a, '', 0, '?'),
(0x91367f99bd3fce13d4586c71543acd09, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js', 1, 0x00000000000000000000000000000000, 0xd362e1fdf9136f4a30f51012b7b8d4a2, 0x56e475e659b999c69cee84e3d2bd43b8d986209b31e745e7fce94bf8cce3b9c9, '', 0, '?'),
(0xc1c9e1c478794f904d51ab1902e49f2c, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js', 1, 0x00000000000000000000000000000000, 0xb74ad80e6c02bdd177dcbbdab756b16c, 0x3f04c7a62c8c93abdf305c46010f7af65a9d6d257d5b26f4b17b027ef98dee33, '', 0, '?'),
(0xbbf4fbaccd15f7d61e50151868500ca9, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js', 1, 0x00000000000000000000000000000000, 0x9fa7b64a951a97007d9c097a266eb3fc, 0x10e8024c3bc8bf5cf7a5c6471e124270467ee9de223affeb2a084a76265ef908, '', 0, '?'),
(0xc1d75b0969afb531441c1113642049dd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js', 1, 0x00000000000000000000000000000000, 0xa513741667eede9486bc13349b2622d2, 0x0be7f49100ceb71ddff3400075764a128b2a3a9d9812ed8b901233f6b72d5c78, '', 0, '?'),
(0xb43837943ebe2ff04e545aa79d79e176, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js', 1, 0x00000000000000000000000000000000, 0xc9bfa4dc94e6b241deeceea9cd33a21d, 0x756ee1fd1723390820c2a3ee59f7f798ceab368260ae399d2cb05b2046bbae9d, '', 0, '?'),
(0xc3feed2a6eb33b41d4054c584940d167, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js', 1, 0x00000000000000000000000000000000, 0x2db7fd9ab54e75d8d4ded6abcbdb9c6c, 0x73a6c15d8b0abbcc0c4057ea7605821386ece0db5185dafc235750adfae2b9ad, '', 0, '?'),
(0x9aeaa613642e10b41aae8caf0af5a60d, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js', 1, 0x00000000000000000000000000000000, 0x0449eaa75efc4a6a8df49f0d09566d71, 0x1059584504e7ea65e87276287dc1fd6a7033aa64bee6f25ec2ccd8233d0b2214, '', 0, '?'),
(0xc7afd0db0d863f0fd3dbd293f43781f7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js', 1, 0x00000000000000000000000000000000, 0xb9b5f137ea0aea4e8efa22f4c533dce7, 0x4d74eeb2b214c652a7d85797b49539945c17dd7cfe7312559d1b558ee91a5323, '', 0, '?'),
(0xc4e40dc811455e5bd5f9376b6728be88, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js', 1, 0x00000000000000000000000000000000, 0x6d008efda78753f02d495ec6085b36a3, 0xf09e176b33529b83414832029330ab7f146b34bd445239affb7800f9e015a6e2, '', 0, '?'),
(0xfee8be78985282cdd72b403a44faded8, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js', 1, 0x00000000000000000000000000000000, 0x048ca2058665aa5b1925e4d571e56534, 0xb2971a2ccf2a676ca8aaf1f056f6905b95c8ea7abd440c08b67b8a91fa1b6ddd, '', 0, '?'),
(0x71073c4073988e89077adcc6824b919e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js', 1, 0x00000000000000000000000000000000, 0x780c7d4ca5e5b34f0daf91bb1ddc65a4, 0x8ecfd7c68d792d8e723f3d142bae9685c457ca2f1902959837299115bd4cc7bb, '', 0, '?'),
(0x81ce50f6b63faecd43036d13db84c2f2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js', 1, 0x00000000000000000000000000000000, 0x915f5e0cb81407c432fe94bbca1cae85, 0xa5553cf6abfca75c2ded0f25b8d810ca7ec8d4f95c06aad374ae408109a13267, '', 0, '?'),
(0x56fcaa2c9f7caa20a44f196a67d7c1c7, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js', 1, 0x00000000000000000000000000000000, 0xf2749b2c4a575f4611554725fdc369d0, 0x4e885814046b7c5e16cbf34e8d1603d6707d50cb2e504ce6533d7dee48abe491, '', 0, '?'),
(0x9543dec687746466ec8654cc632feffd, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js', 1, 0x00000000000000000000000000000000, 0xfaa2a36c152eade110f7844b6c328406, 0x84e48673b661b56ba35a725e74fa551f0278d4f972a284801ea897700f4b9c9b, '', 0, '?'),
(0x75325dcb0b4b0776f41f00dda60d7450, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js', 1, 0x00000000000000000000000000000000, 0xb80e354c3598aa02460eee6d83b459bd, 0x8743751ea1bb4bdd8b00a54dba6218931e010512cc97f4c5ad4343105708144c, '', 0, '?'),
(0xc3cdd64490ea99deee3d5ef52538f764, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js', 1, 0x00000000000000000000000000000000, 0xca0b66ada7e5013b931d8c91289f2c28, 0xe5c09c3bbe6afedb4e438e3b9502032bd5cdb95fcd4f0d8d4cb84b23d4407164, '', 0, '?'),
(0x3ec8cbbe51223ce0317331a7d2b907d2, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js', 1, 0x00000000000000000000000000000000, 0x27baf44dfbf15cf2fee1ccddaab58f00, 0xa6569306fce7443322c74e0f6392c1daf8beedd058e9bcfc387e461ce9728d59, '', 0, '?'),
(0xbfa3b782fc2ea4249da5f6da320274cc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js', 1, 0x00000000000000000000000000000000, 0x333dc144a29181ce03d86d04629fceba, 0x73792334e2b920717605c049cb56c464adfe3fea203ce8e78c5a8928f6b4d0d2, '', 0, '?'),
(0x110fac97b664a4c68d6720568adb4744, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js', 1, 0x00000000000000000000000000000000, 0x4f8e125ed3510cba3ba70c67c0904a64, 0x495b2c7c75bc4c3d039940882054e9303bc4cfd1d373d6f461c55e7f8c4550b6, '', 0, '?'),
(0xf98a9d9f5bdc8ba27ca9acc005d8a8de, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js', 1, 0x00000000000000000000000000000000, 0xf9a6a8c80efe20b507dc95f83d086fd8, 0x1a2d6509d52f36f324961f63a3f25d061345e66ab4357e1f7d9653b734ad9d25, '', 0, '?'),
(0x97e1fb9db721f4b5c5d1034f77e98f86, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js', 1, 0x00000000000000000000000000000000, 0x38e1dcd92b49b6b15db670b0a17b6ee7, 0x531a2320f06ffd9cb827931178afdfd7656ddd22b27759618f06ea100ede6fec, '', 0, '?'),
(0x8996c61973aa8563a802cccba07c9d39, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js', 1, 0x00000000000000000000000000000000, 0xbea46ab6f8cecee10a5ed9117132340e, 0x7d39b985edced0d9d632c17959e16dce965cd2baa697cdd30676651fa07a7964, '', 0, '?'),
(0x7642b4fe32de8d2500b7f190ea879a22, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js', 1, 0x00000000000000000000000000000000, 0x87b4585bd3c7ef517b7609c3a75a1174, 0xcb77bbf097f5a402bf38fb4367be628e654d8563d537a6d07ab92fa75a596889, '', 0, '?'),
(0xd49c7ca37795ac9fbdb036dc2f089a8e, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js', 1, 0x00000000000000000000000000000000, 0xf9174e84a42f5ea14ecfdbdf7ccc27bb, 0xdeeca1fa8026abeaff8d53455ed074f5707f1ed8876baca9830c7c7b2f02ec86, '', 0, '?'),
(0x0016670c522f062465d46cf0751958a1, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js', 1, 0x00000000000000000000000000000000, 0x58a4e9829081626b1aaad3d46ccbdddf, 0xfa8fe110e026347f63a54cbf9d8903da4072c11ff9b5a1b21cfbcddef32c8256, '', 0, '?'),
(0xe5d4d25450a1c035d03ccfe7e89cbb06, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js', 1, 0x00000000000000000000000000000000, 0x2b952e4205b7e4285dfada3bc018906a, 0x8ae9dbba08cf0a154df2a482c5f2453a56b7d0eb95c9b91ffdd665f766a87b57, '', 0, '?'),
(0x7dc54c907c7a21601e6a116073fd1393, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js', 1, 0x00000000000000000000000000000000, 0x91f875052ac9c9c97850c3528c61ec3e, 0x9bf609aabb58c1e7f7ef5998e33e12f208420e69d3063e112bacb9a60de2c1df, '', 0, '?'),
(0xd1265a7322a069da72f20d9067020fbc, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js', 1, 0x00000000000000000000000000000000, 0x569baf3c0a1e92d2c2707d3231692e15, 0x4733f314599d9dac7c36876a9e21caad6dce775716fee681d951492704310bce, '', 0, '?'),
(0x33267c50c2aeebbf2b95014223f9a058, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js', 1, 0x00000000000000000000000000000000, 0x261326600ce25581979b60e26a51cf21, 0x455ba2070874490ac400d90222993c8302c1e646c9165a5ff70fbabc3d847ebc, '', 0, '?'),
(0x9de0685a3c8535967d4b1dcbb2a01017, 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js', 1, 0x00000000000000000000000000000000, 0xcd78b47f8f1999fb4d258515099231d0, 0xb654b96852b8686fbc948a6d7816256c33fac85c397fbac6f72eb8994837e544, '', 0, '?'),
(0x3af96a89c6fb86f6909bfbff5f536ee5, 'wp-content/plugins/wordpress-seo/js/dist/settings-1630.js', 1, 0x00000000000000000000000000000000, 0xf503b0f4bde0e9f1c245bb2847c69162, 0xf9531bedb68c1cc80d8dd4061ae7b15ac460f9037e96a7e8de81782ea80e9402, '', 0, '?'),
(0xe6dbc87124cf0efb76bbd03cf5760050, 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks-1630.js', 1, 0x00000000000000000000000000000000, 0xdf237f86ce68b8392c75553e564b7caf, 0xea6c9e6959f24d8745d274bcefea7b15a2910f0046545ee89d96e8fdf592bf0f, '', 0, '?'),
(0x1e2d2d23923e0d35a6633e78d096f93e, 'wp-content/plugins/wordpress-seo/js/dist/styled-components-1630.js', 1, 0x00000000000000000000000000000000, 0xb5d439edc4fde9f99545cc88ce6a94de, 0x27965f479f2c23ef0dd5982dc2321d3ff25786fe66898f86e3c000de4230f652, '', 0, '?'),
(0x53a891a1de5ecb1c52ca9abb44fde274, 'wp-content/plugins/wordpress-seo/js/dist/term-edit-1630.js', 1, 0x00000000000000000000000000000000, 0x72038e1a3c16d61c1b957c071b020518, 0x5c78615f0e2abeec5622cebee3338f84e24fbc963fdf63e605fcfac0cdff946e, '', 0, '?'),
(0x12787517a1c1bf3999c6185152dae9e4, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment-1630.js', 1, 0x00000000000000000000000000000000, 0xadc828378f07b9d15562618ad9ff1674, 0x94ec6603ef1085f4e1ebf4ffe49f479ff7ca0485be61fe57c8b604aeedb4a26b, '', 0, '?'),
(0xb20d0d1ed5948f2bcac66f75c967fb7a, 'wp-content/plugins/wordpress-seo/js/dist/yoast/analysis-report-1630.js', 1, 0x00000000000000000000000000000000, 0x77d8fde3b79d55f7954a0c6b6d62c5bc, 0x2f22f4ff133ea2eb463bdab432e070ac3a87dd4cbb6e0a72de10a2c3ca44d8b7, '', 0, '?'),
(0xa7aa65dcc7f44f750af69a08ab5f001d, 'wp-content/plugins/wordpress-seo/js/dist/yoast/components-1630.js', 1, 0x00000000000000000000000000000000, 0x45369240b2e0e03732bb524158ff8f4a, 0x0ef23b1f6030c3d4d988eabac9a9e03a0b16fb1c0e153bd1fbf474911012b8f2, '', 0, '?'),
(0xefb5031e5da52e6c77066949b2e69ce7, 'wp-content/plugins/wordpress-seo/js/dist/yoast/configuration-wizard-1630.js', 1, 0x00000000000000000000000000000000, 0x3ae93e697637fbb74d49375e7e27ea78, 0x0306026dbc43e07219ba3fe0cf17df3d74c681bb813a870a84a1e195ce2665ef, '', 0, '?'),
(0xc0c59476aed538a597d895bb6155ba59, 'wp-content/plugins/wordpress-seo/js/dist/yoast/feature-flag-1630.js', 1, 0x00000000000000000000000000000000, 0xa7e656dea04ff5066239341af4931a25, 0xc45dfe774a2631ebe003bc7539447ce1ffb68c137e0db46e09922baaa3a979d5, '', 0, '?'),
(0x6e84d40c11528c1fd10adf2131de6fb5, 'wp-content/plugins/wordpress-seo/js/dist/yoast/helpers-1630.js', 1, 0x00000000000000000000000000000000, 0x6a06cd9bc86f96d768aa8f0d9c2c18d1, 0x27fbfa095d9fba5828b1df493f720b8bb5f6ef15bd3ff8e3fdde35def99e75fe, '', 0, '?'),
(0x8d61218c1326de88008d282ac734a2d6, 'wp-content/plugins/wordpress-seo/js/dist/yoast/replacement-variable-editor-1630.js', 1, 0x00000000000000000000000000000000, 0x60c03fa1293464b6bfd33e441afa8e91, 0xd890b675e3cae3294b9ccfa696f9d8c1a6b0f11d77f5de4e9d1596707a5db1da, '', 0, '?'),
(0x01b5280d5fb77602cdc5e59fde722fcc, 'wp-content/plugins/wordpress-seo/js/dist/yoast/schema-blocks-1630.js', 1, 0x00000000000000000000000000000000, 0xeba9ad04c1fce06cd7b4fb464ab41661, 0xf427a7ffb4bbbad124b5f80ab93ed1a31f361601039ecf312a87ba41c6072fa7, '', 0, '?'),
(0x5679c8ecf10a7aaf6bc24f1c32f684cb, 'wp-content/plugins/wordpress-seo/js/dist/yoast/search-metadata-previews-1630.js', 1, 0x00000000000000000000000000000000, 0x40325deec5de4c65be2ce80bac2456b2, 0xc7964a84f35d9dbf22e9f6e6f69a29d563ef4ab18aeb7635c7c36471fa22c0c9, '', 0, '?'),
(0xf1ce46cd47e5668fd17b9074b4fb2038, 'wp-content/plugins/wordpress-seo/js/dist/yoast/social-metadata-forms-1630.js', 1, 0x00000000000000000000000000000000, 0x15ed4574361ee373cb82958af744b759, 0xa337bbf974383d200e3ca35a2fe9a24036edc74cc39e81d4f1bcf0b7df25a3b6, '', 0, '?'),
(0x19ee6b1724eb679a8b6388dc7eab1a19, 'wp-content/plugins/wordpress-seo/js/dist/yoast/style-guide-1630.js', 1, 0x00000000000000000000000000000000, 0x86a3d84b813828bcb867506c11e77422, 0xe9fba2b1e791904192d88095d70a55fa022860be9133d02b8fb2c23f9ff1c9cb, '', 0, '?'),
(0x616461bba201170ba40d758247b8b724, 'wp-content/plugins/wordpress-seo/js/dist/yoast/yoast-components-1630.js', 1, 0x00000000000000000000000000000000, 0x2c5479ce6e987a365b160f1970b1dfc9, 0xdf24ac0f6e72eeb229fd8ab34e37fa6a846c570f7338b54473e96f0132e1e123, '', 0, '?'),
(0x44b415952b2fbb12eb69c84cb8393b88, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ar.json', 1, 0x00000000000000000000000000000000, 0x0dd4f6925d0283df41634ea5a3b0b219, 0x97a09410d3774c88139ed0fd2ad3f30627c2560f02f8f17d953a92c042004552, '', 0, '?'),
(0x44759ddf14ab555af67693b6417f9e04, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json', 1, 0x00000000000000000000000000000000, 0x756276f5643ec5a5f76e0e069da3fdbc, 0xe855559496e013c12ebe501e3043c323316c13999f2c8141bc381e5e1fb5b86a, '', 0, '?'),
(0xe1df8bd716a8e9d80cbd4eab9684d285, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs_BA.json', 1, 0x00000000000000000000000000000000, 0xe82f720c779b97908996023825b26dde, 0x769ee2f8600946c3c11b0daad55ecd496aca1522aec74834ffdc209c5742eb89, '', 0, '?'),
(0x6121b72f457e6da698004d9ba1cbe1d4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json', 1, 0x00000000000000000000000000000000, 0x236698741c503eda0d934a24d3865fc9, 0x05c70a4fe1fe5e4dd3639dc5e34ab14cb63ad41491081e0914bc4d74c6e9ac8c, '', 0, '?'),
(0xc52f7b2bab725dfa0d10b0b9232aabd7, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0x50cb2e77be7f99b2232ba1da5ea7b61c, 0x4b88810b3dd65b1f2d37b9c0be05d48815e1a8c69d3cd3303a4b25a6f2cb073c, '', 0, '?'),
(0xd5cc19c82da324e506d985411d02911a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json', 1, 0x00000000000000000000000000000000, 0xe9817df2dd0e1405ee17d25c291ed2ed, 0xf1835d5be84df654e9fec451f3ac4f8ff746fb6a87aa647b201d8984a7ce3d89, '', 0, '?'),
(0xa1905046836627e5f2975c141739aa1b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json', 1, 0x00000000000000000000000000000000, 0x3bbdbf19e03dea1ecad84575fe9d04db, 0xf01b4d4601525f82a578f3e3e002008661a9a7d07a612ce3beae06243c5f267b, '', 0, '?'),
(0xfa193c77677aebe6bae72bc0e1f4aafc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json', 1, 0x00000000000000000000000000000000, 0x7f02f0bdb951ad3c153fa6a17836aeaa, 0xd5fbfcc7c482528f7766c178a0cf61e222b505f47acbe93966d4255bc835dc8d, '', 0, '?'),
(0x5ed2aa9d9763a12b72c6db4f43e5a6b5, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json', 1, 0x00000000000000000000000000000000, 0x7bec2faea0f7730a53b1bc9172ee3f4c, 0x30c0cd78db0ca67aa6548f7e3c58d667ed7397af0fd01752dc3b31e74188cc88, '', 0, '?'),
(0x83fb1a87a47dceea7f516990780a1f78, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json', 1, 0x00000000000000000000000000000000, 0xed6630dd3334a5e47bbb465529165b34, 0x056e85b8ce2adaa2fc0e8b3d4fb75931681d9063efa6b0c2f394ca3e938d008c, '', 0, '?'),
(0x9771c47a193b9ed528042e98fdf64c2b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json', 1, 0x00000000000000000000000000000000, 0x6b12939954266b1415da4b60405ca974, 0x36f63b7fefbcb3e65fa4db5feb4013c6b5f588fe94967c38d69a93e64d173b92, '', 0, '?'),
(0xff3e363735cf4d77d4912a78f7b00cc4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json', 1, 0x00000000000000000000000000000000, 0xc94aed6a5b289ca4710e4bb38822b186, 0xf15fce9cc6753173f46338b0915b13ff67d724e5e905f07da239f1fe2c31e95e, '', 0, '?'),
(0x40276d9b1b98345f17267cc45695bedb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_ZA.json', 1, 0x00000000000000000000000000000000, 0xc0dd9cd9a7e8d2841c45ccf7102f9bd8, 0x4fc711793433329f8378588eb06ef32e3debc4ca92c847ae286fc83ae592eb33, '', 0, '?'),
(0x7f19812692167452e5583993b260d748, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json', 1, 0x00000000000000000000000000000000, 0x1d12cd5dedf626a9ab81688dd65d0859, 0x39e5f2ba9016b4cb53cb07d69f2510f3c54fecd802d348de66e31e53a58f3a75, '', 0, '?'),
(0xa141b723210309c72d46664e198df4aa, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_CR.json', 1, 0x00000000000000000000000000000000, 0x280262ee49e3924b053b399fd46d9c41, 0x81f68de267ec0a77ee9f0a1c305a7af37e15ac535b816021bb41748b7f07daf1, '', 0, '?'),
(0x45ea53cb1acabbea98e8eefa09130a47, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_EC.json', 1, 0x00000000000000000000000000000000, 0xbf9bb99fe8ca98c79b3bbf9576d543c1, 0x838057c68bd193b69993848728dfceaf708a2db6041b145fd091bf5c5f08f2e6, '', 0, '?'),
(0x827dd46bf2f845b6f3b2cf4d5458460f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json', 1, 0x00000000000000000000000000000000, 0xc02753b6e9468750cbbe295e9274f6e4, 0xa8c3c2fcbe7825ad444215be4c8d472977cc0a17bdb7f593fbb67d8d6c2e91a9, '', 0, '?'),
(0xff357c84d7f64ec9bd7e2a25d03e4874, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json', 1, 0x00000000000000000000000000000000, 0x92eb77a7d2e447a6902bfc3e0719daf6, 0x0532e84aa6ab62b83ea5afdd73ce8d6c47a03648f83f66f8e3fd6e9d1e0c06c0, '', 0, '?'),
(0xdc79c3f66231b59c6ad4077acc8177fd, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_PE.json', 1, 0x00000000000000000000000000000000, 0x169e001a687fb3b27cdfb10d366a661d, 0x429e849a96a3cf1c0a67d476ba09e9e6d81c4c3ce48e29501bce2b7a6266c386, '', 0, '?'),
(0x006b64cc9144452fbf6e2bb80e60be4c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json', 1, 0x00000000000000000000000000000000, 0x3c2677536c7fa4524254236e4e5af30e, 0xe6da6396a16a3137a69b3bde98851b6f6b4695326716223056735f0d8debd484, '', 0, '?'),
(0x30bb517d6a5eed61fdc36fd65b056adb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json', 1, 0x00000000000000000000000000000000, 0x9f739bbe428d58117e40c2b72842676d, 0x304b65d0b94ef6b2052c396cc3210ceedf167e13a5344ef548cd5ac7eda7303d, '', 0, '?'),
(0x152bd501aae6a3a9bbb2fc56658a92f9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json', 1, 0x00000000000000000000000000000000, 0xddd133235c3f5c4011ed784593f5040f, 0x09e0ffc3282f58395f1bdfbdb62051cdb101967837e1847703f91c2491cd4738, '', 0, '?'),
(0x2dba3f5e6aad742ad7ed3802796418fe, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_BE.json', 1, 0x00000000000000000000000000000000, 0x2565ad1e7366fe99681b7322b490574f, 0x73ad7c943703bdf30bc96645ba8eeb9b9e3414eaf70b31c6f1f383f432d346f9, '', 0, '?'),
(0xf3f8a641507888675c9e6b2d49f0fd4c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x58aca28c41814eff71c36334e1ca5c43, 0x2d69eb0ec9d82230f28c306f9e363ca36eb355fd3bd63722aae09e236ebda800, '', 0, '?'),
(0xa7f63028911a4a11f3c2a3a816cc1d64, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json', 1, 0x00000000000000000000000000000000, 0xe7d11eaea8438a8e1890c505adb4df5f, 0x475503561d6a28998f4ea125c263deb6bcbd7e9f3efd30de6df861535ecad288, '', 0, '?'),
(0xc46a031449570465a27d4ca10a9e33fb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json', 1, 0x00000000000000000000000000000000, 0xb9ff8d5eb0a345b658ec1839a10a78ef, 0xc8883000f9873269110ac2b66feedbb48c917603e3677b710a8fa627fa0e8455, '', 0, '?'),
(0xa61b2442576d38cf03c7c052836ded0e, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json', 1, 0x00000000000000000000000000000000, 0x006947d837bf685c7c411a15d385e7aa, 0x750bffc0bb035f1d409544e34e82ba8d28b81fab4732201372d97b40e3a51657, '', 0, '?'),
(0x34b6a3af7e167ed6267fb0afc1c55130, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hi_IN.json', 1, 0x00000000000000000000000000000000, 0x5def71064346170d741580a4fbf86d58, 0x3e2d29a024f4da4ed1404cf226c6de35e88052c2cc436dbef4937e897b8ed5d4, '', 0, '?'),
(0x98bb9f957859d4347dc3d504d03b36a3, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json', 1, 0x00000000000000000000000000000000, 0x3a6acc118a6ef3a65fce4e882795d59c, 0x7dd9824add1cf51ea2db3f4104a5fa586922cb5d996032e17b798a2390959bea, '', 0, '?'),
(0x3f16743a5e33fb098f126d5c7550719f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json', 1, 0x00000000000000000000000000000000, 0x22a13d0804bb2b997df6097553478aed, 0x9bf836d26c6975ee28c293b8a6f9061997394a9dc33f5540a967db577656142a, '', 0, '?'),
(0x6a8c764c386a847988e6c0d45ebf0d22, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.json', 1, 0x00000000000000000000000000000000, 0xb7731c707789c01b5b9fa4e57f8481ba, 0xe646d6634855840695caba2f36df00f8fba51b92da34865cf226f52b0e6f6d03, '', 0, '?'),
(0x84cc17fe8082c74ffe66c6d6717ef0fd, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json', 1, 0x00000000000000000000000000000000, 0x1529101bcb52ec347778723975e049e8, 0x5f4284ec876368ffa13adc4bec894bf345b69792df312803c094623b2630f435, '', 0, '?'),
(0x7e175c4bc0304a8853a1cfd50302e86f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json', 1, 0x00000000000000000000000000000000, 0xb98b45e15aed79d713b3ebbb32bf9799, 0x75d79765ee3d023c0706e6b1312b51126c0bbcacceeb38df3f1e90d7e1dbb737, '', 0, '?'),
(0x6cd9a43c2a848382b953343ce4ef40c6, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ko_KR.json', 1, 0x00000000000000000000000000000000, 0x345d287c7e67107a8b99180428c6b4b9, 0xbb965a6f600caaaac0b496eafab2809fc387138414e62fc51947602cc60c0a62, '', 0, '?'),
(0xc354358d34edeed1351afc5a500b5cd8, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-lt_LT.json', 1, 0x00000000000000000000000000000000, 0xed76847b469c1fae244f64f52ef3e988, 0x78979afafb85acc6c2d09c03300d31372ad0375b8f900961542e8e3137b7b2af, '', 0, '?'),
(0xddbaa6aec0a116febb8c22b8d52434c4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json', 1, 0x00000000000000000000000000000000, 0xc700375d1d6f57b21a2d0abc0a6a1054, 0x67d3f1dd6859580167b746aa9fc2f5a3f62f192775eb1f493a9dd0997b649e9f, '', 0, '?'),
(0x622b08e5a109e0c4b382be33cb778f49, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json', 1, 0x00000000000000000000000000000000, 0x33fd227d7e1942c93c67fdc82d1faaa4, 0x47e3bd5f85caa115534c6017a5fa15505dbf79a928c08ec6238566eac86f92ea, '', 0, '?'),
(0x7b18f642bcbacf3cda710f55aba8a098, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json', 1, 0x00000000000000000000000000000000, 0x208b29fda0ed2bea4666a0c90880ea19, 0x884d7c82e41c4dbdeb162c2310b0835f9a45d790843bd4d9e0bf19df12f1019f, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xd042f457433e2a66a06af5cefa6aa452, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x61d95b74f51d07f5d1e3828cbe95140d, 0x7bdd9481e9f9d9189d668ac0e4479a02c0b58095c282d09bcbf744f026187fff, '', 0, '?'),
(0x017a14baa3a783549e69b13a4183a5cd, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_AO.json', 1, 0x00000000000000000000000000000000, 0x91915b8a3e8d4cc36844581370537196, 0x9912c55a18d06144d3d082206004e355cb001d2e1c9ae3d0f24fab7f1a481e44, '', 0, '?'),
(0x62601d6f999852cfe79bdb093a5f9d08, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json', 1, 0x00000000000000000000000000000000, 0x603c91a96cb686a96011b2c53b8a5b7a, 0x481ac54b41200869c4e8651acc64c5ad176e386149c57c54caf686a301c04a7d, '', 0, '?'),
(0xc8c234a55fe5e5c239493a13a01cafcc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json', 1, 0x00000000000000000000000000000000, 0xc7252863a6ceb97a82a7a51a46b2af08, 0xb4663e220c033ae70ffd617cf584508e6638b281dadd0049332aaeddd86019f1, '', 0, '?'),
(0xb33f7a5ee8d5336e981cc331b38a17a1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x6ccf74f64ad2382c445e36015bc154dc, 0x588b4e4d06cc7cde95a0987e872e5466e622bd1be683338eecfa5db00936d9f3, '', 0, '?'),
(0x5a17613a80fd48672361f5b0c26af6fa, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json', 1, 0x00000000000000000000000000000000, 0x2ee1f2e5a354089b7831156e93e2a56e, 0xe219b024ad79e6b3b6a802e3048d30d21f1ebb59b9f51b7dd39f0015486e770a, '', 0, '?'),
(0x1c1f7f78081bfd116e1b421adc6d473c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json', 1, 0x00000000000000000000000000000000, 0x239dea2ca29a64019eb29d450afbfdda, 0xa5fc4f768a3a9e9ca64483f453e5fe0394e3417c21a15e6aa98095edee322005, '', 0, '?'),
(0x03ddca4d35f96bd280616ba7ae2121d9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json', 1, 0x00000000000000000000000000000000, 0x032a3ad6a1455ea26a640fc31c4fdb43, 0x67bae0e744bbc100d0b6e20be8a0d2128e4a544493583a6d91aa3b6375a2b260, '', 0, '?'),
(0x8cf69802b4f0b1ccf567554d5a21fcff, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json', 1, 0x00000000000000000000000000000000, 0x3d625ad032c9f75b85f780cb1cd5680b, 0x37723ec71033b7d8ed9fe9c9b8711fe61627ea9cf020ba623fa5abd446f29049, '', 0, '?'),
(0x44dcb9bea6a1fea167dcd96c76fb2fc1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json', 1, 0x00000000000000000000000000000000, 0xe1975cf28a22586ba2eb896531bcf238, 0xbc7da69a37a8479bed05d26ed9ad85ccc29954c38ca7bdc1dfa85b8f477abf6f, '', 0, '?'),
(0x4d7bd0dc61353bb1be203b1d361fc1d9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-uk.json', 1, 0x00000000000000000000000000000000, 0x9246e5c078a0ebe61eb90712e8fb6e3a, 0xca65d254336be48f7713f517ded27faa64deeb036f3f6abebe182ad3f37d366e, '', 0, '?'),
(0xa7a221b01b027661eee1ff9341093311, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json', 1, 0x00000000000000000000000000000000, 0xfdae89563a8a80e40998999a1f0fb5e0, 0x8d2699276b7ded2ba04e2c6128e0b665aaf63d584a1213aa9f32d06f6cebdd22, '', 0, '?'),
(0x663ebcfc4b1c03a96b4e072d1ce36c35, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json', 1, 0x00000000000000000000000000000000, 0xc226066be30aebf3779d36805e4ae74c, 0x2b7a7dad461619de9e06b12d4368e523b5ebd388978612f5e4a72952f23755c4, '', 0, '?'),
(0x9a64b4ccd7822e88f4173e4972649f40, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json', 1, 0x00000000000000000000000000000000, 0x5145d60af03907cb96e3b5ddaea33ab6, 0xcecee08ec93bd58d2795ed38e671a90375f523fd6259091f83e1b0881d76ec08, '', 0, '?'),
(0xc6ae06be5012b4824c84d19593c8e29c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ar.json', 1, 0x00000000000000000000000000000000, 0xd349a4ea3934e7d6ddedc0f5e6719ae0, 0x9336bac72fa6101d9ffdfec2ed178fe90bcee23588d2ce9f04550fad62e248d2, '', 0, '?'),
(0xda0af3e70d31677704d9ffb53f44d114, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json', 1, 0x00000000000000000000000000000000, 0x9da91eaf815b425d351b7d882fb4acf5, 0xbad481b964f9ece5a11c718a0d5d9027a6d5c954a5025877e7fbea51150cd675, '', 0, '?'),
(0xab31b5951278f23c0812ba1ce7e83e6b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bs_BA.json', 1, 0x00000000000000000000000000000000, 0x25f197746bcd944e8ba85d6bf63980f0, 0x6d68158aef751c36fc170fcd7a10082fbc2912beb797d90e71e993a4ef20cb9a, '', 0, '?'),
(0x1b50247e0f01edf6cb6b87050adf542f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json', 1, 0x00000000000000000000000000000000, 0xbfee9fa5bd6673bbf975c62677bebbf8, 0xebce6625a386225c43ceee67de1cd2e8212682f2c78e81107e96c7d7efb6d585, '', 0, '?'),
(0x0ee5bc798b3f37ba869e37d6c9dcdb97, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0xb4a015d5b8f00bfa0ae96077b6fab1a0, 0x1cb72219102bb8bb61a35654b20f24a4cdee274e618cb4cf25ee9e86166f1a74, '', 0, '?'),
(0x7d39c0da5dee1006e44b18cf3741f016, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json', 1, 0x00000000000000000000000000000000, 0x921f225a947cc514a5df30f31d0d561c, 0x54e599c0d6f3c219eac562ed6117d23f0f50d71710d531fe7fa1b0112ffea5cc, '', 0, '?'),
(0xd44afe0b7ccc6ff913ede4fa8ac5ba98, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json', 1, 0x00000000000000000000000000000000, 0x4de103a99532e3bf084c154e5d97ca9c, 0x78dc28385bb2b4d2c83347fde57ae162b632a1ecb8fadc7961be324d2109f4c0, '', 0, '?'),
(0x9eed04870e05fd7ede60a967741f6c9d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json', 1, 0x00000000000000000000000000000000, 0x1b92cd3af0794a613272afcf03eb4a61, 0x23d714eee7b88f34ea5cd2a42949909a0f1e22136faca31d00757863fba2efc9, '', 0, '?'),
(0xc1c32b3202f20dbae54c611640bf27d4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json', 1, 0x00000000000000000000000000000000, 0x9c7245271ea9b02eba57d83ad75151c5, 0x1fd34f35f6e4fd9aca516c822b0b57e16180b34dacc3cbd7e1aaf411cb3e0698, '', 0, '?'),
(0xaa6ac8503e9b8195b7dcef4793b7c146, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json', 1, 0x00000000000000000000000000000000, 0x7fdd93378bbfcca9b57a42c094a3f3d4, 0x5797ea045bf8d4d6e7e958620343807a760e624c49ada1dc4f4535b1c9354f40, '', 0, '?'),
(0x5fb0904c598945bb3787f4d65215e83d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json', 1, 0x00000000000000000000000000000000, 0x8437f46e6cbe8ceef5598499f24a7253, 0x8dc4d6c14aa6c6a73127e91fb082ecc7d1e5cd001653d0930f439be26465d0fe, '', 0, '?'),
(0xf4dd96959f16d5c9bde8638ada71d64a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json', 1, 0x00000000000000000000000000000000, 0x1333432c8f5314f29c1e014d18fdfbfb, 0x6d7d8d616ea1ca7f891ec60bc3c8f3a5abba5a0b3b41dee85ce8474fac647f97, '', 0, '?'),
(0xd8927fa9d64baeaa52099ae38a01c8a4, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_ZA.json', 1, 0x00000000000000000000000000000000, 0xfd0b083c6defea45b3421cf2ee77388e, 0xfe8eb7bf46eb870b3cd1cc78127a0d87372beb94ebf67f70a238a43ff49f6063, '', 0, '?'),
(0xb45f96788047b76710d2fc1e6ff9d91c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json', 1, 0x00000000000000000000000000000000, 0x4f38516a05a2b34b4b9b9a44398a03e8, 0x7451d1d4d59b430eb146c9dc487d74c9f8324e4c1380911b270843739c947426, '', 0, '?'),
(0x8c2b27ab3b57b4fc238c8608e67c0ab1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_CR.json', 1, 0x00000000000000000000000000000000, 0x6dab1286807fdcc5220031564999b0ee, 0xecb745b0767d4c4b4e19c64dd8b7b63065a49f62bb0d4466c4166566bcbd9da8, '', 0, '?'),
(0x290ef78d5816d0513be8481fdbe5d5c9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_EC.json', 1, 0x00000000000000000000000000000000, 0x8046904b82b0985686b47e95f968ab57, 0x346798501fca6900bbfa2d1bf5b2fb21f8cda89d2ff5afc0d9545632fd92cfd2, '', 0, '?'),
(0xb0652d06e1b37e3ce37ddc155924b74d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json', 1, 0x00000000000000000000000000000000, 0xfb04dd4d2e0dc012390b508ec10bc78b, 0xd0fb96919c30c116c7a5b70336e41460b6ea518ab2564fb0e10f7b6948a9915d, '', 0, '?'),
(0x15c8c265a469b38333a5de1b02793923, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_MX.json', 1, 0x00000000000000000000000000000000, 0xc490ffcbb3d9e1bd3b25f053eadfd2de, 0x2a39e8e214fd8d964161d6b67d30eb94fb08481673dfa21251c2c61bc0414994, '', 0, '?'),
(0x9f07b10cbcd75f0b824b59be9c8a274f, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_PE.json', 1, 0x00000000000000000000000000000000, 0x5428c205e1b46285cf4ef681a811b426, 0x984b90ea5887331e55a75d3e037ed0d93fa4ec9ade95cf4018d347034ccead27, '', 0, '?'),
(0x639a729d19a85dbf909f06c1b5df2eba, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json', 1, 0x00000000000000000000000000000000, 0x4af2d49478cdb9ecf6bf3fc0daf3e9e7, 0x847d8b6b096275e2dcf34d11d23c2afee2e8cd18dbf767b75e5e9115aec1196e, '', 0, '?'),
(0xf62f454d9422a810cb8134fed7dd75b1, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json', 1, 0x00000000000000000000000000000000, 0x4755190941a3585a4b53bf4867962eba, 0xba6dd21c6ae65eb3479d389270cc53739db7b6dfea6101ba5cac62c4f5349329, '', 0, '?'),
(0x67c5ecb543adf3dff2cbcdf332a22a2a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fi.json', 1, 0x00000000000000000000000000000000, 0x3090dc4b9b272e77f50f42e7e66db5f0, 0x2bcfe1e5c7dce3b5c3f39a4f5f0554dabf46ee891610e441d00ce58a2889a9a7, '', 0, '?'),
(0x3cfeb34c822048a4311cb52e321099af, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_BE.json', 1, 0x00000000000000000000000000000000, 0x99dba2e951a41d041715c6f6315e34c3, 0x79178d172c45688b066d939e87c0882457922e836b5e4858f885fb6d317c0067, '', 0, '?'),
(0xf7323a6d705268349574d0aa5c931f56, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x6cef78348946cbf4d7b10f6baa63e04e, 0x26d44cc35ede352d5b8d49e6fc9c59228a24fbf716378cb67efc0e027317836e, '', 0, '?'),
(0x564bd16d3117bc38b8ba949f36683161, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json', 1, 0x00000000000000000000000000000000, 0xaf9def8a72cc084f6a27e60bb08dcd21, 0x7e25a880dafb8748fe983ef81ea05a20fa13716db33b8b862f747ec8da56aebf, '', 0, '?'),
(0x72025de0deb9169eb942c08c270be026, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json', 1, 0x00000000000000000000000000000000, 0x92590c1a0d99d6d62681103204ae9f23, 0x3d9287aaf27a12b852b941438f5de70a292c4cee54e6305a671524bca5d0977a, '', 0, '?'),
(0xda1370469e4bef45c29cb4bb712a9883, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json', 1, 0x00000000000000000000000000000000, 0x7db769c8593a346895549c13730ebf83, 0x5aafd7e43faa1f0cfe259d8cc68acb5a42fc14f23f7b020a52de4468db7ca6c6, '', 0, '?'),
(0x0b154672a94762c4b9cc73871ec8abcd, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hi_IN.json', 1, 0x00000000000000000000000000000000, 0xc74666824c7c703d313b7e0ba276be86, 0x89f2d1316f9aac602604cd240939cea7e832255026dfa2c9af4c002a3e51d888, '', 0, '?'),
(0xc87d5654c0eeacb17f0d42a150fbd568, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json', 1, 0x00000000000000000000000000000000, 0x428b3b59a05eafd455acd2b9c482b86a, 0xf0119193d555916db0e1b89934d9875db93b7a2569993881ca0e71122dd5a90d, '', 0, '?'),
(0x8880c9f1b8101f5e4de37c391f22de0b, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json', 1, 0x00000000000000000000000000000000, 0x6334faa7f75881a76f321aafea5699e1, 0xbed18706cb9445554395d447a76ae0fa3fa3e4eff6f6a062c80bf782bc8eabe6, '', 0, '?'),
(0xb49c9c34928c8fba9a05960c26f07e1c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-id_ID.json', 1, 0x00000000000000000000000000000000, 0x2040d542186de33a0f49464979bd0cb1, 0x8a08569cb3bae66b5cec70b25f66e0df65303fef63af09120a7fbfe714a24565, '', 0, '?'),
(0xd496479e459aac913e998788cc00408a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json', 1, 0x00000000000000000000000000000000, 0x23983b01d2865e1185a4a060e7d31d07, 0xda8fdf502f1d8b49852b7147d94bb8d4c3b0555db36de5da2f647dc5e500deef, '', 0, '?'),
(0x0b3c65ad77cc02b931e031ad9cd4baeb, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json', 1, 0x00000000000000000000000000000000, 0xe99da166ec768ae839ab263dd2ff5573, 0x062d951e2166e0b9c0c795211a11fd4c4dc76a406eae552ec761644c66bfc091, '', 0, '?'),
(0x6e7847f808dc3f874de0d91e3257322c, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ko_KR.json', 1, 0x00000000000000000000000000000000, 0xee443f40b379d33e2ebe5dc6b67994a5, 0x5d17c60ee32832885ccda42feac15d71e0a430ff44a6bee3e178f4e2e31da9aa, '', 0, '?'),
(0xa71e3544e82ba28de2fd5fbf6d594e1e, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-lt_LT.json', 1, 0x00000000000000000000000000000000, 0x82dee25988a3531ee78b6ae0451ad631, 0xae29e38efb94cd72cdc710f7f502b8dfe84d66585808c30527fab3c3367c7832, '', 0, '?'),
(0x8b4e249f2fe367193afcbedd3dc8703a, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json', 1, 0x00000000000000000000000000000000, 0xee479b70b2cf0b2e3b820e65bf229760, 0x3808de46a27f689b8e780ae54277c3219a0d6d3bd85a49d94f0a7a3c03cfa7cb, '', 0, '?'),
(0x1fb6e357d0a86f30a325a5521621e105, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json', 1, 0x00000000000000000000000000000000, 0xdf7d19482a37eb3c08305ade0f4b9714, 0x2e7b9968ce68bd504e772438a05231c2d77d32ba0b32e583c90834f3de21907f, '', 0, '?'),
(0x05a34b84b7401ecf802d15ed24fe5368, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json', 1, 0x00000000000000000000000000000000, 0x33138459d3526abe81e9129ff41fedd8, 0x0e5261b01f03f8e4eb5d42866aa78d0b711c59c08dc4ec4ed307e256562e03b4, '', 0, '?'),
(0x71ba789a73f9662f2ab84fb1b08338b8, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x91caf184a1f742b3fe4589415116c1c8, 0x51cd96512501184dba8d9ee72850c5d8c371ba1ffbc0c512d327657ac6bc06e0, '', 0, '?'),
(0x042c9a7505ba3b1db5f0e7d8616133f3, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_AO.json', 1, 0x00000000000000000000000000000000, 0x83a18c021c626ae26c273e78a7080808, 0xbee0829b777675f1b9ad9715ec59ffdb796df642dfe79985c8b0d0d2f869f475, '', 0, '?'),
(0x4c8dab128756b4de6f11827d9de59a78, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json', 1, 0x00000000000000000000000000000000, 0xc0c136ad5b01d6f1c6408814b62d9e62, 0x8591f206b9884d25ce8886411ec135b25a06015739f0c1458e3efbbea53d0f20, '', 0, '?'),
(0x581aff4ac47a7572377e3e52319d29a9, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json', 1, 0x00000000000000000000000000000000, 0xe3539218e11f35c14db1cdb3a1ba7f36, 0x7b9976aadbf7427ca4988c183f6a47ccbaa5495adaa2d8eb8b08eac5557aa017, '', 0, '?'),
(0xb3849debd4b542a0f548d504b2a9d571, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x2a862b640b2e335121604f7d1bdf4d76, 0x16717501973616b17e3170ec4678460b48fe8493158f90ae6ce686de78dc0b69, '', 0, '?'),
(0x2f376b079e962098fc50a85f990f5e3d, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json', 1, 0x00000000000000000000000000000000, 0xceb98296dac202168b6f2bb5468e22de, 0x83cb42773df9d37b8024d7477112c89dab35b86c5118f3b1904573647e8b03f6, '', 0, '?'),
(0x5d4e3cb5bf7ef8aff5e753e3ac194b2e, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json', 1, 0x00000000000000000000000000000000, 0x1437705a6cca5c2bede6c38b695a9fdc, 0x0b9bc64bfdfe65f147874462cff1ce6c7d1b8fa6f94bcb2756a90e02890f903f, '', 0, '?'),
(0x5a5b96c72c2daa8a2e2e3e02ab04b807, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json', 1, 0x00000000000000000000000000000000, 0x22e6f649c263fe4a6c2c5fa5a4a375a6, 0xf56df0779c111c155a7885fdb17d24970b2de2d7ae4e4cbfb15137b72c4ba2ac, '', 0, '?'),
(0xa70535c4700d6df96b83c7ced802d4e2, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json', 1, 0x00000000000000000000000000000000, 0x4f6582c23ccd05ff5cfccad7207ac223, 0x064f86a3d233920b1989e0d041de4bc5cd77096e695d3a860e13e0bdad6d8906, '', 0, '?'),
(0xd431d89d2c7a67c37abf69db9d2a59f7, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json', 1, 0x00000000000000000000000000000000, 0x09a479960d2900f8d5732b5420e9f862, 0x1f3b64c5432f192bbb1fae2acdfb5dc00a0b7a87a56c2bac4aba6a484efde127, '', 0, '?'),
(0xda28d23a0f220d6807bd24ccfde968f0, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-uk.json', 1, 0x00000000000000000000000000000000, 0xbb362a329543bc099263b01c7e7eb35d, 0x84825763c7e9559333192a54749cadc07327cb823f4410e4d119cf93caef609c, '', 0, '?'),
(0x489d95d7619e9a73c6c4335c182a1721, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json', 1, 0x00000000000000000000000000000000, 0xe87688fc69a227f432386165185ab290, 0xc81bce32f82ffb9d9bc4f1d182249d166f439fef48dd73dc251306fd4c7275c7, '', 0, '?'),
(0xbacde7fe52cdd1de408978527084e690, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json', 1, 0x00000000000000000000000000000000, 0x5e0b74b395b11185965e1cdc3969a8b7, 0x93b7f7df57685b42d9ce44039de1f36a43d2df83be7caee45cc7568cebb354ef, '', 0, '?'),
(0x75b3638d5b580c55aa870baeb1c1a599, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json', 1, 0x00000000000000000000000000000000, 0x868ddd7c5579a140979c1b88f16393da, 0x63b20017e6663b2536fae5a9f6199b2836fd3620d2d7e12285ba20af1f59764e, '', 0, '?'),
(0xade1eb172c0577d66bde3237d8be0767, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json', 1, 0x00000000000000000000000000000000, 0xd5eb04a29f748185dd370eb62d93a877, 0x45ce0eda8e09043874aa4a44638262e2cf8e65c0861c764b4d433163cdced44d, '', 0, '?'),
(0x08ccb1177730138e164c8c80745029dc, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php', 1, 0x00000000000000000000000000000000, 0xd6097f8a2ee6167f306ecfd86fa263b8, 0x35da78551443fc6e92661736490d9406c923a6e4976cb5c140c5c1b5146fd4e1, '', 0, '?'),
(0x014b05ce19d59a4a5be357cec23046bf, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ar.json', 1, 0x00000000000000000000000000000000, 0x6cadbecb8e5c1e81fdc189c89775768a, 0x260620b63bc2fb926658f288d102e89b43dce4525acb60ca9d24b99c8213af8f, '', 0, '?'),
(0xd0304e4a75c6a58bb5bea6ee9712f67f, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json', 1, 0x00000000000000000000000000000000, 0x68420581efbd435e5faafbe0440209cd, 0x3b667d9658df4ffc6b10164c56a12bc8a2aa8ecb2d75f54731f175df695b1db2, '', 0, '?'),
(0x8c5c4ed7afb9f90ce9b390bb809eed76, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bs_BA.json', 1, 0x00000000000000000000000000000000, 0x48192cfbe034e9f137866a7105f7d629, 0xd36e32037fe99e90196cb0050ea4f19e32c67d55917639a52e7569cf98dd8b50, '', 0, '?'),
(0x5dce996149978c6cca9b0c446fe6336b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json', 1, 0x00000000000000000000000000000000, 0xd97d605258ce97a4214044d79a8eab5f, 0x37a97c4c9b1fab50ff66c9e2e054b5e97b4af9da7d9e9d151d6c63712b6bae76, '', 0, '?'),
(0x401e44e68dd19b5317c635ca9c80c933, 'wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json', 1, 0x00000000000000000000000000000000, 0xbf219a78f04b2eb8fccfeaed7d34b364, 0x82f8a84a96d80b969e0f430a5a7d21386043633626b10cb9f204196d098266bd, '', 0, '?'),
(0x2163f2d6b712ac404bc0e0db5663bb51, 'wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json', 1, 0x00000000000000000000000000000000, 0x7b3094bc26a75ed4907ce67a81ba8aee, 0xd9eba93dcfa34169e9ec69c6d0ee787a91c0eb12d590592349b9004696a8d9b1, '', 0, '?'),
(0xbcdf78e29a94551f2690465af6af1023, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json', 1, 0x00000000000000000000000000000000, 0x840b8365236b97d8211967d1d829831d, 0xea965b331dac6cd88c06726606c8e36b84211af8492dd9bc8f7d7718bf45c2d1, '', 0, '?'),
(0xfca64d34a1bae1dd0732d02276c12c65, 'wp-content/plugins/wordpress-seo/languages/yoast-components-el.json', 1, 0x00000000000000000000000000000000, 0xdaa5bc4b7cf3b33453fc51aa3ee34fb6, 0x47329aea804039d2df2a9adc8370417d65ae14ad284b18c62063b07183580ffc, '', 0, '?'),
(0xc8a2a98b352ceb9228528fbf8d5df8be, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json', 1, 0x00000000000000000000000000000000, 0xf31142ef527d8c964e9a7b6ba564a3d6, 0xd035501a5ad9e85a2a24aeeca3ead6fabceeb23b8c0d7bca9f76a40a3e37b0ca, '', 0, '?'),
(0x89cf2d9432c299843ce8c18f1845690b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json', 1, 0x00000000000000000000000000000000, 0xc1f3c55faaba230728ea016c2c00f915, 0xfd35222cf377718c27bf26386f78964ad632edb05a28a94787d2317b6e304569, '', 0, '?'),
(0x2f0f840564d27c42625a889fdaffe7f7, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json', 1, 0x00000000000000000000000000000000, 0xdc1850428d1642b0520b59aac222732b, 0x55bd89a06878bac50100487e0d9155503f3ed4f316f44526e3b1e96fe2fd7316, '', 0, '?'),
(0x43b9e9e16574c23b3ec5689acb9231a4, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json', 1, 0x00000000000000000000000000000000, 0xc62d0ddc562c92d93d7893e7613ec814, 0x2f2e75e9cd788ee75846035e5b8a801863ab310386ca4bc5090575d785391839, '', 0, '?'),
(0x3854cbd6e7b7b60916e440a7b30e290a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_ZA.json', 1, 0x00000000000000000000000000000000, 0x3789591f741b71ce3a5578f687a7e84a, 0x1162b54b4e59d2c8c0776afca075c30ae03acc8d95486a574a300eda6015241f, '', 0, '?'),
(0x5599e4f24110cc549b6b05148c565b26, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json', 1, 0x00000000000000000000000000000000, 0xf5d39d74b7da137c00b5c3bb088ded53, 0x0e6463a1f352158f6a53407deba0a5e77b23a22df1b7a1def6dab025d12fb963, '', 0, '?'),
(0xe2807998601e70e8ee14c68cc2049b85, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_CR.json', 1, 0x00000000000000000000000000000000, 0x60dd4c4c4dd737dc20948fa4137a1cde, 0xa3d5ed09a4da3332aa2f872d9b3c4938fa6626d9952906fd2e56f23bdbe37c09, '', 0, '?'),
(0x0d045246dd54f3e8904d80f52e4519ad, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_EC.json', 1, 0x00000000000000000000000000000000, 0xfbb0444327b11fd3020f1faf380bddd3, 0x6d4a51936fcd98530725710666e418e5f7d59ac5543fe06650577ae807493264, '', 0, '?'),
(0x75a6b6c914bf073c07c9e77f08af2238, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json', 1, 0x00000000000000000000000000000000, 0x4b21c8fc1e8c043c9b737661beaf3cae, 0xdf12ed2956ffa3aac859d38c8865ad9dc149c914bad41073de2d800a3852e044, '', 0, '?'),
(0xbd58d230a0fcd728c0bca612fe6ed3f7, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json', 1, 0x00000000000000000000000000000000, 0x85ff379632b9dfb6241a4805f24a95bc, 0xd180e7dd1fb07adcc45aa1d0dff46a7eb30869a4d4e9e9ea66efa2f7b5cb5e36, '', 0, '?'),
(0x681b94daf6ed3b4215ece51707e83902, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_PE.json', 1, 0x00000000000000000000000000000000, 0x122e50c900700b5ded4b95507184ba29, 0xe4ebc1c4d240439208505a7474b7de12ba28291ea52e0a918a65dad306885d13, '', 0, '?'),
(0xa0aa376835bc0de3b626e61d9ebbf5bc, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json', 1, 0x00000000000000000000000000000000, 0x1f8fd1712e14a3514678528f0fc20433, 0xdfabd25737bf4365c4fe91ac45c8b1fb69edd8c9f965b2c46f0d980ab89bb70b, '', 0, '?'),
(0xe54f5bbd79baf53d08f8c5230a1a4e40, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json', 1, 0x00000000000000000000000000000000, 0xd7e5674bc475bd36064c44aa7be3aeb2, 0xef26978eb9df5cbc244c692acefc4ce53be7397e027f53ebdea9c13302a0cacb, '', 0, '?'),
(0x630ec31c6e31e72eea9b92be07c4983a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json', 1, 0x00000000000000000000000000000000, 0x74403be029f287c7c6ffcd0b40038644, 0x4d740c00fb0d2eddd96f8f52e3451a71aa8ea4e85cb38f8143d593f08ff22a33, '', 0, '?'),
(0xaba021fd56327fb914e8314fe3e34a8e, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_BE.json', 1, 0x00000000000000000000000000000000, 0xc57f64e87ecbcd9f74396ce16debe1ed, 0xfd8a5cc73dbf46178651b632b5f18470df614d7e7d1fe89c519d91c8a7f566fd, '', 0, '?'),
(0xa45b435e964e36f35226e3359a234818, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json', 1, 0x00000000000000000000000000000000, 0x3e780dd64294b6e3f0dc8a0e7400f9ea, 0xec09a1402dd8aef8a8aa260ba515495723595a82dd3015e87b16fc667528390d, '', 0, '?'),
(0xae885adf8ee143713980f5126babb5e0, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json', 1, 0x00000000000000000000000000000000, 0x87a904340202908cb1bdf91396522991, 0x8eeec73a362e004087ff3317a11e45be4588854b6c3dbc80d09d76633ccc2184, '', 0, '?'),
(0xa30b18f8778bc042c01d62b7e16b124b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json', 1, 0x00000000000000000000000000000000, 0x25a6a0d1364e1ee5daadb012018eb127, 0x4ab4515a93f8100448502679600021e6d41d76471c50af7e7ec1a93edc5bb785, '', 0, '?'),
(0xf7c1f04a536d296828a745e296a73b2f, 'wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json', 1, 0x00000000000000000000000000000000, 0xaef063654a60b3c4115d65bb2a3a0bb3, 0xd6f5148f1cbb06addfe8b03f22ef519b55d2d36b03d518352916fe05880bfba0, '', 0, '?'),
(0x51df00d35a78b4f377b23d270ca7bcfa, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hi_IN.json', 1, 0x00000000000000000000000000000000, 0xc7654ffc779b3e41ef5ca1d8ebf1da7b, 0x0c1633793575733c0cf74b5de6af04df2da07bc187d17b4be49f8da3249b1012, '', 0, '?'),
(0x26c5ca179a25a50e0ee2eaaf2cf92470, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json', 1, 0x00000000000000000000000000000000, 0x22d536b043c762ee5a8a35d9b1ae3aa8, 0xeadf2216244ec972b1aa7887fd8994ca1b1eccb184dc43382fa5ca6a0b3d1f03, '', 0, '?'),
(0x10386814832d3eb43c4e80dd441d125a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json', 1, 0x00000000000000000000000000000000, 0x7a54b41d4384dbdea127ddc63100d580, 0x373e3dad1f08ea80bf363b08ba9f6d1e4fe3339685d3f4aef4f2d25a0be1d8e7, '', 0, '?'),
(0x5045bed711452b1aabbc14c739909943, 'wp-content/plugins/wordpress-seo/languages/yoast-components-id_ID.json', 1, 0x00000000000000000000000000000000, 0x41ed5cb6817ecdfd25432db98e6d8870, 0x38a775ee26be80a2f8db70215efba1687d34b15a08b2c851e67508c23d53d566, '', 0, '?'),
(0xaf0efd593bc2746976660fccf897cbaa, 'wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json', 1, 0x00000000000000000000000000000000, 0xa92d0b8cadbf763176d9203b34ac3f1e, 0xbf6d57fb98f881ea8090e7b9a0b363e6fee9c7a46374740f0497c123f881011a, '', 0, '?'),
(0x812e8f5ca81182b1d99660a6e5df27e2, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json', 1, 0x00000000000000000000000000000000, 0x325fdf27b0b7e5210ce928a32e1ea2ec, 0x6f872918077dcfdc2e36861d8d29dbf736d1c39fc321ee8b7e5ff2508ad92c46, '', 0, '?'),
(0x8b12497e9e08c5e4fa7ebcc2801740c8, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ko_KR.json', 1, 0x00000000000000000000000000000000, 0x3eefdf25dedebca08942ee15335b5114, 0x5c509cce28782174c8bcf0b3829a2bf3b488b02a0204c42c05b7bd26f7df46e9, '', 0, '?'),
(0x91ddf53a0987a798b164ac2ad05d826a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-lt_LT.json', 1, 0x00000000000000000000000000000000, 0xafab6a9a0acfe61f7b4efcb0b746b0a2, 0x92a0c942b384f3bb935a74ba42070ed30ed2155d23e5e0b672b7fb2af9f1880e, '', 0, '?'),
(0x84b513b7dc4fb6e63c598550d85bea14, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json', 1, 0x00000000000000000000000000000000, 0x76d3a6cfb9729d0cf0870d9b1f70342d, 0x97664064e9f01345ab2b089c7341f4ccf27ee2c5ab2037a1c09f119a8ebd3df1, '', 0, '?'),
(0xe5d02627d949c775f38da666969062a3, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json', 1, 0x00000000000000000000000000000000, 0xe3c8b46cd704db76ada9a84f66707ce9, 0x06ccfc291f92f14ffe3723e545d4edb862920ab9c68e3f0cd413b6ce213a02ef, '', 0, '?'),
(0xaa24a1da41ca6fb3f28769b83e1e2406, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json', 1, 0x00000000000000000000000000000000, 0x940454af4c5736666f3347cf6e0d217e, 0x63735247c909a2da9f7eb22cfd4d3225e8fc0cff4230a40334b53895b9a75077, '', 0, '?'),
(0x283e30dfef09265c27fe79a271331457, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json', 1, 0x00000000000000000000000000000000, 0x72d2e019e6e561253cc68a8097ee6e8f, 0x5a6b758b167bc6ddae7da0ee550ff96afdae998a2d89d214f9df5c40d688798d, '', 0, '?'),
(0xa41ed00357fc1c2f2a050419568e4e6b, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_AO.json', 1, 0x00000000000000000000000000000000, 0x24a5a973e3b68e6ab5b0003828153836, 0xa9ad051e8a365aab12abc2fe1ac6d69a0ba2147e93ffcf94d54b08afc403610f, '', 0, '?'),
(0x4b56e7a268c2b151102fbaaf96bdc398, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json', 1, 0x00000000000000000000000000000000, 0xec2bb41f0fe77dbc6ef8e467bbc7ad13, 0x48a45f164c3238bae012f271f618bc1e660d51a34d73007a0f44a0dabb0adbe4, '', 0, '?'),
(0x5a4e7ab8b31cc4c8bcce92137879908c, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json', 1, 0x00000000000000000000000000000000, 0xb00aa58978c832d138d91555c67f5223, 0xfab9db6e4c6ca53a937a10e07f21fec98a688b2adf1ca17f369a921dc2ae741b, '', 0, '?'),
(0xadfacf1ca4cf3281dfca84a9a4426147, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json', 1, 0x00000000000000000000000000000000, 0x161b6b202a25bcb89273aa95acc2175e, 0x05f1ffd0f5ba91be6a5362a94552ef83ffc4f285734c1aca9b354dee81ca91a7, '', 0, '?'),
(0x9213cdfbcd6de10db2af4a61d2bd81d4, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json', 1, 0x00000000000000000000000000000000, 0x985fca2001c2f9660d2d7ca1dd62ffad, 0x79358df8111a00237f1c77c7e4166c4e111bf9830646048dc2d7e06ca0ea6171, '', 0, '?'),
(0xa8c64d288e41240ae56bdad1c6eea9ea, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json', 1, 0x00000000000000000000000000000000, 0x8b8249a33c727d272cb7b4edb1223503, 0x91c5f30b4ba373f8bc9b7fcd1b219bfccd8593b04a96fb0996aded57da55ae9e, '', 0, '?'),
(0x19cf72f78f0fb62ae3917577563531a5, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json', 1, 0x00000000000000000000000000000000, 0xe89b0f16f0df72e8b339432f2eae44a0, 0x3b4ac13f80c0f1e776dda5430bc471ed3e93c6520f551a27b604ffe778896e3c, '', 0, '?'),
(0x67d1e82931d2a7be9608d610bcf5309a, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json', 1, 0x00000000000000000000000000000000, 0xcae19c8d18abfe05ed8fb79afb3b522d, 0x732f74892221fc59b8f08b69aa82769f4fac559c21291e8b15ff629edcfd1dc2, '', 0, '?'),
(0x13bbdf1de84d4b0a9a11c2f025afa0fb, 'wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json', 1, 0x00000000000000000000000000000000, 0xcd0981b114c5fb25fc01e70c5d7293d8, 0x3979c4baeb261b88ea35e1f1c87e853b43291a31f1c3208789d79d044a370ef0, '', 0, '?'),
(0xe36cedfa3a66130632fdb07c3c1b22cf, 'wp-content/plugins/wordpress-seo/languages/yoast-components-uk.json', 1, 0x00000000000000000000000000000000, 0x7a7f202b700224b95159b9c9ab7de351, 0x396c44eea7ac534d07a43d7b12bf36b41002be1186ae2649c9c2f8b3f750e075, '', 0, '?'),
(0x061561c38b3da1d8d30f84825602c7f6, 'wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json', 1, 0x00000000000000000000000000000000, 0x419a039ef41e293218cf6d60f494d738, 0xf040d0e63d7c0de02e704b68758f4eaa4910f6ba57d3c2d33204a45e366f1472, '', 0, '?'),
(0xbb7aa19fef8aa1f465d22ec17d2db113, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json', 1, 0x00000000000000000000000000000000, 0xa2c435f265d1457522beab1a85154320, 0x8d24da6fc772bf4ad4667c1630bad02496ee48e97ed74cf838861b45f89d0b8a, '', 0, '?'),
(0x5fa46ca293f05cca51d6c5be41e3b513, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json', 1, 0x00000000000000000000000000000000, 0x186e00c81912e22099a6c945b4fcc76e, 0xbd048821904ef02feeca51543c8ed39307128f6f3cc354ffe6e087c0f055a2bd, '', 0, '?'),
(0x5fb7f333d705d3981d1f8c49fbe26da0, 'wp-content/plugins/wordpress-seo/languages/yoast-components.php', 1, 0x00000000000000000000000000000000, 0xb8d11cfcfd3e14a6ad666e13bb129730, 0xcc36c7535d8ae28d066cb3230dca6ab39da4f40c1264ff12421247fda6bad069, '', 0, '?'),
(0x0341e79583ed63ce3b4017ede6ea79e3, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json', 1, 0x00000000000000000000000000000000, 0x6e0c521db5387136154e4cf92521dc4b, 0x3523f8844505c01bce7af369b8259eae62983c39bef663789d8bf119c9064bd6, '', 0, '?'),
(0xba5d73d551007450f2c1f6417cd327d9, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php', 1, 0x00000000000000000000000000000000, 0xb33c8b1fe162c5805a52bef6cdee67aa, 0xd90371add671001887c9ac9865ed640732ac4eac35b268bc28a9ebba31358f6d, '', 0, '?'),
(0x4575477c3e2f968d7ff0ecff751a7fb9, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php', 1, 0x00000000000000000000000000000000, 0x32998838f67a57d9b480dc44179a894e, 0xdd98ea89965c8de83678c6c8976c98a206fa96c1f06835ef2637d8183d0a41f6, '', 0, '?'),
(0x0087e932ed04a4b61220d04b79da76af, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php', 1, 0x00000000000000000000000000000000, 0xdd0063bb4dffbd3be7143509f386481b, 0x7a2634dac6b866f7aa77aca2d5d7fe5722cac03c32b0ac8994381d819a11d5a3, '', 0, '?'),
(0x069f7ee27a136b27db723b1d816c9ac0, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php', 1, 0x00000000000000000000000000000000, 0x39126b25f38ac6c9a099c3b3db81f7fc, 0x46faa1b37dac367383b31c4084395b901125ca0b0c4851b144bcdf8785c7af4a, '', 0, '?'),
(0x89034b176d29fe2663cc379039218261, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php', 1, 0x00000000000000000000000000000000, 0xa460d9605f5e3eebbbaa16d3bc3fd3e6, 0xe5f1d5153fc33e1762ac4a4004d471869e477addfb8e7ed384d5e2759da661dd, '', 0, '?'),
(0xc18eaba2f65fdef7feb80ca443363ad1, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php', 1, 0x00000000000000000000000000000000, 0x5f97871464d8946ef45c84d1e1b3699f, 0x94756f4e7a24bf889e4bb9d136e0fa7540b895fc77a43f343c6ee8227b01f45c, '', 0, '?'),
(0x025695e6e7461f147c6a2f05f9206312, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php', 1, 0x00000000000000000000000000000000, 0x184e9f109591b648e5f91882f7a4a5c4, 0x61050aa0d39097d06dd550ba43a99173d51657dcfe62d933cd4852d92e46fa7b, '', 0, '?'),
(0xf5c1114b7d3aea613cd01bac55fb2b23, 'wp-content/plugins/wordpress-seo/lib/migrations/table.php', 1, 0x00000000000000000000000000000000, 0x3e8c6e98866029a667c10e6c82da5d5e, 0x50abc1eaa291593d3ed76d9a038c9809a6504901edab28a3a1375950c797c605, '', 0, '?'),
(0x4ac145e29045ab8d893e8e32769ec74b, 'wp-content/plugins/wordpress-seo/lib/model.php', 1, 0x00000000000000000000000000000000, 0x5c95c062763fdf069f0d0e83618dcf03, 0x984636e4938715af786e03bef12d1ebe2feee21b7da777d3738b27486b829a13, '', 0, '?'),
(0x8e3b902a0034c553ca3b2342afa777f8, 'wp-content/plugins/wordpress-seo/lib/orm.php', 1, 0x00000000000000000000000000000000, 0xc2bd150deeb39cf448187d2268412cf1, 0x0f91b85a611b99b9819022a12d0f0ae1dd7a680054c83e3b43cdeed14592a39e, '', 0, '?'),
(0x33c3136cf8e11ddb5616394e05701084, 'wp-content/plugins/wordpress-seo/license.txt', 1, 0x00000000000000000000000000000000, 0xb6d57e80537d4ce37e23767635ed2b2c, 0x2d6a9148f170de33c5aed59a253c4fce2eba344cd1db3adb1f76ec266318e215, '', 0, '?'),
(0x05f5a94fad5804b296c600fa37d80ec8, 'wp-content/plugins/wordpress-seo/readme.txt', 1, 0x00000000000000000000000000000000, 0x3b67deb07471d58c3f214b272bc0ea84, 0x5d8362ff5b7fb7e5e0220a45fd6bf963e243cb1eb36b5fd7e5f394b586d6f337, '', 0, '?'),
(0x86fe75973667a3842a1d9ea624213638, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php', 1, 0x00000000000000000000000000000000, 0x318989373062e1299f479aeb08e3e3ee, 0xd505443425784c1639b28e666278558bf440d88ec22388695db7c50bb34314eb, '', 0, '?'),
(0x64b36bbf6b46f03152ef30bf2ec29a10, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php', 1, 0x00000000000000000000000000000000, 0x16588609e1e331d53b9d8abd921d29ef, 0xfc1394acba31f08bee6cc3662a14b475395ac7cf70bc1cac35fcfc679df50e25, '', 0, '?'),
(0x1039fa7a68c8df1f2113d439506d6b9d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x99a121f117da15404460b1d1e00071ac, 0x8254f2c1048ed062d86f4971ae97c4601005f1e1b86234b0825b922df7de4a1b, '', 0, '?'),
(0xf8da640140eb84c73d272a1a8b40fd2d, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xb7492b2605c70e3f6eef861d9292b004, 0xad0d6e0e61b61e6df2b1a57f900a44fd96dd4ee3ad61932f4a559c58dad64c29, '', 0, '?'),
(0x1d5b577227e6f145ea9ed929fa6a14ec, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0xc8cfe196cf0f2ba35f57660aba22635b, 0x8c676f123445f271448c543c37fcfb3e19afc8e91e8420159218ad69f82f5123, '', 0, '?'),
(0x139d442a1f3b760c28b40c2ed2b28c4e, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x5ca43fb7740c63fab150206b1fac253c, 0x4fa0101f2841c3a3d8faf0bb133cff2ac15504ec1fb37294877a879b9d7f7e5d, '', 0, '?'),
(0xa0f83ae9ada9b12a872fb519ab6dc2b8, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xbd7c6c6042daa9fa9ef4672022f9daea, 0xa64731d0f9f4f14b03526ecab28429d754b99197e3ee3575f1a4dcea91a7519e, '', 0, '?'),
(0x21293394757058bf03923e4d79ba9edc, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xaabae8e817c85b204922cb3f2269458d, 0x0d933e72abad285072a1526684eba16fc722731002116f39ee9947c6adc6f83d, '', 0, '?'),
(0x9898804eb2832ee563c8e996de095d60, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0xea8dbaf93cd9a90e53ad48514ff190f2, 0x2692b23444d68499f650f4060f229d0307a6bfcc773ffc840daaad3271d2160b, '', 0, '?'),
(0x4be5f50cc9166fc2eb3278043203126f, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php', 1, 0x00000000000000000000000000000000, 0x4e3f43823bd6680048fba73fca805f4b, 0x1e5c5a31b5c83bbaf823b21c9831bc3339efc526c60ce35d4107790f13b25427, '', 0, '?'),
(0x1256e4b509e3468b3c5470a02aa5fbb1, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php', 1, 0x00000000000000000000000000000000, 0x8916105516374407138b07ba4d05eabf, 0x37bc19d6d72a71ce213014887d259b1e3af43f3c53c2ea7d74867db16b487137, '', 0, '?'),
(0x0aa5a7eb51d5e71077d09714c6bc9180, 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x2070e926564bd1ace7d7e7a0380c1199, 0x78155988aace2681f6a6b59bef6fd95f870acbf5bfe136401dd902c93784464c, '', 0, '?'),
(0x70de71ad6c3814d58579afd58df17fd5, 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x0ba5ff26cde0a46c93de5dd9d30508b4, 0x388a1bc99126a3c6ec8ba51faa7800faea58406b5ad69dfb1c3492f19aa1dd80, '', 0, '?'),
(0xa0ef7e1b6ecd4b245ed4115208d0e3d8, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php', 1, 0x00000000000000000000000000000000, 0x658526142662c3946ca48c54c048d6b0, 0x664e62b323ed6123f1cbf701b51ce5e3a3be24ff88c3b2937d1dba8373b96526, '', 0, '?'),
(0x0c8cbb9cff00df920c5245d9cd0df036, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php', 1, 0x00000000000000000000000000000000, 0xaf9906ad6e7c6d0a95073bbcaa1bbc0c, 0x3ca02a70d626b07abe96152313c8d474d9a7e18852d0d5ddfc0b161e3869ca27, '', 0, '?'),
(0x4891c6cd873e0a7b8ab5e707b4007b1d, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php', 1, 0x00000000000000000000000000000000, 0xedfd2511c60a13ce07b39e08ce34ae10, 0x88c566ef9d543c3513caae2ad576404bb3f0d5d25281929a31b0177464ead8f0, '', 0, '?'),
(0xb0374bfd210b28ff74d5341884e162db, 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php', 1, 0x00000000000000000000000000000000, 0xb1b69739c1a8816469b0c8c19161779d, 0x67c23012d54e38c35d7c797c03c9efeb4150ab81e8f24a89d936d464fe1bb0ef, '', 0, '?'),
(0x06382da9c61f8e6a2fb458511e5c21a0, 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php', 1, 0x00000000000000000000000000000000, 0xe4a1901f57ebee613d1247018aee316c, 0x8ea76193f8c823710091fb2212796facdfb73dff296c1e122e6b6f52c50160c7, '', 0, '?'),
(0x9475c70a26666dafc310ab71ef1243b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php', 1, 0x00000000000000000000000000000000, 0x5967a0af5e68291595f3ac87c5a59972, 0x58cd595897ca8f14fcf0075e44378cc92dcc1124dd5f77c8f1e39ae21568c101, '', 0, '?'),
(0x6ca65bdaad6ace3c817d533ef738a9a8, 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php', 1, 0x00000000000000000000000000000000, 0xfe424bd16e6ac7338a3e5930677770c8, 0x74b642b2ce80a39c6cdad25a91123264b9891af6ca32f289de02c0e1552d5fb9, '', 0, '?'),
(0x9f27266fe753770436a1c2f3d8ea28e4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php', 1, 0x00000000000000000000000000000000, 0x5471d97ebbff331d15f76af04623bf93, 0x2f98b447ba724ada7fd31a39d3b00b60fdfc2033cc9e5f64a0cdcb81c0e2a442, '', 0, '?'),
(0xd972265660f80de2e9e491bd16f3d943, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php', 1, 0x00000000000000000000000000000000, 0xc63f26211f93624e9e2ca010b8759254, 0x8ec086e75f9dd037659b1e4d7683286d894d36704cf5063a9bf3c778d27edf21, '', 0, '?'),
(0x1a3f88c7b8c6a27d355e7006f9c61702, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php', 1, 0x00000000000000000000000000000000, 0x5cf82fc538552dffec95a7cf7767b0c1, 0x7076c69eb5cf0d40b8ea3eabc34ce0638726766e5e4460626609aeb33d0fe88d, '', 0, '?'),
(0xf939073521b9e6694dfcb67edd261d64, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php', 1, 0x00000000000000000000000000000000, 0x8b0c872a65543d32eb1150eff252ada2, 0xa2df2fee82290f2889bfeb582066eba1990aa1db62e5c1a8060249cb062b7c68, '', 0, '?'),
(0x9d0acfeb436d9051a155dc9371b2e4c1, 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php', 1, 0x00000000000000000000000000000000, 0xb72af04c9cb9da5227e739cf78690417, 0x109f9fd9e860445c5e29dd4928fa48ac3bae9b312b2e1e638fe8fe0012c237d5, '', 0, '?'),
(0x2ef4bb7c47e678dca3d47949649d12b4, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php', 1, 0x00000000000000000000000000000000, 0xa93fc074ef8f81cf19be5570d68c56f9, 0x1a4482d6e6f6791d2d50604608c832b8fb2e2cf5d83e53a8c8befee223440883, '', 0, '?'),
(0x23521e5e2375db357e4251ed80f1a9b2, 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php', 1, 0x00000000000000000000000000000000, 0xcb5f22eefaa941369c8a6543b751a7e2, 0x03087aeabadb8010062554524e53e58c11aad4e516d66f87db5697cf04768279, '', 0, '?'),
(0x4c1d0ba7ec3543ee5a1fe2eb08047a89, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php', 1, 0x00000000000000000000000000000000, 0x3411795a90e9ec63132e502bd10f5268, 0x747665b8e32b927060583c3389eded27a4296d0dd46805d1f89238b4249d7cb2, '', 0, '?'),
(0xe353b9ca224215634202e5072dc6799f, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php', 1, 0x00000000000000000000000000000000, 0x28a179fa8daa5813b9407324586f73b1, 0x79c3645421f4ff26525cb970e05eb9881e4f531d224eedee75e653d5e1a1c4de, '', 0, '?'),
(0xf9b17c330f41280086cc30ca27d8493f, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php', 1, 0x00000000000000000000000000000000, 0x1bca18c6398b47dc4db55b8ca6044660, 0x596804142f900b85622e37818a97f7229beb8db2a54f2cc3f9c4f70ea7c56c3f, '', 0, '?'),
(0x368b62d3c74323241abc093316156d75, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php', 1, 0x00000000000000000000000000000000, 0x227077ba5081cabd5004c0d038c89866, 0x87090ccb73148400d590fced104532ee48a9e616c86de0bdb10ab00151d00ad1, '', 0, '?'),
(0xf3be0cf76eb82883b4fb2e6e6b607a59, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php', 1, 0x00000000000000000000000000000000, 0x45aecf9b0197befe629d777c5a3f502c, 0xd3d3a5c898c9f0e10a86d977f1ec2500d38fc4662b87678fa460b2778035e6b1, '', 0, '?'),
(0x95355927c0da80b1abcb60f4bbeed1ab, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php', 1, 0x00000000000000000000000000000000, 0xaf422c9e7f71873cac4e08de96887ca6, 0x407d3357bdc14656ec9da23fe3b6f195803f59d1981722a3b79a85652a729266, '', 0, '?'),
(0x956fafb0ba341699abe8ab663f16249c, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php', 1, 0x00000000000000000000000000000000, 0xd461589399c5e168a341e851bb18b2bc, 0xe765430443cdd5627142931a2d1a868bfc92da88ba312f581b0d8024fec06b5e, '', 0, '?'),
(0xf1bb7db14f153b55eba969c4e33cc082, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php', 1, 0x00000000000000000000000000000000, 0xa6bb7f3f7484ffc769996860a6177a46, 0x8739026dfe1ad9b9b51dd4a52ca6e7d792e1b823124aca794ae14638e7200280, '', 0, '?'),
(0xef5f03bb9ef7f08bfec5db900db4fdfc, 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php', 1, 0x00000000000000000000000000000000, 0x5d087486e9fb5f678c98f618d1ac21bc, 0x920cc357edee5831f58d36212a10976916d57dd6da7511fcec268e7e0a4d963c, '', 0, '?'),
(0x6933947c86094a1150b8f19208932a95, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php', 1, 0x00000000000000000000000000000000, 0x597eec5058ecfb6ca2cd02a54344e75f, 0x68de876d8bc44dac08094515dcfc1e4197540eee8ecc89a1d4d35301c21752ce, '', 0, '?'),
(0x8b3fc81ffc26be2c77b0e61f65ef3c1a, 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php', 1, 0x00000000000000000000000000000000, 0xbf24a77fda73a2b61db25bba2f5b3489, 0xf0ffc5e55f8ac2f7082db14fe0e3d01cb4f53215d2b9e90b2d38d67f46f816ba, '', 0, '?'),
(0xb3f0919cfa76bb812b10f06b954e118d, 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php', 1, 0x00000000000000000000000000000000, 0x726c9015fbc9d4d2dbd3d8a100ba5e06, 0x0f69687ef925bfc890b0a8d2d2904c3408f221ed1b563d5e343d9edf10e00e2e, '', 0, '?'),
(0x7cbaa8c534a529f83d337d26cfa48510, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php', 1, 0x00000000000000000000000000000000, 0xbe6d61f0f242ce622a9eb273931c020e, 0x97cbf30b52d7060d77bd5a146c52b0f122d609f09ba609ca321b88374c40de9c, '', 0, '?'),
(0x2e0f40eb629910cdfdc1db91c171f7fb, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0x034a77013455e58c444c12dd02faef5c, 0x33365cd4f59f4544b59a3dcd07481243f7e8e31112ae3e0a2ebcfad7d2adee17, '', 0, '?'),
(0xbabb2c9ca4b98d6399ac1c527a57cf39, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php', 1, 0x00000000000000000000000000000000, 0x3e883547b17aa3340d5e8de0037255ff, 0x650c424cdf67bcb054fe475579901d164ae2d0cf0471c893a953db23c2648d46, '', 0, '?'),
(0x050647b5b23191ae69d474dd6ebd20c6, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php', 1, 0x00000000000000000000000000000000, 0x2212c7e12e09dc0a799222eb2d24b1ca, 0xca413d733bb42062ae185d504fd38e26f928fd3cd1e3eb3868cc955841a2c3b4, '', 0, '?'),
(0xe640303804615caa33079f86758b9eba, 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php', 1, 0x00000000000000000000000000000000, 0x2148d7da526b032b338484a2015778f0, 0xdf16ce80f662a66887aecca9734abf9672548c7591071b2c2ad62ca05dde8e42, '', 0, '?'),
(0x731a8150d785650b76149fb442c7b4ab, 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php', 1, 0x00000000000000000000000000000000, 0x964ea15272d07b42019ff0dd0dc6eb90, 0x720196f93ead4784cfff0cba1dd407cd36dd7524c9d75920be2b35f92c325d81, '', 0, '?'),
(0xb1d7c1e899698fa57f36ccb09453997f, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php', 1, 0x00000000000000000000000000000000, 0x3d89d50bdecab0c9cbfd24168dc9af74, 0xaf0997568637f4b5a41758e1577f87b1d88740491259bdf471d12ab775ee3532, '', 0, '?'),
(0x64b4f042e6d6d13953683741770a1e9c, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php', 1, 0x00000000000000000000000000000000, 0x318dbcae5604fd82c2d2473f41ad5915, 0x9dc8b63eac27c39a05aa3fcce84e5b8b750f4443a6cc2ceb6d5c4743853bbcd6, '', 0, '?'),
(0x0b4f94751430ad0247b21b13f687a111, 'wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php', 1, 0x00000000000000000000000000000000, 0x73c74806fe78097baf775793ef20ab44, 0x0146f894325478c8e657644a3286ee8ea81805d1f90fbc41b18341343e1c1d57, '', 0, '?'),
(0x514733e59ff0475d5e0c7058537ef7d7, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php', 1, 0x00000000000000000000000000000000, 0xc336434172ed62ac698d58786153a917, 0xc5189a055ff46472f8935f4357d6f9c6aeedb65421bc098fed9ce9a0e529bba3, '', 0, '?'),
(0x4f40f2aa5b5b80b2b64a1af1a6054e03, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php', 1, 0x00000000000000000000000000000000, 0x418adf3b93647665ca8957f1ee47066c, 0xcc0d1b2b15a44838aa38e1692998d9b0b60bceecc1e17b6180f11f03da3c146b, '', 0, '?'),
(0x103a80fe4e66eecf6e397278483accaf, 'wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php', 1, 0x00000000000000000000000000000000, 0xd81a72188f95bf4302b9fb43a60b5710, 0x1be1c4b24a51dfde4bff029cb296fd30f7b711745ad5b613c2407e0cc1e8d29d, '', 0, '?'),
(0x96d95744a92437fe8b7733e4ea53e9dd, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php', 1, 0x00000000000000000000000000000000, 0xaa93f4b6b6d5a8e82ede26a344958d91, 0xcbfa007ba01a5990247f018ea92237257aa99839b0e39fa7d1da6c1821f385fd, '', 0, '?'),
(0xebd68d5b31a3e9e2eb95b035459b0f03, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php', 1, 0x00000000000000000000000000000000, 0x94593e9c1346a80632edfca3fb987a79, 0x54a8e5acbf9588a4400cb2bb6d2bff9713661d16100c2b638c093e21b55a0533, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x96d0f6591a78e75b026b1632e212fe64, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php', 1, 0x00000000000000000000000000000000, 0xd7aaf014f5efee8cb396df69c9c0c92f, 0xc47e4f8b2888843b409d71b84c8c361de30d0711c0adba3e5df513a954aea3fd, '', 0, '?'),
(0x249afde7207e071e3c2fac896152f4b5, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php', 1, 0x00000000000000000000000000000000, 0x1eab8ba9e80f94eeb6ea091732abfd8a, 0xfd92515cd954c382bc50afcea42e514ca9f2d8eac345631426c1440b1004b400, '', 0, '?'),
(0x1f9de1f7169fa02009b1ca025c169841, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php', 1, 0x00000000000000000000000000000000, 0xd73550242ce7105402f1e5ed6c341bce, 0x5be885c96a33771ea13a311f9eca281531fd6e058c5714ad124b21a763764ecc, '', 0, '?'),
(0x5e74761f0f8cdfb24a130e8f8285b225, 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php', 1, 0x00000000000000000000000000000000, 0x485c4f32d3993c098dde23e49ce3c491, 0x2c52badeb15cd335bd3bbe9b463aa60b96f2f28777e14a48787d95ce546c9d19, '', 0, '?'),
(0x29da3a4d055411a37b6aaf06b330e9ff, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php', 1, 0x00000000000000000000000000000000, 0x7ffb961111f209c63a75534c12f9f494, 0x3877a976b9e74000db13756f8d008a62b87076c4ee0d08739b53a1c89fe534a5, '', 0, '?'),
(0x942afc35750f6a889d820470a1b1c28b, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php', 1, 0x00000000000000000000000000000000, 0x31f6fe22692925d46c0db822b8b5db5d, 0xe45a998b82addbec0f01d7e308b07bb01720e91a9269551b520ee71b450e5c9d, '', 0, '?'),
(0x0f1ff5af70fb310c27eb9e1d6cf1a120, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php', 1, 0x00000000000000000000000000000000, 0xb121b825e3198130f94179f431694584, 0x2fb29250c10e1bda23394ed56524c7e35e90e26cdb5685d83206aa12d495d192, '', 0, '?'),
(0xa4e345f5f465ac90c2417218f313d0b8, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php', 1, 0x00000000000000000000000000000000, 0x1dcc9bda0dacdca1db122a2ff2ad7110, 0xe898b3632bdf8f068651b0a4bc1fd451ebd136fa8f7b47eeca2ff66eaf627167, '', 0, '?'),
(0x344c6b9869414451bbc5d425910750f0, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php', 1, 0x00000000000000000000000000000000, 0x7c2a1d2c89cd0c6091499356141ef719, 0x325878eba09514235aa14d6a8f32704c81a8f2529a3993139645b7e3d2dc632d, '', 0, '?'),
(0x02d2a91aec04d6eada71bc828a93eb28, 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php', 1, 0x00000000000000000000000000000000, 0xf7a616773ec49b22ee6aaf307152fd92, 0xad6d0033f925afe5ab729a55a1336e8e3797ff0cf7c612c25065865295c4e294, '', 0, '?'),
(0xf7af75963791fff241bed96f7fb6c032, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php', 1, 0x00000000000000000000000000000000, 0xf3bbac57200466c59794e0a0d25c8832, 0x81c268e7a0da47a6005ec578bd2af4a47a24b8427f381cca37adec18fbdbe817, '', 0, '?'),
(0x5add4837297aef75ab904e7822e08eaf, 'wp-content/plugins/wordpress-seo/src/config/migration-status.php', 1, 0x00000000000000000000000000000000, 0x8ee177048dd3298de70d504e8766c3ea, 0x7da44d6fa8cd12078493b31ddcd03c632e87ede8a5a560d9a1aa673291624630, '', 0, '?'),
(0xe975bd7bb80586b3bbdad04ed6abb2e8, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php', 1, 0x00000000000000000000000000000000, 0x4e212f06f5288c91ef71f1eefc50cb2b, 0x26757c201c2bfc4d760e3eb158ad500f69fafcc4dddc716890cbf5a6b17e8b86, '', 0, '?'),
(0xd9f0013cfd472b010e2633ed39f0a86c, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php', 1, 0x00000000000000000000000000000000, 0x8a0c4ef719f187563fb867396f6b35db, 0x8a85177f4dd85a0501d1829b00bc65110f7e3f31cbde7373dc20d47878234f58, '', 0, '?'),
(0xba7704dd6849c2b93eb1407602b54a31, 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php', 1, 0x00000000000000000000000000000000, 0x02a91a6d4b0b2b4fe61e5ea7cc4646dc, 0x0b54e3d441ed86fc74c1aa037039d8df2864409235d4542b19b780ec13949a6b, '', 0, '?'),
(0x98815df6c2845baca0ec0d0e9ef97ffc, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php', 1, 0x00000000000000000000000000000000, 0xe4214951d59fa9b4cd5d6bb5c489cb69, 0xcaac11d7ba2605d540c001810a854f456cb0a7a60bcaf2fddb59e5e30ee2c0b9, '', 0, '?'),
(0xefdae8afa082bf738844d055fba2b3ac, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php', 1, 0x00000000000000000000000000000000, 0xd9a705dfac613625801a8d70d10d9d7e, 0x4ab69a92799f2e4c75ea64dfbdba26f34da297fa2f22084815893db198d9a159, '', 0, '?'),
(0x43be39775648ff9314be2262b5b35623, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php', 1, 0x00000000000000000000000000000000, 0x1b9571564f89f08e250aece78f4e0a75, 0x7a6b21114e29f1a7a245f2a217dcdd01aa5d1effc7d7b9d23b21bbf88451d5e0, '', 0, '?'),
(0x5e85b071c86ef7b46b5cfdc4e35bb77e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php', 1, 0x00000000000000000000000000000000, 0xb67c1b332e2779cc8b81eb023a0ea403, 0x8eeca7d7cf04461f06915f6f2663e327bf3a034d8cc8b9bc4fea3a50a0cfa549, '', 0, '?'),
(0x74a46479c60f480a6380834970b2e783, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x905984a68e75179ae8ad397d2cd392cf, 0x218be45d1ad670a471a9de956b12671c10c02d3be284f515b3e932204e3f7bb6, '', 0, '?'),
(0x691117366f56f035ffd70731f92c6efa, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php', 1, 0x00000000000000000000000000000000, 0xe5aa86e022894c57e21b7fc2c7945cf4, 0x3b098cee513b410c308ad18853e13dda5047a7aa3c9fca948673daa0ed180c89, '', 0, '?'),
(0x7e4afd4ab461b04dc2053a319e067253, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php', 1, 0x00000000000000000000000000000000, 0x2e15fde51aaa9f2fe4ba8456541e11c7, 0x03697a4ee7f48f18df0d91e53e8049acc9019f7b044b5aa462ccd3bf70bae518, '', 0, '?'),
(0xd85b25f98eb21458aceee63cb119d772, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php', 1, 0x00000000000000000000000000000000, 0x39e3215770e1b38abbade5cea96f1519, 0xeb7a54c16a3cfa980231746b304633442d7f9cccbe7e34c262abe93b4e2c27bc, '', 0, '?'),
(0xa531b05bed7173be98cc6f2d4f239a0e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php', 1, 0x00000000000000000000000000000000, 0x6963f80a8df21b95604e454264841918, 0x55a7f4e80a75ee554ba8e37d0dc72e19dbeda5c4c5d90b5b7727205359ce952a, '', 0, '?'),
(0x5766d7d4297875c4dd4b9c0699a6a43e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php', 1, 0x00000000000000000000000000000000, 0xd1e6c3b88a9472b5c9e5e5a8822e922f, 0x0dba4fb37788e65005fba7a7c3d5bddec4046d80ef47ab09e8de0018e8ba6d27, '', 0, '?'),
(0x0775f0f60d3a969e163fbdff21a21abf, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php', 1, 0x00000000000000000000000000000000, 0xa5550f0c1cdaea7ab5eb74e423328ae4, 0x210502291061211bdd6eb0ee58edb30e1c26866d4232af3bffebcf7ffa216a01, '', 0, '?'),
(0x5d49e13f9d71e716090e7c9bea4dd78b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php', 1, 0x00000000000000000000000000000000, 0x6ba0a2d92d1965f0c7e344d51e46d558, 0xc30831f3b514f5eaa39a26c674f2ddbc500eb2ef656cd79c9490ab92cd5e4bba, '', 0, '?'),
(0xa38ed295d5bfacebf44a62389cb4c52e, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php', 1, 0x00000000000000000000000000000000, 0x1e6de9a4d4c51d75b1e4c982d11398cb, 0x35d6b11a2abb2123d2fa9c8ec17ef124e405b17d265c03934fb99be14651a36d, '', 0, '?'),
(0xd94f0e278827cb1b438102af0f9287e9, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php', 1, 0x00000000000000000000000000000000, 0x77e544c5e1b8af3abd25f443afcbea73, 0x8418575708676e032e2670b280f3aaa5260aac6fa030a09ae8cc47ff1c484905, '', 0, '?'),
(0x7a864c054d85e5a808fefa8e6036b22d, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php', 1, 0x00000000000000000000000000000000, 0xe22d92b977158bec50cb20462e21f71a, 0x55b1d90492d4f1abf503c878b2b95cd93066b7aa5679d10ebd8dc66f110fc1c2, '', 0, '?'),
(0x3940bf5c169f6776e09dd2af79c4cdea, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php', 1, 0x00000000000000000000000000000000, 0x32237610a1586a9a7d3b32d962f4618c, 0xe8219bbae8269508aaeeaea06d0ca96a08b2c38c4acbc70ed3c48b79ebde67df, '', 0, '?'),
(0xafb9ee3d636569877fd98d2ba402f90b, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0xdb2cca3db1e5e77ccd0c703cc87e2a69, 0xeb31099fdb8d43d4a75cf1c918c5a98273da98df9f0c54b67b47e33e20e57596, '', 0, '?'),
(0x91a5b4002e54afcb49ac39fec5f008da, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php', 1, 0x00000000000000000000000000000000, 0x4eed19897cbe5ffaf730009907d5ffc7, 0x1c51e930d5a0809b8879d415a922a2491c3b1e0a2f816a813ff236febb5e40b3, '', 0, '?'),
(0x74ff5ad408b8e6dff524397e9572414d, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php', 1, 0x00000000000000000000000000000000, 0xd2e555f5a1c392fd737b6facaaef9cfa, 0xbf92c600d6d4367f507f21832df92eb7aa3f98cdaf5538c41eb72a5d1abf8433, '', 0, '?'),
(0x1dc6005f508c50c8f34378ea99313400, 'wp-content/plugins/wordpress-seo/src/config/schema-types.php', 1, 0x00000000000000000000000000000000, 0x44122cb13f6aa5a1ff8b28024e503165, 0xbec28552a66bf7db0c1e21a0e0fe158a40b94b793d7465897b710535a9ff64cb, '', 0, '?'),
(0xf41f957d32b4d1aa575971e9e93b617b, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php', 1, 0x00000000000000000000000000000000, 0x36d986a36f970ce0a7f055836617d93e, 0x63004365194fe2e03659d7105b9884bcf3f2b9c5ad6419703e7f9ba97d7ca5ce, '', 0, '?'),
(0x30ccebe96d26ddd5228c35a220c2b554, 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php', 1, 0x00000000000000000000000000000000, 0x56fa3b0a9bb25ecea91bd6ea01742e4d, 0x3a39110eb80f55bec277fbb0249b2c218b21e3331d95b04a6731d7b66bec2dbb, '', 0, '?'),
(0x269be394db352d14d8ae7cccabe07945, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php', 1, 0x00000000000000000000000000000000, 0x4b158cab5e10a9f6ad7e43ae09e273f9, 0xc22252f7354b9793dfc471a688b6bef0f37f20e1a8a181cc96a4ab42e325820e, '', 0, '?'),
(0x199b8e54c16ab6a5f6e1e7350bc76071, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php', 1, 0x00000000000000000000000000000000, 0x5621f6fa4e564277fc8540e87f0ed548, 0xbd4f1a3b503373b2c0059e23ecf11577c1191590ba6aafce9fcf6a23c3c3c50b, '', 0, '?'),
(0xf6b539dd786392cb9cc0a354db4e8054, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php', 1, 0x00000000000000000000000000000000, 0x2c06685d81932a085a0a4ff898777ab1, 0xb3f2288b407846fc2e0d77d5dca4cf46326f055c6427514eb4fe5d928bcbd3ba, '', 0, '?'),
(0x831f631520c71428bca2713318cbadf0, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php', 1, 0x00000000000000000000000000000000, 0xb992d9f790be6976eaf72d1343f634fe, 0x3424a8385a1b7035438e5ebc44408f771c9c80486f04a5de0b2594a299c10cd0, '', 0, '?'),
(0x9b4ec50e2dc759f82989a37e1e2e816e, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php', 1, 0x00000000000000000000000000000000, 0x58b3256321394f8c2f6277c7da8c0186, 0x98bd9f5579a91c9a3628439615693f1ffda4dc2d84cbd6c2584a47cd9be50a81, '', 0, '?'),
(0x97bb96cbf1d04c8614828555b43275c9, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php', 1, 0x00000000000000000000000000000000, 0x7c9247d860e2040516f176f6e7333125, 0xfb316ad4169afac90048cfb3a86a645be68f28d01cf9c1208d786079b2cafccb, '', 0, '?'),
(0x0f27278154030c9c65e5d9259363e338, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php', 1, 0x00000000000000000000000000000000, 0xa830e7655e55891dd024b8ccd92e4599, 0x3fa31823156eb9df0f5abaf9ad6625ad379b9aae1367a711758f58d555d6c1e7, '', 0, '?'),
(0x00eaae827173a2e910ed927880cdf668, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php', 1, 0x00000000000000000000000000000000, 0x7e5eff4e561582813f11b5b60155aed3, 0x804bd6404e3abb98c3179807f0a36c8b549d84a6882612cdddbcdafddf43659b, '', 0, '?'),
(0x6bfb8d049284e476231ef84f16fba79f, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php', 1, 0x00000000000000000000000000000000, 0x9a199e0560b427b6c803b43e3d6a640f, 0x0fcf43f441d10c152a150366dbc981766eacb0cca30d0ab8bbcaf70a5e05f3f3, '', 0, '?'),
(0x0fbba8df36a6bb6a3cf1ecde2e377dfc, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php', 1, 0x00000000000000000000000000000000, 0x20b11e6b94cbaf7907d1fe257084747b, 0x7f49061aef5bd9ce1089f936a6107553f564165ed5722bbcbebb1f61b85e5388, '', 0, '?'),
(0x2fc0f73c26b005fc95a5fe314b5bf97b, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php', 1, 0x00000000000000000000000000000000, 0x9c010d2d792532972392f2a3658007dd, 0xba56247fadff6a443311f1b44431c763aad77ea0da3f5237ddb91708408cd4b0, '', 0, '?'),
(0x5d465e615485b7670d49615fcce85541, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php', 1, 0x00000000000000000000000000000000, 0x07254db94426321a4a3c29dab8dbca08, 0xc9f2a1cce92bb38c286b6abc94c0b03f601853123e9b456e3835545591522f62, '', 0, '?'),
(0x5b586945a3c1cd48be78f7588e199943, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php', 1, 0x00000000000000000000000000000000, 0x3d7873540cf2affd4aea0f61da86c924, 0x02b20179e1a63ff75182174fc83e172f49439573fbe758b887a30d592956564c, '', 0, '?'),
(0x6fbc7e5c2cf0a1469eb0c553ee923fd1, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php', 1, 0x00000000000000000000000000000000, 0x6a6dfb4fc89740a116a59d4339fd0883, 0xe39a1df7487f7ad3189e39f1b7604c5fe66efffd55d7af126aad6f57216e3c60, '', 0, '?'),
(0x7f13bff954ab070d73ff9b9ff4103a89, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php', 1, 0x00000000000000000000000000000000, 0xb7a76a4e530c968bc18f06c5c647a39a, 0x16b35fc2b3ce3d287402ed524ebe1748ba2f046003abd88fae78665addc42eb9, '', 0, '?'),
(0xf9c3e3737471d0876424b4007c605c6d, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php', 1, 0x00000000000000000000000000000000, 0x7467f988a23f634a7c53663f9b93525c, 0x09fa885900d4739b202bb947d4d7e1da8d9eb8ca130b54b93126ce1436afdb32, '', 0, '?'),
(0x4109fc936c8a6538df92df8a2822abb0, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php', 1, 0x00000000000000000000000000000000, 0xb55fc3dd7982151ead8b97de5b7e2dac, 0x20e3fa3a44424cc33d59f959e49c19a977436b3d7a6768693320fefbf1f12ab6, '', 0, '?'),
(0x9137fcdd86987f9fc4e3aeaa4e873b96, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php', 1, 0x00000000000000000000000000000000, 0x6b3bb772bb2b0a09e7bc8b151e3bef23, 0x32f4abe08de633a741e0e39fb72501edd5d22bc9b2c8afea58a93173d8840665, '', 0, '?'),
(0xa98ae590a0deee2a2b42a5e308a8cb24, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php', 1, 0x00000000000000000000000000000000, 0x62db6d2485ebd30d80ff661a2cc3b11f, 0x2a2683bb79733b26e6ef37a07fa9b0f48e84e82f1dfe8a0b4db20efb4a42f89a, '', 0, '?'),
(0x4ad42541d36e4e18abdd4fd15bcca89d, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php', 1, 0x00000000000000000000000000000000, 0xee4ff14931d2bb1a936e8a1b8291be9a, 0x996f1c4ea957006f307b4483b5deaff518f265980b525da11bc899c0e89af819, '', 0, '?'),
(0x12392bc4e124791b6c1eaf52a4329395, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php', 1, 0x00000000000000000000000000000000, 0x5045d26f4193b917c308500803ba2a52, 0x2e0aa7a4400ecf42d005327f3f7b5256502462ef28e3049d70ff3b59088824e2, '', 0, '?'),
(0xb1d987696000f08dbbac792b9b144362, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php', 1, 0x00000000000000000000000000000000, 0x7f3deec11ba1d66c2c7108a5185fe3e5, 0xd1595dd73713366f4a0f8a1152c745cd72799b3ab71c2bc26eadfb19fc15d6f3, '', 0, '?'),
(0xa9ba26d30edc9559ccae264d1c87c9cc, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php', 1, 0x00000000000000000000000000000000, 0x1b9f58a1c245b14075a6e619cf13f4ad, 0x8220968aecab81ea42d9a52752e0014a0cb7520bcf87e40aa41ca47c383475cc, '', 0, '?'),
(0x26435fa549f342aff2f820e3af2c6714, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php', 1, 0x00000000000000000000000000000000, 0x4d2f7089d9a2e30a28b96d1cb8f115e8, 0x74b18ba2c64ef16b5dc862be4580e8af293493f36400400c08a5ce0d7ee20212, '', 0, '?'),
(0xa7ccb5be9caf4328ed3bc5f8e26aaaa7, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php', 1, 0x00000000000000000000000000000000, 0xe1c35b93987b3a20333be40036a527a7, 0xc3f7e85492080c4613efec08ee035f1572806f4dce62288a0d3aff4020419da6, '', 0, '?'),
(0x045a3958c6b59483b6cf17b8f8fdfd1d, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php', 1, 0x00000000000000000000000000000000, 0xbe4a89af9356f148ffbce9d09569eafe, 0xcd95840594f57ab5f672716fbbf7d6a4d130a38cfa8cb5745e5cdcdbe1d4b560, '', 0, '?'),
(0x49bb6582c4134c6b8346e38d5e34415b, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php', 1, 0x00000000000000000000000000000000, 0x0029699413ed4912f7a9e464220d199c, 0xb13ecab56d3baa39a9df0c3b11384ae356eab5a5fd388f3500e689fc48f48e64, '', 0, '?'),
(0x3044b039da5ffd794b13f28724ee1b42, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php', 1, 0x00000000000000000000000000000000, 0xedd36e8983a8ed38cac92d0913c6a75a, 0x06da20fee289d54a6dd8646ba7db9a1dc061f1868f68c7348b243baada41c824, '', 0, '?'),
(0xcd4d75b2fd2f74caf9c5ecc655050ad3, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php', 1, 0x00000000000000000000000000000000, 0xa28e0d0ddc32a0ab056127d8fab78dad, 0x9046189c272b3b06c81bc92f64c433ea24cb989cb4970309c4ba247edee36d1c, '', 0, '?'),
(0x00e1da11035015bd92e24b4d2cda394d, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php', 1, 0x00000000000000000000000000000000, 0x2edc9e5527b256dfe265bab698b9f1cc, 0xe5c277d76d49c310349b4066917025db6c1159dd7e7c14f1a57490cac6e38407, '', 0, '?'),
(0x243b51dc4308140b1d02ac470af8500a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php', 1, 0x00000000000000000000000000000000, 0xc28f7bdcbc6ff1c95627a900bb3e5bf8, 0x8be753f12c471ef0718b990fe2f693db5f8c5219c326857b8a6d1e655fb81b45, '', 0, '?'),
(0xf8ebb866106e3557e3e8dd614c83b17c, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph.php', 1, 0x00000000000000000000000000000000, 0x62e53ed180249feb3ff33ec5a94e7b78, 0x193ab1082996a519d17f924fe922c7de76d1e31e1f9f0f377457b1acfd60284a, '', 0, '?'),
(0xbe506dfdd662621e1fe6bb96ced08e08, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php', 1, 0x00000000000000000000000000000000, 0x85ffb3e1d340af5b8740b8437a76cdec, 0xbd04944e9a74f553cf1c07647d0441d8e2e42bc4e05feca5733f2562f6cf1ebc, '', 0, '?'),
(0xd1719a083d73bce3a4fe2df0bc1bd311, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php', 1, 0x00000000000000000000000000000000, 0xffbf17a726a9ab240be1316cdbdac432, 0xe0446f5102f48714b1adf694441157c4f4a8a8f6210ef40dd148cf45cac9ad4e, '', 0, '?'),
(0x227635e35fe03da1fb60a7157cb77d94, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php', 1, 0x00000000000000000000000000000000, 0xfcf3c635cb6a2445e2bd4d7a624787d8, 0x565cf1e3d20a5de2bdf6d6939099af55e129529f4d25649c1b12244aad092651, '', 0, '?'),
(0xaba3a6daa7398f938b8234057ea7377a, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php', 1, 0x00000000000000000000000000000000, 0x8a041ab228d5a54ff2dfe2d74d58e0ae, 0x619ca3599d7dabf41abce889d4065e766f2e38183b77e9a6f0880169959d1db3, '', 0, '?'),
(0xd61ce1a4786cc4cf6a8ae8d24b4bd348, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php', 1, 0x00000000000000000000000000000000, 0x093f2d48a193f8576d6581d6b7da7f5f, 0x52b212352f3e7a19ff7f399e1f3b92070734695efdee969046ddfa0e8189bfbc, '', 0, '?'),
(0x4fbbe3823cdc1da6de0b7a5e214663c9, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php', 1, 0x00000000000000000000000000000000, 0x0bd47fd6b1069e8f40c58aabb068aee6, 0x0d42fbfa5102ef57c83947a664a2d68ccb81394084c661972c522b7a2c36f900, '', 0, '?'),
(0x4cd682377ad65af0a56a9c6baf974877, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php', 1, 0x00000000000000000000000000000000, 0x2dce90677b9f3066aa19cf5769fb29e3, 0x210b13b971e753ebe343a79627ae85f7be3f0e7e4df049c9f4f80f4e036feca3, '', 0, '?'),
(0x074671d7ef1daa58cbf0bedba03b8c87, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php', 1, 0x00000000000000000000000000000000, 0x32ae47ed7f33a2fcc8be31b605598845, 0xa50424802b7ce735f3ec094aae55bdbddf54f0f492e68120431cfb5ce4680ea8, '', 0, '?'),
(0x06c671425fcabf7b7717e15022f35c21, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php', 1, 0x00000000000000000000000000000000, 0x0eb38b4ae0b206be6d2938556a95e760, 0x76cf76ae6e2b1c20247796fced9ba02b9ed70d2a5f2d53c7a1d95edc04f002f9, '', 0, '?'),
(0x34eb56a0a99c752ce253dc966b39bcfd, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php', 1, 0x00000000000000000000000000000000, 0x783970e015f66a509d98316656b38d03, 0xdbac459b513892d9d861f882f608060ffe2a460bf4a4df5c493b7770a3b8dc6d, '', 0, '?'),
(0x6597503ae5dfb8450bc56a6a5c3328c9, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php', 1, 0x00000000000000000000000000000000, 0x01815550ca9f8b5f33188c179b057e5a, 0x545e17b15c930f4cb500ca72ed7390dd1dd8e785bf094593af5cdb2fdc053475, '', 0, '?'),
(0x21e04c6a7a744fb9eed6947e5463493e, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php', 1, 0x00000000000000000000000000000000, 0x2332e4f307ac22287a838aa33c4588a5, 0x8505fb1c34ac0935248d25b29f8ec30206e34c84c7a96646fd5751e95330fe05, '', 0, '?'),
(0xb659d452331eab88b7fd9bf4e2af0721, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php', 1, 0x00000000000000000000000000000000, 0xf1aa4e7f923aa7d5d5987e8c5f516314, 0xb4daf515fb781bbd446fd632de243720b31bd19be90c2b1f77bc575575ab0a2b, '', 0, '?'),
(0x3ad6c9dd8a950918d69cff3cea44f0c2, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php', 1, 0x00000000000000000000000000000000, 0x9e2a1962e0865b8f09149d9204fa4acd, 0xbe95c76fe2194181570fbf028f34b8b6c01eac5b550b175471f6585928eed120, '', 0, '?'),
(0x5ff9b373fac69a74ef69f311f2d13efe, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php', 1, 0x00000000000000000000000000000000, 0x6874d6daa5459fb98a94b9d1bfb81165, 0xf7546fafb5b7953736efd6802746f67d5669152eb77e0d306971fc3fd8eb74c2, '', 0, '?'),
(0xddbf511b0c3010a2f227464f3fff28c1, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php', 1, 0x00000000000000000000000000000000, 0xbb00e693127325ac665a05190d8073a2, 0xe0a5b48cbb72db73970e21eca91f2d03f4d2e2cbc93ebddb1548ef5b370423f7, '', 0, '?'),
(0xb4c2c3c53f1de0ea8319f3cf37c242d0, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php', 1, 0x00000000000000000000000000000000, 0x58462e275ab3537f4dca7fdb51d8ed1e, 0x6e1016894a4fdd2825869525f0bc3e0a3679893a7e17fed69c791803ea74dc8e, '', 0, '?'),
(0x40058bf141d0072932a3089e6fd1a630, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php', 1, 0x00000000000000000000000000000000, 0x8941551565bba2d862efb8bd66c459f4, 0xe15bcc92d0f97be5dfbcc646d5e8c9589cdefbd8799b98f8c472f0216d5757f6, '', 0, '?'),
(0xa6c01c38518f93de10d26617cccdeafe, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php', 1, 0x00000000000000000000000000000000, 0xe16cd14d1743316fb91a9d9622ef0754, 0xc1bc9f182bc9b577416197813a000c6ea1f682936df16b526035c31bb89ce54b, '', 0, '?'),
(0x0202f2c50166b369379cdb26cb9702ce, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php', 1, 0x00000000000000000000000000000000, 0x55804519fdc4fed35549f3efb51bd9f7, 0x35a5c71f250849a996d994d4f9493d2a32c6112d286e91c7cdf78e40498d6497, '', 0, '?'),
(0x02fffe97e0c9ae00f0173f69afc4d475, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php', 1, 0x00000000000000000000000000000000, 0xebf6d3369529827d5c9b244b3d9cc718, 0xec5b4e928512c17a40e05f21348a9a48a25d13f5fe55dc236b6c992d9e6162b7, '', 0, '?'),
(0x532b77c92126d71a982212bcd7477db4, 'wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php', 1, 0x00000000000000000000000000000000, 0x721c6a4d15efe96e9890739758dc5fd1, 0x9854b7e7586a11756569c3760857a12ee8622afb157538e05e9c4f8471bcacdf, '', 0, '?'),
(0xc4d81cd7ad88c48e1eae17fd9b85f1ec, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php', 1, 0x00000000000000000000000000000000, 0x45d09bb48b4f308b8f63baab8f416733, 0xcdcd121609e89aa07b9163bc464ac3770cb1a6217d619f9811fc03398d16041e, '', 0, '?'),
(0xa0939d75ed72012a592665707f97d9e3, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0x2f6dccdc678183c1494e6f268fe33c7d, 0xf1a2f0e143dbb8887954ed5d0ce3e64220314edb1cb2592501be1df341d47244, '', 0, '?'),
(0xdbb547615d3f98fb9220809f920d0a98, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x352682c7cd5a020f35146f4eddfd910c, 0x7e55b12f316436d36590415b297965ee87461f9b5ae1918990ba51c8d615f276, '', 0, '?'),
(0xc3d93a00e3bc70286dbb436d21e9295a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x4645a30d5eebe17b91bbe183d09bd84f, 0x62e8ee748530d8289f9d3d363c2dce6f391ebbcb05803f3b72b5a60a29fc72ab, '', 0, '?'),
(0xf1957b05f35be9512d5d3d79417800bd, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x795760e31546988b61812b95c015bdf2, 0x7a18a70a88b5df264c4d5a6ff5cea9579a5df5eaa330f492ddc3780ac99723e7, '', 0, '?'),
(0xcec5442f0254c433da440aa13d77502e, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php', 1, 0x00000000000000000000000000000000, 0x1f282d5e80d56ad021698e8f9766dbd5, 0xc871000a50de6405ca93158c7fdbe14c83fcf8f13ec65ea255f8d2d65c3cbbcc, '', 0, '?'),
(0xee646057e182dc718af4c9261fb86dab, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xa4426c2e6c7d871de158ccb130f7c2da, 0x6c7edd50aa016ed780799a254b535694605b73d6e66d60cb332f4b74e1135a80, '', 0, '?'),
(0xd4bf8584bb3690739649f75ffdbeb05a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xa298fd1dbb9e0b186a1eede5ffc14e42, 0x1497ad60485d1e06e3d8d5ab73e419504d504895630cc74fe5ce504739f48d35, '', 0, '?'),
(0x4d74617bcb00c644d9cecfaa565e9305, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php', 1, 0x00000000000000000000000000000000, 0x069b1555fd0558fbef93a04ee4a210a0, 0x1b38f83f1686766a6b754ad2542c5572ff03418c044ec2a2f7d13cf8ac18458b, '', 0, '?'),
(0x893734cfe4fd889d35a2f55a775edc62, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xe41a8f4e61e61ec73b59d274c73cec74, 0xb870d812681d8430b9e4043568ac5d7d8d357094bc0981befd40b8dbae9303d2, '', 0, '?'),
(0xd40f4f150fd67097ed2ffc04759cf696, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php', 1, 0x00000000000000000000000000000000, 0xdbb2530bec03ea93fe9d898df573e906, 0x97c149c6b4ba66d6a70984e498028c038c8fb66d6f70df53b0547f7672836ede, '', 0, '?'),
(0x7f9767209954b9e503d3e7e1b1994600, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php', 1, 0x00000000000000000000000000000000, 0xc6004265b572dae47ecd74f8dc0d2bfa, 0xa1e2540a9a3da7c53e4f26404a357d47b668d0ea7a11d24710b24a9a96e1eb89, '', 0, '?'),
(0xdfab3fc4eb7ccd7ec4e671394af5a68c, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php', 1, 0x00000000000000000000000000000000, 0x39dc39a7b79853b51de04ee128e59e98, 0x9c0079f580530700d3adc3c6d1acafd167229d16b2a37dd149779ef313dbf8fa, '', 0, '?'),
(0x812758d4a38c8d84fb43f043856a445f, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x65881c9b8086a8f27bcafc424717553c, 0xe69cbce39dbe80f2ffdccf687056bdab38e7ab6a562f111b36b654e78f85da2d, '', 0, '?'),
(0x4564d44d002a853ed4b77fec4d8be0c4, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php', 1, 0x00000000000000000000000000000000, 0x06479c80c3b94be5e8f41366f379aefd, 0xa06a7bf749b2ceabbb7ba436e0ec71132321c930acbc845e58e95ae9ea4f83c0, '', 0, '?'),
(0x329d401fec0e9afcd71c1a4a902521a4, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x009c34f360241b4bb50d85578826e69c, 0x6275eb625fa7eee3f85d73207e23acdad252fb7b31476098f007cefd4563419b, '', 0, '?'),
(0x54673817a55a8d03af58ae0d0edd5e2d, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php', 1, 0x00000000000000000000000000000000, 0x4dbc31060432f495d51ebfb59de6527c, 0xfedcc64e4985792d93588a49317b158adc803c47f6303825694bd4b56e6074a6, '', 0, '?'),
(0x264aeba14948cc807dd84f5df56ce804, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php', 1, 0x00000000000000000000000000000000, 0x31c5403c1097fe169ca727f4864fb1f1, 0xf469944f177db5ffcc051487668f7490138a3dd7d18e7c59a5e8dc3aab1198c8, '', 0, '?'),
(0x26bacf264ef8ce60af62df0adbb7d6fb, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php', 1, 0x00000000000000000000000000000000, 0x4eee987a3e0a4e3a92a425e503093a4c, 0x47362ea458b6b0be7fff5140f0c2bc5b2bf74040aa797c9d288f903a3e6b1f57, '', 0, '?'),
(0x316c1dc9b134b7304c74b3d34b54a1ca, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0xaae0e18a3dcccbeb48d3b2a87638ddb2, 0x4946b2747a7fcd94b8e4374d22445f8346fed9def7db5fa9a7d7f2b5d36c41e5, '', 0, '?'),
(0x3f66a47a9a262c3da301e512468ac6ed, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php', 1, 0x00000000000000000000000000000000, 0x579e90062cba33c8f0ced394ee98f25b, 0xc36f026c4c25d76526c3a6234d060503aaf40a8924fea11dee7f9f7916fa66d9, '', 0, '?'),
(0x0f4119ff49f34bbea34ed652f3a7825a, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php', 1, 0x00000000000000000000000000000000, 0x0e147fa820f271737021f1f90d68b091, 0xe4ba528dcf5257639b08497091aa627da192182e19930cdb461fff13a5bf08fc, '', 0, '?'),
(0xce25722611492be8fd9a6b60bd3e9381, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php', 1, 0x00000000000000000000000000000000, 0x7a75e3f653543f407a5fa0fddbe446a9, 0x3e28a3375e95825c7495644f39da99fbb732d102629c4b809fb7bf7fe9f60574, '', 0, '?'),
(0x186b8ce9bd5b56971f6cc5f6ec8159d0, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php', 1, 0x00000000000000000000000000000000, 0x1465d6a32faba891489114ad9f717844, 0x5f57e4b088c15604ba6650953009c55bd769f94cfe342b8012d1533e80446080, '', 0, '?'),
(0xc6580d4ece8c222692d2ec3547f3174e, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0x30245c3a02a20fc1cf9230fa29400999, 0x9b54d4be3bf5b6e994ecffee80b7a3bbf3a036b4c7ee99374d3658a9ef15c753, '', 0, '?'),
(0x2da5df3b9657839c26aedcbd8e0e6054, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php', 1, 0x00000000000000000000000000000000, 0x58570bf7006c062d5f5f0370bc769e91, 0x8275dd67743d6d67862ad3a394cc89c300c71940a7fa5fe3be85912ae484520a, '', 0, '?'),
(0x3a53f2dba63dfae78fc547f942b130c3, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php', 1, 0x00000000000000000000000000000000, 0xf23f5d4d6ea321ec34962b10fd5d0c11, 0x7861b51c95cf1b89b6158e1097f58b054267aa4b3141f27ab199c6195658e2a4, '', 0, '?'),
(0xcb732379f768b7e20efc0b62e34511db, 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php', 1, 0x00000000000000000000000000000000, 0x04f107d34fed755c4d2c211790fe8706, 0xf943341fd0a58020d95d7b2822a1c466bdca493846c2b430bb7a5b474036b436, '', 0, '?'),
(0x888eff332e15d81a8d3dcf6b075f389a, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php', 1, 0x00000000000000000000000000000000, 0xefdc14f6b24c61fc2f317289b37bd428, 0x5ec4e29913248bb041dd668bea011c75b15cd872917ad680c85be5c279957cd7, '', 0, '?'),
(0x72e43d59f28655a865e21fefc51e2040, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-property-exception.php', 1, 0x00000000000000000000000000000000, 0xeb006710ee961e76a4dfc55bae1aea01, 0x2ae24d74500b66fbb3e9d2fdf1b0d5086f6879ea6411e24fbab2622de9c1cc2d, '', 0, '?'),
(0xc863c2888de3bdebb9fc1bbc1482cdf4, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-token-exception.php', 1, 0x00000000000000000000000000000000, 0xb31020f758bfe6715116aedd0d869842, 0xa54077585d13c81f55e3497d00221700aed7d6e904f1c456e5fde7617a0cc5d2, '', 0, '?'),
(0x1172f74b89c818bf79bc42c1a8e0f67a, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/failed-storage-exception.php', 1, 0x00000000000000000000000000000000, 0x1eafc7671ce783e132cbd858584b1072, 0x62621bd10891b6a2b0e6428684509295e5a84dffb098e8e6861092aabc545414, '', 0, '?'),
(0xf29dd78507fc99c1248c547b02382f66, 'wp-content/plugins/wordpress-seo/src/functions.php', 1, 0x00000000000000000000000000000000, 0x390062136021b306dde4111c1e9a76ee, 0x3e181a65f380f2ce00ec3457d90d1fa19ef7e3548e23be816fc193f63b420214, '', 0, '?'),
(0x9fb269d247b5c811946a23c4e50629b5, 'wp-content/plugins/wordpress-seo/src/generated/container.php', 1, 0x00000000000000000000000000000000, 0x79d40e4cc0940859df0f0290d16004bd, 0x49a9d0e03d130df249cf5dd4c82c5b74400fa52181aa389de14c93aa08b03862, '', 0, '?'),
(0xd1f929fbc40d57b6b1e8b9a3d73c4fac, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php', 1, 0x00000000000000000000000000000000, 0xce46e95ab4651d19f8f22ba9ff662561, 0xeb37c5fd9ca3690ef26273b4c437eead6a332257520532ad7c0dedf1aab424a8, '', 0, '?'),
(0xf9dea63fd11ce9f3254202fecd5052ff, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php', 1, 0x00000000000000000000000000000000, 0x6a5832820bec1807091c8b0c44cf7294, 0x1f4c42eb7648c912d05bf3d2561ed9646b94d4bc7d106c458dbeec0314817d9e, '', 0, '?'),
(0x8026c98324f21b85afe1287ac1e1c5c6, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php', 1, 0x00000000000000000000000000000000, 0xe1648bfe22fb2267575b04405c6be14f, 0x22a2f93896a470957baefe2c23a95abc7c5f808bf95e565707feffdd11cda843, '', 0, '?'),
(0x976a48450e03e29034efd435a677166e, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php', 1, 0x00000000000000000000000000000000, 0xea9afeae0492b16c1fce2d59732b1f6f, 0x9c3fbc23d509bbf32e126334bb53d7a16f94b8352108976a6774b4037c5c5c8c, '', 0, '?'),
(0x6f947bd1b160ac72b1ba3cb3969314ea, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php', 1, 0x00000000000000000000000000000000, 0x57af9e749d0972fe460101c7f240cfce, 0x804f7d23d607e76c516b744714a8a6646aeeac1cc8f79b4b9b4c9847c5714542, '', 0, '?'),
(0xc2d8ff5acf40381670b6728c21d5cbe6, 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php', 1, 0x00000000000000000000000000000000, 0x2753b9ee96441c319b64d7606d828a70, 0x72829b1147ccc991e9944de4e9e446a686aeda87dc90c0fdb8c5b12c75fdfe34, '', 0, '?'),
(0x4bf2cfa591253af27bcd526a8fb3d458, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php', 1, 0x00000000000000000000000000000000, 0x83d717d2d8ee05b5b06961bc83fe6142, 0x6c1ab016ffb82ad57f787a1adad6265e26fa41e55f63c5966fec5955f780532e, '', 0, '?'),
(0xb5dcf6a0336376e54ec022d616f04083, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php', 1, 0x00000000000000000000000000000000, 0x4e7fdeec91c479dd819a2e5b859d290b, 0x80cbc238296dc18b8b9e5ba70b2ce0dadd3795302a6540d99cafc6f4b8cc11cc, '', 0, '?'),
(0x5567d0ae1c419e44b4654e5cda9bd0bc, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php', 1, 0x00000000000000000000000000000000, 0xf531e0ff0accf4f1c45847621befc4a5, 0x684dac08715e36ac825d5b52f55f740cc995151a94839e63bb1fa34da5502d79, '', 0, '?'),
(0x31c5fc57cd8eb9584416183d2da4a096, 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php', 1, 0x00000000000000000000000000000000, 0xbadcdb77ba80f1793ec56273fdf5bb02, 0x72c215f1a2f553d785ee6f460441619df8187ef337361366f0542de026992b52, '', 0, '?'),
(0xdfe55dd73fc074d32860198fd1383556, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php', 1, 0x00000000000000000000000000000000, 0x037330b23e119938e8bc335b6e52475a, 0xf27d6a30eb062bfd658569240328014d0683907101ed3eabb3dda8209fc6a1e5, '', 0, '?'),
(0xd6aec36d4ee54741f8731eff04eeac2e, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php', 1, 0x00000000000000000000000000000000, 0xa5aa25a38bbe8adda9cc73b9d2762fc6, 0xa349c2605d643eef88a9cbad4a95beeb8645a40be3f9e92371a544c1f44f2845, '', 0, '?'),
(0x7f37e62eca8b13063513b006e1cf31b3, 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php', 1, 0x00000000000000000000000000000000, 0xd3460c4ff8d174e80946fa614f07d12d, 0xb2951e80239709174b3d511449023cc9dd4d87a4d738ed19cff75dc5067b8d16, '', 0, '?'),
(0x89e9e16185ee1ad78a4966dc3852f655, 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php', 1, 0x00000000000000000000000000000000, 0x55713d00ae50f062335ef585c10c1c7b, 0x56eecf0f9b13826d08aa93a9151219c036ee82b0c4bb56020de9e52eab8a518e, '', 0, '?'),
(0xf14e62c4938570090a1bd2f005233f45, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php', 1, 0x00000000000000000000000000000000, 0x89d2b00bd6a0f8dc4a37c9039f414697, 0xe87c9aab8c1995cf197336a43669856ae0dd83fbff51a586e597e4eeb5138aba, '', 0, '?'),
(0x4d145dbdbb8e1d7da077ede32d9b2188, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php', 1, 0x00000000000000000000000000000000, 0x55159c65b865d6949ba768e3f2e4a01c, 0xd8e45ffd44bb2e4722b868585f06cce8754ae5c378b5e0ea476b38524a37283d, '', 0, '?'),
(0x6a1e01ca53f6adff19e25e70204e09bf, 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php', 1, 0x00000000000000000000000000000000, 0x9f7be8355a535c2d376c82a84b8c81d6, 0x70dcf068376cc959efe763fbac7ab01ff8a1e05ed1493e0975e6ed9a4476a172, '', 0, '?'),
(0xc2fa8eb1cea01f04da37c6f4c8442c83, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php', 1, 0x00000000000000000000000000000000, 0x37c84408915e70c5eb995ae5e5615e49, 0x1e072ab5bccdccbbcaf1e8e40fe394b6b27093cf79b21c04dd2a4b2fecbf8a98, '', 0, '?'),
(0x34ea26513acda3a6d999535c26095161, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php', 1, 0x00000000000000000000000000000000, 0x51227c6f303882a63d71b32790196cba, 0x89dcad7e67894aaf80e225a3b1c6e43ddd01cc61db8b5a68ca9edadf257125a0, '', 0, '?'),
(0x6093da839b6a8215fd8f0865ce2682bc, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php', 1, 0x00000000000000000000000000000000, 0x9f5d999e0e3d4abda600bdc15c98250f, 0xa3de19b245623ab76938edb20189968c4f6574d4c0021a7001aae6239a5d2529, '', 0, '?'),
(0x8a732e835621adc9ed5874c3a373a12e, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php', 1, 0x00000000000000000000000000000000, 0xf2e719fecc9630699dc81556b1d287ef, 0x2625cbb4f5ad74f1453b568fb2f480117306d7ef89cc25d22b32b0c7498f6a5a, '', 0, '?'),
(0x46dc78a61a3449cb6847624340a58661, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php', 1, 0x00000000000000000000000000000000, 0xac368aebd22e0634b4ba45e9e8e6920c, 0x326899063bf910a6d8315937478f8d37f9a14f6abd6963686fb1ef7c034400a6, '', 0, '?'),
(0x6a2ace1a4096ab8b8813f29d77931cb4, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php', 1, 0x00000000000000000000000000000000, 0xc22d9173b8b03bb4fe57b1b3b2755d46, 0x8e1015cb1f5f51a1b45d47c07ef8de6d73a748f7f414f0608b19cd845dce47a9, '', 0, '?'),
(0xe2ec98890d93ede5dd196eb209bde80f, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php', 1, 0x00000000000000000000000000000000, 0x96270f9221abb58d81a3caca5fb388b4, 0xbfcb2e18934f218ad8e07b0c6f834d479589773b96c4e97414efe1ad89070fed, '', 0, '?'),
(0xa3559e5c1b4c8633e02e6c56ec3f74bb, 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php', 1, 0x00000000000000000000000000000000, 0xf75715fe01c4841146c37abfd68d11a1, 0x6854574e4293fb5a477fa799f2ae8094f1d876d152f166eb07791aa6650be441, '', 0, '?'),
(0x797568b1866d0036f78432ee36ef7600, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php', 1, 0x00000000000000000000000000000000, 0x2e68929bf1aa61dd0bd24817af7d889e, 0x72869a4e7d743561a1405e5fab4307c58ac7c745f63eb66b75168f52ed2c6b1e, '', 0, '?'),
(0x6ec9469a606e707e7675546bdcf74b7f, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php', 1, 0x00000000000000000000000000000000, 0xf8cc33de47a88ee4690732998e66e0d2, 0x175faa0e7ef0598317460760c0f009eade0d6f1d80e335f54b4373d6061f457e, '', 0, '?'),
(0xe7f98ae8e908e21229307bf1a4cf789b, 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php', 1, 0x00000000000000000000000000000000, 0x3cbe649896eb43b5c8ff733ad19317b5, 0x59a2c60b3343ef08258dbb64851fd741e99f54de9f21a7ca5d50ca96d5d56dae, '', 0, '?'),
(0x38e18e4f78bc9a45fc83ae98e10e586f, 'wp-content/plugins/wordpress-seo/src/helpers/input-helper.php', 1, 0x00000000000000000000000000000000, 0xb535a673f4ac5bda256ca4b47c94839c, 0xf5a65b64d09a2e7d1385821daa5fd0e597182d2c6949db3c432f5fcd9a6d0ad3, '', 0, '?'),
(0xd4decc9f87bc3a48ad4362672a49103b, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php', 1, 0x00000000000000000000000000000000, 0x2775af3d95065a0071345f02da6e9a04, 0x8f5ce56095774d693225d16cccf6f180b0c84142182ae40a07225ee2ecf60a74, '', 0, '?'),
(0x1ba44c106faaa6cb83bf5a0868c97bae, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php', 1, 0x00000000000000000000000000000000, 0x2146ba000b6d6416c1c3c38c8ace6474, 0x96723c57414fdbbbc9b0cf6ac4f8245815bcc539897147b27b247bc83694ba1b, '', 0, '?'),
(0x5ee1accd09f1d6cb30e3135cee9a4f26, 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php', 1, 0x00000000000000000000000000000000, 0xb49c6a695839d7a38cb65b8957c03638, 0x343ed95736a3550fbb3af901b4c77bc78d68a8953a3b3a2b52f30a9b06166f0d, '', 0, '?'),
(0xa8e008721911657d2fb144dbeae5923e, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php', 1, 0x00000000000000000000000000000000, 0xedd6dea2d2c340d5c41d2082c2ff5cd5, 0x2afbc5fc7518ef7afcd0e2f2f5b26a4dfe54e16a00c6c8ab0fe7e8cf696f3116, '', 0, '?'),
(0x28f05a6263c4b2b2dd3670b72224ecb8, 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php', 1, 0x00000000000000000000000000000000, 0x3f6b0856d8c16797d7786f8b198cfa54, 0x0b7eb5fd28a26b91d1bc5118f7e8d3f151a1a9ffae373e721460b19e15eb162a, '', 0, '?'),
(0xe7e9bbf0351252cd7107f1a41a9058c8, 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php', 1, 0x00000000000000000000000000000000, 0xcf5bb8721cb04ae676f159503d42d4f4, 0x56d2a1b7b9e4e3bc7045b16759fda1096cb055867bf0dc835215caad7b31565c, '', 0, '?'),
(0xa76b8a33f8aaae81f185e8da6a38fa79, 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php', 1, 0x00000000000000000000000000000000, 0xecf2624bc6f720bb3d6686d27b99d094, 0x1c60b48bd4bb196909e786d46327c1d4ada7e935a80552c3f9b1f04b084d4f65, '', 0, '?'),
(0xcf05c20a00db307bff0ec29af182eb8d, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php', 1, 0x00000000000000000000000000000000, 0x9c91feb769010c1f2b04376b48b6fb7c, 0x4869f8b45d00c4cf7339b76a11c18e5b066a7b52b7db4765e5dd876d4f1d2518, '', 0, '?'),
(0x0de8f7b1bbe6b4c70fb45444b587709c, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php', 1, 0x00000000000000000000000000000000, 0xfc396f2ac8f47c8ce0da59e76c88b0e5, 0xbc6c4d4e739851d3d23cfabd756166a813d01280d64792e16b869ef3a6345a77, '', 0, '?'),
(0xd56b2208f4f14f8a84a7244e298a24b8, 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php', 1, 0x00000000000000000000000000000000, 0x8cbed1280d5ee1684121446a9039ddce, 0x4c6d7ba40d3f7067207262ff258769af42e9c7e461b07c53fdd35385c384e947, '', 0, '?'),
(0xe08d023ebe5d2a6104d5e098f552f3e3, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php', 1, 0x00000000000000000000000000000000, 0x4c1600d887c4c849275c9b9f060dbd4d, 0x542ac8088ca3069a85d89d6e01a0ca06bb4833b17bcf7ebcc926dfffbe00a936, '', 0, '?'),
(0x2efae0e1c351984234b8c4d5a2611367, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php', 1, 0x00000000000000000000000000000000, 0x13474345b07883b5c527014840a9f244, 0x0d41e8ef83113b0cc6f8a74487723e7a4f9f24c7c3d0286dfad4cb025ff9b2f8, '', 0, '?'),
(0x4f6ac0734f01eda02a422eb673ad89d5, 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php', 1, 0x00000000000000000000000000000000, 0x10478fdba813e7657d4fcb16b6061976, 0x693d76b75f5daa65dc3079313d755a906df99870e43f1feba375ad558a0e238f, '', 0, '?'),
(0x7a6c2c7357e136a475440cd057d1b5fa, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php', 1, 0x00000000000000000000000000000000, 0xdf25b7c601e5bcfcfd743c8f865b677a, 0x39fdb34d5ffbcd90bb9d95b719d5f6e640b83aba293930fc5d82f0be675f7458, '', 0, '?'),
(0x3364c9ceabd56a4bae3c75a5e3632177, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php', 1, 0x00000000000000000000000000000000, 0x183415622fc8c159401a9f9a2d2065ec, 0x62bbe82abb187aaada99190f33e5951ba7e68a31a59aa3bed4664304ad0c5048, '', 0, '?'),
(0x17f6a735c6d31946811c97c16241ab81, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php', 1, 0x00000000000000000000000000000000, 0x576746beb6a1a09bb600fed67f2f898f, 0x3de876732faeec791746ead36ff7807cf39f6c445c346a3bd623b27f867a6bd2, '', 0, '?'),
(0x0ec68345010e47197eaffcd4bbe77c0f, 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php', 1, 0x00000000000000000000000000000000, 0xda3cb940ca05f161cfe8a3150b2e8345, 0xd4fe1d5d10a579def46dd14b4dc2aab65cdab867e2ca98054e4bbfd8c9d39910, '', 0, '?'),
(0x345636afa37566098883a54aa0074b64, 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php', 1, 0x00000000000000000000000000000000, 0xd9a9bdd694d8b3bc34a9a8ad0af68bc4, 0xbc2fb43703e085269f835bb97b9505dca012a0df161e4137a1f07bc0f98338cf, '', 0, '?'),
(0x1d4fc5daba12fc5eea38b44b71fa96a7, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php', 1, 0x00000000000000000000000000000000, 0x701cdacc53ac74a4e2ec49b4a91148d6, 0x09e02b7fb791e9723f92c656904e08737bb3a2de18862189107988b495611caa, '', 0, '?'),
(0x990da48b25bb417db12a20f3b78fe756, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php', 1, 0x00000000000000000000000000000000, 0x57c115679a664c2ee5318903b7055b39, 0x54ae87494d8861a1b47b6e1cc742dc1bb23d056b16bdea829e50b1da3df04a68, '', 0, '?'),
(0x9c42cc50666e17a7e697d561a1abf6d1, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php', 1, 0x00000000000000000000000000000000, 0x6c5650d69d343c35cec24e6de0192495, 0x339484b8db30df08f6ceb7d1183f79e91f2d50d7ef75111b53f8118853fd62ee, '', 0, '?'),
(0x66456129726977433458e5aec79ad670, 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php', 1, 0x00000000000000000000000000000000, 0xab544b5d8f7b4071145659a3d849fcb2, 0xcb616a9d1e0c8a4d7c7311239e645b7684d75d5dfffa1a249d1ad2b8d89f63ce, '', 0, '?'),
(0xe56f82dff8ef3a6f4e0e70271b64b321, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php', 1, 0x00000000000000000000000000000000, 0x4d9c3f1482bf8e5124853433d8cada8f, 0x38aa322e8e0225738f3571ea62f505b63879896ac2d61482a09ed677e5767b03, '', 0, '?'),
(0xabd2b04adfe83f0afbf4fad3247a0eca, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php', 1, 0x00000000000000000000000000000000, 0xa38eb5c1d5a833abfe44371170e9ddc5, 0x6860c19f39319cb1a0955bd4b9b82c9bd0b4527575d4dd3a269cdda857c39538, '', 0, '?'),
(0x30592e71e17ee3f3f1c21f44e1e1cbd3, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php', 1, 0x00000000000000000000000000000000, 0xdae042deef640c78de0725e8cd571594, 0x81162d692958f74635b88153828e9f6d0cc027322dc7a9108934fa86d34d8e48, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x341566a80b6d4677df1ff10a088a933e, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php', 1, 0x00000000000000000000000000000000, 0x49fce815b8c3a36cf3e6c9b43828819b, 0x63b6ef53aa5018d890a93d14ae100e1fe13ed9cc85326daad9e932c2428d2784, '', 0, '?'),
(0x9bb508ad905968b820a994ab87bf0999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php', 1, 0x00000000000000000000000000000000, 0xc29796b9fc3b0ff11836abfe552e4bf2, 0xc4912df508ad88b48a0078429a3143d12b44fb4ffad7c9adcbe625af48d13f33, '', 0, '?'),
(0x3b721f4dc8c1524a5df10f131ff09e37, 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php', 1, 0x00000000000000000000000000000000, 0xa2976680b49a5135947733dcfa775ce3, 0x83abca28fde66325983dae54cb295f90010818e46c74b9e46520a5d70d5701a7, '', 0, '?'),
(0xca40193e412d0079459d2221e8231018, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php', 1, 0x00000000000000000000000000000000, 0xcbb6d56c100805ad7b72ad9edba33dc6, 0x3922bb24189fb3a6f4e43dfc910673b204eec9da8477a06297a7237668a17af8, '', 0, '?'),
(0x7113e08ad7076cf9a4bdb591fb3eab00, 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php', 1, 0x00000000000000000000000000000000, 0xfdecc658ba4dbfef0afc2fe4ce3074b4, 0x7bbc18de623ca74b03f8ee3115f86a843c81a710e2d880c4b5693158a886ccbe, '', 0, '?'),
(0x7e5e663d555083d1dbd8018b6b1031cb, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php', 1, 0x00000000000000000000000000000000, 0x9be95a42baf447cf8fc6bd26c4198c1b, 0xa0412ed2f59169a5f4c4b645f1cbf675acdda8ae9eef24b3487973bdf991f74d, '', 0, '?'),
(0x47bd88341c6fc9c0630b97fc25906bb2, 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php', 1, 0x00000000000000000000000000000000, 0x8ac7bf69cd32cacffc3c8308352d8dc3, 0x492666e1e08c1041910e2d536f4873f653d0e2b4c6dff903a24a1a9246abbfca, '', 0, '?'),
(0xa732df76f727a4b3f6d27bbb3100aae1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php', 1, 0x00000000000000000000000000000000, 0x09d5857fe88b26aaa9e449a3f34e9924, 0xf99f4f2ca1c151f6312d255e1a55df8713a484f30c56542bd9710d57ba236822, '', 0, '?'),
(0x46561d4abf2554bc791c06d98bab6582, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php', 1, 0x00000000000000000000000000000000, 0xad238303d55b2e467052be19e89cfb62, 0xf28dd6b46b1c54ce19e17a674a0cfca80b67cc42b51f6a65017f2901e14cb933, '', 0, '?'),
(0xbc489af438d097af98328fbd0345b836, 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php', 1, 0x00000000000000000000000000000000, 0x780029955c6281b0aeea36095983908e, 0xd89217e8c452ac1601523ca69345668c3a7f263c4131107b205d7cea80863064, '', 0, '?'),
(0xc09c58ef22c998929d9c633532653866, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php', 1, 0x00000000000000000000000000000000, 0xb2798039aa2de3144820d3d8e9f17d4c, 0x3ef42320d81dbeb3683f7c2e8a3b6411f27d565e7998718328c5033278b0ec57, '', 0, '?'),
(0x20455e67d9132798120cd4ad66514491, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php', 1, 0x00000000000000000000000000000000, 0x9709433360ff01a6017baeeb4f936760, 0x34e51991939bf8cfefef52a28d3df1747e30dee43112733b8e3cbb905cbcf11b, '', 0, '?'),
(0xa9a30827a2deed698d9533a08a889680, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php', 1, 0x00000000000000000000000000000000, 0xd9cf8f5b44a3892b4dcbd14d58cad1b3, 0x8cd6ac90080a727f3b7ff444728890dce7dc21d719305031a1ca62cb656b9e08, '', 0, '?'),
(0x97c6075408318dacd093e0c6f316b1b4, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php', 1, 0x00000000000000000000000000000000, 0xf2a9237acd456f05032f45cd0c2ba81d, 0x8724aba174e5e3164baa3e029942423d4c70ffa7ddf546db71ed069312e44e1c, '', 0, '?'),
(0x813d195ed489527533394d25c6210be1, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php', 1, 0x00000000000000000000000000000000, 0x3e27c3e45c9c099da208b062b022ddd8, 0x3119c2bd9e2688a701abbc269a54e63c51b5c3a4c27ba4c49fa89a4065596205, '', 0, '?'),
(0xa03b6f94e1bc4f9f75547de5d6144054, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php', 1, 0x00000000000000000000000000000000, 0xe7bccbed2d759ef9cb4aea664f9268df, 0xd6f52041902480fb79a7cc5b2dee64fea0fa13cd42755c0cf2095e3d375a404a, '', 0, '?'),
(0xb2254aa0d911de7b0361541378a19a32, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php', 1, 0x00000000000000000000000000000000, 0x0ce261963662e48d7987ecc39de7dd90, 0x13bedd0acc240a5ecd1c8f9df855ec23917c0fc57deea7d0ff5885d8458c9209, '', 0, '?'),
(0x73ffa46a27485da5107b345efdbffb7f, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php', 1, 0x00000000000000000000000000000000, 0x1e42bf7ae8ebb39cddaab2982a3fd4fb, 0x21f128c96f32d0a9705f86fec31a3ebd2b2de9de70527446131b24b68d88f4b5, '', 0, '?'),
(0xc691fc59a443724a041e72d7cb16b5d6, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php', 1, 0x00000000000000000000000000000000, 0x2a319a882ff184d7fac4370b5fe47500, 0x46883281f69d7b57e1c44189f4915cf74856b715f9470e8bd842309002ac1a26, '', 0, '?'),
(0x861de5cb733f1d8ae8509868238425d7, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php', 1, 0x00000000000000000000000000000000, 0xb9980cacad6c67664ab13476b0582720, 0x59d3be43b73a43f1ae4e685f0bf777c51be20b344dfaa2384a500f96313e61f4, '', 0, '?'),
(0xd3e62e22f029f3f884550dc7b83d7d5d, 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php', 1, 0x00000000000000000000000000000000, 0x150e73844f3d4e12398ab84c5357afb1, 0x7b477c1ab828312f892c4a6250c79b5b8752746802651db0ce0c8f80784cb244, '', 0, '?'),
(0xf4f63c6e1cf3a14aa17c58ad4369403a, 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php', 1, 0x00000000000000000000000000000000, 0x927beabfdbe632eb7bd275093a36fa43, 0x01dfca732296d28c8b024e6768d5fc1559b2c599fa2f67b71b7f652ea1f57e6a, '', 0, '?'),
(0x4227206030efe0a8fd7a796ec3a37cf1, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php', 1, 0x00000000000000000000000000000000, 0x42ef440117bd690649448c98398823e7, 0xf20e921b3316c300afcbe47b73f18e03bceff12f731895f139118c2afe9e82de, '', 0, '?'),
(0xfb6b3d9191f65c620f9d19f1cddca1c8, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php', 1, 0x00000000000000000000000000000000, 0xadf7597f63a69f00bd9b5796841cd373, 0x5cdc8ab0e3636018b893a233eb2922e14be973ddb4d899b66d06e5534fab6b96, '', 0, '?'),
(0x1bd12355e90fd01ea46410a9e52c31cf, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php', 1, 0x00000000000000000000000000000000, 0x641793dcb3670a801f1d695db8bd529d, 0x2641486fe26e73069d970c3fcca25c7d46a07837675b5ea392b0ed6ba8f1c988, '', 0, '?'),
(0xfeac139cd9118295871c1c93448514a3, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php', 1, 0x00000000000000000000000000000000, 0xa5152a55873e1efee0b6050e4ed8548a, 0x5d19d233def73ad8e43ff5214687e35f6d7fab34f257dad61306e7bbcf9f105b, '', 0, '?'),
(0x0e1c1bf3ed29a7553f336a3bcb6a683a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php', 1, 0x00000000000000000000000000000000, 0xda9bfd4ad9b8ccee0e981198675befd4, 0xe58de4bb0ead7db81874dd4427a5142c33ef9aa29e9a891d7b46084eaca3bf16, '', 0, '?'),
(0xf743cb3adbf255383ef5a4d66826c168, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php', 1, 0x00000000000000000000000000000000, 0xed4f03bf7ee2f5b4fe2547efe0e61926, 0xa990c589fb03853cc1e5344810c46d42651a5152d224dab6f8fc60cbb665fa2f, '', 0, '?'),
(0xf57fc02895b99c7703fd07c453c2d64f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php', 1, 0x00000000000000000000000000000000, 0xee3e7af89005d54d2ec40ae7e40008ba, 0x0330de8e2fea55432a0ce740db7671939dd098180488f70e2f73a9a1690d469b, '', 0, '?'),
(0xfd32e5a3e702a9ea3d456ac298dd680a, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php', 1, 0x00000000000000000000000000000000, 0x185929cb83137d940f878b5fd2f7e1b8, 0xc9e3c0346e67ca287c83c3803834046cb487449c22c0ac763d791e47efd8c3c0, '', 0, '?'),
(0xcd6479c606c998330c159ffe93c316ef, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php', 1, 0x00000000000000000000000000000000, 0xa1458c0e51a0ec37885e8da8e441e70e, 0xf9d142bb2c2cae10fc7e0489d3a3731c0bef54f3507c4c52dd139a58b0b43091, '', 0, '?'),
(0xdc17f3f314eec796ed1105c9ffb6826f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php', 1, 0x00000000000000000000000000000000, 0x41c7c55a2f39934e561e927abd7cb2ca, 0x1e4ab276fdc35499e0f75a8f4623dd40000c34911f202d529074ef5aa0479c89, '', 0, '?'),
(0x5a8a2e7a5923bbfbace14f8cba6029bb, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php', 1, 0x00000000000000000000000000000000, 0x69d49b7ba9b0cbfc39134f5f8e74e1f0, 0x16e59edfca98a3c11f8324910f69258050c56ceac52c32024e0e69ab5c6517de, '', 0, '?'),
(0x2f276cb6c89e43a461dd9f4085a539fd, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php', 1, 0x00000000000000000000000000000000, 0x3f28c8c36df0ea6a03a1947325394f22, 0x1e2ab904f54ec07af2e2782523a307d407b128f843f957df2d30b31ade9ecb2c, '', 0, '?'),
(0x128136f2e764130237cce9b61343cf80, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php', 1, 0x00000000000000000000000000000000, 0x8852f4cd5e54fd538d888c8dd6f7f50d, 0xd1425bf9c0caa7519ad1aa9494d1bdaa60b5441457c0f5f672210f940e88d3c2, '', 0, '?'),
(0x87b5a20c598d911011bda27899faa451, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php', 1, 0x00000000000000000000000000000000, 0x4faf8a5f27782e7df5b61b8ca7b4fc13, 0xd6813cdd0f92e3bae7220b69dbdb12679a864e2ff4c7fa73a9030a711ab1c14d, '', 0, '?'),
(0xb8164b6de34d83f8a2bcd06fd187807f, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php', 1, 0x00000000000000000000000000000000, 0xd771e30c2d3f546213f71a40ae5159ba, 0xc747355a30a57ddd229ecdf23bbe8491a674f221731fabeadb9b25fa5d07bdef, '', 0, '?'),
(0x5294b24194c9c6483d80d357c33ee561, 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php', 1, 0x00000000000000000000000000000000, 0x0e7187f630004e869ccd4409dd46aa13, 0xb9536cfea76641d710204fbf0b0609ec777c113d4542cd90eb4466b2ad910471, '', 0, '?'),
(0xba2029b921682452a755767898c6bade, 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php', 1, 0x00000000000000000000000000000000, 0x91ebcb51d3341955efb26863b185f9e1, 0x266bd9074656b95e4d396c8f50a0b2062a5b3a5e78c3133362645fde19a8957c, '', 0, '?'),
(0x24e27aa7001bb87299d5daf1ecd30d67, 'wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php', 1, 0x00000000000000000000000000000000, 0xab8e77c26f7a7a77048e41a0d99465c5, 0x3ee2181d9c2c28b724e63cdd1d38a640eea29acb1e200fdb4fd61311bd967e32, '', 0, '?'),
(0xf3fa38d4d85532e8ff54e34d15659ca1, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php', 1, 0x00000000000000000000000000000000, 0xebb2a8402bb5c9911a7e9c4735207772, 0xec0ff6de0aaf5fc4df772a507a8f8f9e2a5a23ed34b377182c4cb775659fa907, '', 0, '?'),
(0x98f10f656e27039a810f4c42766a950d, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php', 1, 0x00000000000000000000000000000000, 0x513781241e84fc5076f3cff64b28376d, 0xc97ab9c429791e82fefe4a5605919cb1a6677bd9b178438322760f466e645058, '', 0, '?'),
(0x675b3192b6867ca7ab4ff8099f102276, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor-exclude-post-types.php', 1, 0x00000000000000000000000000000000, 0x87efdf6eff99951ea339589035af3af9, 0x334f9f0d5e72b7ac7ee499da89b5bc681b7e37a09d7ba28bba5cfc3d71ffacee, '', 0, '?'),
(0x8f8b059c7c6a34b5cec1384b9c482cc8, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php', 1, 0x00000000000000000000000000000000, 0x3bde5ee003e9f37ec33b71f072855742, 0x1006c2db9375c35c6cc50b253e0922da85a39f25ee59c79a22bc25fda0a758fc, '', 0, '?'),
(0xd0c9c9148a8e2e1c705dbcc816bde05a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php', 1, 0x00000000000000000000000000000000, 0x1eb7d948b09c4c4d8bf1ee5d6a3895d2, 0x5b6c6a3d1f93e087425b0a7f2215bfb1c97542be755b5564e6b2523eb165ceab, '', 0, '?'),
(0x7769af9923eb5dd1ea46f612b69a5388, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php', 1, 0x00000000000000000000000000000000, 0x78e0caf540c5eeed8e427b02745a041c, 0x38bfb4a5c71db5932c7cec88827ef8ef2e8e51addbf4651d77c625df32246414, '', 0, '?'),
(0xd7762236d46017d27679ef4884aa8cb9, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php', 1, 0x00000000000000000000000000000000, 0x6458d47f0888b64516fd25944582458d, 0x2cf99b3b51d7cb5d9b3ac5adb8f00d7b237ebce3af8eb117695c24eb1c97201c, '', 0, '?'),
(0xf57c962a772f1a548d2aba36ecc4624a, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php', 1, 0x00000000000000000000000000000000, 0xe66707261c447753785f1ac5830891dd, 0xb2a1cc3cb4a700d3d0b2d4ad4ffade22255cc37a6ff10f32b1b8ea13c1fa6f13, '', 0, '?'),
(0xc1527ac6c82f5fce38be402793211788, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php', 1, 0x00000000000000000000000000000000, 0x478d4dce65da8be56045e2a125f4980f, 0x07560c6fdbf8bd40310a213cca96f0ee4a81f83d3fdb131832c98d1bf0a09e1f, '', 0, '?'),
(0x3945732b9daf0a616a7f290b1c80cfd2, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php', 1, 0x00000000000000000000000000000000, 0xef7fb6cff663369cbb9d68e449053c51, 0xa69f619b6a371d55d303d21c88379eee905866d6c52d739eb7c7662e13befb76, '', 0, '?'),
(0xf8ab12362bf912d925d5c9ba01201db4, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php', 1, 0x00000000000000000000000000000000, 0x956d018cf74cdf20e337056aa8b365be, 0xf0a42f1aa536e076f81783a390c61e215b2755dbb0d9f026601d95f0b041715c, '', 0, '?'),
(0x3510bbc77a62406441c1633e8c864196, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php', 1, 0x00000000000000000000000000000000, 0x668e8497f2ccf3986f027d865c468aba, 0x0cb91eeefe9c785cd662ab477a55ea2c56fd0011fa57b091b660894325344c8e, '', 0, '?'),
(0x4a304ee483edea04fe7127e0749e6f23, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php', 1, 0x00000000000000000000000000000000, 0x6ee6a800e6742ab2dfb7eac3dc197d42, 0x6611b0846d53665a3ad0f1b5526a27bd6364cce90c1b207339808897bb4a1534, '', 0, '?'),
(0x24ea471f451df06b06c63c5bbd8cfc9b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php', 1, 0x00000000000000000000000000000000, 0xbbd64f0ebe5a62488572f72670aa6594, 0x1204eae9d64780b4d2c1b6ea6237ec5f2b9df790be7bc069b8a2ab780332b136, '', 0, '?'),
(0xed6b2e8c4f6a4dc7180f5383e590c39f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php', 1, 0x00000000000000000000000000000000, 0xa32da314734d004512a3f5b53602fca9, 0x7f6a1dd0acbb5698a5d5babe8a483e3a25338af42515f989ba8386656be03d7a, '', 0, '?'),
(0x02123c00249bd09c3ff9f0832d385500, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php', 1, 0x00000000000000000000000000000000, 0x678912627ac296dbdfca6fa972bcea40, 0xdda12e277e8e4d572515833119f32c4d7fdfc3e6a0b772340d6e9b0cd77af219, '', 0, '?'),
(0x8692f2798d307318f3a306f3ade8873f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0xcae1e4abe07b7323c00419fa25c5b7e5, 0x3559337c109cc7715c28f48862f9d779ba601406baf6bf4856e9a476fb334f47, '', 0, '?'),
(0x90b382e86c928b87a66004623d9fb4e7, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x132e58b9ca2a9647009d5549023a559f, 0x321d2d9ed8ffc65ba57ba1357618d65530a4f1a682e4a988e9e7c9410583d9f5, '', 0, '?'),
(0x7735ff6e3324a098f24c5a9dba326037, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x4b64aba1ae3621773605b12db856225c, 0x15f18ded9c198e0a48559ed889933bfcaa921f9710df0ca8b94b6453c0a8ce08, '', 0, '?'),
(0xdcb20349c13a20b6e56fd0aaf722f27f, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php', 1, 0x00000000000000000000000000000000, 0x36b4bd7148ba18816a187a07e8bb6086, 0x23707dce91f2a3bc0eca5af863d6956e4d2ed1ff39d3100da5fdc62e32ec6d7f, '', 0, '?'),
(0x237414c26e1f32a8efd8d23dcf5e1656, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php', 1, 0x00000000000000000000000000000000, 0x0f134890fc764116ca58807844eb59ae, 0xd104d74fdfd4bdcbc2a97b382b23adac4e369a62ceaa11d3d8c9f1b8ba5b6a9a, '', 0, '?'),
(0x2bdea66b555891b2a845a6b1829b6810, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php', 1, 0x00000000000000000000000000000000, 0x87031a3043cfd9dd2ef2761ed630857a, 0x543765aff2a2491aa58a9ce4368d6d6927b33745728dced1f74986670af970d4, '', 0, '?'),
(0xeec4c85f65e96d3e88f9f931b6569b8c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php', 1, 0x00000000000000000000000000000000, 0x81cff9f76571920a375a70b45b56bcce, 0x3dd02f16ae148034bb298f586095a871633df9e452187f62edc8303e569c9c2e, '', 0, '?'),
(0xfea489844b4a56c3597f8fee125b5d0e, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php', 1, 0x00000000000000000000000000000000, 0xb5c2c79ccc8af9808a77c4d9593d9386, 0xdb43fc7b68180fe186b977eff20aa9b7927b616b9bd5cc9e54e0cf47e8f48969, '', 0, '?'),
(0xbb5f29424952e2586f30d6b56c81e80c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php', 1, 0x00000000000000000000000000000000, 0xc4be7fa16235fec31b298b38f28d8faf, 0xb5b2a68e130fa44fc7872ebbe02d73177ac44b2f0ca81cfa423b385de6bae3db, '', 0, '?'),
(0x49ea8e6d3d21872e9a108dcfc20ff0ca, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php', 1, 0x00000000000000000000000000000000, 0x18407c2709ce56a76039e9a48453cf87, 0x50caa05e831e63e031cb0261b7051e54fe3fc2b819c4bdd931873309debbd28a, '', 0, '?'),
(0x53f55c387a3b0f06ab58a5eb38e8fcac, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php', 1, 0x00000000000000000000000000000000, 0x2f08c5758c0ba9cd30cf0fd4934bebe8, 0xca207d39a6a2b9f920949f297bb4ab1be82867cfb4d4fee94de75c3c4a30bc64, '', 0, '?'),
(0x9a1e22bf8ce9c789cd981db046ca3b2c, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php', 1, 0x00000000000000000000000000000000, 0x12fa8b1973efca60fb9be84657256cd3, 0xa0bf46dcc30102e2495651c581c8556650bc16f8a17f1a0a0fde43184e46541b, '', 0, '?'),
(0x20ab17a12431703c089489f48bb036fd, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php', 1, 0x00000000000000000000000000000000, 0x5bc8b7f6bb425f29be23bbcd18f8d8a9, 0x505f47d9e50fdf1c54ebc72ea3a2fa2bfdb6652c1329da4147826c76e3a60a1f, '', 0, '?'),
(0x7163bb895fb3e0d2d2b2dbaf118a102b, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php', 1, 0x00000000000000000000000000000000, 0x77da9125ed1b0425640f506c2cbc4fed, 0x489057d6535b6fd35386c52a208c4a7467ce8d5b4429ff9d1b63cf8b1a3553ec, '', 0, '?'),
(0x1d7de3b62f4ed2f67225835d74a59c18, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php', 1, 0x00000000000000000000000000000000, 0xc25199a94237501c6d9c5a99245576f2, 0xea98f375dd78010a6798b4b75390373044cb0a6833c251aa11d172d58b59af07, '', 0, '?'),
(0x3aaa791b592262cfeb87f6a969add9e8, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xd46d8a7340621ad93fe1b6d81c8c1958, 0x4b7db7160470236c7cca6e5ddd2f44b8013fa6d8dc8049ef650534cb213cbbb5, '', 0, '?'),
(0x8448090220c6963836179db0eb496eee, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php', 1, 0x00000000000000000000000000000000, 0x4a5c3ba49154ffff55f82a8dad406c3b, 0xf863b7c0d4a41a68908d4512419632e5669019d4be49f7c6c69d14a578d9112d, '', 0, '?'),
(0x08e4c22ee2644659ca4718cdb417234d, 'wp-content/plugins/wordpress-seo/src/loader.php', 1, 0x00000000000000000000000000000000, 0xd6b22c518202e74a47183cb01c12e24e, 0x8a50e5cbd74fdef78dc4b1f1867ce59b3513d3602f849d7eaaf31938f86f51b5, '', 0, '?'),
(0x94263f52320958502e7f2e22fa364613, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php', 1, 0x00000000000000000000000000000000, 0xe18282064c98e48b8bcfc88f40441e71, 0xee585089fc14bdba46fd275cda3ca59723dae54fbb3af026267d8fcce72e77cf, '', 0, '?'),
(0x65ff6758778423260cfabb6cf26c23a2, 'wp-content/plugins/wordpress-seo/src/main.php', 1, 0x00000000000000000000000000000000, 0x57092931157c74cca05d75932f100c9d, 0xb98a0417f4b1a9a2087712e06d2f5404f0dc18d24c2da6ad11a937ed2fe55786, '', 0, '?'),
(0xce8002f5b32d4711e12ac2d5c84431b7, 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php', 1, 0x00000000000000000000000000000000, 0x33eabd66567140aa8936fa19f1793211, 0xc535f793d015836af388d76d6bba15c24cedcee29a73044072eff1a575d841bf, '', 0, '?'),
(0x6c18010919af022ecb47f668eb95e8b9, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php', 1, 0x00000000000000000000000000000000, 0xa008024b93dbedd6d29ff797fb2cbc2a, 0x0c6d28a82e88dff7e06d17e96377201b1842c905c39e1133bbf9dd875a9fedc0, '', 0, '?'),
(0x94cdab35beda3e5d8e8ab6cdc5df741e, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php', 1, 0x00000000000000000000000000000000, 0xed5bc0ea7c00ee8924d933fdc1316c30, 0xa1f9518e3c952e93841b305ddb5a6bdd3afadeb83a2fc06d9e0f9cdc1d0bdde9, '', 0, '?'),
(0xfb1f0375ac730b557ef1592d7926529e, 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php', 1, 0x00000000000000000000000000000000, 0x4464e95702f106c819bfdd48837a4bcb, 0xe0e265e8c0271f323f95ef2e1c4374fc276f25432030f458e440a93f8b79addf, '', 0, '?'),
(0xc7ffaac7dc5b5ebfb8a979459aa17342, 'wp-content/plugins/wordpress-seo/src/models/indexable.php', 1, 0x00000000000000000000000000000000, 0xab0cd5fc962696806a382a50166ccc1a, 0x2490a8e863033684a5225958dfa22a7d61104ba645dbb8e6346e9b96c76bc133, '', 0, '?'),
(0x25fe12b8af5d28327465facc28a3604b, 'wp-content/plugins/wordpress-seo/src/models/primary-term.php', 1, 0x00000000000000000000000000000000, 0xac927ca8d803bfc3fab466502ccf2190, 0x59eea0d21cd093d28260a551d8243647fae6ea4f635759474af1ab18160e962f, '', 0, '?'),
(0x9cb14e9da5a6adfbb75e844ac457b099, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php', 1, 0x00000000000000000000000000000000, 0x3fc546697a2e81a2bf1234c5adb82cf7, 0x3ea90670bbd7f8b8556effa015a13afa2daee9efb84f7ffe2a46b8611a3b4826, '', 0, '?'),
(0xa88dbd05962d16c22268a114cfeeb616, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php', 1, 0x00000000000000000000000000000000, 0x129be0b1afa3c2d5bb26873bd70d5812, 0xf6563d42bedd5fda2861adab43ee289ea4613d9b1ec6345f1160e555e49ce9d3, '', 0, '?'),
(0x7e13660b9b9324f730c5121964392d6e, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php', 1, 0x00000000000000000000000000000000, 0x1ae576cb736379be4f642a5eb41d5192, 0xbb171207fae310db038e3b901c5e4bbca17c55b1f413cf8e7e70b134052d6b2d, '', 0, '?'),
(0x1e9e92492f06ec1c95e30a0919924611, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php', 1, 0x00000000000000000000000000000000, 0xfaffa344ae8154a8ba9f6689700509fd, 0x4fcd16cd35cf1a223627e2aa3ee460ad1b9ac1817abe7f6ebaa8bba7313160b4, '', 0, '?'),
(0xeb42458b8c1faf7c2421f5b917a1350e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xe8a71513cf64c6eca917d4dcdd95c086, 0x8282b8d7cee5b792313406e9d71cb408b7eb3bebd8a2a1377b8ee2020447d555, '', 0, '?'),
(0x404e1433a930fc3eb27f6038146cbc90, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0xff18bc5e15c094aa999d0c3190f0aa9b, 0x345d0b4ec5fc4f57ab1dc1ca005684d29bca6bd29d8e76327ea55f5b0f545b4e, '', 0, '?'),
(0xfaede74217e9f2ef7a3ba9a09fc40fc4, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x139d212e9fe927f8661716c75dab89b3, 0x96ddbca55efd06089d5195b3691e06e089f8ea2345742e2be9dcd781ce55edeb, '', 0, '?'),
(0x1c53b8fd76a7c45daa7fb724c5afe59e, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0x3be08aedf4e036e6b74bef66cf14a7bc, 0x442102edd67957758c0a711a87dbd50cb0ce1a4b8ef4dc8948972aa8f3db4487, '', 0, '?'),
(0x381ed957e6eb84a76a149760f6c1f1a7, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0x04e9a450cc968b61bec6b50c923f21a3, 0x977879b0184f611d789b48da368ddac1599b766274dc79f861afd5b7dd76f05a, '', 0, '?'),
(0xe92c0b3cfa45c2b42690f5e27a65c54d, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php', 1, 0x00000000000000000000000000000000, 0x36a2123bcd938a9552b9d8bea5f1520b, 0x9b1946bfabe86662e300e2c7840a7a4e2580abb7d92b3732c10c16ea389bc87b, '', 0, '?'),
(0xbb360ef8b36911bfd702085a28877161, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php', 1, 0x00000000000000000000000000000000, 0x8b409091ef127dfaa862062c5bb7b6f9, 0x1ef9c8c83a1cbcf2cf3e9883024931211780a71617324f2b0362db23b240f189, '', 0, '?'),
(0x9138d7b87db6cd3a964bc3c9c25febba, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xdec12e6cb17b37bedafd32b302d5906c, 0x34a62bede2b52a2f98532bdbc6102162e5edb986e4a288eacf1cc5f1649e9237, '', 0, '?'),
(0x476939a79c24c74cd0b275cadf55dfac, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xc4f7363e7ddc0d2b99443e7f9ff77910, 0x4d9d952e8ff26bfc7ee6fa5f2b3e603de048cfaead32085e7805e61845876fcf, '', 0, '?'),
(0x6cc86d2866d85f71a660628f43842574, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php', 1, 0x00000000000000000000000000000000, 0xc099e123bb05a45a4201082ae35faf68, 0x0a2075703de18c568c947950d01196c3d6792d81e6b4cef36c042cb42816ddc7, '', 0, '?'),
(0xd635e9783d0e17ca4b4403851bf0ec57, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php', 1, 0x00000000000000000000000000000000, 0x79809c11dca4a7498b4e8084f9d35e21, 0x0b8561ef2290e12421912892b499884a52a4a704f6ddbaa8f156d0e9ab1171c4, '', 0, '?'),
(0x83346d6f7e2266a7f1688bfc3181b834, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php', 1, 0x00000000000000000000000000000000, 0xb743101d4c68c45eaa6b62b66f196aa6, 0x021dec77c0f0ecc7af415864b3d8687f09cfa9e13d13c5c78f427358bedc46df, '', 0, '?'),
(0x9c936415915e6abc664256d217896bce, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php', 1, 0x00000000000000000000000000000000, 0x298c23579ace6c5ab06bf131371a89ad, 0xad26735016f7b8124f9ab4e3ee4fc6e8e981ae954d9c1d5c195adddbbb04bcb2, '', 0, '?'),
(0xc6688128d9b2eea226106282ab5c656b, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php', 1, 0x00000000000000000000000000000000, 0x2ec54509fd9aafd9f21a8df1b80428af, 0xb834260b5c3cf5c09d237f032351b3d995f16ff64690f6f2d06b1c7c08918078, '', 0, '?'),
(0xea7e231149fde6330d5ffdecdaecbdd6, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php', 1, 0x00000000000000000000000000000000, 0xe7cef67cf4c17292d4bed495a135fff7, 0x1ad3d32fb05ab117092944541144738c7f5083ebf5d5004f336bf14d11eee94d, '', 0, '?'),
(0x83ed11e2d5e3aa5ba75f9c64c4c5a2fc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0xed4d9e9d013aad7b49ebb117a5e6f295, 0xf11b4811a7a9b8f4be8d8c027c959af5ada6f50f919810492ddbfbbd9c78ef64, '', 0, '?'),
(0x5fae178a6dfd73f02abf7627d1fc862a, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php', 1, 0x00000000000000000000000000000000, 0x94a62f7cf539d7652a89f023d5a5dde1, 0x2182347df0fcc25813795208ce60b42d53dd26aff307921d3f7cdb4447f53b8d, '', 0, '?'),
(0x14488be9ce7e7b7017704e29d4e881bb, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php', 1, 0x00000000000000000000000000000000, 0x951fe1082123dc931e488fb06df671a3, 0x8955761cc9e258e6d3e794a1d3b2b87f977b5beb4c5a36f011587efe724befc2, '', 0, '?'),
(0x891c5b9504bc717cb14f29303cf9aef9, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x338a63b5ece809a4aa3d34cb7c5eb15f, 0x4daea161c3682d85d2dff0f6f8425796e82655255c3b27500a1a9e66a66a520e, '', 0, '?'),
(0x5a7d4d79a55236acb1238960761af073, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php', 1, 0x00000000000000000000000000000000, 0x0045b2b9cce212ebff1ac94badd48f7e, 0x0b47ceaa792a2bf61c838f71c0e5942db99b86b0acab27b0016d14b706fb3750, '', 0, '?'),
(0x53938c6cac2b13647bf5001425ca4cdc, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php', 1, 0x00000000000000000000000000000000, 0x96b235252a2036856007e16d86a83fda, 0x1719e9b5c1143e5e29f8bea43fff9d13dff5a28855b66235ee775b84ed9959cd, '', 0, '?'),
(0x46e07f70b94aa12c18cfdf606e645856, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php', 1, 0x00000000000000000000000000000000, 0x944568ce7e06bd567feef3d8ae497b21, 0x4efbb2dd2d5314083f9c44d2f033b17a5e98996d0ea94a14d79f431d682d484f, '', 0, '?'),
(0x43c8e06326fa2ab2e70f70752c1ee60c, 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php', 1, 0x00000000000000000000000000000000, 0xb563e83193d4562888a9f90dec3455b3, 0x537542feb8f54986a5ace61077d750941fc8ea2c3f29e8c0a210fea0e2bd54f8, '', 0, '?'),
(0x42f0c2256d894f6a7eccefd92095a7bd, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php', 1, 0x00000000000000000000000000000000, 0x33a576b7d2bbc34b0cf13a06c08daa92, 0xe7b53291b0a688222b0eb0d4a4aa078ee52b63f56888ba7225b8330589033545, '', 0, '?'),
(0x1c687c82c478e9849207471e4c4b3124, 'wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php', 1, 0x00000000000000000000000000000000, 0x0a600e36c91a0f72b17dcb1182e97455, 0xe5d8ae81ac7671cda0f6be0350a5585bc0b0862b55d83da4eed13dca5d96b667, '', 0, '?'),
(0x3444d83d8170676036cb7a8ee8b67903, 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php', 1, 0x00000000000000000000000000000000, 0xe8fcbfeca3878674e521b213abf356ee, 0x8087e4f29532d8b3bc4b327e62aaec7f231d9a98dd88accd279e519852f9ee72, '', 0, '?'),
(0x973edca2dfd3b0c81a31a1a6ed3d43aa, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php', 1, 0x00000000000000000000000000000000, 0xd9e3f5f08397e88adb35fac5472500e0, 0xd8cecd5ec97983a980fb7af0a3fb1d212d503b17d961e6c5be7471f447e0c6bb, '', 0, '?'),
(0xa0c3a43206aa851738c4d9fbf5abe36a, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php', 1, 0x00000000000000000000000000000000, 0xe0d6cc7e1cbcb615265744d5c6e2ed5f, 0x2e2ef6232af2431e48a57fe606dbe8c856f5fd8381f6b7fec06f6926593a62a4, '', 0, '?'),
(0x23d2295fccdbb1fa59f582a19a687d32, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php', 1, 0x00000000000000000000000000000000, 0x9185574b600d84714f7b9432e027e5cf, 0xa525920f750e20ddfd3ebec1f7ca3715f9e9de7a2d92dc470f41ab4f5f286f71, '', 0, '?'),
(0xac76807374e0689adab2fa439bdc4e9d, 'wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php', 1, 0x00000000000000000000000000000000, 0xefee5a174b788114244769378c043571, 0x8e59a160b06dd4bf14c5f72c696bea5ca118a0dd9c742a784588fed9993b744d, '', 0, '?'),
(0x9282697aae0e8b8a69299505ec372b4f, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php', 1, 0x00000000000000000000000000000000, 0x0ee032e33249441ca9b10198bcc9ac9f, 0x111cb1d41bf544cf8bbf4cc0e2d76f5a015641438e14f6c8905e1f2dd413a48f, '', 0, '?'),
(0xe75f7d176be3e62503d5e142f19bef0d, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php', 1, 0x00000000000000000000000000000000, 0x2d3bde4ff49a87bf2270f260194ec112, 0x55111954edfc2f2c1b6dcf368820abf57ad8cf8d5d9cba8b204c9583b37aee18, '', 0, '?'),
(0xea99dc4d8875c39e5a1468faa5b1d3b7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php', 1, 0x00000000000000000000000000000000, 0xe44f1310b704b295946ff43fcafed52d, 0x847475303c39e21ba5f0a90e554cd05be4b997a4fa681bfbe07e860ed793e269, '', 0, '?'),
(0xd7a9889bf363da0e23ed7cb1980306c7, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php', 1, 0x00000000000000000000000000000000, 0x43c826e822b306ab66effbf72d170eb2, 0x460ee3afb18507fc7960763708b06aace1a1aa5950f14e5745792783e45e1899, '', 0, '?'),
(0xa2ba27a10f2a36eb24ab622f48fbece8, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php', 1, 0x00000000000000000000000000000000, 0xce6c7a3e85625c9de3e0b8a68bc75a36, 0x1d8fb1e80f03bbcceac64d86f4b1864dc747b9ae0131021acc68f000968bd8c9, '', 0, '?'),
(0x1b5ee4e41cafac7d5cf086af20ab51e5, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php', 1, 0x00000000000000000000000000000000, 0x874244884a0cfdd6ee57739dd2e164b6, 0xb267c297d117d7ce5150fedb8cc95f4dbdf29cef61df214cf7d24e5816af1408, '', 0, '?'),
(0x27ca715745261d12117f2fdf7955d8d0, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php', 1, 0x00000000000000000000000000000000, 0x37ace1b32d699650f01293a0adf45c63, 0x9702a018071b92ea6c22c0af36aca21e60dc829761b676558694705ed7fa3935, '', 0, '?'),
(0x98826c3f5de4b0045a1beab56a4b59b3, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php', 1, 0x00000000000000000000000000000000, 0xf0c2fda4e5cb30f58b4139b57cbfe9ae, 0x866464a6f53663e3b58fb9a23be05568436b62cb755d4b5e1ef95508428478a7, '', 0, '?'),
(0x7556bad098a1c7247cf9b4079bceeb80, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php', 1, 0x00000000000000000000000000000000, 0x69af3772ba59bc4347d087cf0a8e96e0, 0xbed0aef1c41ba30e1245e99f0d9158f5dd4d10511daba278c2e1ee4d59f79e08, '', 0, '?'),
(0x571289bc574fa298b40c3e8cf1a46d41, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x750ebedcb64026271064bd3f05ef811a, 0xe2b474e56e56f2237d8f078b9e270d4c0bc7afe9bacdca38fba34036d19c4845, '', 0, '?'),
(0x4a2e9e0518fcc68e3d55cbb911215c58, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php', 1, 0x00000000000000000000000000000000, 0x441c56ac43e37aef65f7bd5c63288e96, 0x862ab2b1288d94617088c766990c1668e11ff353dc520aa387e0cdbd087c11d9, '', 0, '?'),
(0xcfd1c00c4d02d09b9999cfa37e262490, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php', 1, 0x00000000000000000000000000000000, 0x8a2ff5270e44ff5d27ad24861d7f8f51, 0x1077796a24f6368848d720f15ffde802e40c225925b9fd4d6aac060210f17aa8, '', 0, '?'),
(0x0c0963d276522174b1f7487612911b4a, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php', 1, 0x00000000000000000000000000000000, 0x3fbee28169e53dafdba143e413845c44, 0xe898bbec2dd2a90b24061759addac45de80c21cac350beb38f79de1188e848be, '', 0, '?'),
(0xdf7a239b3edb6ce4b1f152d3e5109466, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php', 1, 0x00000000000000000000000000000000, 0x8cba60318cc623bd7b61883198a6328f, 0xae46951293c93f5e19d107c79a18357ca925f9a41d98cda4a05b278983576449, '', 0, '?'),
(0xd665c699a0e57dc79c4d57d4bb2d9687, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php', 1, 0x00000000000000000000000000000000, 0xd5847cd6eeb1f93a3168204deda821ff, 0x75980d9904c03a42b8300db846b5264620bfb2610da259033361c2c2beb9f2bd, '', 0, '?'),
(0x901c9a5a7b5ff0b5feb6d23382580052, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php', 1, 0x00000000000000000000000000000000, 0xec4db4bfd838842b4d08ca3263d29641, 0xee0fd2d3d73b37c84baec93c6a1e18d38c753a0bc029862cfe117c3f45592ad7, '', 0, '?'),
(0x171f34c0da699a06aad66e2da4afb2fa, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php', 1, 0x00000000000000000000000000000000, 0x1c4927ac76db58b07b27da4ebdfeeef3, 0x36360d4341d142b8dbf0face98dbba93a803e091ea48b0037b235424f6988a2c, '', 0, '?'),
(0x9b93f5e9af58e631d34cc877f0fee35e, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x2592aaa8d9df6acbd473b69ce92f3a70, 0xe1336c3ded92e6be3b8146c711ed52df9e6fb87bc80e87c0536438a98796ebc7, '', 0, '?'),
(0xb4b2b2003958ce73b6658021ac084df6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php', 1, 0x00000000000000000000000000000000, 0xfdfb86a25b708d7c50ec86490a2cf91c, 0x2918e61b327f7760c8d83bd1b0d6f0e27754530202c2b3596c71b9226750b2b0, '', 0, '?'),
(0x226875793db1892c04b701ceefe576d6, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php', 1, 0x00000000000000000000000000000000, 0x7a07966f3d6e5b882deb916518ca056d, 0xf79a4be45094ad150adb9f60263086d7f8fe70360a50476ef3853420b79a7fe9, '', 0, '?'),
(0x2e204dd73bece0a38d5f9b5ce0128c54, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php', 1, 0x00000000000000000000000000000000, 0x17cf7df03577ce7d1f803aba9edd35af, 0x43bc29e26f4bfbc2565ee0a06d477da6de078638099024070133e1c26c1463f6, '', 0, '?'),
(0xc4336b3c521f368880b983cfd6947ac9, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php', 1, 0x00000000000000000000000000000000, 0x0dd66fcfcd0be6b7c19e3a252df18fa4, 0xd55317725a091d09eb50f4d4dc185bbea5bbd1fe96df3da294ee75064f8a640b, '', 0, '?'),
(0xe073a97488d30e646b4d8877c0554f38, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php', 1, 0x00000000000000000000000000000000, 0x13120c4616e40436cf242516e55a1d37, 0x80d90afa042cb46c041b8438536f43e64b8e929bd99f219047b7775a9da90240, '', 0, '?'),
(0x36694496e68936876cdae329c21b3c94, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php', 1, 0x00000000000000000000000000000000, 0x8a9e071bbe9244066e89428baa67c127, 0x30dc9d60423e393a933464e4df0bf1b644309b8d16a37cf4c219b3b2022364e4, '', 0, '?'),
(0xcb935e5192d5f27c6278c6665e14e48f, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php', 1, 0x00000000000000000000000000000000, 0xc398af909d65791549b081ba547c2578, 0x8e55fd1094b6f12df74dc587e4d9a0478208cf6a9b7691a6303e9ea69beb25f8, '', 0, '?'),
(0xe7ce90a8c5263e42b5d4c5feda4099c2, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php', 1, 0x00000000000000000000000000000000, 0x3e67eebf48b2fceb3657c7f9a697a75c, 0x3f427a4b6af5c33e73fe380c1a1950627f6b5f2e23245e687237a8a7b3b3c76c, '', 0, '?'),
(0x21f12d0ce30d2ee103b164374f03f80b, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php', 1, 0x00000000000000000000000000000000, 0x9db114f3248bdf16aaed120c8889cd8e, 0x6d7bfdb5c836227ea8a9e87249e85b9d2797b1834874660477a6d37a5d90e15b, '', 0, '?'),
(0x2c9290ca847d9e7ad707cb55ea9ac0ca, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php', 1, 0x00000000000000000000000000000000, 0xc15d508dd34f83a7f1285775cc056b60, 0x85817b563586550801dc4a3fc87a5cabde583fcb6be31c8f4cbf8e19f57e728a, '', 0, '?'),
(0x08f87e21aa861479223fa5beb290a11e, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php', 1, 0x00000000000000000000000000000000, 0x31082275593ffd7c34effaa94c8eee9f, 0x7e804ba132321e23f38970336d2b80e617243517b0a5c9c0c8f41a1921d0f02a, '', 0, '?'),
(0xe7fa7ec61257b4189f53ea7e10b151c0, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php', 1, 0x00000000000000000000000000000000, 0x219e97dff18309f54de8ef959b1d8519, 0xb4cdba6973026e0a67cb648321660d4532b4a974f84f0fd6b685e0736554fcee, '', 0, '?'),
(0xb124b3252761cbadb81018d80ba7cef8, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php', 1, 0x00000000000000000000000000000000, 0x1ff99dd0dcaaf727cbbb79fcd12cd6ef, 0x299889077647f780943dd496ba81c39f4d333adc744e8fe7ff4d97e5e279a57a, '', 0, '?'),
(0x3188c32f0960d00873b7e1a3d53b3d1a, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php', 1, 0x00000000000000000000000000000000, 0x2941daef90ac65647f4d58b58b9959e5, 0xa0bdcb3d9763b40bfc28925e7486f54275d6db140c86a2ca650f3b0cbf88b381, '', 0, '?'),
(0xa7eab43afce2d2dc1d5ee909365434ae, 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php', 1, 0x00000000000000000000000000000000, 0xc066c182fffd5763375e030d90c5ff9d, 0x51f6626f15e09d31a493c95b2b69d63cf058b7604b2902cdbd1157c12cdf30b0, '', 0, '?'),
(0x5d3c61c81cee1d5b34aa72ab673f04e8, 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php', 1, 0x00000000000000000000000000000000, 0xa6513df5a0ce8f1630b09e9f56d8ac41, 0xeca94647c914891e83a6880ee9e87e0d83b75772d0bf06b8c38413e6c89ab05a, '', 0, '?'),
(0xe1fb0b43c4f0bc748ccb182ccf0f3ae0, 'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php', 1, 0x00000000000000000000000000000000, 0x0290de6a65c810a5565f3fe5c6df9fea, 0xbdf7985e05d915683a33039c065282ae95bdd8bbd53413d0b540b9859e6384d9, '', 0, '?'),
(0x8d39c5e785fd735cd170a41158ab2948, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php', 1, 0x00000000000000000000000000000000, 0xf053639407a9503773c91f90d2752edf, 0xbbb1c90ba869a71902e1ee6030d347486a092e0c31a15291d2598642633d6e14, '', 0, '?'),
(0x3e27b9073860b85ce9ddb0a9dc5702dc, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php', 1, 0x00000000000000000000000000000000, 0x935bb55db516261644729c05e2e92243, 0x9af06c9db5b22d8be2c0a24cf2a4b4be5cc082f0a994f875297a115ff1764a07, '', 0, '?'),
(0x39c5ce82f6e68beee701ff515dad38f7, 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php', 1, 0x00000000000000000000000000000000, 0xb23426941db83ed04a773ba83d8caea1, 0x80ccec801bd74cd69e695371a5f922935be630efb6670415f361e643549b5123, '', 0, '?'),
(0xce1d75e88789ee51f0a1b37098301474, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php', 1, 0x00000000000000000000000000000000, 0xa124ba541691ea9777f5674b642a09e2, 0x06a723ddc6ec8ab9f601ad1a70b1b806659502d3f0587813f0f56705f713b825, '', 0, '?'),
(0xb964537040b1e9daf75cd2ed3029a671, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php', 1, 0x00000000000000000000000000000000, 0x12d74e05fae4b68848752cee10f0efcc, 0x4d98cf00756e7ec9d1d783a758e9945492a854c5e0eaf8922c4b143855cdc91f, '', 0, '?'),
(0xefb4f275d32b800796a901dea2169afb, 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php', 1, 0x00000000000000000000000000000000, 0xf69f00e476ca33cccad95cd234850c7b, 0x33842f909329148d84f93e5084ad4243adfa18d0e212b4f7c4e128f3354b5b35, '', 0, '?'),
(0x77ecb42b3276b829777130b6274f47af, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php', 1, 0x00000000000000000000000000000000, 0xe54aea6137ea3a4dd3d2a3bd4fc7cd07, 0xc33e9feeaf912fabc81cc05aee9499b58fbe850ab295fcb8c2b630c80b179a63, '', 0, '?'),
(0x931ca515278b123a7382955ccbe84533, 'wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php', 1, 0x00000000000000000000000000000000, 0x6c54a56078180e6d3dd5f0696e35b839, 0x56afd293ce9b716b1fff0f68d4a9e7a93f578e6bf6ae5c41047eb0ca491c4b17, '', 0, '?'),
(0x87b8dd3187554be2f61ddf30e1f7e007, 'wp-content/plugins/wordpress-seo/src/schema-templates/ingredients.block.php', 1, 0x00000000000000000000000000000000, 0x4e5e1482a993b31265ea724e687360f3, 0xa6f77d329703d9c991fbcd9129e25f83c3e44e61edd6c15448312932e2789628, '', 0, '?'),
(0x4eba752da7b050e50a76b5825507a583, 'wp-content/plugins/wordpress-seo/src/schema-templates/ingredients.schema.php', 1, 0x00000000000000000000000000000000, 0x593e1e4e22882d64a8226baf84db22ed, 0xc9188ff4d78a423b552207259c49dfdb69db52c23f7ac768b7eacc762b66ffa8, '', 0, '?'),
(0x53477da845ced8b65740b75ca066f07d, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php', 1, 0x00000000000000000000000000000000, 0xcdb44f47f7bb4bcae8c0a7d58aaa1960, 0xfbfcd85b3d3bb264fc0cde6cdc2dd50284aeeba58c5a2dd50ec475c05ebf5561, '', 0, '?'),
(0x1eba2664f8ac2d56b366bfd61a5fa76c, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php', 1, 0x00000000000000000000000000000000, 0x5a335fe7116fa76671f3b364ca1c1efa, 0x7c5d5debaedce09796f4617ef0b1c34f93ae2d78a54d7028c14bce220305e8c2, '', 0, '?'),
(0xa1122b53b490afe97f58d66a022e3f6e, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php', 1, 0x00000000000000000000000000000000, 0x7a6a9d74e6804e0bd4b5dd6554b48ccf, 0x631f5d1e6b285b156c4d4e22295cc4ce0fbe05c9a5e9d978ac50ab2facc6a34c, '', 0, '?'),
(0xa31276d640ff69cfa1bdf639b9cb22a0, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php', 1, 0x00000000000000000000000000000000, 0xea13bbd641bff9a9757cdd781669fcb5, 0x889cc2a821b2c799dc49a1dac7db04f2be4e1882ec2b71d52089e1a529abd9b2, '', 0, '?'),
(0xf8a4cf0dd916faef66666e3b4c61473a, 'wp-content/plugins/wordpress-seo/src/schema-templates/step.block.php', 1, 0x00000000000000000000000000000000, 0x32c3ea75ce1ed973a5385e9d5b3c83fc, 0xb39e30b979877decbbc2381fb16d2b89ace1f56021daa0586cfde89f2b826e2d, '', 0, '?'),
(0xcb55c06a631da5e84bd683298c881336, 'wp-content/plugins/wordpress-seo/src/schema-templates/step.schema.php', 1, 0x00000000000000000000000000000000, 0x99bac83b2fe0fcf215b41509bb68dfaf, 0xc73fd45ab2e9580ad9c957b17e88e2979754ee55c2cc4e6dd33acf353baff0e3, '', 0, '?'),
(0x91b15f2bf4f60bbce46849e5908eef30, 'wp-content/plugins/wordpress-seo/src/schema-templates/steps.block.php', 1, 0x00000000000000000000000000000000, 0x722f82d44d4038eacba5f3473971e6e1, 0x9c9fd58914ad059fd4c9bff3f12edda0284612932967b2b59163065fd27fbb53, '', 0, '?'),
(0xaf7730a04222dcee98825796e2d2b899, 'wp-content/plugins/wordpress-seo/src/schema-templates/steps.schema.php', 1, 0x00000000000000000000000000000000, 0x5edd9e87011e8318f91406b60045e602, 0x75b91a4f6331aea939cb6560cdd33d9c9414d61ea84447d49e226b7db448bc17, '', 0, '?'),
(0x65f937e7f51856771b92dadcb881438a, 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php', 1, 0x00000000000000000000000000000000, 0x8ecbf6f316f961d0fc5c7130b1068d04, 0xd154773608e4ca63b1116d7b84b8eb399580a8ac1d87437474cea7aa5048ddb2, '', 0, '?'),
(0x4d6d5106afe5b425eb95fb396b319e21, 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xc09e4731f16973d2d9c0076f11a596d1, 0xb3800fab0dc119212db69a9425fa29b6ebc59a7787fee4481c9ead650722fe75, '', 0, '?'),
(0x8ab7c2bc0c639e83dc35f3b7cb1080d2, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php', 1, 0x00000000000000000000000000000000, 0x2d8cbde6a871bbada96bff7cf3ecc92c, 0xd78e6aae0492e49e2c44e47f79bb7290fb292508fa63f268d66113d13002c34b, '', 0, '?'),
(0x529394b4e01c713855e9c07b00c5f418, 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xbd691216ccfab9cf917af0d0d79003fe, 0x51cde6f03fb9cad058f14cd7d4e128d0b0d3b87c110fe191b46d535b93c3486b, '', 0, '?'),
(0xc29254602b4691022e41fe7313169707, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xaaf04f3fa52b841ed978922e9f439f5d, 0xae78c3366ee5446c278954b48c74e69f649487d9c07d3ac3f9543df424cfe882, '', 0, '?'),
(0x5c16652624893149c73ed10894190451, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php', 1, 0x00000000000000000000000000000000, 0xbeaf048017356f868616ff0fe2dc91b5, 0x5076f4ed1dd0bffae6322e97d703a7f176ae29e48a2eac109c7d583f14941f6e, '', 0, '?'),
(0x7dcb1944df85e7bcd2fae41fdb4ee95f, 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php', 1, 0x00000000000000000000000000000000, 0x8a1262203079815f1ac335fcd5906d42, 0x6b56e1d4f072e1f7545a1b4d11d8e07b1f28bb96966f69619410f36c3ff2e063, '', 0, '?'),
(0x2d9f8335db749e0b5590123159ae7609, 'wp-content/plugins/wordpress-seo/src/values/images.php', 1, 0x00000000000000000000000000000000, 0xd595bb5f4daeaf7d1e2ad5af659d0c9f, 0xf0101498eecc9929dcaa18f2e63dddf4a7f41888d2448d356bca9c8258aed2bb, '', 0, '?'),
(0x851a95bac5c7e00386ba427e57b8629a, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php', 1, 0x00000000000000000000000000000000, 0xba63856cd2f5298a0f9733361f9b8066, 0x9332b083d9ca8f45af7f74e611e1362e46a77badd2e1ea4702d04185babf7182, '', 0, '?'),
(0x0ae2b3b04afe9b6f72b6235180e40973, 'wp-content/plugins/wordpress-seo/src/values/semrush/semrush-token.php', 1, 0x00000000000000000000000000000000, 0x2829f9c0e7ac5181a04d6f6db2790da8, 0x326c4556bd105c4e230a309130b7e36c8d4f5656aeac3d43f7b2a5f65e3301bd, '', 0, '?'),
(0xb0e8c9d8d3a078c1bc401641a811c80c, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php', 1, 0x00000000000000000000000000000000, 0xeb2abd010b0337610d00c85c8d15d5a5, 0x1a7a2e8c537f8bc704a574c6b49fbf234e396ab60209b7b9d90310be148331f0, '', 0, '?'),
(0x61f358caa4470227c9806e0d7c74e34e, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php', 1, 0x00000000000000000000000000000000, 0x3d8c997d786701f65f052c675946310a, 0xc820003d8c4848f118d866e57f92ba88a171117d67dd31da71325fc1b9dde930, '', 0, '?'),
(0xa21e7a18511c7fa1fee06eb5d9db316a, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php', 1, 0x00000000000000000000000000000000, 0x613d5db8e665978eb0f625fe4edbc5c4, 0x4235d8868754787c55873de488957f80aec63de65e394766aeff72ceb303ea55, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9b36f0ca75515b939b36fecc9c6cb7cd, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php', 1, 0x00000000000000000000000000000000, 0x39eec28464dff7493b727fedf67e7e55, 0x9bf4ba2488a5bba6f3a31618af7355a10b253b0f7ce3bd5e5bfa099afc0b7938, '', 0, '?'),
(0x24f2ecdfb08f52ed0dad13ca61623821, 'wp-content/plugins/wordpress-seo/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0x244ce83db2d6f415a41bd55f5bf65a04, 0x1c5fd15a76aa1c4d333355e285f1709a45691073d0052e49106f144197d03025, '', 0, '?'),
(0xd6bdac429fe56db24fd02a833a71c97a, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0x292c079dbe63ba06bfbf37fd99fe4bf9, 0xec199cd657093857bfd95cb3866d34fb7553df7baaf27cf2bcd09b3078a7b45a, '', 0, '?'),
(0x7789876792cc19c672a70f7bd69aa05e, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x90155ab87b67ca7df666c82d95d1300a, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x590a5b31d32c0ebd07a2d3f886513f99, 0x1a3c1d13c1457fd2402406fc0ca3f29502b6822a8e4622e78a11f44761ca5e9d, '', 0, '?'),
(0x6715234ce6cdac4bc4415d6561e39532, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?'),
(0xe59cd0f6fb38b87c1f4c9f50ef8b0903, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xca4c699c1d868dfbb2a7baeecbca60e6, 0xd3c0a87ffac071ed33faed25953aa11dba61e9ff9653ae518e55d39903ef8765, '', 0, '?'),
(0x4ed2455c99ba19e67c918a8f4a855380, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x5bf3a3e69bf469a68410c2e1de41b766, 0x16cac3b58426ee77678f94168fcb9144f690470da18ee05e860fa6c473f91b9b, '', 0, '?'),
(0x5a184c8ddc8fda76f94e9a25db250f5f, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x8ff59566c6f74578f28024c01aca346b, 0xbcfa5eb404d2d878344c758e9aaa812f6fd697f3edd5dcc2da2ed9c70ac29f60, '', 0, '?'),
(0xdd8012b1aef7a888dc6460d2afa9e81b, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md', 1, 0x00000000000000000000000000000000, 0xc7fe1222585a3a61b11fc4ff650d34c9, 0xe05e3212698e4cf8c9a54064c860ddc21d7992654e89d30f5b264bd06827e440, '', 0, '?'),
(0x6516fde71828ba8b38eeeac4fcb0cb56, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php', 1, 0x00000000000000000000000000000000, 0xa3a5c8e27e37025e3ac836bd08053c56, 0x5c467461b007890c509a5f483c5581f3d55489475ff76f3914ab1911051a18ee, '', 0, '?'),
(0xa2561f0c356524c034d6ce37d313a4c5, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php', 1, 0x00000000000000000000000000000000, 0x70d2b1fa3fe069c0029a2e3598879842, 0x0e8cac2da5a35289b776830857ab46502d698669cd4035926c353e92ecf7c10f, '', 0, '?'),
(0x6df9f4f75c07d57e62752cefcd627401, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php', 1, 0x00000000000000000000000000000000, 0xe47da3425669bf6474e6be287bc9ba15, 0xd614ae9ae9a3bc9190bfc869e327aed9f6defc130f6dd2b506f1737e78c150df, '', 0, '?'),
(0xa88c6c761c228b1e2802ac92d112e38a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php', 1, 0x00000000000000000000000000000000, 0xfca3153d69fc3c934125c6c3b739ef09, 0x245348b6a5f13417add7839126613b7b2c38c6df137461b060a3e04fb08a5107, '', 0, '?'),
(0x2c644e6506d07f3898abbba6bf22fb16, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php', 1, 0x00000000000000000000000000000000, 0x5c900b76db37b4b625ed9c4d17db75e0, 0xd6bc85059e5f1771b2ea47f406464b0c47a1ef9395b3022de16bba8b28c27981, '', 0, '?'),
(0x3b1f3b415e47c773e82c6b132c4a66c4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php', 1, 0x00000000000000000000000000000000, 0x59a96fd28110c43040b65e8f09344a62, 0x3cbbc77ed1779e20036d0a9238d9eb6391cfb226da4f913c94dd78fca413304e, '', 0, '?'),
(0xa936abcb30fff6294832a0a79f06f9b1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php', 1, 0x00000000000000000000000000000000, 0xfb83775cab6af3f78da3e14da7796cd3, 0x12e1e0c053387b4f314bf6d27bb334e0e848ef5cb81e8223bac1f1167a5e35e2, '', 0, '?'),
(0x6f27f0f7e4a4722bd4ae02be6f096106, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php', 1, 0x00000000000000000000000000000000, 0x76fcd09a26ab82adecb54be8b486a193, 0x07eb96b2130cf86cb03453ea12e9d3f0d4c0a1d5d07f1bcd146c4cfc20848bc4, '', 0, '?'),
(0xaffbf0e17da0fe70ba75ad3122f50ac9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php', 1, 0x00000000000000000000000000000000, 0x174356ee86a720536e3fea61cdc7eb24, 0xf56d62264a283d236dd2125ca67e2276befb95c393f2792098363f6fe2dc2ac0, '', 0, '?'),
(0xd8d33d2938cc7be6005ac46728da7be1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php', 1, 0x00000000000000000000000000000000, 0xad6cfaea1abe99562181c44247acf735, 0x6e29b6112c06f3cfacf500cdb26fed70f81620646f70a3205adcaf96975ca99b, '', 0, '?'),
(0x09fb632d065e71cd97e11f6aee206fbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php', 1, 0x00000000000000000000000000000000, 0xce1ef47df7e81f3760cf635aadcdfdb9, 0x7469ec16d2ffc307f493ccc2986e20bd4f2fae22006bdf93c5412f96ce2e8ec3, '', 0, '?'),
(0xc669104b24d27c3a33ac09893f7ae688, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php', 1, 0x00000000000000000000000000000000, 0xc0899a6d743845821f8e847b0c16b32d, 0xa5f28bcc0950fc261c8f58af9dcf92c42a376b55ce919797885e130830baefb4, '', 0, '?'),
(0x019f75b739a31299ea35831d457a5639, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php', 1, 0x00000000000000000000000000000000, 0x685d70bf9407a9d436ab1382fa11b73d, 0x31c60df90aab2ffe7d730b4ec26fb066a112a831ac22b8d5ed79c1ef6f90ec0c, '', 0, '?'),
(0x4f04152ad45d8f81c3edb9dc6deed5bc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php', 1, 0x00000000000000000000000000000000, 0x0f7a757ebf974a55ed87d79089c53907, 0xedcd8450dd466d9201a84404feaa4e909d8cddc280dcaa502cca71e7e048180d, '', 0, '?'),
(0x370456421d5c0fcc2598fc9942a85610, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php', 1, 0x00000000000000000000000000000000, 0x1c6e785e6c5f10d316383a01ed702f39, 0xdf908d1e2974275ce2262bd4985404e1e683a4eb25f95aa811d68f3798cb1717, '', 0, '?'),
(0xdc201fb0d527d617a0c519d62785b3bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php', 1, 0x00000000000000000000000000000000, 0xcf07ac1620da370b9440cf20b36ccad4, 0x81436c4d08150fde90ec27be61b50aa9f49c20a22fc557a23011aabae76e16a2, '', 0, '?'),
(0x3c9dd85250ef06f2bda0119d04358160, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php', 1, 0x00000000000000000000000000000000, 0xd5c6c2be2c81bff45f02ac51d42c158b, 0x7c91be22375abf0c8ed376a5f153880f031b2e73cbc46659bfc87c406516aeff, '', 0, '?'),
(0xed8c3e4c54a0cbc6a0d47a23506bc3b3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php', 1, 0x00000000000000000000000000000000, 0xa0ddf059aa7a8763c628ff70635e0a7f, 0xb51ab96b7c90219160066d53384b57b6fe150c90bbdfd67c666f3fb71c882c3b, '', 0, '?'),
(0x8521eb649d7bb33ac9aceb50205d284d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php', 1, 0x00000000000000000000000000000000, 0xe837c3ffa044275f8d071d7980e7292a, 0x61215c79008d7e97ce95ba648b73def252b2626450069be322ff000b8a2d2713, '', 0, '?'),
(0x8d85ebaaf6905a4bd9fa2a2586d8f7da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php', 1, 0x00000000000000000000000000000000, 0xd512f6531efbfaf66431e51e41d15cfc, 0x845ccfd25a7eb72729d7a6533906f5562326a37bb76b3bfe82cb12d75d89939e, '', 0, '?'),
(0x6b600a3e28b8949fd7adea90f94989ac, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php', 1, 0x00000000000000000000000000000000, 0x3b5a77a7df72910fe66beb5ea8f3fa03, 0x4f25d7f71c57e5b21c4166306151cde6a9039c430d930af1bac6b2c30cb98a12, '', 0, '?'),
(0xeb91aa9d0039dc8e8852c37967bcaa7f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php', 1, 0x00000000000000000000000000000000, 0x74db420d556db2a0bef86fd663273eba, 0x627879cf100f10a196eea79928a0c0f94e86e6f2fbd6d80f90b3284362cf1df6, '', 0, '?'),
(0xc671e9265d26873d8704f0b6cd6d07e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php', 1, 0x00000000000000000000000000000000, 0xcba12ba561445b083e1c76c59d72e5aa, 0x45e90735207d013e0117b5174c9918db242e4cf8122c8d334430d1cededcdd4d, '', 0, '?'),
(0xe1db7185dd3a7318faf9b12331305d2d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php', 1, 0x00000000000000000000000000000000, 0x78be77052613e11e12da4b3f19405059, 0x27990d4ec47800014860df7099064824e060fbc7078bbebbd434333f026ae65b, '', 0, '?'),
(0xe715b6500d83efadf71d12cb5cec08c0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php', 1, 0x00000000000000000000000000000000, 0x274204cee1a46ac152eff4a3e4c889ea, 0xc9c1bedf9bfd1390cfcb82debdf32f932d325ea0a09620b6a6a9e1c634d0c5a2, '', 0, '?'),
(0x772c1baf611a0d29ca0777622308e794, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php', 1, 0x00000000000000000000000000000000, 0x0202f10dbded3a04f33c0e3456234214, 0x26ee96c1506f11dd6b1e274814fbdb401dba3cc65776e8462f5a3ceb1f4e28a9, '', 0, '?'),
(0xc3294b62428e1bcd46ae7e95b5bacfce, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php', 1, 0x00000000000000000000000000000000, 0x88b1300a3b374402d5a44236a2cb83e4, 0xccc82e73f082e9404bf7c3006c87fddef8d1fc86dfde841ff5ca2db8a7a0d6b3, '', 0, '?'),
(0x958f3679d461350b319b52ab2a9a277c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php', 1, 0x00000000000000000000000000000000, 0xe62336a21a3bdf7ae21e54cefe3c720f, 0x49bd277fc2c46ea67e4245b10e21252339c0b72029746b3ba683edc9557df02a, '', 0, '?'),
(0x20458bcef3f70c68dcbad12f5542d3cd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php', 1, 0x00000000000000000000000000000000, 0xd084ff2535b8ed898545824db5904930, 0xd9a18ca5931c7cc7b0dafb5fc0486b6652094663b8e590cf3e4d65df94072fc4, '', 0, '?'),
(0x7795c5bef021d0114ad90e4c612f2bb1, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php', 1, 0x00000000000000000000000000000000, 0x818184fb685721a699f29e3096525dff, 0x372d923984c08c577b5655cea83c912db222063e6af3284c549ed022d4c1061b, '', 0, '?'),
(0x0c93acbe730cba735e47c478e8949bdc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php', 1, 0x00000000000000000000000000000000, 0x83a0235f004b9548321fda091c485118, 0x13dac26286f1fc939b2a5bf3a8ab75571a200256af62e4aac7478f0d3f6bbf57, '', 0, '?'),
(0x687a56f6e8d2d0197a243de2b6c5fd99, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php', 1, 0x00000000000000000000000000000000, 0xc88687188930bbf48a41ea90dedf43be, 0x02eb0492ea9a1443ecf85dc4816b172e6873736b38ccd0cec32d3b190bf42f39, '', 0, '?'),
(0x12427293d82ca27ae35847234e6a103e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php', 1, 0x00000000000000000000000000000000, 0x05b57cec04cc7845b9d6156b80c5289c, 0x5a7e84e10e1a27849699d28d5346b4068bb16b929daf07f7a256ef84421b033d, '', 0, '?'),
(0x92e1d8f546e2105aee030a51d90f4345, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php', 1, 0x00000000000000000000000000000000, 0xd6794570e1846958f6c602500a9955c1, 0x9339780d1abef86908299af84eef59ec278095d6cf6c057cd92cc0f8abce8318, '', 0, '?'),
(0x3e5eccf46df884ae9dd206af5add7b98, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php', 1, 0x00000000000000000000000000000000, 0x29ee29f678487d5f7c788ddcfa5e85c8, 0x70989dc9c7baf62eaa9b952029e437970d05bf3b99865c210ef0e66ccf6f870c, '', 0, '?'),
(0xdec5c3a08de36a964634fb16ea03b77f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php', 1, 0x00000000000000000000000000000000, 0xb0a0d6fe3977b66caa3b962b9ebd489b, 0xfc706b8b02af0d3cefabf97742e322618cb38e9813f81536f7ca57ee75b57660, '', 0, '?'),
(0x0caa0d368cfe1acd8cb4c8eb038b06ed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php', 1, 0x00000000000000000000000000000000, 0xb17164af4d376d30edb90b38fafee3ce, 0xb36f48423492077225f16cf619691987d3f16a264d973dfc078ffeaa67a55716, '', 0, '?'),
(0xe4299d645802bb3aeee690f5683a7d6b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xbc2abd9f79b8b126397b1dc631769bce, 0x3a83d139d5408355bf78969a2e161cee6b6b8cf158c2571d972f8133670c0f28, '', 0, '?'),
(0xa470ee80385734e81e6bf7633ef11b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php', 1, 0x00000000000000000000000000000000, 0xddbeabee873269499f27bbc97ad9036d, 0x8e689fca71557478a828d86d384bed8797e0271de3161c3268617115ff5ba473, '', 0, '?'),
(0xfe6764d9b885e48160f636cc0f4fc337, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php', 1, 0x00000000000000000000000000000000, 0x5e48da4e67aafcdbd06a6b3f17b7ad98, 0xf1663940b37cbc80d80487657758df71cbb89e6a78aea5c263c7b05247905f5a, '', 0, '?'),
(0x2857fbbb30fbc7e8c561bf28c8a43994, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php', 1, 0x00000000000000000000000000000000, 0x897e4be7dcbe4b6abe7ccd6d9e18d9ac, 0xcd856ee6a17b931bf0ab34fa55af933292f80a5c1e826c3bdb148875074462e3, '', 0, '?'),
(0xd50d62e29c642fd3a13bea9e1a8c2378, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php', 1, 0x00000000000000000000000000000000, 0x5d3d6dc9780533cb6e2a67ce2bfcd5de, 0x2f16a106d80ea5da913d8de0d2b91e4d00fcab60ec5350b1c9bfd3f99cd54d39, '', 0, '?'),
(0x6098d6273f17a6888e2091dd9224e30b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php', 1, 0x00000000000000000000000000000000, 0x6a29605755a854dd5272698d87068dd5, 0xaf16d2f50b01e48df3f7ffe894876bfcae7bc06ca8938e765df87e5832b7ac8a, '', 0, '?'),
(0xd42f2f2e1800f20bb3aca56c6c4fcf28, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php', 1, 0x00000000000000000000000000000000, 0x1c92862489887f728d89f5a6fb5c2eec, 0x39255195c506b4058562104e37d6ad7677c53304a4b9500e139488137925041a, '', 0, '?'),
(0xccf9804d5c5532bd8cc7c9cf785d7b38, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php', 1, 0x00000000000000000000000000000000, 0x57c046c9a3ca109d53ec948b9f0c1499, 0x7293652052d6ad1bd3de8312377754e32f38e9500249435fcc044fb25627c9e6, '', 0, '?'),
(0x062ef23817ac0e2002b20a5cfd6482e7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php', 1, 0x00000000000000000000000000000000, 0x1c2bba4773d5123d05f55b2018689cf1, 0xcb5408632f07d4bfc181d08d4ee0f096fd09748317cb4f058e75ded101624e79, '', 0, '?'),
(0x6e7fdcdb7b0408c8d6126f681aaedd2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php', 1, 0x00000000000000000000000000000000, 0x01d249ecf58b0b5bd6fc485f743266b1, 0x7785f23f119ac27a939285a38b929a031a255747d79c710ae0d1a9752f7afc6c, '', 0, '?'),
(0x030721d05bebd8b09616e40a92671027, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php', 1, 0x00000000000000000000000000000000, 0x1f819c70812ee3d66124ebb015fae8d9, 0xe6d0def0e1f9736c302687ef53389b84ac3b026700fc4f29375818c78596036b, '', 0, '?'),
(0x37b2af6a55c3ea7d1d404764691d53c8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php', 1, 0x00000000000000000000000000000000, 0xc46521f3a24d6317ad650ca957115d7f, 0x64afe35aee3b6371307bd9dd09f2cfca9fc1e6e1e3be923628048e1c47d3104b, '', 0, '?'),
(0xa7d4685929b80e57e82702e1762715d8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php', 1, 0x00000000000000000000000000000000, 0x403d66c80ce951d2b36005f47da28470, 0x0db7272398e369968da502ac451e65cbabc4d675fd02ce9853f672a972ede88a, '', 0, '?'),
(0x326fa33815c9a6cf6859398c09175a3c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php', 1, 0x00000000000000000000000000000000, 0xd3787595dac16d086c7356f08c030b4c, 0x79dfb77888e5bd63a45870a989d61746526a95d69a04bfa975efa375399475c3, '', 0, '?'),
(0x5b843aed2155a60c437e0a826bd0ec82, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0xd1da763410cf46990a6dfef40912803f, 0xd36358495b00891bb0d5234aa9f8b910f95ea2f4de07d9bc54f760dff38a4a74, '', 0, '?'),
(0x1bf7f60494c9e00f110ab9f8f5563709, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php', 1, 0x00000000000000000000000000000000, 0xbc9cef592b6994820671e845ced631cf, 0x1c8b4ece0d2ce17e30acc9d821be47c0a51487aeea7f143d5e965be323a6cf37, '', 0, '?'),
(0x58bed68fe11b7c355f384570eb419fd9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php', 1, 0x00000000000000000000000000000000, 0xec5037366a5b8b375a669abb5ed3367e, 0x34790901471d116b36f191d4f19d439f3a6b6779c423f65da1d4290f7229b79a, '', 0, '?'),
(0x1a020e6d4d6373137229d4d4a9f17ff3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php', 1, 0x00000000000000000000000000000000, 0x17b76e8bb2d657c2da941437fd4c0b57, 0xcff05f756b28e68e8da7f5fb1d9967363d4c3f0a8f9340c1a6fc1dde423e5ace, '', 0, '?'),
(0x3e1893dd0c5a1cf649e3497c6114fbf2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php', 1, 0x00000000000000000000000000000000, 0x97248f11a599255e38e6c74c61524f24, 0xaa858ed193876f0c8203f3fdfc44ed864983d179c3722cce68997e70843307b8, '', 0, '?'),
(0x0939198499114257474b2de4a7520ed0, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php', 1, 0x00000000000000000000000000000000, 0xa3fdae329325d843381c58986ea5a6d2, 0x2093eb62746cf5b90a13cf0845ce29f431dfff78d6ac23e1fef31f0e9fe8e5ab, '', 0, '?'),
(0x5bf1d5842982c0c69a325db0e0f32945, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php', 1, 0x00000000000000000000000000000000, 0x5993d904a5b6db5c2a44abe64170ac5e, 0xcd84b2a37dabe0882b58162f6f4be5fa7315b3a9f397a10fd37555d68685850c, '', 0, '?'),
(0xacbe848ff886a7c275a1eebd6a066054, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php', 1, 0x00000000000000000000000000000000, 0xf42030da33d0c182ee24a1d67af1a868, 0x9d87701c9c181cfd94bdebbbb30b7869d7709f789405990597d7737bfaf26088, '', 0, '?'),
(0x0ae8d1689d632bd8542500795b07481b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php', 1, 0x00000000000000000000000000000000, 0xc7b59f7acdff293d5679b38719bf2d62, 0x3ae189b7eb8dcb57d68e6678ae58909831a1c3a939b9aa6a5cfdf039f66a2ec3, '', 0, '?'),
(0xb7c9b69dab1c7a5eed18becd85ef42fd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php', 1, 0x00000000000000000000000000000000, 0x12c2ec5a1ae76b3497acfd7d918074a8, 0xa7f18fe83207a6a521b29ad80ab93a8bba0c05e189d7335f7148e88818929c5a, '', 0, '?'),
(0x9702a875d545f2807aa8f799236486bd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php', 1, 0x00000000000000000000000000000000, 0x44d9a7f1f53529278c9996fcbb6a9aa2, 0x845fe5e2772430099ab3352698f36c6550830abd352cee9c38e4baaa0508d6a1, '', 0, '?'),
(0x7386b9ad68f798f60daaf53f623024da, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php', 1, 0x00000000000000000000000000000000, 0x901c65bc533fbec5427e7c93b5838964, 0xedff94173bd278b48afe9863ba0e900b259bda3e3e4312559a153dd94abc3000, '', 0, '?'),
(0xec98f86235418d629f0dcc24a2233b39, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php', 1, 0x00000000000000000000000000000000, 0x4484ab8a49e053c9a2c4cd170726217a, 0x87ca3fd0e3e343a2a6bd460cfc5aa7973115183bb9ad0c5e93b3809f588e08a0, '', 0, '?'),
(0x2052bb49c004ebd47c01596052c25a0b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php', 1, 0x00000000000000000000000000000000, 0xd0adfe06b23143acd8cf23ed24fbc744, 0xaeb2a1022e0ccce1d3ca6254e46f073af24a519e428d1be79d0191c526c1f2f1, '', 0, '?'),
(0x5f7bf046e15a57cb38c6220c72952fb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php', 1, 0x00000000000000000000000000000000, 0x0487b0a716e3fdfa561e0c999bc6ba27, 0x0f4954cb5a94af0ed971714904eda513066ff357bbaf3d132df3bbc07476435b, '', 0, '?'),
(0x092d1b6fd8990bf7c023f22ff3a7fd49, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php', 1, 0x00000000000000000000000000000000, 0x0fa1dbef347bdd95bd29850429af79d9, 0x5a91a008490c0a070656cd0bc3d1207be2803da3d780af1c1a555b76939e52cd, '', 0, '?'),
(0xecfb0e99983904fc152b994be17fcb2a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php', 1, 0x00000000000000000000000000000000, 0xe05237798ded4446413a4e0ab94981d5, 0xa73e9ada4d327625c6d5da60c7b0d79dd10fc42d9547f0f130a611a486f03975, '', 0, '?'),
(0xf5ee28aac41a19d118766476ba035196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php', 1, 0x00000000000000000000000000000000, 0xb628fda3cf8b6fbc6601def641220159, 0x0649405cdb90de6477f713055a7036e9c7ba17a1f4417f323b3419929afa6734, '', 0, '?'),
(0xe1fcde9f438e1945d54f0b7d0dd58d9a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php', 1, 0x00000000000000000000000000000000, 0xf9189e3cb26bb367955ec400cbb0f909, 0x9d0bd16533b53a33ce13b98c706d90fff44555760337f8436621c331161d83e1, '', 0, '?'),
(0x0999a10de5596bcf634a5b17aae2be01, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php', 1, 0x00000000000000000000000000000000, 0xc9d49dd1e1c82c7cc252b9d70c6288bb, 0xee388dbfefaa597c8162dded4b8efb4b01275c5f8539c0b96f2f5e52db445b24, '', 0, '?'),
(0x310f45d5cfbae05346ef54c3ba45b3a4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php', 1, 0x00000000000000000000000000000000, 0x53f351634323b479c085e4ac5ab0fbbd, 0x78d85dced8b9e67a23e397759deb6838c434c97e2ec7d3cd3bc63ee6405b9c62, '', 0, '?'),
(0xaf44f9dd167d55b9dcf0832392cf3af4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php', 1, 0x00000000000000000000000000000000, 0xed00036217c287a824a002a42bc38da6, 0x80c24d537c408bf30618aa332e01a84d04eaf690523e518d76370d5279118cc9, '', 0, '?'),
(0xf7b1226a9ae916de560ec4d119d464a3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php', 1, 0x00000000000000000000000000000000, 0x17b6213ca3c5b26e641fe5354f608302, 0xbf7d9771493a49c624750be6c37e500903500bb48543b4dd0a1f12788f3c5ece, '', 0, '?'),
(0xcc85d67b89e684b5fe71f44936defcbc, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php', 1, 0x00000000000000000000000000000000, 0x30d31e3020085d4e4fb5aafe856a508b, 0x9ec112ad881eeac3bc2c16a1bef280c202d6cbdf22799d41514d2c54052b53da, '', 0, '?'),
(0x1684e8347d3811fc68d0074a22678cc6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php', 1, 0x00000000000000000000000000000000, 0xe06080579957f2ca411b820dfb74cddd, 0x97dc3fe75d1f4b1cad72aabed632208887cbe88b20e770df5c47ddf508b74f87, '', 0, '?'),
(0xc68e4a2ae046291ecb4b055601b5c236, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php', 1, 0x00000000000000000000000000000000, 0x3d79b8123b2bd200e2c56d7eb3008ad1, 0xd683a717c44a03e8fe0d2f8a925d5b6f727242037d3205560fb39945ec849af2, '', 0, '?'),
(0x9f321f8c85737c0701a614cb770fdf7a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php', 1, 0x00000000000000000000000000000000, 0xe94e10bb3f81a5b791e6a46f4b8b6cd4, 0xa9a3cbfa51dcaaa88df4b98140062d613c1285b6017cdf9be5c3eeb7a003e726, '', 0, '?'),
(0x440b08ae49e261d4ea63c008e190b8be, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php', 1, 0x00000000000000000000000000000000, 0x524fdfc50cdefa678aa9b65703f9e86c, 0xd82b41b153a0440f59e0beecc3c36499dcfbd2b101b52f764c65cc9533afdff2, '', 0, '?'),
(0x7635ac38c6ff198bafd02c808b553b9f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php', 1, 0x00000000000000000000000000000000, 0xde406481b6a3e8a86963fc55b4bee72b, 0x655d3648ec474a90ccf5d3646bc2e849e76011afdf9f8624ef1f95137d4e626a, '', 0, '?'),
(0x6d1f05e3df84404deadc3a94fe938b13, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php', 1, 0x00000000000000000000000000000000, 0x11f235a9bfe8dd14c538ba9270b25e5a, 0x8a1a5ae176e0dcd1a2f3cb1b330e6b77f0c80e39cf0c494f2d33d98940e3534d, '', 0, '?'),
(0x5a0787d2b1c86269dd04eb2e1ae6e899, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php', 1, 0x00000000000000000000000000000000, 0xfc8d13aa789f2aa8be5e846c0d9c6e2d, 0xe3ce12efa324c73d1c8f59233d59ec58cbfc022f3295846ffd84b5733b4e1c70, '', 0, '?'),
(0xf5637d62e3dc66c9b0dc8083791c9c42, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php', 1, 0x00000000000000000000000000000000, 0x14a1b90aecb8ca71b1a1c93cb037c3e8, 0x0a7f9afc5a6ed8181642fed83829d0dad543276788a36a57e54de2f7d9cf7869, '', 0, '?'),
(0xca7b26b848f64ef260623549d08cff45, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php', 1, 0x00000000000000000000000000000000, 0x911b665563da42a9b8ac3c5c354d3704, 0x255a03afed654d08efd3c5dcdd141386df3e8067defa912a25eddb6acbbf08bc, '', 0, '?'),
(0x90f13604ab3cecf852f5c0eb4a4abe10, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xc1a5a59b23a2b2d98d19b7b1bb370134, 0x9853e71650f21fba0054e222847103fbbc31890fa5ffb1ddd7f3cfb80000df4a, '', 0, '?'),
(0xb84fb17ea05a4138c6368fcf7d0c83e8, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php', 1, 0x00000000000000000000000000000000, 0xa55bcd40682b36a2a535bb4a814e0292, 0x6856464aa0f5ab6c06732bd6003ca1a98197d2f146da2e8d9ddb2f902a77954c, '', 0, '?'),
(0x0583299397b44584db1729be4b940c3b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php', 1, 0x00000000000000000000000000000000, 0xeefe8b30771ad022ea0e5456656ab26c, 0x5723857d865ab27e3416a3d54e5519b4928b93f8a519ea579c32f68be1e9b733, '', 0, '?'),
(0x9dbf1f917462a904b8ef841560735d27, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php', 1, 0x00000000000000000000000000000000, 0x67c79043018c681fe8c0322ffd2cd7f7, 0x9763563f04fae93bd42e91a8c3bca5d4ba0ea4b576e361c6dba131bc60592a43, '', 0, '?'),
(0x5ebf08aff20c1304632fca6f060a1a2b, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php', 1, 0x00000000000000000000000000000000, 0xb2461ab7e4c899cba39499d659b25466, 0x0fc300856e410619b140b7ad40811812e578d70ce5471ab7c74fe8b03e3816cf, '', 0, '?'),
(0x921b390dff9f01c8ee0d4b7c890df332, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php', 1, 0x00000000000000000000000000000000, 0x4bbc04aa23cdf8173916a46a8968d827, 0x2ec204ed96ed8ea24b4ea305e320e640cffa3b26b6a93deea52d0ac35738b9fb, '', 0, '?'),
(0x5cf3c54c14658b950fad2ff0f59c73e2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php', 1, 0x00000000000000000000000000000000, 0x5680e1c8c93e748a85c09890119e9e1a, 0x3c070d51a651563bbea17c4a1c523e523c50ec3fa0848a821388aed4025c38eb, '', 0, '?'),
(0xe3ff38fe3f70c843d87c54ac5a11bab3, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php', 1, 0x00000000000000000000000000000000, 0xcad93a5a89919d2879c448f094e73137, 0xfd589ae16b1dbcaea4dd6688f015106cd9cb02e2437e7d1182d6b60498e2a0fa, '', 0, '?'),
(0xf12c0f903178881f4065e03c29f91110, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php', 1, 0x00000000000000000000000000000000, 0x881988b8d16c82db362c0e43063822a8, 0x4c0fef50bae50868c340c2903accb50f1f6e05bbc3acd61dee6fead2aba71556, '', 0, '?'),
(0xba05b09b9b473256a444079a6dd94c3e, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0x8093e355c906ef3331a0f31a9878568d, 0xd2e8c8b5ab8c8a47c8454b4c1c07e413891536f912e6d644a506405d305aa886, '', 0, '?'),
(0x4134141386f372b4c6c9bd769b8a9e40, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php', 1, 0x00000000000000000000000000000000, 0xc86301a28401aca866b9c7e27acc7e4f, 0x4f0f271b611a05999c3f2a14218a36d2af75ad95e5b24da88beae098d61fba48, '', 0, '?'),
(0xe4d12c4786882fc0759f81157e657bd6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php', 1, 0x00000000000000000000000000000000, 0xa4aec944995c3f4c6259be04b39628d1, 0x0e3c270f8f53b879a4392b7f6febad6eb1c009aa210ceafdcc5cee85256f2d63, '', 0, '?'),
(0xc49f5c9b782ae9aa3dc409b02eaa5619, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xa4f039a654611343cfc112cf49953b40, 0x79ab4878b0643f97dec64f5706664766ccb6588d8d657e6d35b2f8a1c96660c9, '', 0, '?'),
(0xd213a8593ababf5295c2e77cb06ebd4a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php', 1, 0x00000000000000000000000000000000, 0x562a4bb6532a86845ebfca13287da80e, 0x14e6fc24012ef6b6978f4195d45e6a130e170a336e0fced1da5e5f4ce41f1753, '', 0, '?'),
(0x1833cfc839858276138c262fa94364ec, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php', 1, 0x00000000000000000000000000000000, 0xd4006c64ff856c75f54f18e13a86c202, 0x060ca4e4165bd3dc798cc65c8f010b1db6d9bea4382acb268706ce3d20e7acd0, '', 0, '?'),
(0x9784846cf5686d0e9005c4667361c61a, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php', 1, 0x00000000000000000000000000000000, 0x22f413522c5e63e60d64936eb6d256f8, 0x5f9ea13fded7007a7ea3eaf617a64196d8e3419fb232512c1f8eff86e65ab3ce, '', 0, '?'),
(0x338f73f1fa1783bc2d31f5d0c2f62112, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php', 1, 0x00000000000000000000000000000000, 0x20b0d4b77fa13848997249d0a9ed1368, 0x57e05474c68b7693f17f761bd002d2d2952ea9aaba21486af67195576f754035, '', 0, '?'),
(0x46d15c22bc4c87f28ce4dd2c34eaaba5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php', 1, 0x00000000000000000000000000000000, 0xe929ac79cb08feaa5bde996dfb4d5e1b, 0xfbd067bbce3d4892d397948dc5d682874810e2d7772f7ebd13b0f99370062d2d, '', 0, '?'),
(0x5eaf35e14f095a7da66369568f6af051, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php', 1, 0x00000000000000000000000000000000, 0xd42fc22d08c4506d39a7ba8a8f88fa50, 0x2964c4d1a99d64d6811b132fc991f86cc625ba880a5cdd5c6e86b6abc97dd9eb, '', 0, '?'),
(0x03aa75416d8199beb973dd2c29444576, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0x6266bf05799f0c0fb093118e7994c290, 0x8b51f698fc5970437f8b3dc133cb3b80758da5b1864eb390814b9ff8826fd584, '', 0, '?'),
(0xd28c0821c871eb3e981f988aa8a68e59, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0xcd64052d8a8083a40e38b2306211fdf3, 0x39876f95ef214614f6af1273757041889b5f1bf5db1a646163c05d4bf77a318c, '', 0, '?'),
(0xcbb86e513d0e70462b2a447ef65da035, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xcf7c7b1b21031e4394bae6f8011aed2e, 0xa779031e5a92a33cc1cd5522cce7ac925929270a74f5f0b46946feacbbd04e82, '', 0, '?'),
(0xe0300416c5b66cafdc0b9d6257a9e256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php', 1, 0x00000000000000000000000000000000, 0xf930588f6dcfc220bb60e306b9c9c458, 0x600f92490c4b25c4a37cdf25e4ed65e88a0bdbebf23c368f256e9530c8af7725, '', 0, '?'),
(0x56a021eb915539cf1544ada060937dbd, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php', 1, 0x00000000000000000000000000000000, 0xa18daa477d0eecfc366c2d546c6b9898, 0x2bf20611caa1c3e074f4895e45c0c74dace46c35e43f7a18be9b6be03abb2af3, '', 0, '?'),
(0x3c15619d83e2d752ef5d47212779a2f2, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php', 1, 0x00000000000000000000000000000000, 0x5d937dd8ab349868ece11e43d53cac79, 0x693fb985630ac96b7aa60f9c778d166d46013ec086b879c6844e14f627f23a4c, '', 0, '?'),
(0xde3ad2f6ffa5a6f425ed14a41e7a6532, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php', 1, 0x00000000000000000000000000000000, 0x2801fb566c6f2512edd590d0d45d8a0a, 0x37f85d8af7774527f8d0f816bc35472e932988fee29ef00a9d832bed20bddb7a, '', 0, '?'),
(0x226ecccb85df31c90ec9fc55420c3153, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php', 1, 0x00000000000000000000000000000000, 0x4bf8cfbc1f407d373e37ceea87e56eff, 0xdfef04993adcda6d8a2d79eff7c42a7ef4d7c0118c6817ed1f42423d071780be, '', 0, '?'),
(0xc6e90981e1fa524eb1b1deebdc639cd4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php', 1, 0x00000000000000000000000000000000, 0x3c40e0905341f7c718afcf55ef6df85f, 0x537366577cdfc46dac391e75cf18595509386f6363f79978b635e9fbcc44b8c1, '', 0, '?'),
(0xada4c28afa1af16791ff8ec644e14cf5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php', 1, 0x00000000000000000000000000000000, 0x88166b011050d38a8e855f0634d37f8e, 0xc0c531e59562ee0edddf9f860fc576852c9823470ed6e06c2466638193e5ddd1, '', 0, '?'),
(0x3ae7295d7c74e8054f880ec7946f3cad, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php', 1, 0x00000000000000000000000000000000, 0x43deb3f955166700e90b0ec50f12ad5f, 0x6bba6cb837d98630659bc92ccb4a7f7653ddb8e46afe5c28710bc6566fa5e9b8, '', 0, '?'),
(0x89f8e1a8a2529bf65df14bb4d17c7a81, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0x25847c7c45577c550d496661ec8e974c, 0x73d629d712964c4d1a0f011c2814f78d98e3f7d1070546c1f175d89f38592b78, '', 0, '?'),
(0x0dfac9e5c1c0d7d3021056611e8e1e46, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php', 1, 0x00000000000000000000000000000000, 0x5ea4cc4b1ae72ba26ced928a2e0a2295, 0xdf82f48983b63a373fdaf31799b3e29f886c37ab0345b7d707b210712403913c, '', 0, '?'),
(0xa5056387ca59094a1b42fc48f0de02a6, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php', 1, 0x00000000000000000000000000000000, 0x032842df9bdd1d481ea909ef967d30d1, 0x8bf5c7fef6e9d7d27f77f9cb049730aea5e3cd6c0b85c2e5be18a5da3fe216a2, '', 0, '?'),
(0x727d7114d5d4329275fdc67ad03507ea, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php', 1, 0x00000000000000000000000000000000, 0xa660142e5ab29dbc470eb8031e9a7921, 0x04173631e9f92132b765172d511459634c8c9ccd2d7c2d3b4799ed3a198b40ce, '', 0, '?'),
(0x886964e85e2cbf34e4403d09a7fc398d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php', 1, 0x00000000000000000000000000000000, 0x4484e5e03e2fd044dd48e80d963743b7, 0x6c964cb70f33524eb1918169b8acc39a9ab1e0d3563ef802c609209c4fa4f8ff, '', 0, '?'),
(0x65c46cf8dcfa3e1d8194a7d8ff4c05f5, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php', 1, 0x00000000000000000000000000000000, 0xcb0158af1623895a3e1d42b893b59e3b, 0x9df1a17f6e2f31aaf72377beb2873232a92b8206b215c8551e7f5d1be48714d9, '', 0, '?'),
(0x9bf4322e7cd32c874960d38cbf7874ba, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php', 1, 0x00000000000000000000000000000000, 0x55107bfad2e148d48092347007bf28b7, 0xe826b17439b246229360618f74e41666f8fb4792d31dfbedeed76c13af0f667b, '', 0, '?'),
(0xa2019afa08c36d0e7e66d2beadb377f9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php', 1, 0x00000000000000000000000000000000, 0x444b835285f9ec9f9911e7dbb989f436, 0xc572bab8193a27092207fcb253e7003567b753c6a2842204dce4404e77d683d2, '', 0, '?'),
(0x6214631f02fb5740c989b32b5fc0a08d, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php', 1, 0x00000000000000000000000000000000, 0xcb3ffbe7ac7f1855ae03453e419ec46e, 0x25afc237f559282de605c3c14607c1534d5986459d3ff9b783192cff92d2a8ee, '', 0, '?'),
(0x005fec5db817a977674753d24b158bed, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x197e117244be35150fee79d945aaa73a, 0x0ec3131ef4e89bae81b6cf1ce0215a7cbe9c4c92ed16c1783c4136a52603bcf0, '', 0, '?'),
(0x37cf8bd474a8645d428592013fdfd2f7, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php', 1, 0x00000000000000000000000000000000, 0xeda898eefb5f843d269cfd9f095774f7, 0xee48530480126c0f8b92ed383c082a1b18fc70d53343a008cc40093207b061b7, '', 0, '?'),
(0xe7cee211e03f1c222f8640ca38c6b729, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php', 1, 0x00000000000000000000000000000000, 0xbd06a2196cddc9aba5b8c1a611e2651e, 0x7782d4be4989e621d9a00a18d960e6faa545cdd4d710ad1ec4a4b0befbfa8097, '', 0, '?'),
(0x93db3dae4e7f7d098998e358c715d279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php', 1, 0x00000000000000000000000000000000, 0xdaf38930545926b5645f68519e96a75d, 0x676466e86911b843b1c1eedbf0bf8417e5de141ba09adf7fb3a4a58db085c79a, '', 0, '?'),
(0x993f54456284562bcf23e99793174843, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php', 1, 0x00000000000000000000000000000000, 0xa0a904fe25832e769fd321cc7b970639, 0x3e2d9f713be78b769e3386b352b5d1980c9fcf758941ff49722cbcab38975e07, '', 0, '?'),
(0x16f4cfe1e3cbd20080569b6406f55732, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x0accacdf27e55e9688e965c37b67dd24, 0xa042a05e06fb02f5785e289c484057ba71c173cc1281cc124f7c8e746ff3e423, '', 0, '?'),
(0xfdc690ab084fb17c418e37c23b6fed83, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php', 1, 0x00000000000000000000000000000000, 0x85dd0c7b4189a6734eddfd661e12e8b7, 0xbefd2f6b0fc627ab8646e1c9791cdf99e1ca3b46e540c71224167064737ab4fc, '', 0, '?'),
(0x201755ced3b4dc0478460cbf66b0f93f, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php', 1, 0x00000000000000000000000000000000, 0x2d8fdd94b0632139bcffa4a4c542d134, 0x7f89a68fcc21c3005aa67ec0980fd67e15cffdd04f322221220d8fd7c583fb96, '', 0, '?'),
(0x7fefd896e30ec35c0f7adc01b507f9e9, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php', 1, 0x00000000000000000000000000000000, 0x62f992b68b12685c9c6f1cc4528ea3c0, 0xc32c8c04373d549a33922a725a5cadfb880c02a316b93796796158264474827a, '', 0, '?'),
(0xe13fb11e705f134cfac9187745912cb4, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php', 1, 0x00000000000000000000000000000000, 0xddc16f332b5006c4c45b0fd4392ce306, 0x47b0ac100db24e7033a203a1f878ae87d278f877f21f225148bf2756d1098709, '', 0, '?'),
(0x2e85928f406beea4fad54e3f5a511335, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php', 1, 0x00000000000000000000000000000000, 0x03f5479ba63c93f10865c41902d2a00b, 0x56f2518025b1c8dcc4bcd309b084ac0d75c4f9546621424d83b006efcb4e7671, '', 0, '?'),
(0x4c7a456bef9f52f04255c2295a0ae662, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php', 1, 0x00000000000000000000000000000000, 0x0da7e45f1e55c0c454ccddff460628f5, 0xbae768bfc629907844f492343014f26c5d96c54dc81fe5744cee25d33a0dc672, '', 0, '?'),
(0x85f283a30ad038a45e5851f2ed2d9c6c, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php', 1, 0x00000000000000000000000000000000, 0x7cdc509248a653a913455c2de5f1520c, 0x6bbcd9bd9d2bffbd2fbbaed332b00a98204b6ce86b05ac1a761f09aae6f7f308, '', 0, '?'),
(0x97194c3c51b5e028fe9f5f6720bffc07, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php', 1, 0x00000000000000000000000000000000, 0x65292e373aff34e65d37935de1224a85, 0x82ef4e859abdc1dc71621747e6f91d78e73c834217f4d7270a7db65a90b019ad, '', 0, '?'),
(0x73dc30796cf3ea838b445ca38522160b, 'wp-content/plugins/wordpress-seo/wp-seo-main.php', 1, 0x00000000000000000000000000000000, 0xb99613fa6cd84d76268829c010e10c36, 0xab4004c0543ba673ba9d68eb5ea017ca7774bb9f5bfa58cbcca17f7675f7f0e8, '', 0, '?'),
(0x5d9cfa86926331fd91904f8994b3cafc, 'wp-content/plugins/wordpress-seo/wp-seo.php', 1, 0x00000000000000000000000000000000, 0x3c97b1cdd7bdf4357fb03ca3edca7414, 0xa3495a7f1df45dfd3b2ee576530b6449b996dafba1df79990b8e4f4488261b90, '', 0, '?'),
(0x9bf321f1ea9f34b519af72e2e2015dd9, 'wp-content/plugins/wordpress-seo/wpml-config.xml', 1, 0x00000000000000000000000000000000, 0x74023078314518a177d54616269c4054, 0xea0d5ec85810e2223e1d08485c116a872c595a9e220ad163c3a4eaa100b83a32, '', 0, '?'),
(0xcd1f085844f6ba3a3aaf482afcfb4d53, 'wp-content/plugins/wps-hide-login/autoload.php', 1, 0x00000000000000000000000000000000, 0xb577752826b609585ef029f206c84ed2, 0x9595e9aa212cc9374df32ce4b93ef67fe792c2aa66ae1c4b5317a002df86546d, '', 0, '?'),
(0xe826da035e7d835965345cb9f0fee09a, 'wp-content/plugins/wps-hide-login/classes/plugin.php', 1, 0x00000000000000000000000000000000, 0xf06ba942d0614c0bd7b7172ef20c6558, 0xa7587a3efb41c25eacbfd4f76e1d6afc0489e00e6f42d0dd9db64b08e0ecf01a, '', 0, '?'),
(0x51fd0f99d9a4d988cb6cc955df7ad5a0, 'wp-content/plugins/wps-hide-login/classes/singleton.php', 1, 0x00000000000000000000000000000000, 0x2a6c670bf445c5dc12127acdab6112d5, 0x69aa6c547d120bc439b02ce34270ba00c0aef3fa05d885ad9d4061781e470049, '', 0, '?'),
(0xd0f99ae07ceb883d5688a9db6e56d2d8, 'wp-content/plugins/wps-hide-login/composer.json', 1, 0x00000000000000000000000000000000, 0xf324bba6d4b552bd7a4f92de20dd12eb, 0x22b234f617fc7ffc8a52fb5eaa7deac2206c1fe195e18228f1efa457bb50aec8, '', 0, '?'),
(0x2087e1f470a2652de0fc7f91d192e242, 'wp-content/plugins/wps-hide-login/composer.lock', 1, 0x00000000000000000000000000000000, 0xbfcda32e447d1ee0409023ff3d493bea, 0xce26b8641ee485c7a7f8267676ec5d1be0ecfbde58bd855542d2bafcc544bf2b, '', 0, '?'),
(0x38d450bb8c3f4458e17e7bd6e84d6f19, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo', 1, 0x00000000000000000000000000000000, 0xd7b16717febf97a7a6f62090ed2f3b09, 0x17ffccb4ded3c61a1ea11509c5fa63fd6cd834f8226d25c550eda8293fc4c5c9, '', 0, '?'),
(0xb547929e69c000e33362dbf66877cedf, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po', 1, 0x00000000000000000000000000000000, 0x1f67a7cade0cc1112577a363d60e1a5c, 0xcc92ea14661e3fbb370631d91d0a641ff3d9706e16ec091a3930972a59023611, '', 0, '?'),
(0x886583e82bbd3367c5b0b3a15e2acb51, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo', 1, 0x00000000000000000000000000000000, 0xeb2eca6ba58867a9f633df30ee958318, 0x517470f8e2d8a377f4e99385e4719b0d3574fa77fa2d98a51cd179810f878c1c, '', 0, '?'),
(0x89d200413c7a8550b34d3f9bb366ee19, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po', 1, 0x00000000000000000000000000000000, 0xb5d6b76fd538ddb035be3cb76aa8f280, 0x6f7584be888bed0d3cfe51d0a3b799f3225e18175f9c164876a50b52a41b72b2, '', 0, '?'),
(0x6d250d60cac1a71527119ccb5f268b14, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo', 1, 0x00000000000000000000000000000000, 0xdae729c5a6e9ccc24a4e6e1490e5baa1, 0x585561abbb2af2f3d15b4c3b6cb42a7427975a7a7a13940415b07e5560644598, '', 0, '?'),
(0xea5edccc13dc1c53b12bbabd462a3fa2, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po', 1, 0x00000000000000000000000000000000, 0x970d2ecf13ba814cf975396459f7bf34, 0x2cdb51d301c68d83d12046deb7cee7ca93e8e976d35498628955a89128501968, '', 0, '?'),
(0x6b895c0635b8f89e04cabf341e3b1d4b, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo', 1, 0x00000000000000000000000000000000, 0x269bab6d2d5eb4fcc5b4ab3ee1feb9ae, 0xbb12a2b442f3f8faac4ad47c27179a6d386c23271c9f473c3798bb22a35c7633, '', 0, '?'),
(0x6c0808658df28637ad535dd7424c407e, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po', 1, 0x00000000000000000000000000000000, 0x3c4b9f3df6d8ff7f498d88498ca0b3b0, 0x7170afbb24d6b6a2c57952e59cb822805c054975e8b72ea8c65f2b9aa6d5cc07, '', 0, '?'),
(0xf840014a22a61e390bd1bd1c497b1043, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo', 1, 0x00000000000000000000000000000000, 0x1b4bb670ca54ae8f38e98277289d3887, 0x7b572355859beb0b140577b24322987ffe8625ca115c8e8a7a89a5028252c418, '', 0, '?'),
(0x21564badd8493fa3aaa98f39ae163b73, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po', 1, 0x00000000000000000000000000000000, 0x76e853a4657107344011fd6d6c76401f, 0xb52b5fcef2d3a1e4d868d15f9e483f83fc0824ccd81acb8df78fef18fbc44c33, '', 0, '?'),
(0x3f257ff652da762011d6fdce568a76cc, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo', 1, 0x00000000000000000000000000000000, 0x051b2939fe8bcc28561cd3d8abe250b1, 0xec520ba35fcb3912ff6e8d7f744b0331eb2f0164c99748fe6c3ef42953b3cfc9, '', 0, '?'),
(0x8c5caf597026e8a618317847505b200e, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po', 1, 0x00000000000000000000000000000000, 0xe371878f15c070d7205393b9ce17d14a, 0xf8480e7041b12e4dad61fed576e7294d76567d40d2709fb7bdf6acd90854bebd, '', 0, '?'),
(0xeb728c4e1b4f002b4ec4eb095d27681d, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot', 1, 0x00000000000000000000000000000000, 0x692e1aabc1b259cd3e714533ced23bc3, 0x3dc7477415f207adae0559aafa83c8282cc4caa6b54b85a0f5e09a66c6657b70, '', 0, '?'),
(0x5c26fe3a202b169006872085ea3342dd, 'wp-content/plugins/wps-hide-login/readme.txt', 1, 0x00000000000000000000000000000000, 0x01e4553e67e944a6cbe683b1a04785f3, 0xfb3bbd22eedb4a6644fc1c17a49f884f848686f60a097b53ba180aacae693adb, '', 0, '?'),
(0x2a7cd39435dc981fa7f3a4a3a685127a, 'wp-content/plugins/wps-hide-login/uninstall.php', 1, 0x00000000000000000000000000000000, 0x2756874ea06b39667d9fa1bf3af92607, 0x79b92ac0ddc416bd8954757727d71a97fae7567a63f3233d4249faaa0d1e5bec, '', 0, '?'),
(0x891c4863bf039553d6f90e9393508411, 'wp-content/plugins/wps-hide-login/vendor/autoload.php', 1, 0x00000000000000000000000000000000, 0xa2a316327cbc0215c0f2107150d51180, 0xac6b1ee632a9aa68cb2408732ba2c454ae470068659ef9ee0a26d248c3c03293, '', 0, '?'),
(0x3bb51d036f688127172e8f3c037b807b, 'wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php', 1, 0x00000000000000000000000000000000, 0xad1f263da6c61ea82c172393b477eae7, 0xbd3244db11e8fb5688e70ee6bcbd6410c9a9ceaac5f2b9123631e09de09bbb05, '', 0, '?'),
(0x34312b5b46e5c3e490a45fa0ab6b7ec6, 'wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php', 1, 0x00000000000000000000000000000000, 0x32775893d67d48239d24d7567bc427d7, 0x00bf3a0eab09811d0e0fbc6f48a619863280ffd6ff870b27654516000b8a7208, '', 0, '?'),
(0x93a2659b29515151932b521448bd6042, 'wp-content/plugins/wps-hide-login/vendor/composer/LICENSE', 1, 0x00000000000000000000000000000000, 0x955d5fe58c231244f6b49000f383b5e2, 0x1a209ff8db92f625a713347e4ed97e47682162d817ad3a77829805c98cbf9927, '', 0, '?'),
(0x33d1b06d8a781c2da2dc61063dc7f567, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php', 1, 0x00000000000000000000000000000000, 0x19b09a79c57450ba3e5261ad53f4402d, 0x75157b34f30eb908b71d7385f1c14a89880ef7cc33f7161048a8d7366f77cb72, '', 0, '?'),
(0x942dcde945dc3a9751d3883f420cdf3e, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php', 1, 0x00000000000000000000000000000000, 0x35e12c7d76c4a81633bcf547c0e229a9, 0x45bd72344000b8d4a124a6e27ae6fa33f0b8246cb2ea1ad06069e46578c36cca, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xb4c043b2b51f52fe5ac84bd06fd6c4bc, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php', 1, 0x00000000000000000000000000000000, 0xdd3a00f0d13eb29781edd8c77d4c5100, 0x13c0efc35f55005d713dd5898aae66815cbf2fa0094064a1cc0da82b76dc2a28, '', 0, '?'),
(0xf008e92c9a16d27f99695799b52a2ff2, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php', 1, 0x00000000000000000000000000000000, 0x837e621063c1a9f13f9e86bc176a6565, 0x0d02c674e19ea5c9b5ce8dc956c67766a865ee3ec65bff08d99b0a7db641a01e, '', 0, '?'),
(0x3dd48ea5f599cb230befab540e78276d, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php', 1, 0x00000000000000000000000000000000, 0x077d4304f7ec8161b19c4b0136e22c0a, 0x23cbcbd54adf96d047af84ce89abeb0bedee83eb4b974d244aee8675a62dcdbd, '', 0, '?'),
(0xb3857a87764d9e983edfac84509edd58, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.json', 1, 0x00000000000000000000000000000000, 0x8948689ddd6765cb530a40c2b32b5e40, 0x665bb96f5e0efd5c260e87ebf9a2c591702046edf50c9ab27fd76e81dc56227e, '', 0, '?'),
(0xd04404dbf9c7442c56741a9f613ff7a6, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.php', 1, 0x00000000000000000000000000000000, 0xb02487cf6e4839365b6783d0711a8ff3, 0xd4fc779c0526f68b15b312a577d4f8326197eda00247160860063d3a3c478769, '', 0, '?'),
(0x3f7bbcf43c614e1b27cd9dd65fcbd801, 'wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php', 1, 0x00000000000000000000000000000000, 0x15e1efff88933be3dd5740e3c9530478, 0xfacee7fe4937e9c9ad27a0bc16a190da7f81b13c785d1f9aeb746d2db3dc25df, '', 0, '?'),
(0x173e90efc0209caf038c3c56ff53644b, 'wp-content/plugins/wps-hide-login/wps-hide-login.php', 1, 0x00000000000000000000000000000000, 0x125329309f80067953bb77f8cfa27739, 0xd6f97236fa16ec00e7c5c3ac933493a4970015ab5380025fb89612b7b17d90a6, '', 0, '?'),
(0x1d8e9a83ac4acc7d46b7df4500de39b3, 'wp-content/themes/index.php', 0, 0x00000000000000000000000000000000, 0x67442c5615eba73d105c0715c6620850, 0x6b8d898dc0977e09b6bd55481aa5d678831850eadb41cc84a2fa3ca19e3b58a8, '', 0, '?'),
(0xb1556a9ea09dd180af4436f6e0e22ac5, 'wp-content/themes/usses/404.php', 0, 0x00000000000000000000000000000000, 0x5b178d204d48d2ca17e0fd31d677f323, 0xe0d4902987ec9c7d2093555cc46a9fb0c4a638ef1fe25ecd4d72bcb9d2bb120e, '', 0, '?'),
(0xacbf3c9483d95af254ad5b2ac75c9898, 'wp-content/themes/usses/archive.php', 0, 0x00000000000000000000000000000000, 0x678e646e2b08355fe0b1d83dcdbcc04c, 0x17b4fc7beee175f8b72d494a2f0ce46dbcaea83eb1ed3ff0bcc7556b59b7c0af, '', 0, '?'),
(0xbd47c799cdc802b8e42178bef51a7f96, 'wp-content/themes/usses/comments.php', 0, 0x00000000000000000000000000000000, 0x96aaaaabf51138250650c86f8d10b4ad, 0xb44431bf0d0eebd48d43077610f92c7ec593151804aaab728eee31eb4325f12b, '', 0, '?'),
(0x14963f2e0cde27d6add2916496cb5bee, 'wp-content/themes/usses/dashboard-account.php', 0, 0x00000000000000000000000000000000, 0x54672257ffb638d513a280aa2a0e6f7d, 0xd1f9a8a08cb151b12edd3e82a8c4777a07f005980a915ce1149ea22ab8efa2b2, '', 0, '?'),
(0xf53c11c9a3886a37c656e1d8728b594e, 'wp-content/themes/usses/dashboard-allocation-approval.php', 0, 0x00000000000000000000000000000000, 0x70e5c72ec39f895a04c5d44c98f3d73f, 0x10ee07d8c829e93155344dbdd55c820bd3a7685501c727754b54b677e2efbd50, '', 0, '?'),
(0xfe059afc4edbb6bff28accab0d50c187, 'wp-content/themes/usses/dashboard-allocations-add.php', 0, 0x00000000000000000000000000000000, 0x6777ee52471fbc94b21a6d17bc586e99, 0x00100765f692784e08a06908a317877e691fe4ba37e61c1f35aa1d1c1e6648b8, '', 0, '?'),
(0x2ebe021d97b84588b23fd2873d7536de, 'wp-content/themes/usses/dashboard-allocations-company-allocation-add.php', 0, 0x00000000000000000000000000000000, 0xe17ad1b37a90c069194e7d1b917af7ea, 0x75d0e749b06de1cc093ee7d5a39920471a4fb245c9b107ce1f6311043c5f7100, '', 0, '?'),
(0xc5acfc8e324bd0ada0c097bcb6bf5a50, 'wp-content/themes/usses/dashboard-allocations-company.php', 0, 0x00000000000000000000000000000000, 0xceafa8718efb60123d5559192c232bd2, 0xe5aff7c5c7109741c05392a2b16acf30ceeb0f4eddd561194a7d1753cefe5a1d, '', 0, '?'),
(0x31d87cfeceb5cc7905c78e1822885ee9, 'wp-content/themes/usses/dashboard-allocations-edit.php', 0, 0x00000000000000000000000000000000, 0xfb320ece632a8d79a772a15966c07c90, 0xcbdc4996b6db9f73b8ca569125d4afe2e56203eadd09d53e9202a02157ce8123, '', 0, '?'),
(0x0a90131e8934d6a0ecc957dd5da00744, 'wp-content/themes/usses/dashboard-allocations.php', 0, 0x00000000000000000000000000000000, 0x95fae7482a5e3ca9e4c5846068a468f3, 0xa2ca4e93196f7ecd157f99d23e96bcd45dacd82723ad77e53d387dcf4f4d6a7c, '', 0, '?'),
(0x4f3e33f9ce13830f4d95b0bb36d9caba, 'wp-content/themes/usses/dashboard-companies.php', 0, 0x00000000000000000000000000000000, 0x13f2b980f4ae6f46aecfeb56fecf1299, 0x87e8ad6be34ee00ef40553b3214edd6485d0233bbb679daef7486a7470f2ab39, '', 0, '?'),
(0x33ac1452c60b841aa8d8abff39f419da, 'wp-content/themes/usses/dashboard-company-approval.php', 0, 0x00000000000000000000000000000000, 0xc8d7e1f726958703ef7244bba2ca5b20, 0x5d70f1209dd85e22fc7f087db7a9125f88321bec8a09560bd19199d333c77ee1, '', 0, '?'),
(0x8bc038b6bb4938d9171a39b85e37495f, 'wp-content/themes/usses/dashboard-company-details.php', 0, 0x00000000000000000000000000000000, 0x29b0d691fd264dc6041afabc11119607, 0x5679a6cab5f4403781ff00bc4e37931b8557f78439356333e83c4b4d2d021739, '', 0, '?'),
(0x673f44804ebd11156545f3b9793dcf0a, 'wp-content/themes/usses/dashboard-customer-certificate-add.php', 0, 0x00000000000000000000000000000000, 0xdd0c73af34066f5ca053c35921e4765e, 0x06eb1896ce84ca5664eda8b5bb848850377296e20430840ebd19ee20aee80386, '', 0, '?'),
(0xa8025ca692efb602498b0dc1c8950c94, 'wp-content/themes/usses/dashboard-customer-certificate-approve.php', 0, 0x00000000000000000000000000000000, 0xb7625420f29affc996bcafb12b5c92be, 0x4223a57311e7383207640c4739a41033c87523dcfb4a6428e7618b779c252b37, '', 0, '?'),
(0xf220c7e7b2a93b1820bef5dcd0834836, 'wp-content/themes/usses/dashboard-customer-certificate-confirmation.php', 0, 0x00000000000000000000000000000000, 0x3a4fd7a01627f1292a05b4a0f24c6100, 0xc95048f8447fd95922e7c39757cb318437bbeb9e7687bd4ca207f359088db1f1, '', 0, '?'),
(0x040a93c4b1b6821a7eb760a78a552442, 'wp-content/themes/usses/dashboard-customer-certificate-dashboard.php', 0, 0x00000000000000000000000000000000, 0xc4170430ca5912afd14c89c490b70b6a, 0xf22d514363af1396200cb5734a27682f56469f95d044ca09318ce99ccd155fee, '', 0, '?'),
(0x02fc1f105274906706c11f533f051825, 'wp-content/themes/usses/dashboard-customer-certificate-edit.php', 0, 0x00000000000000000000000000000000, 0x05c34abcc12631cc708457d4f4bfeff2, 0x2334893e18b505ce8616093f9d532cb00bcc257b45827d3fce831702421b2a4a, '', 0, '?'),
(0x1f79a02377bcf45aa0aaf4ec85f39a15, 'wp-content/themes/usses/dashboard-customer-certificate-validate.php', 0, 0x00000000000000000000000000000000, 0x08f7fa4c5d2d7bc59fd65b578d2aafc1, 0x5ff819be0186d00b388557c2a0d0942385fadf486afb664935c19fef0890aca6, '', 0, '?'),
(0xee5b6cd12c42544c9c93e87bb94e39db, 'wp-content/themes/usses/dashboard-customer-certificate-view.php', 0, 0x00000000000000000000000000000000, 0xc72bc31b9de626a039ed0bb47d73886a, 0x902f3b1582cf9f678ecdd068d7933a40dd755f75acb1033f64e065f9c300d21c, '', 0, '?'),
(0xe7b16477a64da9e7fb8361b1ae1c83eb, 'wp-content/themes/usses/dashboard-customer-profile-add.php', 0, 0x00000000000000000000000000000000, 0xf5b9ca93f93c93fb49cacc46cae5a005, 0x92030b98c5b40b2acc0f7d7840b0ecbe633b5afea9ddbb2ee5c1d7f2cffad57c, '', 0, '?'),
(0x0d754fccc98f2771f782d34cb936ee0e, 'wp-content/themes/usses/dashboard-customer-profile-dashboard.php', 0, 0x00000000000000000000000000000000, 0x6359db920940e56ea4545318fe28ef74, 0xba7af397d0ed0d429f3161467bf1214c8061782af43860ec22d57b528f75c571, '', 0, '?'),
(0x787cea4d25c750e80593b238e4679a1e, 'wp-content/themes/usses/dashboard-customer-profile-validate.php', 0, 0x00000000000000000000000000000000, 0xab786df36bbc4727749e8034e34a4732, 0x8fefa0170c7428e85aaea465a8b3d73a603c3301ca833d59a42cc102a4cba541, '', 0, '?'),
(0xdf1a46a43453497dd3b6fdd5581766e7, 'wp-content/themes/usses/dashboard-departments-add.php', 0, 0x00000000000000000000000000000000, 0x1236ed3d57cac8f39d15680fd1f95921, 0x1ffec1f9ad27b17b6e2cda3c15a83d0338b4fcdcfa54174cad942167b18ed29d, '', 0, '?'),
(0xc43882c4b3372807755a49df6e106011, 'wp-content/themes/usses/dashboard-departments-edit.php', 0, 0x00000000000000000000000000000000, 0xe50643e8ae7e258022a0dba31ed3588e, 0x44db3890e37e8310a8a1fb58e595b050ce29a89417aef26fc1eda3817fb1b58b, '', 0, '?'),
(0xf619c0069314f0a4922f3fb20c84cf45, 'wp-content/themes/usses/dashboard-departments.php', 0, 0x00000000000000000000000000000000, 0x04cf44b36fd6f319350032f124d7863d, 0x182f18c5615301df1edeac2f0610ceeb3d6c1c5130428192fb18e78ec5991707, '', 0, '?'),
(0xf544951799e6d34cdb610e47caecd8a1, 'wp-content/themes/usses/dashboard-home.php', 0, 0x00000000000000000000000000000000, 0x8bc9b5faca37cc7638c9cf1e8b649203, 0x7cf2178580511bd39aec492c66ee6283522a9bbd873714095d70ab19f91e2baf, '', 0, '?'),
(0x6c1601b88a7d74b1c240e5671a6dd894, 'wp-content/themes/usses/dashboard-my-profile.php', 0, 0x00000000000000000000000000000000, 0x0f3fed2501ee59c7cdc86b6861b5ccfd, 0x42674133eaec84921841a14c2386a8f6346753d339f2f76dd18eb08add756192, '', 0, '?'),
(0xd0f86f2c2dea208fe6872263b736df66, 'wp-content/themes/usses/dashboard-profile.php', 0, 0x00000000000000000000000000000000, 0x2b3162b3a535f6a9e2690600ce8d27d7, 0x52be9ad8ffd128354373e82008f8fe7c421a772a19458088422857af151ad4a1, '', 0, '?'),
(0xe7edd7b5b6ce3404a70b37cdf0393fa9, 'wp-content/themes/usses/dashboard-ses-user-add.php', 0, 0x00000000000000000000000000000000, 0x6fc2c94f3f7e66a780512cca476c9a43, 0xd73747c404b2729819b7d4b6fbae8e13824252039d813dfbae9ad85ab25e3977, '', 0, '?'),
(0xdea9cfda46bfb6e145147a752e1901fe, 'wp-content/themes/usses/dashboard-ses-user-edit.php', 0, 0x00000000000000000000000000000000, 0x48109e6920987d2f0cca33cc0155daf1, 0x88810e49f84128dd31e53042895b92e3cbd042122c93230a843f02df5cc49cee, '', 0, '?'),
(0x08cf3bc5aa4465678d4378ad36622155, 'wp-content/themes/usses/dashboard-ses-users-listing.php', 0, 0x00000000000000000000000000000000, 0x16229590d399221820266e5cbb461c2f, 0x1fed7c38514f28505343edac9ebb6c8376ea22a7bf79927eee962412f56104b9, '', 0, '?'),
(0x4ec2c5a1ee8eecd521a658ee0a301dc2, 'wp-content/themes/usses/dashboard-shipments-add.php', 0, 0x00000000000000000000000000000000, 0x8d445da14c6619e6cfaf2d2a5ff4058a, 0x6fba7811cdda132b372ffe9f9f4fdd5c984f9c1a62845491d7002460364caf2e, '', 0, '?'),
(0x4cf9789ab6162b382817a7ed73f688cc, 'wp-content/themes/usses/dashboard-shipments-edit.php', 0, 0x00000000000000000000000000000000, 0xd8fac9acc3aba8ddb36ea8892078d4cd, 0x5d3c7b62b7e14688e9fc70a6406a7f031751e35d5585ebe8d245b5b940dd9fca, '', 0, '?'),
(0x63898adc67399f0dff84a1e5d60fee75, 'wp-content/themes/usses/dashboard-shipments-validate.php', 0, 0x00000000000000000000000000000000, 0x4b6aef3c9eb6d32eb654fb5bcb3ebef7, 0xb67fa97c055bc583faf1cabc795926fd650b7adceb1b1ea51f00e30c9179ce96, '', 0, '?'),
(0x2d90e5365dc89024c144e6cd76514533, 'wp-content/themes/usses/dashboard-shipments-view.php', 0, 0x00000000000000000000000000000000, 0xfa0078680455f06ef5cc29ea99d9b39e, 0x9c8718eba6fb3f0dd45be367421c8522f5497cbb44fae367e430653564d8eaaf, '', 0, '?'),
(0x4abba740424ead6ca94cc7c8ffcf2fd5, 'wp-content/themes/usses/dashboard-shipments.php', 0, 0x00000000000000000000000000000000, 0x54d31be3e008b0a56f0296a3a4d83d28, 0x40f56c713a7c6300e1899ab45f6047c6d1df4c5966e3470bc25717c78dae8747, '', 0, '?'),
(0x6c94211ea2c10d3d5e65cc4a05aa6556, 'wp-content/themes/usses/dashboard-terms-and-conditions.php', 0, 0x00000000000000000000000000000000, 0xecdac7179b2746b49786b5b300594454, 0x1f89564bd0f4a0a80279a95740b4d7d585a7b3c06fb780e038110292ab9d9799, '', 0, '?'),
(0x2971fe4b03041fb6489c227030daa000, 'wp-content/themes/usses/dashboard-user-add.php', 0, 0x00000000000000000000000000000000, 0x08512d42321fae205b6c7fa5cfa04be9, 0x0a2bbdb62b7ed09924c816801c37b323920685f858ea6121972489915cd7a2cc, '', 0, '?'),
(0x28ddc053830ad8bb643bc3925549dc6d, 'wp-content/themes/usses/dashboard-user-edit.php', 0, 0x00000000000000000000000000000000, 0x022f4f59208aec0c8b1326a942208491, 0xd9c43d21ee8f7250431008499135c5b3c19ee54e99f61752e3b69c86118edbc3, '', 0, '?'),
(0xb6c24719182ccd269d821e769a5373f9, 'wp-content/themes/usses/dashboard-users-listing.php', 0, 0x00000000000000000000000000000000, 0xac4d44c3438ae35ef510c379271b8259, 0xc5072994c28258716091c2af7eecdae139d410803e47ca025fbf30878dc8cd57, '', 0, '?'),
(0xcddb8287d6f14ba84bcd013c21fd2274, 'wp-content/themes/usses/fonts/fa/webfonts/fa-brands-400.svg', 0, 0x00000000000000000000000000000000, 0x5d10d00980077f67990f73b1961bc46e, 0xd9266003b3daa4564d684a5b80a00a4a97aab838b83cfbed8063aedaac8e8fc0, '', 0, '?'),
(0xc7f63f69db282dfe8e0f82a006255e5e, 'wp-content/themes/usses/fonts/fa/webfonts/fa-regular-400.svg', 0, 0x00000000000000000000000000000000, 0xd0fdc7c20b0b0b1aaf27327547735fa3, 0xa6ced34f96bc128e6715a1e4e416a213c1a8e82505218d8632797a27368d8cba, '', 0, '?'),
(0xf8abb3f6d16102449ae63bcd992c0b5f, 'wp-content/themes/usses/fonts/fa/webfonts/fa-solid-900.svg', 0, 0x00000000000000000000000000000000, 0x2306f642b31b774ba1d8b6b784539e19, 0x56986b48a94932f01d70cfe83907b0c15b759de892a6bb37fc431f6dfacbc53a, '', 0, '?'),
(0x4fa93a114b3c914edc9b744f57bebe23, 'wp-content/themes/usses/footer-dashboard.php', 0, 0x00000000000000000000000000000000, 0xcb438c743698fc660d2969df3e2bdfae, 0x089d075fde8adee70d9353f382ec97610d1ddbf8c17b621801044feca0f22c27, '', 0, '?'),
(0x58590b4a7f5cb7a271eafc2e5d7d1931, 'wp-content/themes/usses/footer.php', 0, 0x00000000000000000000000000000000, 0x408f31dfc5c53eefda51bd4b3d08235d, 0x867489bc1037724882af1d349c79d361b51eeb4f1d22d89a0f16937d59560101, '', 0, '?'),
(0x20af9e46fc1243c317f3f828fdc940a3, 'wp-content/themes/usses/functions.php', 0, 0x00000000000000000000000000000000, 0xccae7a3973e2ee26b345b56b62e9a2af, 0xcd714e3f24de5b856263b861fb5a55c595eb9e4075c56932252fcaedc77740f6, '', 0, '?'),
(0x15c624774337ade62ce85875ed75232a, 'wp-content/themes/usses/header-dashboard.php', 0, 0x00000000000000000000000000000000, 0x4ee401d989e03e9826547bf03bf5d192, 0xfe875e7ccf6d6e0315f4b401bcc6162cb5abb2015500334cab43676c3558ca2b, '', 0, '?'),
(0x375cc2dadd51b009482f19634e230468, 'wp-content/themes/usses/header.php', 0, 0x00000000000000000000000000000000, 0x138699efe82785c82ac3216a88ded876, 0x8a26fd7a13b64c8a9a18cb80e2c97b15b1e5a964b13313a7aa6609f02fe94a46, '', 0, '?'),
(0x29b7c46f86dedc5498799a4fb8f5a0fd, 'wp-content/themes/usses/img/Protocol.svg', 0, 0x00000000000000000000000000000000, 0x959536e30cfecd952498c0215d827196, 0x88ee40b23965fb4dd0596e647f14334f928f0a4801331141448cc7569fa44bb7, '', 0, '?'),
(0x5efc36ffe7967b4beaad6317becfbe9c, 'wp-content/themes/usses/img/Specificity.svg', 0, 0x00000000000000000000000000000000, 0xc70c499acb412939565792540ccb11bd, 0xf10e1540e43811050c6020dd290ccb419f02027fb9050a2ce4206064b278a4b0, '', 0, '?'),
(0x84424d13d05ead775706222b16985f88, 'wp-content/themes/usses/inc/acf_fields/attachment_fields.php', 0, 0x00000000000000000000000000000000, 0x97d8ba598503f2efd6a12427e00d411b, 0x595d98128a080f0c69c20afc961856e0568d2981ba715f4555c92ae7c4144644, '', 0, '?'),
(0xf5f15e04ef4bb302412d8aa5c67561df, 'wp-content/themes/usses/inc/acf_fields/cards_fields.php', 0, 0x00000000000000000000000000000000, 0x532c33d99c42d3353e76ed6a2b9ee0af, 0x9eb9d3b09bcac1935cb47b70fe4fabf9f9f7c323438ef6c3336adb80d7dbec7c, '', 0, '?'),
(0x45bb98f4b3a452f6cc2bf36bbb0cc732, 'wp-content/themes/usses/inc/acf_fields/contact_fields.php', 0, 0x00000000000000000000000000000000, 0xa8dfb262f87abf137217ccafb10520c0, 0x9187745cd58ee7b2e5156fcb929b26eb187dcf447f643d7936aa6ba571a24b0d, '', 0, '?'),
(0x86bcbbf81111944142676fa09dd5442c, 'wp-content/themes/usses/inc/acf_fields/copy_block_fields.php', 0, 0x00000000000000000000000000000000, 0xc14c8f176d1d0aa5508b55efac0bd90d, 0xa8c8388430ede068cf734e8a4e8b2d3264b852c8b387b56ed96e7d8548d0be29, '', 0, '?'),
(0x80bd48ec8ea21618167c00dd41ea7374, 'wp-content/themes/usses/inc/acf_fields/footer_fields.php', 0, 0x00000000000000000000000000000000, 0x37075b7b72b906d5ae83d7bdff9883fd, 0x67a0d5a9cb6868c9491f3f034756ad3f6c08746c80595cdbaa99349fdd012804, '', 0, '?'),
(0xceb0fe21992bf8da3b652c94c120f53b, 'wp-content/themes/usses/inc/acf_fields/header_fields.php', 0, 0x00000000000000000000000000000000, 0xde2fe2b79b339de37559768cdc7d4d0b, 0xc575dcd29ddf8e9a6723c8b4c7a4d677c6cf0f366638baa5ea1ef144b8bbcf12, '', 0, '?'),
(0x7c6d40e1ce23ac81a9c7401e5e5c2e59, 'wp-content/themes/usses/inc/acf_fields/hero_header_fields.php', 0, 0x00000000000000000000000000000000, 0x65e899bf2beec43a7e39e0729e3762df, 0x77fa08ed69e6467b2fa639a40b8ece76a558479bf28d823bb9dc5f8781d0bcb4, '', 0, '?'),
(0x92da113cc692c312940547b2fa3b49b1, 'wp-content/themes/usses/inc/acf_fields/partners_fields.php', 0, 0x00000000000000000000000000000000, 0x9512b7deeb05f52a9c71cbce2bafc5dd, 0x4fc6c26fef9a4d91d13e552ce3589461429255b5d7852a30ebf2d1b2e4c05556, '', 0, '?'),
(0x793aecbe2f69f5fef7828e13cb708ed4, 'wp-content/themes/usses/inc/acf_fields/slider_fields.php', 0, 0x00000000000000000000000000000000, 0x82e0301eb2497ef18d032085224e4b25, 0x93d3b0d50c4a45e728b5bf0e0def99610bd5b7b01706110de3cfd5b574895dd4, '', 0, '?'),
(0xdd638e9f3aee70d246fc1c43044b610a, 'wp-content/themes/usses/inc/acf_fields/theme_settings_fields.php', 0, 0x00000000000000000000000000000000, 0x68e7473e0ba0b9cde8add9ca91588404, 0xb74e0b6e12dea8fd402e7613265d8d11aa456dcf3cca5d76da93b35e1890565a, '', 0, '?'),
(0x894f87969fcf3aacff75fbd7d6d8b9a3, 'wp-content/themes/usses/inc/acf_fields/tos_fields.php', 0, 0x00000000000000000000000000000000, 0x8baf7bf712ed7842117fd0895798d02e, 0xf51b6a0afe1e06b65433b197d93734e3d668fed3e05ba29ffce9fb2681628ffe, '', 0, '?'),
(0x9c0d44fcbde5d7a3dc198f57775c6ccb, 'wp-content/themes/usses/inc/acf_fields/usses_counters_fields.php', 0, 0x00000000000000000000000000000000, 0xf06a604c2a151790ce62352c4338663c, 0xa38f9424686589bdcd081c6804b962a6d7adde7979701aa900fb1295e28c173a, '', 0, '?'),
(0x5ccff3a9f3ff3f36b0c5063bfe78af95, 'wp-content/themes/usses/inc/constants.php', 0, 0x00000000000000000000000000000000, 0x8dfe3a5a9aff67e177251b1b279c042c, 0xa97657c46e88d25157ce43fbf3fa48ff42a609caaad62523d77ca9a437560853, '', 0, '?'),
(0x681b2eff05c45406d28571cd8870f16a, 'wp-content/themes/usses/inc/custom-header.php', 0, 0x00000000000000000000000000000000, 0xea8d5241acb5d48127241a4c59382fe1, 0x23b997e3821401addd6d8c6de051d3733731e73fe2b51936e80e219dbf9f1aed, '', 0, '?'),
(0x495acb6c2590102721970648db1c1cd5, 'wp-content/themes/usses/inc/customizer.php', 0, 0x00000000000000000000000000000000, 0x6f989f01e3c1b694891470ca35770848, 0x5e3e0fbf69b575cafe8604aa1c860ee34f4544bd373e33fffff0f22e5466d010, '', 0, '?'),
(0x085a92ef3954bc3afe48b439c647d7f9, 'wp-content/themes/usses/inc/email-functions.php', 0, 0x00000000000000000000000000000000, 0x07341b98a6a19afdcd2936a150d3afad, 0x7a5cfc1832fb1b2c87e612b0fbae03c3ea9d12f9d3e0c8cff26776252b891269, '', 0, '?'),
(0xfd94bc1ab1d86679d1f64817436f963b, 'wp-content/themes/usses/inc/form_helpers.php', 0, 0x00000000000000000000000000000000, 0x404b400cbe7542db3fd9543b54cd28a6, 0x1e96483a4092b316f1d5e5e83bb4a17efb7a4f01c51f29bcec07b3d1d1c13313, '', 0, '?'),
(0xd6c9012feb12e372367935fcee0e61d3, 'wp-content/themes/usses/inc/jetpack.php', 0, 0x00000000000000000000000000000000, 0xc8f00596bf478684fc60b83957cc18b4, 0xa408a429aa28c9a47ed288be962da679fa935f7390b7e46cccc1b203628e6635, '', 0, '?'),
(0x0b2da025c10c901c15e14b2c93ac0b37, 'wp-content/themes/usses/inc/template-functions.php', 0, 0x00000000000000000000000000000000, 0xa1f22c4dbf55eef0aa6907bd8bde6f55, 0xf405131766c692e451fca4ffaed6f81049a60ab73951dfd834edd47519710fdb, '', 0, '?'),
(0xebc41ed6e2d35481dfbc614013693322, 'wp-content/themes/usses/inc/template-tags.php', 0, 0x00000000000000000000000000000000, 0x13be00898cca66f9fbd12e4c24d87e54, 0x6d78305246d3d53e6eceb623dc60fa63325a0775781b7ac99135b953d2e7b92e, '', 0, '?'),
(0x03a26c6ccd4a3eae76c505a6e368fa83, 'wp-content/themes/usses/inc/validate-functions.php', 0, 0x00000000000000000000000000000000, 0x982c06e5aacb6acadaa643e1fcd4e654, 0x74856f30c6e064e0bb7a0a722b80d326569e1cfe06caa0b1ca85e0fe6f8d0d45, '', 0, '?'),
(0xb7f343756b8222db8cc81fca7f4c30ff, 'wp-content/themes/usses/inc-controller/allocations.php', 0, 0x00000000000000000000000000000000, 0x2cfc9f06124343a0a8b1eb2b1e44c81f, 0xdbe37ef0e33eea58c66c549e35a2a34f8a6c9de5079229e5af22497e242fda74, '', 0, '?'),
(0xef2de58c3660acf379effa6f13c660bc, 'wp-content/themes/usses/inc-controller/companies.php', 0, 0x00000000000000000000000000000000, 0x46c005bc3fae6f55cfe5e587c31c4328, 0xdeff507b086488148bef26fce88a0a81e9ea4b1f0fab25b36a2cea75f3304d73, '', 0, '?'),
(0x8cc405c1eb3c86cf62edcb365b3952ed, 'wp-content/themes/usses/inc-controller/companies_allocations.php', 0, 0x00000000000000000000000000000000, 0xfba35556b8f02fc0a82c660caef2c77a, 0xa70fdc5dc61fe7fb8e3422c4ac85f303c1873f91cf3390a2990dffcbee18d2b1, '', 0, '?'),
(0x3d37469c247ffccdeb2bc7008e0c683d, 'wp-content/themes/usses/inc-controller/customer_certificates.php', 0, 0x00000000000000000000000000000000, 0x6a7c858999bacf11ea897f754d6a3ecb, 0x1c506ba61b25adaa6b1580e6e1a91b59158023d99469e86e56bddcd26470bc49, '', 0, '?'),
(0x3779ea125e336a5477a23caee69787ba, 'wp-content/themes/usses/inc-controller/departments.php', 0, 0x00000000000000000000000000000000, 0x3ab5d544981adea014909afc98e64159, 0xa6a246fdcfba038a8fdc49a19571ab3e0bda17c324ef44b7c920054b85fda9cd, '', 0, '?'),
(0x61cf7771bfdc8c051feb7467771f0b43, 'wp-content/themes/usses/inc-controller/shipments.php', 0, 0x00000000000000000000000000000000, 0x0479f16b2cf70d3e66cd20df26a6d004, 0xde235c96820e9ebf422308c3d8f60f62ec3a7dcdaa8caa2dc97a1f7fce4439cd, '', 0, '?'),
(0x3fa885e38dbbd9929d31025f46594fa2, 'wp-content/themes/usses/inc-controller/users.php', 0, 0x00000000000000000000000000000000, 0xd1a0abdaa539957b9ea942b5fd900fef, 0xe48ffb6240cb2df115421911dec95579e5d3424a7e81e6e4ef21b4425ccfc0ec, '', 0, '?'),
(0x1305cee4139b17441caeae6df841e4fe, 'wp-content/themes/usses/index.php', 0, 0x00000000000000000000000000000000, 0x9af4a0c5a4d3ba07d24596bcdedfd059, 0xd82307b877f7fd080bc3b328306e7edeac86e43cc9e268f9522ad7484ae88b9c, '', 0, '?'),
(0xac07061345471336e4a592f4b688d861, 'wp-content/themes/usses/js/backend.js', 0, 0x00000000000000000000000000000000, 0x1c5f958c5f704b4919ee695b1b8d56fe, 0x3443ad3512461f340e51f64bbf0085a6ee4ddbd6c969d6bcaf18563c04b206f3, '', 0, '?'),
(0x3a73f879e391f8f8d894b2b04eb53314, 'wp-content/themes/usses/js/bootstrap.bundle.min.js', 0, 0x00000000000000000000000000000000, 0xf81d0a1705048649befc8b595e455a94, 0xe7eca574383285f0826429a18b3ded5f09e2d00fdd9a9ef2f87a826d5b030728, '', 0, '?'),
(0xb794b8abf4d2c42f6f73f2111a00b528, 'wp-content/themes/usses/js/bootstrap.min.js', 0, 0x00000000000000000000000000000000, 0xf0c2bcf5ef0c4476508d79ec9cdcce07, 0x04c10670ee7d2267dfa08256a6eed855edc8d367049dd141f50773ca350b81b9, '', 0, '?'),
(0x67a9a8a6aecbdc4ea7d6530f263f3aed, 'wp-content/themes/usses/js/bundle.backend.js', 0, 0x00000000000000000000000000000000, 0x51feface5559145c03aac22f2ec392ee, 0x944bbe5298e0a226cb1c4c7ad07417c0dc68c1ed7cf38d0bc4f763ec337df406, '', 0, '?'),
(0xc504656869c216f2230a611838c64822, 'wp-content/themes/usses/js/bundle.js', 0, 0x00000000000000000000000000000000, 0x7fce9027a41e04135630a8a9c324ed10, 0xfc8f59f9dddf7cfaaf359b82a4bd2675ec5d80bd13e5b3660ec9c936ac374d6b, '', 0, '?'),
(0x1e81505dd2f6341ee55148a69d47ac64, 'wp-content/themes/usses/js/conversion_rates.js', 0, 0x00000000000000000000000000000000, 0x15d359ec25397f621b2075abd2545ff4, 0xc7c5edf847eca02793a8d1ff2adaaea998137e4bb43873ca38742c239c2d03f7, '', 0, '?'),
(0x8883329d24f435524014ccc113eaa6ba, 'wp-content/themes/usses/js/counter.js', 0, 0x00000000000000000000000000000000, 0xd19037c80413713f7bb5121df499dba6, 0x5cb75990b61d082691553c094c581ae9035004064ac9113eed28dfb40271b2af, '', 0, '?'),
(0x31182d7a59dc82824dd8ccd4ec72d67d, 'wp-content/themes/usses/js/countrydropdown.js', 0, 0x00000000000000000000000000000000, 0xd03ea5d072a831c01c94e348b198c292, 0xed86fc827c47cd5d89fefe5f9ff8038d89d91eb066159111a6a13800c41a2eea, '', 0, '?'),
(0xa18c888a11bbf7f30dfbd37b598539b4, 'wp-content/themes/usses/js/custom_funcs.js', 0, 0x00000000000000000000000000000000, 0x7ce143f54dfa866c36ac6782194a1b04, 0xf0d7fd266f13ceeb10f9c650f2ee3c51f01d29a53604157393b9352c760b0976, '', 0, '?'),
(0x1d8253ecb9a6a4b30b7797754ee0c1f1, 'wp-content/themes/usses/js/customizer.js', 0, 0x00000000000000000000000000000000, 0x2a3d4cafa4837be03e35db939f27b292, 0x237b3aeeb5853bccfef35515e347dbed1b1decdac002d152da886bcdb927afe0, '', 0, '?'),
(0xfa3f20d16552811dfb1d5f80f06bf75e, 'wp-content/themes/usses/js/jquery.tabledit.min.js', 0, 0x00000000000000000000000000000000, 0x71e26b7947e2004012807adb1eb9a35e, 0xb0afae4ba78ad41458e8ba3fe0305708dd5e83c17be02605850a2136b7b39475, '', 0, '?'),
(0x8079b11e8d00a98389d9b5f7c52a8946, 'wp-content/themes/usses/js/main.js', 0, 0x00000000000000000000000000000000, 0x696eb00fc6830b04c124c59c6793304a, 0x96e70bc7ac77d70976696eb5ce02acfa44cf7429040e9cbf35f73333af617c73, '', 0, '?'),
(0xc251e08143e095f93be96ac49ac6159e, 'wp-content/themes/usses/js/navigation.js', 0, 0x00000000000000000000000000000000, 0x827ea6040fd20e7935aac19bbca8c0f9, 0x416209a4f55a3d5e902ef08664369095b19d4ea4cb93745fe04f6edf55c9a44b, '', 0, '?'),
(0x5e1b69b82dbbed82d1227aa08d273f34, 'wp-content/themes/usses/js/popper.min.js', 0, 0x00000000000000000000000000000000, 0x70d3fda195602fe8b75e0097eed74dde, 0x6be2994b2c91d713d0b61b94aed07435e94c37b1c760465189f6f77ead60a43e, '', 0, '?'),
(0xaa28d531e2614dca9181cb3040d60f52, 'wp-content/themes/usses/js/select2.js', 0, 0x00000000000000000000000000000000, 0xa561a2cd08feb9aba10c2548c07c48e6, 0x6c56e00be592d8c06ca1953dba98679f906b2514102bf71f4da4f992e4ff61f5, '', 0, '?'),
(0x9d860227048dbde5956528a2af87c459, 'wp-content/themes/usses/js/utils_old.js', 0, 0x00000000000000000000000000000000, 0x83ef8251eee80a76f4ce346d003af3ad, 0xc478882db410c3f02247aeab5eb2ffe771f06139d90cd29f5fb65bcf4a522447, '', 0, '?'),
(0x3b449202468bc7a38f5a549019c1563a, 'wp-content/themes/usses/page-about.php', 0, 0x00000000000000000000000000000000, 0x330a809bdeee22e3917b4d2a34a17038, 0xf64acfb08a6b15c263449159cd03c95d38e4bd805a42b6d15516a5e5fbadbc9c, '', 0, '?'),
(0x4db0e1ef56fe338a9a777327b08db176, 'wp-content/themes/usses/page-home.php', 0, 0x00000000000000000000000000000000, 0xd808c60b0d42e93ef810b0bf9dce621f, 0x5ec4028cce7686c69236b7f1c6b8bbb52cc7eca1750565b4892fa60ad87ca469, '', 0, '?'),
(0x8e6c6c29d4677b4570ed36994b7327a4, 'wp-content/themes/usses/page-login.php', 0, 0x00000000000000000000000000000000, 0x053fd16273116ada5e6a4fd72654e333, 0x7a4f6a1bec5e6223842cb0e335889fcf08ef02eecefb7b95fbc5a71a99f551fc, '', 0, '?'),
(0x51d22ace639a083a4132d2e3e9faae69, 'wp-content/themes/usses/page-register.php', 0, 0x00000000000000000000000000000000, 0x5d946bf33d246ff85ac17e14b0f78c56, 0xc62823555ca6231451a812c974ce244c4634af8e1aab8d9532cdaac5cf8816d9, '', 0, '?'),
(0x3f677712dee0f5f3d6cbcb2bbd1469cd, 'wp-content/themes/usses/page-view-certificate-preview.php', 0, 0x00000000000000000000000000000000, 0x39fb5148957d7ae14d0e33e0d0708b16, 0x2b265eef3cb7f75d986a16fb351bf7fb5374f1d0d480a7cb4a5479ce68263c84, '', 0, '?'),
(0x9a29061d13cb69566bc2a40420adc5f5, 'wp-content/themes/usses/page-view-certificate.php', 0, 0x00000000000000000000000000000000, 0x7023058cc8630d0f4ff8f1d7f117ebc4, 0x69c671ff22943d6238d51690ef4f8cbdadf1a1f56ab514a993c7f94954d48552, '', 0, '?'),
(0x64990f3066a172bc8cd64103d5fca9c4, 'wp-content/themes/usses/page.php', 0, 0x00000000000000000000000000000000, 0xc5ed3653e97b5057f2da34d4e0dbc7d0, 0x563ee43ba56dcfd10f0fb146083ce09cbccca4227536d049316427623437a72b, '', 0, '?'),
(0x30565860f82941b08d850a65f7cdb759, 'wp-content/themes/usses/plugins/datepicker/bootstrap-datepicker.js', 0, 0x00000000000000000000000000000000, 0xa0791b34a83f1ade526a746819c48272, 0x6f2e2dab154e22cf25efb895166a8898f77482afd5753c6cccbee5ecc03d969b, '', 0, '?'),
(0x438c32fb9ac4c50689066f883bca90bb, 'wp-content/themes/usses/plugins/parsley/parsley.js', 0, 0x00000000000000000000000000000000, 0x19c307e22ac1a602310939f99b617856, 0x3f5adeff07fb4fc697fa0765eb7da55f17655ff02309c98f1c55f9659837941d, '', 0, '?'),
(0x364894341ff7e1aaf4d76c5b234e614b, 'wp-content/themes/usses/plugins/select2/select2.js', 0, 0x00000000000000000000000000000000, 0xa561a2cd08feb9aba10c2548c07c48e6, 0x6c56e00be592d8c06ca1953dba98679f906b2514102bf71f4da4f992e4ff61f5, '', 0, '?'),
(0x53e013781470999d4a959412132d6866, 'wp-content/themes/usses/plugins/select2/select2.min.js', 0, 0x00000000000000000000000000000000, 0x4def06ec51f3977106a00c71f14f21db, 0xbcf676cd89f684f00484ff5a637b8a281fb421a46dbdf15dd4aad9b91da9495e, '', 0, '?'),
(0x1ab774e5cb1a13a7b3b2a33227c23838, 'wp-content/themes/usses/search.php', 0, 0x00000000000000000000000000000000, 0x6989f743c4967279d4feb090c1d545dd, 0xcab07d4c6c2273a0273a322161eaaaf30699fe571d9de8dd6f4a6f4d057038e5, '', 0, '?'),
(0x4ec7d06cef6e2289c3221fbd6530fa3c, 'wp-content/themes/usses/sidebar.php', 0, 0x00000000000000000000000000000000, 0xe7551507fa0d8ef7f598b92cc5e4ce89, 0x2431e3d944b900edb14fb539f729f5106b0d7a2ec455488b8b6041088ed9cf61, '', 0, '?'),
(0x75907c2fafbd336bec47e53e569c24cb, 'wp-content/themes/usses/single.php', 0, 0x00000000000000000000000000000000, 0x3defdaa6ad339fc2411141ca45e0bfff, 0x94828b8b657b07c3dd23582867f2b631f4329e4db58ab9a57c2f8684f392a404, '', 0, '?'),
(0xda86a2a6b660615bfadf85fd6719b88d, 'wp-content/themes/usses/template-parts/content-none.php', 0, 0x00000000000000000000000000000000, 0x648937ad1fd79e9eea252f120899ad40, 0xc6ab7ed2ba4f902234dd19ee96b57a8c6d6b786f405d44f018ae8285725ebdeb, '', 0, '?'),
(0x5865811bb3aff6080756a5347f581f59, 'wp-content/themes/usses/template-parts/content-page.php', 0, 0x00000000000000000000000000000000, 0x15300e00de5ec69d101c8d739c1af8b5, 0xb23e68bb058882d2e4720b9f9aef16ffbc4d958489ff8b15de847c9959e73178, '', 0, '?'),
(0x5ba5ea453d2f66c31eeb3f6d64678f0c, 'wp-content/themes/usses/template-parts/content-search.php', 0, 0x00000000000000000000000000000000, 0xdc3e8d74b1b0d1998dc75de2cd3a050a, 0xbb84d3f74cfbf4e8239ea57ef4aaf97f670f6e8e6bd0dabe2c0546100b3f2618, '', 0, '?'),
(0xf00cb50bf6a231486860bccc9c3e7456, 'wp-content/themes/usses/template-parts/content.php', 0, 0x00000000000000000000000000000000, 0x2af3016168d6af234b78f125bc371aca, 0x41d5ca54b52c1974257ed391e2c78d103d1f102d7882bac16e7638c644752360, '', 0, '?'),
(0x2b108f5a097aa2325a211e29817d553b, 'wp-content/themes/usses_old/404.php', 0, 0x00000000000000000000000000000000, 0x5b178d204d48d2ca17e0fd31d677f323, 0xe0d4902987ec9c7d2093555cc46a9fb0c4a638ef1fe25ecd4d72bcb9d2bb120e, '', 0, '?'),
(0x874e304f24374e414157e460c8042f83, 'wp-content/themes/usses_old/archive.php', 0, 0x00000000000000000000000000000000, 0x678e646e2b08355fe0b1d83dcdbcc04c, 0x17b4fc7beee175f8b72d494a2f0ce46dbcaea83eb1ed3ff0bcc7556b59b7c0af, '', 0, '?'),
(0x4e17155dcca6b2467e22fad506987dae, 'wp-content/themes/usses_old/comments.php', 0, 0x00000000000000000000000000000000, 0x96aaaaabf51138250650c86f8d10b4ad, 0xb44431bf0d0eebd48d43077610f92c7ec593151804aaab728eee31eb4325f12b, '', 0, '?'),
(0x117c77afab61ed1e75606d43df1e7784, 'wp-content/themes/usses_old/dashboard-account.php', 0, 0x00000000000000000000000000000000, 0x54672257ffb638d513a280aa2a0e6f7d, 0xd1f9a8a08cb151b12edd3e82a8c4777a07f005980a915ce1149ea22ab8efa2b2, '', 0, '?'),
(0x83ce5c57fb5eb70f1d5b8520f0b8189d, 'wp-content/themes/usses_old/dashboard-allocation-approval.php', 0, 0x00000000000000000000000000000000, 0x70e5c72ec39f895a04c5d44c98f3d73f, 0x10ee07d8c829e93155344dbdd55c820bd3a7685501c727754b54b677e2efbd50, '', 0, '?'),
(0xa0ba0e68c237e2f95c6c02bed9e6c627, 'wp-content/themes/usses_old/dashboard-allocations-add.php', 0, 0x00000000000000000000000000000000, 0x6777ee52471fbc94b21a6d17bc586e99, 0x00100765f692784e08a06908a317877e691fe4ba37e61c1f35aa1d1c1e6648b8, '', 0, '?'),
(0x25c151637028bd1359f1c0f70394c49d, 'wp-content/themes/usses_old/dashboard-allocations-company-allocation-add.php', 0, 0x00000000000000000000000000000000, 0xe17ad1b37a90c069194e7d1b917af7ea, 0x75d0e749b06de1cc093ee7d5a39920471a4fb245c9b107ce1f6311043c5f7100, '', 0, '?'),
(0x1322fdf528cadfcabd64075386c0c355, 'wp-content/themes/usses_old/dashboard-allocations-company.php', 0, 0x00000000000000000000000000000000, 0xceafa8718efb60123d5559192c232bd2, 0xe5aff7c5c7109741c05392a2b16acf30ceeb0f4eddd561194a7d1753cefe5a1d, '', 0, '?'),
(0x3acdef07d28c210532c01440c6c571ef, 'wp-content/themes/usses_old/dashboard-allocations-edit.php', 0, 0x00000000000000000000000000000000, 0xfb320ece632a8d79a772a15966c07c90, 0xcbdc4996b6db9f73b8ca569125d4afe2e56203eadd09d53e9202a02157ce8123, '', 0, '?'),
(0xfc7b66b40461927deeaf0142424e3981, 'wp-content/themes/usses_old/dashboard-allocations.php', 0, 0x00000000000000000000000000000000, 0x95fae7482a5e3ca9e4c5846068a468f3, 0xa2ca4e93196f7ecd157f99d23e96bcd45dacd82723ad77e53d387dcf4f4d6a7c, '', 0, '?'),
(0x2473b7fdbcfcf952ccad5c965f948751, 'wp-content/themes/usses_old/dashboard-companies.php', 0, 0x00000000000000000000000000000000, 0x13f2b980f4ae6f46aecfeb56fecf1299, 0x87e8ad6be34ee00ef40553b3214edd6485d0233bbb679daef7486a7470f2ab39, '', 0, '?'),
(0x0b315b4c4d5cd4143fa8e2c9ca1f2a99, 'wp-content/themes/usses_old/dashboard-company-approval.php', 0, 0x00000000000000000000000000000000, 0xc8d7e1f726958703ef7244bba2ca5b20, 0x5d70f1209dd85e22fc7f087db7a9125f88321bec8a09560bd19199d333c77ee1, '', 0, '?'),
(0x7f84b5b7e7cf8c4c64a55f89ad3889d3, 'wp-content/themes/usses_old/dashboard-company-details.php', 0, 0x00000000000000000000000000000000, 0x29b0d691fd264dc6041afabc11119607, 0x5679a6cab5f4403781ff00bc4e37931b8557f78439356333e83c4b4d2d021739, '', 0, '?'),
(0x05453b5a2e9308f8472f1195cf2a3256, 'wp-content/themes/usses_old/dashboard-customer-certificate-add.php', 0, 0x00000000000000000000000000000000, 0xdd0c73af34066f5ca053c35921e4765e, 0x06eb1896ce84ca5664eda8b5bb848850377296e20430840ebd19ee20aee80386, '', 0, '?'),
(0xc1bb5e8daecf206c6cdbb9b9380c46c7, 'wp-content/themes/usses_old/dashboard-customer-certificate-approve.php', 0, 0x00000000000000000000000000000000, 0x9731e649105cb1c3a42872610470b403, 0x6e5d2ea8c34e38a6d8ec2b5471f3caa1b72b3d4ced83e59cdb4ea6550b66dbde, '', 0, '?'),
(0xa5d6abe03eff133f3e8b08b17297f676, 'wp-content/themes/usses_old/dashboard-customer-certificate-confirmation.php', 0, 0x00000000000000000000000000000000, 0x3a4fd7a01627f1292a05b4a0f24c6100, 0xc95048f8447fd95922e7c39757cb318437bbeb9e7687bd4ca207f359088db1f1, '', 0, '?'),
(0x939ba7ea26a9405096cd1d7ef0255d25, 'wp-content/themes/usses_old/dashboard-customer-certificate-dashboard.php', 0, 0x00000000000000000000000000000000, 0xc4170430ca5912afd14c89c490b70b6a, 0xf22d514363af1396200cb5734a27682f56469f95d044ca09318ce99ccd155fee, '', 0, '?'),
(0x6900ed618e7a4f53c045ede8f3d5ac9b, 'wp-content/themes/usses_old/dashboard-customer-certificate-validate.php', 0, 0x00000000000000000000000000000000, 0x08f7fa4c5d2d7bc59fd65b578d2aafc1, 0x5ff819be0186d00b388557c2a0d0942385fadf486afb664935c19fef0890aca6, '', 0, '?'),
(0x3e10034d920c6760f64c4ba1bc1c4e7f, 'wp-content/themes/usses_old/dashboard-customer-certificate-view.php', 0, 0x00000000000000000000000000000000, 0xe4829d41f2abf0eebda2d2c4e1059b24, 0xbd4d2d35a53304f7af86fead49a82dc4c54f2ad9722d727b7ecf1347fcd108ba, '', 0, '?'),
(0xbe3b975111796d19f2560c1897e775f0, 'wp-content/themes/usses_old/dashboard-customer-profile-add.php', 0, 0x00000000000000000000000000000000, 0xf5b9ca93f93c93fb49cacc46cae5a005, 0x92030b98c5b40b2acc0f7d7840b0ecbe633b5afea9ddbb2ee5c1d7f2cffad57c, '', 0, '?'),
(0x530b9df4822e555b0eaed57c37a72808, 'wp-content/themes/usses_old/dashboard-customer-profile-dashboard.php', 0, 0x00000000000000000000000000000000, 0x6359db920940e56ea4545318fe28ef74, 0xba7af397d0ed0d429f3161467bf1214c8061782af43860ec22d57b528f75c571, '', 0, '?'),
(0x7c82eb4807da5574e24a05fc3ac77be5, 'wp-content/themes/usses_old/dashboard-customer-profile-validate.php', 0, 0x00000000000000000000000000000000, 0xab786df36bbc4727749e8034e34a4732, 0x8fefa0170c7428e85aaea465a8b3d73a603c3301ca833d59a42cc102a4cba541, '', 0, '?'),
(0x2c6a06537dd9278517c8fed38ab238dc, 'wp-content/themes/usses_old/dashboard-departments-add.php', 0, 0x00000000000000000000000000000000, 0x1236ed3d57cac8f39d15680fd1f95921, 0x1ffec1f9ad27b17b6e2cda3c15a83d0338b4fcdcfa54174cad942167b18ed29d, '', 0, '?'),
(0x4064c378b8372aab81c0c1f87bbe76ba, 'wp-content/themes/usses_old/dashboard-departments-edit.php', 0, 0x00000000000000000000000000000000, 0xe50643e8ae7e258022a0dba31ed3588e, 0x44db3890e37e8310a8a1fb58e595b050ce29a89417aef26fc1eda3817fb1b58b, '', 0, '?'),
(0x8f87bf329d2c06a51fc21fa766a42f15, 'wp-content/themes/usses_old/dashboard-departments.php', 0, 0x00000000000000000000000000000000, 0x04cf44b36fd6f319350032f124d7863d, 0x182f18c5615301df1edeac2f0610ceeb3d6c1c5130428192fb18e78ec5991707, '', 0, '?'),
(0x967d4f591f056f34c0f43eb266fa4853, 'wp-content/themes/usses_old/dashboard-home.php', 0, 0x00000000000000000000000000000000, 0x8bc9b5faca37cc7638c9cf1e8b649203, 0x7cf2178580511bd39aec492c66ee6283522a9bbd873714095d70ab19f91e2baf, '', 0, '?'),
(0x07c37d751d581b58f9eb79f0df1ba152, 'wp-content/themes/usses_old/dashboard-my-profile.php', 0, 0x00000000000000000000000000000000, 0x0f3fed2501ee59c7cdc86b6861b5ccfd, 0x42674133eaec84921841a14c2386a8f6346753d339f2f76dd18eb08add756192, '', 0, '?'),
(0xc5e173925a96145c533fb2425351386d, 'wp-content/themes/usses_old/dashboard-profile.php', 0, 0x00000000000000000000000000000000, 0x2b3162b3a535f6a9e2690600ce8d27d7, 0x52be9ad8ffd128354373e82008f8fe7c421a772a19458088422857af151ad4a1, '', 0, '?'),
(0xe0641029217ccab87ba6dc70877b6010, 'wp-content/themes/usses_old/dashboard-ses-user-add.php', 0, 0x00000000000000000000000000000000, 0x6fc2c94f3f7e66a780512cca476c9a43, 0xd73747c404b2729819b7d4b6fbae8e13824252039d813dfbae9ad85ab25e3977, '', 0, '?'),
(0x8928ee94006c6f4d8789389908bd4b49, 'wp-content/themes/usses_old/dashboard-ses-user-edit.php', 0, 0x00000000000000000000000000000000, 0x48109e6920987d2f0cca33cc0155daf1, 0x88810e49f84128dd31e53042895b92e3cbd042122c93230a843f02df5cc49cee, '', 0, '?'),
(0x9a2fc90650e88f838d249b5d20975166, 'wp-content/themes/usses_old/dashboard-ses-users-listing.php', 0, 0x00000000000000000000000000000000, 0x16229590d399221820266e5cbb461c2f, 0x1fed7c38514f28505343edac9ebb6c8376ea22a7bf79927eee962412f56104b9, '', 0, '?'),
(0xdad8954c3cc416bfec2eac4e7660246e, 'wp-content/themes/usses_old/dashboard-shipments-add.php', 0, 0x00000000000000000000000000000000, 0x8d445da14c6619e6cfaf2d2a5ff4058a, 0x6fba7811cdda132b372ffe9f9f4fdd5c984f9c1a62845491d7002460364caf2e, '', 0, '?'),
(0xf3016fccb12a0194071617dadaf308bf, 'wp-content/themes/usses_old/dashboard-shipments-edit.php', 0, 0x00000000000000000000000000000000, 0xd8fac9acc3aba8ddb36ea8892078d4cd, 0x5d3c7b62b7e14688e9fc70a6406a7f031751e35d5585ebe8d245b5b940dd9fca, '', 0, '?'),
(0xde35e69a83a781652e7f0eaf7eda7985, 'wp-content/themes/usses_old/dashboard-shipments-validate.php', 0, 0x00000000000000000000000000000000, 0x4b6aef3c9eb6d32eb654fb5bcb3ebef7, 0xb67fa97c055bc583faf1cabc795926fd650b7adceb1b1ea51f00e30c9179ce96, '', 0, '?'),
(0x644dff1a9bb71da83b4c1b7f9d359ab7, 'wp-content/themes/usses_old/dashboard-shipments-view.php', 0, 0x00000000000000000000000000000000, 0xfa0078680455f06ef5cc29ea99d9b39e, 0x9c8718eba6fb3f0dd45be367421c8522f5497cbb44fae367e430653564d8eaaf, '', 0, '?'),
(0x9f737806f291d98525d689495caae231, 'wp-content/themes/usses_old/dashboard-shipments.php', 0, 0x00000000000000000000000000000000, 0x54d31be3e008b0a56f0296a3a4d83d28, 0x40f56c713a7c6300e1899ab45f6047c6d1df4c5966e3470bc25717c78dae8747, '', 0, '?'),
(0xcf0bec861c45ae8c4dc2dc28fd3d716c, 'wp-content/themes/usses_old/dashboard-terms-and-conditions.php', 0, 0x00000000000000000000000000000000, 0xecdac7179b2746b49786b5b300594454, 0x1f89564bd0f4a0a80279a95740b4d7d585a7b3c06fb780e038110292ab9d9799, '', 0, '?'),
(0x2d387b93ade58132948cfc5eb605eef0, 'wp-content/themes/usses_old/dashboard-user-add.php', 0, 0x00000000000000000000000000000000, 0x08512d42321fae205b6c7fa5cfa04be9, 0x0a2bbdb62b7ed09924c816801c37b323920685f858ea6121972489915cd7a2cc, '', 0, '?'),
(0x8052e6d21724c0dedb569ef5a16a936a, 'wp-content/themes/usses_old/dashboard-user-edit.php', 0, 0x00000000000000000000000000000000, 0x022f4f59208aec0c8b1326a942208491, 0xd9c43d21ee8f7250431008499135c5b3c19ee54e99f61752e3b69c86118edbc3, '', 0, '?'),
(0x33278d22cedf95d934fff168ea9b4e55, 'wp-content/themes/usses_old/dashboard-users-listing.php', 0, 0x00000000000000000000000000000000, 0xac4d44c3438ae35ef510c379271b8259, 0xc5072994c28258716091c2af7eecdae139d410803e47ca025fbf30878dc8cd57, '', 0, '?'),
(0x85f16b10c3a76c23a0bddfff9f45a8dd, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-brands-400.svg', 0, 0x00000000000000000000000000000000, 0x5d10d00980077f67990f73b1961bc46e, 0xd9266003b3daa4564d684a5b80a00a4a97aab838b83cfbed8063aedaac8e8fc0, '', 0, '?'),
(0x11ab6714b7dc6120e668547a24dd6408, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-regular-400.svg', 0, 0x00000000000000000000000000000000, 0xd0fdc7c20b0b0b1aaf27327547735fa3, 0xa6ced34f96bc128e6715a1e4e416a213c1a8e82505218d8632797a27368d8cba, '', 0, '?'),
(0x9d9c0021e8942515a53e77ff71bdd970, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-solid-900.svg', 0, 0x00000000000000000000000000000000, 0x2306f642b31b774ba1d8b6b784539e19, 0x56986b48a94932f01d70cfe83907b0c15b759de892a6bb37fc431f6dfacbc53a, '', 0, '?'),
(0xc12059b73ee2cff79c0f9a56146b1ec1, 'wp-content/themes/usses_old/footer-dashboard.php', 0, 0x00000000000000000000000000000000, 0xcb438c743698fc660d2969df3e2bdfae, 0x089d075fde8adee70d9353f382ec97610d1ddbf8c17b621801044feca0f22c27, '', 0, '?'),
(0xc98f00ec6543fc04107dd5a796fc12d4, 'wp-content/themes/usses_old/footer.php', 0, 0x00000000000000000000000000000000, 0x408f31dfc5c53eefda51bd4b3d08235d, 0x867489bc1037724882af1d349c79d361b51eeb4f1d22d89a0f16937d59560101, '', 0, '?'),
(0x2a1e23e8edb258bdee797dbc81eddc80, 'wp-content/themes/usses_old/functions.php', 0, 0x00000000000000000000000000000000, 0x8055aefed354ba8f9351459397063b44, 0xe47c972b429bf99e27bffc0ef51ffb4b5f2cdb66c266a8a3c2ce9ac68ee3ac30, '', 0, '?'),
(0xbe72cc5777564375d8094a7dbb2d8891, 'wp-content/themes/usses_old/header-dashboard.php', 0, 0x00000000000000000000000000000000, 0x4ee401d989e03e9826547bf03bf5d192, 0xfe875e7ccf6d6e0315f4b401bcc6162cb5abb2015500334cab43676c3558ca2b, '', 0, '?'),
(0xe84647504b2e4caf58051abb912319e1, 'wp-content/themes/usses_old/header.php', 0, 0x00000000000000000000000000000000, 0x138699efe82785c82ac3216a88ded876, 0x8a26fd7a13b64c8a9a18cb80e2c97b15b1e5a964b13313a7aa6609f02fe94a46, '', 0, '?'),
(0x63698bedb82a8fbfb33ea902ec227b70, 'wp-content/themes/usses_old/img/Protocol.svg', 0, 0x00000000000000000000000000000000, 0x959536e30cfecd952498c0215d827196, 0x88ee40b23965fb4dd0596e647f14334f928f0a4801331141448cc7569fa44bb7, '', 0, '?'),
(0x2b8f378143401b58af2719f95a9202ae, 'wp-content/themes/usses_old/img/Specificity.svg', 0, 0x00000000000000000000000000000000, 0xc70c499acb412939565792540ccb11bd, 0xf10e1540e43811050c6020dd290ccb419f02027fb9050a2ce4206064b278a4b0, '', 0, '?'),
(0x343ba5ca6f0f68575cf85282dcd9f5a3, 'wp-content/themes/usses_old/inc/acf_fields/attachment_fields.php', 0, 0x00000000000000000000000000000000, 0x97d8ba598503f2efd6a12427e00d411b, 0x595d98128a080f0c69c20afc961856e0568d2981ba715f4555c92ae7c4144644, '', 0, '?'),
(0x05224bb8f2d1bc23431bbd34969cbdf8, 'wp-content/themes/usses_old/inc/acf_fields/cards_fields.php', 0, 0x00000000000000000000000000000000, 0x532c33d99c42d3353e76ed6a2b9ee0af, 0x9eb9d3b09bcac1935cb47b70fe4fabf9f9f7c323438ef6c3336adb80d7dbec7c, '', 0, '?'),
(0xefe81457eb05d730c6e8954287c6220f, 'wp-content/themes/usses_old/inc/acf_fields/contact_fields.php', 0, 0x00000000000000000000000000000000, 0xa8dfb262f87abf137217ccafb10520c0, 0x9187745cd58ee7b2e5156fcb929b26eb187dcf447f643d7936aa6ba571a24b0d, '', 0, '?'),
(0x20e628128124c22b67be6d1813a0c9c0, 'wp-content/themes/usses_old/inc/acf_fields/copy_block_fields.php', 0, 0x00000000000000000000000000000000, 0xc14c8f176d1d0aa5508b55efac0bd90d, 0xa8c8388430ede068cf734e8a4e8b2d3264b852c8b387b56ed96e7d8548d0be29, '', 0, '?'),
(0x85e4cad9d614a895517d2e04d40f89c0, 'wp-content/themes/usses_old/inc/acf_fields/footer_fields.php', 0, 0x00000000000000000000000000000000, 0x37075b7b72b906d5ae83d7bdff9883fd, 0x67a0d5a9cb6868c9491f3f034756ad3f6c08746c80595cdbaa99349fdd012804, '', 0, '?'),
(0xb430c8cbfb6a98e1947d667a06efcd94, 'wp-content/themes/usses_old/inc/acf_fields/header_fields.php', 0, 0x00000000000000000000000000000000, 0xde2fe2b79b339de37559768cdc7d4d0b, 0xc575dcd29ddf8e9a6723c8b4c7a4d677c6cf0f366638baa5ea1ef144b8bbcf12, '', 0, '?'),
(0x6e5038201296e09e79c3c4f38ef03bfd, 'wp-content/themes/usses_old/inc/acf_fields/hero_header_fields.php', 0, 0x00000000000000000000000000000000, 0x65e899bf2beec43a7e39e0729e3762df, 0x77fa08ed69e6467b2fa639a40b8ece76a558479bf28d823bb9dc5f8781d0bcb4, '', 0, '?'),
(0xd84a068a5d8bcf5d5decf31e71004938, 'wp-content/themes/usses_old/inc/acf_fields/partners_fields.php', 0, 0x00000000000000000000000000000000, 0x9512b7deeb05f52a9c71cbce2bafc5dd, 0x4fc6c26fef9a4d91d13e552ce3589461429255b5d7852a30ebf2d1b2e4c05556, '', 0, '?'),
(0x39ab8ec799d6de596bbea264e0d1d94d, 'wp-content/themes/usses_old/inc/acf_fields/slider_fields.php', 0, 0x00000000000000000000000000000000, 0x82e0301eb2497ef18d032085224e4b25, 0x93d3b0d50c4a45e728b5bf0e0def99610bd5b7b01706110de3cfd5b574895dd4, '', 0, '?'),
(0x1bbdbcb143d5d8b49e068ad7c50cccf0, 'wp-content/themes/usses_old/inc/acf_fields/theme_settings_fields.php', 0, 0x00000000000000000000000000000000, 0x68e7473e0ba0b9cde8add9ca91588404, 0xb74e0b6e12dea8fd402e7613265d8d11aa456dcf3cca5d76da93b35e1890565a, '', 0, '?'),
(0x9dc46495a85989cceabdea14c767342f, 'wp-content/themes/usses_old/inc/acf_fields/tos_fields.php', 0, 0x00000000000000000000000000000000, 0x8baf7bf712ed7842117fd0895798d02e, 0xf51b6a0afe1e06b65433b197d93734e3d668fed3e05ba29ffce9fb2681628ffe, '', 0, '?'),
(0xee62efefe8e620bf3db7915b3ea03c84, 'wp-content/themes/usses_old/inc/acf_fields/usses_counters_fields.php', 0, 0x00000000000000000000000000000000, 0xf06a604c2a151790ce62352c4338663c, 0xa38f9424686589bdcd081c6804b962a6d7adde7979701aa900fb1295e28c173a, '', 0, '?'),
(0x58f1454ede9d386b0c3280ba2c87ad83, 'wp-content/themes/usses_old/inc/constants.php', 0, 0x00000000000000000000000000000000, 0x8dfe3a5a9aff67e177251b1b279c042c, 0xa97657c46e88d25157ce43fbf3fa48ff42a609caaad62523d77ca9a437560853, '', 0, '?'),
(0x2ec715a705e4e70fe66fbd8aed24fd24, 'wp-content/themes/usses_old/inc/custom-header.php', 0, 0x00000000000000000000000000000000, 0xea8d5241acb5d48127241a4c59382fe1, 0x23b997e3821401addd6d8c6de051d3733731e73fe2b51936e80e219dbf9f1aed, '', 0, '?'),
(0x886ded12592ab1f1ef27d2ec49016b74, 'wp-content/themes/usses_old/inc/customizer.php', 0, 0x00000000000000000000000000000000, 0x6f989f01e3c1b694891470ca35770848, 0x5e3e0fbf69b575cafe8604aa1c860ee34f4544bd373e33fffff0f22e5466d010, '', 0, '?'),
(0xa3d50134863ed78686fac6564bd4bf83, 'wp-content/themes/usses_old/inc/email-functions.php', 0, 0x00000000000000000000000000000000, 0x07341b98a6a19afdcd2936a150d3afad, 0x7a5cfc1832fb1b2c87e612b0fbae03c3ea9d12f9d3e0c8cff26776252b891269, '', 0, '?'),
(0xabcaafc98102c5d5c987dcecc635ecbd, 'wp-content/themes/usses_old/inc/form_helpers.php', 0, 0x00000000000000000000000000000000, 0x404b400cbe7542db3fd9543b54cd28a6, 0x1e96483a4092b316f1d5e5e83bb4a17efb7a4f01c51f29bcec07b3d1d1c13313, '', 0, '?'),
(0x86b5138d47521fcf6bb548a8e27cff09, 'wp-content/themes/usses_old/inc/jetpack.php', 0, 0x00000000000000000000000000000000, 0xc8f00596bf478684fc60b83957cc18b4, 0xa408a429aa28c9a47ed288be962da679fa935f7390b7e46cccc1b203628e6635, '', 0, '?'),
(0xae8302b1e1b7fe4cf58272d8169e4bf8, 'wp-content/themes/usses_old/inc/template-functions.php', 0, 0x00000000000000000000000000000000, 0xa1f22c4dbf55eef0aa6907bd8bde6f55, 0xf405131766c692e451fca4ffaed6f81049a60ab73951dfd834edd47519710fdb, '', 0, '?'),
(0xc794a08b6a558be483aafe1db2f15a49, 'wp-content/themes/usses_old/inc/template-tags.php', 0, 0x00000000000000000000000000000000, 0x13be00898cca66f9fbd12e4c24d87e54, 0x6d78305246d3d53e6eceb623dc60fa63325a0775781b7ac99135b953d2e7b92e, '', 0, '?'),
(0x4d90b6499e4a54689a7d285885da4338, 'wp-content/themes/usses_old/inc/validate-functions.php', 0, 0x00000000000000000000000000000000, 0x7b1d48d4982efdad38de3b531c03a547, 0x6b140ec37bd723c0053b13af19049ab03949bf88efd2c64e4ce4cb72f9393aeb, '', 0, '?'),
(0x3e8c1eb9f1491121ff26351f3f0e2664, 'wp-content/themes/usses_old/inc-controller/allocations.php', 0, 0x00000000000000000000000000000000, 0x2cfc9f06124343a0a8b1eb2b1e44c81f, 0xdbe37ef0e33eea58c66c549e35a2a34f8a6c9de5079229e5af22497e242fda74, '', 0, '?'),
(0x4ec0b896c63110a0d5d572a7961e181f, 'wp-content/themes/usses_old/inc-controller/companies.php', 0, 0x00000000000000000000000000000000, 0x46c005bc3fae6f55cfe5e587c31c4328, 0xdeff507b086488148bef26fce88a0a81e9ea4b1f0fab25b36a2cea75f3304d73, '', 0, '?'),
(0x1d1c9aefe04ae1cd757de2c10c0a6737, 'wp-content/themes/usses_old/inc-controller/companies_allocations.php', 0, 0x00000000000000000000000000000000, 0xabee039bd7b044385ae2555d41b3a80e, 0x94a957a71990a3afac7c0d3ff5ad149fd705de839e3d2d31a32b2e928198818f, '', 0, '?'),
(0x596403143ae622e342d01a2c4ccaf965, 'wp-content/themes/usses_old/inc-controller/customer_certificates.php', 0, 0x00000000000000000000000000000000, 0x2968adf9b62630fff90409b8c0238155, 0xa86844ac474394f2be88e1110048a34c6c50ba8a0d2e4fa0649a6cfabd0bec11, '', 0, '?'),
(0x04ee3e53adba55ea0ea36a8a50be6272, 'wp-content/themes/usses_old/inc-controller/departments.php', 0, 0x00000000000000000000000000000000, 0x3ab5d544981adea014909afc98e64159, 0xa6a246fdcfba038a8fdc49a19571ab3e0bda17c324ef44b7c920054b85fda9cd, '', 0, '?'),
(0x0651e9ecfc3fc93d8123350f70f1e464, 'wp-content/themes/usses_old/inc-controller/shipments.php', 0, 0x00000000000000000000000000000000, 0x0479f16b2cf70d3e66cd20df26a6d004, 0xde235c96820e9ebf422308c3d8f60f62ec3a7dcdaa8caa2dc97a1f7fce4439cd, '', 0, '?'),
(0x924ac71f5a6a03865d2e893dd62a7b13, 'wp-content/themes/usses_old/inc-controller/users.php', 0, 0x00000000000000000000000000000000, 0xd1a0abdaa539957b9ea942b5fd900fef, 0xe48ffb6240cb2df115421911dec95579e5d3424a7e81e6e4ef21b4425ccfc0ec, '', 0, '?'),
(0x6c7a10a7076ce80d3929e55a98a88006, 'wp-content/themes/usses_old/index.php', 0, 0x00000000000000000000000000000000, 0x9af4a0c5a4d3ba07d24596bcdedfd059, 0xd82307b877f7fd080bc3b328306e7edeac86e43cc9e268f9522ad7484ae88b9c, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x9a4c2388383e0c91f49c0f9f6211f7eb, 'wp-content/themes/usses_old/js/backend.js', 0, 0x00000000000000000000000000000000, 0x4fea15e8b053b11204474e24de6910fa, 0x8870ced9a27ef05759f9de4b1e6e2ac25330138d4e86cb8d624d3441f177b22d, '', 0, '?'),
(0xe49af652b780b3c7155429ab3d76b9d5, 'wp-content/themes/usses_old/js/bootstrap.bundle.min.js', 0, 0x00000000000000000000000000000000, 0xf81d0a1705048649befc8b595e455a94, 0xe7eca574383285f0826429a18b3ded5f09e2d00fdd9a9ef2f87a826d5b030728, '', 0, '?'),
(0xa8af6a1219d988fc8bfac2d68bacc629, 'wp-content/themes/usses_old/js/bootstrap.min.js', 0, 0x00000000000000000000000000000000, 0xf0c2bcf5ef0c4476508d79ec9cdcce07, 0x04c10670ee7d2267dfa08256a6eed855edc8d367049dd141f50773ca350b81b9, '', 0, '?'),
(0xc43d48ec756b8996e62911942225aa51, 'wp-content/themes/usses_old/js/bundle.backend.js', 0, 0x00000000000000000000000000000000, 0x133e25c44bb6f5d85ed533d49225fe94, 0x719da5079286558c64c93711c5dd3f695bfef64485f09d15c53f10edce3981cf, '', 0, '?'),
(0xd1b5208e5c45f5a2df5a7f855e931437, 'wp-content/themes/usses_old/js/bundle.js', 0, 0x00000000000000000000000000000000, 0x7fce9027a41e04135630a8a9c324ed10, 0xfc8f59f9dddf7cfaaf359b82a4bd2675ec5d80bd13e5b3660ec9c936ac374d6b, '', 0, '?'),
(0x00588c81800a5cd2460453754ad65be5, 'wp-content/themes/usses_old/js/conversion_rates.js', 0, 0x00000000000000000000000000000000, 0x15d359ec25397f621b2075abd2545ff4, 0xc7c5edf847eca02793a8d1ff2adaaea998137e4bb43873ca38742c239c2d03f7, '', 0, '?'),
(0x9ef7454de95b4b900ce8cfbcf6756aab, 'wp-content/themes/usses_old/js/counter.js', 0, 0x00000000000000000000000000000000, 0xd19037c80413713f7bb5121df499dba6, 0x5cb75990b61d082691553c094c581ae9035004064ac9113eed28dfb40271b2af, '', 0, '?'),
(0x48982735b2f5d5b098e66e1389a8ae3e, 'wp-content/themes/usses_old/js/countrydropdown.js', 0, 0x00000000000000000000000000000000, 0xd03ea5d072a831c01c94e348b198c292, 0xed86fc827c47cd5d89fefe5f9ff8038d89d91eb066159111a6a13800c41a2eea, '', 0, '?'),
(0x507718b4523262f28bdda34cd06df35d, 'wp-content/themes/usses_old/js/custom_funcs.js', 0, 0x00000000000000000000000000000000, 0x55a42c187003de81e4b0c45bd96afe77, 0xaa22dd13478870e35787374bdf0ee58869663ee63e9b2f38ebb434fcf7a8a40a, '', 0, '?'),
(0xba99fbe2411ec664b11ffac5fb6a16a4, 'wp-content/themes/usses_old/js/customizer.js', 0, 0x00000000000000000000000000000000, 0x2a3d4cafa4837be03e35db939f27b292, 0x237b3aeeb5853bccfef35515e347dbed1b1decdac002d152da886bcdb927afe0, '', 0, '?'),
(0x4f6535ad23498c2c3babded9cd41da5a, 'wp-content/themes/usses_old/js/jquery.tabledit.min.js', 0, 0x00000000000000000000000000000000, 0x71e26b7947e2004012807adb1eb9a35e, 0xb0afae4ba78ad41458e8ba3fe0305708dd5e83c17be02605850a2136b7b39475, '', 0, '?'),
(0x15c63ed8bd07b318948c736fc222a1d8, 'wp-content/themes/usses_old/js/main.js', 0, 0x00000000000000000000000000000000, 0x696eb00fc6830b04c124c59c6793304a, 0x96e70bc7ac77d70976696eb5ce02acfa44cf7429040e9cbf35f73333af617c73, '', 0, '?'),
(0x8c8f5834d537df5bdeba85caf406e37b, 'wp-content/themes/usses_old/js/navigation.js', 0, 0x00000000000000000000000000000000, 0x827ea6040fd20e7935aac19bbca8c0f9, 0x416209a4f55a3d5e902ef08664369095b19d4ea4cb93745fe04f6edf55c9a44b, '', 0, '?'),
(0x66b4f5b74e9609f326bdc9c1f6384cd5, 'wp-content/themes/usses_old/js/popper.min.js', 0, 0x00000000000000000000000000000000, 0x70d3fda195602fe8b75e0097eed74dde, 0x6be2994b2c91d713d0b61b94aed07435e94c37b1c760465189f6f77ead60a43e, '', 0, '?'),
(0xe06ffab85f5f842be0cd1578566b9e08, 'wp-content/themes/usses_old/js/select2.js', 0, 0x00000000000000000000000000000000, 0xa561a2cd08feb9aba10c2548c07c48e6, 0x6c56e00be592d8c06ca1953dba98679f906b2514102bf71f4da4f992e4ff61f5, '', 0, '?'),
(0x00359977f3a91bcf651881c12793aabd, 'wp-content/themes/usses_old/js/utils_old.js', 0, 0x00000000000000000000000000000000, 0x83ef8251eee80a76f4ce346d003af3ad, 0xc478882db410c3f02247aeab5eb2ffe771f06139d90cd29f5fb65bcf4a522447, '', 0, '?'),
(0x23188c6e28f567175305e74629134e39, 'wp-content/themes/usses_old/page-about.php', 0, 0x00000000000000000000000000000000, 0x330a809bdeee22e3917b4d2a34a17038, 0xf64acfb08a6b15c263449159cd03c95d38e4bd805a42b6d15516a5e5fbadbc9c, '', 0, '?'),
(0x5df073124a4628c50442a84f190f1baf, 'wp-content/themes/usses_old/page-home.php', 0, 0x00000000000000000000000000000000, 0xd808c60b0d42e93ef810b0bf9dce621f, 0x5ec4028cce7686c69236b7f1c6b8bbb52cc7eca1750565b4892fa60ad87ca469, '', 0, '?'),
(0xc1902d278fed4ded0fd759b7ec6c3f2a, 'wp-content/themes/usses_old/page-login.php', 0, 0x00000000000000000000000000000000, 0x053fd16273116ada5e6a4fd72654e333, 0x7a4f6a1bec5e6223842cb0e335889fcf08ef02eecefb7b95fbc5a71a99f551fc, '', 0, '?'),
(0xbaf006736274f9fbb8126eb250ac3074, 'wp-content/themes/usses_old/page-register.php', 0, 0x00000000000000000000000000000000, 0x5d946bf33d246ff85ac17e14b0f78c56, 0xc62823555ca6231451a812c974ce244c4634af8e1aab8d9532cdaac5cf8816d9, '', 0, '?'),
(0x2b04faba1af2468860116ae5425565ab, 'wp-content/themes/usses_old/page-view-certificate-preview.php', 0, 0x00000000000000000000000000000000, 0x39fb5148957d7ae14d0e33e0d0708b16, 0x2b265eef3cb7f75d986a16fb351bf7fb5374f1d0d480a7cb4a5479ce68263c84, '', 0, '?'),
(0x5917b34b93d08943a50a234dd54932b3, 'wp-content/themes/usses_old/page-view-certificate.php', 0, 0x00000000000000000000000000000000, 0x7023058cc8630d0f4ff8f1d7f117ebc4, 0x69c671ff22943d6238d51690ef4f8cbdadf1a1f56ab514a993c7f94954d48552, '', 0, '?'),
(0xff8fa80fce8d8b389c7e89e5289f2140, 'wp-content/themes/usses_old/page.php', 0, 0x00000000000000000000000000000000, 0xc5ed3653e97b5057f2da34d4e0dbc7d0, 0x563ee43ba56dcfd10f0fb146083ce09cbccca4227536d049316427623437a72b, '', 0, '?'),
(0x0824b030a5a4a8f6c48e8c70c3d2e1a7, 'wp-content/themes/usses_old/plugins/datepicker/bootstrap-datepicker.js', 0, 0x00000000000000000000000000000000, 0xa0791b34a83f1ade526a746819c48272, 0x6f2e2dab154e22cf25efb895166a8898f77482afd5753c6cccbee5ecc03d969b, '', 0, '?'),
(0x11d8b1f0503edd6daf5d29710ca32f82, 'wp-content/themes/usses_old/plugins/parsley/parsley.js', 0, 0x00000000000000000000000000000000, 0x19c307e22ac1a602310939f99b617856, 0x3f5adeff07fb4fc697fa0765eb7da55f17655ff02309c98f1c55f9659837941d, '', 0, '?'),
(0xb3690493968575aa4751132e2e0dc561, 'wp-content/themes/usses_old/plugins/select2/select2.js', 0, 0x00000000000000000000000000000000, 0xa561a2cd08feb9aba10c2548c07c48e6, 0x6c56e00be592d8c06ca1953dba98679f906b2514102bf71f4da4f992e4ff61f5, '', 0, '?'),
(0x38361622cef8a7e1c45effdfb2e238e6, 'wp-content/themes/usses_old/plugins/select2/select2.min.js', 0, 0x00000000000000000000000000000000, 0x4def06ec51f3977106a00c71f14f21db, 0xbcf676cd89f684f00484ff5a637b8a281fb421a46dbdf15dd4aad9b91da9495e, '', 0, '?'),
(0x7cc3ebce3519f97869968c6ca9c044c9, 'wp-content/themes/usses_old/search.php', 0, 0x00000000000000000000000000000000, 0x6989f743c4967279d4feb090c1d545dd, 0xcab07d4c6c2273a0273a322161eaaaf30699fe571d9de8dd6f4a6f4d057038e5, '', 0, '?'),
(0x20aa11087e2549754bdb204aa31ad1e0, 'wp-content/themes/usses_old/sidebar.php', 0, 0x00000000000000000000000000000000, 0xe7551507fa0d8ef7f598b92cc5e4ce89, 0x2431e3d944b900edb14fb539f729f5106b0d7a2ec455488b8b6041088ed9cf61, '', 0, '?'),
(0x8a13b3e2b1668d8bac505e60aa3c6312, 'wp-content/themes/usses_old/single.php', 0, 0x00000000000000000000000000000000, 0x3defdaa6ad339fc2411141ca45e0bfff, 0x94828b8b657b07c3dd23582867f2b631f4329e4db58ab9a57c2f8684f392a404, '', 0, '?'),
(0x27334d241fe9edb3a4ce979ac3fc19a7, 'wp-content/themes/usses_old/template-parts/content-none.php', 0, 0x00000000000000000000000000000000, 0x648937ad1fd79e9eea252f120899ad40, 0xc6ab7ed2ba4f902234dd19ee96b57a8c6d6b786f405d44f018ae8285725ebdeb, '', 0, '?'),
(0xa6fab95e808ff902c09fb43e973d2f2e, 'wp-content/themes/usses_old/template-parts/content-page.php', 0, 0x00000000000000000000000000000000, 0x15300e00de5ec69d101c8d739c1af8b5, 0xb23e68bb058882d2e4720b9f9aef16ffbc4d958489ff8b15de847c9959e73178, '', 0, '?'),
(0xcd73f2f53957cfe758acfd62a2ed3b69, 'wp-content/themes/usses_old/template-parts/content-search.php', 0, 0x00000000000000000000000000000000, 0xdc3e8d74b1b0d1998dc75de2cd3a050a, 0xbb84d3f74cfbf4e8239ea57ef4aaf97f670f6e8e6bd0dabe2c0546100b3f2618, '', 0, '?'),
(0xb8c1d5786a6b429662cfbaccbb0dad9c, 'wp-content/themes/usses_old/template-parts/content.php', 0, 0x00000000000000000000000000000000, 0x2af3016168d6af234b78f125bc371aca, 0x41d5ca54b52c1974257ed391e2c78d103d1f102d7882bac16e7638c644752360, '', 0, '?'),
(0x9146e5c4e15b928a379ed78b0dd6354b, 'wp-content/w3tc-config/index.html', 0, 0x00000000000000000000000000000000, 0xd41d8cd98f00b204e9800998ecf8427e, 0xe3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855, '', 0, '?'),
(0x092ea7db9941c6743e8902cec1726b06, 'wp-content/w3tc-config/master.php', 0, 0x00000000000000000000000000000000, 0x22cec77519ecbc72aecbf138813b0a07, 0x303d305b82859107903d11a08e8acbe8289ae51d3806acde6d65c9ce19ade5af, '', 0, '?'),
(0x87f6574141f549cf85c40b8ad8edef42, 'wp-content/webp-express/htaccess-capability-tests/pass-info-from-rewrite-to-script-through-env/test.php', 0, 0x00000000000000000000000000000000, 0x189d325df96cce57db383c1dab12759c, 0xaf42bd4e63ff33709a71ba5bdf72cb4fa3723478e01b40be02c824a2d389af83, '', 0, '?'),
(0x26c9dfeb095014f0730c686375137353, 'wp-content/wflogs/attack-data.php', 0, 0x00000000000000000000000000000000, 0x23d8ad0abeeec5798f490262bd0ddb0d, 0x6c878e34044571ae7bb6ae91a0a0b6efd71b9f277767d733311ea063ae773ab3, '', 0, '?'),
(0x35b123748a3552bdd1884ba9f3edf5d4, 'wp-content/wflogs/config-livewaf.php', 0, 0x00000000000000000000000000000000, 0x07b25d2b2bb4e3a73346c0794c81d7dd, 0x0ee3a533d2155a793174c0061a1fd68181b3225b663bb3d2b17aca016e01f299, '', 0, '?'),
(0x383f3642880dbeddf7706c32ba52dc78, 'wp-content/wflogs/config-synced.php', 0, 0x00000000000000000000000000000000, 0xe63a57db4aa8ae7aa19dba86675d84f2, 0x387fbe054c8540567498cc96f63466622cb69b692b9188fa1168fb76eec70625, '', 0, '?'),
(0xd1f286bed45fa75623f0aafeade64274, 'wp-content/wflogs/config-transient.php', 0, 0x00000000000000000000000000000000, 0xaba6ae844006f45da4f5f236af722c2e, 0x235daf24cabfd9c30d320ad0c292cf685885441f6389af8ce79c44dea2719731, '', 0, '?'),
(0xd355f7806ed02f7c724019daaaf2d7c1, 'wp-content/wflogs/config.php', 0, 0x00000000000000000000000000000000, 0xd238cc0295d3eb7271b4a672e7b9b6fd, 0xcbec9de005712b39c99f4a8d6d5435fc2fbef17321331e9c32f6a58c56c33787, '', 0, '?'),
(0x13cc1041c26fda21cc56e1eac5b36076, 'wp-content/wflogs/ips.php', 0, 0x00000000000000000000000000000000, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0x879e21bfde45aaa953378f789683c8e6, 'wp-content/wflogs/rules.php', 0, 0x00000000000000000000000000000000, 0x9557cd6efa927988b9c424af27d64c8f, 0xd67675da9f5659baaf4e5798b752ce3ca70ec7b6e0784317961335b47bf22394, '', 0, '?'),
(0xa80519ed7f3523c12238ad25601f7d7f, 'wp-content/wflogs/template.php', 0, 0x00000000000000000000000000000000, 0x6c43a40c1b64628def2ea7cbb4eb8376, 0x5a5d5b578d128b509a7dc32cfbfebf969e8307372af671e4e10ae3e6c691a1e1, '', 0, '?'),
(0xe361dd4f6a1c27f7c5bb442ad6815634, 'wp-cron.php', 1, 0x00000000000000000000000000000000, 0x0cdc26ef7f3e46926d381ec9834b60d9, 0x026869d001e467a3fc46b104a19c2de8f20930268912b7e286f5fb80cd796c89, '', 0, '?'),
(0x8e8483f976fcb48a08cf8ce98c5939d3, 'wp-includes/ID3/getid3.lib.php', 1, 0x00000000000000000000000000000000, 0x435062050f244d36cc9f9112b6d281ff, 0x221a5ec92c383e4bf8b8a2ab40efd0e6b9851c99bad5e51d6ce4ca7c4146b8b0, '', 0, '?'),
(0x6402f5e53a77a4eed04fcdd086171513, 'wp-includes/ID3/getid3.php', 1, 0x00000000000000000000000000000000, 0x91214e009e5bb30e3519b7d5ab6b4030, 0x42eb23aefafbfa0c4ca46657e1f9ba98809a94983e1732d26e54c616840befd5, '', 0, '?'),
(0x39d58dd2a2d5ec39f1eb640d12eb8a59, 'wp-includes/ID3/license.commercial.txt', 1, 0x00000000000000000000000000000000, 0x0a3b670896fc4a8067adb2c6d978418e, 0xbb745f32bf12780eca3c0bb1ec2d8ca3edcb9c7771dd49bf6799c91f1004f318, '', 0, '?'),
(0x7defc890e68a5c4cfcaf608aa7e46929, 'wp-includes/ID3/license.txt', 1, 0x00000000000000000000000000000000, 0x47d8905625e6505f1117fa0ba8d5b7af, 0x8a493ecfd761a72a52387f3ff19629f670318955cd94c73f32c31d3d6f1997e7, '', 0, '?'),
(0x442ef7ee88f63a95000fbea553d45238, 'wp-includes/ID3/module.audio-video.asf.php', 1, 0x00000000000000000000000000000000, 0x5ecac04f6fba78aa07265dcd1ca95c4c, 0xcd86254609c5ee2f0d81be9e3aaef19bcbe3cd303b123eef5f4d33edd977e2f8, '', 0, '?'),
(0x780947214ee4b724a52e9a648e5462ef, 'wp-includes/ID3/module.audio-video.flv.php', 1, 0x00000000000000000000000000000000, 0x72940cbf8d89887712de498b15408ad9, 0x3b6867a644a1290de3b67f3a046ebcebfd1cf8653863b4aabac0dcea22962ed4, '', 0, '?'),
(0xd66fd2a82a4b02eeea6f98377b83203c, 'wp-includes/ID3/module.audio-video.matroska.php', 1, 0x00000000000000000000000000000000, 0x5e7781275acfecf58a446f34645d2e89, 0x6241874f83ac9a03db43dce5cb72355900b3a47365a641069fca8f1b30fabd8b, '', 0, '?'),
(0x548c8ab3766d3f2cb361dee9e35434ea, 'wp-includes/ID3/module.audio-video.quicktime.php', 1, 0x00000000000000000000000000000000, 0xdfd590a5fb25fb0ff3f3332f19b47f2a, 0x5a7b88d9f95bc357f0a3daa41db0ca91030a4d253949352b8b2433b4405ef71f, '', 0, '?'),
(0xd816c01a768c493a776de4b2277e4b2d, 'wp-includes/ID3/module.audio-video.riff.php', 1, 0x00000000000000000000000000000000, 0xaa22ed0ffa803a19273906eacdd750ce, 0xa8807d222c2e7ec37ef29adc73fd85839155efb03501ce7ea66078b0e81150bc, '', 0, '?'),
(0x94b1a6ae4cd8e21736090cd8c0e8d7b3, 'wp-includes/ID3/module.audio.ac3.php', 1, 0x00000000000000000000000000000000, 0xda3e59bfbf07d3e61a6b30e3614d181e, 0xa562b0b45e239afdc2a82874f15eb772df98037a050b8fb8e539f246d3efedad, '', 0, '?'),
(0xc7b35caadd5f4c2d11065980c58c2524, 'wp-includes/ID3/module.audio.dts.php', 1, 0x00000000000000000000000000000000, 0xba6c6c41d3f532f5d410ebcc8be9bf1c, 0x1a866148c8f5028cfd72b50cdfce2541b5eff13624604875ac54ee3679de3495, '', 0, '?'),
(0x40f8912be254ce8427b7b78fa518d9a4, 'wp-includes/ID3/module.audio.flac.php', 1, 0x00000000000000000000000000000000, 0xeeeaa52dd3d79ce0a02f6683dc548740, 0xf25f64e4ff73d6600743ed526f1a2dc3f3592f96587bb8a742c69bc3102c4fe6, '', 0, '?'),
(0xbe8397f14e1ee9c4f5fe40bd28ba3397, 'wp-includes/ID3/module.audio.mp3.php', 1, 0x00000000000000000000000000000000, 0x8e9d4f3a42e0a68d00c87acc36786042, 0xf0095da2c1ced809004f6eb0c51136423bebf9ccf41a5a24b0010932d0af5368, '', 0, '?'),
(0x3a18ae7c4cfb483628cedf63b56782d6, 'wp-includes/ID3/module.audio.ogg.php', 1, 0x00000000000000000000000000000000, 0xe6a55f32aca90a2439a4fb601f6d3835, 0x853625753f45834d9f986ceb06c8908140357672c65bb86a1b2774e04886ba66, '', 0, '?'),
(0xce5f292daa5d13edcb8c6b4f09c3f7c3, 'wp-includes/ID3/module.tag.apetag.php', 1, 0x00000000000000000000000000000000, 0xa85c2905a6b1c748b047a98b04ca3ec6, 0xd99a2b81ce22a042748db7e20927535ff7f6cc8445cb73b2835ff3ba9b295ebe, '', 0, '?'),
(0xc1f91f02c1327a73f18efa3478ce4542, 'wp-includes/ID3/module.tag.id3v1.php', 1, 0x00000000000000000000000000000000, 0x495581dc2e51d863dc0c67f0d0f48e8a, 0x814384e54248a139a1de44fd79fb3b2de34b803a4c4178a03f385c7edc09f6ec, '', 0, '?'),
(0x2c86e1d440b59a686ae47172de9202ff, 'wp-includes/ID3/module.tag.id3v2.php', 1, 0x00000000000000000000000000000000, 0x6fd2f664f30534aaec79f3ab4ecefa34, 0x61c699893413103e24fb7aa9f6b01925ed3510bfc07a0809d7e1f4e13984e95f, '', 0, '?'),
(0x893fa0389d94f71998d1c95acfd04ec1, 'wp-includes/ID3/module.tag.lyrics3.php', 1, 0x00000000000000000000000000000000, 0x7e77f3225bded7b0fca7b54105853e41, 0x1e86562a8d922629ceec7eb5efb864ff7d1c124be62cc2f9ba969045f0b973d4, '', 0, '?'),
(0x287e36767156ec30f47b8622071c7f07, 'wp-includes/ID3/readme.txt', 1, 0x00000000000000000000000000000000, 0xdda3f6ff7ad91e65d1a7d1a56b3538e3, 0x6c128f8f72a6a6b718c10f70349ceb4642dca237225a3afc12579376f8ccc818, '', 0, '?'),
(0x691fa20f993bd9f5269906be6fe2ae3f, 'wp-includes/IXR/class-IXR-base64.php', 1, 0x00000000000000000000000000000000, 0xee2a36d606d508af44b654e6176599bb, 0x3f465d4caa327d1787d91feb0d53fe400e62d132f74fad6fc7755506274f84aa, '', 0, '?'),
(0xaefb0609fdd3ad67c8b1216e06915087, 'wp-includes/IXR/class-IXR-client.php', 1, 0x00000000000000000000000000000000, 0xc7619cc8c34a1f807d919e21c557ccca, 0x0c5977bde031e603f4762ea3473365f164e5861cb8c384b8ad79604c52095d15, '', 0, '?'),
(0xb6c16478b9cdd66542c0dd9904cf9f35, 'wp-includes/IXR/class-IXR-clientmulticall.php', 1, 0x00000000000000000000000000000000, 0x1fe505488f9b9871ba67c71cd76ca174, 0x86149ed29327624fd2ebe8da45a626c6a7573068c0096f925c601fffdd59add3, '', 0, '?'),
(0x5ae9ce3dd3a7c5720f1f6322b29479ae, 'wp-includes/IXR/class-IXR-date.php', 1, 0x00000000000000000000000000000000, 0x49eeca065664422b0341b74a3f83f923, 0x8717e17b7e9f2823e5a61a36759eeef0a1da2c8cea10d5c73f806a6b32edf160, '', 0, '?'),
(0x5e4800f5427cdbd83419db407a07c1f7, 'wp-includes/IXR/class-IXR-error.php', 1, 0x00000000000000000000000000000000, 0x673622ac95ed755c2733bcb2ad9c628a, 0x2a3fcddba7558f3d8e3fa82c5da4da303d43caf89393a05a2d863644712e9847, '', 0, '?'),
(0x24f3cfab2ff17ffea5ad1f21afb243e6, 'wp-includes/IXR/class-IXR-introspectionserver.php', 1, 0x00000000000000000000000000000000, 0x325561be77e43cf849779170864f372d, 0x83ed0abee0c3fb43fefd81039e0750455125d7440d0bd16b2a9e58e9c6c6016f, '', 0, '?'),
(0xff977e25429700837a98ee07f53f6f0f, 'wp-includes/IXR/class-IXR-message.php', 1, 0x00000000000000000000000000000000, 0xda4a01a32fe3017ac42af97acdb7f93b, 0x6c4727e1ed7235b9d1ef9b2b0eb8cc944d68ca53687f713eebe2ad0900cfa60e, '', 0, '?'),
(0x8a77ec1ade13648fcfa2f3fc0d754422, 'wp-includes/IXR/class-IXR-request.php', 1, 0x00000000000000000000000000000000, 0x25702e3c8d53c7a1ea99d47a31cfa204, 0x51e3b52a6bcb5f7d921de10e3283ace93e54fb71173cca5f531cdf3aef5168b4, '', 0, '?'),
(0x97ffb5616cf2569a3f8e66fd1ad1918c, 'wp-includes/IXR/class-IXR-server.php', 1, 0x00000000000000000000000000000000, 0xbdc80664dfb9e097d5022463a839edab, 0x00e47b4dcee15508a10d4e1e2e80298d949d2da4f583c41e6077191148f2eed5, '', 0, '?'),
(0x33ef1ea36e14671b00a4bf5c0009f157, 'wp-includes/IXR/class-IXR-value.php', 1, 0x00000000000000000000000000000000, 0x03929d66fb3ea8356ccdf86a0066e80c, 0xbe3f689c8fe5f8acb2cd872058af140ed81b5550cb194f067c48248931bfb89e, '', 0, '?'),
(0xc1a0feac0a1d20f09de6e6fc84ce287a, 'wp-includes/PHPMailer/Exception.php', 1, 0x00000000000000000000000000000000, 0x18f68a8b87ca11c2dfa1914d2885e8f1, 0x9cb8412b01138d6e141137011417b7133531ec4b8ce5eb69f6c37c599ce7bd6d, '', 0, '?'),
(0x842b6ff5329ee138b3458c2b4b253bfb, 'wp-includes/PHPMailer/PHPMailer.php', 1, 0x00000000000000000000000000000000, 0x8571de0af4bd4c04901429f7e99a38ab, 0x0caf474b23493aed34da84609acf27d778f9d5aa5c95ab19e35f1be0ae8736e1, '', 0, '?'),
(0x96cec4523a0c5ee6652b783297d96313, 'wp-includes/PHPMailer/SMTP.php', 1, 0x00000000000000000000000000000000, 0xdfd38290271fcc3b52c3d00fa4943c3f, 0x0a111f3a50f5281a4155d0d9b5843c208cdbeb1870650096a2578bdb6f2f62bb, '', 0, '?'),
(0xbfb8f7f25ce84d05bc4df8462fb11349, 'wp-includes/Requests/Auth/Basic.php', 1, 0x00000000000000000000000000000000, 0x67fdd878cc84df15093455d6096b2143, 0x2eded0b9680bdc64426948c980e06e9373b78288a2e19d978b5cb103def1f64f, '', 0, '?'),
(0x4aa23e1fd7e6efa301c5f81022cde42f, 'wp-includes/Requests/Auth.php', 1, 0x00000000000000000000000000000000, 0x3197d2529dd957b2acc3944f5bfcd64a, 0x624fda0451e277c3b9ec4cd1a0c3a20efea9ac968d999b833951c0d46c72126c, '', 0, '?'),
(0x186931fc9e457e4eac49e241cd94e0c6, 'wp-includes/Requests/Cookie/Jar.php', 1, 0x00000000000000000000000000000000, 0xe9300c5fb1f52670a0b52234d95c9510, 0x63f7e421c22342a769192a2b22f60db96e9af7e749c688bc58c389fa1fca77d9, '', 0, '?'),
(0x53e75ef9376a4b3549364be60e322112, 'wp-includes/Requests/Cookie.php', 1, 0x00000000000000000000000000000000, 0xf10c5ddef79834f447aed9466457288a, 0x31d78bffcd302aba45a9333a2f92b3320270a111d402d5af9e004b13325efe28, '', 0, '?'),
(0xb5c14fc2ad0a098455c9eda097526212, 'wp-includes/Requests/Exception/HTTP/304.php', 1, 0x00000000000000000000000000000000, 0xd33b4634ce4113db49ef9dddedf754ab, 0x76a6d3439d90870961ce2746de3b80f81ef2b17ada08bb94281b654aed03b14c, '', 0, '?'),
(0x203c40be73819486ee0dc3c546a88c2f, 'wp-includes/Requests/Exception/HTTP/305.php', 1, 0x00000000000000000000000000000000, 0x58f8f700904bebe62f60a11c2cfbab26, 0x48c4c68e1c17f997ddcb2b400cb549eb18b7dc62879a5e3db651764d365f694c, '', 0, '?'),
(0x3850d6a71bea1a05bc4847457d1538da, 'wp-includes/Requests/Exception/HTTP/306.php', 1, 0x00000000000000000000000000000000, 0x57737a071fa1754e50db6adcc9f25875, 0x348155be9d16a7510d31235f66baadbc05a2a2b048a6fb922a4919d1646cbf9f, '', 0, '?'),
(0x480ff1fd598d03665548e87584706401, 'wp-includes/Requests/Exception/HTTP/400.php', 1, 0x00000000000000000000000000000000, 0x51e56e878cbb564ab852c978fb35fcd0, 0xb364ab3ec4f786bcba09a269ec481caebaacdf6224aa269e6ee8e0ea3697701a, '', 0, '?'),
(0x2fb2fe7de3a6bf4c05fa3b3fca14775c, 'wp-includes/Requests/Exception/HTTP/401.php', 1, 0x00000000000000000000000000000000, 0x3b2ab80eb9cbfd87baa23fc1648e9940, 0x590f56241789f3c4ff2fef1da59f403db2f785c3ee19bb562dbdd80e64630eb0, '', 0, '?'),
(0x2a5c541dd29d29255df3aa791e69442b, 'wp-includes/Requests/Exception/HTTP/402.php', 1, 0x00000000000000000000000000000000, 0x60f859d55150da0b0a7a959ac9f347d6, 0xa56798a94e5109b5a0af1f948a8bf02fe6d8d809b7793593af9190afeaceb863, '', 0, '?'),
(0x9c9f176cdbc0332e09170217584e8202, 'wp-includes/Requests/Exception/HTTP/403.php', 1, 0x00000000000000000000000000000000, 0xbcd160e8f70dc76ffbbf6b33b7fe31df, 0x8749ecf6a96ce945864be0b0d1a6f8a63f5aa312304a54acdaf287e2e1550499, '', 0, '?'),
(0x3b0223bf096ea98fe5dc25221bf59df9, 'wp-includes/Requests/Exception/HTTP/404.php', 1, 0x00000000000000000000000000000000, 0x1ed416cc6311835900857973f8923c4d, 0xc2d52d2156b008bb3e64a62a076a508c46dd09c83b51c6b5b19a4e3161479c28, '', 0, '?'),
(0x59159bb4b68a62daa77f2cc5fdf74a1f, 'wp-includes/Requests/Exception/HTTP/405.php', 1, 0x00000000000000000000000000000000, 0xdd38d182de6d21b2d2ac18b381adf97f, 0x6a1df262e9b1ed9a84cc0ef05e55a8737638d1c28d24628f9db4844de1337992, '', 0, '?'),
(0x8c0ef2466a5d70db20d2eddc41630d70, 'wp-includes/Requests/Exception/HTTP/406.php', 1, 0x00000000000000000000000000000000, 0x4bc8cb6cef688c729edc3990220006ac, 0x2c6159d3e07d5052367f140b83eae360bd294b17edfc669e69736d20b8b903e8, '', 0, '?'),
(0x94d7e8ff4e74bb194bf4a35505f285ef, 'wp-includes/Requests/Exception/HTTP/407.php', 1, 0x00000000000000000000000000000000, 0xc2c817e9f5d8768bbde4d66a26e6c6b5, 0x3e1ad4d7db5dc69a9642cc8f587692d8b063af9af1b9d32e4e32c24ed2b9d0af, '', 0, '?'),
(0xbabf87000e6e3a548b717d4b2013f840, 'wp-includes/Requests/Exception/HTTP/408.php', 1, 0x00000000000000000000000000000000, 0x403e3164844958c5144f98ecc8b77689, 0xe971ac99f22ad66c6d4bd2a3136bc422d04dff513fca70a78d9261d882e7a634, '', 0, '?'),
(0x589aa406be76961ac692af8a0422eb24, 'wp-includes/Requests/Exception/HTTP/409.php', 1, 0x00000000000000000000000000000000, 0x995a1dc469e67e2a3d0b8f9bebfea9b6, 0x91f7c75f4dd417e13855fcbcab2e7046abf7f9c2778e3a4560f04d4281e2fca7, '', 0, '?'),
(0x85fd1e9b0e54d7ec9691b53a745ba6df, 'wp-includes/Requests/Exception/HTTP/410.php', 1, 0x00000000000000000000000000000000, 0x71be4f3437dfbadda52f38582184e19b, 0x97a53986662f334d4d3b1b2347daaa574f26927453fb4f1a1db1adc018c698f2, '', 0, '?'),
(0x29118d04f8947cfc7b34e62b5dc25828, 'wp-includes/Requests/Exception/HTTP/411.php', 1, 0x00000000000000000000000000000000, 0x27a552a1e4160c4df61b2eca5a604796, 0xf61685e855895ebeacaa8b3970ddf426d9eecd0b60f66e4d7bac206e08be154c, '', 0, '?'),
(0x862981c0d2e25968a82ef23bbce8c5a1, 'wp-includes/Requests/Exception/HTTP/412.php', 1, 0x00000000000000000000000000000000, 0x25b88449dcb7a1a83dd906378aa556c7, 0x53f741953463185c44d235362d8acd23bcbe642ab39fd2d2bdd3be8f52fdfe86, '', 0, '?'),
(0x09982ea6d90835077561ce576b4af898, 'wp-includes/Requests/Exception/HTTP/413.php', 1, 0x00000000000000000000000000000000, 0xe9963cc15dc99059b7d9ff584c17bfd8, 0x0d1103858a7dc0e49fb92d56b1dbdf01b0de0e2765434319ca85e3652d322c30, '', 0, '?'),
(0x5bc559c1d03434f34f72b6956c0230cd, 'wp-includes/Requests/Exception/HTTP/414.php', 1, 0x00000000000000000000000000000000, 0xbca65d55e2409ef6a5291ed8e6a12368, 0xa58d48e0c17fbbd4ccc6da699ee0ed8d63f721a79949292e656888b591afb789, '', 0, '?'),
(0x8cdf7da55e3732c2080712828488b7ae, 'wp-includes/Requests/Exception/HTTP/415.php', 1, 0x00000000000000000000000000000000, 0x0258cc0fb05462ea8f11ccaea34a55c3, 0x762514ca5fc400d062246d912660ebf396c528fb3d996d063cd006621a6f3070, '', 0, '?'),
(0x9e67944beb3bfb7146bb56497dfe51ed, 'wp-includes/Requests/Exception/HTTP/416.php', 1, 0x00000000000000000000000000000000, 0xf931824e39e39617c9aac661804478f8, 0xda28e0dd026d796256f56149c56a5770998c1baf282141e9f0eb1fde3c28b158, '', 0, '?'),
(0x50265f23cf27dc047a54e20b868e0873, 'wp-includes/Requests/Exception/HTTP/417.php', 1, 0x00000000000000000000000000000000, 0x4270026a1b8e684f5ec0635c47201c23, 0x8098804ce15498b2d29824784473019a5ef9681d5f216b43bb223127fc995fd4, '', 0, '?'),
(0xc54480ac9043e819e8d4c346137db1cb, 'wp-includes/Requests/Exception/HTTP/418.php', 1, 0x00000000000000000000000000000000, 0x4a21bae298f1c9feda5b0e93fe348af3, 0x053420ac0836e98eacbdec4d26f024219d32643c9eaa5c097c5c973f67fc0a16, '', 0, '?'),
(0x10de5d50aa4a51c680366fd6a2f7953b, 'wp-includes/Requests/Exception/HTTP/428.php', 1, 0x00000000000000000000000000000000, 0x9a97bb0369f70142e4e57da75eae742a, 0x43ea4fb85725930caea474df8fde5912d77cc215d5268b0f309d56c28cd05ccc, '', 0, '?'),
(0xbf4f2fb411c3ac11ee607c67a8075f00, 'wp-includes/Requests/Exception/HTTP/429.php', 1, 0x00000000000000000000000000000000, 0x53f0dd257c04462ec3a05a6485b38fcc, 0x0ff4168b21f3115493ba0e751f776da17435c96f0acc3241226b94df9a7aad03, '', 0, '?'),
(0x8cca9abc7b068028fa8bd05c699f372e, 'wp-includes/Requests/Exception/HTTP/431.php', 1, 0x00000000000000000000000000000000, 0xe0e3737c622417ca08d5d1933c1489d9, 0xebea85b18dac2f1459365fa0eca0d177ca1d04706bb277f6c10fb430ffff18a7, '', 0, '?'),
(0xa80d17b266a0019090e668cf38b01521, 'wp-includes/Requests/Exception/HTTP/500.php', 1, 0x00000000000000000000000000000000, 0xc0afa9c66b6d830a094815f2124dffda, 0x464f97a10cff151c02563322f8aaf59cef14d4121ebca3aa150f11216bd050f2, '', 0, '?'),
(0xd96c3b0b616ff2b498e2b97efb47d6e1, 'wp-includes/Requests/Exception/HTTP/501.php', 1, 0x00000000000000000000000000000000, 0x650cdab83034f22d3fe803f5d791a835, 0x936ba547e5afb2e40ace83431d4423be1d36c87508021aebd68445daa3404b31, '', 0, '?'),
(0x08e7e262196d8025b2878adbdaadd6ab, 'wp-includes/Requests/Exception/HTTP/502.php', 1, 0x00000000000000000000000000000000, 0x7cc83a6c80cf7af9d5217b17fb47ff69, 0x150bf12f9288bf7e554a4fa42ec58023b5f245e18bfffa35b42a8a2743c51571, '', 0, '?'),
(0x6ec5a2a829e1ae630e889bde71145e22, 'wp-includes/Requests/Exception/HTTP/503.php', 1, 0x00000000000000000000000000000000, 0x3906f7520861c39f43f46000d45554b4, 0xbe7db6ac3d33027806fb411039bcaaf1cb6c8fab70010082c6b0d339652e134f, '', 0, '?'),
(0x4f7913997d4d6190cd13885fd6fa9349, 'wp-includes/Requests/Exception/HTTP/504.php', 1, 0x00000000000000000000000000000000, 0x02d76d8cccaa446293201112908a2aa5, 0xf93caf1098a3932142ac7c24146ba8aebcdd88a01f23208c65ac69142530031d, '', 0, '?'),
(0x20cc0d2409518a5e4328d8c081ede4f5, 'wp-includes/Requests/Exception/HTTP/505.php', 1, 0x00000000000000000000000000000000, 0x8e5d4109053303e65b2f4364c1ac12de, 0x90cbe2ad9bc5fb2069eb7bc85041c4cd866bcefbf107fa64a9a4874d0aa9818c, '', 0, '?'),
(0xd5754723fc29b97cc35eb4acb8110636, 'wp-includes/Requests/Exception/HTTP/511.php', 1, 0x00000000000000000000000000000000, 0x03756e9a4e3c4b77f8d09bb9918fd140, 0xfaf349f8a87d372bc695a441f7dce0036ce6acbf42f7f574db2773f7f0740c06, '', 0, '?'),
(0x879f89fba6af3e1c325c6f8629acb7d7, 'wp-includes/Requests/Exception/HTTP/Unknown.php', 1, 0x00000000000000000000000000000000, 0xda646c02e1ab81b632af41fbcf0a57ac, 0x1740a8ebfe06e233d9231ad0b62f1b2a740dce1e1fdb36063c58effb0d884946, '', 0, '?'),
(0xcac4fc8357e53ec4d29fa2cfeffec85b, 'wp-includes/Requests/Exception/HTTP.php', 1, 0x00000000000000000000000000000000, 0xe8d5fc68b3c6fa15e4526c161172dae5, 0x6f13fd45c2b2745151621d6f0aaefe19baef72eea15171dae122812fb1828e85, '', 0, '?'),
(0x881baf178d1149792d820ab7c5848d91, 'wp-includes/Requests/Exception/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x853654cd672a1a9b3a09af077837dfe1, 0x18c55dd0fdc7c230d69938fc91ca7023fc7e86f55c6f1cb1d3813d0b31b314d5, '', 0, '?'),
(0xef724982e5edea96c98035200ec14690, 'wp-includes/Requests/Exception/Transport.php', 1, 0x00000000000000000000000000000000, 0xabbb6cf8da7ae8ea204a0118ab5ed101, 0xa6bafbee03c4bab6cc8cbbe3261c8c15f9b6d6b39686dd34403738e114edf470, '', 0, '?'),
(0x15549ac498355648abacfc501c7bd6f4, 'wp-includes/Requests/Exception.php', 1, 0x00000000000000000000000000000000, 0x879bac9efa180085ab33e90e1acc5249, 0x2d408e8267202588fca7868c02754f0e4e5c7d406ce0b0cc1ba56627bbe3f3bc, '', 0, '?'),
(0x0ce013f9140f08d42e517d33d2d95489, 'wp-includes/Requests/Hooker.php', 1, 0x00000000000000000000000000000000, 0x0f08c5401425a9615bd19e2f34a5e107, 0x740d7b0c10d66b83083f1969ce6be49543060a4c06e3f0839162efcc87dd5779, '', 0, '?'),
(0x5896ea4dbeb79ac378dab3fc4af0b9f6, 'wp-includes/Requests/Hooks.php', 1, 0x00000000000000000000000000000000, 0x2c15a0a520b9a8976778a169ceebd919, 0xaad59afcbe94e82051fbe6869044bc500195ced8820f5f3f79d1608ca3a1f8ab, '', 0, '?'),
(0xa5d420ed5c8fb9dec28594546e80915d, 'wp-includes/Requests/IDNAEncoder.php', 1, 0x00000000000000000000000000000000, 0xd77dada232f0079b1412e0d050b4d8b1, 0xdc014d3ffd7e22c8cd7525c55bfe2c906ca48b1d89fa2b3f462d7db14d16298c, '', 0, '?'),
(0xe98154151d7fe14233ba9b0b47f6de7b, 'wp-includes/Requests/IPv6.php', 1, 0x00000000000000000000000000000000, 0xa5df4b884e8a07e81703f1ac6b6e54b1, 0xfe3dd8ed6c6e26ced1f8be84e7c483e64ac7d397b5890ba37ec4c4def785e96c, '', 0, '?'),
(0xaa887d7ab29aee81a423b88099821e1a, 'wp-includes/Requests/IRI.php', 1, 0x00000000000000000000000000000000, 0x183508325d839c7bf27db5f909600e58, 0xc9493f037eca34f7bb01df5d34affbc710879f074b82ad46aafd2276ab49281d, '', 0, '?'),
(0x7f77b4279c5065befa46c32bf5905600, 'wp-includes/Requests/Proxy/HTTP.php', 1, 0x00000000000000000000000000000000, 0xffd0e62f32db05bdbda6bca407d7f029, 0x4ad03664a2e34197cb6c7b9dc1d0991c1700b69f819b051f83df4aedaff7ee68, '', 0, '?'),
(0x2379f79ff174102891244e548ffc74a5, 'wp-includes/Requests/Proxy.php', 1, 0x00000000000000000000000000000000, 0xb5406b1037b500d7d374b85c2a879947, 0xa4771e063c501642f1aee85a430b1ff76bba5349be51218f151f19da0a7d690b, '', 0, '?'),
(0x47205865f4b778efc577305cc96f0338, 'wp-includes/Requests/Response/Headers.php', 1, 0x00000000000000000000000000000000, 0x1ad7c382d2b68f19412da7f43e63a960, 0xec45890ac34617098d09e47ff5b2034dabc3df257bc5df617f91f0da602ce0b1, '', 0, '?'),
(0xce59b58d15662ff7707799cd0e8c7fa7, 'wp-includes/Requests/Response.php', 1, 0x00000000000000000000000000000000, 0x11ce7086bbb7ae52e6abb7c4fd270b47, 0xaef5f9c41b5777594b4c0ac5ec092d2afd01111be8c9155e652265c6285f2c67, '', 0, '?'),
(0x55862024413da94865d87cee7ac89628, 'wp-includes/Requests/SSL.php', 1, 0x00000000000000000000000000000000, 0xab8f194bf3a90fbc1899fbe8cbf39fef, 0x987d491b5e4c04f05c391935e44ede59efa21485b03bed3f7aa0ab6112453d92, '', 0, '?'),
(0x633401321f6a9ba7ce78e563ecc4641b, 'wp-includes/Requests/Session.php', 1, 0x00000000000000000000000000000000, 0x37f8cadd86fcbfce9602b5bcf67d6c8e, 0x6560dd86130be02ef7ce833a8e946a8145f3061ab3d2b0a0e5e88235df1aa829, '', 0, '?'),
(0x9060d84087aff0fcd7da590f45ee2104, 'wp-includes/Requests/Transport/cURL.php', 1, 0x00000000000000000000000000000000, 0x0ee4801d08da383712136160435ae0d1, 0x6849af9db717a920783c1d9d87aefea8839d2595db6a0369b0d5c207a6981e24, '', 0, '?'),
(0x66bfb8d9cc0f429c0844ea46720d0d9e, 'wp-includes/Requests/Transport/fsockopen.php', 1, 0x00000000000000000000000000000000, 0x8c3eac72bf878fd616db51481dcb8656, 0x586912df02ffe98e6302f052b22952ddc7a0ce2e9b012311606a6ac58fb8333f, '', 0, '?'),
(0x95d21d2ec9494f49a250b2b325158f29, 'wp-includes/Requests/Transport.php', 1, 0x00000000000000000000000000000000, 0x019c993bce6bed178baf4b5c566cc617, 0xc9af4f33659690cd46bbd4e39b86b7d6762b0fa8e30702c0f02e722fdc3e9f2c, '', 0, '?'),
(0x7e418b488467e799e9fea64b0b5480e9, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php', 1, 0x00000000000000000000000000000000, 0xb5f03ac8c752b34b9e726f04d548327a, 0x3979d486262f4158088b48f2697b0162bbd3f786376691a5fd727792d1e33d6d, '', 0, '?'),
(0xd0d62f81a81c3f9fe096dadb55f187ea, 'wp-includes/Requests/Utility/FilteredIterator.php', 1, 0x00000000000000000000000000000000, 0x940358eb21560573a4f720e9410353d1, 0x4c7134bfc9e4915a93b4d5b5864800c5653710663deae7aa0dde0a44433e4f56, '', 0, '?'),
(0x059cfd976b9235538148e5d0e7d0ab1e, 'wp-includes/SimplePie/Author.php', 1, 0x00000000000000000000000000000000, 0x3fff98684b0800aa6bdb31f4cac24e22, 0x4ea99dbfc45cfccf70743389dac6168a2b07072c6cf927d0634f512bcef75a8c, '', 0, '?'),
(0x5506f05c707b1c4afe984fc30e51cb26, 'wp-includes/SimplePie/Cache/Base.php', 1, 0x00000000000000000000000000000000, 0x62adc49e4198ca96fee4a6b46abde4c1, 0x9be56f4f908f77a2bd7e394bb7f699d634046f5902825b4bf8651cc4cd5c5247, '', 0, '?'),
(0x2c8a68c983733f030f34425bcb5ed59d, 'wp-includes/SimplePie/Cache/DB.php', 1, 0x00000000000000000000000000000000, 0xd177dbe405b64de9fc0dca8da67c44da, 0x670823e895e889ebdee25d22b068305671fc2918c2309c886ab425d3cde34991, '', 0, '?'),
(0xe9d6e7d9f6562c4540865806829a9079, 'wp-includes/SimplePie/Cache/File.php', 1, 0x00000000000000000000000000000000, 0x500bb7a6383f51d0d4680fd78a14e7a2, 0x7ec5609ff6061501e5ab8ccd3cbdf5421b0ae9b299255dfbe8ad587d1a69b6bf, '', 0, '?'),
(0xf98786f31f49993a3450fa55d2d908c0, 'wp-includes/SimplePie/Cache/Memcache.php', 1, 0x00000000000000000000000000000000, 0x8bf297e3758411c5cd357579537f82a4, 0xe12fbab54dac5bae5174c36e2e3f0bcf874971413f54046a3c9ce5aa776f5249, '', 0, '?'),
(0xc935aa6944891c0f6816498436ccfe3b, 'wp-includes/SimplePie/Cache/Memcached.php', 1, 0x00000000000000000000000000000000, 0xb0dad6e70ad12758106c6162eeec3460, 0x3f4fd56436b843e81289ce7597b8d63e4a72fafd68ab74bbd7edf41665859dee, '', 0, '?'),
(0x023c2938542a2e8d53017553d2c4ba9f, 'wp-includes/SimplePie/Cache/MySQL.php', 1, 0x00000000000000000000000000000000, 0xac2920f7db667a078f1fecc943c330a4, 0x09e5cd57bfc741b6f4fb324c0368c060a0aee269b2256976e49632fec3ebdeb4, '', 0, '?'),
(0x752114f2f22be8cf1af48efa839e9fbe, 'wp-includes/SimplePie/Cache/Redis.php', 1, 0x00000000000000000000000000000000, 0x186f2e2a68ed607c102c7bb9dddd6d67, 0x83596ab871b5924fae4c92f98aa731988089dc761ec4eeb97ce2629d7d7c5515, '', 0, '?'),
(0x59d69d81bb1455aa80d5cf7dc304722f, 'wp-includes/SimplePie/Cache.php', 1, 0x00000000000000000000000000000000, 0x09fb1fa77edcaf7bcab99bbda62b68c9, 0xf96d6485bca795e16ece6e1f75056e94705530206cbde036ada4975a16699a52, '', 0, '?'),
(0xadccdd22dc9211b3f7d3c36e7a1f4411, 'wp-includes/SimplePie/Caption.php', 1, 0x00000000000000000000000000000000, 0xdc8ad7d17992758c1b44130dc2a3ac04, 0x1f27cb573151bd355b1ddb8beb29bfc20db4380119db9d353a05f2ea3f2a294b, '', 0, '?'),
(0xb5b1e3b70b0771864bd11955d46aeda4, 'wp-includes/SimplePie/Category.php', 1, 0x00000000000000000000000000000000, 0x7bf4f4abd85bb0c120e75a5647a23426, 0xac3cb1fa4ac248d176ca6905ce0962e08d8c346c7ee365d046ebda6d016ac215, '', 0, '?'),
(0xb56c260108f62a87a91cf5f1dff5c826, 'wp-includes/SimplePie/Content/Type/Sniffer.php', 1, 0x00000000000000000000000000000000, 0x4a195650b0743e254ed3e2b5f088e500, 0x0afeb7532fb3d2ccbc2340a6eb25f4ded32cee756cb0e8bd2474a1b8855496b3, '', 0, '?'),
(0x8d1095d2616e9db5f6563d54792058e4, 'wp-includes/SimplePie/Copyright.php', 1, 0x00000000000000000000000000000000, 0x6bc6e1813e1bb8ac8d9f1218f3d4aa51, 0xe669e2eebc258cdcb4dbec45ce5e6716fbcff232b67a2ce39440a351c1f2b356, '', 0, '?'),
(0xd86fc51dc7a39e09d7a3e19f6630bf59, 'wp-includes/SimplePie/Core.php', 1, 0x00000000000000000000000000000000, 0xd8b23361dda9e63029acad5fe0041f53, 0xf593d7373630ee9777388ddd285b869ece076f10e357d4e84befd434648ec3f3, '', 0, '?'),
(0xcdbd33c2e8813da3a14fc147c47c7ea7, 'wp-includes/SimplePie/Credit.php', 1, 0x00000000000000000000000000000000, 0x2e10893615cd4b153e2ea1b34ce7d41b, 0x72f5d9b483ed4063b240b0f9857b52db4347feb3aea564145e08e33e3e451a0c, '', 0, '?'),
(0xb89a8550bf174f663bf699cd2ff317d7, 'wp-includes/SimplePie/Decode/HTML/Entities.php', 1, 0x00000000000000000000000000000000, 0x89996ad18b70267980c511b7d6e9ec55, 0x9710ff5750bbc62a503d4ecfbb3b1aa08ebe69ffe438dac332905facfc0eb820, '', 0, '?'),
(0x32f0ec5e1428c1facaade02d5e78bdaf, 'wp-includes/SimplePie/Enclosure.php', 1, 0x00000000000000000000000000000000, 0xade728103252064f663b566b6a08d1fb, 0xf61389fe08bec4f8eede60e02edbbe48962cd17831f5c0f038713f964ce57d5d, '', 0, '?'),
(0xb70a6676a038a6f7e1310eb793992d49, 'wp-includes/SimplePie/Exception.php', 1, 0x00000000000000000000000000000000, 0xe980977ac70371c5940ca104c32fe4d1, 0x1e5f7065b14e4fef2fbb2ab66d76d7d9c8bfef6e362af9e77a6ffee46ed4110c, '', 0, '?'),
(0x1383b63472e88825dee3d3c96ab89e97, 'wp-includes/SimplePie/File.php', 1, 0x00000000000000000000000000000000, 0x698e7e487762d678d2d47873d9b73a90, 0x0130acd6cd7344eac3d33b9bd050e23d8f279f9332e409991b13f8004466b2fd, '', 0, '?'),
(0xec50d8b7fa8ce68287ccbac6b42440d8, 'wp-includes/SimplePie/HTTP/Parser.php', 1, 0x00000000000000000000000000000000, 0x3a70e3030fc76414271b1ff724db2f0c, 0xa8e43dbc4404f8a13d75e77ef94a750b60f4f7595bb41b232a0fe408ce93e6fe, '', 0, '?'),
(0x6f5a30861c9af7f9d1d81fd43c63cd30, 'wp-includes/SimplePie/IRI.php', 1, 0x00000000000000000000000000000000, 0x0add12f117392caf7a0fd384796345af, 0x5965f5ab6bc0daedf41a0c6b9e747e896e348b261c97cacbdbf37023eed39c18, '', 0, '?'),
(0x66cee4a0d9fdc20865abaa0152b929da, 'wp-includes/SimplePie/Item.php', 1, 0x00000000000000000000000000000000, 0x2ddf9f898a099b3884a5858831c81656, 0x8afa5160c26d7b16ccd2b80ad8d6843dff885223cf51f618cdd4f9c9004bfb02, '', 0, '?'),
(0x17c254429ba44f3edf7632edee7d4561, 'wp-includes/SimplePie/Locator.php', 1, 0x00000000000000000000000000000000, 0x1267a83307de137905f025313481c9d1, 0x3ca3e0f19d6d73a734e63370162d49992fe9fa0c38274a8317a920107d2e019d, '', 0, '?'),
(0x464690768c91563b76f0382f9e0db58f, 'wp-includes/SimplePie/Misc.php', 1, 0x00000000000000000000000000000000, 0xb6bc49c3c91ab0dc7d5ba0588272625e, 0x5512c9026c3f6c069a4ed67636ca3027802cfbf0284ea6f4ac820300c926d6ca, '', 0, '?'),
(0x8a4d6af741d54d99f103124fde224966, 'wp-includes/SimplePie/Net/IPv6.php', 1, 0x00000000000000000000000000000000, 0x0d201fe4d7c01146ba45bbfa2c8968e9, 0x70f9749f82d15b626db6a5fd4da75f497a9f0122fb048a5b906a2ff2a84f10c7, '', 0, '?'),
(0x824204d2f303d987c8763c5376e7a8b3, 'wp-includes/SimplePie/Parse/Date.php', 1, 0x00000000000000000000000000000000, 0x4e5c8e4f32b4889191a4435b0ad5bb0e, 0xfc3dad05a33cdde1fe65697cce4dfb05715a5d565b5d1c26492d71392967b930, '', 0, '?'),
(0xb374664609d6727b99dc87a05f49b278, 'wp-includes/SimplePie/Parser.php', 1, 0x00000000000000000000000000000000, 0xae2b898b64477a4300dced750d8decb5, 0x619fb0b72ca9229d11cfc9c6945f2a7bfb5a9ed7106d8ce791c18ec99ba198c0, '', 0, '?'),
(0x64e2ba68c4a77b71348732f74b2218df, 'wp-includes/SimplePie/Rating.php', 1, 0x00000000000000000000000000000000, 0xb80b6a6b42b32d0d3f51335177ee5537, 0x7b6e48d1283e7d5128b9efb7cd01a961918ceddb04b1628b3e93c00a9246592b, '', 0, '?'),
(0x7dc13720de98e64448441f0e11da506c, 'wp-includes/SimplePie/Registry.php', 1, 0x00000000000000000000000000000000, 0xf8a0cc5c97becf533810a358fe605974, 0x350ad69ac238fdd771b657eae4c14089b643cb48d298028ab5eda39f5c1e6567, '', 0, '?'),
(0x00601b59b1cfad7216471da606a69484, 'wp-includes/SimplePie/Restriction.php', 1, 0x00000000000000000000000000000000, 0x5b22d3e97e27ccd5f2fa8a247c322abe, 0xe33eab33d609766aafa60d7c222922f7355352b900e87b6bdffdcbe4e37b361f, '', 0, '?'),
(0x5bb180e031190701b65941646bf6172c, 'wp-includes/SimplePie/Sanitize.php', 1, 0x00000000000000000000000000000000, 0x758e6c9e8ca6a40766708eaa78d51297, 0xdceec64f0a5170fff4a0d835ec41967ef384b6d9f99eab0390ad6a91e67874c9, '', 0, '?'),
(0x15a4ca1c306cb1dd6ac630132b25f20e, 'wp-includes/SimplePie/Source.php', 1, 0x00000000000000000000000000000000, 0x618c89413ae3245d422dc77677f12916, 0xb222ead1e139064ddc619983b455e28f5f04a468cd491280f83ebc2c5dff43cd, '', 0, '?'),
(0xdee9276706218e3a964899ee292c13be, 'wp-includes/SimplePie/XML/Declaration/Parser.php', 1, 0x00000000000000000000000000000000, 0xf94f2c40dcc0dbbaa661f509ce9490cb, 0xbeeb696dcd1151f6712b9212bf0da8a33aa7506fa7abfcd01a2afeae19868ce5, '', 0, '?'),
(0x5a7fd28c07a35bbcf80a76e2cbe20946, 'wp-includes/SimplePie/gzdecode.php', 1, 0x00000000000000000000000000000000, 0x189a840f72463c941a69c7a80375bcd9, 0x7c8d96520e27674145a9db8e9a86d3718a07b171815421dcde3ac6ff4f30ca5f, '', 0, '?'),
(0x4ffe6875b247affde1b22600ef4cff1c, 'wp-includes/Text/Diff/Engine/native.php', 1, 0x00000000000000000000000000000000, 0xaf53f6d50c16840d93189e01247fd454, 0x53cfea0034e2a17640ddc5b1609b44472056cf75c065cb52fd9242e7ab87338c, '', 0, '?'),
(0xc7822d6929f62ef85ccee8e67a845e61, 'wp-includes/Text/Diff/Engine/shell.php', 1, 0x00000000000000000000000000000000, 0x13b8dc53b3b404f5df15a23ffcf27a26, 0xf3f6b71f3d35ca101484143a05507527704dd64e035bb5395ea31e6d3e7a1840, '', 0, '?'),
(0xf72040ef0e3b80fa182acfc17ca815b0, 'wp-includes/Text/Diff/Engine/string.php', 1, 0x00000000000000000000000000000000, 0x3a11b1933d17fc4da9c3000cacef6929, 0xc1a408e1c66499be5bab25ea876e1e5a1e52b9d7600cf3941b018db285e90bd0, '', 0, '?'),
(0x65bd065e237cdb8da254d0a99288107a, 'wp-includes/Text/Diff/Engine/xdiff.php', 1, 0x00000000000000000000000000000000, 0xd6b91fc8628a0c0474ad58389a475815, 0x1efa5b3ca130b0c48597bf614429744afb68edbf28439b5b75487d73d2986984, '', 0, '?'),
(0x26ac91955277193f7e846aad684aa444, 'wp-includes/Text/Diff/Renderer/inline.php', 1, 0x00000000000000000000000000000000, 0x880ae56e35b150b4b2c7e9d94227e81e, 0x58e8552e6be2bbbae6402d28109515b635a1051e0c1e4ebd8be30feef10e560f, '', 0, '?'),
(0x33e2c9665133e068f0355bc0a357b93c, 'wp-includes/Text/Diff/Renderer.php', 1, 0x00000000000000000000000000000000, 0xfc8720df4330b50f59374fdc40d94753, 0x4557056ae12be51be3b55ce2dd3dd1f0039203c917187d2ef7c1310db416f67c, '', 0, '?'),
(0x5d422305cd32e87adaecfa62559cc92f, 'wp-includes/Text/Diff.php', 1, 0x00000000000000000000000000000000, 0x0df4c18c9104201a56e9eed33af70ea4, 0x9f4e270ea5751cfd70acfa0edb3d065add222d9002f84bd9ebfdbcbd14f18572, '', 0, '?'),
(0x2d6b64cfaf8d91aa58df775c379fc0af, 'wp-includes/admin-bar.php', 1, 0x00000000000000000000000000000000, 0xb68fec59b4e9b9275b2bc422c063df57, 0x4ab2e6dc12cef47862a6e2414448074dac97a6ac32bda7a69987ff36ef4d0eb6, '', 0, '?'),
(0xc24f9374671098003291165c9142c094, 'wp-includes/assets/script-loader-packages.php', 1, 0x00000000000000000000000000000000, 0x4b45c8b129afe557af3b842bc7fd58ae, 0x85ae01d575b79830fd2ec8bdbfde90019c2d0ec688c7b493fc13855d3d24ae82, '', 0, '?'),
(0x4775b55ea82f31c6d40fd58153f18e37, 'wp-includes/atomlib.php', 1, 0x00000000000000000000000000000000, 0xe0a21ec2322a724d6233d18bcb79d4e3, 0xaffc3aa3d538c8e1701278c320ee811b89bf808bd6e7e67d9ddc29f521019b04, '', 0, '?'),
(0x9d26078753eca7bf6fb824e6f730f86e, 'wp-includes/author-template.php', 1, 0x00000000000000000000000000000000, 0xc2a90365692b60d199a15b0e9bb13e71, 0x1f6b74309ad2e89e0336ff3b8ab55e40d2c3aa8ce55220ce92f836c23972dfaf, '', 0, '?'),
(0xb8c0d3918b13193f93c216a70e3de818, 'wp-includes/block-patterns/heading-paragraph.php', 1, 0x00000000000000000000000000000000, 0x99adeb8bc43f7ab0498a879a8ee6b345, 0x9969e20e2ce682ed6dbb4f8faca523bd3f5662c82c82432ddca263c5be1a68e1, '', 0, '?'),
(0x5e28ae3ffd74b27016a1a204d22c24ac, 'wp-includes/block-patterns/large-header-button.php', 1, 0x00000000000000000000000000000000, 0x2c0dbecdfe1aa6266fe60e7227a197f7, 0x00e41139db7792698415f3d7ed357f82dfc2d00893a7c37d88ff04b41b68c2cc, '', 0, '?'),
(0x19fdd3d49e5804865b80603f91d40c5e, 'wp-includes/block-patterns/large-header.php', 1, 0x00000000000000000000000000000000, 0xf56096ec7f8033eaef00f35d6a363f3e, 0xd0f2ff8a62a560261268b232c8c22956a54b467dd588ea6da03f2a66fbe690ad, '', 0, '?'),
(0x21c5d51ce28bb6ecea125a5dccc96e2d, 'wp-includes/block-patterns/quote.php', 1, 0x00000000000000000000000000000000, 0x63c23acb762c5e385e87bda3f022d37d, 0xb4e3e3bd128f40c312961f155d799125553f9c0e76779002586cf65ef17b71ca, '', 0, '?'),
(0x4bb6c06345846aeb1bf67a65c5afde38, 'wp-includes/block-patterns/text-three-columns-buttons.php', 1, 0x00000000000000000000000000000000, 0xc138b47448a857b7c4f725ae8c1712ce, 0x02de97b88ed8baf0fe4b0f75b3004dd4783e165d5adbf822d17ad138c58ec756, '', 0, '?'),
(0x0f566ee193601efc471df0027d3e615c, 'wp-includes/block-patterns/text-two-columns-with-images.php', 1, 0x00000000000000000000000000000000, 0x408bc1914e206fa246160b00920b410a, 0x1d6355c8ab6434a20f42946e44ced51f11c21313ae51f9b66e2b52c2d34a3165, '', 0, '?'),
(0x740dde5bfc8fd581392a3557ad62e2e3, 'wp-includes/block-patterns/text-two-columns.php', 1, 0x00000000000000000000000000000000, 0x88ff57ccdb8665f8b1bf39b9d5f0213e, 0x6250391906d0eac3fadea4790450afdbe567e3d122ee1c1eacc498fc8b2256c0, '', 0, '?'),
(0xd93e98fe5bc215d2b145c544e33b19a0, 'wp-includes/block-patterns/three-buttons.php', 1, 0x00000000000000000000000000000000, 0x8307c21d1fc79f8b2809614c8b29f06d, 0x0b0d8593291285836bb312cc178e4fdc645330e958b17aaffa865ff3c8dec214, '', 0, '?'),
(0x680af0917a9d4e3acf146367080706ef, 'wp-includes/block-patterns/two-buttons.php', 1, 0x00000000000000000000000000000000, 0x4213f486bd10a2b73824fa36b0d40876, 0x759ab4a05d91892429ed20c5c8df77d8e0eeb6356831237dbe0fd73874bc101a, '', 0, '?'),
(0xe6e2178ded782af9c3b19855c4e3d117, 'wp-includes/block-patterns/two-images.php', 1, 0x00000000000000000000000000000000, 0x26dbda7f5f86773f56e13ad967fcfe43, 0x7740f2a0637cdf68ab2803c5ea487ad1585b9f5fc63a1c0e80788dba3083294b, '', 0, '?'),
(0x00fc2024c9e9f0a690d39905000bd6ab, 'wp-includes/block-patterns.php', 1, 0x00000000000000000000000000000000, 0xb1c127d78a91407e771d00a11817351c, 0x3197fc160cfc6c6d176290109af6c245088f5700e78433342c46cbafd6a0cb51, '', 0, '?'),
(0x70ee187d47f7824a05e915ce24e2e078, 'wp-includes/block-supports/align.php', 1, 0x00000000000000000000000000000000, 0x762800bde11e0883c131f4fe0e69d860, 0xa7cb3d6fe42e92171e6bc034efc58a2acd1f505cd77ffd1e93ac8be75be48fff, '', 0, '?'),
(0x1dcbdd672b8e99bfb2e791ca2c63ec9e, 'wp-includes/block-supports/colors.php', 1, 0x00000000000000000000000000000000, 0xd24566ee312139764338ee3a28cad527, 0x5563854fd0a2abc7f7303bf75bd27a27d1c3d8a3645090d52bcc6ad4f8f7a030, '', 0, '?'),
(0xf2aef285c595ee03826f697c7dc8e314, 'wp-includes/block-supports/custom-classname.php', 1, 0x00000000000000000000000000000000, 0x11a91dd89ae5576959ac43d5ed76a047, 0xf020237243d297c629ef5bfec8ab8052cc9e7f105b94aef851e25cf51e26899e, '', 0, '?'),
(0x0a7a87c5ad8e1e7df47bc72eb6755ba4, 'wp-includes/block-supports/generated-classname.php', 1, 0x00000000000000000000000000000000, 0x66096fbddc49315ae5104e7d76aa1d2d, 0x18cd8417710b7df4304e8250765198266b99b2abfe54934015082f601f1276d9, '', 0, '?'),
(0x7d4f9f2021d9b6145df64fcd4f0b5b8c, 'wp-includes/block-supports/typography.php', 1, 0x00000000000000000000000000000000, 0xd877ffce81f1766559d3031aa8c566b6, 0xa1421fa91b9e74d9afe8050c40db065e1f92f7b335edea4e89a69358c8860e3c, '', 0, '?'),
(0xaa7338e60b9d27edc6c980e11a254378, 'wp-includes/blocks/archives/block.json', 1, 0x00000000000000000000000000000000, 0x75d3502a03e535905c816422536ee6a7, 0xa22f716b55a78ac0df351d69ea23d9eca6052deecc84617965ba64ccb9dc423a, '', 0, '?'),
(0xd03e366259a3b99541550c460bf02e01, 'wp-includes/blocks/archives.php', 1, 0x00000000000000000000000000000000, 0xa77bedc40a503f5ed8e7a7fa753ae909, 0x5455ece3720bd72d7bbbe94f3908ca50c0505bca73dee80018ae50f774f13950, '', 0, '?'),
(0xcffc10f45c549fa8400f534fe17c6d02, 'wp-includes/blocks/audio/block.json', 1, 0x00000000000000000000000000000000, 0x05fa1d38147d288369432d0c102ea077, 0xf25070d5c3360bb1b652f807aea67f7bc5f4506550e2510d0f836b379d5f3fc8, '', 0, '?'),
(0x37f9328ddf5f52b406449e18c73b6eaa, 'wp-includes/blocks/block/block.json', 1, 0x00000000000000000000000000000000, 0xf7d63ac22c3af026001fe63a92289809, 0x31fb4366dcdbe8d83e832d4bea4a22acbc1131ee25f149ed10a6b25033d55abf, '', 0, '?'),
(0x3e358fcdcb8f2e7932515bdaa3e33183, 'wp-includes/blocks/block.php', 1, 0x00000000000000000000000000000000, 0xa1d76938acec58b933ad8fa185635444, 0xb64abfcedaf7245fd946ec246fe21c9d9698ed817bf46643a67e4ca133faae3c, '', 0, '?'),
(0x91f68da4ed12b0d4d70b0cad01f77754, 'wp-includes/blocks/button/block.json', 1, 0x00000000000000000000000000000000, 0x5c0594e75dd6e07515aef313fa48280f, 0x41241abe101a08c764aace1d31f6edd4d2e01b2f8501de805bc50537a8470215, '', 0, '?'),
(0xeda48f5ad21a87350acd6ab47d851140, 'wp-includes/blocks/buttons/block.json', 1, 0x00000000000000000000000000000000, 0x54f886c31939ec0eb9b6443f5ffa3745, 0xb1b1595d4bdc8a1cc95153e9a7a4de19a16b3bfc09cda5887b2fca85f1a46aa0, '', 0, '?'),
(0x4bf920e88d179ef52a893bdcbcc66e63, 'wp-includes/blocks/calendar/block.json', 1, 0x00000000000000000000000000000000, 0x828759118dd75023a511989cdd286996, 0xf644f6a516ff5d5e85877eafeb3edbff727e5dff0e455e616e4b2d71484d65fe, '', 0, '?'),
(0x537a011f57ee0eeca54e1e4b5553d1e6, 'wp-includes/blocks/calendar.php', 1, 0x00000000000000000000000000000000, 0x1c0869c1fbc0d905e61d631e45382c0a, 0xe04f25f537dca7bc5e56dc78a8cb6e7eaa8a08fd0d8b38039dd312af692e332d, '', 0, '?'),
(0x04d247b923f4153b224cc91c2584fac5, 'wp-includes/blocks/categories/block.json', 1, 0x00000000000000000000000000000000, 0x1f41d8824764e872c57a51eec51ff016, 0x227caba927aeaf5275ac472094abf22057c7547bdd49ee3943e5525c52a21514, '', 0, '?'),
(0xfb28d08abb514226a6808cf6513fe99f, 'wp-includes/blocks/categories.php', 1, 0x00000000000000000000000000000000, 0x268f5b73c8a5f418ef3e4a4705ee5ef8, 0x871f070ea14735a94b3eb336f6f4c09a4663660ab0ba269920f83be774b1c96c, '', 0, '?'),
(0x58b5731b99caff5971dae5029e65504c, 'wp-includes/blocks/code/block.json', 1, 0x00000000000000000000000000000000, 0x208c327a60ba8cfff5d012f641b525d3, 0x57feb2400d8e389d1251a8f075d60048e6208b57685215808cdb923063b3c5c8, '', 0, '?'),
(0x8ef92a1176d13cfd54439c55bf584a6e, 'wp-includes/blocks/column/block.json', 1, 0x00000000000000000000000000000000, 0x621627beadf310b9b990a5e345f634ee, 0x7ad92caa6733ac6c055b851239be765ba63d0d57b0273365d363f0494edab7f2, '', 0, '?'),
(0xa5130650b668607c2fb8aae33a578300, 'wp-includes/blocks/columns/block.json', 1, 0x00000000000000000000000000000000, 0xad719ab793e68b2ddaa09674a83536f5, 0x2c43173dc49330c8b8a96126df2257d3b8b3a1c482c4de300aed28fd37337813, '', 0, '?'),
(0x21c5eb271829a6714d1c2a151da65863, 'wp-includes/blocks/embed/block.json', 1, 0x00000000000000000000000000000000, 0xd21042fce2d3538f293a5c6cd14944f6, 0xedc824586ef37b348fe161565f601ef24d2c7362ddb10cc8f922cff62a3394d1, '', 0, '?'),
(0x81ce6068d10c4e6b064fa14e389e8216, 'wp-includes/blocks/file/block.json', 1, 0x00000000000000000000000000000000, 0x2ea2ca4516f6b15409d50c50005ce144, 0x6b720df706b4a32e64f8bc0bddcc79254049581daee6ebc0742b0886a75aa4b4, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xba02da2b4de225fcb55d9b73443030c5, 'wp-includes/blocks/freeform/block.json', 1, 0x00000000000000000000000000000000, 0xd80f6f55cbc4dcde987829bbbcf51a92, 0xfadc4565ff9e64b92e5f3d9b928e72fb68511d10e895f85d21c62bad4d3ced38, '', 0, '?'),
(0xc5f65a5444c00d9d5bf8e546634c4cd3, 'wp-includes/blocks/gallery/block.json', 1, 0x00000000000000000000000000000000, 0xe40ea6b6acbd983981e0511176e69ecf, 0xe5c25067635a6e3171eddd62b12ddebca49bf67803a95d4d45939cdcbb989aa9, '', 0, '?'),
(0xb2311841ebe262c8b189e238a394454e, 'wp-includes/blocks/group/block.json', 1, 0x00000000000000000000000000000000, 0x36710f696756c52bc227965eec4e850e, 0xa581b0aa864269e742aa0d76ea0d4d1f35a7cadf0a3927f664e096edd180399f, '', 0, '?'),
(0x09e6b612f74968f01c429a7007164f1b, 'wp-includes/blocks/heading/block.json', 1, 0x00000000000000000000000000000000, 0x4d14e74a92e6a82befd43447e2d2d1b8, 0x2b5cd15881b7c4b2e3c74ab1a0e0e227e77ca7c74b6956929f5444f7b981e675, '', 0, '?'),
(0x8a9ebe16012faac41ab2f8290f79d00d, 'wp-includes/blocks/html/block.json', 1, 0x00000000000000000000000000000000, 0x912dd54656cf79e56f84bee47fa61901, 0xb1d4ed52419ce54198c8a72f8b8c72ed3448fb2d40f31597280a09ba37523499, '', 0, '?'),
(0xe41af4084be9f5015eaa14bdfb0a19f5, 'wp-includes/blocks/image/block.json', 1, 0x00000000000000000000000000000000, 0x6ad373a56427a81098dc2b68b3b30eb1, 0xd52c29ae1af797fba65a38a7a575ed9541e52c695ecac70c0ccc626573c27407, '', 0, '?'),
(0xcc81d4910fa61041b948615daa273aa9, 'wp-includes/blocks/index.php', 1, 0x00000000000000000000000000000000, 0xd1cadb4314b707446e3e9675c0366a0d, 0x370f2381783ed69cae626fb5521ef01434233bbe04dba48ced7c09184ad407b5, '', 0, '?'),
(0x944ccdd07e69533fd376b6433ec84079, 'wp-includes/blocks/latest-comments/block.json', 1, 0x00000000000000000000000000000000, 0x2c846936eca2f07875305c0c8995e3c2, 0x8313167310ab2218391f199ea2cb6c95148cf1932bc6cccc2fb7b21ce45b1dfb, '', 0, '?'),
(0xaa75241d8a7bc2e3db15dca893a776e5, 'wp-includes/blocks/latest-comments.php', 1, 0x00000000000000000000000000000000, 0x19d1df6abe8b630d392b402f4b3ced32, 0x3dc30a2b72530ed4443b9ee4817ced59117d9956c492505bf56f203d5d4c054a, '', 0, '?'),
(0x068162dee7a4c9cd9580f12b6633a163, 'wp-includes/blocks/latest-posts/block.json', 1, 0x00000000000000000000000000000000, 0x9e3550f46d1cd0ca292d5c0dfd164dc5, 0x2f429a4f713c13527600d193769865797385fe75ba002962b10d6b7b05bb364f, '', 0, '?'),
(0xf2310a02f20ce7cfc1c1a178bebfacd9, 'wp-includes/blocks/latest-posts.php', 1, 0x00000000000000000000000000000000, 0xe0ff691e0c7bdd2446c6c48c50d5ab21, 0x1a3af79cfeba468bfa73d34b83da16a2abb85cd4dd0e571194a48d9e0d849c17, '', 0, '?'),
(0xfd50f0de08be3afb8176b48dbf1b5177, 'wp-includes/blocks/list/block.json', 1, 0x00000000000000000000000000000000, 0x03ebf2798e9562a4ec97bd2bb2a7aa89, 0x43df18c638dfbffcbcc0b344aec725b3eb362ed345df2e3b842ed109d2fbd797, '', 0, '?'),
(0x9bc51689f3455811efefd57c1f54a7c4, 'wp-includes/blocks/media-text/block.json', 1, 0x00000000000000000000000000000000, 0x184da330f07997eaf9ea7e5f0c3e32b8, 0xc9975507d128a39101d353c17413d5e35208fbee515971cb65787d4927859c50, '', 0, '?'),
(0xa517246e31e4a1d906555ced7828ec96, 'wp-includes/blocks/missing/block.json', 1, 0x00000000000000000000000000000000, 0xba2412b859d4ba22394eca145274d566, 0x6b9c45e34591942bac6852f16110771fb1bae6d3dfb8bcda307b6096a41ebdf4, '', 0, '?'),
(0xbe9f58eeec77121bd50f1cb1044592eb, 'wp-includes/blocks/more/block.json', 1, 0x00000000000000000000000000000000, 0x5fd0dd9cc3dacbc35fc5a53b6b16294d, 0xb1040207113684ad3650611b8f1b89efc844ae879e40ef1ffaa96636f37ba3b6, '', 0, '?'),
(0xd3737dd4f9c7b6ea29d3541dd056afcf, 'wp-includes/blocks/nextpage/block.json', 1, 0x00000000000000000000000000000000, 0xaca9117baa7e5fdaa96b5ff86c0ab2c1, 0xe47643122e7a2d9d144e9559a2c4f209aa1743f03cd41c1099a0cfc11963636c, '', 0, '?'),
(0x14dee25ca7ea8b681ac2c829c4a0891d, 'wp-includes/blocks/paragraph/block.json', 1, 0x00000000000000000000000000000000, 0x41a8543bebec5f426a669bbcff821bbc, 0xf4c687347063e7cb06f85b3c336912d481768144b1e9f0c7c1d0ff83486f773c, '', 0, '?'),
(0x250fedac5d4ddb33a854b63154b8e32f, 'wp-includes/blocks/preformatted/block.json', 1, 0x00000000000000000000000000000000, 0x4c720d2c14a9417660ffb42097adf454, 0x3619ba2edf5fb9ee2adacf4e4d6fd30d93b86bf9906e835abb0d192f98ec2b0e, '', 0, '?'),
(0x500418f0059f48addf5a60e23dbcb28f, 'wp-includes/blocks/pullquote/block.json', 1, 0x00000000000000000000000000000000, 0x0db831a785dd977ae18507eb734bb163, 0x76d84b914ee8e11e601a58e9196e24603750c9e45936e3130e7e4f4eb11d31ab, '', 0, '?'),
(0x985811f652ff6576f895204f1cb6f455, 'wp-includes/blocks/quote/block.json', 1, 0x00000000000000000000000000000000, 0x4e60a7145e2fb5f72892e8c79d32df3d, 0x2f177b8dfb4f65cdbe67744061ddb84709932f0c3153763ef2d365cca26b0645, '', 0, '?'),
(0xb1670b03da62669d0d1affeed18ae6ff, 'wp-includes/blocks/rss/block.json', 1, 0x00000000000000000000000000000000, 0x5f4616c9a06d28f0c56e4ab19d5a4547, 0xf953c635a908ee58e3d2398081eadff6e7eea3196d4f58ad3e73a3e76c02d0f3, '', 0, '?'),
(0x110c349b8e42d60037716f42c76f36ed, 'wp-includes/blocks/rss.php', 1, 0x00000000000000000000000000000000, 0x7a3c21be55a46efbf15fff0c651d5142, 0x50036ed4328b02c6d526ab115921db023e50bad999c27bc67136319ac0b89870, '', 0, '?'),
(0x01c9587c5fd5c87763d33aa96a82d1c0, 'wp-includes/blocks/search/block.json', 1, 0x00000000000000000000000000000000, 0xc6e8999a2d1bba2ec21a03a0b43209d3, 0xdebb4fd1cdaf8747e7ae32d40a80c9a37ef4ba8856c6d11a3616e6d07c780119, '', 0, '?'),
(0xe25e7d025209ed045612377b57490d48, 'wp-includes/blocks/search.php', 1, 0x00000000000000000000000000000000, 0xd5a74c0aa438abdee77b1273ee7f9eb5, 0x78ed9e1ae352a93ed8bcfb3ad74033c0574066fc65ac66bd05e7ca1cd8134cd6, '', 0, '?'),
(0x104c7d622612891cdbb57fe580621d15, 'wp-includes/blocks/separator/block.json', 1, 0x00000000000000000000000000000000, 0x1e4c96ca547af4a767c927c28655f663, 0x8f841b8f92c9eab597d3496af0c53215255dbaefb25c26710f91ee194a775cbb, '', 0, '?'),
(0xf99ee88bbc89ad961cd31633f705fab2, 'wp-includes/blocks/shortcode/block.json', 1, 0x00000000000000000000000000000000, 0x5b7e202e7a0a2e61af595e1bf4689177, 0xa628e6139db4209eccb0896275dfedf7c765f60a7564f688e96ce57326e5d7b5, '', 0, '?'),
(0xeee1b24e9694e7a646a656ef59ec7f43, 'wp-includes/blocks/shortcode.php', 1, 0x00000000000000000000000000000000, 0xd33074e209eda31c12daa82e10996ab2, 0x7b8e8562770a7eaa8c34f86e17228297221cfed3cdf790ea232e6d19bf2f2331, '', 0, '?'),
(0x4ce0c00e0d0be62510c2c2067bae1cb7, 'wp-includes/blocks/social-link/block.json', 1, 0x00000000000000000000000000000000, 0x710fdc2658c11340a8243e79ab40fb0b, 0xcc2356810e62ffb8768cfa9fde451a1a36f3e5a68559396cf60222e09b7319db, '', 0, '?'),
(0x4b3e885e5baf50914618ed0e318b683a, 'wp-includes/blocks/social-link.php', 1, 0x00000000000000000000000000000000, 0x0e302c7d4a22e3d14ed2148bb59f99b1, 0x9dde9dcc2b2d255dfdbec1b1d9b2e8648c29f4905fe3b6763f4fbc28b159275c, '', 0, '?'),
(0xbf98b873a2a2f417dc19e7efe8c57620, 'wp-includes/blocks/social-links/block.json', 1, 0x00000000000000000000000000000000, 0x8a983c7bf7566733422b7a12d542c2cc, 0xeca14916a6571b02997d8c1c12a24f08677acb80099db368dbf7bd2da099776c, '', 0, '?'),
(0x228bf8934b9736065ea53456fd7d99c0, 'wp-includes/blocks/spacer/block.json', 1, 0x00000000000000000000000000000000, 0x396a35861b77c97328e3dab18b939349, 0x31f209691c62b8f5c78ee5d2ab9326926456359f6f6a6422f8bdcf32e440d2d1, '', 0, '?'),
(0x128c6542555c6b9c68af744b5f8e362a, 'wp-includes/blocks/subhead/block.json', 1, 0x00000000000000000000000000000000, 0x66f10f144c5bd820b01bbd980b330b80, 0x86f5445819c62b43ec5d8e44af24572b9366c8109b79693e183c865c9f3483b7, '', 0, '?'),
(0x1cb45e12d6755bd5707d6042f8f35731, 'wp-includes/blocks/table/block.json', 1, 0x00000000000000000000000000000000, 0xe9c6c09ce4bfcd8029230d53f02084a2, 0xea71239a2e5a21ebb367846ca690cee8ae8d04548c00cc1c75ca274541f13f94, '', 0, '?'),
(0xf9e44b7c1548c22317d55b9bfb788cc9, 'wp-includes/blocks/tag-cloud/block.json', 1, 0x00000000000000000000000000000000, 0x19c0ac4d30baf61e1e91ebc02ac4018c, 0x82f8ecf7952d5a45e70a962a9fe5369f5d5c190e84205d066da27b4e0f17f588, '', 0, '?'),
(0x75ed0f3aec7aa732a944510b0bc9ef34, 'wp-includes/blocks/tag-cloud.php', 1, 0x00000000000000000000000000000000, 0xcd407bc01a39da9bcdc3f153369e8831, 0x1ba88131f0caaa8697f0fb56de49542fa38caa6df8772f282795b674d6182bbd, '', 0, '?'),
(0xc23608b3bf044d1bcd93c6e829ccbb19, 'wp-includes/blocks/text-columns/block.json', 1, 0x00000000000000000000000000000000, 0x0bad3fdec8b4fa168ae8f7d159cd8620, 0xfe41bfa52ddfd7aa10136597fc0be5a460fe29d61c2757533e4b58495af112ad, '', 0, '?'),
(0x3dc6170fe0a7d3a8a4e7a40045a8d2d6, 'wp-includes/blocks/verse/block.json', 1, 0x00000000000000000000000000000000, 0x90f48d6894683e9ca04b338ee2e37531, 0xa01512ab13df8b8c218a133b6ed65e8f01757cd8a7af24593097353698d534a7, '', 0, '?'),
(0xd49bf761f9da13fd9ae18dc17472ad87, 'wp-includes/blocks/video/block.json', 1, 0x00000000000000000000000000000000, 0x98341e1fce503d43a40567209e274c8f, 0x6793c6478661241110f38c458908a9c3f711fe8efecb9855516279c4a7068c2b, '', 0, '?'),
(0x6498a3851741751b68c5eaa0303431e1, 'wp-includes/blocks.php', 1, 0x00000000000000000000000000000000, 0x08845b22e3b3c8fc828023a61227debb, 0x6ac1fb2492cf29f27ec597488c7888f7f87d4ac0317a181ef0d0bca476ff927f, '', 0, '?'),
(0xd03e9b7306cb1f6c019b574437f54db0, 'wp-includes/bookmark-template.php', 1, 0x00000000000000000000000000000000, 0x1fee645a630637ab01d934d64a58f99f, 0x977486936cc8503f649d83e53d29ebe695407a0469020b8f21c0d83914619217, '', 0, '?'),
(0x869f00a63e23198a05d1049be1ad7a28, 'wp-includes/bookmark.php', 1, 0x00000000000000000000000000000000, 0x8bed1c3721c4873e7050d53abbde910d, 0x36cc8e324dcca586e311a13fc2138026724186c902ef62c4aa9d75785ed18116, '', 0, '?'),
(0x2857513d1d33d1c879eefade18621f36, 'wp-includes/cache-compat.php', 1, 0x00000000000000000000000000000000, 0xb83f8f49715fb9eab0501df724d3841f, 0xffdc14e45d3427cfea8b39dee1bd1d0f8577b445f6934af54abb0da26e68eb91, '', 0, '?'),
(0xc78516fa39a0d919393aa0f7a41afe15, 'wp-includes/cache.php', 1, 0x00000000000000000000000000000000, 0x015aafea56a28c4f98fc794476e12021, 0x7beb8e64907fdc0ceb0b3c3e7762b953a371a9998fd942b9ca7f9902dad7ea80, '', 0, '?'),
(0xdc3247fd3fa65f15e6fc5ce8c6fa2d42, 'wp-includes/canonical.php', 1, 0x00000000000000000000000000000000, 0xe0cc479c8a6f3cb4e11597b5dd8ffd13, 0x809eb8af310ded65c99386af85bbe8b7cbdf59e5ae925e7ad5927f3db346d831, '', 0, '?'),
(0xebe35943e0de6f83166f52d4e4ba9e94, 'wp-includes/capabilities.php', 1, 0x00000000000000000000000000000000, 0xec49752cf04991c6574e1c0419bf3703, 0x3c8250b1d191784319f1fc656f1f8249294f5f64a82fe0af776786779831c61c, '', 0, '?'),
(0x896aaec349eed4d33cea9f9fb3866955, 'wp-includes/category-template.php', 1, 0x00000000000000000000000000000000, 0x4bb696a7e31d8cc267a96d16db3d3507, 0x5396e099fbf2f5e82e0fb46b9c8d53670e6e382004029d19f71fa38eac482291, '', 0, '?'),
(0x44efb2d6350a27e55ca5c37e01579389, 'wp-includes/category.php', 1, 0x00000000000000000000000000000000, 0xc860e5f06bb333771668d6de6b87cd94, 0x471dcb1f1c3e048c460e7c3539bcc57ec0717c19010a2600db17a352090e6cf0, '', 0, '?'),
(0x6d0b4492c6548e6d730391b7f241a97d, 'wp-includes/certificates/ca-bundle.crt', 1, 0x00000000000000000000000000000000, 0x55432550ca8507ea8824c0cb70f69fa5, 0xe0b73c654eac81a21ca766c0464bfe4683b8f66ff22dbf59f6ecd6d3536c55f8, '', 0, '?'),
(0xe87f4a89d9e579949e306dec60e4a82f, 'wp-includes/class-IXR.php', 1, 0x00000000000000000000000000000000, 0x98c90c30bce3e0430f601071a578dbfc, 0x5dcdddf17aef707f9f80719f4e22434b57c71ee49be9b49b89f8638ef4044d0b, '', 0, '?'),
(0x3a3cb724168e7fcd302c77222665287b, 'wp-includes/class-feed.php', 1, 0x00000000000000000000000000000000, 0xbe8e863e12f979c0dcabafff5dc8f454, 0xad38dac96a32d60b79dc4e2171caa970b1aa86f1f9db740041f59d0f12325c59, '', 0, '?'),
(0x04219b94c8407c9834abb06e9dadf414, 'wp-includes/class-http.php', 1, 0x00000000000000000000000000000000, 0x66de35bf96a255eefa63a68335b47b51, 0xb616b4762cbac3b369c4936d60c13cc0dfb27e0a1c221b15e3b3fdcf15990d0f, '', 0, '?'),
(0xd826e35a6801cd06249b1b0cc3896f82, 'wp-includes/class-json.php', 1, 0x00000000000000000000000000000000, 0x6b450b1aefa15b5a99c09cc0e4b0b1bd, 0x04e844a6e4fdfb8fd074aab835caf05e09a9cf838f37810532c1f0370ed7197b, '', 0, '?'),
(0xa3ed9145e2e2ed95c0513fe8de0928c4, 'wp-includes/class-oembed.php', 1, 0x00000000000000000000000000000000, 0x196a2c3bb31a33f978d915f483af10c3, 0xef88e030ab76eb21b6767637ef1c48de6c56916487c1ce69274b8386ed19b6ad, '', 0, '?'),
(0x0906511257afef8c7f887e2dca0064c5, 'wp-includes/class-phpass.php', 1, 0x00000000000000000000000000000000, 0x195fcd82977483fc03575131a4614cd2, 0x40465919bf7612ec47080c5e1e0ac2d619e3d77d2f13244fc0ace17e3b61004d, '', 0, '?'),
(0xec38b7daa799ba737deff7d5b6e04e69, 'wp-includes/class-phpmailer.php', 1, 0x00000000000000000000000000000000, 0x27c5d946213b892032f3b1bbb134c526, 0x47b1c45a479085e383ed35ff5fdc9a85e0ac58535b5788c4533a397040db3f9c, '', 0, '?'),
(0x22b5f2c917e0c9753e1f31d037fe8e9f, 'wp-includes/class-pop3.php', 1, 0x00000000000000000000000000000000, 0x90f37ef09bc9e5fd6b13ab58fe5fb0de, 0x2a902c5c641be39b57cc8511bd1a0e8c8e296039f84ed65195404a35682647ac, '', 0, '?'),
(0x17f6de012aca370de7e6183fe1b6fd0f, 'wp-includes/class-requests.php', 1, 0x00000000000000000000000000000000, 0x5840a43f69db2058638fe8d1161d1ead, 0xa793a924f4e40d37188c1c5586e8e34dbfaca7ab5d8a9a05b76736c287c23e43, '', 0, '?'),
(0xb8e8ab5c20af9449d1bbc1bbe819162c, 'wp-includes/class-simplepie.php', 1, 0x00000000000000000000000000000000, 0x2889d85cc1a44ac4a106edd19908eb1f, 0xc9386c9f6e2d15cec109fd6f993dbd9c382c3b68ee274c465223d103ca9c0c42, '', 0, '?'),
(0xbfe0ce9a2ccc519861bb676cb7c41aaf, 'wp-includes/class-smtp.php', 1, 0x00000000000000000000000000000000, 0x2ee6969a618871d8dd93cfa09da9be8e, 0x124229484a02a2acaba5da90f252a87073d020ddf898bfa91d092b2738166b5f, '', 0, '?'),
(0x65aee45f175ff325f717e8ae7888c0db, 'wp-includes/class-snoopy.php', 1, 0x00000000000000000000000000000000, 0xf15bfc50519ccd49a8b95034219aec9a, 0x03852bf709d7cc757a528a57095157a87cee9dd635821dacc7206a5b3b557ca8, '', 0, '?'),
(0x8429c5a9b6ea85325ba409d334a85f61, 'wp-includes/class-walker-category-dropdown.php', 1, 0x00000000000000000000000000000000, 0x6daddc73e16e79ec866c64b629a3e09a, 0xddd5a0a486a650295faa73a929765d1b1c18148d88d58922dbf205bb9e7c7f94, '', 0, '?'),
(0x0f9563addb6e78c017d4ba7c061003c8, 'wp-includes/class-walker-category.php', 1, 0x00000000000000000000000000000000, 0x29ad1ff132f347e445b1e2dae13b489f, 0x474a173899d6f9bcb8acbc590e3c31517b3cc23506d1438980d15be05695f47a, '', 0, '?'),
(0x4bfd4b2bec86c032a4090861655a9365, 'wp-includes/class-walker-comment.php', 1, 0x00000000000000000000000000000000, 0x4923a868af5a7ed604c198b7fb4096f7, 0xc35873fa57d9e36cb4b9ccec3a22b89b1530038ba0898e3b9f1ffbf006904c4c, '', 0, '?'),
(0xafdccf0ce6e528e8a7a83a701152df2f, 'wp-includes/class-walker-nav-menu.php', 1, 0x00000000000000000000000000000000, 0xe4a453f1e67c38eae20bda7e5278e534, 0xdd50f836f1f18cac5ecec439d768513dcec984afbcc1b0ac41bcdb580394eb9c, '', 0, '?'),
(0x024a0e0ff30dd3b747073e90fb8284f5, 'wp-includes/class-walker-page-dropdown.php', 1, 0x00000000000000000000000000000000, 0xb37442a31b42328a5b654ab7e935df61, 0x13599544077334bc9d493c88eaf0db41f274ecc883b1b3a91a89964786e5c32e, '', 0, '?'),
(0x35537b1fef54c68196aece65bd2f03cb, 'wp-includes/class-walker-page.php', 1, 0x00000000000000000000000000000000, 0xe33b430d90e93704a21f6c19b887cdf0, 0x71040982d04d51e4416e7132597c82edc15d07c764fb5dcfd8cdd6521f212888, '', 0, '?'),
(0xd6b6cbe539d89e66f8706f020c331674, 'wp-includes/class-wp-admin-bar.php', 1, 0x00000000000000000000000000000000, 0xc97e863b31cc7181688da04e751ee296, 0x67b6e22948485ebb74ae5cc228c69f1239539c8e76497dc30af702fe0d59a1eb, '', 0, '?'),
(0x1bd6bb450abb3c1ea50e42845bec2c0e, 'wp-includes/class-wp-ajax-response.php', 1, 0x00000000000000000000000000000000, 0x6f36da29b751ff2253cf8374c62e48d6, 0x94b85b8d8224f99c9667ca6e4d215e5ca6c6df3974b50474df0edd3e181e5add, '', 0, '?'),
(0x1ff0933fbd00d2d56ca00fba97ca2efe, 'wp-includes/class-wp-application-passwords.php', 1, 0x00000000000000000000000000000000, 0xe31f3bf051f68bdcf26357b24d0b3741, 0xfd16fa78ad06f9bedb20140efa3fa8ff4cbe1a926c8143cc229bc6d0c7b490a1, '', 0, '?'),
(0xb779a3bf02d191ff63ab6a21bf5c1327, 'wp-includes/class-wp-block-list.php', 1, 0x00000000000000000000000000000000, 0x0705832e0f9ed7b48a38b68639afb211, 0xc0242daace11a152cc92db7e8dd2db019edc4ef06ad517ce5d3f3de203edae26, '', 0, '?'),
(0x875a9081d9295f84da77e42724a558f9, 'wp-includes/class-wp-block-parser.php', 1, 0x00000000000000000000000000000000, 0x25ea7d0bf6438b316747722ade20e737, 0x2674df5dbb591860a4ecbfa8e53904067d1f1b128ac4eb0e13dc8757a895b22d, '', 0, '?'),
(0x5c05bf25e0f73f8c3e8899eddc650538, 'wp-includes/class-wp-block-pattern-categories-registry.php', 1, 0x00000000000000000000000000000000, 0xa854d9dff669bab6f2e8a9bf2f1b9821, 0x88ef8b28598a45f2559a05873c64dd7988f5d54b0932f4627379e45a19d84c93, '', 0, '?'),
(0xeee77579aad89ffa755691fb402f82f3, 'wp-includes/class-wp-block-patterns-registry.php', 1, 0x00000000000000000000000000000000, 0xe8134f933e814f5e9cfb22f5eff9c4dc, 0xcd8a19f05984a8561c9f7998081392d97d87db266de2ad7bda356a4a2930b421, '', 0, '?'),
(0x889140126b90261758dd490b0274c79c, 'wp-includes/class-wp-block-styles-registry.php', 1, 0x00000000000000000000000000000000, 0x4b63ff939e99e8007a0c945b3edd0d59, 0xcbcaf94a12a515780d175dbf0e7c18ede7bf2db3aa752bdf8fc3240ba461b8a6, '', 0, '?'),
(0x72e833db655c14f6cc1e052c04538471, 'wp-includes/class-wp-block-supports.php', 1, 0x00000000000000000000000000000000, 0x7df5aa43fe020ee0696507cd349789a2, 0x15e7387219fdc6bbce497a9352d1f4b8314c0fb3850816753f1b2df8a815bea3, '', 0, '?'),
(0xc3d934cc6c21847217c1ead884c3dfd3, 'wp-includes/class-wp-block-type-registry.php', 1, 0x00000000000000000000000000000000, 0x7252844d143896fd753c8356ca6c91a1, 0xbd1ac837c15100c9dc14e7018b4feea043cf0d1f2e8e448508006e022aa9988c, '', 0, '?'),
(0xc28aea0267d8b2682fe1b8ae994fb24e, 'wp-includes/class-wp-block-type.php', 1, 0x00000000000000000000000000000000, 0xe73c416aac51c67e24cbebed157e9be9, 0x9aca145c29c56477283f6f9e839e31b469996e9a40b0027e4b1d5536eeefea5a, '', 0, '?'),
(0x32598b20ec03be6f7126ae5ae70ef9ac, 'wp-includes/class-wp-block.php', 1, 0x00000000000000000000000000000000, 0xf8dd95a7e846d4af92381f668b36e8cc, 0x1cd0cef5b0e40cc3791c7bb21fbb9d746c2b524ac9f319a54eebe20a6a1da252, '', 0, '?'),
(0xbfb70a1485d39b4951454409e6fcea89, 'wp-includes/class-wp-comment-query.php', 1, 0x00000000000000000000000000000000, 0x648b92aa21540b305ec49992e9883ab5, 0xb70351f8e0cfd54d01c1a307959aa2623f5307c1ee5f6325fed3433160104100, '', 0, '?'),
(0x541010d172f1c2e57ecf19575d1119ef, 'wp-includes/class-wp-comment.php', 1, 0x00000000000000000000000000000000, 0x4a07306e824e142ea1f879c6aa62f9da, 0x11ca7da81d750074450af4bb802692f78c7907740332fde3e742e0d1fc7fe7a1, '', 0, '?'),
(0xc88d509ec320e933c4efd114800a94cd, 'wp-includes/class-wp-customize-control.php', 1, 0x00000000000000000000000000000000, 0x04fdd8e928a1b1c4488967316b19217e, 0xd4b36828bdeb6d3742c3cd2e18c66fc78f7596eecabc25618cc6311ecabecaf5, '', 0, '?'),
(0x681a4f686cf806e75ff8cd4c6d2fe5b7, 'wp-includes/class-wp-customize-manager.php', 1, 0x00000000000000000000000000000000, 0x0f2d40e7937ba970020daaada7398975, 0x4fe994505a8079e77382d636ad997ad2ca72a934d5511019124ec0076bfe07a9, '', 0, '?'),
(0x60fe8f55041305ae3217918f9a6d6457, 'wp-includes/class-wp-customize-nav-menus.php', 1, 0x00000000000000000000000000000000, 0x42f338c3bbcb54121264ef036839831a, 0xb68667b46e5ce4797cac5452f67846a4b5ccf45cb1e8a84183922637d68f9464, '', 0, '?'),
(0x0d98d2a7784f7ae4e286f77a8290be68, 'wp-includes/class-wp-customize-panel.php', 1, 0x00000000000000000000000000000000, 0xc5ec6fb1566aa92757427b2e18a9ee75, 0xa1662925d47c7594db384a1e6f058e41ed744434ddf94ce02ba597faed8a125e, '', 0, '?'),
(0xecc02d78c71428c545b66f49843ddd07, 'wp-includes/class-wp-customize-section.php', 1, 0x00000000000000000000000000000000, 0xa4603be9ff56ef27e406f5d328feca29, 0xc83c0773e84a6de46861dd21a31bdc08afb597cd5517002830b9441427f946c2, '', 0, '?'),
(0x668575330ab8154d5cc17d362a30ed9e, 'wp-includes/class-wp-customize-setting.php', 1, 0x00000000000000000000000000000000, 0x2d6abe191c62df346b32f560cc731640, 0x7327913d2aa86fb15bdbe59e99429580ffb16931de633943ae3850338d2ea1ea, '', 0, '?'),
(0xe7944afaa1d19165f70d586494d424dd, 'wp-includes/class-wp-customize-widgets.php', 1, 0x00000000000000000000000000000000, 0xb79b072ca8b6b25e4fdea88d8ac7f4f2, 0xb64ba2570543fd2d9576cc1c6cf477a02007a7ef87521afc7853295b025206fa, '', 0, '?'),
(0xe2c40b5a61399f55c07a15fcb31cd5b6, 'wp-includes/class-wp-date-query.php', 1, 0x00000000000000000000000000000000, 0x33a755f4d009804c5d2d855273d240d9, 0xd6b250345d931ca118c121097f6f15330a8f049c6cdf161084d9f75102d230d3, '', 0, '?'),
(0x6ab46773cd3636ce2480a4382aa845d9, 'wp-includes/class-wp-dependency.php', 1, 0x00000000000000000000000000000000, 0xc81ea7974e567dffe4622e27e9356d02, 0xc65beb344d9e2cdc3411a4dc93c678a2774242cc953d42670f95b57d49ec6cbf, '', 0, '?'),
(0xf984c9b1259bb9617b5abc6a090225bf, 'wp-includes/class-wp-editor.php', 1, 0x00000000000000000000000000000000, 0xcf7387ec272b80fba08c828191eaf34c, 0x162f25eea66b950d3cab84e78b2675f24e4b49ca76b3ead5f6470f7241e888cc, '', 0, '?'),
(0x3560e05d5ccdad6900a5dfed1a4a8154, 'wp-includes/class-wp-embed.php', 1, 0x00000000000000000000000000000000, 0xfe31a18d9cfecf5ca14f1c5283b9be5a, 0xf16037742f9c8cd27db77a8f83ece86621c5c26c3dec2cefae38745330469a5d, '', 0, '?'),
(0xbacd6b7b139ae426f211f3bb780ab6f8, 'wp-includes/class-wp-error.php', 1, 0x00000000000000000000000000000000, 0x10846cdf2026d8303f269102637efbff, 0x4786624d5b470c264a72c4469845f4dc0f929931c372f473844c2c74e628e157, '', 0, '?'),
(0x3078df1168fdd7cdad4b94fc33f9f754, 'wp-includes/class-wp-fatal-error-handler.php', 1, 0x00000000000000000000000000000000, 0xefabdbf2f3b6992db68516ecf4b876cd, 0xec920a2125e74495ba46cdf042cb5e9973fee2706c685665ecd637162755e8ea, '', 0, '?'),
(0x4f203d28088d3acbc43ce109de3146bf, 'wp-includes/class-wp-feed-cache-transient.php', 1, 0x00000000000000000000000000000000, 0x8678a8dd3f5eeebba13e19df19b34ff4, 0x3a98cc3b0268d3217845d41b7afb0313af502ba66456a4021d30978ef9b944b5, '', 0, '?'),
(0xd68cb7f10b71e6c3b3fd58b05bc8d2c7, 'wp-includes/class-wp-feed-cache.php', 1, 0x00000000000000000000000000000000, 0x1ac5e8d8b73f6822fdc6256394b42800, 0x6c0868cb3eb8fd36d93c5a2c32f2d0312a2180636d3b7a7ea0cedc8ff134bddc, '', 0, '?'),
(0x2344aec58483fd1481f79f1c3525bbc4, 'wp-includes/class-wp-hook.php', 1, 0x00000000000000000000000000000000, 0x2b25596a9316cd91eb5109b15ea88728, 0xb040490e2aa7dbb78ee9d4f0d07d4f90263f80e2c1f8c7e8b60438ced171e2b6, '', 0, '?'),
(0xb21efc2642b03556eb4155551d2c93ec, 'wp-includes/class-wp-http-cookie.php', 1, 0x00000000000000000000000000000000, 0x603d593db7c83380d6c9702ab31592b8, 0xe56ed73c1f6fb9e1258e2f950e55221d7983229ec8e929e3d30fbf84e842ea0e, '', 0, '?'),
(0xe407d1e723ff694ae5ae48b73ff640b8, 'wp-includes/class-wp-http-curl.php', 1, 0x00000000000000000000000000000000, 0xce53ac603346c64f832c3b4e23cdc9ed, 0xf4f340b58e1c209aec0fd0df54aeb628b60a44c4daa0adc559d2e009ae5dbc32, '', 0, '?'),
(0x95e84d4f2c9dcce37305e6d2d40de7e2, 'wp-includes/class-wp-http-encoding.php', 1, 0x00000000000000000000000000000000, 0x5573673265deab6a399245418bbbd3da, 0x74b88831b61399585a84954302028939d6c5639db8785d28445b39fad34f19c5, '', 0, '?'),
(0xc3e575ff58dbddbc23822d11c6c2f8aa, 'wp-includes/class-wp-http-ixr-client.php', 1, 0x00000000000000000000000000000000, 0x8aa30cbc16ffbe3218f012e2cef8354b, 0x981d4256720b41430af761aa2b86908c28b33b25ec466443f6ed5444c32393c0, '', 0, '?'),
(0x67b166f63104fbdbb6f279e43b15b45f, 'wp-includes/class-wp-http-proxy.php', 1, 0x00000000000000000000000000000000, 0x401f552cd73af7ee2d3c498e6517bada, 0x5513c8e9ea8be7bc9510be48c22e63c153647e01d8ef888f2a10e8abc329eaa5, '', 0, '?'),
(0xe14086108b4d5d191c22b0a085694e4a, 'wp-includes/class-wp-http-requests-hooks.php', 1, 0x00000000000000000000000000000000, 0xc77f2ccda3613468e7e344c01955bc2b, 0xc335fdbe93d5af7a1456c8d95274e3492fa52b1dcb9848304ea5bdec1c892743, '', 0, '?'),
(0x87422079d6777f862bb3e0d67c74abcb, 'wp-includes/class-wp-http-requests-response.php', 1, 0x00000000000000000000000000000000, 0xda4fbb54505e95f397726262211464dc, 0x801adecede5bd0a9c7a9a97b53112e57733a8c9cdc65d71eae2219237a9d5b4e, '', 0, '?'),
(0xa9cadab774ec67975a1d180fb76745f2, 'wp-includes/class-wp-http-response.php', 1, 0x00000000000000000000000000000000, 0xb50b17dd0234be8379db4bfd84f8df95, 0xe7ce9909e1e5f95bf3867b004966e20084748de2760a3964b99590f8788ae79d, '', 0, '?'),
(0xdfb0530e82b388b1685bfcdbb3cc151b, 'wp-includes/class-wp-http-streams.php', 1, 0x00000000000000000000000000000000, 0x4f6f97d6aa244e847e8046300bacdb82, 0x9405bf641ba7092ac8a9c258f79b964ad67a1e393c8cb129eb3ebf03d483746a, '', 0, '?'),
(0x3ea9c658b90d06fd62f5dfda9fae2457, 'wp-includes/class-wp-image-editor-gd.php', 1, 0x00000000000000000000000000000000, 0x7ae4bd52c5969b8af37a600c9f548cbe, 0xc20955bf203518c4424f75821ce48e3e46f7ca13c7705ff7a97dbb64d02e818b, '', 0, '?'),
(0xe105a95ebafb625296e55349e121d33f, 'wp-includes/class-wp-image-editor-imagick.php', 1, 0x00000000000000000000000000000000, 0xba55d8e92d2d9eec09e3fab032ae8336, 0x005cae0597302afcb7c2251751ddafb54ff7c7155e189cbd3816dae847f3ab7a, '', 0, '?'),
(0xfab3acbb540a199a88f4ad652e28bcb1, 'wp-includes/class-wp-image-editor.php', 1, 0x00000000000000000000000000000000, 0x280ddaea945ed3f9fa6bf10199ad2b29, 0xc347598c8f3c1afdb8e9bceac52242fefb76f3d484d9dc324b391c69bbc46251, '', 0, '?'),
(0xfd60536be5c5375474e07f76b9a058bd, 'wp-includes/class-wp-list-util.php', 1, 0x00000000000000000000000000000000, 0xcc7d980c20fbb553d395766c871e5440, 0x93a0b3d488f8b782ae9f011fac3f316c02d91ae4209de696d47567b3272cb5ac, '', 0, '?'),
(0x4c7a02f981d0ef015ad1fcf81023903c, 'wp-includes/class-wp-locale-switcher.php', 1, 0x00000000000000000000000000000000, 0xcbc322c63fcf46b4772ce80e5416c6f2, 0x21408d42f90ed33c36bf10ea8192c24b75eadf506d3d14ae832baf2f63065feb, '', 0, '?'),
(0x9e316c3c9c2011747e4c9f05550477f3, 'wp-includes/class-wp-locale.php', 1, 0x00000000000000000000000000000000, 0x9b538350e4843cc823ebc600c6273a08, 0x900f0744a4e0166e5d89baa9854157ad0b4548ad4fc00c48a340b06841447d05, '', 0, '?'),
(0x027ff622c57155798484a339ec2551a6, 'wp-includes/class-wp-matchesmapregex.php', 1, 0x00000000000000000000000000000000, 0xb0a551b784dd64cc9a77243ce9bea671, 0x39e76ccc7ef8183e0f53355d38f3d9ba1496c99ea3a9ba46694a95b191a6d85a, '', 0, '?'),
(0x47751db9a2d8e8fe05d2d210d2caadf2, 'wp-includes/class-wp-meta-query.php', 1, 0x00000000000000000000000000000000, 0x4bf20cb04392dccc9a7b12224870933d, 0xc7e252d0e1edbad1c1fb6cac9f09d8186e82a9995c178eae68bd129bba92dda2, '', 0, '?'),
(0x1afac31a183a5cae9d5266f950db7e33, 'wp-includes/class-wp-metadata-lazyloader.php', 1, 0x00000000000000000000000000000000, 0x49085ec350e2d411a93b24d8fc2b22c8, 0x5e32ebe9fa29453e58b588e78c34058b3afae7c05526dfdfb33b138db1e82165, '', 0, '?'),
(0xd7778c685da0c3a1cb260693774db3c4, 'wp-includes/class-wp-network-query.php', 1, 0x00000000000000000000000000000000, 0x47a2f552917e7c389e5a95a2315bcfc1, 0xc1c95a5bf84a4daef80744ced2a20ab01b2a11d2b0b40f6b7ff62b8fc508c63a, '', 0, '?'),
(0x38dc9e74c6eebb1a77844e7861b0e4a9, 'wp-includes/class-wp-network.php', 1, 0x00000000000000000000000000000000, 0xf95a4d86d99f813abd6c227064ce9bb6, 0xbc0f257132c1b2d2d390f946c0e9eb4ac89152187ed2836993aadf603be53efa, '', 0, '?'),
(0xcb55d0c47dda42a3cd1e09114a73fdaa, 'wp-includes/class-wp-object-cache.php', 1, 0x00000000000000000000000000000000, 0xcd6ecca924a6b3b89b9695a6082f5617, 0x85a6cf4f8b0f121a6d376c9182d7fc579eb4d832f6856db45f2f32fcecb824f9, '', 0, '?'),
(0x50c3ff40a184c93b0e623c0ab86311e1, 'wp-includes/class-wp-oembed-controller.php', 1, 0x00000000000000000000000000000000, 0x223bd0729f9d1a281b0b461202410655, 0xb3708b83fb5b9eb4bb806a2438a537c97a495c9b2179d33c478d340de67ff89a, '', 0, '?'),
(0xf8a6af018f16a0fadf434d703c4581e6, 'wp-includes/class-wp-oembed.php', 1, 0x00000000000000000000000000000000, 0xfcd806299751a75cb3320e25868dbbf0, 0xeb8f11dbc660664f32d813966389f7bb332f28a841cc9d547ff774417f7f8d70, '', 0, '?'),
(0xcfff40b6f7414f3d09f279171341bc0e, 'wp-includes/class-wp-paused-extensions-storage.php', 1, 0x00000000000000000000000000000000, 0x25cdfbcaa4a64fa512ad2e14c14c0258, 0x0f5559ac89ecc716de965c0a6a3668b60285cd81960fa16259166ededc35f5dd, '', 0, '?'),
(0x7e56a9dc58615d1e148b193770937c52, 'wp-includes/class-wp-post-type.php', 1, 0x00000000000000000000000000000000, 0x3124b725e7183aa503a80f49dc3addd6, 0x50eb8cadc404dfcf1b745c56ff18dc9b26daffed549a14bb921add9dd65e36f0, '', 0, '?'),
(0x7e91a1520e654f588766329414f16080, 'wp-includes/class-wp-post.php', 1, 0x00000000000000000000000000000000, 0xc33b4041e2f05bae6f6888cd8146eb0f, 0x426d73cdf2eff9c9d4fbc2414b4529287c2da363930cffc6f2cfa1a47cd7e864, '', 0, '?'),
(0xd9062d680a0d6096e9c3bddb95432f73, 'wp-includes/class-wp-query.php', 1, 0x00000000000000000000000000000000, 0x2727131127be9b550851b87c3419a8ec, 0x46a937b68198c2ffc8e8e3ca538031a91ac56023ce348d0d487f1c734c0a0811, '', 0, '?'),
(0x742f848ce612af874a69365758c4fdde, 'wp-includes/class-wp-recovery-mode-cookie-service.php', 1, 0x00000000000000000000000000000000, 0x51ea2d821b13a991a29b2a787266e598, 0xdb38852d04d9483046e379bf12a3a04790b98d1db00b96f7a1a2dae3fdc78bde, '', 0, '?'),
(0xe1c8fb9b6d027c18eb9979629cc1b6e1, 'wp-includes/class-wp-recovery-mode-email-service.php', 1, 0x00000000000000000000000000000000, 0xecea20a0f3ad124775f36e828ec94574, 0x59e1d1be4c509602adcfdd3d4e4c8f1f8b7f95b6a4ec2acea0cb5439ee49ad28, '', 0, '?'),
(0x792645d97a16dd9c995abd79d7badab2, 'wp-includes/class-wp-recovery-mode-key-service.php', 1, 0x00000000000000000000000000000000, 0xb4394185a86c0186cce925113c0b9743, 0x05eefa03a192847be88c541f1667a67dc14506131288f85eee5b974665b02ed4, '', 0, '?'),
(0x714c8b05fc02e5f60f104910974c6383, 'wp-includes/class-wp-recovery-mode-link-service.php', 1, 0x00000000000000000000000000000000, 0x9ebed51b7fc0e57d06662f63cd6e7835, 0xd16b89b584dde5f7c3e6a9de991515285a859f7411f44d00eca8d23b907f740d, '', 0, '?'),
(0xc460ef031b2c7d0ca3d7440613e7d840, 'wp-includes/class-wp-recovery-mode.php', 1, 0x00000000000000000000000000000000, 0x207feb6f78d186d2d311143c154ea4bb, 0xb7343eb3fca0010d94096a9fa8aaba738164716db48f48bb816cdf37bc7ee4ee, '', 0, '?'),
(0xeb4d1aa5d5fc97481415b33fcdb21f5a, 'wp-includes/class-wp-rewrite.php', 1, 0x00000000000000000000000000000000, 0xa363fc89ab78fa58a5ae43b8d1752523, 0xdd902f234e606ad0529231d3742baae573db57905d131ef77e53e6c8eb6dc797, '', 0, '?'),
(0x0a8accf366c9d3853b1e7bbb7416f587, 'wp-includes/class-wp-role.php', 1, 0x00000000000000000000000000000000, 0x8deb7948bd88f4fb2c6f16993aa699fe, 0x16277dd89139ddf6cd581138759a11f5acdfa89f5b28076fcf619c6e1e5c0bb1, '', 0, '?'),
(0x95c7800733e58b3cacb226b3aa59c486, 'wp-includes/class-wp-roles.php', 1, 0x00000000000000000000000000000000, 0xd6c53f161854efa576bf9ff07c55ff79, 0x3f7d5d0f898692b0e662341300af9cb5e94aab9420e90f18dd35f12eb9aa3155, '', 0, '?'),
(0x18d178289bc5a5dcba842e92f5c6d587, 'wp-includes/class-wp-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x395ddd4bb9554a57a12ab816ef68863d, 0xaef0a68e1c7fd034820f1a5175415ed8a1fed66af2acaa8e244de5a6e230e300, '', 0, '?'),
(0xab98b8f718de90b871e36963bc063d92, 'wp-includes/class-wp-simplepie-file.php', 1, 0x00000000000000000000000000000000, 0x8cd303383841a160a0772b90bc70ac54, 0x8538755db3707fd8515f94748752dbae5d6f7f7d6535238d503562324255bcf2, '', 0, '?'),
(0x033c2ea6d8348176b7e463992260a674, 'wp-includes/class-wp-simplepie-sanitize-kses.php', 1, 0x00000000000000000000000000000000, 0x00738237cc5ef54755e90ff6c65f0f18, 0xed454aed030103277b369d69a2ba11e97cecab7ef1630b1eb9ca2f0304f29d6c, '', 0, '?'),
(0x81cec25781dae8f73db6d4984864fb7a, 'wp-includes/class-wp-site-query.php', 1, 0x00000000000000000000000000000000, 0x2a5779f00a678c104d50b0ae29f27031, 0x97fd8b430ccdc69926b9ad967681a8ea0fa1228f5b8b534b40a80992b0cea040, '', 0, '?'),
(0x87627e35c3611f1ff99aa04940292af1, 'wp-includes/class-wp-site.php', 1, 0x00000000000000000000000000000000, 0xb29a656ff9b143cb49f437239f0a8c8b, 0x2db568a485ffcaa05ee31046c3303f97300a951e251673cf6962565c1df458ba, '', 0, '?'),
(0xed085ce1531c83d587968038b8963b32, 'wp-includes/class-wp-tax-query.php', 1, 0x00000000000000000000000000000000, 0x98fb7db8cc13ef6e424a77846b079a30, 0xbbbe2ca2496ebdf7fc920ad5f2d78bf3452cd0df40f90768e6b431ab9314889e, '', 0, '?'),
(0xc1117e5194d4811cc5b4044670ecdbcd, 'wp-includes/class-wp-taxonomy.php', 1, 0x00000000000000000000000000000000, 0x4b1278f76f6da2b58475e484063574b8, 0xe5d7385449b37cb57c430f921e2113fbc5607667a123d55121c993167b3d93cc, '', 0, '?'),
(0xed88d2e3493093b1422cf31d68ca9b70, 'wp-includes/class-wp-term-query.php', 1, 0x00000000000000000000000000000000, 0x1b5922b29ed7d2ecace7a4345859745b, 0xe3bfe16de29fae2f1ca861b5cdb228794d15472e93f664d0aa5a2b9dd6ce19d7, '', 0, '?'),
(0xdd96bc27d6227c33e25f99747ca9f601, 'wp-includes/class-wp-term.php', 1, 0x00000000000000000000000000000000, 0xf0f9e8815135e0e6a1d784585ad90ec4, 0xbb7d476a297099c3dae1ef4fdd37b1d9a01d66dd92c0befde18d8ec459bc700f, '', 0, '?'),
(0xf81ee8c7a2bd42d5b428d65c06bd304a, 'wp-includes/class-wp-text-diff-renderer-inline.php', 1, 0x00000000000000000000000000000000, 0xe8053813b36cb4b25f0deeb275ff8ca9, 0xb6f2d7a46d65f4fd2c96cd568484ebce39f3987d83d1e6f303097994bbed7697, '', 0, '?'),
(0x4a02ce252eacf37e9cc29771e16cbc10, 'wp-includes/class-wp-text-diff-renderer-table.php', 1, 0x00000000000000000000000000000000, 0x872dc61980878f8e67103048467549f4, 0xda015f68042b07c255ad83489d69c7fbd65fbc8e65a30977c8c61b819136e7d6, '', 0, '?'),
(0xa823d73f8099ef476309c2af6c316517, 'wp-includes/class-wp-theme.php', 1, 0x00000000000000000000000000000000, 0xa79ed1c9b184fd68a26b325cb6c41184, 0x80d13842ae5e95d51502c94bd1ddf91cda9d6ffd64235484d6730081838af543, '', 0, '?'),
(0xf1efaaaf08be7a79b4d5c83e5f2b9474, 'wp-includes/class-wp-user-meta-session-tokens.php', 1, 0x00000000000000000000000000000000, 0x9b382f2700b900b8a57618534c2d4700, 0xd6d311d7158e38ee90621eed5942263fd936971005ed6fcc1cdfd4121c3e1504, '', 0, '?'),
(0xa11b398dd46cc2d79f3f2072ede871c0, 'wp-includes/class-wp-user-query.php', 1, 0x00000000000000000000000000000000, 0x541bc44979cab0af427a52acb43ecb4f, 0xaf0267752cb524c9620468e62f37c90ba143d53cbe6c3dc4cf3078e0b533c878, '', 0, '?'),
(0x7c6cf32b4616fbba23da9fbdacebc3f0, 'wp-includes/class-wp-user-request.php', 1, 0x00000000000000000000000000000000, 0x77d93f9876b7b95cd7c1a89308d0240c, 0x7ad915c3e8ecb72e742898bd0590438c0e6f07eac417d1098ca105c6741456db, '', 0, '?'),
(0x1e52f1885cb5268886541c09c07c1f60, 'wp-includes/class-wp-user.php', 1, 0x00000000000000000000000000000000, 0x053ec01e900c62a45a64d9da098be099, 0xc0d6f16d418151572c13853fd9f93ba1a377e1194654f18ea7b35c183ec8f1b2, '', 0, '?'),
(0x1000f5aa5dc061f076950494be435901, 'wp-includes/class-wp-walker.php', 1, 0x00000000000000000000000000000000, 0x7a8a2b402cd0472ce5e4535ee7ff7999, 0xcd0f28386a19a8435b2def069c31aac6a0a6110fd3ca96b8fe6c0c334f6dec81, '', 0, '?'),
(0xbf7b8931f0fa22b806a65eeb01d2c82e, 'wp-includes/class-wp-widget-factory.php', 1, 0x00000000000000000000000000000000, 0xf4d5a5e2e1a1b5bfb3837cb08649c020, 0x284804c3f005650f3361865a5d93dc745c8d918bb08527846492c670baa91be8, '', 0, '?'),
(0xe7446ad79ee515385d66d09412105fda, 'wp-includes/class-wp-widget.php', 1, 0x00000000000000000000000000000000, 0x46acea208a0742e9fab0b0d4bbf7e8ff, 0x1018f0a91bbd9d072fa0cd1f82ad990f0330e6fa3df4a97c7b68b7bd6ed052cc, '', 0, '?'),
(0x6a81e4b18bb9bfe1f02588ddc35d801b, 'wp-includes/class-wp-xmlrpc-server.php', 1, 0x00000000000000000000000000000000, 0x170c9037dc60270153fcf011feccbd9d, 0xd4492ef5e38742bb41641f0b3c334b45dc424286ad81591561b9c946ae4b527e, '', 0, '?'),
(0x24b902c1bc43c1aec0f32fbc3914b9b8, 'wp-includes/class-wp.php', 1, 0x00000000000000000000000000000000, 0x5ab0491f84d6a989457526535e3af239, 0xc0a48174c844c04d51a6c7d28a040e5717381f9aba8ef1defc26f402add53816, '', 0, '?'),
(0x79b405ed1ddd459061ccf33a128d5b00, 'wp-includes/class.wp-dependencies.php', 1, 0x00000000000000000000000000000000, 0x040ffa319c0f6eaba97d251b843374ad, 0x96dce2422d10b25b693cef9bd5364aa35a19752a33af925104dc71128f784c00, '', 0, '?'),
(0xa58dd9ebf1a73b7ed3b752b73e9ea302, 'wp-includes/class.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x9ab273c07a72555b0a4bbbe47aa5d9c1, 0x73e26489d6e3dcd2204a8657134caf2b3ca349b9e6fff89c5334792429541940, '', 0, '?'),
(0x391ccf885b130f9f31647bc4f4ee4008, 'wp-includes/class.wp-styles.php', 1, 0x00000000000000000000000000000000, 0xa955e7c6cd767ac3cd3411f93c711a9d, 0xe3f4c1d22f558cc656fc7444fe05ebb4621f7db4c246be39538efe7ad71ff7b5, '', 0, '?'),
(0x3db08a6b98155b349c93a220bc903dce, 'wp-includes/comment-template.php', 1, 0x00000000000000000000000000000000, 0x5601c1b27c3fe30f4d9a873d5d4a87f2, 0xb33478a5f98390aca2dcec940821471f6bcb998499c44c746f8a21a2f327a423, '', 0, '?'),
(0x91531896c6f70c8a4b4b321d1369c988, 'wp-includes/comment.php', 1, 0x00000000000000000000000000000000, 0x1bde418cbeba5df4c59933463872c883, 0x2742df361245f23ac0df62773dd1012375f100b29d3e0926c6c4cbf74dff0f19, '', 0, '?'),
(0xd15f5c63396d4c8a76e9e8a33189d1fc, 'wp-includes/compat.php', 1, 0x00000000000000000000000000000000, 0x09f7dc7dc86173e109d7cde4c83f8177, 0x92f24bb71fb0e3796318848d54734b6673627b9dfde6a02d096b0e80581dffa7, '', 0, '?'),
(0xf52d227f44ed9dcacab944b23561d02f, 'wp-includes/cron.php', 1, 0x00000000000000000000000000000000, 0x248e420c0fe3a7eb8f97f9c05147c97a, 0x38d22b2770c098987cafebb50b03d186130cd8014b91b14f963c8f5f65ff7f2d, '', 0, '?'),
(0x9ac4fe03da3dd6ac4896402d6998ef1f, 'wp-includes/css/admin-bar-rtl.css', 1, 0x00000000000000000000000000000000, 0x021d1881188ee5f372821be00baf6a75, 0x03062c74de632a0932c7c193b5c4f9de33d8a64917a9f48c8a1003a9fb34816a, '', 0, '?'),
(0xd37bdaad643354fa5879bd91f1d0373b, 'wp-includes/css/admin-bar-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf634fbdc800982a1af2ce78e92be5bba, 0x46aada4c35ddfa25c0d324c065e404be26718928fefcf5a6572d6e29ab6d1727, '', 0, '?'),
(0xd4c886709ffed15d34ccd04cf1c471a6, 'wp-includes/css/admin-bar.css', 1, 0x00000000000000000000000000000000, 0xb87084745f0b4b17c7e3e195aec90fcd, 0xe4d8b082c7b65146a66241228db0472b6387e969b4f51431202fa177c7a78926, '', 0, '?'),
(0xfe4922ed70a2d074ca51b9c95b5a3678, 'wp-includes/css/admin-bar.min.css', 1, 0x00000000000000000000000000000000, 0x4cf8133777119a8552b897c2abfbdece, 0x39a1ba0ccf08002ac793b0cd025d5317119ac3f34a5f3e2b3d4aac2dfc416f43, '', 0, '?'),
(0x74388cc0d0ef70afcc8bd57a7b6a4470, 'wp-includes/css/buttons-rtl.css', 1, 0x00000000000000000000000000000000, 0x6919a1bad49d5d7a7e63369fdbcf6736, 0xec4cc358e6a995660586ed1ad8741d4335af69e30c6653ca28e852a5269e3d82, '', 0, '?'),
(0xb6eea4556c31c0c89544fc626d67f1af, 'wp-includes/css/buttons-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x46a1bc58f857447780f7fdc706daaded, 0xe86fc220ae9f80aca1f02150639b18818afc8100c869db4639614b1efbfaeacc, '', 0, '?'),
(0xf40882128e3beaa25ef0a9b8b4386384, 'wp-includes/css/buttons.css', 1, 0x00000000000000000000000000000000, 0xeaa9dde85bfd0ec15ce19bc9e5862ee9, 0x4cdb8ebecc056298c3d0f13390a58a7903bd059faedc7e973e9049e774b996c1, '', 0, '?'),
(0xf0d0b726a74cdbbdc2a8119de3564e8a, 'wp-includes/css/buttons.min.css', 1, 0x00000000000000000000000000000000, 0x61acbb6ebdd2479dcb66e467e3f1d80f, 0x6b214c0b341f3e4896699d1741174689bb66954252b604655240f9b1b9ec57d0, '', 0, '?'),
(0x46ad175cba431c3fcc5ad6faf6d6fd1d, 'wp-includes/css/customize-preview-rtl.css', 1, 0x00000000000000000000000000000000, 0xb3c318de899e08aed6f4daab649fa133, 0x7ef027bea75b7ad07b87117f0f05d83af5cc039bd14cc4804e3741079b9e0913, '', 0, '?'),
(0xecfda5c6af07c3e6307e0d6a1b413475, 'wp-includes/css/customize-preview-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x45f9db3faff36e5a1e0ca3d2ef64a52d, 0x47a8968d69b10d6cba69555ef5aa6eeade726dba35f0c9ce8fdbbb8c5c6c8d07, '', 0, '?'),
(0xfe6756dce0d6484977139ed321b592c0, 'wp-includes/css/customize-preview.css', 1, 0x00000000000000000000000000000000, 0x31696760a8c26ff981a6d38fd9b7313e, 0x9f153e6b64559f869cdaf785b3a789e73d4052b5fb150fe70da589e4cbf93bda, '', 0, '?'),
(0xe6bf79a76c9a8073f3a7553ec23cf2e1, 'wp-includes/css/customize-preview.min.css', 1, 0x00000000000000000000000000000000, 0xa8cd62ed8b1280c85362c67395ae1f22, 0xdf8c89d949f952f05cc4b90311d40565a3b87a33dafc51734395c1bed7510688, '', 0, '?'),
(0xd4ca70ff04fd53959a60df5d545d44c8, 'wp-includes/css/dashicons.css', 1, 0x00000000000000000000000000000000, 0x2c4af0bbdf2fb60fc46ee752e4bb7ee9, 0x710807d4a1d004fab81b63ab17c771d36c352fdd331924cb9d549c470e5705e9, '', 0, '?'),
(0xb14c8392857945f57b7f06a617f86693, 'wp-includes/css/dashicons.min.css', 1, 0x00000000000000000000000000000000, 0xd68d6bf519169d86e155bad0bed833f8, 0x047c13bc3338b73926ce9a47f10f22238dcc00cca0c6cb3bb7f903bf659852a9, '', 0, '?'),
(0x9799708aa94bd66299f800219728a2f5, 'wp-includes/css/dist/block-directory/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xacdbc28819d667084a1ff1fbf45e143c, 0xafc77f9b1a79620246b2029e8f76daf38f4af57de57acadfc78890e806097f28, '', 0, '?'),
(0x32dbc2175a7304838c2b060c7a951bf0, 'wp-includes/css/dist/block-directory/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0af1e74af4b9836313578126f9ba5997, 0x69f4102b57964dc4c14534dc0abb237f53a82d5e0ed13ff5ddbb8c16cc2cff39, '', 0, '?'),
(0xa5f21c98425c751f7d8e4cf42c8285ff, 'wp-includes/css/dist/block-directory/style.css', 1, 0x00000000000000000000000000000000, 0x8f893f294c7f480d62d7e1f670051e69, 0x3768b6bbd51ff22ff4faebde2f7980fe334cd1ec22cd55ac886ebe8f480ad7ce, '', 0, '?'),
(0x53a50bb474e720f0c64ae839a9fd8647, 'wp-includes/css/dist/block-directory/style.min.css', 1, 0x00000000000000000000000000000000, 0x4946140992319750baf2cce6ccc7d61f, 0xf2ca6862416ec4b2b2fb27e0caf66f8e3b7e157025975a242e27b9a5b88e2d34, '', 0, '?'),
(0xda89780e60d939ed4cc5a54d91d22c4c, 'wp-includes/css/dist/block-editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x672b61c8707a4c652a4ed911a21826d8, 0x9d1dfee304775c7d62584a312916fbb95dfbe27e49354f5383a34bb8fb3ab3b6, '', 0, '?'),
(0xe08469b7f7f234fbbb5a6ce1d0832040, 'wp-includes/css/dist/block-editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x9d2036135d8e0e0e8dc1a5d813850628, 0x58c0e44c0b2aa1a437ddacceeb872ac0f8140feea0e2b73f8b4077d702bd5c63, '', 0, '?'),
(0xd570ef735a5a8523f74e3797f3659d19, 'wp-includes/css/dist/block-editor/style.css', 1, 0x00000000000000000000000000000000, 0x1930ba4522c54c4c93fe5aa452ff1444, 0xc2c06cc17a063c6a57e1ebf7df4a7a6889c24f4b47f617a7a388c49f8f65de12, '', 0, '?'),
(0x9d52dbd942a170c01195166dd85aaa3b, 'wp-includes/css/dist/block-editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xfde0766dc2980984001cb7efcb04ddef, 0x48f43894d01b32feba19ef38fcf518669cb755c7f992546eebaef9d4ef4120ab, '', 0, '?'),
(0xd3a4acb7e6ccfbc7954cd9468d9d5a51, 'wp-includes/css/dist/block-library/common-rtl.css', 1, 0x00000000000000000000000000000000, 0x23ec9244bb05509f798ece6efe5c4294, 0xea41185159878174518f614b0968cba4118e2b0de82b91780c2c6016e2b5bdaa, '', 0, '?'),
(0x267ee72a6dd9452b6e58fb253b5b4fe7, 'wp-includes/css/dist/block-library/common-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6e6581e43aca8e112986fbc0f0685648, 0xd476370b8fe2ae37f112d561e18a4cdd7a7f0708d0b8b73f392144a21cb934a1, '', 0, '?'),
(0xcf3236cb36dd2309535b0b68285cb2b5, 'wp-includes/css/dist/block-library/common.css', 1, 0x00000000000000000000000000000000, 0x5144c81bfeb4b8b242142b7c6c48c5e3, 0xcc0612d0cdc41881cd0a28f163af4346a980a454f4af802949d219cd20562beb, '', 0, '?'),
(0x98e2ef1837b725ecccac8ac5e826168d, 'wp-includes/css/dist/block-library/common.min.css', 1, 0x00000000000000000000000000000000, 0x1cb50304f1584249fa0ccfe30e6d43aa, 0x51c94587ee65ced50dce170edbc05fbd07151131a0506a7f981e849657e572a2, '', 0, '?'),
(0x89582a8de417e30c8e564c09885fe383, 'wp-includes/css/dist/block-library/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0xc3007d338a2ad7013f8176c12b152c22, 0x2674543d819cb3d8c8bc697467605e9e358ac5f20115b23247c4d35663673c04, '', 0, '?'),
(0xa4e70affc152b262f086d278fdfaa167, 'wp-includes/css/dist/block-library/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb8bcdf3b2e824bd81d08204c64e62d87, 0xf12da2a85d791d7c99ae2263e06efce5f724f571a41e304c4c9202e794639740, '', 0, '?'),
(0xd4cc866cd298dc5ce734e22c432d936d, 'wp-includes/css/dist/block-library/editor.css', 1, 0x00000000000000000000000000000000, 0x0c303e3e18a77ec09c75b4bc576c1d59, 0xea0a913af16e97de9259bb5ab95bbc4909efda0fd16700bab79bc019d9618542, '', 0, '?'),
(0x05b3955ba98c081bc234e2f2b03f8d73, 'wp-includes/css/dist/block-library/editor.min.css', 1, 0x00000000000000000000000000000000, 0x82f78c173bdd047251e39aec4534fafd, 0x8d8bf26e75a42e9be443807bbc1f5215a0cff44107ea0df939412fe087669384, '', 0, '?'),
(0xfbd1f7eb53e34b357fc13437cac19353, 'wp-includes/css/dist/block-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x5256def6302003e9c4f9f2af0c2aa0a8, 0x7ce9ad15dfaa595a61333d3f1a4b9d6004ad909a20abe29a2ba39a2d86a11eb2, '', 0, '?'),
(0x8de429211b29c336910ce53e7dc93734, 'wp-includes/css/dist/block-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xcbc04d2237f0e49118ab9167c4c2363e, 0x574d03188a80f8bba472823085a28a1f79373a35d18de8f6433cb46fabb986f9, '', 0, '?'),
(0xc07abb36d9d92bf0d4dc50480da67455, 'wp-includes/css/dist/block-library/style.css', 1, 0x00000000000000000000000000000000, 0x12703e0446af82c5917e95a98b4b84d0, 0x666d92f38b65298cffcd15df24eb0f34c35f25aef438bc5283904cefadccfd1e, '', 0, '?'),
(0xeb5146d43074e82bbcf6d8e199f0aa97, 'wp-includes/css/dist/block-library/style.min.css', 1, 0x00000000000000000000000000000000, 0xb5d1e2c87b60ce71c3fd90ca27073250, 0x5766e81779ceecedeccbfa376863be93616a6b6764f1348cba033899c9a2c4e7, '', 0, '?'),
(0xa76d0fd699379a2cd07d04b60cf16f76, 'wp-includes/css/dist/block-library/theme-rtl.css', 1, 0x00000000000000000000000000000000, 0xf1cbf7eb14d49c8feddf11c970316cc7, 0x7f0a73cc3a8fa5c21e248c7d4bade4cd250d72d9684d82b741700f1c0dd1fca8, '', 0, '?'),
(0x9d864361de73c15d9eb26e812f15e5ec, 'wp-includes/css/dist/block-library/theme-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xf5ff879c61c02c5518850cd2cbca91ca, 0x12e701e7dc89b329920049075de7371268ee53bbe66cba28d0420a7d6b77c361, '', 0, '?'),
(0x8b4f0e7898f11ed8b1041595ff633528, 'wp-includes/css/dist/block-library/theme.css', 1, 0x00000000000000000000000000000000, 0x471b73f949623c9ce206f8775d47b9e4, 0xd79b7fc7707072a6cbc29b7849d4c07814505ee73f09b1cfe74eaf0b25db75a5, '', 0, '?'),
(0xb2066d3507bce20b758d81cecd317dd8, 'wp-includes/css/dist/block-library/theme.min.css', 1, 0x00000000000000000000000000000000, 0x087102ecb9f9971d052fddc91ecc63e9, 0xce1438b24f47e68d1f4925bfab287f866e36b229f5046c6808663666101ebabc, '', 0, '?'),
(0x3b11dc92736346c2fcf521e10f9ca9ba, 'wp-includes/css/dist/components/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x20f9b579af54b5edd1ced8265d487c8c, 0x52551aae0ef8b7e65baa5ecd9d962f05fdec61a6f12fe9a1398000f3a478e8d4, '', 0, '?'),
(0x8f0856f1dc82300055ff60b71e35433e, 'wp-includes/css/dist/components/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5cfd17749c3c9f06a1f56ce09e6af121, 0x515230e20332a43ed91f530bb28e5cc9fcbeee7d83610b191601d5737a39973c, '', 0, '?'),
(0x7f6a5e14b5b3534ead2d154ff320fd1e, 'wp-includes/css/dist/components/style.css', 1, 0x00000000000000000000000000000000, 0x21a7afef7b39eddfe559563f27379904, 0xc8089cb966e2347153e496d615205c040c849d9f2783b07e76bfd1ce1ac868b1, '', 0, '?'),
(0x4d31d2da2faa0c6ea7edcc9651870ea0, 'wp-includes/css/dist/components/style.min.css', 1, 0x00000000000000000000000000000000, 0x63c0e6603d22b898fa05e085799c291e, 0x8c780f70f733f3be933e3965510c3c1b826a4351c8c4c0a367404de9852fdc77, '', 0, '?'),
(0x06a9b8a519130c302c58e8ad02db059d, 'wp-includes/css/dist/edit-post/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xb7f9cfede476514484dc5711194faf8e, 0xfbd91f06df644e10a76d2ea215de453b27b600edfca5ee4ff2b23314a1525042, '', 0, '?'),
(0xd964c5d32533dfe85af08134fd955f2b, 'wp-includes/css/dist/edit-post/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x8de07b4a10e8c90f9a0683333df266ae, 0x0e77e4f40b1c6b6fe1d9c319d17876264110deada2fc20548c0f67de97a5f1ca, '', 0, '?'),
(0x8fbf524b51eb35769d1c2dbcfc09b9f2, 'wp-includes/css/dist/edit-post/style.css', 1, 0x00000000000000000000000000000000, 0xa32d888862b745a5ac79aa4c964ab2c4, 0xc2973920f160eaa6ef27404747584c480287ac4be9da11e1d8c4a61fcde19a86, '', 0, '?'),
(0x1d174b76f624548b4d52988a8afa3db3, 'wp-includes/css/dist/edit-post/style.min.css', 1, 0x00000000000000000000000000000000, 0xfce00ef5f9f16e09935651d74807bfef, 0x5906a1d05eaa557092bde579782ece9550b5e7bf00fac5d71afee98dcdc0beef, '', 0, '?'),
(0xacd8e8639c96c1a956739f39a16fe8ef, 'wp-includes/css/dist/editor/editor-styles-rtl.css', 1, 0x00000000000000000000000000000000, 0x2359520a50d2eeb13e01d479c34c9d2c, 0xd516349241a2264528368ded7e8d65e27c7648b8cb046cab3bee0be4aee052ad, '', 0, '?'),
(0x2cb5c0b00c97e4c7ce6c53a70ea49d72, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x98e43f341caac56e54b023a9b6081ec5, 0x0bce1f44d7d5ae361c0cbdb838670a2965c4d5da7ae9f16ca831f94d489b9126, '', 0, '?'),
(0xa36df148c43aa74ddcce11ed2a9c8b5e, 'wp-includes/css/dist/editor/editor-styles.css', 1, 0x00000000000000000000000000000000, 0xab69db981022a7b41794ebb1a0f5ec8f, 0xb3a2e962793a118983389b0633f9b36fde1ab3f58a1980b1e693f622dab9fa15, '', 0, '?'),
(0x8531f460cbcd428492cfc2a15df28373, 'wp-includes/css/dist/editor/editor-styles.min.css', 1, 0x00000000000000000000000000000000, 0xe72f4f771f08a63a2383d3769798a50d, 0x5da4c8c986e8b8c8f48b6dff7bf977c717b023df9f5ee9c92c6e8cb6b4b52c3e, '', 0, '?'),
(0x718d9d66f9bcf74548f837c264edf5f6, 'wp-includes/css/dist/editor/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xbe5a911989bc451c0679c6e02cb7b17e, 0x9cba743e27e90e22418ac28614cb8a11981ed409d0514ef6b51aa86748b1ecf9, '', 0, '?'),
(0xbcd6827804520b1661d1dbf9c79c8440, 'wp-includes/css/dist/editor/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x5f4f37622fe912e454dfcfde6d1bd1f6, 0x5f77cce95ee1e8a8e9c070ec7b16a22cc7a3a9937b7ded3ac600820181883294, '', 0, '?'),
(0x4f1784d2bd5054ed5e95347ec514c542, 'wp-includes/css/dist/editor/style.css', 1, 0x00000000000000000000000000000000, 0x6b95e2dd06bd60a80064a8d4c4fdc291, 0xec32b3f72a12506a082552347b3facd27f4ddd7248ba3ab594ba078592629d7e, '', 0, '?'),
(0x63955180da69d3dcc904e0e65176111b, 'wp-includes/css/dist/editor/style.min.css', 1, 0x00000000000000000000000000000000, 0xd5b0768ef07d8449661973edd03e0bea, 0xe09c4aa3108006a5985463363848e31a8d7327395d05bb36c57007fda5853464, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x5ae852a7d2cc7228f02662b0a33ab82d, 'wp-includes/css/dist/format-library/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xcd369002f4d046db94e08427fd56e5e3, 0xf568a37db290aba45daadea7d69a858c245f385a6e7969d745853456a58bf4e5, '', 0, '?'),
(0x43adee9b2f8840b26cab8759c1fd327d, 'wp-includes/css/dist/format-library/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xb61c6b284fe6316d3c8d3076a19d7656, 0xfa1e030483f731a671e858587cceaf7d43771e8b7d856fc35d35460acd7ea2d9, '', 0, '?'),
(0x0a7b58254e38c29f77c8323f4d3443ca, 'wp-includes/css/dist/format-library/style.css', 1, 0x00000000000000000000000000000000, 0xe71adbb98c8d04506621e7274403dfe5, 0x56bf0ffdb10b689cfa3f07f215c7cecb0e6118be4dae068fdd9734cd7b02a500, '', 0, '?'),
(0xee2ec97a9b8326b78a942eda3179b3c2, 'wp-includes/css/dist/format-library/style.min.css', 1, 0x00000000000000000000000000000000, 0x8174c4f2e5b041388778d5ed6cb21704, 0x4be3634be816ce269632d0008386a53dfc16a4671f982ee7d99cf59e7f090079, '', 0, '?'),
(0x80332df0e0eaedfffb129566d0f2b60a, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css', 1, 0x00000000000000000000000000000000, 0x4155834cba59f6badc029a4de1b11d9d, 0xf0298252665ad8fff98dee18967e7533bab308bdbd047d0c27dc3fccf821043e, '', 0, '?'),
(0x72f729e610a1f20ce9fed265dafc6cfc, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x13cd629d6af7af7539291eb70a36c935, 0x676728282443c2ef06962872067798480ad24faa04b7a744210d6cfbf40461ea, '', 0, '?'),
(0xc08d9874a615e5281b8b696c7416592f, 'wp-includes/css/dist/list-reusable-blocks/style.css', 1, 0x00000000000000000000000000000000, 0x8cddff0e94bb0fbb280e82ffb4b736ac, 0xb09b62314ff58da193e693f403953ad344444852eb630c6a92d190e85016950d, '', 0, '?'),
(0x01060d782ba655e1f7e1da9cdd1893bc, 'wp-includes/css/dist/list-reusable-blocks/style.min.css', 1, 0x00000000000000000000000000000000, 0x54e7e9f2364ad2a84e4d2164bcfd2474, 0x1745b5d57cfe0310a1c14b34fa67ec2cbde65f9b995e85a02c87bd1d0945769d, '', 0, '?'),
(0x18dc5e3070f01cf98af26bfa83a1814d, 'wp-includes/css/dist/nux/style-rtl.css', 1, 0x00000000000000000000000000000000, 0xad0469700ca5a389c516380070bef4d0, 0xac95a4cfe2ec1d97c8e03303426b7eab782a4efacdef4b7dcc6dc7a7dfb86efc, '', 0, '?'),
(0x7b9d6ac4c98f7c6ee4095e3cf857489e, 'wp-includes/css/dist/nux/style-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x020ab19fe3e26ea1c74cfb360db31f6b, 0x513989861b31af399cc4b5b0fd6a31aa02a5c967e79839aa222a682bdba52d6e, '', 0, '?'),
(0xebb9329a7cf53f825db8f8b0cfb80fc7, 'wp-includes/css/dist/nux/style.css', 1, 0x00000000000000000000000000000000, 0x2ca34c0b9cd76702f48a0e61b9014a5c, 0xcc079e29dec7763569dc1942953a23b0c9fa250eb0c1a1e2fc1d4e87fc89c7c4, '', 0, '?'),
(0x5205ba7635ad965736d060c6dabee1bc, 'wp-includes/css/dist/nux/style.min.css', 1, 0x00000000000000000000000000000000, 0x81ebf663dab7f00dbe5c4b6e5d0a4fa1, 0x6889bb69759aafa345b8b8059c554a635d83aed05c64604d1a71690987d5bd71, '', 0, '?'),
(0xf2701f6f828db4583025f7a2c7edcfeb, 'wp-includes/css/editor-rtl.css', 1, 0x00000000000000000000000000000000, 0x62edafe164d0288a2ac89bfad54bb1f7, 0xc810f3f4bab08a2493ce086c23ecda582375fc813ec047cb6aa9493bdf97dfae, '', 0, '?'),
(0xea8da5b2ab326a456267d88857b278db, 'wp-includes/css/editor-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x0199e699415e9f49c1c5d834a61c4227, 0xc99728ab027cf2d66d989046bc45485337a308d9155ef4e27e23028915f59cd3, '', 0, '?'),
(0x4c73d087c59b0ab2637d3e1bff4b9787, 'wp-includes/css/editor.css', 1, 0x00000000000000000000000000000000, 0x96990f601062b74cd68f0fd15579812f, 0xf6a80d1207fa7eb21d572441f7226163a38daab8be473cbca6485a053cbe3860, '', 0, '?'),
(0x5fd67c9caf0b54a24d5eeebd1ef5c44a, 'wp-includes/css/editor.min.css', 1, 0x00000000000000000000000000000000, 0x705e8a2c66b4dea1ff91f5b39b497be2, 0xa7b669ef34a96ae176ff4a3516d464bd81afdfb25450badf4c822f93cf0237b2, '', 0, '?'),
(0x20e0f463ccab29498c0a702ccd91ab83, 'wp-includes/css/jquery-ui-dialog-rtl.css', 1, 0x00000000000000000000000000000000, 0x787321eb04af9198f0552c55e7a0e0c9, 0x168d59a02034fe30f8a8c740a9b3083e57036205b33521341ec708fc180b8fb7, '', 0, '?'),
(0x7e46a3cce3ab8e3e6479ecd06a8b0f13, 'wp-includes/css/jquery-ui-dialog-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x75a82b7829e9e4e18741d4763640e240, 0xe22fe0da4ecfe7106524d5e402d60efe9df0028e323a2eab12117d6223b24b7d, '', 0, '?'),
(0x0369f4a27f5004c399fb966c6400fa91, 'wp-includes/css/jquery-ui-dialog.css', 1, 0x00000000000000000000000000000000, 0xcc19629a47fe2d5f668dc5e76b715487, 0x1c76a61e1e34ff3870bb6e136695f20e5aab482206d5bc5cb33b6a9152264ec1, '', 0, '?'),
(0x4056f324f54bc6e7f23cde312ae0acc0, 'wp-includes/css/jquery-ui-dialog.min.css', 1, 0x00000000000000000000000000000000, 0x1be4d11d5360f4ee7fda37d183bc2d96, 0x6ab80e1e2689d2b0c64da498a394c3d275a740d6c3364c7dd535abd3e3b6cb7b, '', 0, '?'),
(0x003567c0cbcfeaab9463178b30892244, 'wp-includes/css/media-views-rtl.css', 1, 0x00000000000000000000000000000000, 0x7e81d14d5dde316694442cae08ab3ecb, 0xd86d020f412090374e862f7a7dcae83baebb659da57202816373a72313730157, '', 0, '?'),
(0x5ff5b4effde1387d13ccdf019c3fe58e, 'wp-includes/css/media-views-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x6da58cc7588ed09d914b48984f7338d5, 0x298d5a5ca5fc5ee2f6c968472a79828abaea32d48eab6b5de49cb95975a9352a, '', 0, '?'),
(0xebb2d453dab070978f474dc7afa86ced, 'wp-includes/css/media-views.css', 1, 0x00000000000000000000000000000000, 0xefe4a015a33577ac701bd8a3dacfcbc8, 0x33d6b38b95b47de3e82170e78c42d4f51299bb9a41f68d9584296b997ba846d2, '', 0, '?'),
(0x1c3425b74948c44f02918bcab0d2164c, 'wp-includes/css/media-views.min.css', 1, 0x00000000000000000000000000000000, 0x77f300a15d93dafca2aaf612ba09b82d, 0xfd7b2607423ed23a5db3180af7996118bf8a6d838107e4f30b63e95b7a6b2183, '', 0, '?'),
(0xc7a4113e7ab1d4849f139d214a5d3e0e, 'wp-includes/css/wp-auth-check-rtl.css', 1, 0x00000000000000000000000000000000, 0x034edafe50f1da4b4e8caf7a6aa0ec4b, 0x563c65d962d1c328b70e6ba4a549aa1fd232d51ac39c75d32f233418c9866d7a, '', 0, '?'),
(0xc85918072427abbb0ebe9a106f91e3ec, 'wp-includes/css/wp-auth-check-rtl.min.css', 1, 0x00000000000000000000000000000000, 0x99d6e86a76d004735aaca6dcbb2668cd, 0x1646a5563d2605472202d972beac0d46dd7096930a4ae010dda3db3dd59f33db, '', 0, '?'),
(0x8185032c43551c55eee80b9cfa39692d, 'wp-includes/css/wp-auth-check.css', 1, 0x00000000000000000000000000000000, 0xc27f2590f84cf5c5d4a57c6c221d8ed8, 0xaf5dff9e223879c9d7fcfdff3b81edb53d580db680a483598324a9c554023b16, '', 0, '?'),
(0x59a00b3638d448123b252cb95f630a80, 'wp-includes/css/wp-auth-check.min.css', 1, 0x00000000000000000000000000000000, 0xda6abce06214d67519b9d63de1600563, 0xbc0d5b8942ee7b2743bd4e357a5a77922070c8889297498d4b1ff16520920bdd, '', 0, '?'),
(0x827780b735bb0bff07efc1a129bafb9e, 'wp-includes/css/wp-embed-template-ie.css', 1, 0x00000000000000000000000000000000, 0xeeb729369ef309d89ed0bc7120aacadf, 0xa06f95b12b385dc55375e7fc482ee943f867f4de5239ea26b62bfda2935c579b, '', 0, '?'),
(0x1e796e6dc03b98082fd055734b09bbbf, 'wp-includes/css/wp-embed-template-ie.min.css', 1, 0x00000000000000000000000000000000, 0x377b5750db4cf37b4897d918a90749e7, 0x5c615771318a07ba2b020f05ffe9d0afd96f954cf65900cfc2844b8de0ee253c, '', 0, '?'),
(0x922f16bb17c998fc5df45ea4575c8371, 'wp-includes/css/wp-embed-template.css', 1, 0x00000000000000000000000000000000, 0x022949082bfa7732f968f7f1e04b22c8, 0xe8fdb836261c9b7db26f6b8a96414d1a3e20b77cc046a4362c651fae740d5071, '', 0, '?'),
(0x7aa8af513c929827199a80557ed4525c, 'wp-includes/css/wp-embed-template.min.css', 1, 0x00000000000000000000000000000000, 0x9aaa8f6e8e16b71674937bcb68184bb7, 0x2fec4fbbe5680acf839a8147989da2d3cf0e455d3c3cf175f0bfc7e21b626832, '', 0, '?'),
(0x5c5be6ed6925cdb03cfa98651e933ea9, 'wp-includes/css/wp-pointer-rtl.css', 1, 0x00000000000000000000000000000000, 0x6212103bafc0e86610f0ab9f4a2d139e, 0x2000bbee4472c3a1e2299b1aa16b1db2ee8379d2518d9768bc71c2f82e0a434b, '', 0, '?'),
(0x6a51fbf59765f78af83b0e1613e21d65, 'wp-includes/css/wp-pointer-rtl.min.css', 1, 0x00000000000000000000000000000000, 0xfba6fc6bc81f64c15c6eb45565bc5340, 0xb2e417bab9a4cf0137e55a25004c877c95a44997609edb3f7b0e686c8f47855c, '', 0, '?'),
(0x73ff43344dbe2a02b5be2a4215ab29b5, 'wp-includes/css/wp-pointer.css', 1, 0x00000000000000000000000000000000, 0x4842a2abf3760c89db7da11f641f7efc, 0x0ce03732ec34c91f9ca6a22e8dbfa9d2b74316c5a79b5aa4b2ea3b3746728362, '', 0, '?'),
(0x2d9ce79fe89782a08715597b5d6e7383, 'wp-includes/css/wp-pointer.min.css', 1, 0x00000000000000000000000000000000, 0x31af5513c6195997448d4be67afc1963, 0x3e17c43b95c35ddbbc489fd596260f06ec9c17dd9fa3ff13a38af990e5603b8e, '', 0, '?'),
(0xae788857ba89901c321e65f67576d44c, 'wp-includes/customize/class-wp-customize-background-image-control.php', 1, 0x00000000000000000000000000000000, 0xca087b66d2269b9918455c24f27358d4, 0x52da7633fa9fbcbe7e05c4d0d7def0c0dd7c2e4ff44c9f74d04e1260d1ae81c6, '', 0, '?'),
(0x9a569f5ee68233b1e76d3605872e5f50, 'wp-includes/customize/class-wp-customize-background-image-setting.php', 1, 0x00000000000000000000000000000000, 0x29d940877494fe6a123233b413e39d57, 0xe13403a683d8305e2bdc1b752ab03ade9334715b23cad3144f8db26db42611c8, '', 0, '?'),
(0xf5b744b0b5aa36ed53ff2fc86351823f, 'wp-includes/customize/class-wp-customize-background-position-control.php', 1, 0x00000000000000000000000000000000, 0xbf514a74221e18b8c22121845fe75e09, 0xd4eba69fec2fd4a4f96fb96b726f51ffab16a77c45aac25105e25add810d196f, '', 0, '?'),
(0xeda30f91961fee1e05fa8799e8b3ae5d, 'wp-includes/customize/class-wp-customize-code-editor-control.php', 1, 0x00000000000000000000000000000000, 0xe99fe66a4dd8d196c2e9e96c4da3915f, 0x937807465a8a4b63dfc9338137c460d4aa246a06188f67f1fd5dd417510becdb, '', 0, '?'),
(0x4d598cf14788b05c740358fb84929d2f, 'wp-includes/customize/class-wp-customize-color-control.php', 1, 0x00000000000000000000000000000000, 0xb726b5bb533f12e385e3b3027cf1f447, 0x680906c2337c023a51397a80adf23459315bc97b5eb809243ba4239a71a818d0, '', 0, '?'),
(0xfe162754fa9fe5f4cc81ade959b2c799, 'wp-includes/customize/class-wp-customize-cropped-image-control.php', 1, 0x00000000000000000000000000000000, 0x47e1705be410717d79fd0504aa310f87, 0x138e780d3a9a9c13f382f6cd7d11af9a675229ea609f9a199d1982d76b924d25, '', 0, '?'),
(0xf3bdb34ef2b3cbf484fcabf3cf73c2f9, 'wp-includes/customize/class-wp-customize-custom-css-setting.php', 1, 0x00000000000000000000000000000000, 0xb0d75e54cbae2cc022410af9338ce4cb, 0x2c8c95d9164ab27613ef30a10444fd7742a0ae74ff6644449c489e82eb44676f, '', 0, '?'),
(0x111a0708931cea6c6db7f08b9440f8f8, 'wp-includes/customize/class-wp-customize-date-time-control.php', 1, 0x00000000000000000000000000000000, 0x2886f49a6368d44c88a946fc07339062, 0xd6215680a7a7237caea83a9b7bc78d2e61bdd6e79bd92814ba5b790207a84f25, '', 0, '?'),
(0xa4fc59a400290d2f6a18f1a929f44172, 'wp-includes/customize/class-wp-customize-filter-setting.php', 1, 0x00000000000000000000000000000000, 0x12184dddda606616afec00eca96975fb, 0xb400113c0af46a3aa7dc59a3460ebcc21919bf1e64c9fb77ca02b109c9fdc0ac, '', 0, '?'),
(0x5a7888ff31a1324bd35aa42cb8ec177f, 'wp-includes/customize/class-wp-customize-header-image-control.php', 1, 0x00000000000000000000000000000000, 0x3c8c00573e24eececce5a96ccc5ed2b3, 0x517928759a2616aca9ce76b2d3b3272de1f97de568d592aa07d95885ee8a74a1, '', 0, '?'),
(0xa802b006cc1b9cc0274b857a8e668ce5, 'wp-includes/customize/class-wp-customize-header-image-setting.php', 1, 0x00000000000000000000000000000000, 0x1579b8242be5ecf971103fe5d755bae1, 0xe30639406d72e3dcb5868d222b429ca98f56884b2e9e754222f5eb9e0f99b8a9, '', 0, '?'),
(0xe1993ec293eac6cc0af43590b4ebe45a, 'wp-includes/customize/class-wp-customize-image-control.php', 1, 0x00000000000000000000000000000000, 0x6a03ff66a5ecb31709cba5d85ee8d09a, 0xa80a1775a0a80338e10d5959b5e43a0a10566bc11da2fd2e614788f347076f4d, '', 0, '?'),
(0x0c2afa154f8fc47f91cce202eab7e569, 'wp-includes/customize/class-wp-customize-media-control.php', 1, 0x00000000000000000000000000000000, 0x45fe6c6888c2b8ba6a1412cc363898ed, 0x565d1ea76cd3e23157cd2b0f097b3676a91f1ea5dea3e9d043a2b4d63dc40695, '', 0, '?'),
(0x9f6853d1019090c03a0f04b016f6d360, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php', 1, 0x00000000000000000000000000000000, 0x4eb22b0643232b7cf3665aa69d995de5, 0x6b6e1a79e92681e6865fa9d85b83af0b4967076c8328e36705271801ee5eb947, '', 0, '?'),
(0x18f833c6b9dc956ae762699acea5eeb6, 'wp-includes/customize/class-wp-customize-nav-menu-control.php', 1, 0x00000000000000000000000000000000, 0xf30b40567b05522338ba376ef36e0a9a, 0xbb9c61b848b9cafbaaccfb4d751279773f8d683aa142a4ca3c3d92832c2323be, '', 0, '?'),
(0x43b2d89ad6141554bc52aa217616467b, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php', 1, 0x00000000000000000000000000000000, 0x152a3a55c89bf39c4a3e98ca68f31e7a, 0x3d8d13f94312f3d50ed4ee00221fc897fd6770d47bb4a2084b9dcfae44dc27f8, '', 0, '?'),
(0xfdad0e047ba0090a7c1d70a3041bd9a4, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php', 1, 0x00000000000000000000000000000000, 0x94ecd6f6614508520e3e3630932e2948, 0x974b2d49f011fce73641cfeb8e2c5c10dcc304186e51a016507ffbae1dbe1826, '', 0, '?'),
(0x62e2f7122bc6b404dd9ff3b433ef8618, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php', 1, 0x00000000000000000000000000000000, 0x96945521dcddf6735e9637c64c100308, 0x3b8d06f46ccf938e625eb8c5e4f2d930aa1728864002efae4c0fa72342a3a11d, '', 0, '?'),
(0x1dd9dcf174944458bf6d002319ca2882, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php', 1, 0x00000000000000000000000000000000, 0x8e081e44b18c5dcf83b27f96322b6658, 0xd1b467ed6882dc6d9073fdea8491caeb2d766d51e8496ab31a5d73515439876d, '', 0, '?'),
(0xedba47ae2093d87eaa15d0fff460f816, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php', 1, 0x00000000000000000000000000000000, 0xdade37ec66f557b7d59a371201c1b486, 0x70fb7fdc76e0770420b0dddcaa39f9b60e9fa93fa1b00e9061ddffc914807a8c, '', 0, '?'),
(0x14a52d83e8040142f1f18f7c74535ebc, 'wp-includes/customize/class-wp-customize-nav-menu-section.php', 1, 0x00000000000000000000000000000000, 0x9dc9fc1fd4a1a450fd16010a177df524, 0xba7647037e0c3f74370013878e68ebaa522cfba17cd95d3985f470be2e4ae477, '', 0, '?'),
(0x1ccd6b301d42dfe20461f7eeac60cb08, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php', 1, 0x00000000000000000000000000000000, 0x99f62cbc2359c762753384adacc8fbb3, 0xc5d3baf76688ebedd50db2d51ed76f21d4635909ae166f9c15d2f80df6a6d1d0, '', 0, '?'),
(0x0478e0f3916dfc80a500de0f7e90b6c2, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php', 1, 0x00000000000000000000000000000000, 0xd224ea4bcd9e87750951c1b620e470b2, 0xc92f27561a56746202229893d964f0f011d816e973226590f60240e1c9d3493c, '', 0, '?'),
(0xef07407d26a34a7ecfc2be26f3e8001c, 'wp-includes/customize/class-wp-customize-new-menu-control.php', 1, 0x00000000000000000000000000000000, 0xabc84e91e07089c56143c771a06b101d, 0x8446becc309448796365e54c7551acabce2616a7e4984c1e69480aa944c5a94b, '', 0, '?'),
(0x32afe5e3baa8617c460c966c331f5df6, 'wp-includes/customize/class-wp-customize-new-menu-section.php', 1, 0x00000000000000000000000000000000, 0x8c091d99734c322f118042a4c196a5a3, 0x4827db73a8d3bd858ae5e30249d824bae8d3a6f0cda40e019d58038f2108029a, '', 0, '?'),
(0x0b81fdc3dee45906c611eef0eb71ef84, 'wp-includes/customize/class-wp-customize-partial.php', 1, 0x00000000000000000000000000000000, 0x4a40d64e2d703ccc315d1afd126ec701, 0xc6aacc13e3abbe928399a29ff073937575b1846ece900f00c1ef563c31971172, '', 0, '?'),
(0x798102d70a962c0a43e77c5b69100616, 'wp-includes/customize/class-wp-customize-selective-refresh.php', 1, 0x00000000000000000000000000000000, 0x5be9dc6005e7fc6062fe3d4516d01322, 0xe4968c19429125f127ba4d0f081213843946fde2f2340aaf970c3479d3a9dd0a, '', 0, '?'),
(0x5436064b153f8694b473d320823728f9, 'wp-includes/customize/class-wp-customize-sidebar-section.php', 1, 0x00000000000000000000000000000000, 0x566aafbd42e1e1a2dbd8b1f4c5c18571, 0x9b9a7b1023d469ab601ba0f700ccffabe26aa3c1c3602070c78d2bf6661e46f1, '', 0, '?'),
(0x0620fb2c654fa29acb7a8f82c3911195, 'wp-includes/customize/class-wp-customize-site-icon-control.php', 1, 0x00000000000000000000000000000000, 0x1e9f082430031656cacff10c0fcae83c, 0x28562b80c1ab67f7bd5dd5219f69877d779ec7c1c5a129cfc6356d3e042dfecd, '', 0, '?'),
(0x1614f63fc784a3f980eb3a0ade1fd658, 'wp-includes/customize/class-wp-customize-theme-control.php', 1, 0x00000000000000000000000000000000, 0xea0209ec184b97ff8a5754d582f563be, 0xce26db5ece10c81f0b4afd6546582a692d74a2df3bbcb83880a874b1004ffdbe, '', 0, '?'),
(0xb43cd8ec8067e33db143a314d7b47144, 'wp-includes/customize/class-wp-customize-themes-panel.php', 1, 0x00000000000000000000000000000000, 0xeefb755a08a9949437d1b3929c8ba855, 0x614d6be1bc1edb034d062ee9dd9a84664a3ebdf694cc7ba556f692c13e763255, '', 0, '?'),
(0x8112f958518dfbe1643972d7dabc96db, 'wp-includes/customize/class-wp-customize-themes-section.php', 1, 0x00000000000000000000000000000000, 0x91e0541c14a5ed760f6c8a05fe33adc1, 0xa12c568799b633528f77a4e392ca2ebdfca40dd7ad2b3414dda6603d13946052, '', 0, '?'),
(0xe3a065c65cdb6bee12637fe70bdf5866, 'wp-includes/customize/class-wp-customize-upload-control.php', 1, 0x00000000000000000000000000000000, 0xd893894238a53f29697672ad90602d8b, 0xa07e747eb8fd58810fb9ab25209817cc4b2f332d036e3600c8524297d6a84796, '', 0, '?'),
(0x5b35f99ad759d94e68a6ab8a4b884de8, 'wp-includes/customize/class-wp-widget-area-customize-control.php', 1, 0x00000000000000000000000000000000, 0xd3e8a23c77dc8c2ad1749492ce211392, 0x3434a177e5561176854f61354795d50f3339f4db49b18cbda0023df735c8e269, '', 0, '?'),
(0x0a5495a62f5c392459a4550adbcacd8c, 'wp-includes/customize/class-wp-widget-form-customize-control.php', 1, 0x00000000000000000000000000000000, 0x907bc5442a403613e1877bcf847da6e7, 0xd52bd693187a69ad9b0fc04080d7c6c95e462535ca14711313035a673cbe0fd5, '', 0, '?'),
(0x9900a3f9b5e8a0d21c2e177da5667741, 'wp-includes/date.php', 1, 0x00000000000000000000000000000000, 0x6e5b2a28d2be93772e6d16db79b47aed, 0xf92ea39000d371425f5da3fe9acfe4abe400eb011ce29661fe7d141bad8b008c, '', 0, '?'),
(0x7dfdd6cb117b1552d2a2d4e08d1da222, 'wp-includes/default-constants.php', 1, 0x00000000000000000000000000000000, 0x9d14ae8df6660a1193e747388512e0b6, 0x9bf32fd852b60c35da8d432ce969814bebaa6612e97df5bca15c342f00b8f70b, '', 0, '?'),
(0xfae8528a2c9e41a7c0fd1af1474a272d, 'wp-includes/default-filters.php', 1, 0x00000000000000000000000000000000, 0xc6169ccf1d3dffd8422fcba56f483a7a, 0x47ba24a6c188899ffdf3b071b5cbd4915a7d0adf46e4a4541b42af151ce58894, '', 0, '?'),
(0x564c36dd37475e6c25441b357a33c8e8, 'wp-includes/default-widgets.php', 1, 0x00000000000000000000000000000000, 0x30e174bcf0130e3ca6deb8d218f621b1, 0xc55e862755398f3b644fcb8a537aabf92153c4e66da8e93e493596271b9f65e7, '', 0, '?'),
(0x7095f0b42ed0b00394f3815bc38d44a1, 'wp-includes/deprecated.php', 1, 0x00000000000000000000000000000000, 0xb9c8f258e43b7c4e2eb6ab535f64b13f, 0x5335f667069d0ebadb2a9a06dee3957fd0fa72f0040bfaa5ca78f67b94861c26, '', 0, '?'),
(0x29dddbf85defddd51d5a24d950251602, 'wp-includes/embed-template.php', 1, 0x00000000000000000000000000000000, 0x8c920755d07a8a413e7af52721661d2a, 0x2a784aa4fef1229a74b2fd0d5e4b2455983039a6adca5a15e3d0b84316857275, '', 0, '?'),
(0xe63965baf2d06b6bf652ca6f9786fe53, 'wp-includes/embed.php', 1, 0x00000000000000000000000000000000, 0x0c561a8b99d02f7dcdb316594d3de4dd, 0x364bc4287c16c12ffc52c8ed06ccb5cc3b242ee84a66387b1bc776a14718f186, '', 0, '?'),
(0x950526da4dfb580897ff5714e7c44fb2, 'wp-includes/error-protection.php', 1, 0x00000000000000000000000000000000, 0x3f359f708ccd2e39d93b46fc1bdca792, 0x1cd6a620c73753e11af1bb5c8b9363644c627c6fe031c9d359dc02c3a3ab923a, '', 0, '?'),
(0x22a19e068ebe6239ae8b65d17cae5fcb, 'wp-includes/feed-atom-comments.php', 1, 0x00000000000000000000000000000000, 0xb1895ce749f836624aa769226df2aee4, 0x2b2e349630ab498567e1288e9e6290059f7db3fcaa79d1824bf68d6b62d13510, '', 0, '?'),
(0x9aaa99913240ef0f6be4ac773e4b9432, 'wp-includes/feed-atom.php', 1, 0x00000000000000000000000000000000, 0x7b0def678127536b49d5666514ad70ec, 0x21f0a5fe49c6ecfa6d0a5995da662bcc95a15000d70eab8fd031338b5c3dfba0, '', 0, '?'),
(0xdc08c8bc91d89fdc270d1460f9f4cace, 'wp-includes/feed-rdf.php', 1, 0x00000000000000000000000000000000, 0x7847b337eb25949ea00062d0f8ecfec9, 0x703d6d3d47dc6cf29468826e0868d2c1b81356d3e55dd32dd3fb2b9d3103ca61, '', 0, '?'),
(0xfc1d5d29e9e909b983f37b973f527d1b, 'wp-includes/feed-rss.php', 1, 0x00000000000000000000000000000000, 0x694aad3f59437f963e5e91ee661d05b8, 0x90666c925019bbdf663589327f741e59338b187802cb1cff01f544c0d1d784cc, '', 0, '?'),
(0xb40bb5dfb23bf89b3011ff82d9cb0b0b, 'wp-includes/feed-rss2-comments.php', 1, 0x00000000000000000000000000000000, 0x4cb8b0363c1903d5769d7ac7c14c1c06, 0xe83315dbb8d06b48c4fdd03fa00b043142e067237e3c58c1f2676265e2b61106, '', 0, '?'),
(0x5f1f2a05c4e2bd9e4c16ff30e23e070d, 'wp-includes/feed-rss2.php', 1, 0x00000000000000000000000000000000, 0xb4ad6c4e132bee0e35020609a89b4f3f, 0x904021eb6043cacff8042a4d65f904eafb7aab6a4009b440a0ded24cb06a7785, '', 0, '?'),
(0x7bef52431bbc01da1a8f2e2a22a25118, 'wp-includes/feed.php', 1, 0x00000000000000000000000000000000, 0x907a32806ac2d9283d69534da049569d, 0x1ae42fe1b4e2c90b0e9892b1275caee4b62ef8c20937eca0e916e61b95d33307, '', 0, '?'),
(0x968e191a356fd614dd2352272fa4ac6c, 'wp-includes/fonts/dashicons.eot', 1, 0x00000000000000000000000000000000, 0xd34e1a3e778ff0cb40e991522d2f59f6, 0x42050a5a1aafae5f709d6ecd8216cc05b5513f2fc50d33737ffe7d901cbdd729, '', 0, '?'),
(0x14cea28353cbaac40ab4029642e15622, 'wp-includes/fonts/dashicons.svg', 1, 0x00000000000000000000000000000000, 0xb4e45f9133245fc26e06a0f7358ed758, 0x1c3bca902738e334614f6f59382d558a36321fbbfda74bdb7171fc2442e0f978, '', 0, '?'),
(0xe3ecf33c6b554a762510f21b8d318287, 'wp-includes/fonts/dashicons.ttf', 1, 0x00000000000000000000000000000000, 0x1e37a8a1c2f7de7cb1afd8fba108875a, 0xdf4407baca442b76658268a0de733eb198ac5afc666f82f77657887e042c1b3d, '', 0, '?'),
(0x95cc660730d90c15cbcdada1da7eb729, 'wp-includes/fonts/dashicons.woff', 1, 0x00000000000000000000000000000000, 0x0c1c1ad41c025f72592bca820e073bec, 0x038fa77955bd105d66f4ee38c8c6f074e2f0a7bd1092d9ffc36c05d5034c2e10, '', 0, '?'),
(0x4cef81ac2b71b956ca3b9768d0cb5995, 'wp-includes/fonts/dashicons.woff2', 1, 0x00000000000000000000000000000000, 0x4db6aca14e3ac2d227e5caa4b7dbc8b9, 0x4af30c98218aaf9dc9cb584c6c600b9265fec34fafecb07302d048b989b8e383, '', 0, '?'),
(0xe7c589fb0969e0f690bf2f051517d0ad, 'wp-includes/formatting.php', 1, 0x00000000000000000000000000000000, 0xf9d3114828407196b6fc546a13bc10f4, 0xd567d3f8a10a3f23c2ee275ed62764f438ae1a69b3ba3d1ab9cdce1cf0b9ebe8, '', 0, '?'),
(0x1aebe3e8c1a195297174731f43493918, 'wp-includes/functions.php', 1, 0x00000000000000000000000000000000, 0x62f1a3ddc5d9e838a2428ff13d5eba0c, 0xb375f993101fe9150e3660ce38d4bb4a4c4dff0f03bc7cd72e8c6de58cf74f35, '', 0, '?'),
(0xe762604bac27d71d8aecbb9c8fe7e24b, 'wp-includes/functions.wp-scripts.php', 1, 0x00000000000000000000000000000000, 0x887cef34d89254aa240fe78c30422dd7, 0x78ab383940a8e28147f8e823ac87af477f10d9627d791827d441b8ffe519fd76, '', 0, '?'),
(0x682064d11f92eabb8532f602c35fc072, 'wp-includes/functions.wp-styles.php', 1, 0x00000000000000000000000000000000, 0x93475100fcc1ddfa115b8cb69920fb39, 0x45e15aeb48b9e8cad652756a9b580b7b4cad8d6f7915915860095982ffe988a8, '', 0, '?'),
(0xeb309e818a52f04ab37b79edcba3f7ef, 'wp-includes/general-template.php', 1, 0x00000000000000000000000000000000, 0xea976c476642708b58303dc961455379, 0xd77119c7bc3c8f781cad87d3a0ed1f418fa2582f72554347f3b56c57a50a2a65, '', 0, '?'),
(0xb92f26bc8ed6fbe132aed1a10d674473, 'wp-includes/http.php', 1, 0x00000000000000000000000000000000, 0xd82d81f29e58e391a9bfce0e2f85f832, 0x3f202a1f16f71f7e48784a46f77af818e3f2dd68e96d70c412c7967d949ddde3, '', 0, '?'),
(0xb421982d4c014876f829acef6ea88123, 'wp-includes/https-detection.php', 1, 0x00000000000000000000000000000000, 0x78ad355cb47286c30bd728131311dd57, 0x57e48b7cec5f607c0c145c809b797b34eb4ecbe7f18f0c105670f789ffbb6a5b, '', 0, '?'),
(0xe590d5fab035dc0831518a3f9e5fb5a2, 'wp-includes/https-migration.php', 1, 0x00000000000000000000000000000000, 0xd773398a34572332e9d52148e3dfbe82, 0x328b7c50b41bbac581a76d75d09d88f8a47e6bb4a9331637727a30bb78c541db, '', 0, '?'),
(0x2e4968559c8e0ee2338ebf2b421a84bc, 'wp-includes/images/admin-bar-sprite-2x.png', 1, 0x00000000000000000000000000000000, 0xeb51ac1312eb060b9bc638fef46f80ca, 0x2a45b0e3c05473fcd9e5a3616ce4895ec770b8dc055889afe6a15a1f00901cf9, '', 0, '?'),
(0x90a755cc9b092743d4bbf1bacfdaab1a, 'wp-includes/images/admin-bar-sprite.png', 1, 0x00000000000000000000000000000000, 0x53cf11a41f973a80570e0ecac5d3fe5e, 0xae04f4724e21fa60564f18b463abe34b0494c4766916d5807b466e1aa3c16c65, '', 0, '?'),
(0x72e95fe8062f99cd48473dcd25973cba, 'wp-includes/images/arrow-pointer-blue-2x.png', 1, 0x00000000000000000000000000000000, 0x256de214110572de8c5d34b8391163cf, 0xc1b07b26444fc07a9bd3418566f32fc9cf67c3a18fad86edcfc4415d7ec028e7, '', 0, '?'),
(0x40809ecc98398a23af4cc379280bd0da, 'wp-includes/images/arrow-pointer-blue.png', 1, 0x00000000000000000000000000000000, 0x779ffc62e3ce872a4cabb2c35bbb14f9, 0xddc2cae56662cf5a44312efcbafe56ece66177c6346c3fcef170e4b5475ec77b, '', 0, '?'),
(0xe647c4c50635d840e6e8d9da303795c7, 'wp-includes/images/blank.gif', 1, 0x00000000000000000000000000000000, 0xc9fd1cfbca9f678ed068ed6b4bbeb666, 0x3e84f845ef47c5f34cf30cb4204513b2f29a4a519187f47ccc4290c090696acf, '', 0, '?'),
(0x0ecd3e12ff4dd20538b820d9b5add17c, 'wp-includes/images/crystal/archive.png', 1, 0x00000000000000000000000000000000, 0x9653ca07faf08e9ccc493041020e6eeb, 0x4c83d6251458b0f304a3d04fe82bc4de4161ae210fd753c15cdc89f42697a8ae, '', 0, '?'),
(0xf44a1b1427238982724e8430610dc87f, 'wp-includes/images/crystal/audio.png', 1, 0x00000000000000000000000000000000, 0x996e56f18f3ac9cf89f347d8d42d236b, 0xa27e421a2dd7bc9d18046f667c57a278125cfeaa7ca84d0feb29e5df1589cba2, '', 0, '?'),
(0x77a3a4ef4cfdeaa3301e9ceff05d722e, 'wp-includes/images/crystal/code.png', 1, 0x00000000000000000000000000000000, 0x1460ef31b2cffaef1cb012f531ae391f, 0x3beaa9363798a483940dd8218aeddbe71e781a5f104048d7c3264394d02dd7e3, '', 0, '?'),
(0x94f4a89621deaca9c4dfb3c20cc1ab70, 'wp-includes/images/crystal/default.png', 1, 0x00000000000000000000000000000000, 0x41f23e292a2fbedc21ecae2d04f29bba, 0x8088886e248ba8835fad751409128624513310cd0c9645bbd78f72a17c4a6d97, '', 0, '?'),
(0x440c6db70abbbd7a974882c35394efef, 'wp-includes/images/crystal/document.png', 1, 0x00000000000000000000000000000000, 0x7f89275e639a73c0f9c4448bf933545c, 0x670ce674eabb2820c58e0ee7886b6035cd92a1fb4ab7cc074d35aec2c23a6ae4, '', 0, '?'),
(0x6a9097a3c9ff1535462b1fb8afed6f01, 'wp-includes/images/crystal/interactive.png', 1, 0x00000000000000000000000000000000, 0xaf52cf6d60f2edba609939a70304e601, 0x24ad9dc1f6eba9983c7831b2e9d593bbed4952ef9b562d565a5c6a672e87fe88, '', 0, '?'),
(0xccc78ab745c17696632ceed8b579535e, 'wp-includes/images/crystal/license.txt', 1, 0x00000000000000000000000000000000, 0xf05db54c63e36918479b6651930dcfe7, 0x76e8da706d84ca0163ebf836df597e222c2156b9d845586cfc05146ce3227ade, '', 0, '?'),
(0x5e7fe583c390aff088af2b85797cd008, 'wp-includes/images/crystal/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0x358639f8d0a20c318054cb01c76ea4ea, 0x650d43ac886930e3d75bafea52ac38400106e6f7f01ccd4792a5f0614a4e08cd, '', 0, '?'),
(0xbc18acf0e0c4161fcdef22a652d1c59c, 'wp-includes/images/crystal/text.png', 1, 0x00000000000000000000000000000000, 0x90cc20d1b2aafc23be64ff2511e35bb5, 0x6e31f4c230b5e9a93c3bfd0a0294cd4970a2f67edc668f99c5e2a0b81ecfc77a, '', 0, '?'),
(0x55c3e5e0240b692275c2ca26cbf4b839, 'wp-includes/images/crystal/video.png', 1, 0x00000000000000000000000000000000, 0x94010edbfd8e6ca589daa4b83bf53d0b, 0xfa9953110d49beb0559b8c39025f3ce2f7b566041b6085ec2648175977c27588, '', 0, '?'),
(0x2aaee42d3310f675ac8d45c25bd54f23, 'wp-includes/images/down_arrow-2x.gif', 1, 0x00000000000000000000000000000000, 0xf75deb11e71999ea4d859ec1fb8766dc, 0xa51c12b6770098f8c9dcc07170af1571f035fadafb9d5488238d0f5cbab9bda5, '', 0, '?'),
(0x1d0a9cdf4f825f98ab3b5d2f5e990ce7, 'wp-includes/images/down_arrow.gif', 1, 0x00000000000000000000000000000000, 0xfcf88456be7e16c66ff6596e477e5f75, 0x9e80688c38c9a7f810baf485aa70bf75f3fc7b8d399691e1d513859b4a8289a4, '', 0, '?'),
(0xd29eb3e5faecc79ff603094b73cdd7d0, 'wp-includes/images/icon-pointer-flag-2x.png', 1, 0x00000000000000000000000000000000, 0xa9e5e1a632f1b3b962e4c426d55acc72, 0x34f6819442c8a5c40baa27782b63d268b9d2a0566e9f35ae49da3e06836adecb, '', 0, '?'),
(0xd65ad7f6097221de8f66d5d11cbe09de, 'wp-includes/images/icon-pointer-flag.png', 1, 0x00000000000000000000000000000000, 0xb0d32c87f2ad8bc2455ebf6a60171027, 0x6f71b70eda3994c1617b29687d073d23bebdfcebe75418fbd7a71404c908c20f, '', 0, '?'),
(0x59882c9065ea41f5bc1f77c0608fe1c4, 'wp-includes/images/media/archive.png', 1, 0x00000000000000000000000000000000, 0x113914d2eedff268fb00dad3c3ac9175, 0x00fd4262bc3398bb27cfd41e27b084294a472096c05d2847c503395072322073, '', 0, '?'),
(0x3af96e1fcca31f524deb7469239af53d, 'wp-includes/images/media/audio.png', 1, 0x00000000000000000000000000000000, 0x8674614341f1bec5feb22eb7e75adfc0, 0xa04ce43ea29124a8c10ab26f691d786f0c6a2d0a4ccfd318f5c0e15d473b710b, '', 0, '?'),
(0xc0b133221dfc0c287ad9618034ee388c, 'wp-includes/images/media/code.png', 1, 0x00000000000000000000000000000000, 0x2d6f96130cad55ca9310eed555a9555f, 0x27654d0620615b52231871329ad76b7aad2b2a0e3c81fcc4fcf7d13700deca6a, '', 0, '?'),
(0x283fcbdcd73eb9f453a94ee68f9a9c26, 'wp-includes/images/media/default.png', 1, 0x00000000000000000000000000000000, 0x2db6a9e6cd49d2429668ce40e0dee762, 0x3aeba66f4cf34a446af2fe1f242d3ebb69bae927c336076ed6a005ee139b5569, '', 0, '?'),
(0x2f3cd8a75ec9bc667d9622d7f8fb24b8, 'wp-includes/images/media/document.png', 1, 0x00000000000000000000000000000000, 0x76e5349938f6ce9179931436de1c64a3, 0xa6edc3b8601899d9fb9d0eb3e7e1b1ed66094924205f5aaa589722300db4df2c, '', 0, '?'),
(0xd672599f53af7877441f59cb9a4a995b, 'wp-includes/images/media/interactive.png', 1, 0x00000000000000000000000000000000, 0x52d7accb82aef17fc2c3b4c58968dc48, 0x7bf3f487205b4bea04e01000172183eab8bd90b22fe15cb96c772ec1a8eadd08, '', 0, '?'),
(0x0b9cab4856d5a5bd6490e0b370d55670, 'wp-includes/images/media/spreadsheet.png', 1, 0x00000000000000000000000000000000, 0xf1c0a034e4f112d60054fcdecc873fb2, 0xb6fdcc0cb676b2b629ef0a19ba365a6c0eabb632b9f5ead09231d9212b09d912, '', 0, '?'),
(0x39ed89e673b433d953055a2c70e93867, 'wp-includes/images/media/text.png', 1, 0x00000000000000000000000000000000, 0x7ab98773e6e430f718c89d9f5119804b, 0x8d6712aeca3f5bf59f442adf709438807119f29ee205b856d193e6913e8ef54e, '', 0, '?'),
(0x9d0a25665b1b216145ab72d274678069, 'wp-includes/images/media/video.png', 1, 0x00000000000000000000000000000000, 0x8de0e9f175ea68179b81dddb71a010f7, 0x447f42558b86a5d14d694fca62892c8bc3e36595f43dcbd257c0177bbf13f0e6, '', 0, '?'),
(0xd96befdb2f799eb3a9fd9b2689139f47, 'wp-includes/images/rss-2x.png', 1, 0x00000000000000000000000000000000, 0xc71759615ba051c1e6f597fd726a9d11, 0x79165330fc63600a37f9e4026173aed00823c26eecfa0c18a859dffc1ed816a9, '', 0, '?'),
(0xdbc872819abcc1b5d8811d3dd4d492e9, 'wp-includes/images/rss.png', 1, 0x00000000000000000000000000000000, 0xa5b05bbf28f294b02efd942a4e5ab806, 0x116afe1d282d39bf0ea75fc7ef452d23ea77011465c624d85d6fff3031a9cf75, '', 0, '?'),
(0x7bf10dde0f080c2d11e4dc7da05ee9c6, 'wp-includes/images/smilies/frownie.png', 1, 0x00000000000000000000000000000000, 0x519bf3d0051b841e0cb08dc4f4831eed, 0x72f47ed7447a6fd1f768dfb197d2d3041216befed8bb221c3e45842b944b6585, '', 0, '?'),
(0xd0a27f92ed8eb9827ce18ed1e4d84019, 'wp-includes/images/smilies/icon_arrow.gif', 1, 0x00000000000000000000000000000000, 0x2009c9ff4a3cd667fecc6f9d08393a78, 0xa56e1c8163b2eed6783092c4a5e3c2e1748b944e85a1d8debe59083258002119, '', 0, '?'),
(0xefe3afa9e8090e27afe6b6dea88bf756, 'wp-includes/images/smilies/icon_biggrin.gif', 1, 0x00000000000000000000000000000000, 0xfc4bb2f14a72a7bd3abf5d0e6b49d87c, 0x3a9a909db2abd6d994ebc607c54d15189c9bd3db58250b09cc193c38bd67349f, '', 0, '?'),
(0xb024e5cd9399016212486eae802c002d, 'wp-includes/images/smilies/icon_confused.gif', 1, 0x00000000000000000000000000000000, 0x2f2309c617d3a27701772478eabe9359, 0x5530d65c4cf358a8ef665805c6a6ed7f4700c854ba8ff7241061d23555cc42d2, '', 0, '?'),
(0x582ce745f5436a245f83ac3849a78230, 'wp-includes/images/smilies/icon_cool.gif', 1, 0x00000000000000000000000000000000, 0x0a901c7fa06097ecf7e0cd69766a2edf, 0xe2e4ba8b4684393b325f098524ca24077ebe164c4f9e610281f836d3f1f1bf5f, '', 0, '?'),
(0xc494d4bcfcdd7fd57050885a094890b4, 'wp-includes/images/smilies/icon_cry.gif', 1, 0x00000000000000000000000000000000, 0x8f2b60c5ae6490575df6a4d5cbf09768, 0x5bba3c9d1571c57766a52999725afb28e714af1bd33d233b616e73cad4d57739, '', 0, '?'),
(0x215f8d039fe8bcb5703370996ed7d34c, 'wp-includes/images/smilies/icon_eek.gif', 1, 0x00000000000000000000000000000000, 0x9c2f4920bfb18a78f129f12822f495e1, 0xda38d9e4def70fe0e54bd287aa8bb30234b8af91b9e98413fc21c9e8033acab0, '', 0, '?'),
(0xc2024f6263aeb32220cec7db7c064a28, 'wp-includes/images/smilies/icon_evil.gif', 1, 0x00000000000000000000000000000000, 0x03d05e8df44d8f3eca070e7a9302e5f8, 0x8fa6e7517c783ebfc5e94056d09b5f12b82f80228ece571504f499f306af2553, '', 0, '?'),
(0x9a4a9e8b42be4754b23b2c6ca3c0540e, 'wp-includes/images/smilies/icon_exclaim.gif', 1, 0x00000000000000000000000000000000, 0x3a5cadb33e358d00720fc6cef47367d8, 0xb54cb8c9b5e81248b2cf41289c78ca933291455025f00991d723bdfcaf23c235, '', 0, '?'),
(0xc82275409eb354ac7f8514539bf135f2, 'wp-includes/images/smilies/icon_idea.gif', 1, 0x00000000000000000000000000000000, 0xe5ecd43c5dd7ff5718330e1974de81e5, 0xc57bf4325e1d14113453921da0b689546ca8e7b7e7ae49864ad1517ff8f62218, '', 0, '?'),
(0x9e20c16e80249b877188ef5e7166b4a7, 'wp-includes/images/smilies/icon_lol.gif', 1, 0x00000000000000000000000000000000, 0x6ec199f5e3ff3ad1b7268a83f9d628bc, 0xde6cf3319648711606fa2eedb5328f78d21c07a8f3a2be8924cb59821a38f382, '', 0, '?'),
(0x8e28a2fb8fd794ef1d57e5681c403d61, 'wp-includes/images/smilies/icon_mad.gif', 1, 0x00000000000000000000000000000000, 0x561e9e210ecb0c400ffd63fb30e253b8, 0x129deec0b1bd8a83a7c664165b4f013ac787f3089ef3b5cb03b36a6c7df271da, '', 0, '?'),
(0x1afd5545e47328eeb1f79e231545f670, 'wp-includes/images/smilies/icon_mrgreen.gif', 1, 0x00000000000000000000000000000000, 0x8d07245fc613bd75b2587c49251d7e24, 0x2142b487ba49319d6d56d82da60e82be7cd198b6583544c6381f8e118d8668f3, '', 0, '?'),
(0xffc4ea6bb5cb69eed02ebca5b85ca593, 'wp-includes/images/smilies/icon_neutral.gif', 1, 0x00000000000000000000000000000000, 0x1816d8e65601024d3348553121e19876, 0x9ea4eb0b4f690b10733800f97c7a10f30bf736c75d65a899405988166d343907, '', 0, '?'),
(0x9aa58f37b8134d33c29ae3241ccbf48c, 'wp-includes/images/smilies/icon_question.gif', 1, 0x00000000000000000000000000000000, 0xb3df5b2d00d22715be1c1d9157b3a246, 0xc63762a018d87c3623c5d0f6edfd83a9392f3f78bb867ebbe38f0b5bb3b52574, '', 0, '?'),
(0xa692affc9e3a5b2662fa5bae6859a9b8, 'wp-includes/images/smilies/icon_razz.gif', 1, 0x00000000000000000000000000000000, 0x395bde77b310909a44b341044dad41da, 0x3ba7a7f250dc315d66e855458dbb3b6051daaefe0a65f45a00104034bf6141e7, '', 0, '?'),
(0x24921084f5b330530f0d9872fe02aea9, 'wp-includes/images/smilies/icon_redface.gif', 1, 0x00000000000000000000000000000000, 0xbf8fd5fe9c1555cbd7ed45f9a0a81bd3, 0x3ef101bbd7f744c643394ddd634ac01a2b55959c0ea74c31662b13671f82b8f0, '', 0, '?'),
(0x89bc421e155d6ec884a838da376798f3, 'wp-includes/images/smilies/icon_rolleyes.gif', 1, 0x00000000000000000000000000000000, 0x5f3587060ecb103649bdd81498c49445, 0x62013bce1553478c60834a4cd234a13bcdae313b5c17139af6a6c73b786ca980, '', 0, '?'),
(0xa8488aa3f5c19c5077e015f0253896c0, 'wp-includes/images/smilies/icon_sad.gif', 1, 0x00000000000000000000000000000000, 0xde4906780fe16fd4d3544d7ae6ed442d, 0xd96235c07968ac398011e4e38d7da005a9eb6fdef40b57ed4983f2b06ea76e91, '', 0, '?'),
(0x80f706eaff65d8070ee63937e3614a53, 'wp-includes/images/smilies/icon_smile.gif', 1, 0x00000000000000000000000000000000, 0xe3e033f32e291fc0328deadd70ebcef0, 0xcba0eb8a222cebb652caa8a80654723da66fc205f972d102d0973ab503c1b080, '', 0, '?'),
(0x3bf1576374d4d3e72a2bf7ac427216ca, 'wp-includes/images/smilies/icon_surprised.gif', 1, 0x00000000000000000000000000000000, 0x55ec8bde2deeeb232bfef6b6b530e73f, 0x8e9563757997588ad893df41ace86489355b3d773e99152a5388707765f72e5f, '', 0, '?'),
(0x878e5c013ae2c3da887fd5ea29672c5c, 'wp-includes/images/smilies/icon_twisted.gif', 1, 0x00000000000000000000000000000000, 0x4cbed7765b3fe5e92b2a389ed73bc9f7, 0x0156e54881684b85b7dac0adb00adec713ea0470a9faf786df3b2ea2262f4585, '', 0, '?'),
(0x9c3883a98e85a6ace3503561c4a89d09, 'wp-includes/images/smilies/icon_wink.gif', 1, 0x00000000000000000000000000000000, 0x653f1432aee113890f69a1179de0e3a5, 0x9a28a49ad456c095157bf1fd561206d5426bc9e8ca14a36f28605abcaa560936, '', 0, '?'),
(0x677c795f936f342289a958864e9af98f, 'wp-includes/images/smilies/mrgreen.png', 1, 0x00000000000000000000000000000000, 0x2d35c1e05eb1949106d34add6a9d9dda, 0x13c1e6d04d83f167a824b7e6a52b3bbfb200c735d1c903caed48265c45362577, '', 0, '?'),
(0x1f987b85e959c25cc07ae98cbfb07d63, 'wp-includes/images/smilies/rolleyes.png', 1, 0x00000000000000000000000000000000, 0x20bebef0054f851332df4f66dda3698d, 0x664bc929be0aea6412f9a6215d0d29f7efb65c7de6e3e2d7966ccef55e9217e3, '', 0, '?'),
(0xdce9d5bb5a6d6c95ee34f4cbae550f03, 'wp-includes/images/smilies/simple-smile.png', 1, 0x00000000000000000000000000000000, 0xe94bb2cf7bc285138eb166b201779768, 0xf4b43f59a961675c02903c7983c3c1b380300031e483c238bd33870ebe48a467, '', 0, '?'),
(0x7d60c6d267220e50c932aec21c56bd87, 'wp-includes/images/spinner-2x.gif', 1, 0x00000000000000000000000000000000, 0x31fd991e90e6329d865e23e638b50ff4, 0xa0efaf08182396cb92cc3d2402630ea9a736c0dee418d2df09429d9934078136, '', 0, '?'),
(0x3aef5871dd9daf4a5ca63550f2b63403, 'wp-includes/images/spinner.gif', 1, 0x00000000000000000000000000000000, 0xd54cf50a44bd0aca6fd98bd46acbb2ba, 0x7ac68411e01a22ffb26e1a73b228ce55b60e2f7ef71537ba8046abf85ec285e3, '', 0, '?'),
(0x7d08c4893d9574a9adf291bb0113a4b9, 'wp-includes/images/toggle-arrow-2x.png', 1, 0x00000000000000000000000000000000, 0x46cae1ca5cf883f4c91243447215ef11, 0x2defbcd74e1791a8b0ddc5eabd377e40cb7d825fc93df6a48b56925f184041d5, '', 0, '?'),
(0x94dcb55b0fd2b26d258936f253383a44, 'wp-includes/images/toggle-arrow.png', 1, 0x00000000000000000000000000000000, 0xdcdfce879761fde6123beb64cecf2af2, 0x5b621aa91c058ec53beb5dac66c930a0b206e673047c3a1fbf1dac861cd4f325, '', 0, '?'),
(0x2fe9b9a0ecc4efceb01f31ca697787a7, 'wp-includes/images/uploader-icons-2x.png', 1, 0x00000000000000000000000000000000, 0xadc1e7b0262d80e44f18a287c395cb7e, 0x9486a4720feb1e7f0087b7cee8275f3e0e85f136e7c65157bc8c34daa052ae89, '', 0, '?'),
(0x5fd6e08134e4813393cdcb13193d8e93, 'wp-includes/images/uploader-icons.png', 1, 0x00000000000000000000000000000000, 0xb4011d935c0f4dcf0cffc0f99d6d9680, 0xcc70c8d7fa01cbfafc2b2fd114dc17cdedc7ee69f716de215aaec5a336fa6d86, '', 0, '?'),
(0x0029341e0a5459fca1643447151e7eb6, 'wp-includes/images/w-logo-blue-white-bg.png', 1, 0x00000000000000000000000000000000, 0x000bf649cc8f6bf27cfb04d1bcdcd3c7, 0x4f9cc997a06fb593f1d2110543ab8e41d22f788a87a0cd3cea95dc25343d183f, '', 0, '?'),
(0x7839405e16369cc5df91acf39f6fb7e8, 'wp-includes/images/w-logo-blue.png', 1, 0x00000000000000000000000000000000, 0xfd5b4eb05706a2f05f707fe077ae1030, 0xdea35e519074e4330103f4489d1c756e0155e29dbbc9e07e05b2271202bb5432, '', 0, '?'),
(0x95688f9789a7914601755165f1aa20ee, 'wp-includes/images/wlw/wp-comments.png', 1, 0x00000000000000000000000000000000, 0x4cc2365d0450dedec30cec2e73a8a1d4, 0xae7a6c1ab5d3061f43b9da1444e090a81f8dc30e238261f64eb5e73327585a93, '', 0, '?'),
(0xf6fde58dc0501c712db374f3b9406cca, 'wp-includes/images/wlw/wp-icon.png', 1, 0x00000000000000000000000000000000, 0x311d098eca9a89370877334b1b8f992a, 0x02352014b7a17dec7828dad372dc3a612c7a6d4b8348317c2fe386d12bf2a9f1, '', 0, '?'),
(0xa7e8e1fab0369190629d67b73e5faa1b, 'wp-includes/images/wlw/wp-watermark.png', 1, 0x00000000000000000000000000000000, 0x3b9a87754d6ddcad447c89778e93c544, 0x03bd53fdcb0b6e52c027f7a258a75ea41fffe46b68fbbab7d5c991d069e637b4, '', 0, '?'),
(0xb30c7ea39ab9ad55f722d0269018d005, 'wp-includes/images/wpicons-2x.png', 1, 0x00000000000000000000000000000000, 0xc3e76ed756c4056fa9249a944f667e37, 0xdd5ddaa9413d0fb5d1920ebf1225ce7102a225614dc1c089f9e04206ad55e670, '', 0, '?'),
(0x679424475cbeebb13ba972c4c4cf3158, 'wp-includes/images/wpicons.png', 1, 0x00000000000000000000000000000000, 0x6453fcf875718d91560f5faedce361f4, 0xb6a505de631b06155a5f94c43f6e8d5f9fe74b818b36ebee8e31119d125c7d72, '', 0, '?'),
(0xae0d45f61cc855cf0e9cf8cd84ded91c, 'wp-includes/images/wpspin-2x.gif', 1, 0x00000000000000000000000000000000, 0x6d53acfb07ac1bfdd0db79224389c4d2, 0xb0bd36193653af58a8a30fb1b9feb1364f7dc9343e881d70be22c30fa0942731, '', 0, '?'),
(0x529678ae344d7040b039750ad68a2070, 'wp-includes/images/wpspin.gif', 1, 0x00000000000000000000000000000000, 0x680f6b9e75cb52aa0d40396b0cf792e7, 0xbbb3f721da46d7b1871be410f21fb8289c890eb523f5e48831138608891e3ae3, '', 0, '?'),
(0xde4ec45cfc7c0ff3602ab72c19294034, 'wp-includes/images/xit-2x.gif', 1, 0x00000000000000000000000000000000, 0x9cd381c6753a40340d85e2c57a3c35c8, 0xa8530dce7d1140bd137e51f73a805363b5b1a7ea192a642be55ace5fbe7bac52, '', 0, '?'),
(0xfafdca0a5cd4fbc9b62e35fa108e9a19, 'wp-includes/images/xit.gif', 1, 0x00000000000000000000000000000000, 0x94ecab09335897c4ab392bef96366e7e, 0xfcd6fc2073b2afb994c9dbdba80c93a0532c6d64ef9f5c59146292c687efc26f, '', 0, '?'),
(0x7c2fda92eb005b2a3493ff7805fc01e3, 'wp-includes/js/admin-bar.js', 1, 0x00000000000000000000000000000000, 0xa50de863f3edfff3a0f8a3e59a4070cd, 0x74b2989b62491f6c64f60af44c62b3782bc5cf94b66ae4b6aa2ce24a000d2432, '', 0, '?'),
(0x4dd0a0009a419faabb3951de2ba0cd08, 'wp-includes/js/admin-bar.min.js', 1, 0x00000000000000000000000000000000, 0xb9e181888716e3996eb026ad61316100, 0x284c1382f83c8597f8a34bf969a72dbc935534dd57dcb86020af8e726c241bba, '', 0, '?'),
(0x1b2dfaec63a93c81c8ee40d556735a82, 'wp-includes/js/api-request.js', 1, 0x00000000000000000000000000000000, 0x39a2f7bc0f1ec2dfbf473770367b9367, 0x9c64cf36515c1113f10308b4b1a966ff3ab6b18b87fb4760e98bd16a31560be3, '', 0, '?'),
(0x650df79a105a668b89c5de9ecac97cef, 'wp-includes/js/api-request.min.js', 1, 0x00000000000000000000000000000000, 0x8bec06166b23f128ddc4a9e3c3e8aac6, 0x5c84e5df5110f5064d8360fa0324bcdaa367aa45e3000f7cb7506e1565cc725d, '', 0, '?'),
(0x5233f0b85573eb33c3c87d54ea9cdbc1, 'wp-includes/js/autosave.js', 1, 0x00000000000000000000000000000000, 0x007c777bb58afc356cb0440ad3a9ccd0, 0x0f9181d0d255fbfb6dc5d7c0fcf1f40e761e6bb37d1daa6e899f56a8234948dd, '', 0, '?'),
(0x771075e89a6c7ce50cf570089816ca51, 'wp-includes/js/autosave.min.js', 1, 0x00000000000000000000000000000000, 0x9aea4347737c0449f022d87eb67d7d63, 0x23abaac3b0b17cbb64069b4cfe8557e6cf119a6b59b357be5d080b2893793bb6, '', 0, '?'),
(0x888a99654d98792a1ed29eb7e9d6e68f, 'wp-includes/js/backbone.js', 1, 0x00000000000000000000000000000000, 0x222432686a333255fd0f9b8fa4d4e713, 0xa3639f0542d243501200f19cfff646cb21b7fb87767936aa4b75842a3c63ac66, '', 0, '?'),
(0x501c45dbabbd37727c6f49b136fff03e, 'wp-includes/js/backbone.min.js', 1, 0x00000000000000000000000000000000, 0xbca6606674371d0b5c4ae02a87f73461, 0x6aee85cbaf07fa7d6ad224e3d60840a7c48dc1e7c8f7206e1b25517ceb6c9de9, '', 0, '?'),
(0x33680ce802a6c22249102b5b8da70b45, 'wp-includes/js/clipboard.js', 1, 0x00000000000000000000000000000000, 0xd49273842035439fc99acc628cd64c46, 0xc5e8c8cabfb1164976962b3e59029f68139562b0465c1778b1a876c02e77541f, '', 0, '?'),
(0x321d62a0558cb700ced473f5706430df, 'wp-includes/js/clipboard.min.js', 1, 0x00000000000000000000000000000000, 0x1985b5dff00172aa03ec54f7fb7475a8, 0x7941eb9d7933e79568d77ce4d093e14cd803b4a4a908f7693db7be833eee966a, '', 0, '?'),
(0xf88ba21344dacd3d4bf434399c0392d0, 'wp-includes/js/codemirror/codemirror.min.css', 1, 0x00000000000000000000000000000000, 0xa632336ab79ded318dc02844c4faf3b5, 0xe107b9ce8ce12c61c2c075e4edc040ba73f159254bfd96cb102d6fbcc76e0da6, '', 0, '?'),
(0xd37d15b3efaa65a8e9437fd3cb218e2a, 'wp-includes/js/codemirror/codemirror.min.js', 1, 0x00000000000000000000000000000000, 0xf2d20913fc0766828268883b66af71ec, 0xa8758e2ac351df36f6c684db64aa147664c8878f5fb9fb931800b7d4fba2b499, '', 0, '?'),
(0x0be90ac4d8554e7ebdbd0489006dd0c4, 'wp-includes/js/codemirror/csslint.js', 1, 0x00000000000000000000000000000000, 0xebbcc94d5fcfb149e508a6b3f2c06cbd, 0x5db66968344684f50fc3b211f20dec9d1ff655bbd6eedf571f454b28da50b864, '', 0, '?'),
(0xd9f75642c7a1f1e81a9f42221c00b2c7, 'wp-includes/js/codemirror/esprima.js', 1, 0x00000000000000000000000000000000, 0x645f991220db5392f167abb9d99bb493, 0x5df93bb8254a1273e0d56c78ee83afe092a3ce4671fd8742481ae45538eea2ed, '', 0, '?'),
(0xdd11d7b528f5e99c08824bdb42edd80b, 'wp-includes/js/codemirror/fakejshint.js', 1, 0x00000000000000000000000000000000, 0x35c876f72c524f6c78065d4a27294b1b, 0xcded912d8f36f3240824a83bb2998e7d70744fa7345d32b680d0a252e335d6a1, '', 0, '?'),
(0xc354acb5c721d8a908378f6cb0c93c1f, 'wp-includes/js/codemirror/htmlhint-kses.js', 1, 0x00000000000000000000000000000000, 0xeefd81f25baeb66b5bf323634c667b1b, 0x8f4ee01ea926dc561a8541abd32fc517d952237ed5a2b8e1d75f4a2ae297d087, '', 0, '?'),
(0xa206c69ed7851a58aa585dc159c90b46, 'wp-includes/js/codemirror/htmlhint.js', 1, 0x00000000000000000000000000000000, 0xb532ec7cd19faf478c4d740b5035a7ea, 0x010055065b00f74d276d43d5bc35fed035176b60f9aaf1e90e35f1d191057f11, '', 0, '?'),
(0x7a2e5bc7fd441519113810811752d40f, 'wp-includes/js/codemirror/jsonlint.js', 1, 0x00000000000000000000000000000000, 0x49296679dee36b0c548c2bcaed3cd59f, 0x9324443b3baf80b47f9e30c5d6081bff46f87e709218f847d29346b9cb81a685, '', 0, '?'),
(0xdbdf0a70a1f11fd3476e750e3aa2b8d3, 'wp-includes/js/colorpicker.js', 1, 0x00000000000000000000000000000000, 0xf01017ca562067f4840eb2b6f99f2daf, 0x85569177e4e71725a925c83aa0334351232b67d6f49b09959665b910117dd717, '', 0, '?'),
(0x30a4e780c54500308c82108158cf4812, 'wp-includes/js/colorpicker.min.js', 1, 0x00000000000000000000000000000000, 0xb9961c332b191e206822b7c343ceda6b, 0xec8e304f97ea0e8e8ade86ae8702f9d517be12de15b13d75299c866738622fcb, '', 0, '?'),
(0x705579fc6109ea62afe07661843ba138, 'wp-includes/js/comment-reply.js', 1, 0x00000000000000000000000000000000, 0x0cc71f461782b4934436aeffecc878ca, 0x21ec94780eb2cd471dc2d203fff4a0a297e019476fe1441866c54238785843bf, '', 0, '?'),
(0x31f9ce588a2fb27436305ed28021dc37, 'wp-includes/js/comment-reply.min.js', 1, 0x00000000000000000000000000000000, 0x3b59c3b33879d70b46063089ec505e03, 0xe66fe4ee2563dcabd4952d05edd1fa7a749a15bee013998951730b96d43c7ba0, '', 0, '?'),
(0x6259c62ca5b0cfa559aa72db9dd13bbe, 'wp-includes/js/crop/cropper.css', 1, 0x00000000000000000000000000000000, 0x6b79350bf46e0f692a4d1b2807ed0399, 0xf4d9b8b806540886e4de9d4f93b3d9774ca681793d7dce67546cc0bab1a4bdf7, '', 0, '?'),
(0x0dc32514db11e1e3cf25bc7953fd60f0, 'wp-includes/js/crop/cropper.js', 1, 0x00000000000000000000000000000000, 0x1d97b296d918482e1273c56fbff6a8e2, 0x03bb7079d6ebdbd02c42b7f9f2faccd047cfd4f62dc9749ce90eabdcd63de173, '', 0, '?'),
(0xa628bc7c056ee495c1b473415246e42b, 'wp-includes/js/crop/marqueeHoriz.gif', 1, 0x00000000000000000000000000000000, 0x8cccae9c1ebafdb83be602e4d44c6f0a, 0x157cdedbcd53e2f96508a9937c2ed90619918102152fe951b95988e057aa7d28, '', 0, '?'),
(0x5ab1001e839c5988b392b320c3a66667, 'wp-includes/js/crop/marqueeVert.gif', 1, 0x00000000000000000000000000000000, 0xae9accf100a4b9930639adff52d4dcc7, 0x100c4baa63671e24a365c11bb28a325c70c824e0317aa58e90999c60436b4ac6, '', 0, '?'),
(0xb672815cd96a0694b4a8f2e141241381, 'wp-includes/js/customize-base.js', 1, 0x00000000000000000000000000000000, 0xaadf1b4778e64679310b77a2f3f6d7bb, 0xc17337c7f82d3c25a08aa757c892df9a43af131e2e13ed10952e09feba7a5706, '', 0, '?'),
(0x560a07d5c95560bd5f9a35fa98ad1b38, 'wp-includes/js/customize-base.min.js', 1, 0x00000000000000000000000000000000, 0xa024f0a7bbec729d23ebde6a0916efb4, 0x4c469f230718e63533d4db75750cba8174854609fcd5b9526b2a78735f077b45, '', 0, '?'),
(0x93567dbb50949cb16d952faf7c492ad9, 'wp-includes/js/customize-loader.js', 1, 0x00000000000000000000000000000000, 0xfa60be36fa14ef21ddd1d2837a0791c8, 0x08ab473f7ec8449b2c28d7465de149c9624e45f6cec07063bc763ab11e96cb7a, '', 0, '?'),
(0x62e094fb08bf94d28c2026e93f7fac7b, 'wp-includes/js/customize-loader.min.js', 1, 0x00000000000000000000000000000000, 0xb32dfba1c0b79323d83507262a9a6fa2, 0xce3cc59f3b0d230538b22b3d644bdee8dc46eaa1bbc0532938169ed7863e5d92, '', 0, '?'),
(0xb2fffead78c47fd099d229444387cc3c, 'wp-includes/js/customize-models.js', 1, 0x00000000000000000000000000000000, 0xf42702f4ffb78b7e477e0f10f6d49e9c, 0xbc68f033585678da70c6ec54bce84f7f53c29153666218e6d10d8445e68db5db, '', 0, '?'),
(0x0aa3dc4e4e4dbcd4db91343bfa70d034, 'wp-includes/js/customize-models.min.js', 1, 0x00000000000000000000000000000000, 0x2ffb6f90cfb13bde1919ef8c08527763, 0x2e61f713ca13a7781385b05e84675b0e26b31e45cbcea14a4a9854f453d580e1, '', 0, '?'),
(0xee1abd0487e57b3a1aaa028ae5341e66, 'wp-includes/js/customize-preview-nav-menus.js', 1, 0x00000000000000000000000000000000, 0x1b5b4e6d2012ac6cf156d2aa3384a68e, 0x06e9352c8c8b4d33c535f7dd6e28744c35b6a03b5ee6c4502f0e397ab1e1d838, '', 0, '?'),
(0x999e4619041b7e85919f79b56337762d, 'wp-includes/js/customize-preview-nav-menus.min.js', 1, 0x00000000000000000000000000000000, 0x6b14fe6d9109693105332df2dac095a5, 0xb70ec1254ef1710718803499fe36980a245e6f87aab2bb08c49c376b9ff52ec9, '', 0, '?'),
(0x3908ba0d3527580ef9fdc63e1e3f7f92, 'wp-includes/js/customize-preview-widgets.js', 1, 0x00000000000000000000000000000000, 0x79827dedd0eb15f0ee788ac363c326b6, 0x828d9b99e5eb285d50a213f3c255501b274ca98b329ad26ebf1abd0aa8c2edff, '', 0, '?'),
(0xefff80c9391787ca72c00b4dd4a7c4e8, 'wp-includes/js/customize-preview-widgets.min.js', 1, 0x00000000000000000000000000000000, 0xf3542d9f368006502948f4f93deeedac, 0xb8b8bc9836c2aadc6590a6d7d579d0bc620806067f1964667d9188350ca0d9fe, '', 0, '?'),
(0xea34cad7e7ba3291160629412e3b34d1, 'wp-includes/js/customize-preview.js', 1, 0x00000000000000000000000000000000, 0x33510e09fd219d40e18f7fd9a7540d08, 0x09d05a5c4ccfe9f42762c925e1b96924e790f51415faf21a0aefb5c6ee46ae7e, '', 0, '?'),
(0x3e716cee2baa6d14c80035c4a622865e, 'wp-includes/js/customize-preview.min.js', 1, 0x00000000000000000000000000000000, 0xcc740f51a4b64d1dcbca88f88c95fdfb, 0x048ae5f53deaf179f3be3092a6524142ed0c628dec1bb99229ae3f3d1e936e80, '', 0, '?'),
(0x13a2fdf10be7554e151d4541c867ef74, 'wp-includes/js/customize-selective-refresh.js', 1, 0x00000000000000000000000000000000, 0xbe7550e5b289eb30781afc91b6e2e314, 0x9f9f7190cb966a5a437e9b118d88ff3c730bc4a72b9d0406520e4921af48daf3, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x306aef56c6bdc9663a8a3586e760955c, 'wp-includes/js/customize-selective-refresh.min.js', 1, 0x00000000000000000000000000000000, 0x45a8471dabe59fb3360fe330e2621bc9, 0x471c9294cb699841e1f88c775f93508f1f67d9399199a0e34fc99306cce14d8f, '', 0, '?'),
(0x515997ea31f0546c92b9567203083c17, 'wp-includes/js/customize-views.js', 1, 0x00000000000000000000000000000000, 0x22729b3c60a2f3c416c5f944cd01e285, 0x6232bf164da8ff216f87133bb12df49217766571fccb5c66b45d6ca494c0b03a, '', 0, '?'),
(0xef595e7e357e91a8709f472d8a8c0f8a, 'wp-includes/js/customize-views.min.js', 1, 0x00000000000000000000000000000000, 0xb80e1e1e0248d3b7ac2d5c4d659588ef, 0xed62f5a082bd4cfdfe2da68d8939776c056feadf798e1d242bd3591ade98d44e, '', 0, '?'),
(0x320f4ad9792aaa6dedb1e71cbdf85d57, 'wp-includes/js/dist/a11y.js', 1, 0x00000000000000000000000000000000, 0xd3418ddba10be69f7625de62df12d6bd, 0x3ab62a761055408d943f36a6ef848764a55ce90f01f51250e81b58843c4988a9, '', 0, '?'),
(0x85ec037c30b9afd24fec2b985d6c55f5, 'wp-includes/js/dist/a11y.min.js', 1, 0x00000000000000000000000000000000, 0x6524a328777f6e65ecf389155ce398e5, 0xc6015f419471fea427dc747500aa0be5cb0a1c83cf49a75c62b1b7632320259f, '', 0, '?'),
(0x2c5d274ea625dd91556554ad82901529, 'wp-includes/js/dist/annotations.js', 1, 0x00000000000000000000000000000000, 0x76f9fd490168d8ed05584dff1f7dc793, 0x83274f7f0a90027560698384fbbe526e6f501c774ef9dbbe1185a2708ac78b25, '', 0, '?'),
(0x592803e34b02fdaae86700fbf35f819d, 'wp-includes/js/dist/annotations.min.js', 1, 0x00000000000000000000000000000000, 0xac930bd867c6b3eff4715f65f76618a8, 0xefaec954bfc5b8301d94547ba7418942b4b2c9b981fcefcc237903216c082f7b, '', 0, '?'),
(0x1bba9045bb07c89671c88a3f328548e8, 'wp-includes/js/dist/api-fetch.js', 1, 0x00000000000000000000000000000000, 0x015995f1d770f5acec6ea0b1a2082f35, 0xa4342fbd57157e731b0955d1cc0f3969407704db43b3014f2206348dc71002b2, '', 0, '?'),
(0x92b128b3bc4e4c8d3b080982cec01903, 'wp-includes/js/dist/api-fetch.min.js', 1, 0x00000000000000000000000000000000, 0x60337e4ccb1181befb5bef281629abfc, 0x79a970bd1611faa106d165e3fd4cd838341347ac96fc5320c4453075ecbc10df, '', 0, '?'),
(0x2f2a3abaaabb946f3ea9749a8eabeeaa, 'wp-includes/js/dist/autop.js', 1, 0x00000000000000000000000000000000, 0x65bf7ef46a8668fdad525e958ad31cac, 0x0bdd5cf50cd61cfe339be3d7f4a04fe9f010087bc9aa9a224b4cf0380eaf379a, '', 0, '?'),
(0x036bf19eaf3463edb0b5e1f3d0353c22, 'wp-includes/js/dist/autop.min.js', 1, 0x00000000000000000000000000000000, 0x3fc4d45e0733947596d03cab5a528aa8, 0x478e917287f9f01ee674d545ba59cb1562974b43a3613c7228bcf38928f03bdb, '', 0, '?'),
(0xcf9a96229eb289056af079b1d4cddd5e, 'wp-includes/js/dist/blob.js', 1, 0x00000000000000000000000000000000, 0x45000a7750d2ab040a3ad7b81c4f8583, 0x6f78ae754e6823b25fa32214181509a1e8f8bddd00698c04287e26786a3b47e4, '', 0, '?'),
(0xc3a4fb805d30a660d07ff9dd41533a44, 'wp-includes/js/dist/blob.min.js', 1, 0x00000000000000000000000000000000, 0x0c264614f23818c4ba61adb4ae21bdfe, 0xbc69e7661d77552c441339fd611693535c0553f8af956e30cbb877dce5a731e2, '', 0, '?'),
(0x947c76bb5095da30e16668eec15406b2, 'wp-includes/js/dist/block-directory.js', 1, 0x00000000000000000000000000000000, 0x131ed9cff983c57715770fc344a93658, 0xabeeef424ab294935a9f3cdf522b10e1d9fca4e4a3886412dbb9dfb6f6c40935, '', 0, '?'),
(0x289659e027fa885e6b7a217196ffb687, 'wp-includes/js/dist/block-directory.min.js', 1, 0x00000000000000000000000000000000, 0x2709cb7d9109fbf01d931ef169d77726, 0x043024cd0fcbc5e4701a886388f03510d31f6d4a0c87eb8413edd45ed2792243, '', 0, '?'),
(0x803bf1ce2131e13efc590c1bc47851fc, 'wp-includes/js/dist/block-editor.js', 1, 0x00000000000000000000000000000000, 0x4251c66521e2c3184a0125a571ac0bc5, 0x84262327af8c2f039a3b793615d59e12fc25f0e0d18771656471a71e375716c3, '', 0, '?'),
(0xfc76365afe27f54ff1494c22dd954dd6, 'wp-includes/js/dist/block-editor.min.js', 1, 0x00000000000000000000000000000000, 0x2fe6855f4f24ae942e44fc5dce039ebc, 0x099a1a56d67d85add630a5e2da0de237effaf4aa10a6e36eda5e69f1c34087f9, '', 0, '?'),
(0xf8f49d9fc4a9cf7d78ec99285417bd9c, 'wp-includes/js/dist/block-library.js', 1, 0x00000000000000000000000000000000, 0x673916deaf009a0a2e7aeeab4112cb2d, 0x272150b92702bfe5a04cef30d34f010d682e22ab9db01fb047ac8f5b9e04105a, '', 0, '?'),
(0x18914e334d08b20aa3c353bfec306a16, 'wp-includes/js/dist/block-library.min.js', 1, 0x00000000000000000000000000000000, 0xb3ca4fda20d80155a754246096dc3843, 0xec718d03d5db587c8a89e79afd3643c2131d5f5054a75941a37f72c35b9d011c, '', 0, '?'),
(0xe5439ec7b413fae9b26b910b717b2e4c, 'wp-includes/js/dist/block-serialization-default-parser.js', 1, 0x00000000000000000000000000000000, 0x4e70ca8a57003d913702781c0743f439, 0x3016e766f18ecb565a5dd65d6144e89325b5ad0acca80f0d8b28ccc35cb74218, '', 0, '?'),
(0xad878b8253e0384d01df4389a43eebc7, 'wp-includes/js/dist/block-serialization-default-parser.min.js', 1, 0x00000000000000000000000000000000, 0x164b9f8bca6651df1cde10e712ca7f5e, 0x392ed9e001419dadfefe05eaedde62318565fb3740060678529ed477deec0faa, '', 0, '?'),
(0x1a0cd6a7128913b15c1a10dd68951869, 'wp-includes/js/dist/blocks.js', 1, 0x00000000000000000000000000000000, 0xc7127c405e665e032c7832ce42c1f320, 0xc2d54af0d472c2b0c5670ec8ab7efb488e3f7058948aa05480abc75cd0bfac4d, '', 0, '?'),
(0xf48d88373a9462fccb0d012cdd6a61f8, 'wp-includes/js/dist/blocks.min.js', 1, 0x00000000000000000000000000000000, 0x29544c8d1312c35c35e40052716081df, 0x5798d172f6716c5221583baf85473f0fa418ac3e4617c3c58792daeac2d075f2, '', 0, '?'),
(0x7f13c36c641b114bf18cd0bcc9ecc7e0, 'wp-includes/js/dist/components.js', 1, 0x00000000000000000000000000000000, 0xd4083fb0d35a80079b272552ee0b6c87, 0x686f5dec8739dd4fdb069f445e3b4c0b1e66b675d20ba60fcb1098cee7957b1f, '', 0, '?'),
(0xb04e1187fd5a4e4494cd4eb43e055909, 'wp-includes/js/dist/components.min.js', 1, 0x00000000000000000000000000000000, 0xd6d2b37880bf8861a5b2575319b01d47, 0x95eeb699b55a2809056023863d2b424bda02d71dfdb2cc35ffef0a9759434681, '', 0, '?'),
(0xd988e90654c49668787e4410743e6c9f, 'wp-includes/js/dist/compose.js', 1, 0x00000000000000000000000000000000, 0x236740cadb980fce9163ce593ccf87d7, 0x2d4e0b44ca155961b9c696c7a435095de618dda1ab70610774b34ccb5dfddd1a, '', 0, '?'),
(0xb935d98261dca8cf98d2092389e56275, 'wp-includes/js/dist/compose.min.js', 1, 0x00000000000000000000000000000000, 0x09ef01e3657af155613418b755a53023, 0x4d00c458caa0ff6d09216bbcb083f14e300f5181f59d594846f78fe60c536461, '', 0, '?'),
(0x49c6d4acf36cf3aca9f0b2a77617304f, 'wp-includes/js/dist/core-data.js', 1, 0x00000000000000000000000000000000, 0x82c01b645d513167a6009a482ec79e70, 0x3e90c088d093f6bd9cb07f635bbe8e466570f29d815ba90ba97a7961ff906f7a, '', 0, '?'),
(0xa6b9f1887832ff5f2e14eb7e24e22913, 'wp-includes/js/dist/core-data.min.js', 1, 0x00000000000000000000000000000000, 0x7e96d45b958d7a382c67b96828db7edc, 0x626c984395244b8750340fd9d252380784ebfb8e5f908f61e79e24119958a47f, '', 0, '?'),
(0xa70ac8e09408e017070520e4e9942f59, 'wp-includes/js/dist/data-controls.js', 1, 0x00000000000000000000000000000000, 0xfa4c806b2fb55ab6cdd4c2991d0f4429, 0xd41788316043c0778cecd038963ca67731f86b6f96aab2945c072fbb842573b1, '', 0, '?'),
(0x21f13ed0bbd38a5ed4d65b91d2557d98, 'wp-includes/js/dist/data-controls.min.js', 1, 0x00000000000000000000000000000000, 0xbdee3e22ff142e2216a541188239efba, 0xc9da8ce88852fef4fd6d06643840ba6967a352bbafee3faecbf1823ff731d030, '', 0, '?'),
(0xd5670bd6bffe806d9c0be38ba38bd949, 'wp-includes/js/dist/data.js', 1, 0x00000000000000000000000000000000, 0x16faea93e96f74ac5d91ad15f6d2e28c, 0x095ba520a9e447393c622a647d0d3cc6e0c26b9bffeae119b90add19ea36859f, '', 0, '?'),
(0x224e814df40f19b88feabfc26ba8564f, 'wp-includes/js/dist/data.min.js', 1, 0x00000000000000000000000000000000, 0xa73c7f7e807b972998b88b9b33070b7a, 0x59e5ba53b7360e0fb8fb4637e0ec7d1fda90acd68494f0f8b64249acc45e8c3c, '', 0, '?'),
(0xaa0f10b9cf47996cf6dccadda0055fd6, 'wp-includes/js/dist/date.js', 1, 0x00000000000000000000000000000000, 0x3cc809f2e6ce1f6e614f8ed97b26958b, 0x76a3d7f0bfde01c7fecf04813940f699b97e348b01fe7f5cfc79f4299db8d7ef, '', 0, '?'),
(0x22f84aa21bb0e832ab0ddfa42d489826, 'wp-includes/js/dist/date.min.js', 1, 0x00000000000000000000000000000000, 0x58e27235d73a0a13a215e6d04a07129f, 0x68354c60a6f07dd26608897292fdeffb4a371e6641867c09c791e0be2595f202, '', 0, '?'),
(0xe6f7b5c8c23b9f579ce38eeca1cd6ca5, 'wp-includes/js/dist/deprecated.js', 1, 0x00000000000000000000000000000000, 0x85f00fbc13d68c3e8c4837f5209b5552, 0x0df96499fe7fd307b1c9fadba063a0804c66f07ab8236aab3545f851a6de9d7f, '', 0, '?'),
(0x0199cf8bd094274f740cfb06ca974d3b, 'wp-includes/js/dist/deprecated.min.js', 1, 0x00000000000000000000000000000000, 0x8055ba1dedd940e61a90a9cc060b3e0f, 0x79c9e5f6cd6540dcf187de72143602fc31f0119372002e742fea375cfcf05779, '', 0, '?'),
(0x6be2270a2b263db81dc46e1d60f2339f, 'wp-includes/js/dist/dom-ready.js', 1, 0x00000000000000000000000000000000, 0xd7c52a406fe32277c5b9981ea744c912, 0x36960cdda81728945c5870be6225fd7eb544f9efce1e08e9f4f20826317957a7, '', 0, '?'),
(0xd8eed2a1fd8eaa4b2582af88fb145eb2, 'wp-includes/js/dist/dom-ready.min.js', 1, 0x00000000000000000000000000000000, 0xee421825ff8609d7bb46511e65281474, 0xb40ec1096a1febbeb8c567949fd43e60e0b85ac643aa0a0b62333cb18c8c1077, '', 0, '?'),
(0xe3429787225e490a9a8fd2f9681cc69c, 'wp-includes/js/dist/dom.js', 1, 0x00000000000000000000000000000000, 0xff7d9cb61d42aec02040c830616ee624, 0x710fec4c5c69ecf77133b89bd76f928594628335fd686baf98c3f520797adb8b, '', 0, '?'),
(0x17ba7b785ac663f91122866862913fca, 'wp-includes/js/dist/dom.min.js', 1, 0x00000000000000000000000000000000, 0x2b7419cf19af3c0ad77eaeaf47bffd5f, 0x3ad9bd9633ded7df960b5989c3cf3c55fc3946bfaa51319ade1d07abacaf5fcd, '', 0, '?'),
(0x8860e58c20c6a2ab5876a0f07be43bd9, 'wp-includes/js/dist/edit-post.js', 1, 0x00000000000000000000000000000000, 0x876ff656020ee50a2306c2ec3ff0952f, 0xcd20f356d124ffded031c9c6e04af15d6f2aea03f48f7e346e6e04e62fbb4fa0, '', 0, '?'),
(0x71a1de7f9dd2522bd27119f91a8a32fb, 'wp-includes/js/dist/edit-post.min.js', 1, 0x00000000000000000000000000000000, 0x29337eb0fdf246a4153c35791c56c12f, 0xbcfeeea92e17fec618c0487330d4175155b3e3914a4c658c68e088b40a890ab7, '', 0, '?'),
(0xbf0f094965d3d4a95b47babcb35fc136, 'wp-includes/js/dist/editor.js', 1, 0x00000000000000000000000000000000, 0x9718e1eb1f969c8319d5cec691987e64, 0xb2244f60fcc03105bae05cbc1fe31aca70b894fadbb3f17752b3914c7db3653f, '', 0, '?'),
(0xc701cd8c25072bcb65168d40755128cf, 'wp-includes/js/dist/editor.min.js', 1, 0x00000000000000000000000000000000, 0xd5955599845de9cc279a720d189f27f4, 0xb0fb56e07a06e778804bce1466425fc34b571189f15674a1005b8d296dbf9bf1, '', 0, '?'),
(0xc838e2d7ecb6c3528d363e47228aa3f0, 'wp-includes/js/dist/element.js', 1, 0x00000000000000000000000000000000, 0xbd90eeaffbcb3bd76f2f6689aa0ef1fb, 0x2bfacdf76f0c01a5d3ac38047cc028392dd9357fdb1ea3acf2fb58657f8d6048, '', 0, '?'),
(0x4535fc3bd5d6dcd8745282939d244cd9, 'wp-includes/js/dist/element.min.js', 1, 0x00000000000000000000000000000000, 0x0f04448b254c82e0d1b9451f19218da5, 0x9fef12724afb4c5e3e7569d1150f864f62f231be1544c696843e1ffcf3fd2145, '', 0, '?'),
(0x592fddde91f609a1cee21afcf193169d, 'wp-includes/js/dist/escape-html.js', 1, 0x00000000000000000000000000000000, 0xb6b664e3560992e6be04f8aad77c96d8, 0xe9fb8116ca9998fcf240ba170582951e22991d7d32abbbf223872404bd322444, '', 0, '?'),
(0x09d3b0ea8591b7b9a0b185b7cf178063, 'wp-includes/js/dist/escape-html.min.js', 1, 0x00000000000000000000000000000000, 0x7b0a073e4c025aefdf87b81126a58ebc, 0x3f94b437db701a801b7292177277dce36e730a7112f2cbe26cdf2b7dacb223f3, '', 0, '?'),
(0x68f2cec7514bf8563c723a4d675fcfe6, 'wp-includes/js/dist/format-library.js', 1, 0x00000000000000000000000000000000, 0xe649dcc3ad4f966a8d23b6bc7d73a16a, 0xd5e40f00a2c5a6e9e2f89d7f7b531a1945a7381b8fa7380e892eff2a1ecd5fcf, '', 0, '?'),
(0x266b00765f66636291f876869cf8f998, 'wp-includes/js/dist/format-library.min.js', 1, 0x00000000000000000000000000000000, 0x7db7c114af247704e298880b5f1dea68, 0xe2f2e860e321d51a387df4ddcf2d6ec984043e352c34962765778e19336b9b33, '', 0, '?'),
(0xb9d380395b07eac04d131b2d1b678982, 'wp-includes/js/dist/hooks.js', 1, 0x00000000000000000000000000000000, 0xc4629d1e037c5c26f9f81141e1321ee8, 0x8c73f3bb95ca313397fee2b3168e88131d01f688ecff82d62ecb88b205f01e69, '', 0, '?'),
(0x2193773ce21006d6c9410aee401ea14f, 'wp-includes/js/dist/hooks.min.js', 1, 0x00000000000000000000000000000000, 0xfff58f50d2d6243f7705185a16cba7ea, 0xc2ac59fc7f0b31e15973f95f71d02caf89d2e75cf0e46dea4f0678c846639db7, '', 0, '?'),
(0x60a4618a28138a6715b0fa1122841097, 'wp-includes/js/dist/html-entities.js', 1, 0x00000000000000000000000000000000, 0x369324f04712fdc9505e33e402cc8ea8, 0xa2c0e9be30758645b8827798d4033ebb76039c4c87f81bd65111dd93e1f4bf71, '', 0, '?'),
(0x3fabf03db24004ed4d8e24238e8d5037, 'wp-includes/js/dist/html-entities.min.js', 1, 0x00000000000000000000000000000000, 0x12d3bb1e392066af541bce52eb640257, 0x91f84e1da8361d16dc0828b6729edb2f84f0abe40642cfa1124b6c01825ba4c1, '', 0, '?'),
(0xac23eee47530ac63a1178c827db28087, 'wp-includes/js/dist/i18n.js', 1, 0x00000000000000000000000000000000, 0x036f4fb557ffa52c3e377087cf07c0bc, 0x306e60626cadc479b61420cd70ad7a08195d04e70fd58b2c16925edc2b65f9c6, '', 0, '?'),
(0xcc7fd1fba0699bef6eb06a2fc472bcd5, 'wp-includes/js/dist/i18n.min.js', 1, 0x00000000000000000000000000000000, 0xb5dac75108e27b15e3a0505fdf39d4a6, 0xe1beff3bbc087aa1fc7a75e150a75a324a151d96858f1046867ae6885338223e, '', 0, '?'),
(0xe96705d1c1b614ff55290d165228e21f, 'wp-includes/js/dist/is-shallow-equal.js', 1, 0x00000000000000000000000000000000, 0x254832826cbb75c5f5ec5bb753e68fd9, 0x9d38bf637941d595e58d6ea95e880d3b3706320979c0b7490a1701bdbf9405b4, '', 0, '?'),
(0x80b697723d8ac4dacf1663c4d0cb4d7a, 'wp-includes/js/dist/is-shallow-equal.min.js', 1, 0x00000000000000000000000000000000, 0x3a9d10efd3496a0fd840ac8f8c65ca26, 0x52582d4233df6e645d7b5dd483a3c248ca844f856fa49d95d08f52ef6df3ecea, '', 0, '?'),
(0x21db819d49c7b58d60a9f2b638af7402, 'wp-includes/js/dist/keyboard-shortcuts.js', 1, 0x00000000000000000000000000000000, 0x24f6b9d08ae62d91f1fff808e6f45eb2, 0xaab89e2ddaec7a91bf7e9ef5d31cf1b28cc705ae10d848eeb4c404241be7b14c, '', 0, '?'),
(0x3de599840a1741ac4b0428929218d26c, 'wp-includes/js/dist/keyboard-shortcuts.min.js', 1, 0x00000000000000000000000000000000, 0x9e2643281846d559a615a6916a46a2f7, 0xb2b970fe72e97c9313de25761035835c5e401761c3ac404da4aaf380b98a23cc, '', 0, '?'),
(0xa25d1cc7bf7ca0b4e114f6bea64943f4, 'wp-includes/js/dist/keycodes.js', 1, 0x00000000000000000000000000000000, 0xde01bd15510cf9a15ecf8d15f0892fae, 0x763ce601f3904bb9a21cdc3a3fcf34f6e1408170f7da333c01d2760089f15612, '', 0, '?'),
(0x2a562e585a97c85f435b41d480974333, 'wp-includes/js/dist/keycodes.min.js', 1, 0x00000000000000000000000000000000, 0xd8b286f0246cdb3653d1d075d0049471, 0x9382d380287225b7c79e62ab69d56af775401ca9b93ed4c248721a46aa5dfcbe, '', 0, '?'),
(0x28b3c3d595952907e08d98287077426c, 'wp-includes/js/dist/list-reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0xed3fbf2b477123815d87976036892109, 0x2941f354611839ddda39651aa73f23923ff16295e4ec16bac36e93aa5dabb9d4, '', 0, '?'),
(0x218ace0c7878a22b21adc19c5bc62801, 'wp-includes/js/dist/list-reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0x34fd8e286a0a58e016f566e15be2a939, 0xff117b5b6d02e7fcd88ed87e85ea36e8168f0a8c89ad0f3fd8c2ac516e4d3689, '', 0, '?'),
(0xdaeb084aab42199d26393a56c3465bc0, 'wp-includes/js/dist/media-utils.js', 1, 0x00000000000000000000000000000000, 0xb41dd4417bd8fdbf01a55a02a96fbd8f, 0x44c2328397cfdd3c3032c4ac91b233f68991a70b91d577153b2c0eb72ade62d0, '', 0, '?'),
(0x1cdc9fbad2bf42e288b6f2eaf2e6ad15, 'wp-includes/js/dist/media-utils.min.js', 1, 0x00000000000000000000000000000000, 0x554ad28385694fc4b70b7df3d660bd02, 0xd28abfb6f24d15ec23032c991b85cb48d3ac5c66f2437c781f6ee811b793573a, '', 0, '?'),
(0x8a1c940ba24bec99c8813b24d2cd7a81, 'wp-includes/js/dist/notices.js', 1, 0x00000000000000000000000000000000, 0x549ea9751709144bf98673c6f277f73a, 0x980fdc63c81d8871969dfe46600e86c4f36ff23679a3524f7ebb07de351181e6, '', 0, '?'),
(0x6c5abf71a1236553257398f53759e613, 'wp-includes/js/dist/notices.min.js', 1, 0x00000000000000000000000000000000, 0xe850febab54ce74f3968d958e659e9fa, 0x9fc2fe11e59841e52164941b4b3217f502a056d4b11049016953116c7a0d37b2, '', 0, '?'),
(0x0ce75ad2f775d1cac9696967d484808c, 'wp-includes/js/dist/nux.js', 1, 0x00000000000000000000000000000000, 0x3cb8f58770072efee327c0f316b7574e, 0x44bafcc095a925737380b626f809765d338954010bd31473712a23f2e3236b9b, '', 0, '?'),
(0x4173ba76fc03f7eef9826793341b55c3, 'wp-includes/js/dist/nux.min.js', 1, 0x00000000000000000000000000000000, 0x6d37343254b454010ed84b7b80a90b7f, 0x199a8bc03e36accac9e05d7a9bd4b77682879d16ddf60c4eed969c670d28ef99, '', 0, '?'),
(0xc6ac8ce553588983dd5a93f9e2339b7f, 'wp-includes/js/dist/plugins.js', 1, 0x00000000000000000000000000000000, 0x6868e96d694a3dec9a39e53f1759bd0a, 0xdff897dc5cf40fcdc3a7e45732eaa0ddc57e3ae903797bee3dbc2466680cae94, '', 0, '?'),
(0xf20f1ee3dd48f6722023e2772f933a34, 'wp-includes/js/dist/plugins.min.js', 1, 0x00000000000000000000000000000000, 0x6c1bd5df62523c7372017ca6673e04a5, 0xa1e4ea67b6fd131d66f46a74acfa96e8e8fa34aa4827d89eb7579d0d52a57ee4, '', 0, '?'),
(0xe8e19bc5c157ce7fe317b6e93a9d865d, 'wp-includes/js/dist/primitives.js', 1, 0x00000000000000000000000000000000, 0xd5a15617903fcdd1b456037bd123f24d, 0x3d1d57855894f1b10de5360b9f6c3bde06f70568d81f80b3c82948b443fa6478, '', 0, '?'),
(0x114c2c1a15220eff0043fbcaa13879a9, 'wp-includes/js/dist/primitives.min.js', 1, 0x00000000000000000000000000000000, 0x29ee10a586f699f5f9dd5cc2d3b72a19, 0xd8aca942544fc8840d932443a14fc665033d68b9ebefc4a4075f30b7ab2ee27f, '', 0, '?'),
(0x79351b32a46d1da300a56c991d22f965, 'wp-includes/js/dist/priority-queue.js', 1, 0x00000000000000000000000000000000, 0x192772f41a76e8466ecb95edbb8db00b, 0x806e075a81dc639b7031bd257f23ee31583fbe5a9fea573df5a57879bb0d5be5, '', 0, '?'),
(0xdb8b7b533000003d9a315fd8a60dc035, 'wp-includes/js/dist/priority-queue.min.js', 1, 0x00000000000000000000000000000000, 0x679db8464309ed96d9e6feb47a5bee30, 0xf473e67f1bd59b20c91365b7f8226988302700085ed99c376bf049c75d9bb1bb, '', 0, '?'),
(0xd766bf6b5b788b959ce4207f5c8c2f59, 'wp-includes/js/dist/redux-routine.js', 1, 0x00000000000000000000000000000000, 0x679cbaf3c6c634c3e3ca73305fee925c, 0x3e97e1f56559b23bee209d16fcd8b74618a12dbfab40c13f7caacf2157f05873, '', 0, '?'),
(0xd23703b55b2a77a24a0a6e1288acba3e, 'wp-includes/js/dist/redux-routine.min.js', 1, 0x00000000000000000000000000000000, 0x2ae065cf06747bca2dd74c916184b7fb, 0x5204cc894794974c809a2f2d0d40b6296500e8fcc00f420b31f7cc48211c7b3e, '', 0, '?'),
(0x1780a2033cf98d69ce13c2e5c8510004, 'wp-includes/js/dist/reusable-blocks.js', 1, 0x00000000000000000000000000000000, 0x84e5270d10afd1b55678fa8f08c0dd9e, 0x7fa9c6607c04fb0647ce5b52cac3ef66ec0b110307acb8a97f51b6da88d6caec, '', 0, '?'),
(0xfabfd898c32d0ea96d34297df9f909ce, 'wp-includes/js/dist/reusable-blocks.min.js', 1, 0x00000000000000000000000000000000, 0xfb445708fdabf3beea103814d3b324ce, 0x469b3189cf8934a5887a02f5b9a52a41d1e2a1af90dcc22493fd8c289eb03890, '', 0, '?'),
(0x17179a5f2930647c89151e365f843b6e, 'wp-includes/js/dist/rich-text.js', 1, 0x00000000000000000000000000000000, 0xf1fb925cc64e9097db8587f2a200ce6d, 0xa7e13e719ddea4ebf0a69f532b956f6157add00b0486a71cb249710aa0b14597, '', 0, '?'),
(0x2d2dc4c3bc819624ae293b1d86c44a35, 'wp-includes/js/dist/rich-text.min.js', 1, 0x00000000000000000000000000000000, 0x9894f64a85c63d247278de1370e40a94, 0x294bb7538b2d0aec886f11b9f1b1f7fcbfc16fe75667be817202b26c055ee748, '', 0, '?'),
(0xe2791ba830489d23043be8650a22a22b, 'wp-includes/js/dist/server-side-render.js', 1, 0x00000000000000000000000000000000, 0xa887985e3d2ac7b638f782827fd89a93, 0x5c8028d6b40aa02579c546ca318faa9d3d79048d8e0209d438e0400922f061eb, '', 0, '?'),
(0xf2a824637bb139375ed086c8f74ad867, 'wp-includes/js/dist/server-side-render.min.js', 1, 0x00000000000000000000000000000000, 0xab6f235eef266a6a4792024d5949fe16, 0xb6e22b109076b7ac47322d8b67bb0ddd03d35112c82de0f88dd7d7db065541b7, '', 0, '?'),
(0x6f535de37e28e411ef373be099a00d9c, 'wp-includes/js/dist/shortcode.js', 1, 0x00000000000000000000000000000000, 0xc6be384f7b680fc75c9858d5663c4416, 0x4d8b9e2220d4d57506489ce7224284712ab734a1d75fd10e055cbbf15b5bde21, '', 0, '?'),
(0x89d566522f31e4e9de0f9b3c2050438a, 'wp-includes/js/dist/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0xddea2950968db96762b16d61d1f5f4b6, 0x00d58bb5d41cee903719e36c25a41a67e1173236a90d6592289b280450e6d857, '', 0, '?'),
(0x1c48ebca7edd0ae3f38f7882a0adbb7c, 'wp-includes/js/dist/token-list.js', 1, 0x00000000000000000000000000000000, 0x6516c0f384cd92569b26381400123758, 0x4645622b8003f615601bbb01975cd58106b7a8ee20c834f15d44a973d07d831a, '', 0, '?'),
(0xf1265ba6c13e6afed2dc2fd6e2b64755, 'wp-includes/js/dist/token-list.min.js', 1, 0x00000000000000000000000000000000, 0x51c27748c9b72083dddf50bc013ffcec, 0x959c864194f3378d1cf47da226b2ed3fb0f0a4e825d70f9d77da2284d5c6f657, '', 0, '?'),
(0x31b20ec5cc7061d260034830dfa2ec65, 'wp-includes/js/dist/url.js', 1, 0x00000000000000000000000000000000, 0xb1adf600ca64da4d7eb4f40a666ff47b, 0x37a3124d3c7c2701780f2a7e82ea25fb0d3f2b8f610828ac098d15541c6a4ec8, '', 0, '?'),
(0x1ffbab1280d8e9146f8e12521862adfe, 'wp-includes/js/dist/url.min.js', 1, 0x00000000000000000000000000000000, 0xd7a5b5e6be5ae133dbe9718d852229e8, 0x9a694feda447de04a373d58e82e12cd4cd02ef93d7605c5ddbfcdadc7e355c10, '', 0, '?'),
(0x99e49196eb067783373a2708c2681d2a, 'wp-includes/js/dist/vendor/lodash.js', 1, 0x00000000000000000000000000000000, 0x326ebe421b32d7cfe7015d83e7f7208e, 0x229913c95165b7fb5cc78a6862af426a11ae7b69f14a0acbd29a693b655aa833, '', 0, '?'),
(0x062c1435cd5870cc42466463926a2b94, 'wp-includes/js/dist/vendor/lodash.min.js', 1, 0x00000000000000000000000000000000, 0x913a2917447f6e4243fc9ffe398ad00e, 0xac2d0785312ceb114fe22279c849eb9d8efe4eed9b5749d1236e4b6b003ae186, '', 0, '?'),
(0x07de26d10941c248daec29a5492682f4, 'wp-includes/js/dist/vendor/moment.js', 1, 0x00000000000000000000000000000000, 0xe70a748e7cf42733bf14fa2030bd84ae, 0x0d074c17d547ff02c436ff95940471099ee95c9f2ddc128711cf50de4991a2db, '', 0, '?'),
(0xc25dec888a5954c3ef586db02b0c0125, 'wp-includes/js/dist/vendor/moment.min.js', 1, 0x00000000000000000000000000000000, 0x6422c3e7224d7ff8f0c0614deb77d24d, 0x4ff09ef26d87d279b298d536db86e37860520f304e685b3700055dd525fdca9e, '', 0, '?'),
(0x4c617095b2903867f456e32cbee667db, 'wp-includes/js/dist/vendor/react-dom.js', 1, 0x00000000000000000000000000000000, 0x43e0a7d0496e085696a01339bceef3df, 0x4c724abd2303b5d5fe3668ddf30518c3c30dbbc8b444845235bbec623a754d07, '', 0, '?'),
(0x0b4160fe6b7bb96eab8ed72f2a53634e, 'wp-includes/js/dist/vendor/react-dom.min.js', 1, 0x00000000000000000000000000000000, 0xdcf51763fb4a654e15a4e6e7754ca5d2, 0xb7ec226d4ff43d7f95bca1a245c2b96a6173ad6c494a14b2bc8895b2910702fe, '', 0, '?'),
(0xbcb382147c58256a677540e8434a884d, 'wp-includes/js/dist/vendor/react.js', 1, 0x00000000000000000000000000000000, 0xbff81f643a904be8a3d144f7a8142c24, 0x3bbeb4961a83d4fb7737b5f93a0eb9a99b5be8dca7151d2fa63897d05faf405d, '', 0, '?'),
(0x9fe0573331a6a94eabb8c467d7a4cace, 'wp-includes/js/dist/vendor/react.min.js', 1, 0x00000000000000000000000000000000, 0xedf56a42bca6b565bf7dfcbd8ffc221a, 0xa46793af2b5f75143c1c21efa08a9427d6e45b92e64ea862bf72c9d863f13e3b, '', 0, '?'),
(0xe486ae472a140bd77e9635489dd2dc49, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js', 1, 0x00000000000000000000000000000000, 0xffff6c533f2ca672619b343bdd5e1546, 0xd844d33bede48f9114b57fe26548ce1d69c062d91a1ec43f8962809991067ff3, '', 0, '?'),
(0x30fec824583846a16ec583156bfdeedb, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js', 1, 0x00000000000000000000000000000000, 0xa2b965a62d7b2742ca11c0fea1c55161, 0x6d5ca7aa00572f76962d4fbf1052ed0b77e36d1746bbbec07d6fb8500fe5e844, '', 0, '?'),
(0xb197abc2fb82db9d771736557525a6c0, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js', 1, 0x00000000000000000000000000000000, 0x3c6accf0039920bf3c59748c23f4261d, 0x794e4f42d3bbd75d2636824ddc2dbd844a92e4172e8a018eb7f318b93a2eb57b, '', 0, '?'),
(0xdac28a8f2336f8104b1d2523660d1bc8, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js', 1, 0x00000000000000000000000000000000, 0x89a4e64830ce633b60f1e4060faa5726, 0x32415deada9b5c65898a14571bdfa66b5a17f673ffa0c063af3cca60f76429e6, '', 0, '?'),
(0x37ecd0f3a56bb058f866b4586dff5385, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js', 1, 0x00000000000000000000000000000000, 0x456c02ee2a496580a24e5aee614ba9b3, 0x8b4bf6112b7cd9f0dbccab4d354a8de9a6e9f2cd79ca1230079d4974a56c6f6c, '', 0, '?'),
(0xd30b77835d6349fd157782e9c8b0d848, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js', 1, 0x00000000000000000000000000000000, 0xf7becce89bbbcc309e1cd5a5fe4a39c2, 0x9d5612f16add88c105876f08aed9c89f047b2737bec39ad8b99514c3c8d211b2, '', 0, '?'),
(0x7665d7b65c12b06c2e070f97d185067b, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js', 1, 0x00000000000000000000000000000000, 0xed823838339ca0f88793fa781fc1e10d, 0xe8b7d158a586ab9706f198728a712dbefe4e172996b56e686cc14c9224bfbfa5, '', 0, '?'),
(0x672bb1b7e7774a6f47ffedef0c1f7b62, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js', 1, 0x00000000000000000000000000000000, 0x2ea232d2a383e59441dc21dc56300749, 0xecab0122430e47395ef6e0c8b7ed04311bf4e602618c3ff10b61d6756b601c04, '', 0, '?'),
(0xb982af08b6173dcde5d1b606cd3824fa, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js', 1, 0x00000000000000000000000000000000, 0x8e8cdd77e6e80407255b55c41dc533a6, 0x457495bf9fa0b2d07ac8de66443a783fc1edc6fb6f96e18d63f8da8b05093850, '', 0, '?'),
(0x7e71e649509e490f99baed1772f1c4f6, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js', 1, 0x00000000000000000000000000000000, 0xb32d5cea64b4fd156f47c0ec0a9d8532, 0x531c6129fab4aba5ca976e7f264294f35612807ed1dc3131fc0227771d168128, '', 0, '?'),
(0x95885ad4ac3d2152693de637f96803b5, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js', 1, 0x00000000000000000000000000000000, 0xb892b16a01090deb3c6c8d194ac46ce4, 0x5bca613624737038dbfc17f19e1d06a78559f351e327afc231f1ec009544d8ad, '', 0, '?'),
(0xf01bb8ca36294a0f6f2a8aa7014e6e2b, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js', 1, 0x00000000000000000000000000000000, 0x3fd1813bb0b839f84189e8e3d374ca0a, 0xd26bb3d3d84fd07b0e0864e1ce5053c3f2cf004d8d22425ddc0c22a84588b218, '', 0, '?'),
(0xcb7c47b5d224ead1eea582c56b99fae4, 'wp-includes/js/dist/vendor/wp-polyfill-url.js', 1, 0x00000000000000000000000000000000, 0xf1983e64a04b50274943a4e733b5bd38, 0x9e6bf608f57aeaafcf3af3b4975f734470fe7865254ad809bd89f553547fba5f, '', 0, '?'),
(0xb913ed01875c9e5d5ed254a3eaa58ad1, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js', 1, 0x00000000000000000000000000000000, 0x7274005802b2e364d7780806526095cf, 0xf78d62aad594578a3fc00cfb677452c48b5c7d9044b545bb540e16d387ffba3d, '', 0, '?'),
(0xe165edae1116afdfc0913ad6ac7036e4, 'wp-includes/js/dist/vendor/wp-polyfill.js', 1, 0x00000000000000000000000000000000, 0x3745d97e3f5618ffd6ac8e7f916fca42, 0x62318f72b7a4eb02b7bbb702e24aa577a2d3188d2e2f1c32804d19808d600212, '', 0, '?'),
(0x8f32df5ce9317f37d580d47769847b1b, 'wp-includes/js/dist/vendor/wp-polyfill.min.js', 1, 0x00000000000000000000000000000000, 0x5090bae2c114802440412e301bdf5174, 0x4062da2f45f3d894c3a5a40bbc3b1b4d0985db99125a52c4b08978efd8079bc3, '', 0, '?'),
(0x8b08bc010e2f3826f444e3677ca6c423, 'wp-includes/js/dist/viewport.js', 1, 0x00000000000000000000000000000000, 0x30b68d3e98446543b6ebda79cbd6d1cd, 0xa746e76890233ebabc54c68dc5801a4f8303e1e01e923bdc23d8bf58eb614382, '', 0, '?'),
(0x098468ee586b25b43ef986c67b4efb42, 'wp-includes/js/dist/viewport.min.js', 1, 0x00000000000000000000000000000000, 0xae5f1b19a2aa8d180cee26b0fd78979c, 0xc247f2583c90a6ef07ef2481d07e1c00daebfb673e9000570919aa1889a62221, '', 0, '?'),
(0x6eef9d872cd151fbe9f03362b9f54f08, 'wp-includes/js/dist/warning.js', 1, 0x00000000000000000000000000000000, 0xadcee29a9d7116b479cee7cd544367d1, 0x786cb83a05bcbffc2de37a9fa541442d6a5dcd1d1212e61032d1f2d11b3b2f60, '', 0, '?'),
(0x710773bea241ad74810baace0164995c, 'wp-includes/js/dist/warning.min.js', 1, 0x00000000000000000000000000000000, 0xe3c9400d0a7874958ef0d1c8f2a4b90b, 0xf1776000a5e19f3afb1735acde3dfc19b0f0d160f0e9baaf31521c29547e0294, '', 0, '?'),
(0x32449b8a25824a9d1f9ea3df3fadd11a, 'wp-includes/js/dist/wordcount.js', 1, 0x00000000000000000000000000000000, 0xdca6029f6a9fddaa4fec732b16b7d32e, 0x7862f7be842c1a6c89ac35ec61056f2d9092fa50a83c71680130ac56f0c1255c, '', 0, '?'),
(0xaeadb4f8fd2640017088d31dcec6c997, 'wp-includes/js/dist/wordcount.min.js', 1, 0x00000000000000000000000000000000, 0x1b1c0aa3ab172e76f1c364cb59b905ec, 0x52a4c5a6327b2fe0193c666f0074db7c4f67da378aff18d2084c218da607fea7, '', 0, '?'),
(0xdafd1221a71614287494f2893c0ed4b9, 'wp-includes/js/heartbeat.js', 1, 0x00000000000000000000000000000000, 0x0dffa5c13ef8fbc9dbf1cd71a1bc83f5, 0xb101fe7eb638ace37c0a7653cc834d5f5a448e2684a68e4be8e32d071adb90b9, '', 0, '?'),
(0x8b6e393790492e4ffad29ddebff0b007, 'wp-includes/js/heartbeat.min.js', 1, 0x00000000000000000000000000000000, 0xcb5e8ce99ad24048946c831ae7673286, 0x65c90f7827ce731cb1bf762bda71f74c57a018a4d4db2f2c8af56bda672500b7, '', 0, '?'),
(0x9179df678bed1f7a6155228309584b47, 'wp-includes/js/hoverIntent.js', 1, 0x00000000000000000000000000000000, 0xc0d37a2f50f79db4eaaeb10c3c170990, 0x74bfc26e6554522fee3737fd05401ad2a7309b67a811c78cf4e792fbe8a2eff8, '', 0, '?'),
(0x532e46c8ab41be7f6aaeffe428a03a05, 'wp-includes/js/hoverIntent.min.js', 1, 0x00000000000000000000000000000000, 0x1cb41e780b9b6dbbf6ea0a3882da09de, 0x9d29ea4ba299f62541db5a260fc9799a604dbf199a5521a8693a41051de05b8c, '', 0, '?'),
(0x0fbd0482e088ab1881aa6e8cb2034e64, 'wp-includes/js/hoverintent-js.min.js', 1, 0x00000000000000000000000000000000, 0x08207f7088b62e6096753736b01cc13f, 0x5921e8123a0a19418a1dfecb9009bfe6daabd25a67cf2c3d9c7c1f9d96f215eb, '', 0, '?'),
(0x5eeff95e5c0551f3c33d2877b210ee86, 'wp-includes/js/imagesloaded.min.js', 1, 0x00000000000000000000000000000000, 0x3a56752b736635bf69cb069b8818cbfd, 0x96cde1d5344889fb3198506383bc01f029433663fd44d06148756d0e1a236356, '', 0, '?'),
(0x069397ac256251f1a3931b624d3cd678, 'wp-includes/js/imgareaselect/border-anim-h.gif', 1, 0x00000000000000000000000000000000, 0x5ac3c42cc86e745a5e36b67b4c70a134, 0x7173df63a9ccf5689acde06d2dfa25ea78a81a420299ec78df1f27eae385453a, '', 0, '?'),
(0x8bba46e822f7e87668e2a1244c628e8d, 'wp-includes/js/imgareaselect/border-anim-v.gif', 1, 0x00000000000000000000000000000000, 0x20c97a21993cf137ead9fdbecbc42aa8, 0x8be11f3efa15aac2f664e0953adbfdb98f146a31ed8d3cee2134db369367e6e4, '', 0, '?'),
(0x3c46e90febef507acc193232a387127e, 'wp-includes/js/imgareaselect/imgareaselect.css', 1, 0x00000000000000000000000000000000, 0x7d28cad92829b3d633a087b5f3b595af, 0x9e71f321ddbf4ad38797f6690a19c1451ee1ad3573e5219d0d901d9785258381, '', 0, '?'),
(0xd8382f42b18f24389088cf1e04606d9c, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js', 1, 0x00000000000000000000000000000000, 0x022d19e81c128d3fbe131ff345532bcf, 0xcecec92cb3ae4f545b39eaab706da6ab1159cca3dfc3932cf980cdf1db3d66db, '', 0, '?'),
(0xd5f6bcfacda436e9002ffd936bfac0f4, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js', 1, 0x00000000000000000000000000000000, 0x51f08d248dbe0ffd8bdff8d83432dec6, 0x2257568ffe04b9877fd18cf39b10e8202f814a344a40928648719a47d0b611e1, '', 0, '?'),
(0x53582b37cafb081e311d3fc5f5cfee2d, 'wp-includes/js/jcrop/Jcrop.gif', 1, 0x00000000000000000000000000000000, 0x5a8bfd37651305bdafbcf2cd51b0254b, 0x21889f4081a4589701374ac583c0e4febc709b33114bd23b530e2a21b8f5b04c, '', 0, '?'),
(0xfc678d229a107d5fbf37b8bda6dc4a35, 'wp-includes/js/jcrop/jquery.Jcrop.min.css', 1, 0x00000000000000000000000000000000, 0x56cc9ea201dc2f4b910e78bfacac9211, 0x0fdd32ac539f5bb13644768935627316f4d93d8bd3c74e4ca57705f5be0f91b7, '', 0, '?'),
(0x54872e6f40cea832ff77f5768e9f58b9, 'wp-includes/js/jcrop/jquery.Jcrop.min.js', 1, 0x00000000000000000000000000000000, 0x2f61ab984c177275c71e34ff1a17c102, 0xbbfa19b7cfb7dbe57964fd6978977bad702b03c1d66e10dc65da81aaa91666a5, '', 0, '?'),
(0x76a19610020cdea303e3fb1d7f5211ef, 'wp-includes/js/jquery/jquery-migrate.js', 1, 0x00000000000000000000000000000000, 0xc91800f536bebf3fd9b3f710b174d10d, 0x7497e81626e46870b57a8f89b377c49df0a626a0cfc59a39269437ba8abae576, '', 0, '?'),
(0xba61c9406f9bff27bfc96b62edfe0ef9, 'wp-includes/js/jquery/jquery-migrate.min.js', 1, 0x00000000000000000000000000000000, 0x79b4956b7ec478ec10244b5e2d33ac7d, 0xe5ecf650d879f6ecef445c5c07ba630864e47ef614cc50bf88d5603720a0462f, '', 0, '?'),
(0xc4e0ca99007df4dfe794a04b9bf62eff, 'wp-includes/js/jquery/jquery.color.min.js', 1, 0x00000000000000000000000000000000, 0x7271d32a58986771019f4fa31328cd88, 0xa9789a32b390fd3ce0cdcaff6be918f61095510405ddafabe404e7efed7bcad0, '', 0, '?'),
(0x76fad2b8293b8f44b08d7e4a22e08f71, 'wp-includes/js/jquery/jquery.form.js', 1, 0x00000000000000000000000000000000, 0xd08a6e3d69ffe1088166ae1983e2355d, 0xfe35195cb0273d1627a42a6d03252c15a87f6b431b213cb8f7853283146d3deb, '', 0, '?'),
(0x263d1a10bd2b747fed9222a22f6b270a, 'wp-includes/js/jquery/jquery.form.min.js', 1, 0x00000000000000000000000000000000, 0xdc8902056c06aec88cebcc2ab9ee44f3, 0x7a74b94f1231d614203d3258e3e3a2f7c51da0519b9ef65fad7920f87d185a0d, '', 0, '?'),
(0x9cfe501a8dc52fe904a203af6c0e25a1, 'wp-includes/js/jquery/jquery.hotkeys.js', 1, 0x00000000000000000000000000000000, 0x6a83fb684984514c5a4124556ef648a2, 0xb7ff5416a2a79384661bdf524d53cf39c2ba849d164d44529af352a1e3924ee9, '', 0, '?'),
(0xc5cd2d8670936c45c6f3d86b86112ff6, 'wp-includes/js/jquery/jquery.hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe353217d4555ab5c62b367be6889813d, 0x1a4ab7fb1d5ddd7820d5ae54ee0c15be17c463c1301b6e983920202b56e96be2, '', 0, '?'),
(0x6723e92c764d91ff8e8b97df3a0cf5e4, 'wp-includes/js/jquery/jquery.js', 1, 0x00000000000000000000000000000000, 0x3bbf6f33a2484805c30cf0e4a4b1d526, 0xf40c41a2aaeb41c248e4821769993a8c42ca37bfa38cf57416dd17e0a54f4641, '', 0, '?'),
(0x632cbd85b05b78deabf433a5060af940, 'wp-includes/js/jquery/jquery.masonry.min.js', 1, 0x00000000000000000000000000000000, 0xcd0eb3406096ff80266e7c9d7d419186, 0xf65cdb990ca7bf021be18ae3097d4d9267df20bf24fd30b107205be4dde51342, '', 0, '?'),
(0xe15cf8f5b69df824db49a648c904eea5, 'wp-includes/js/jquery/jquery.min.js', 1, 0x00000000000000000000000000000000, 0xb6f7093369a0e8b83703914ce731b13c, 0xcd7390f5293d27b8357217b68adef20e1e6cbb7dc63cb9287627dc986c84781a, '', 0, '?'),
(0x7b9f1f29d734653402703ab106665787, 'wp-includes/js/jquery/jquery.query.js', 1, 0x00000000000000000000000000000000, 0x3bcc587af2c7b01fc6fbc9c077050143, 0xf41775c8675e88e5e4882b15ff9b69b9ab6db0c8ea470d46a8789569f0581494, '', 0, '?'),
(0x281588d4672500cfc334dddb6c3e9c8d, 'wp-includes/js/jquery/jquery.schedule.js', 1, 0x00000000000000000000000000000000, 0x0426b39754aa6bc766d89ea4c41bbd06, 0xa4dc3fef1714c67645ca948daa776ac701a6a1100643e550d59daf1dec5fb5a3, '', 0, '?'),
(0x7168ff36361f3597797cf23def3f5309, 'wp-includes/js/jquery/jquery.serialize-object.js', 1, 0x00000000000000000000000000000000, 0x062a8544d0420d750f9f36aae4d3f221, 0xa9c0608e1952d4b6b532c980a26092b54d78170ececf69cf47a0667ae64332a2, '', 0, '?'),
(0xfc303c5073c9f1d79e480f97d1c13232, 'wp-includes/js/jquery/jquery.table-hotkeys.js', 1, 0x00000000000000000000000000000000, 0x373fd24635fd16735335c33793ff2c28, 0x4a3c8acd3f5982f8b094bdd75375c5aaaf55268a0a4e79b460546b080c124ce7, '', 0, '?'),
(0xf2b1a0adfc1fb242c95204d47a878759, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js', 1, 0x00000000000000000000000000000000, 0xe56f81676f199db7bf937e69a64909fa, 0x843cb28a3db81fa48d3b923ac1745f2c77ab04c48349b7ca1806c12c8a2c999c, '', 0, '?'),
(0x6d59b7c118939a0c7d10c9bdeb0b853f, 'wp-includes/js/jquery/jquery.ui.touch-punch.js', 1, 0x00000000000000000000000000000000, 0x4cc86d1003c45134d6838f13e3885db1, 0x6b0e3e1d6a5440a9978e7accc3c81eafea16d59c2e4f42d7c06ac93027f4ea74, '', 0, '?'),
(0xc6ac2b1a96bcca1f49f3645e69203c00, 'wp-includes/js/jquery/suggest.js', 1, 0x00000000000000000000000000000000, 0x3a2474569145d51ecabf7fc4fb078982, 0x72e71c2c4bcb70c59772715e62a25c91b83d725ad0155d83c90307361f812b0b, '', 0, '?'),
(0x821133a496c6876515c728c3ba39f911, 'wp-includes/js/jquery/suggest.min.js', 1, 0x00000000000000000000000000000000, 0x7311075c2b411b299c94e36e2e3bab89, 0x0e493cbf127b0034af609c8f3c216a92b15a38eb8fb2e801bb4494480f57ff95, '', 0, '?'),
(0x563fba4f8e4e8588cd658b5a465c8c1f, 'wp-includes/js/jquery/ui/accordion.js', 1, 0x00000000000000000000000000000000, 0xb9b89ad1d4f4f85a17bdeadde861d7c2, 0xf2229ccef6a4cf2166d87e785857118becdb9ce29ff234e7c896243abcd2322f, '', 0, '?'),
(0x36d9a80917ceff0e3a7b945e0544e189, 'wp-includes/js/jquery/ui/accordion.min.js', 1, 0x00000000000000000000000000000000, 0xbace1eb365db6f2d91a69efed971087f, 0x141c83d7dd156cfd3acfcda65d1fc76e9ec01ff039634604d5d90ef5ec3fb563, '', 0, '?'),
(0xdfb411e2f91f025338d6d1130841d0a2, 'wp-includes/js/jquery/ui/autocomplete.js', 1, 0x00000000000000000000000000000000, 0x103a644cfe2aefc145bd031d262a2105, 0xa8be60efa4f7e04f720dc738023b505b011d5107e23de3833b9fe1d9c6dca36a, '', 0, '?'),
(0x67fe4564c9e331a2d2447dc2c2fc918a, 'wp-includes/js/jquery/ui/autocomplete.min.js', 1, 0x00000000000000000000000000000000, 0x4b16e073282e3d8bbe1093b7cdaaea84, 0xe561c262aeee8d75f03792aea41d0b4b2732ae9356c01cc29ae590143d79c9ea, '', 0, '?'),
(0xc05654ae99326503e377ce67df8b7538, 'wp-includes/js/jquery/ui/button.js', 1, 0x00000000000000000000000000000000, 0xa61409f4e92ea9d81ec8b4fc66687e4f, 0xc39bba2eda6b2835538e31f6d421969eafad3eae5e492074f5c8adc6c6e0b62e, '', 0, '?'),
(0x1ddce55d2f7efff8d571a1a558c58e45, 'wp-includes/js/jquery/ui/button.min.js', 1, 0x00000000000000000000000000000000, 0x856b7bcc71137aff756fd73e0c9f92a9, 0x38f576984a2e7fb54f4106dc1d7ab40cb14129eb484a65a666b642bf2cf1da7a, '', 0, '?'),
(0xc08ecea4653b79cd5bf01cbe1939eb39, 'wp-includes/js/jquery/ui/checkboxradio.js', 1, 0x00000000000000000000000000000000, 0xfe2256536412460abfa46ba086833a10, 0x244c718911eded27d7ee1069c73e5775595c12a7a6f87bc9056b9da0b00dc77b, '', 0, '?'),
(0x4643572e18f63307a3b1a61ab19d55cd, 'wp-includes/js/jquery/ui/checkboxradio.min.js', 1, 0x00000000000000000000000000000000, 0xcb829cf45f10cfe602fc3ebab24b6c6b, 0xc49aeba538d2060a6da6b7721b1b2b2213ff3f837e694c4f56527ebb07814315, '', 0, '?'),
(0xff930e4846297f195ce7c12c9162f4fd, 'wp-includes/js/jquery/ui/controlgroup.js', 1, 0x00000000000000000000000000000000, 0x2fd96d0e55bfd44b1a4e5017862a7b8d, 0x1e28951a84565d4d675a951a52b9cb8646d2cc847ba298281c8793c059325d07, '', 0, '?'),
(0x563215c74cd602fc00dbbaf3031314bd, 'wp-includes/js/jquery/ui/controlgroup.min.js', 1, 0x00000000000000000000000000000000, 0x802323a23df2f5463dd4fb8f5c088076, 0xb1f63e37333368457db111f6dd7acb5b29d965a35a30a8dfa8219c242fd3bef8, '', 0, '?'),
(0x8469324f92d78db5da2ba873cc582eb5, 'wp-includes/js/jquery/ui/core.js', 1, 0x00000000000000000000000000000000, 0x03185043abecf50db27be7746ba02278, 0x20ea53b0f68ce8b4e7337e8d6ecb4623994548669b5f1589a13771594049d4c9, '', 0, '?'),
(0xe825799d3e7d48c3166f14dae6fa2836, 'wp-includes/js/jquery/ui/core.min.js', 1, 0x00000000000000000000000000000000, 0x49fa677b9cd7ddf221dc06537b35e10f, 0xca65fda825d068ab5c66d4e711d7e8bb9974757616f49fd1d611e804050b9c52, '', 0, '?'),
(0x5b17c747bba4fc65f66127ed69e8adda, 'wp-includes/js/jquery/ui/datepicker.js', 1, 0x00000000000000000000000000000000, 0xf2345031072cd99d8803607892acb5b5, 0xfc5d7727a68064fd3c73e914cc36bb3e3453daad9f95bb1c73f8f82fb53dfbbb, '', 0, '?'),
(0x406b2fa0c1a107058ce649893f542c12, 'wp-includes/js/jquery/ui/datepicker.min.js', 1, 0x00000000000000000000000000000000, 0x94347d976158326e48afc6475778de7b, 0x2f345841134a10191af2ffbaa7aeb2f2106f3e568380ea9486eba74998af8bcc, '', 0, '?'),
(0x8e9f214ea8b444e777ae60a6f0be5bca, 'wp-includes/js/jquery/ui/dialog.js', 1, 0x00000000000000000000000000000000, 0xc1e5b1accf5594a2751590cede7acc9c, 0x4837ccf7706ebb1af7f638a595dfc1e18d1d0e5f5f453cd108b4140db618168e, '', 0, '?'),
(0x1846abd2657fc0fbd67ded28b71be5bf, 'wp-includes/js/jquery/ui/dialog.min.js', 1, 0x00000000000000000000000000000000, 0x1e5d32d77a964c214597af2c1281431a, 0x87fcd17c1b0d18a443653efc1c2f6bcbaaf52245f4bc301bdedd8056d74cddc0, '', 0, '?'),
(0x198fe82cc2823d39e4d7d868cc364bdb, 'wp-includes/js/jquery/ui/draggable.js', 1, 0x00000000000000000000000000000000, 0x13a2fc3a32af84670639d0744cb34489, 0x9a1cca43751da36f2e74fe073fef7864cc7893434b8705361686ce97705fa80c, '', 0, '?'),
(0x7001f4f43775cc4ccd5f7f7b32c39b96, 'wp-includes/js/jquery/ui/draggable.min.js', 1, 0x00000000000000000000000000000000, 0xdc4a96afb25c4fe7d2d0892ff3487025, 0xd44ebac80f4200a621380d881b8f19a06f3f20e429451dea431d3e07f382b0ee, '', 0, '?'),
(0xea51c941100ee809f03d1e489faf372d, 'wp-includes/js/jquery/ui/droppable.js', 1, 0x00000000000000000000000000000000, 0x2fbff289eeb05f0a61fdeb47ee0197dd, 0x6d19e90555276d559e376dfd114eb280dc454644673b02e84e8571dd1fde7ed7, '', 0, '?'),
(0xef7a0ffac09cd8f6d7f27c947afb7876, 'wp-includes/js/jquery/ui/droppable.min.js', 1, 0x00000000000000000000000000000000, 0x3ebf9ba34bd12da345d88cc8fe4ea408, 0xf25c8127e4b0b9228a086a71239c37f4e6455205f5c646e3302ad92ddd3b7c13, '', 0, '?'),
(0x73f8ef880205fc2a5456a93106af6f45, 'wp-includes/js/jquery/ui/effect-blind.js', 1, 0x00000000000000000000000000000000, 0xab1dbcf4e37b35b6e60bc51e25816b6f, 0xad9c30ca9f006017727a1f29027beca5b533bc5bf41baa5b715b931305b0d9b5, '', 0, '?'),
(0x0b266306b5590144d823e8507b2ba29d, 'wp-includes/js/jquery/ui/effect-blind.min.js', 1, 0x00000000000000000000000000000000, 0x9ec8b798f187fb04dd20b2c36da00b37, 0x51de588e5f6d9f5c3e8be11368e521c6b5a45e4de98502fce6a3211056165e26, '', 0, '?'),
(0xc04db92f3ce650f4df8de7662e16a4f0, 'wp-includes/js/jquery/ui/effect-bounce.js', 1, 0x00000000000000000000000000000000, 0xc23b42a220e5d607475951fb6ef2dfb4, 0xbaf5a76d2f12c3677cdab65caee0c19db86528ab3e3699a30aa62d4721db0400, '', 0, '?'),
(0xffa861355b34fc053515bc4d659d7043, 'wp-includes/js/jquery/ui/effect-bounce.min.js', 1, 0x00000000000000000000000000000000, 0xacb16bbf2607c940ab17ee05daa7725a, 0xe8254dc7865080c5cba7bbed9933642871a2e1f51e0172f02969dc15788e3eba, '', 0, '?'),
(0xb11ad6e8861d9888b9818142692f36f8, 'wp-includes/js/jquery/ui/effect-clip.js', 1, 0x00000000000000000000000000000000, 0x5d1c30325b579030563117c87f031551, 0x17cf7cbf4a523fec5dcfadccba5c548a11768b9b9dee20f2d53574b09aba9f24, '', 0, '?'),
(0x9ce55589b1f324ec5c2add315e9c53fd, 'wp-includes/js/jquery/ui/effect-clip.min.js', 1, 0x00000000000000000000000000000000, 0x7f9e4719b8f03dab88a094fe3a9c0973, 0xbcd774779c3a11bbd06f2c0cf675334d786dbc828878df4820e516a8674396d3, '', 0, '?'),
(0x1affb9c22fa1cd839eed5425ab671b34, 'wp-includes/js/jquery/ui/effect-drop.js', 1, 0x00000000000000000000000000000000, 0xabc1b9e996b48a75298642ac81d131f7, 0xe4da76b6d0688d9c64f585da4cdd56ab79f4858a96c85e6e22e8d991005d70fb, '', 0, '?'),
(0xec440d0f687dbc0419e811afb682210a, 'wp-includes/js/jquery/ui/effect-drop.min.js', 1, 0x00000000000000000000000000000000, 0x955b2f82185a6f5bf0c7b403d1d52f2e, 0xcaa7989fec5e35a295535d40229c982039b57e47a0cf5b0e547638d512379c06, '', 0, '?'),
(0x9bf0d457b41c03d57bda5c2c83597581, 'wp-includes/js/jquery/ui/effect-explode.js', 1, 0x00000000000000000000000000000000, 0x918530b61da416ed692131af8e0b09f2, 0x73e993eb653d27a9b202bfda9cdd4ea349b3077bb655aa21b94dde1c458e731e, '', 0, '?'),
(0xcf8a153df7c658aeacf762427a27208c, 'wp-includes/js/jquery/ui/effect-explode.min.js', 1, 0x00000000000000000000000000000000, 0x07f19a11c69199b50faa6c148c99d4b5, 0x22178a0c51b0005f6ad588273528ca8f050cb232262d28a9f66a0f1f3b887c5d, '', 0, '?'),
(0xffdac2a936fef50e3cd7d500395a6952, 'wp-includes/js/jquery/ui/effect-fade.js', 1, 0x00000000000000000000000000000000, 0xfa0f7273a34aafcf374f2cec0ce6ff11, 0x07184f2357a5568f7daec82b143c9aa8d40b9af6edcfac3e2181e9e8ebf8dc01, '', 0, '?'),
(0x9db490c741f3472c87c33c8c07b8b816, 'wp-includes/js/jquery/ui/effect-fade.min.js', 1, 0x00000000000000000000000000000000, 0xffc8d22a420c7af0b2baec80164c9ebc, 0x1ba36a90660644fd47f0e43d63ee4673e38fbdaa06a3817e15feec89b9085819, '', 0, '?'),
(0x7f3600984ff2aaae166b767a1566544e, 'wp-includes/js/jquery/ui/effect-fold.js', 1, 0x00000000000000000000000000000000, 0xcbc47d3a68f942fdd5af7d7a13fb78e9, 0xbbaec190fff180a8af6ef40dc653cf162f3c8484b862a1c3c8d5a55d4e0361f8, '', 0, '?'),
(0x04b7500027d8306ca79faf76c8234a3c, 'wp-includes/js/jquery/ui/effect-fold.min.js', 1, 0x00000000000000000000000000000000, 0xa8951526afb64cedead152e716c9cf3c, 0x84e943ce105d2a27f6578e22bfd0beb995c8d856e9148e4a710c089ff4b1b0ce, '', 0, '?'),
(0xc4b687c696966f9d8ae7c3a8667b550b, 'wp-includes/js/jquery/ui/effect-highlight.js', 1, 0x00000000000000000000000000000000, 0x6e2b29c208a7ef1d1eabcd49814c0db6, 0x71708f814725815312998d9156cbc1f6c6397cf8e8eb18fa010fb24053a2586e, '', 0, '?'),
(0x0c7be74d8c930c69bb69326e95c336dc, 'wp-includes/js/jquery/ui/effect-highlight.min.js', 1, 0x00000000000000000000000000000000, 0x4eba87d378061ff9e0e53a96e96354bf, 0x44d8f549d034680a6713bb535aad19fe85d96f7c9f28deb1730d38b37afee3b4, '', 0, '?'),
(0x764db86d082a265ab660272f62d1052b, 'wp-includes/js/jquery/ui/effect-puff.js', 1, 0x00000000000000000000000000000000, 0x8daa4348cc13d877079c64dfdcccd69e, 0x0c73e4204c124dc396ae2c73164bba8f931a7e5123c62e3057ce184ed7b35f7e, '', 0, '?'),
(0xa6fcadf3386039f9d73f42629306d091, 'wp-includes/js/jquery/ui/effect-puff.min.js', 1, 0x00000000000000000000000000000000, 0x8f5ec0aa11359ab18febeffc9c74eeb5, 0x607df58860be4a1929ca243b88e92bd0364bb34331521e9e265d43cef6698ecb, '', 0, '?'),
(0x3dd33bb67be0b3c6f7b065d536ba35bb, 'wp-includes/js/jquery/ui/effect-pulsate.js', 1, 0x00000000000000000000000000000000, 0xaa2a0dd249e4cd953b748e971457bff5, 0xe6c5c4d7c37f424438cd3d7ee4be629c05959e774a3dfe9b20c790a71945fefd, '', 0, '?'),
(0x98188bb5ef8638281ab96ae85a5d077d, 'wp-includes/js/jquery/ui/effect-pulsate.min.js', 1, 0x00000000000000000000000000000000, 0x34009e711832aa0b6cbda919b7e66419, 0xc8a90b7ebe04f4304de2c9f8b3302296f5d537095d0f7f31fc7350c6f74af254, '', 0, '?'),
(0x3090939fc56bbf0f201e3fde9ed4dbee, 'wp-includes/js/jquery/ui/effect-scale.js', 1, 0x00000000000000000000000000000000, 0x2ccaa13092d3065c4b34072798c274e4, 0xd2b0bc2d79df8e662bac29911e52baebf571185b111374a8514aa8ff0f5a203f, '', 0, '?'),
(0x15343b56cff4278c2fb6f2e61ca866ba, 'wp-includes/js/jquery/ui/effect-scale.min.js', 1, 0x00000000000000000000000000000000, 0x95974b614afc0f6482b38c4a271c5e0b, 0x5fb2bd71b8782305f31e5fb000d7e23cdf4aae631bdcdf7ee4bad2b1088dc7ab, '', 0, '?'),
(0xf52997236af1649aa753b8b6ee65ca8b, 'wp-includes/js/jquery/ui/effect-shake.js', 1, 0x00000000000000000000000000000000, 0xfa3b35c9fb5f8a80ffb4d7e9c6bd22dc, 0xa92444b2f1d04941584618e90b8feea3a5f6e97748d3594f1eba4a33aa4b9de6, '', 0, '?'),
(0x100693a2fe4e56d4b1b30be6887ac35a, 'wp-includes/js/jquery/ui/effect-shake.min.js', 1, 0x00000000000000000000000000000000, 0x3119f4cc8e9f58e921b5dd2df355b993, 0xb52ec517ab2c8d653d7e5b8a59ed70f478ea22b8816fe33f76fdbd031223c6cf, '', 0, '?'),
(0xb77f32b1445b22b9f1ff842a2228d7d7, 'wp-includes/js/jquery/ui/effect-size.js', 1, 0x00000000000000000000000000000000, 0x613b6c8940a0edb59a7225b9dda20b5a, 0xdde6fbdb63513e9b5759021c651a772299b09360bb4d83131b72d198190b5e0b, '', 0, '?'),
(0x0217a8917eb87760b2353b4611e3aeae, 'wp-includes/js/jquery/ui/effect-size.min.js', 1, 0x00000000000000000000000000000000, 0xff74281316a2f00b85e69013ddc9c044, 0xa85bb4391d45df331c0c25a7ef34e946f839e6f3881b3ab375c398ff7e6a39fe, '', 0, '?'),
(0x3df80e61dc159fbb1210f7b5d0302616, 'wp-includes/js/jquery/ui/effect-slide.js', 1, 0x00000000000000000000000000000000, 0xe5b20c93619b648c827b1532d7b010d8, 0x54a16616c3d162c0f89717c183ba3ee58e733b583c6030cc02f93c39bafd3af5, '', 0, '?'),
(0x59d4e4d6ed5da690aec59e49869516a8, 'wp-includes/js/jquery/ui/effect-slide.min.js', 1, 0x00000000000000000000000000000000, 0xb13b495e8d1a2b3a4301b9df1829485b, 0x59eda5811587f4b516208625aced2187a7c1642146ade27260fadd80bbc43413, '', 0, '?'),
(0x27bb677ccdb922ac94826a02ddb932c7, 'wp-includes/js/jquery/ui/effect-transfer.js', 1, 0x00000000000000000000000000000000, 0x4f1714d4a94ef3188d69e3f71cfed531, 0xc5810070872ce15c18dc214f4e29ca510cbebf88586c2085851e6bb073f36ceb, '', 0, '?'),
(0x8cad6cab2e48077c538417b3d67bb086, 'wp-includes/js/jquery/ui/effect-transfer.min.js', 1, 0x00000000000000000000000000000000, 0x992681cd489cbdb6aa99942a9dbc6cc3, 0x1725cff18d287b6349fe7d0f7fb3c62c02b3d1a614f429bc891e31116057c986, '', 0, '?'),
(0x7ace8bdb97da60eee78083e7f431000e, 'wp-includes/js/jquery/ui/effect.js', 1, 0x00000000000000000000000000000000, 0x05be6adb42732a43a883e5b5f5781ff7, 0x7c13ae4268bbee7a9da32bd67b156ed6812e6eaf73c3455c49a0d600bdb1f1b1, '', 0, '?'),
(0xcfdd99aa50289983c94f270e4591f965, 'wp-includes/js/jquery/ui/effect.min.js', 1, 0x00000000000000000000000000000000, 0x9b38c362950b4e1998f8c70a6b06213f, 0x6151a1eacd511fde96dd58d9679f509cfbe6fa1efa9f3bcbd1c53a40851233e6, '', 0, '?'),
(0x65756fcef0ec28a6810eea81380b3f35, 'wp-includes/js/jquery/ui/menu.js', 1, 0x00000000000000000000000000000000, 0xa9fb5616376707a2c1aea771b7caa410, 0x4f26dccee082cc78a27f1731c22c6d8dfb51c763cff41e5945c823524798b3e4, '', 0, '?'),
(0x37c063eec2a229dce61e1753f36562b5, 'wp-includes/js/jquery/ui/menu.min.js', 1, 0x00000000000000000000000000000000, 0x65941cbc22665fe5913213a865679e12, 0xfa7b08ca1042fda278b6d20d3b661509b032849034882ff8fc9c14e29d344582, '', 0, '?'),
(0x746db60aa391471d4f0927fa031adeb5, 'wp-includes/js/jquery/ui/mouse.js', 1, 0x00000000000000000000000000000000, 0xd9c1b4ebe4c4b269ea16f0c00db3dbe0, 0xb350d3cb3c1d0a9fa72b8a71fe20c299cfcc4e4ac92bebe473dac2ee62b7f1ed, '', 0, '?'),
(0xa1b2a8e680cb3a7806d9fd3de17d8804, 'wp-includes/js/jquery/ui/mouse.min.js', 1, 0x00000000000000000000000000000000, 0xf5fec54ae43bea19a01d7479cdd6d0ee, 0xcb47a0bca287bafc5b26e2b77ecda4f24533871609de7acd9fb6ab0bd3b111f6, '', 0, '?'),
(0xb4763ef0388af327b6f45436b6cdd558, 'wp-includes/js/jquery/ui/progressbar.js', 1, 0x00000000000000000000000000000000, 0x4e1da4893d69f44492e95f7a799d0d33, 0xa9875f126e06ed07fb1d0885a3ae29531f931282e8c536fa332b6e8633b7b4f0, '', 0, '?'),
(0x3d66e975f1a5413e3c54116896c9cf40, 'wp-includes/js/jquery/ui/progressbar.min.js', 1, 0x00000000000000000000000000000000, 0x1a9b736b90bcfdfdae5aa66a0959100e, 0xbb1d1d868d37bb94cc76d2c70d36a2aa319ccd4e3940768e37fd249a6119b7e4, '', 0, '?'),
(0xfa6e3ad17a57115fc3429b53f952ac8a, 'wp-includes/js/jquery/ui/resizable.js', 1, 0x00000000000000000000000000000000, 0x766bbc6d4f2c95e6ada56e33ad82e0a6, 0x75df162dde785092756e34388423912ed9352a58d07dd2e27a83f74aeee367a1, '', 0, '?'),
(0x12ffb42db986693e62738c0c7f9b31e9, 'wp-includes/js/jquery/ui/resizable.min.js', 1, 0x00000000000000000000000000000000, 0x6330954e5edb6cba0286f1efc24cbcef, 0xe27ecf11e669927b519c9e8ad4afb4b5d695d3ebe5b5596446d8770d2cd4cfb9, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7e1db1f65cc9c75f628424c92da5ea21, 'wp-includes/js/jquery/ui/selectable.js', 1, 0x00000000000000000000000000000000, 0x2139db7166e7d24837ed7b422c9b7ad5, 0x57c9f91c1c62f5c876f428199416a64634f1ca53d75d98938240c494bddcbeeb, '', 0, '?'),
(0xd876f5fde3c60deafbb4120b26588d89, 'wp-includes/js/jquery/ui/selectable.min.js', 1, 0x00000000000000000000000000000000, 0xc65a497f72029194145d2df034e4f20f, 0xc65d9e04a9ee2bfc52fde373a9f51de37ae46c439461c8cef5ea283897d9f61f, '', 0, '?'),
(0xfbeed5d4ea2b6604365115e1fafc7939, 'wp-includes/js/jquery/ui/selectmenu.js', 1, 0x00000000000000000000000000000000, 0x6f8d1878852065716483e58908d12449, 0x1b061b0d158888b0c4962991556f47ddf0ae9269de8dc9e1cdf5e26f500fba28, '', 0, '?'),
(0x5330f4d6bee2d74b2f313775fc8eec94, 'wp-includes/js/jquery/ui/selectmenu.min.js', 1, 0x00000000000000000000000000000000, 0x7099e9576a192a6dafa61d45017305b3, 0xe7fab16c1c2431645480a31f7ad6ac8b480daebaa52abe7851f6b92c1d653465, '', 0, '?'),
(0x58d06b2844f1d671c89bf7fd4703f6a8, 'wp-includes/js/jquery/ui/slider.js', 1, 0x00000000000000000000000000000000, 0xf5e2ab7dd0c055ebefebc6a4fd87afa2, 0xdb15b3662c70ffb86096b57152adccc032a21a035e769636b6db60aa8273d224, '', 0, '?'),
(0x0f5cdc07e0e3941db7f041562ae7b1bf, 'wp-includes/js/jquery/ui/slider.min.js', 1, 0x00000000000000000000000000000000, 0x9225868c19d28fd4da39900e34679dad, 0x052f00c3c8b7e7739364b0055ae1c6ae873687aa83905b03a4062d1a4d203f75, '', 0, '?'),
(0xa524165f04eee017c358d77f8a6c61d2, 'wp-includes/js/jquery/ui/sortable.js', 1, 0x00000000000000000000000000000000, 0x9f6b58c7f1f145079b454cdafb268d1c, 0x46007c082797d34c6b3871708220cb28be9fcddec62004761fd47d2f354e215b, '', 0, '?'),
(0x6d8808ba2d1a6d31bda5c8fba377c7ef, 'wp-includes/js/jquery/ui/sortable.min.js', 1, 0x00000000000000000000000000000000, 0x151e4dece13ac73729937293d388f96b, 0x29a18f6a6a63c344fddfb090257f5e4292d3fbf4becb20b026dfd9b6a6c983ca, '', 0, '?'),
(0xcbd6e6bb0f4efabd1c00d9dddcb9ce74, 'wp-includes/js/jquery/ui/spinner.js', 1, 0x00000000000000000000000000000000, 0x16e7fc3896c9545869dbf84dc1105984, 0x923ea0714ad8b7f9828530840820b927858bcc52276ea837177306f26201337c, '', 0, '?'),
(0x6d459aaff1f6beba5ce71529ded86fd4, 'wp-includes/js/jquery/ui/spinner.min.js', 1, 0x00000000000000000000000000000000, 0x308cc0c9e7b4f8e4ec1d933c387ad32b, 0xf135ffd6fa62578ab59a1c4fb3d1688f1b81019f5fe3b25fa3a9d8204902b087, '', 0, '?'),
(0x66cf1433d7fdb8590f11c614faa9f154, 'wp-includes/js/jquery/ui/tabs.js', 1, 0x00000000000000000000000000000000, 0x182baf37339f6cbda563c950beb0c552, 0xb0bb7bc9661054d86b9cf933105562a1c109417854ad38123ffad18761ddaf8c, '', 0, '?'),
(0xaff08b812835ec6148ad791c6f2c58fe, 'wp-includes/js/jquery/ui/tabs.min.js', 1, 0x00000000000000000000000000000000, 0xc10761607ca4fa5e283d6016c6db6876, 0x4ccb2e585f0917b2444ac0a3746bfc9748a9eb217cbf0fe414dd944af012da78, '', 0, '?'),
(0xdfd4597618947acfd6972a9639e3ef61, 'wp-includes/js/jquery/ui/tooltip.js', 1, 0x00000000000000000000000000000000, 0xec26c23c51f5317d809ce60b99a09e96, 0xcc4d40b16a054dd76decee9b5cb5c0f6ec9360544080072ea9f3ec526c2eb4f5, '', 0, '?'),
(0x2d8a5fbad72bcdd405590b6ea813d953, 'wp-includes/js/jquery/ui/tooltip.min.js', 1, 0x00000000000000000000000000000000, 0x61cc0d7f0b90e60c63355682a8fcaa68, 0x2b2a0435e97e6fd1bc883ec17f5c5a8782ac141de21e95876393c4e013086ca0, '', 0, '?'),
(0x2ae7101a3037d1a5314f81d3d3d98e38, 'wp-includes/js/json2.js', 1, 0x00000000000000000000000000000000, 0x73a1d77b4e827c45061f4fab041030a9, 0x71339f1c2e141b2e8a0b6a112047101d5c1752d36eddbc492f05541cb6892ded, '', 0, '?'),
(0xfdb4f6d7f8f529dd28a4d03c1f07d9dd, 'wp-includes/js/json2.min.js', 1, 0x00000000000000000000000000000000, 0xe3d107caefc678c77d278fb82dafb738, 0x3f0109e0d073be1273a59828177f71a6aca063217e6115c3d0b6ec489c055c79, '', 0, '?'),
(0xaaaaf5d914860c987c860120b20fbd19, 'wp-includes/js/masonry.min.js', 1, 0x00000000000000000000000000000000, 0x3b3fc826e58fc554108e4a651c9c7848, 0x2481ac21c97c3d2366158563ea6a63f9c1c73aa5aa54b9513062e6b82cca8991, '', 0, '?'),
(0x72e9f6107287284aaf67f728a879ad74, 'wp-includes/js/mce-view.js', 1, 0x00000000000000000000000000000000, 0x3273b048aba1d9913b5bbfa918960973, 0xabc8023860390bdab06ee9102d2eca0948c70b4470a2ab6b2bd0ceb397f96249, '', 0, '?'),
(0xee1417890b9566d92575df50fbcaf184, 'wp-includes/js/mce-view.min.js', 1, 0x00000000000000000000000000000000, 0x85ee901b9ce83cfa12ea405e8950c627, 0x23fb890984cd5c0e501f01ce576471df8b83bc2ef2ce0f34c393e3abe6783c92, '', 0, '?'),
(0x8dac7bdf306c28c6b275392c7753d875, 'wp-includes/js/media-audiovideo.js', 1, 0x00000000000000000000000000000000, 0xc31fd0b6ddd2e9fb0c741aa693d4dfe8, 0x0b733c7e643b6c4ca06e17c6035f752b31b4bc6a444f82fe15e3ea5cf200f99c, '', 0, '?'),
(0xb547565c7ab28523b0ff83213ba2c40f, 'wp-includes/js/media-audiovideo.min.js', 1, 0x00000000000000000000000000000000, 0x1ea46686fb7ddfd18e46c7912b82afab, 0xa7b4ce55abee23fa5143f046b0928bfb463a2cf87d84d9f77f7592eae34b5005, '', 0, '?'),
(0xf575f481034e90e21d832e415fd95fcf, 'wp-includes/js/media-editor.js', 1, 0x00000000000000000000000000000000, 0x93a84034566188cba3829bf2c5f086e1, 0xb89bac7f39995297d61c87ae0d87a0c6b26f5bc74e864b1896cfc5a12a688bef, '', 0, '?'),
(0x092cb9a92fd595188b21e79b6779fe64, 'wp-includes/js/media-editor.min.js', 1, 0x00000000000000000000000000000000, 0x5371ddd8613adc5f3a1f3ace9746852e, 0x00589a6ec62ccf54a350a720e3514b6826faa299784648f40816b7c3750f3b37, '', 0, '?'),
(0x52af5c5343af7c6a7504d339b505bf41, 'wp-includes/js/media-grid.js', 1, 0x00000000000000000000000000000000, 0x424e35a66403f99262b7695e26de966e, 0xb3ff24e1bd2397262076efc9fc505384757b5ab82958c39c82b0c9fa8cd6b194, '', 0, '?'),
(0xf459b4aa528959692fb5b76c404858d3, 'wp-includes/js/media-grid.min.js', 1, 0x00000000000000000000000000000000, 0x33c261228d9fc3858e1a7d6e924babab, 0x085a6db2922bca77ecc1f38c94c8be83e697e864b6b3168b1f928a1bce32b144, '', 0, '?'),
(0x10298f9f0c5fe6f6924aaf87d71d99d4, 'wp-includes/js/media-models.js', 1, 0x00000000000000000000000000000000, 0x059777c98ac30faf5572a984dc635b32, 0x13ab51dae796810802f16efe733b0f973b139bf35aea3ce298b1344b3b7e057b, '', 0, '?'),
(0x82468920e5474aced642ec7f887337b5, 'wp-includes/js/media-models.min.js', 1, 0x00000000000000000000000000000000, 0xd3b6736a9e7ee74d50eded9b1b94f52b, 0xbfb8d53794e47d0e5ae380da39bc92da9c3c1172f9888d6b1956067e80f3f8b0, '', 0, '?'),
(0x81c889563f09dd13de1701135dc62941, 'wp-includes/js/media-views.js', 1, 0x00000000000000000000000000000000, 0x74191409e6efc4565c458850e5915bc3, 0xf1d62c8a80b04320db41ef45526f0e3d343d045e96db16e57fa3f119f685967c, '', 0, '?'),
(0x96c1bc0b9945983fc61d8cd0aee1bea0, 'wp-includes/js/media-views.min.js', 1, 0x00000000000000000000000000000000, 0x8d4ae8999db6b7151ded0af3477b3598, 0x9037c313cf9daca2ab50396e152925d92dfc69aa51d4ad76818a846b4ac1bbc4, '', 0, '?'),
(0x2e78be8ccfaedffa3785d716fcfa5fce, 'wp-includes/js/mediaelement/mediaelement-and-player.js', 1, 0x00000000000000000000000000000000, 0x0ba79ba4228a86dd0a14a72ddba4a059, 0x7f24397ef93d3aa1a694e15a16d646866d7df941c4356b73fa0956238020e12a, '', 0, '?'),
(0x1ba779b4ddda0821a100705ae8885b41, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js', 1, 0x00000000000000000000000000000000, 0x6de31d697a1b1b2b0e2a3b29b1fb458b, 0x9a2d3528e2ecbc3aa3016f515b0514ccaabbaccf5ce31b0a116d7eb643501d02, '', 0, '?'),
(0x8b7c426cf48a4948d2bcdd124f53c6b1, 'wp-includes/js/mediaelement/mediaelement-migrate.js', 1, 0x00000000000000000000000000000000, 0x3cb6030743925f687ad3043384ed3c37, 0x2c6223300ea02161ad4f56632cfa8fd8950353d48f4998d0bb25aedb702993fd, '', 0, '?'),
(0x5d4c30baf205ec6545932275c020ad8b, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js', 1, 0x00000000000000000000000000000000, 0xf34f415aa56ed900eecf3f212adb57e2, 0x71a17b32ce046658149eb9f5ca1de1f64a6758438a95fbe463e65903d833d2f2, '', 0, '?'),
(0xf4a57a5abb66c5cce869705e8932d78e, 'wp-includes/js/mediaelement/mediaelement.js', 1, 0x00000000000000000000000000000000, 0x91f08b610092a39dc11a5e328f2d215d, 0x20ae2b094d2a6107294e236b71c2446d5dca11a77be5f8073d155f17620ce73f, '', 0, '?'),
(0xa24f4f7754e04d0dd2c19d5914982164, 'wp-includes/js/mediaelement/mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2d369dd8ffa89cd6c4d66dbdf6ccd67f, 0xd6cd029c25bb5dd163d8b7cd5a029cffca37eb0a12c0d48bb0108f8a32c082ec, '', 0, '?'),
(0x5e55f09c2e69bed67970471fc203b699, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css', 1, 0x00000000000000000000000000000000, 0x9d0ee441d256fd74d046c6a3b6188996, 0xa032c8717b59c22a6c58f8065b719d6b649396e17dce4a70ea99e4e00fd305b6, '', 0, '?'),
(0x6e0251b8caca9227946bc3de222511e3, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css', 1, 0x00000000000000000000000000000000, 0x2b0dd7eecea03b4bdedb94ba622fdb03, 0xdfa087502078b27cedce9802513dad09ebed840ba45463b2764c150a2a0fc8b0, '', 0, '?'),
(0x570373992438d57e9c824ec8812d9c40, 'wp-includes/js/mediaelement/mediaelementplayer.css', 1, 0x00000000000000000000000000000000, 0x8831e7c4aa4ca8eff635fa01d1210aa1, 0x6fadf25e173a765c82a2f56da60e90816fd7d906bec66354575be9df7fe49f6b, '', 0, '?'),
(0x09073fb1cfe486e6db0819997199754d, 'wp-includes/js/mediaelement/mediaelementplayer.min.css', 1, 0x00000000000000000000000000000000, 0x9109ffc835f229e4cef66bb179a67e0b, 0x085f4474fb33d7928f3370879d1d61923b1f392cd40ab46967b9a086433f33c9, '', 0, '?'),
(0x64e888400c21edc664a74a8f1580c5fb, 'wp-includes/js/mediaelement/mejs-controls.png', 1, 0x00000000000000000000000000000000, 0x872edbb75a23651c30bf3ca06c9690bf, 0x9b157f58e32ae1ee1abb8e155801db28de5a1521ebb7c8bda8f1441401326142, '', 0, '?'),
(0xdf627a932f9b838f5414ba1137614879, 'wp-includes/js/mediaelement/mejs-controls.svg', 1, 0x00000000000000000000000000000000, 0xf0849a5e79712b10e1531925e3edb879, 0x8bbdae17d2d3cf68f3851fa9af41331e4c9a3abeee271f31f7ea81a0c20f5ce8, '', 0, '?'),
(0xccc5ceead5223b2bc20d7875b4e4ca77, 'wp-includes/js/mediaelement/renderers/vimeo.js', 1, 0x00000000000000000000000000000000, 0xc03f1bc87e730cd0e2e069360f47b82f, 0xadcb7b83f693db779805d82d0dfe8c0c8aaa067a46e1765f80fb5c7766cbe2e5, '', 0, '?'),
(0x54dc8c8a37601600f4fdae02d6ef2881, 'wp-includes/js/mediaelement/renderers/vimeo.min.js', 1, 0x00000000000000000000000000000000, 0x170687433986a4a559fa4f16b1d7c70e, 0x8b84c72bf7c2ae2d465670fddda8496874d84cdf6950254bd7ddfc698dff0b36, '', 0, '?'),
(0xad9d9a9553c768deebe153d025547af8, 'wp-includes/js/mediaelement/wp-mediaelement.css', 1, 0x00000000000000000000000000000000, 0xd4252f4e714f52e5670c05fbc02b5ced, 0x467d1a0a0fe5f5ea76866ef2b21c60a5e75a8121b65487ae57198cb099cf7306, '', 0, '?'),
(0xfb4481cf10e1ea5de69f7cdfbcaa2499, 'wp-includes/js/mediaelement/wp-mediaelement.js', 1, 0x00000000000000000000000000000000, 0x7ff2281b44db7103a37cabdeca0880ee, 0x50d1452b23c1ae4db10517733b0b61674cabbdf965f8f553f0954d4e85c5723d, '', 0, '?'),
(0xb31ce84d0c139fe97e0acf547c020eb7, 'wp-includes/js/mediaelement/wp-mediaelement.min.css', 1, 0x00000000000000000000000000000000, 0xea958276b7de454bd3c2873f0dc47e5f, 0x213fff5bf6dc5ffcc5e772f480e13d260ec80af62d257f211479b8071ba30dda, '', 0, '?'),
(0xfeeac6f6d51b4eba0cb739a5017bae3b, 'wp-includes/js/mediaelement/wp-mediaelement.min.js', 1, 0x00000000000000000000000000000000, 0x2c6d3b562a48e0df5474999dd47e58fb, 0x9ca96184d48b5259e5939ddbf1d6619eadf61cb33cfe6e5b477b3d7933ca3f20, '', 0, '?'),
(0x361718db18dadf17a81c582f80bf484c, 'wp-includes/js/mediaelement/wp-playlist.js', 1, 0x00000000000000000000000000000000, 0xab1f84089f871d9658886c22a46ff080, 0xa0142f3dc3a04241166f0526d11dc3d949f9319dac185d0e6b7ec74e92a11cc7, '', 0, '?'),
(0xcba4d490927b25106bf2a58e23b666db, 'wp-includes/js/mediaelement/wp-playlist.min.js', 1, 0x00000000000000000000000000000000, 0xace20386f3337c475ee213634b5422db, 0x27e86522ca8c805f286e8c7fc966faed7777e089a81a199f4e14aa32ef2b201c, '', 0, '?'),
(0x4a10fe890c455ba57f3755d2d31aef7e, 'wp-includes/js/plupload/handlers.js', 1, 0x00000000000000000000000000000000, 0x4fb1cd09a97e8c35fec738f6cdab3b99, 0x9a09e70a18fb5a0d5adc42bd5b39e7c4fd7ae8ed9d531929d2e115344d259be9, '', 0, '?'),
(0x8fdc3b28587060d299d6ec9170ddb708, 'wp-includes/js/plupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x54035f27213b99f65159d0a6496b2651, 0xed4988eb885a68d8793873088cf74376aad5d1f0fd9b8f7203125456524dcd81, '', 0, '?'),
(0xcc568ddaae999cc612ea4dafe96ad381, 'wp-includes/js/plupload/license.txt', 1, 0x00000000000000000000000000000000, 0x751419260aa954499f7abaabaa882bbe, 0xbcff007631a3ea73d41d4eed3e63491f4412d9a6be9dd60f8449e9ad30ff1d2d, '', 0, '?'),
(0x6104e4fc2936e7efa206c01482d18ee3, 'wp-includes/js/plupload/moxie.js', 1, 0x00000000000000000000000000000000, 0x8923430da19a35c7b1efc792b681fc9a, 0xbfe8f3c349d2395f2f7818d47413359ae5a4e028bf2e67e274541a7d26beb09b, '', 0, '?'),
(0x8dfd15a94c85f2560f13ff5992e0ff2a, 'wp-includes/js/plupload/moxie.min.js', 1, 0x00000000000000000000000000000000, 0x937c41ae93303982f44bbe3abbd9e6f5, 0xb9fb5b0af78259e1400c18735aa546e3551c6cc92bf9ce88d466f9beb8c7a800, '', 0, '?'),
(0xdf94bfcfcb198a8b9c487f8975d426e1, 'wp-includes/js/plupload/plupload.js', 1, 0x00000000000000000000000000000000, 0xdda0aa24705a5218d13e271c8c187cf7, 0xe022b3cd16ba96385b4a25aa2e1bbacb9aa463af7f560d0d0145bdbe29140e27, '', 0, '?'),
(0xf18aa276108c113a07b944b81e59ec47, 'wp-includes/js/plupload/plupload.min.js', 1, 0x00000000000000000000000000000000, 0x199fb8cb0c368b4a4a13923701a12bd6, 0xb72b22ec0588110e51cfdce32f4e3a825424e0df0f22a783e1c8af0d38765f33, '', 0, '?'),
(0x354382290a5775beeabd9d2f46d2634b, 'wp-includes/js/plupload/wp-plupload.js', 1, 0x00000000000000000000000000000000, 0x4b254107a51e197d3bdc83713a7bfdbd, 0x132b386b9283f7e9cafa2f532a31357842b24c36529f50f212f5bb34ee9635d7, '', 0, '?'),
(0xff4cd9f3eaf3906535783f653de68826, 'wp-includes/js/plupload/wp-plupload.min.js', 1, 0x00000000000000000000000000000000, 0xb2b88d9a5a853a0818b378a1048972f4, 0x874c4bdcffbc3329a00535a5d10bf6db1b0072c3715db66cc2ecce3e8ca331c5, '', 0, '?'),
(0xec3fd8d4defdb7689bb10290d217ce3b, 'wp-includes/js/quicktags.js', 1, 0x00000000000000000000000000000000, 0x3a7dd5f21f0185d288509c11dad9adcc, 0x3d9cbf8f2f89e2c26632417c8df56417979abb3cbddf7a994ef34b013d10bd12, '', 0, '?'),
(0xdf8cf207912883a9a989d5db3281e1e8, 'wp-includes/js/quicktags.min.js', 1, 0x00000000000000000000000000000000, 0x09f403772e5058be4dc98705738e4b21, 0x5f319a9f54f9bb2994e4557f8b6b08ab607b1dedea2ce6b43bb96babb56ff3a2, '', 0, '?'),
(0xcb8de547e4af806f1b65b7ffef6f9c1c, 'wp-includes/js/shortcode.js', 1, 0x00000000000000000000000000000000, 0x0540a810bff1d0c5e2c9507df353ce8a, 0x7903611b1965c3614bd40eb55206e5002511d4c6177879bfc175fe79fbe286a2, '', 0, '?'),
(0x67f5e45d6252062588205a1d8ddb45ba, 'wp-includes/js/shortcode.min.js', 1, 0x00000000000000000000000000000000, 0x86416405ac27771f1b23363fbef777b1, 0xf3fba6b5108781a8b351be203949cb07a66fb5c3542d9e37395f21b696e78b60, '', 0, '?'),
(0xb54f97721023bdd4fd54ba478717bf21, 'wp-includes/js/swfobject.js', 1, 0x00000000000000000000000000000000, 0x9ffdba2cff497d701684657e329871f5, 0x3f94904c77829ecf2ee70f344d8deed5924685024ad2f83e664986e9b486059c, '', 0, '?'),
(0xf2b096fc4dc2d9a64dc62f0c7f60bc18, 'wp-includes/js/swfupload/handlers.js', 1, 0x00000000000000000000000000000000, 0xc2c1ec2ac323cd308b2dc6d58370f514, 0x48b323fdafa59f613a9a8731fa89c0d5f6f0ed97dfaf6f72726aec757ae07a56, '', 0, '?'),
(0xc56023e3d8479662af43d0e51bd68ace, 'wp-includes/js/swfupload/handlers.min.js', 1, 0x00000000000000000000000000000000, 0x6a8fbcda994be17e7109f588fcd8633d, 0xd91054f28cbf9118f4f564f154af797e23efef6a4922a32b8f2b331dc1c98908, '', 0, '?'),
(0x9a1a2dae947837c3f92841c434f9bbe7, 'wp-includes/js/swfupload/license.txt', 1, 0x00000000000000000000000000000000, 0xcbe05bb060c85e07882dc06ff751577a, 0xa9d13a29b29b369f6122337285dc0d500d4e990f3491794a8bd6b78d9355e971, '', 0, '?'),
(0x8ac124a1d6784d313ee8b25f3850000b, 'wp-includes/js/swfupload/swfupload.js', 1, 0x00000000000000000000000000000000, 0xccd72399988bf939dce13e2659526711, 0xdaf284dd99aaafe5528059592dc31cd2959826027157312803854b03e0bef1aa, '', 0, '?'),
(0xc2fd0931aa07f5d090e3808581533a28, 'wp-includes/js/thickbox/loadingAnimation.gif', 1, 0x00000000000000000000000000000000, 0xce2268030dd2151b63cdf4ffc2f626ba, 0x1742ff46fae5119c60bc462d9bcb6caeda9bb1525436cfe9bae5fcfed585fddb, '', 0, '?'),
(0xe9d4dee27493fe985a01d14f2783200a, 'wp-includes/js/thickbox/macFFBgHack.png', 1, 0x00000000000000000000000000000000, 0x189217c8b067ef86add757922c2f75b4, 0x5277cb2fe0bf68d7ed2671e8de5d5aa2bd5f8ff3c4d61f1d4e6779f49588b9db, '', 0, '?'),
(0x92767b4cf64a6cc58d80597ad560b028, 'wp-includes/js/thickbox/thickbox.css', 1, 0x00000000000000000000000000000000, 0x37faeb50ef52da086e0f8c2c289e66d4, 0x4dfcdf8df0188a569d5f975e8db8a6ff6f6c27009adf71594cfccc98299bddea, '', 0, '?'),
(0x411945b6fb1ff4115b80608c11b78195, 'wp-includes/js/thickbox/thickbox.js', 1, 0x00000000000000000000000000000000, 0xd2da7c7dca1a638925d3ee396aa4e7a8, 0x9cd3621e3f2f7f61239bd7bcc168906c83bf92878f8008e186cf0d6bc7e49ff0, '', 0, '?'),
(0x393af99764af6f0a91f070605279a8a2, 'wp-includes/js/tinymce/langs/wp-langs-en.js', 1, 0x00000000000000000000000000000000, 0xaef70efd73e08f832ffa1871e08fb3d4, 0xb6a1f5f15489cc12b5be73c9c6ca2588b0ef53bd0c5aa40f94d91bc8c1d6f17f, '', 0, '?'),
(0x970976be134f2e04847cdfa417d2b582, 'wp-includes/js/tinymce/license.txt', 1, 0x00000000000000000000000000000000, 0x6f9589e0c8df783acd1760d203bafffa, 0x5916e1e2a723774fde675e27e562baec913a855e17eb093d03e8b7a87cf4bcc8, '', 0, '?'),
(0x1c9c0a19247adf58a360ce0f08314277, 'wp-includes/js/tinymce/plugins/charmap/plugin.js', 1, 0x00000000000000000000000000000000, 0x9bb2e1a85cf507d3355ec0cc0bf9b518, 0x5b8f4211f21a2c3b138bef6a906665c34d55e16a7c29f27276b0873e55f30146, '', 0, '?'),
(0x6b13827f88b824364fb3d22d4e8578a0, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3d42b6ec9f848bb610500d4cf6e2a00c, 0xc295171288785b9e47938b2d0706f33930622e7a08914706f5de617ada3eca72, '', 0, '?'),
(0x4161f7404aa7f703f3f1c2d7c581b71c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js', 1, 0x00000000000000000000000000000000, 0x1f2043b8c3c8ad3f64847bd7ad568581, 0xb991b542a4ea52ac00a82197e4849a0b99faa7e195519a8caec4efadc0273577, '', 0, '?'),
(0x2c3c930caa20df3f17435de1300b418c, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xcdb6a59abe551818e8a3a6d61b68e00e, 0x8fef6568d3a78326ceadadfb41b5331f91062b575468c183150a1a29c83fffff, '', 0, '?'),
(0x0248438318ecdc21f303abaa11222888, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css', 1, 0x00000000000000000000000000000000, 0xaa77790f42e50f03b4ef956fc37cedd8, 0x8cc36f9ae84a6a2406b219fe736380ff52edc751b3e963cccde4bc8d46eeee85, '', 0, '?'),
(0x0e676fac739c56e3a33bedc7ff850a24, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js', 1, 0x00000000000000000000000000000000, 0x2bdb6ec1c3d931d9ecbb169fcf6f5662, 0x4318c084f9541299289be74e2b952c8fb4544ee843c0f781cc60dea98a82ecbf, '', 0, '?'),
(0x305d8119714b27fb669878c1bbcfe3a8, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x4c927b02ec9bc57017eab8d7b6dcd2a0, 0x9fca6df6e6be91c85bd2533312c3dd27f84a1b1fd32ad5e5537473c46adbd6e7, '', 0, '?'),
(0xcb2181a223f2b0d5497c1b8f82db46e9, 'wp-includes/js/tinymce/plugins/directionality/plugin.js', 1, 0x00000000000000000000000000000000, 0x2601d622e85809262029c6cf3dca8024, 0xb5268b5bec40e0ca3588b928d308ac637691a7024cfb8d594936f0423b29062d, '', 0, '?'),
(0x26bc8b5d3057f1ec0a2913ff3d92bf03, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x884572e84844add444b1c133a61f9a40, 0x3c96aefdac6f9440bb3ad91bfcbe9f2dc34567f4bfe1e22936015ed1bc27bfb4, '', 0, '?'),
(0x87171681f2509377aaa98d30e268ff39, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js', 1, 0x00000000000000000000000000000000, 0x591f9bbbaefec332c4b00d6d7d25a1c0, 0x33cbee5d2ed04243421965fdf4caa2d253e18828203fc05a7b18ef93c9f0baf2, '', 0, '?'),
(0x73dec58f5527f7ec14c06540a1648b1f, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xd2923af1854be05bcf49775c89aa6798, 0x6065be8b09936e06b213edae4fa4a2d94a4da725b34eec6841efaf7b6768c166, '', 0, '?'),
(0xe1f15c39c3a33e9c189f84497a349363, 'wp-includes/js/tinymce/plugins/hr/plugin.js', 1, 0x00000000000000000000000000000000, 0xa40ec96b2b25c1356c33e6c1212db9b3, 0xd932609294d95269804c9db32365d884fc3416c736f267f4aa70866f7ef81312, '', 0, '?'),
(0xa0be8e7686925c51149ca5c02dbcca17, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0911253e82299afa85c2950c033bb68f, 0x0cd88346e4ed53e50c145b6bf5cb03f826fd1f66fd20362ba062b07f3e90a81e, '', 0, '?'),
(0xcf808d7418471dc8a99d04c8c08ba444, 'wp-includes/js/tinymce/plugins/image/plugin.js', 1, 0x00000000000000000000000000000000, 0x8a42170c8d0a801b34d85caab530f03d, 0x511eb876f6a99353493e3b34be8e3110fb25bb7266ef2440cf70d4d8f8115c6a, '', 0, '?'),
(0xbb09e6e3e3456d5ba5acb3c7d86cc53c, 'wp-includes/js/tinymce/plugins/image/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x2d94fa5a43e96cc2ad7dc4e88e900fea, 0x79e718e954edd41f4e7a2ba8aa14e38614ade283868ff52708c3f3abfc2559ca, '', 0, '?'),
(0x8345626c388d79c0f61fc37d86a19097, 'wp-includes/js/tinymce/plugins/link/plugin.js', 1, 0x00000000000000000000000000000000, 0xf82a4e04c8926d51b90680aecc07b9c3, 0xc360339f6359518df8c1d9fe3957dead236c01bbf6d670cb532b47ed011cd834, '', 0, '?'),
(0xd658da897cee1e38d1f5c1ec7dc242dd, 'wp-includes/js/tinymce/plugins/link/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xb0f6565c1b120a5dcce1014bfb7327a0, 0x1a8d1e3e868b49d653d6d0b581b41d9ceac676b42c10a2cf71a655a1acdef25e, '', 0, '?'),
(0x21d55295e10b9b70fb6e4cd177e26d37, 'wp-includes/js/tinymce/plugins/lists/plugin.js', 1, 0x00000000000000000000000000000000, 0x299f723fb54eaae381bc49b4a1712784, 0x25a83d729482a78ecac464aa8c760a86926905de7abd781cc175f9a417293370, '', 0, '?'),
(0xdd4a3006cff5a7c96aa05967da68a30b, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x32b438beb73a7396a577bc39e74a8fa3, 0x2962f2902334e69465acbe2ad8392899b03df45145a365307c31fba6e00afd06, '', 0, '?'),
(0x60f6a6943ba022ad2db9ffc82b7e043b, 'wp-includes/js/tinymce/plugins/media/plugin.js', 1, 0x00000000000000000000000000000000, 0xdf032317402cd90b340e016447bad44d, 0x581048177808bfa41bb6c93083d68d58b91ab39a1b844f478bf77ce97b974632, '', 0, '?'),
(0xc6858e908b06877c5fcb692f79a1d209, 'wp-includes/js/tinymce/plugins/media/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x36ce270b0231ea5adefe919ec2661b20, 0x0ae93e8debe1e74551de69b6e6bcba98e46b8f7f7dc3aea8c7b2938d97fea3e7, '', 0, '?'),
(0xfc98958cb51cc6aa71a5e682b38b0cd0, 'wp-includes/js/tinymce/plugins/paste/plugin.js', 1, 0x00000000000000000000000000000000, 0xeb5ecbdece73d7b68b0c7bb0fbde8932, 0x8c1ac51158389f632b887888ceb70ca0e196f314ad14265767f19c606d86cbb4, '', 0, '?'),
(0xd92c28a1691c0f373a5ecc5e10e78923, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x645805aedb03bd9f95a5f37ad286d6ab, 0x8366f7d700577b3f71bdc5dec6fefdc5e68bd7556ce0be50f3fdd6ab0e633812, '', 0, '?'),
(0x78eb8d82829f407d59c7038c69cb2b7f, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js', 1, 0x00000000000000000000000000000000, 0xa699cf8ec50c40ef2f404dfc6df34ed9, 0x9e780e4d919427c8a493e7b43dcedab7a63f248a7f03532c104679b884a5d6a5, '', 0, '?'),
(0x93f0ab760feeadf9c30e7cdf2df0c917, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc221f3fd3ce085bb175deabbd1720788, 0x158dc9178570165b06bcc8d0f60e14afd94c3703461e85a37ccb965a429c528a, '', 0, '?'),
(0x3f5dfd50fb2e0ea39831ffb483cc3262, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js', 1, 0x00000000000000000000000000000000, 0x02dc2569a033c9e1d6c966e4e8fbdade, 0x28de01be45154cd9fba007d51c94625b998a4bda2173acd38ad46ec4b21ba3c2, '', 0, '?'),
(0xcd93df59e13336bee96ce7805918abb0, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js', 1, 0x00000000000000000000000000000000, 0xc4dc76993c68e4e4e8f0ceeeff70fc0b, 0x21c02fcc5b49e42b0da9f047edb2e2e011962044d5adcf37803d8e8eb7ae9327, '', 0, '?'),
(0xfd47fe9db2212368d41113390984f226, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js', 1, 0x00000000000000000000000000000000, 0xf44ae7048e86b31770e3c2b0db3551b2, 0xe95dc4aace1cb0a8da50d74d40f18d9d510a9b5cca748a41d013772e44bd8567, '', 0, '?'),
(0x02751edec773b69b793627762caade3d, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x665c91c78448f91224824d28b41e6cf7, 0x01408eed33a50a517ab370aec30abb6a3b1351e5e177868f6b8aac853133e93c, '', 0, '?'),
(0x2e20d3005f6f45ff5d41b55fd430504a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js', 1, 0x00000000000000000000000000000000, 0x0efc4bcc2e90416a5f996d9572236995, 0x27a1b243a7bf6222114289f85c06b84ee9b84eb1cac62a721f262e58abe29f4a, '', 0, '?'),
(0xfae2907d87dbe1b350c39b99505ca91a, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3df91117e20c169242aa39bc24760d09, 0xcf58d92dc1b279b0a49848cdf0564b72af56e7ee5901cbb40674f69cc958a997, '', 0, '?'),
(0x09503d4e3e8ca862226a3a7e5b517be1, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js', 1, 0x00000000000000000000000000000000, 0x04e5571b65e28e863f92fc4ee3f07414, 0x6e34dc14c2113cbd14de467a90ad8bfbad1001ceff035fd53594f06b6967881d, '', 0, '?'),
(0x33dbd5e91c1c27bab0c1524b9a4266fd, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x514f31ff2f073c993e252206da58dce0, 0x8636e9729f2abc495910008f43ac393cf393a903e0ff054ada96204a2add7844, '', 0, '?'),
(0x3cefce75eabf961adc9cb5c70b59d45e, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js', 1, 0x00000000000000000000000000000000, 0xd66af83ce6975dd8408299bfc00934f9, 0x0d5d0622cdce219e27730811673d9699aafaef7ac4b70b1f5198ee32c74e4beb, '', 0, '?'),
(0xcb36a03ca5ca43eaefaebfb9563a2872, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x13e76265262057e093e5ef93cdc59884, 0x49757b57d56d12a9626b5f01e6cae780f9fde9902eaa0e6378020d682b1c4b9f, '', 0, '?'),
(0xf2d22506af00faca7a9466c04ec87053, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js', 1, 0x00000000000000000000000000000000, 0x5345ad90ee783d64afa87ec1b1ab654d, 0x2283770b942525177b8e98e50c0c3d4c28b0b8c568180b4be20dc6a2480eea50, '', 0, '?'),
(0xbf40ea11c92cd0086e5c96809d2b6bb7, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x3927f4513862e02f808de7e5086106c8, 0x9d33745c08523ec0815f61b29f3e02f60091da7cd59156439616e4a6874f0f42, '', 0, '?'),
(0x75bfdc33217041b3668529520faf4ddb, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js', 1, 0x00000000000000000000000000000000, 0xc71b815f13d17651385fc624cd3fa490, 0x3cc3e84130d8366b4a580a76412f84ed254fdc2d765fb2a2dd2770fc4140d8a6, '', 0, '?'),
(0xeb4fd3bf10fa3b0ea43d5c144abc7a79, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x636408786f261d6ca767e638b5339bec, 0x11d017685fde381fc7e27230f7792de4c40a0b13cfa517abd74b124c2dd0207b, '', 0, '?'),
(0x086b981591b203d0126285c967538819, 'wp-includes/js/tinymce/plugins/wplink/plugin.js', 1, 0x00000000000000000000000000000000, 0xf7ac80df36bf6cb0554f61441bf6519d, 0x9fb9e1de1b6a0f54c471e854aea8493a4b5ae2e6610a9936ad5537658dac1d2d, '', 0, '?'),
(0x4cf78529d1d96124ad442defd3aeaa4a, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x6dbe9133d1f7ebd4dc9633fef39fa44d, 0x7ac74e2741a525c4539398400c7f34f955dad511c642449901a8ae71f692a4a0, '', 0, '?'),
(0x22054574c97988739fc3edde1a7c1567, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js', 1, 0x00000000000000000000000000000000, 0x4513090604bf922d4ea86f931b979d8d, 0xfe4cdefa7f490606c291a10ec29959f76f1e77ae1e29ccfb34213adb3b3fedd6, '', 0, '?'),
(0x332b7ac0ff2e86b182360e517e5d795b, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x0edf23c0523fb822f4bb0360dc249d60, 0x2109c56e9ec282f319c59b55370342a9ea0735020b6772ef850931e52a3b52d0, '', 0, '?'),
(0xe3e11e71d53832bdfa1f76c22614234d, 'wp-includes/js/tinymce/plugins/wpview/plugin.js', 1, 0x00000000000000000000000000000000, 0xdd6a35718c9902530d588cdaee69e8ea, 0x456a1a85b31ab049d3f1d3334ac4e70647bb0b6a56dd92a4a4363c53e7395018, '', 0, '?'),
(0x16576c85d8793acf00566e6084640096, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js', 1, 0x00000000000000000000000000000000, 0x13bd26bb1282b90d629fb4c3219886e3, 0x2c17926069a074f2d4ddda8eba54136d9bea6ce4f26b14e1fa971873a40d3d02, '', 0, '?'),
(0xe15ab18eae283e28aa3162deab945aea, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css', 1, 0x00000000000000000000000000000000, 0x8b026c6f37d6037237397741ac55c945, 0x1dccf4ea45fdffac50a5a1e35bd307bc9578f076316930eb683b868ca6fd5e4a, '', 0, '?'),
(0x02de1994e4a5ea1c37992687f20cc880, 'wp-includes/js/tinymce/skins/lightgray/content.min.css', 1, 0x00000000000000000000000000000000, 0x95a2955c501549fdc9a5d8d83c5c88b9, 0x29f51b5940c67526e54b67afa8003fab8a161cd15c4627c801583016c3c7888a, '', 0, '?'),
(0x19fbb33ed92fe1a1875ff318b3e9c3c0, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot', 1, 0x00000000000000000000000000000000, 0x12d26c285b71d790f4b0c94423ef1f99, 0x165c73d9b6d26862a2322e3bd86d6046a3d011725e26f3482d7709977956b57e, '', 0, '?'),
(0x123ab25890e632ec4dd3fed67efbc818, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg', 1, 0x00000000000000000000000000000000, 0xa2a1f732cc34764c684ed521c6f3327c, 0xafc2cb33694128d60cade670ed02e7089647448effda94ee05f0b4f7a3ef1dc1, '', 0, '?'),
(0x6017cefec7531194604e498b5e47ef08, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf', 1, 0x00000000000000000000000000000000, 0x28806940c647cf671bebf4ae0630e570, 0x0b47e7bd0ff9123c9a2f0ff7143134c585d54cebd2359fbbb8b9a315149cb821, '', 0, '?'),
(0x8ffb7418f730c367f1bb61862fc5fd9e, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff', 1, 0x00000000000000000000000000000000, 0x7e0c88f02dcaf2f78c90b4dc7827b709, 0x8a997bda8bfec24eec6fdcd7235814c12b586527a2a38c86cf5f85dee5c73e1a, '', 0, '?'),
(0x760cdab4a1e5c7d656b9bdd84bb5fa50, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot', 1, 0x00000000000000000000000000000000, 0x06189313e1c7504e1edaa12766c2cfd9, 0x0d5d867e5bb286af90bf9bf75fcbb3be509842ca544160eea9bdc703af2a2c4f, '', 0, '?'),
(0x9d51a0b2c1ccd481ef328a3775eda04c, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg', 1, 0x00000000000000000000000000000000, 0xd031f47facf4331979b6f9fbac3187ef, 0x097dacc54eac093cc976e37fadb71f4203b11b17532502e198735cfcfef75384, '', 0, '?'),
(0x50e38501f130b981618bbc52d37a3d20, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf', 1, 0x00000000000000000000000000000000, 0xdb33e7676b65cdbfddbe8cdce17ca068, 0xd8488f8f7a166ae99ea825c2180e89b910b285703dda5ad5e096694e41875af4, '', 0, '?'),
(0xb81ae413a1af6ceecedef93317c88ac2, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff', 1, 0x00000000000000000000000000000000, 0x50c955d592e8a54a0e4cb4936d386076, 0xd39bfa7651b4966be2c40ab9836cd85ddb60ce95ba8fdbb7f4952b7dd26b4fad, '', 0, '?'),
(0xf5a586c2d8de3e192b1bdc9e4c5bee6d, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif', 1, 0x00000000000000000000000000000000, 0xabd3613571800fdcc891181d5f34f840, 0x2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e, '', 0, '?'),
(0x4c1f3c23b3f313861ad27fe1bcd3dc7d, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif', 1, 0x00000000000000000000000000000000, 0x394bafc3cc4dfb3a0ee48c1f54669539, 0xf6f13b91b4c0548ba54f602836ccd82cc0736b865a908bfb63d8521dc513982b, '', 0, '?'),
(0x6f50f0fb1463998781ec6fa92ee47214, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif', 1, 0x00000000000000000000000000000000, 0xf3726450d7457d750a2f4d9441c7ee20, 0x86a0231f3b1f21e4e1490ca7882ec03ee7751cca8df253568edd6d7b7cf1652d, '', 0, '?'),
(0x9858b8d4cdec6735fbf49fbc289d3d63, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif', 1, 0x00000000000000000000000000000000, 0x12bf9e19374920de3146a64775f46a5e, 0x9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635, '', 0, '?'),
(0xd9fe033ecf7ee421f0aa67c50c718b98, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css', 1, 0x00000000000000000000000000000000, 0x13fe85bf5c96a042969ca526e87077c7, 0x373e785626767cc2adabe6559e2620ddb722c7a57a396adb4625d1bd4bdede56, '', 0, '?'),
(0xc4885e41f59a2b6c86aeac6ff86489d2, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png', 1, 0x00000000000000000000000000000000, 0x377e21e6dfe0008ef7c6d4fd2208770b, 0xe767d6c27ac2d9cf2e6789560ffb3aab835b91a5ccd3d099a148291c02c89eec, '', 0, '?'),
(0x46488c8ebc3301306d8f3abdb8739bb6, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png', 1, 0x00000000000000000000000000000000, 0x7852de09ac59b5589ed4dbdda4e4dee6, 0x6da6c1bf1a63bca7971cc4adcdf3b6bd5d03f0efec8a5b88d45ede5085b71477, '', 0, '?'),
(0xeca1e763dac62e4417c272bf207cf6ee, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png', 1, 0x00000000000000000000000000000000, 0x52d0c08fe45aca3f662e81c738f5e209, 0x05c2e48ac02e6325b463b02a04477ea3d5a23e805964839da23a8d371403d76a, '', 0, '?'),
(0x04c8840794ced3781879a8e581f58bd6, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png', 1, 0x00000000000000000000000000000000, 0xf58daaa070dd4ea21bd6790f7ec36e22, 0xbf067bf307b975d578d310278bc0c20ea14aa6c2ba406919221f483bf25d3668, '', 0, '?'),
(0x46c101f4acc3835c9f4fe7a1660c67ee, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png', 1, 0x00000000000000000000000000000000, 0x1ecaee31ec029ded0e18f576958a5214, 0x4e3347d127b260cef78f2b523ea2505d45ebfaceb3672fff623f8fac1ea85558, '', 0, '?'),
(0xb25f66f4e7b21c3b77d061cbd9da81b1, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png', 1, 0x00000000000000000000000000000000, 0xa1065fb19f8c105077f9b4501055db34, 0x3c577e85eee1d8b60ba1c72bd1684e8c0ee98439e7d7fa31cc5fb033d5778b73, '', 0, '?'),
(0x46019648c89d6ceb6593c916011b23dd, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png', 1, 0x00000000000000000000000000000000, 0x6c2cd70b1c8972cf25b85e1e78a5251e, 0xfeea14c3593dd15f14ae62b0bb7ccaa726662cac0b893c16bcc3038fa3b6a4a8, '', 0, '?'),
(0x4e8f33dd6a4070753593abb6bf5e9b86, 'wp-includes/js/tinymce/skins/wordpress/images/more.png', 1, 0x00000000000000000000000000000000, 0xfcb7bcd40abc0a6d003bfc0fcbabe67a, 0x2490b30676e7da6f5e841bb2d8559b20bf41008febf43af28d5c43a87515bfbd, '', 0, '?'),
(0xfa8aad7e858b0c610f25a1eb211ebb50, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png', 1, 0x00000000000000000000000000000000, 0x7bce36bf2355513af7917c193e23ebd6, 0xd228ddee5b0ad713ccbbe2896f9f52416f9133a4bc5e05e608a1c60cfd190804, '', 0, '?'),
(0x07bdbd9323ad90f9db15093e1cfb0437, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png', 1, 0x00000000000000000000000000000000, 0xe449e3da6dc51f85fc4c571179dd9348, 0x169d0d666cf4d5a42fe53b6c5ce4e2055c2e3608828e72c723509c195bd3c1d9, '', 0, '?'),
(0x94984086bb7bf74aa4e1ab35e4b7b458, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png', 1, 0x00000000000000000000000000000000, 0x552cfb3a29ac01a0d88b0422c5517159, 0x22e4021c1d4f6ffbdb8889e1c53cf6806f45532d4d4fc3b7e597594e802189bc, '', 0, '?'),
(0x37ab2557797ed7b9503f0f10ab78f2e7, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png', 1, 0x00000000000000000000000000000000, 0xa56c7a563660776d5a421c730b8dcfd6, 0x0d20a13817f3feaf1426f84ae4a63334b0d0b1a5dac7bd03101603bfbbc1bdfe, '', 0, '?'),
(0xde335eebcb504d9f5998e6ed488844d8, 'wp-includes/js/tinymce/skins/wordpress/images/video.png', 1, 0x00000000000000000000000000000000, 0xd0c2b6f7a042a93d0d7abb1e83336ac1, 0xa188c16982cdc407491e2f1f3db44dbe1b4d1e589e3a4de641d57076dc010dc5, '', 0, '?'),
(0xdbaaf2eaf7092ee6d5b8df5cbef20eaf, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css', 1, 0x00000000000000000000000000000000, 0x81fc83c10f836091c606556e000d88b4, 0x3ea5a0e48740c63a736fabeee5fa58e91c3db9b0134b6498ce6b7516887b8a08, '', 0, '?'),
(0x80916168a423d4ed38ed63f19cc20583, 'wp-includes/js/tinymce/themes/inlite/theme.js', 1, 0x00000000000000000000000000000000, 0x344f1ce0e24412496360e1181995454a, 0x70b776d354355a3e6a15868f6aaa00009cc87f66f8c578612f673d13b626b50c, '', 0, '?'),
(0xc60999b72341a90a230262231efca03d, 'wp-includes/js/tinymce/themes/inlite/theme.min.js', 1, 0x00000000000000000000000000000000, 0xe25a3d100d6f3c33a4a145d0ed1e16c2, 0xb7220cc13b6cbeaf007327e26c420eb433719a36298c38920a40064487b2b8ea, '', 0, '?'),
(0x722b7a6b3bbb2005340618afe6574913, 'wp-includes/js/tinymce/themes/modern/theme.js', 1, 0x00000000000000000000000000000000, 0xefb528339d6fde55ea32c59d558a3299, 0xbd32172eaf7074fa2272c56029b8eb0d0e2e43dc6c06c75c1a089e179c424958, '', 0, '?'),
(0x6e23a9743d95278592c1def5625d7bf1, 'wp-includes/js/tinymce/themes/modern/theme.min.js', 1, 0x00000000000000000000000000000000, 0x558edbf6c845c9c87cd268285a0666b3, 0xd3a3097d95caabcc458e30f2292e5458c2f8e44bd7647ed948b5ff4e6c4b3230, '', 0, '?'),
(0x822874546c44ceac372687b34d502ec0, 'wp-includes/js/tinymce/tiny_mce_popup.js', 1, 0x00000000000000000000000000000000, 0x4237af4931ba3003048f8eb5b98364c7, 0x0efbbaa427d09705afb3052f06211adb1f61218e7eb329b5c13144120ce418a1, '', 0, '?'),
(0x09d639848366de88559c66f2fee6079c, 'wp-includes/js/tinymce/tinymce.min.js', 1, 0x00000000000000000000000000000000, 0x586ce1e095c0f8b0cca1439fcefe6b6e, 0xdc125a6bf71809e5367ce3cc7bf82a1a81a97ba248e3e2cb11a26907dc9d6b5e, '', 0, '?'),
(0x476db9993a86074dc4be56c0914cd089, 'wp-includes/js/tinymce/utils/editable_selects.js', 1, 0x00000000000000000000000000000000, 0xa14a93897132a4a24927c64a9739ff45, 0xbf7603e0a1d1476a73dfdd1f66999f0965aa64c926e4a567b7071eff2ba1f6cb, '', 0, '?'),
(0x2ad1fe8f4c12ed6d262632fdd50a6215, 'wp-includes/js/tinymce/utils/form_utils.js', 1, 0x00000000000000000000000000000000, 0xbf88fc6ca25582825493849f19fa4c69, 0x764cfaa2e21b75733c2a72b957d2aab50c89a3db2e007cf55206679fcae5b4e6, '', 0, '?'),
(0xecb883fa7615c8db36e09a3b980e7e8f, 'wp-includes/js/tinymce/utils/mctabs.js', 1, 0x00000000000000000000000000000000, 0xeb81a1ec2259f9b1b4933e7855e5ada3, 0x2597597d12dabf8312261429fb01a2f84d61596782bfd08dc9dced2aa66c8105, '', 0, '?'),
(0x344149178e6e12303988860f37026360, 'wp-includes/js/tinymce/utils/validate.js', 1, 0x00000000000000000000000000000000, 0x434cc20c313f6f2b033b84f8fb7b5986, 0x6bbb48e3c63bc600956b43d473b109274bd82334352b65457c169e0feb15dc30, '', 0, '?'),
(0x5477bbf83d89c12ba636d7f80fd0c6d7, 'wp-includes/js/tinymce/wp-tinymce.js', 1, 0x00000000000000000000000000000000, 0x92979613802d2d95a454844aca0e163b, 0xecf34ff9edc877e00c3ae056f15ef777ec5e5b0ac6094c8e27da36402dbe0dfc, '', 0, '?'),
(0xcfc2c813adc10b48d4b9f2dc66eb6be1, 'wp-includes/js/tinymce/wp-tinymce.php', 1, 0x00000000000000000000000000000000, 0x311e5f489730acede25553c3e14068f3, 0xc19ad1dbeb0b0ccf5fd895d7dec94ecd9eed04bd96ec31892ae3d6c79c03fdf6, '', 0, '?'),
(0x1270db9ed4324e1c3c3a5aa537bb7282, 'wp-includes/js/tw-sack.js', 1, 0x00000000000000000000000000000000, 0xb989a5bd84f6ebcbc1393ec003e6e991, 0x7ba26e5d14d600d68898dd6e7fbb0dcf11b5f4c93ca70e77cbb7582983e0da3a, '', 0, '?'),
(0x8bba14b0c568142bb9ab42ccc6f21dd0, 'wp-includes/js/tw-sack.min.js', 1, 0x00000000000000000000000000000000, 0x18da1537e85888cf774f9c1985710c61, 0x6b950d3c9749bb2dd1f65673701197366762346562e9f1dd66738e1ed2b8a7a5, '', 0, '?'),
(0xcfe98bada1827b5eaa074d552af48d5f, 'wp-includes/js/twemoji.js', 1, 0x00000000000000000000000000000000, 0xdeaea3bc219e50b8db06022b21a078fc, 0x8c1b1beac351fd1f8bb7d3ab0eeff5a3831571d2ec8dfc36754ee3f397ac8f7f, '', 0, '?'),
(0x4de53b43e5cc02cfd5d5385979efb28f, 'wp-includes/js/twemoji.min.js', 1, 0x00000000000000000000000000000000, 0x889202c3d7b0a661084c2f53ee17bc54, 0x65c664696dd4ba6d111a2406569ff9769e2509c1edec464fafd1614b0dc58753, '', 0, '?'),
(0xcde733c0cdcd0182e41946f43cb6a138, 'wp-includes/js/underscore.js', 1, 0x00000000000000000000000000000000, 0xf893e294cde60c2462cb19b35aac431b, 0x8f3841d832e9787abec2003c472d08874509e602b072db10efec87ae3fac529b, '', 0, '?'),
(0xb275e6d83c65e7789bae40d688c2883e, 'wp-includes/js/underscore.min.js', 1, 0x00000000000000000000000000000000, 0x203eeb8dd53e84fb53b7aeffb562d825, 0x20ca8de2e34c134d3e0993cf8da0ebba35cd816b76d911f86bea500b48c98730, '', 0, '?'),
(0x3ce6686ad8098e34bdbb983461d032f6, 'wp-includes/js/utils.js', 1, 0x00000000000000000000000000000000, 0x06048f8ea732a49aa4215b704e49e935, 0x6949034934ef2a96e17b461d0c5a616efac7a01ed11c294a2c54d026b567b3e0, '', 0, '?'),
(0x19fc0f2655580de84c34147b9ae2d1d4, 'wp-includes/js/utils.min.js', 1, 0x00000000000000000000000000000000, 0x7489880430cc60dfa397fef74d566960, 0x8b6a739b40560e056e61067fe4768b7427c8804402beec2cdd868e84e4b7543b, '', 0, '?'),
(0x5d2852aa262110e2c6313b993398ea12, 'wp-includes/js/wp-ajax-response.js', 1, 0x00000000000000000000000000000000, 0x72920e02486d655f110b1a9cd521351e, 0xa19a6312dae0890fced6d17a9932b57e3b7eea448ccc2a0254b33fd9151226c5, '', 0, '?'),
(0x12758c293803464739a143b0289db69a, 'wp-includes/js/wp-ajax-response.min.js', 1, 0x00000000000000000000000000000000, 0x2f704d5d877b2240b4aaaf73c73a6cb2, 0x01874287485157be0532c3cfd6c86118d2f88277bdaf43b9d1eb852d2059aeeb, '', 0, '?'),
(0x217c1128df79cb57982a314f6f324375, 'wp-includes/js/wp-api.js', 1, 0x00000000000000000000000000000000, 0x40bb4259dd66a68462fa6232af6cd0b7, 0xe14e935fd6c2188a5222549699a8d5e7cb250769c76398a8c5918a093226a248, '', 0, '?'),
(0xd39fee02f106c76d79ac2b0a661de93a, 'wp-includes/js/wp-api.min.js', 1, 0x00000000000000000000000000000000, 0xa328dccfa9782ee940bdd77fb891201d, 0x886555224f15d138f0fa57a3b6a87c9f89ccc776fdb4ddcfdf278da98cb17e29, '', 0, '?'),
(0x93882e8f9976382d7f724ac595ed7151, 'wp-includes/js/wp-auth-check.js', 1, 0x00000000000000000000000000000000, 0x6a7bedfefa2ca4e2dd8dc7075d5b1363, 0xd75229438b6070b3c809d18a20b196f03b1528861e4c7463086edf7ac688ece0, '', 0, '?'),
(0x7455d22f4473a449daa417dc737412e3, 'wp-includes/js/wp-auth-check.min.js', 1, 0x00000000000000000000000000000000, 0x2a8f4cfc419d06f160e632dab4ff4864, 0x4fb287e3bc66e1bff2f3a4e1739e8dc0e33042c6f9b7399a1e8d5a5ffadf1632, '', 0, '?'),
(0xf4ad6ae5381dfa9cc8c48fc31aacb1f3, 'wp-includes/js/wp-backbone.js', 1, 0x00000000000000000000000000000000, 0x04afd74a8cae5409bbe26cd951cbc231, 0x0a5495f378b4f64e8740a3a8735fbe934c60cd452af864c00b80ed7f4894633f, '', 0, '?'),
(0x303c9211cec5c8ff6cdabffef64aade2, 'wp-includes/js/wp-backbone.min.js', 1, 0x00000000000000000000000000000000, 0xf2854bb52fa58cfee4e2b437cfc5f462, 0xa5d6e6394a378441888ce847b5fe9211757121402f6e535df93c6fb865de7dc6, '', 0, '?'),
(0x18d492d7e3be419f95d7d9f972ab8e5e, 'wp-includes/js/wp-custom-header.js', 1, 0x00000000000000000000000000000000, 0x7f2b2cbe2196da8a4cd3ba7ecebd37bc, 0x8bdc0745d5067a6b3b334bbb2a5824e8f401e4698113bfa87188c008086e82e7, '', 0, '?'),
(0x5a985f228cea7eb44acfc08f1bc9e4e4, 'wp-includes/js/wp-custom-header.min.js', 1, 0x00000000000000000000000000000000, 0x4b4fabd77820cafd7f33dbec793b3988, 0xb492582441a49f800d224ee09eef659c0e2413dfa61390b32b03baa40f814c28, '', 0, '?'),
(0xb18b3db79d2d58d48d6e7b5db71b7066, 'wp-includes/js/wp-embed-template.js', 1, 0x00000000000000000000000000000000, 0xb46c7133554eca3ae339ce3a5e45e0ca, 0x335217ec58e0ab6fe2ffb9c87d51a0b750e4db6204b7ef039b99ced1cd4ab7bb, '', 0, '?'),
(0xbd905a2012f8904f19670a578b579232, 'wp-includes/js/wp-embed-template.min.js', 1, 0x00000000000000000000000000000000, 0x7829ca744df2605758783eec35de5ce6, 0x86622ecac4bbee40df91cf90a745ecf2631a31e2e8c58058f05a100ac3382fe5, '', 0, '?'),
(0x80d673536bdc69ab3c342763ec2d1336, 'wp-includes/js/wp-embed.js', 1, 0x00000000000000000000000000000000, 0x23e24e824f384c5eb11e73576b4ac93c, 0xbc9820f919459f10f0bdbb3ee9b2405fd630b39bc52112cc4207b594fed7350f, '', 0, '?'),
(0xe64a7e5f6fb866996bb3a8f6f3bacf0b, 'wp-includes/js/wp-embed.min.js', 1, 0x00000000000000000000000000000000, 0x905225d5711b559d3092387d5ffbedbd, 0xde9a54c964c203f202dbf255bb32232a5fc344bc575154b56ee6024925c7ac90, '', 0, '?'),
(0x7fe674721eb3ceb5461b5fee20c3c7d7, 'wp-includes/js/wp-emoji-loader.js', 1, 0x00000000000000000000000000000000, 0x90686eda3165dfdae88396b016ff53c5, 0xe5a11b2c48fef9bc77db0330af979d93f34e3cc9e16cc50af7a8ff90f9219dea, '', 0, '?'),
(0x3bfc1dedd9e2012a0b311a6ebdc334d3, 'wp-includes/js/wp-emoji-loader.min.js', 1, 0x00000000000000000000000000000000, 0x20236ad6e132b5da2735e8ad21a5674d, 0xf19ed5d9f0cfb62eab58e2c20880706fa2493381e7f066591bf894634d13cab2, '', 0, '?'),
(0xcadd0962a20cb79638ce5bbf90b6a579, 'wp-includes/js/wp-emoji-release.min.js', 1, 0x00000000000000000000000000000000, 0xeaa8641bcda2371f4024a71fbb67de3b, 0x1246160db75237fd847322591e11585efac8b9ff7f24e4fdb417790eba73735b, '', 0, '?'),
(0x008cfee63b66f31bfa51ee3d2ac795c3, 'wp-includes/js/wp-emoji.js', 1, 0x00000000000000000000000000000000, 0x2aae979a0e8bced7b6483b8671072ebd, 0xbaa6198beb15a990e64f1eb4131eee290e603567f2443f3546922196c8c8cef5, '', 0, '?'),
(0x5b923e9578823b14f2776e122f748d48, 'wp-includes/js/wp-emoji.min.js', 1, 0x00000000000000000000000000000000, 0x2b67b30e443ef377f96699d9852ab444, 0x4da36146b1a924ae2aeb4da9cf5fa4b99391e16e38a8edb7c41d7604effb75e3, '', 0, '?'),
(0xbf99b83d563ba2178bededc24e2e4b07, 'wp-includes/js/wp-list-revisions.js', 1, 0x00000000000000000000000000000000, 0x5019624f50b503784fa5727337a9b532, 0x81230cb4f23b0c77b43104a381b02ea5cb42d5c6f0339513665f183bcf5066f7, '', 0, '?'),
(0x4534edd766750d23523a6b211e6a6768, 'wp-includes/js/wp-list-revisions.min.js', 1, 0x00000000000000000000000000000000, 0x8cc0dd7da01af11908dba65fe3c4384b, 0x5d0dabcf6feb38da59a01836979c29727957143fdf5988fdc2e204aa62e17a28, '', 0, '?'),
(0x9f6276bec9154592ecb448d5c7e3ce84, 'wp-includes/js/wp-lists.js', 1, 0x00000000000000000000000000000000, 0xad4d34a5b6cb4b59733a9f15b2c8abd7, 0xf3a9b693a3f794e15a2d123377ec45d1970d714b5ddcda331e965de611e92e58, '', 0, '?'),
(0x9639b565dd45f880627fddbe6cb433a2, 'wp-includes/js/wp-lists.min.js', 1, 0x00000000000000000000000000000000, 0xfe0eac75509f852aaf4c9b5b03b043f2, 0x218ea04a4c3d07b7546ccc9e5f7040a2f1c89ff4d7dc52ff0b9f4ddfd4535b15, '', 0, '?'),
(0xbf23b24175490c2e46aaf92ff6a0c70f, 'wp-includes/js/wp-pointer.js', 1, 0x00000000000000000000000000000000, 0x9c98381adf8140200dc17cffc99b5b64, 0x8fb64fb2c8866d7ec0bc9a159167c6b75e391636cfe87d3e7cccad2fc55deada, '', 0, '?'),
(0xeaafc787be1dc6db34cb93541f60a16b, 'wp-includes/js/wp-pointer.min.js', 1, 0x00000000000000000000000000000000, 0x22fa251ee2f069d9876b136ddbf018e2, 0x55c40358759918aec787c329472c691fccc36db2b5d4cd350c9d5ffdb24d545f, '', 0, '?'),
(0x9bedaa5d6abc6cb127b2f496bb2f7835, 'wp-includes/js/wp-sanitize.js', 1, 0x00000000000000000000000000000000, 0xbe9dc83a6b99eaf3458b743651d01b99, 0x79cea656ade5207dc99b0f71fe8ab7914b3edb88503606d3c42af7de430a737d, '', 0, '?'),
(0x898a8c26f686e9027d3f1de21a7360be, 'wp-includes/js/wp-sanitize.min.js', 1, 0x00000000000000000000000000000000, 0x6993663035baf37d24e1f4985daebac3, 0x0bbd4561352f714ae6586f2b2378bae3965bdc5838360c2933cdd9863eccffd0, '', 0, '?'),
(0xa43f3f6ebfebe6e5fde55f326790b76a, 'wp-includes/js/wp-util.js', 1, 0x00000000000000000000000000000000, 0x4d904aced6e332244a94fd2bacd3ec9d, 0xfa75a9eaede2edf1ff1467e2bdb6f5949dfa60df869a5dd953522ce7d0b01b92, '', 0, '?'),
(0x482b80457e997d0ea73151dbf0bdaed9, 'wp-includes/js/wp-util.min.js', 1, 0x00000000000000000000000000000000, 0x8852ab48e7d14f035a27f3c15d31c054, 0xb881f83b40ac4f302ce44b4723992668309f52d298b8360cd73010c4eb91e354, '', 0, '?'),
(0xf541346508f8eac77bb95e9a8186d25a, 'wp-includes/js/wpdialog.js', 1, 0x00000000000000000000000000000000, 0xc6b779020a09eebd206570dcd4a90666, 0xd5c3212ff28e419f83661616d3303d938847d3378a68952f867555ef26678c9e, '', 0, '?'),
(0xdf97cf0b0651b5a675e221d9b678955b, 'wp-includes/js/wpdialog.min.js', 1, 0x00000000000000000000000000000000, 0x3d6e52f38f2de2ef4b50e3cd3d8cb53c, 0x77a7f814dcda874512c39e1289aab40cf100b476bad3adb6e6056b5e964db96e, '', 0, '?'),
(0x9ab07774f248a9ebe1172d739300c26e, 'wp-includes/js/wplink.js', 1, 0x00000000000000000000000000000000, 0xf9372255e515e99a22883f1eaf1cf9ce, 0x535cf0a0c80b09e5ffa3cadcd9ba9c273fe4f3c1f949dee0b6c037350ff17b15, '', 0, '?'),
(0xdf0fe0d2c12289bb96becd63296adb22, 'wp-includes/js/wplink.min.js', 1, 0x00000000000000000000000000000000, 0xb1cc609d9a12ccb6a85675ebed6d8981, 0xd4b52a266e9e80fe8fcc5fd3d266160a7a0d2adce6c405334999493b43c29bf4, '', 0, '?'),
(0xfda9d57f27e68042e2088aad37531dc2, 'wp-includes/js/zxcvbn-async.js', 1, 0x00000000000000000000000000000000, 0x133d902461d45b5a46295e0a9f13f17e, 0xd675eebabc5139d2ab7b12bdbc376f037d0ef980edb6ee05e660df2d6e5701c6, '', 0, '?'),
(0x4c28cafda26ef8395b1232c04336e59a, 'wp-includes/js/zxcvbn-async.min.js', 1, 0x00000000000000000000000000000000, 0xc6f045d5e79f0a4f5ce90419ca598162, 0x85d2274650e41a0417a82f470a93e04ab7a688eba75c4212f59e1aae88495492, '', 0, '?'),
(0x4af2be81acb4ca4f68d3fdd07344d8be, 'wp-includes/js/zxcvbn.min.js', 1, 0x00000000000000000000000000000000, 0x027c098ebca6235056092f7b954dfc5f, 0x768f58498139d5feb36ef531658636ebdb43f4175cd32e702bde22bbf04bfe12, '', 0, '?'),
(0xa0e0d196dd71dde453474b0f791828fe, 'wp-includes/kses.php', 1, 0x00000000000000000000000000000000, 0xa0ce3e46f6de8253007774b252d6fd91, 0x4aa64d76e61dbe436b63435e6618db60c6a8c12053b54060a6556e79a72b91ba, '', 0, '?'),
(0x10c9e8eb133a7f6da1b05bdda2af3a23, 'wp-includes/l10n.php', 1, 0x00000000000000000000000000000000, 0xa5fdef28fda143e70168f68fc8190223, 0xb0c7b8ba39c80c3159bbf5beadab1f0b3524e43f2c3df7074de3322eb2e372fd, '', 0, '?'),
(0xcbef1d76ed452cbf2d4fe47bcf01ba96, 'wp-includes/link-template.php', 1, 0x00000000000000000000000000000000, 0x08e04b6e7eac3fdce89af8d3827e64f8, 0xee2c06c250edf2ae656edcf7b2799ce5e0cd5c4106ca3818f1cef1ef32f304a5, '', 0, '?'),
(0x5f6a18f5f0875fb1a82fd4ccd679d3b1, 'wp-includes/load.php', 1, 0x00000000000000000000000000000000, 0x7838b4376ee54c48be6704906766ef52, 0xc597d9926c35c1ccda178d9eb1e1581d7491ba828913f09c0543920a1dd16d41, '', 0, '?'),
(0x4436066dcb658e727b704be84f181092, 'wp-includes/locale.php', 1, 0x00000000000000000000000000000000, 0x87c6b20034a6296ff3157962551b5ea6, 0xc3183cd2366e8f27fa4a9ac1b3e5f45f0cc106d909190b8a5325d1e14707564a, '', 0, '?'),
(0x61c6c50383c9fb286de04542fd086cc9, 'wp-includes/media-template.php', 1, 0x00000000000000000000000000000000, 0x8baa055d70b4754118406a1334f6206b, 0x7c70c1e321154e52846f8f2a6d63ab3edc388cb67413b3a5e166352d1a3b6d36, '', 0, '?'),
(0x297bf46a572d5f80513d3fed476cd2a2, 'wp-includes/media.php', 1, 0x00000000000000000000000000000000, 0x44b7b57cafd7df9f615d4957a853874a, 0x52820679b1e4166eee6c71eea0fda7e4be859bf317122ea12486b1f1dce12512, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0x7fdb4bfb51f07d1455263b2698efd851, 'wp-includes/meta.php', 1, 0x00000000000000000000000000000000, 0x8836799513bd77eb14bdd44eeed1880c, 0xc7d1fa9d571c0b21aa1ad8b32df15986d97de87f85a3804dcce1f957b9651b3f, '', 0, '?'),
(0x1dd367b99b498621d9add1c7d6075fc6, 'wp-includes/ms-blogs.php', 1, 0x00000000000000000000000000000000, 0x1f5959775f73e7b0834009440c45ac6d, 0x01997edb8347e1df2c2c3fa81da730bdc476fad0668319d855d3a74ea3ec694b, '', 0, '?'),
(0x6d41e7f059b7e0cac0ae52627cde538e, 'wp-includes/ms-default-constants.php', 1, 0x00000000000000000000000000000000, 0x268b259a4deb8b41ba628fe9e459e88f, 0x5f2586f1b6bcd9edeab7d820a3eb2b17c2fe67c4cf6081058706f17d3c9899f4, '', 0, '?'),
(0xa4071e2edd814215bec0784b1291598c, 'wp-includes/ms-default-filters.php', 1, 0x00000000000000000000000000000000, 0x6cb313b5afa41b1012fb6e9e07b9e9ef, 0x578361ba68180aac00d238759a76b99fd379762c4eac89aea9900f21921c7768, '', 0, '?'),
(0xa85bc26ec50f477bc3f927bea2713a9b, 'wp-includes/ms-deprecated.php', 1, 0x00000000000000000000000000000000, 0xca1d878795d3df4baba3174d1d12c3bd, 0x99d07bb422807aae47115731c99344c49d9fc855e011cd8ff45be50616e1ecb7, '', 0, '?'),
(0xebadb70de710217a7d4d4c9d114b8145, 'wp-includes/ms-files.php', 1, 0x00000000000000000000000000000000, 0x5aaf5d1312030b4780a1c879a6dc3244, 0xc65afb68c178d75ee8fe172fd7cbeb1381ee94d923f994e9965a5e4e87b75f1a, '', 0, '?'),
(0xbc76259f7f948c53b45bbfccaaa3d1be, 'wp-includes/ms-functions.php', 1, 0x00000000000000000000000000000000, 0xc01b510ae6d6cb12845b8a7c9f4a2fb6, 0xbd3866f7d9a39ec293b9b33c0f7d1d2e51d71d038003b9eda4b19504db19ebec, '', 0, '?'),
(0xc35f16b497a76a5358e032ce1951513d, 'wp-includes/ms-load.php', 1, 0x00000000000000000000000000000000, 0xe2291b2c6cfe22b5a63f9256d43f1c25, 0xbd999e237ebfd8f196a6268b5340d1f65d058545447d0b4c2af723351f2b0dc0, '', 0, '?'),
(0x87783970e332ac02c5f077e303b8c442, 'wp-includes/ms-network.php', 1, 0x00000000000000000000000000000000, 0xf7bf8e07e778ffbfbf88c133142ee69a, 0xcab85d5354dddffdd179536f24b5566776fc220f2d136a172151474bd57fbef9, '', 0, '?'),
(0x7f6a2686c25efbccf88c62b3f4048c98, 'wp-includes/ms-settings.php', 1, 0x00000000000000000000000000000000, 0xc48805ac4cba40c97223f97d53959ab7, 0x346e2d999904b54aa3f4ade2328ea0b2ae54fa68df95c121d95f482f5a0f22ad, '', 0, '?'),
(0x9e275e934412fdd74947de310b85d921, 'wp-includes/ms-site.php', 1, 0x00000000000000000000000000000000, 0xa7d8b83bf01d238a74b0ba72ab2f2b30, 0x4aa063c04342451f85e4b1a23f24477105b2752c37c7d5de9a0e8c41ee878dbe, '', 0, '?'),
(0xc50faa117b41b8ea6d6df910df2a9d4b, 'wp-includes/nav-menu-template.php', 1, 0x00000000000000000000000000000000, 0x4a4931452567e4859d0213ed3fc62683, 0x415325a6c2b3d05b847c025a4a668c0152483323426cf64b14d3ff1c04d97a48, '', 0, '?'),
(0xa15bf6486e5b50d62e7ebdf0df46557c, 'wp-includes/nav-menu.php', 1, 0x00000000000000000000000000000000, 0x2819eb9e16f58aa3bbd625bbf2d3af71, 0x3f5e0816b5f6d0b216af57c57d547b358c33ff6da254f63aabe9949fe290f347, '', 0, '?'),
(0xb64d52b2e66cc442109c07151146a575, 'wp-includes/option.php', 1, 0x00000000000000000000000000000000, 0xd05da832d65a174219308eb317e396f3, 0xd612bee8c92bf9392a2403a6bf3ca0802a47bf54f7b3a33a2a4e8d6a05efd2ce, '', 0, '?'),
(0x4e7cfec2874ad0b2aa7a6ed7f6117377, 'wp-includes/pluggable-deprecated.php', 1, 0x00000000000000000000000000000000, 0x4086a5e822956ad27ff4a3329008df96, 0xfa151ec4559ddbd1c33da688c5c7636fe2f23d167431ce2d5cee150df73d0512, '', 0, '?'),
(0x6830582dc869ffbbd5e18d5ecc476038, 'wp-includes/pluggable.php', 1, 0x00000000000000000000000000000000, 0x08bd7071b4bda183bb45794af6248fc0, 0xc859c1d68b59002b491942194e766b05ec0364450c26bcac4270fda6ccdd469c, '', 0, '?'),
(0xe4f61b003087f9719fc48a4e792994d4, 'wp-includes/plugin.php', 1, 0x00000000000000000000000000000000, 0x67e2762fa94d0bdce43bb0372f164e3a, 0x4149cff64f5a6c1faddaf7cd7743d1666aaa4098727de5d4e1480c21d1a7f051, '', 0, '?'),
(0x0ecc200e87eca10c4311aa5907968ef1, 'wp-includes/pomo/entry.php', 1, 0x00000000000000000000000000000000, 0x30ee7733614172b3c8cf36564825fe32, 0x258b9bd82827dc168851e75b8715e7d50b9479d9421091ec09e38f4f34414f37, '', 0, '?'),
(0x3438b2155674d412ba9a2b5e125807f4, 'wp-includes/pomo/mo.php', 1, 0x00000000000000000000000000000000, 0x21092f13b722dbb5de243db36955148c, 0x0d68d673e31d6390db365a24ede2da50cda104c40d2157257644a87ea0b56ad6, '', 0, '?'),
(0xfa1db61c411e8c8bcdcb29cdb94434cd, 'wp-includes/pomo/plural-forms.php', 1, 0x00000000000000000000000000000000, 0x735f37c83b028c095dad4c766cc99f1d, 0xcb070fca54c655233a60423d17d5d6dbc3db994e167933adfeb78ee69b4a01ed, '', 0, '?'),
(0xaae65b4bbaeee6628ec4da320c3810b7, 'wp-includes/pomo/po.php', 1, 0x00000000000000000000000000000000, 0xff107b4b5fc5f20b6547e3407b092f06, 0xee470ae47b32d9121e91adc5406bb2d997f9cc0639d4b2e4f7314739d1c850a3, '', 0, '?'),
(0x9a31573b639fb69ab8b04ef1c022ef75, 'wp-includes/pomo/streams.php', 1, 0x00000000000000000000000000000000, 0xc18094b10bda70ef35794e2ed30b9c26, 0xb7ce8cf810f2212d14e6ca89b45e3bc023f6d05574c20ad8575ead98c7594735, '', 0, '?'),
(0xa7d31d923fda9fa345bfce14b6245046, 'wp-includes/pomo/translations.php', 1, 0x00000000000000000000000000000000, 0xb4d743e2ecf49cb00e2a031aee27f5cc, 0x29a69350a99bc5a08d4f62785a2d6474574ef880c7a7ab7e78e95e5905b2ec04, '', 0, '?'),
(0x9461b17455da71b65e21e430c6a36c81, 'wp-includes/post-formats.php', 1, 0x00000000000000000000000000000000, 0xb368b725c84a7c2c251546c59b1f400c, 0xdcd53603bb789319de7118e623850abdff5b6a04eac445b2ae39b939658a5e51, '', 0, '?'),
(0x4dfc90c149824dd4effcc0724490f52d, 'wp-includes/post-template.php', 1, 0x00000000000000000000000000000000, 0x615e45c440a11570078827adf83f11b1, 0x4ed010064f1cf0bb5b77c890e0e88a09859126d08c8f2150bcf9510b65d0e373, '', 0, '?'),
(0xc3e16959969086851e007f0a52299684, 'wp-includes/post-thumbnail-template.php', 1, 0x00000000000000000000000000000000, 0x93eecc649ee8950756818e63ea988405, 0x479d0712252a954a0980daf324c1876f3dcb40af93106bb7a7b90fedb14a6c89, '', 0, '?'),
(0xab88b030116a886cb5530713d3fd4bf2, 'wp-includes/post.php', 1, 0x00000000000000000000000000000000, 0x7b888ed49083f85b02220f60147d4214, 0xefa729a3b0dd17768106eb229d4799d8fd22b059563cd91751ae58203aa31ef9, '', 0, '?'),
(0x8e20e94124dba46643814ef699330737, 'wp-includes/query.php', 1, 0x00000000000000000000000000000000, 0x4f0f959afd6f967926f006a7ba750f17, 0x5ac540ac3f0c40c7dbceaed4ef3d9f85951e2a5e283231c187c7e379faff8994, '', 0, '?'),
(0xf64b460a4ff269f17d2cedf6917701c7, 'wp-includes/random_compat/byte_safe_strings.php', 1, 0x00000000000000000000000000000000, 0xc45b101242d2a3c84adad48801c21b3b, 0x5db251ec80cb843d0750ddb575d008161551ec11c17b3ecf90139111b813f30c, '', 0, '?'),
(0x87c2d96fd477acdbe5d08ed736393649, 'wp-includes/random_compat/cast_to_int.php', 1, 0x00000000000000000000000000000000, 0xfd21b23e869e1c90a7113d499991824f, 0x703e32b604e9c3fb78abf694746ee898067471c71d9aefbadfc6de16a919e062, '', 0, '?'),
(0xa810911ba276398562d424131f91134c, 'wp-includes/random_compat/error_polyfill.php', 1, 0x00000000000000000000000000000000, 0x583a2c948d745d37af3dc1fc51a2e145, 0x0f058fe72c9ebb749d005f6792045825342ee0a674509a5dc83e8e4a13543412, '', 0, '?'),
(0xf6146ad8e6b2055ab7133b0a6cd093bc, 'wp-includes/random_compat/random.php', 1, 0x00000000000000000000000000000000, 0x0fb535267d6bd2eb1fe9210c36bb2493, 0x583810b050a9f6d45f39f5feae6b51c5615be8e72d6d5327123c9140cc21563a, '', 0, '?'),
(0x7481a80c80fb912ea8c39595381631bd, 'wp-includes/random_compat/random_bytes_com_dotnet.php', 1, 0x00000000000000000000000000000000, 0x6e4d403cdfdb4136c21840218159e0e7, 0x2e2313a9242e4ef12edcd55c7f22dcc01543756a8025488a89454ad6885e1661, '', 0, '?'),
(0x3f32795421737cc0a874b0e688f7757d, 'wp-includes/random_compat/random_bytes_dev_urandom.php', 1, 0x00000000000000000000000000000000, 0x9716ae64cafdefaf05e8d8ed1a4872db, 0x0a4466647650ff668e4f106e3a9e9398aa6186e5d0b3c2918a84bb58dd0c0b1c, '', 0, '?'),
(0x9a9e94f3df5b9d89f4443f5f851e5b9f, 'wp-includes/random_compat/random_bytes_libsodium.php', 1, 0x00000000000000000000000000000000, 0x349190eee5edbbdfd58fb3e5640617df, 0xeca749d76eff1bb936d8e4a25fe5b3128994a3676138ccd879cdc6045d2eddeb, '', 0, '?'),
(0xf0a14e20b61ea2fb6904066916daadf9, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php', 1, 0x00000000000000000000000000000000, 0xdcf85b719d3764e276b8edd77aeda814, 0x27d6aa95b12a097f121f5b0045452a4a8b72fc568073ede681c4e1e363039e3f, '', 0, '?'),
(0xb9d42549851189e77d8c50f67a57adc9, 'wp-includes/random_compat/random_bytes_mcrypt.php', 1, 0x00000000000000000000000000000000, 0xb78a54ff0fd4a6ca9960b550a7a54c14, 0xe5623daf062d2eb993b458ffc0ee94ce1ffe54fcc5f259016e9ed0d050e6ed84, '', 0, '?'),
(0xd9d6339bcf49ea39385cd9d69bcc5b74, 'wp-includes/random_compat/random_int.php', 1, 0x00000000000000000000000000000000, 0x2a16a25258e995c7a0afcda442d06e36, 0x387f1ef2f72d1b25a8a9f2fa73e7604eaa8a61f84c09f34cc34df3caabc329c0, '', 0, '?'),
(0x9e452d6ae0ca316aeca3ca0d02cf4593, 'wp-includes/registration-functions.php', 1, 0x00000000000000000000000000000000, 0x10fa513c13dbbe1a37a64da21376abf6, 0x4b64efdb0b885fba4d46a52058bff258fe2e2c27545cd9d936f603f71df2367f, '', 0, '?'),
(0x355c683e0cf3ce77091d9d97870c4ecb, 'wp-includes/registration.php', 1, 0x00000000000000000000000000000000, 0xf290ee07c353e681cb44860ba03331ea, 0x06d59993b7031bec7646b488d9ab9acef9e550abdd42382eb7ece1db18e238c4, '', 0, '?'),
(0xf9d1ff9af4dfd08d33f83e23bc2efb12, 'wp-includes/rest-api/class-wp-rest-request.php', 1, 0x00000000000000000000000000000000, 0xb6e7f929301600d211b394acc16c3314, 0x6fc493d5868f02d35ea121004465e378c8c825912e3201bb8745365d52187c0f, '', 0, '?'),
(0x87562b40ff3081f10efc70b8c98f6869, 'wp-includes/rest-api/class-wp-rest-response.php', 1, 0x00000000000000000000000000000000, 0xae66c030f095ad19b6f1a9f253793faa, 0xd76608475d3c202ac73a6d162f4b3c2d8d100543c47eb4350fd9258e8d9d5377, '', 0, '?'),
(0x083aebadb2151463e087d75250650b28, 'wp-includes/rest-api/class-wp-rest-server.php', 1, 0x00000000000000000000000000000000, 0x007dc3e037195635ebf69649a7333835, 0x5342357d16e975d9b5c5b6142fcae6dddfc45311fc043525900e38ca7acd5691, '', 0, '?'),
(0xceb1a5055a0e0409a0da69d349c88fad, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php', 1, 0x00000000000000000000000000000000, 0x898d1df26d33c145e58a3f80f5d59b19, 0x307055dbdac4aca6958e6883afc343891b722bad8ec717cb9e49dc7b2d714189, '', 0, '?'),
(0x61e66169e7479df6ac887defde1a20b9, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php', 1, 0x00000000000000000000000000000000, 0xd0adcd624a8aec9ef788dfdbf9c90d25, 0xab2a8c8d3e7d3694c43f6a2d39c0014ea4414a0b7cc472a2a01bd177ea0564a0, '', 0, '?'),
(0x2ff7a1f5e2e935535155dbb676022bd4, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php', 1, 0x00000000000000000000000000000000, 0x8d1e5b0061cc4392949110b74a02bc16, 0x8da2671c345722337e55bd98d394cb2c3d2427f0c7e157e6b55339b915fca5c7, '', 0, '?'),
(0x939f360eadd01255d1d1a6dc1e0875ef, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php', 1, 0x00000000000000000000000000000000, 0x068b0b46cc533a26009bd03e66cc5c9e, 0xe4f98f6cb72f1e722b868de56a12cb45035104c56ebe8bdabea279c47e1b51c5, '', 0, '?'),
(0xd0d6325bf176185c299b4986ddf05102, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php', 1, 0x00000000000000000000000000000000, 0x656f1c31c7a0dc87053452418c95bcf2, 0xff7b62335034d89ab852e82f02c0e7357903b87f5c64b251f3f5627a45fd781e, '', 0, '?'),
(0xe7788dce94294e5833752f408c3459aa, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php', 1, 0x00000000000000000000000000000000, 0xae4efee7df3ec94548ae49988eb22098, 0x1d75292e48c60f8df692a60620f2be128baf8a9043ff90f14873d490602415a1, '', 0, '?'),
(0x20ac7abe117a7bfaf0f2f44c11828a48, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php', 1, 0x00000000000000000000000000000000, 0x5e9e22083352309ac61da701bbe50fb9, 0x0fbb957a836d3115a2ca784a20198f67dd1fd0acf97873dc7349d1bbcbb89332, '', 0, '?'),
(0x086b001ac19ae181197b0320dd9b36f1, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php', 1, 0x00000000000000000000000000000000, 0xa1811f0adcd27c8362417e7462607f2a, 0xbda488c4f17dcd926c3e19897fb91f2d41fca7aac5faa854dd24b80c8b0c5d6e, '', 0, '?'),
(0x892ea49478d6f60f517de9740a7002f3, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php', 1, 0x00000000000000000000000000000000, 0x029471cd8accd5c7d3fb7446f5f59fa5, 0x1feb2ca9ee4361eaf0ad204ec3898ed7d27618074b9768574951f9786b7c8651, '', 0, '?'),
(0x88ed5c2d5ca3aa668274e5b44b449a73, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php', 1, 0x00000000000000000000000000000000, 0xeab3e723dfd4018be0c72076c0fa6407, 0x57df59d0308a8f86ec320e778bc60935c6134f9ab4ce7a6ddd2003b31bd9e85e, '', 0, '?'),
(0xcb7d556126676cc3e469b829baebc221, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php', 1, 0x00000000000000000000000000000000, 0x310db8011ae5b959e2dcb56d609092f2, 0x7e47ebd073bf8b4d70e6db1fae987f9a1b5e49f5007e0a2967a63ca6d825d3c2, '', 0, '?'),
(0x7194731edf1b0c84b4c69ee0c3b9e5d6, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php', 1, 0x00000000000000000000000000000000, 0xc0fafbd6219ed099e2aa7e4caa4390c0, 0xd693d632c79fb8db6c71ebae1d7ee63c02255a17969df3af14f467999c9603d6, '', 0, '?'),
(0x337a27824fef93e1a776fe4a26fff320, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php', 1, 0x00000000000000000000000000000000, 0xba113d93ae70b63525f3682404e62afb, 0x73a842605df2c0bbd662f1d570f64dbab3f830e05c8f73917795447b95ffa6bd, '', 0, '?'),
(0xdf4c11238da6b9e0e261b38f895720f1, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php', 1, 0x00000000000000000000000000000000, 0xaf9aed07444253712661b41ba95fcd25, 0x8c3281b8431c8ad6d55a682b1d1fd3ccb495de10c20f27e548f5f070b1489e72, '', 0, '?'),
(0x6751697288fceb98bfa6e9992f21bd9f, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php', 1, 0x00000000000000000000000000000000, 0xf3d956fd4184ddb2b631200522e651e7, 0x4a15f220c125b8449dd25f73753476731db4a14e12423d93630e080617f18dd6, '', 0, '?'),
(0x437f63e88869469bd768e80c2e6e3794, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php', 1, 0x00000000000000000000000000000000, 0x0993bb86a4e7293cbd5132ffc4b0a3b5, 0x01185070cc79e04393f51583573715697ef28fc4677fea1ecf60b6b40b87cad0, '', 0, '?'),
(0x9cf310b9dc5fe7c820ec8a002ac10f4f, 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php', 1, 0x00000000000000000000000000000000, 0xe275d104e075d41ef77475be2b5dde61, 0xd90a83023198c4b2958a10419b835033f592d9f443007b4b370c514fa3d566db, '', 0, '?'),
(0x0571a88813e35f220f0cf1311915c946, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php', 1, 0x00000000000000000000000000000000, 0xd2435f8c6efd345d686301b7f933bb3f, 0xc9774486065a8cee739c4abc8fdd1bbeb2a064d39af04b07bd07caf6db4ed287, '', 0, '?'),
(0x8ec11a2c1f7af3d511a713d290945592, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php', 1, 0x00000000000000000000000000000000, 0x595bdc26412a7acfa62fecb9cc3f3cb1, 0xb49ceb81cdec93e1b7dc12446ef5e5984ed0d2e1da415529041e6ec84a140b94, '', 0, '?'),
(0x1177916573c5cf693cb54fd84a2517c1, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php', 1, 0x00000000000000000000000000000000, 0x097ebbbd5a4a01b079cea79c2584dcec, 0x7f946848d0fb1b05914df2d6f917bf8537f48c6db89b27694202874019e53eba, '', 0, '?'),
(0xdfc8a630e12024a2374f3e8de9bfe00b, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php', 1, 0x00000000000000000000000000000000, 0x1c0b9843c8c7ba1afac72ea6cad5a618, 0xda9f585a6664fedeb112456434cafe1d7a25dfc2c39700634b63c50c4a876c5e, '', 0, '?'),
(0xd0f4d203cfcd2cd9e17f1811f166ebd7, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xce5ac6be42d82c1f4a2954f081996378, 0x0049054daf199903a97c25cd6315caee74ec00efcea6d7e0d471f9af73e1ed35, '', 0, '?'),
(0xcdaa75b96f77734643b9475b6383efab, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x8e681de6436fd53bd62c2e214f5ecd3e, 0x4f7475ab1dc325017e9278b6cab1ff87046fa281d3974a9ce213be348afd25b7, '', 0, '?'),
(0xeb0a6add8d656121e81a075764907110, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x223c389f1da60bde032ef99fa14ba727, 0x201a59d3b51e80cbbc2a8a2c51864ceb597b16b4e3aca370c10d15bd6884b6c8, '', 0, '?'),
(0x17e0e357d04d466033ccdc24f7e61d0f, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php', 1, 0x00000000000000000000000000000000, 0x13f907795ef2a5f5b19b909ec1d711a9, 0x590951e21e461e1f58a7c632b332ee4657b69f0bf929eb0b93c5664b531b66f1, '', 0, '?'),
(0x49362e3a0a28cdc01007f9690042f8cf, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php', 1, 0x00000000000000000000000000000000, 0xf0480d050db130a4582f5ee81d1d3052, 0x014f86fd31962d7012cd51db8aaedf38905a2be617245baca16aa1a4844bd8c6, '', 0, '?'),
(0x0d90ca3cdd3ad1202d7bffabcc961248, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php', 1, 0x00000000000000000000000000000000, 0x33c2b0820ae184b701fe00dd618307ea, 0x60095c584fa1553e38582ee7b1668fad3ffaae6d18fb057b0a511f5db638e8c7, '', 0, '?'),
(0x4775358913021fc37f9561d4afdef6a7, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php', 1, 0x00000000000000000000000000000000, 0x1c907d2a847959eaecd5a80bf1b446fd, 0x31b4825344e9e28a76aa6a0c6b33f90200b247e63cdd18277c867f87218480ba, '', 0, '?'),
(0x59e7554c048a354ad7de94dd765b9e03, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php', 1, 0x00000000000000000000000000000000, 0x2c83f47826d419b086f07b0ab2789c5c, 0x08cf73dea29a9b997a6ad4cebbf19027d2b2ca169ff77745cc1f053f07f58612, '', 0, '?'),
(0x82129762a494b7bb4e810338ae686be5, 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php', 1, 0x00000000000000000000000000000000, 0x07e8e563579755eedad49fcf6042091c, 0x77fe0da8d16ae22a826d986c5d98208974eb15e950558a021b191d0da545fbdc, '', 0, '?'),
(0x04b011c39a32e2b17ffb640e03cd3d01, 'wp-includes/rest-api.php', 1, 0x00000000000000000000000000000000, 0x57ecd79df35a1601fa31154924274fc2, 0xf47c0da26af113de1ebacd9ed83b23d20a5a11f230ef7c8813490edda99bb1ca, '', 0, '?'),
(0x5f02b0000cdfc56420954d507edbeb44, 'wp-includes/revision.php', 1, 0x00000000000000000000000000000000, 0x50d9829e67a24f566a58c0babe9fdf19, 0xab346b9142b53353a78f8be788cbff911fb4af2292a9c11a42478ec78e004b56, '', 0, '?'),
(0x29be4f7a3d9c75a98717eea308c4cbb7, 'wp-includes/rewrite.php', 1, 0x00000000000000000000000000000000, 0x3700423622c9088fc296b13781dd5892, 0xba0a9d84a8f1d79175cbd30e928dd908c1040c9ce0352445858d69b73449c064, '', 0, '?'),
(0xa1de4fed49e17ff3599f5c887b3dab48, 'wp-includes/robots-template.php', 1, 0x00000000000000000000000000000000, 0x835ce48714aa6cc3addc934d0617fc90, 0x5ef11268a4d652dfbb75c8c98604435a3131ecd35391fd1be52605cc8a1b7030, '', 0, '?'),
(0xfee0a203bf77039bf1190827a2362907, 'wp-includes/rss-functions.php', 1, 0x00000000000000000000000000000000, 0x207872fe36ef32be278c5d9f65e06c23, 0xe47e5ec98e160b66177d6efa8dde4268fd0ede693d46980a8309b8d05ee92c14, '', 0, '?'),
(0x82a7ace3ed41bc13cef28c311a853ba4, 'wp-includes/rss.php', 1, 0x00000000000000000000000000000000, 0x1708e5347c9ed9f2f2b9a365abdd2872, 0x3a99a42e7f2cb0306148fd41f9e000353aae6684730a668fe7b5d1189e9f05ee, '', 0, '?'),
(0x39977d20425ebfb23f09eb9d22eb7f0c, 'wp-includes/script-loader.php', 1, 0x00000000000000000000000000000000, 0x640f7978052d8b1baed293c9b0036e4f, 0xc6104b249a07c09cf239228a7824c3c55d301cb84a4c248068b2a66ee2a6f1d6, '', 0, '?'),
(0x4568fba1b0cbfdedb9ecd0406171bb8c, 'wp-includes/session.php', 1, 0x00000000000000000000000000000000, 0xef4e524db1893c5cf7a0bcb13e9df4c0, 0x7de9e60fad0e19bc6b2b384d8615553d3c3bfed97496bc8fb3492a2ce33423bd, '', 0, '?'),
(0x566e650221ca7a3075310e3fac12bf03, 'wp-includes/shortcodes.php', 1, 0x00000000000000000000000000000000, 0xaa85273941fb4388a57a611ccfa5fb32, 0x406ffaad690db9b59ee793f6bfe090caca7df8381f9d6edbd2e20623951ad982, '', 0, '?'),
(0x0edf4864e094d6e3e8f1956ff2430c5a, 'wp-includes/sitemaps/class-wp-sitemaps-index.php', 1, 0x00000000000000000000000000000000, 0xf92661811b82af31d607e69b35627d31, 0xb86b5a7ff2c7169060a71ee82a355975a3c285945742a62d34593fd07bccafd8, '', 0, '?'),
(0x094a08bb8583ee9ca318d7f33b75087a, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php', 1, 0x00000000000000000000000000000000, 0x0eaf64776904e32b991cc617c44dc355, 0x6017dfa8033d02495cc44cec130b9dd1f1305abab459be93618467c31584c435, '', 0, '?'),
(0xb10a5d456783b7cb374f71b9620ee8e4, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php', 1, 0x00000000000000000000000000000000, 0xafb7088498c247e5e4f36f1f830ab33e, 0x3e8e9000a942ee1d875bf1e75a92b43ec770d8de8ff261307e356be05bdb479e, '', 0, '?'),
(0x2ff0f8e866b9895006ac106a3e58aabf, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php', 1, 0x00000000000000000000000000000000, 0x567d1d6483830f54b3dca7a74322c2ba, 0x3af669ceeb4b9ae52cf0637d6931c41407641c95e4346ccc63a932c592eab632, '', 0, '?'),
(0x51b0f62df9430c042d5d43c9cfd011f8, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php', 1, 0x00000000000000000000000000000000, 0x077f968814b99a4f8fb8a5ab8c383117, 0xb388ad7624f8cd8fb4c2d72cabe58635ca3658f67e58caa785e9e28490d4dbe5, '', 0, '?'),
(0x09ec2f913f13d1f45e9db845ded5911f, 'wp-includes/sitemaps/class-wp-sitemaps.php', 1, 0x00000000000000000000000000000000, 0x352e52cc00499375f727741c0856f308, 0x679dad9665abd93b8c5f7ea85f662f5076f992680c6de493480ef2b5faeb67d4, '', 0, '?'),
(0x4ff1bbdf4fe04d5f4b37c2f96e1d9ae1, 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php', 1, 0x00000000000000000000000000000000, 0x2a35cafcdbf05e6747b0016f053c4e4e, 0x35d50f2734cfa30e8f6a33c392a14e6a58921043558721ba86f61b04bef75d7e, '', 0, '?'),
(0xaa990d0f9f179eb55bafe300ea45754a, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php', 1, 0x00000000000000000000000000000000, 0xbf56ea88cca6a6f8d9514be31e23ce80, 0xc9519a11e45d2b7f4ea5188b5b6d5ecc8b42d9078ef031b9accf8fed7ff97d9f, '', 0, '?'),
(0x3684dec68ca1997fc4f64398aef57f2b, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php', 1, 0x00000000000000000000000000000000, 0xdc87fbc9580f25ba455779896d27f8cc, 0xa27cac0d054c1913f2ca9cd18d1d16cd7cd55279e4f236535ef8105cc219e8ac, '', 0, '?'),
(0xf0c979ccfe75e86eb59ddb635bd9a79d, 'wp-includes/sitemaps.php', 1, 0x00000000000000000000000000000000, 0x6747f6784ec7298a2fb3f4a7bd02c92a, 0xc525d6f81ee0aa53e469f9ac8dfa783310926bae99bd1b4fdbf16e7a5df6bfa4, '', 0, '?'),
(0x31d09159e9e3c234495e70ed1f061419, 'wp-includes/sodium_compat/LICENSE', 1, 0x00000000000000000000000000000000, 0xa860710238b232f8473c41391a5117f1, 0x0e5de6543df285373603754e260b163d023857021e3ce1259fc4c0e2f6921bef, '', 0, '?'),
(0x23f1ef6955d3669bbb88fad17a684a46, 'wp-includes/sodium_compat/autoload-php7.php', 1, 0x00000000000000000000000000000000, 0x14d11dafb7b116d2e16efdf4ad349ce7, 0xf02dd1d0722a489615f15e84fc4fd23c90617ba98399fe58eb40e56720e3a42b, '', 0, '?'),
(0xc3bda3c15084b23726dda360e38d0829, 'wp-includes/sodium_compat/autoload.php', 1, 0x00000000000000000000000000000000, 0xcea51a1c4261620b855fc6bae3303151, 0x0aa3af94bce8ad823a7c1282cbe744ea678cb6b211f7b244550810d70dd8f73d, '', 0, '?'),
(0x561bbc0deaa733239e934af210f7197b, 'wp-includes/sodium_compat/composer.json', 1, 0x00000000000000000000000000000000, 0x0493b20b58e99137a57b280e473588c1, 0x353c9bb148e0dfe958300efdb3c9f8749c3eae2dda018dd81bade0c4fdfe1e0e, '', 0, '?'),
(0x413b138d7fd8aa1abcbe96dca6ef7aab, 'wp-includes/sodium_compat/lib/constants.php', 1, 0x00000000000000000000000000000000, 0xc1bdbc16df7be2bb2385b26c05c53e6d, 0xace6d9b96d6328cd6cdae5fb2712d16d101474db12cba3955b94cc1867b9e857, '', 0, '?'),
(0x001e3f48ea00ca457dfdbfa6b3e722e2, 'wp-includes/sodium_compat/lib/namespaced.php', 1, 0x00000000000000000000000000000000, 0x30319dd5cee8f894766e479cac170da0, 0x5d2f721e7efacaba4f829b870243ee63a7784285806a2feb6fb59855d9492ad9, '', 0, '?'),
(0x50b5e10a197fff65a1e4f075b5220eed, 'wp-includes/sodium_compat/lib/php72compat.php', 1, 0x00000000000000000000000000000000, 0x58f9ca42ad6393bb661734ef5b16815c, 0x27f2a27b147e8fb618aa56fd411128fc7016bd58dcfb94b6c8b5c6452fe98df9, '', 0, '?'),
(0xc3821311754af54ded2f08802077b779, 'wp-includes/sodium_compat/lib/php72compat_const.php', 1, 0x00000000000000000000000000000000, 0x0bf0707be11deea15b95b4cb94b7091d, 0x07c039e76ff3f89ae1ea47179266c8706d6547f302236001ad3a51fc7b1760b6, '', 0, '?'),
(0xd6dccf42fbd8578be9ca6b0d5a7bbda5, 'wp-includes/sodium_compat/lib/ristretto255.php', 1, 0x00000000000000000000000000000000, 0xe6355c538117e4f6c3017ae9f8a793e3, 0xbf0016689397f73d89605d5533168c6785f7e6aebc342531b5a53978e42a12d7, '', 0, '?'),
(0x082c1c2123519683509d5b3bba959bc4, 'wp-includes/sodium_compat/lib/sodium_compat.php', 1, 0x00000000000000000000000000000000, 0x9de60e52c750e9178779834242264634, 0x04ca6bb88ab5cfdadaf869c45d0b4adff58e09d41c89c699dbb0546cfea278b8, '', 0, '?'),
(0xb2958eb2e2439f090c2361bf9353ce5b, 'wp-includes/sodium_compat/lib/stream-xchacha20.php', 1, 0x00000000000000000000000000000000, 0x089da91ffb99e09d1a58bb78a83329d9, 0x6dd0690e6fa86a03cc36585011ddfa4af7fe7995cc761278e3a3ec0b8701dca7, '', 0, '?'),
(0x7a886d9553161941fd7d0749bcfeb429, 'wp-includes/sodium_compat/namespaced/Compat.php', 1, 0x00000000000000000000000000000000, 0x41f269ea6bb22fcae5bf6a0d6e138e33, 0x31c027a7b6878fd5bb2e12ec4fd0e07d1335ba410b6669a47e9da23eee3a7d73, '', 0, '?'),
(0xe8776a3082a2363798b315841f40f954, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x22ea8c327337acf85cef690c2397cb45, 0x61c7dcd80184d3de74b9c057f18f03c209cc334e8a1ac6e36078866849dd60c0, '', 0, '?'),
(0x766999667550e2aa305ef93e64a816d4, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xc2cb53470b05b0cecbba939346bf84c3, 0x5bde2898ae52b88ceae416eb0becf48a24a60fa313326f8de5e37406fb62f7e7, '', 0, '?'),
(0x42055ee6c7749b70846b808cf2ff21fa, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x52d92a4cd35447e2e934255089b4b90f, 0x2d90968bd9d60fa96e9046904aad2654d350956f5ccf935c8eb9bfe63296eddf, '', 0, '?'),
(0x4bb9bfe315a00d5c02557af7f51a3a27, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xec56c52afbca46e8b0af9df13c8ea46c, 0xe5c2aea252946c079655f1d902a08f99777a06d7616e6b96c747de74ba1233ee, '', 0, '?'),
(0x37b287906f045e6cca3a8dd2cb42100c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x98c1098c12e649a5ddb6158d33828b53, 0x214dda92deab4477a395e9de776528b221cee4f63def19e9dea864e0d62c4757, '', 0, '?'),
(0xc79dc25ebf78f0a44a421acd332dab36, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x90479618fe12355d7b2295bce3ab56d8, 0xa843cb4a727e571619e8844f59852a5bf33a5b6a29abb2c247fdd084d612658a, '', 0, '?'),
(0x161a0eb4f029209425697983ceb40207, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x7d2b237a2caf04e865df0672454a192d, 0x7366badc7140b5da38bc217957a526da944107c82b2fc5755995869c34349c47, '', 0, '?'),
(0xce9d0b507cd9da92fc879ef35c0bc36f, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x88208477045ee3ae0fb3195de7b7a34d, 0x95abf2b0c1f1f7a75a45fc4f1d15ebb43728ad6e7f599bee0f68ee07cba88387, '', 0, '?'),
(0x68ae16cb7e63540c4f6f17b679340e7c, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xaf6622fcbb8ce72336247b204a4c2722, 0xcb65c5878e361a28ab71cb2685dab6acedc25d9cccc6070af7436c6987dea987, '', 0, '?'),
(0xe5b3b324bf20407a36a7006092d12faa, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xd58b7de7ef0e421eb00ef748c0d63731, 0x90c322c3f762655462bf2417e0d6e682d6d789f90a85bab07e0fbd6c6e04ddc5, '', 0, '?'),
(0x3bd71d76f030424baca4b5c4310fd0b4, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x1dae1d2b036f7e98a458fce5dd9300cd, 0x785818047fb781d1b9da2436dc55645a24fc90d6e67897c1a4dfd826330ed70f, '', 0, '?'),
(0x3416d7333140bf2a72ebd8d3c3f7b238, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0xf2c59bf14ce5115cf350da9c051dca55, 0x633ed135a86f93bb8ebdd0ef149df0bd839018b05fb05439934c7e3bb26537dc, '', 0, '?'),
(0x8a6b494bc19884d2561d5b84b40935a9, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x0bc917a5763ecec51923ab89216ec128, 0xdd444655757ce976a9b72fe25dd032785f45524c32516c5039337309b63135a9, '', 0, '?'),
(0x8b8ccdd8a82647e9a6299a6b7bece8a8, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0xac071d8268e10c111efcfd50abd4ec14, 0x4be7d8ce13886418f9251db1192e52414ff446beded7e2e2e00fc1b76a6ff92d, '', 0, '?'),
(0xcaee0b4fe5bfaf7552f2fbd263c15b6a, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0x185b636ceb728b75a90609c3d0a1755e, 0x3670cb17d32760c02b2a5b411347e0348a8dfcfafc5e36c58aa3e81225d4c143, '', 0, '?'),
(0xea7240a411c84406be8b5ad00ce4afa9, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x018a214be50e091e357910bca181532a, 0xcefdbf885479874fee2575173bc855ec937de367e6fc319fef29980c7fdd5ac3, '', 0, '?'),
(0x8e37ff30a5ecc105c12c9a09094d1c0f, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x5179be84a33fbf1e3be9389e560a06f8, 0x00c72dd8de5d14ebaeb3870e95584574299860c9c531d81f43fd7d4d7232dd2f, '', 0, '?'),
(0x72749f49c28c675bbccb3b08a0f5ec3f, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x0d56de4e85636b30e37d2f10f5d583e5, 0x6eeb4ba0d06b5ac27fd609c097f20fb1204e0424209f2045d09a8fb9d765d824, '', 0, '?'),
(0xae7f36ab13a09c3fe19b5e6fefbb23fd, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0x72170b2de4650fc5faf6725ea921837e, 0x85ee60948352e96cd4a54c027ae33f69c2c481414348d3f39eaea35079e9066e, '', 0, '?'),
(0x33701983bd7f1ce35cc2388e6c44a671, 'wp-includes/sodium_compat/namespaced/Core/Util.php', 1, 0x00000000000000000000000000000000, 0x3b9df32ab76b4c771e42a30be664dd3d, 0x65635b64944d3f48d37cde4b599e0e00348bb040982051418c9b3a46461920ef, '', 0, '?'),
(0xcb3556019b78c72c24be3e3764fd6bbb, 'wp-includes/sodium_compat/namespaced/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x0405dab862faf2af1039f41bb087b14d, 0xe946a92f271ca18d804d259439f4a07d40acce6657a33e8c960c15532aad156d, '', 0, '?'),
(0x78ef7a23e85d94728c753f309fae4ff9, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x901e68df0c8bd51b6760c9b83ada955e, 0xbd0e959f01462f51b04800f9a6e65e126c2030a142ce93d5ab0b3653405068eb, '', 0, '?'),
(0x9a06b5c232bcddf4f83afdac1594a1b7, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php', 1, 0x00000000000000000000000000000000, 0x168562341fc70e2717a1971f26eb9ff0, 0x08dbbcf39b8a34502714f4a2d113e168194eea61eb3eb7a8db1d45fe35e0b09b, '', 0, '?'),
(0x8e698a05a9b542c8166adfdef6d6ef5d, 'wp-includes/sodium_compat/namespaced/Crypto.php', 1, 0x00000000000000000000000000000000, 0x08974738a94a2b9c1cf4b38b09bea07a, 0x053e389ca9b82758eb69d45562fd47d0bdd82c3c5460361117e4b9c834d08df0, '', 0, '?'),
(0xea304ae994c7c1e9cd6678b023587b97, 'wp-includes/sodium_compat/namespaced/File.php', 1, 0x00000000000000000000000000000000, 0x5dd66d03c777e82fe65cc6793511da0e, 0xbbc990748964379648f190867d3db7f91e2e7493e2437724966063bac01327fc, '', 0, '?'),
(0xf52af731b647e98dab76ed4cdf9f6e8c, 'wp-includes/sodium_compat/src/Compat.php', 1, 0x00000000000000000000000000000000, 0x492067c6851a083af2f215db9de997f8, 0x067cf44e35c8a92acd9fe318e868376adb2ef07893c0cc7d14aeca97e3dac6ce, '', 0, '?'),
(0xff5153be32f523cdc3c15db8737274d4, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x3e8dc40f8ac31bcdaf1a486479a39b34, 0x2d9cdaa3b8aac07c1f410d63be90800e778df7481134a855709092bbdb63d11e, '', 0, '?'),
(0x2ad726433a5bbea5f172d5398b4ee98d, 'wp-includes/sodium_compat/src/Core/Base64/Common.php', 1, 0x00000000000000000000000000000000, 0x50dbc86566e8a7c4f5ca69aa27d26a57, 0x36fe90b0556dd096b225cfec903f8d4d8853b008415e3dae58a0aa7c5596c319, '', 0, '?'),
(0xda27a3ddf81f3790ec62e2e4087e2036, 'wp-includes/sodium_compat/src/Core/Base64/Original.php', 1, 0x00000000000000000000000000000000, 0xd2a32def82fd04e8ded18182f0bab105, 0xb139007a196f748849443a00b99beab7c967e4200f4925e17e10dea6818d246f, '', 0, '?'),
(0x3d034a10aca6c7b06a618c7d4c49895a, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php', 1, 0x00000000000000000000000000000000, 0xb103c07046f5f181067431c62bf6c0bb, 0x0ffe3b89067ddbfcc7005bb79ebe270d71ce16c4e1dadcc4a564dd3b23e6b02e, '', 0, '?'),
(0x18eb3004dc9aeeb95ab449b7e4b8b14e, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0x279955e5b783fcd6207144de46eecf48, 0xd2ebcdd4a6c4218dd91806f082d3a2744cdc6b2ebe2231dde4436dbb4b67a37f, '', 0, '?'),
(0x8cb8a6495355607580b4fa54f2c0ca46, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0xe96c887bc3624f73e9935f61ba14de3e, 0x6df56e35f1cbdf90d69eceb267014ad9fc5cb5fd0217abbeda3386f2e312f5c8, '', 0, '?'),
(0x267f44e711a5f751a352c8d077a35d1b, 'wp-includes/sodium_compat/src/Core/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0xe5c615062d72876a6949ded8a3658a62, 0x94a562ebc645b7d6e8da2671b6feffe7aa1d802a821e14968785c8f8ee12f8b1, '', 0, '?'),
(0xb1f0245bdffbdc741c43c5a415497716, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0xb5571ef80998e52ca40fe2f77e8d72a0, 0x4c3ef8a119a365a180a180ba8968fd0d4624fb43bf56a1b70eb0a893b7371384, '', 0, '?'),
(0xf8443d9fcbf7870e8ae80bd653badb43, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0xf925f45890a4f6b08195d060d0b94b5a, 0x53b557a0f02caae8b466a4c3d74b7baeff5c99d0fed5d8e08ef21bd75e592fa8, '', 0, '?'),
(0x7aa29ae5914ca9a335096735b5c48eac, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0x74d772e849a6b1af620377272d37ed9a, 0xb375a953d57b95fc3cf80e1993f46e0ddf852b2d0e23b23bbb0be1b78351d0ae, '', 0, '?'),
(0x794f9e0079166af965420a5670c8fbf0, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0x9645edafb7e483c6806bfc766ba2a50d, 0xf0be020c8aa56969104c4dbb50a0b5ac34daf6dea84f5f21fccdf893694e09bb, '', 0, '?'),
(0x9ef78d8aefa9c1c855d15c8f99619045, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0x9677b895cdb1c0f67230a0ead8853de6, 0x3f45dc25f7eb2b8e9b03841eb1c877810de45edfd6972e24e291690591245b57, '', 0, '?'),
(0xd175526ca374d007ddcdc0b4229318d1, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xfcedfb37d68a695b4caf39c6814809a5, 0xdfb97b3828fc95c38f6174fbff0043d46e3351ed84daa40a896c3fbc1e2479f1, '', 0, '?'),
(0x526a13a671f1a11049d38f1aae5926fd, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0xc6eecc17300d4a6058e7bd2238be6279, 0x6f4869a9bf59834e3309033eadc5f7f4dd5f94d5f6059cbe4a8c2caeb796535e, '', 0, '?'),
(0xf4fff6cfdf5da8523edc772e92451751, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0xe195b5375c46fb7c8b5b45aa8481e76c, 'wp-includes/sodium_compat/src/Core/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x183fc6c9e40e441f71a51a6cdc8b5dc1, 0xa51facab255343f783ad787a6795593398910487c624b489a3a32927cb08ca22, '', 0, '?'),
(0x352e3db9808d64293c708d657599735e, 'wp-includes/sodium_compat/src/Core/Ed25519.php', 1, 0x00000000000000000000000000000000, 0xaaf17d99a85d5b57df29be429fc179d5, 0x65331c0a78d9f9bd265cc4816b13ddd2ead9a6e77c080f9884aa56ae8c739bf6, '', 0, '?'),
(0x6969b7c281226ffd0643c81984b3d760, 'wp-includes/sodium_compat/src/Core/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5b527a40eb4d4d10516d0672f7018385, 0xb171c09108f258394f07f8fea16134c141afdee6c0c4cf27f4f8f2ddccbe1d65, '', 0, '?'),
(0x936c81fc1b743a7b302b37e0394314fd, 'wp-includes/sodium_compat/src/Core/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xf1d3480c782bda30371cb89960ae7df4, 0x40717ab4146ad81849af99e1e6200044bc61b60257bbac366ecd7b8aa3b679df, '', 0, '?'),
(0x396bb97342c2ce3d7dd5ed54c5836337, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0x569cc8cf7a1fc892b9fa6028e56c45d2, 0x91badaebd0e9e2afa0e79b8daed9f6dcd6e3df0cd4b51d4ab15cc45ff87a5b13, '', 0, '?'),
(0xfeee2e88a0199449ee0a6671f1024d39, 'wp-includes/sodium_compat/src/Core/Poly1305.php', 1, 0x00000000000000000000000000000000, 0x21f0699cd14cb3563d582bb20976307e, 0x34e7ce2d3c34ae2c2256b2c8b158ca98c3ae0eca685297094bfe46eb6ba1141e, '', 0, '?'),
(0xccb8bf128dac992d5d1a9f97896efc08, 'wp-includes/sodium_compat/src/Core/Ristretto255.php', 1, 0x00000000000000000000000000000000, 0x6b39f703775ad608ea7e98b920f8f427, 0x207a10be1f60574e3f5dfdd39f90422c4b84f5c84a036cb4ea8a57b1a83e6ba1, '', 0, '?'),
(0xc4d1bac9a90c9582027579e2d2efdb7d, 'wp-includes/sodium_compat/src/Core/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x180b1baeb9a362356c4ae523fb9af576, 0x633d30ef8c2d14238e2d54e453c5588603269eb434a190e4ef00c84b38050d8f, '', 0, '?'),
(0xacf373433c893a8386e6183c1bce41d0, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0xe9ebf5e93ac75a7be38ff0eb35b26f0f, 0x0207c1fa0cc73c10e58073e536b4f7002c095261f4ad1d756858f0e563f0d8d7, '', 0, '?'),
(0x252e96112e4374ed3de1ead0ea055c60, 'wp-includes/sodium_compat/src/Core/SipHash.php', 1, 0x00000000000000000000000000000000, 0xf61e634a3e7c457176307c627687c320, 0xdc9ff76ac60f7065f24da84eab3f94ecce1f050461080ec1d258692b21538932, '', 0, '?'),
(0xaa1e4a2de78b81bad45c22fdd7a526f0, 'wp-includes/sodium_compat/src/Core/Util.php', 1, 0x00000000000000000000000000000000, 0xc49ea487fbbbcc571753b152683fbe49, 0xf120ebab0da707e728fe5f1ce071132a68377740aa4c5f43d1fe16f7e8bc732b, '', 0, '?'),
(0x0047b8a5e04d28e70fd2596c577ae321, 'wp-includes/sodium_compat/src/Core/X25519.php', 1, 0x00000000000000000000000000000000, 0x705afa98a3cb02c43a03218419d9bcd1, 0x33edb36ca640d9e499fa976fa32dc93319f61596fd53a6cce0d58f26ca219dd0, '', 0, '?'),
(0xcbc79d86dc5181bd5f799c64f69d2ba3, 'wp-includes/sodium_compat/src/Core/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x5886f18d5520695530c66c6c391bfd63, 0x8dfe5fd27624141fedb855375f912a0d3fac2b1f0ff35ef78ce289be01bec480, '', 0, '?'),
(0xfbf0888dcf8158806e050df7e63f83c8, 'wp-includes/sodium_compat/src/Core/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0x70f7a6c6aeb975af847f026f373b7e7a, 0x99a5afdac820256cf279bd278f23045b89f61f805ff27b451315bd5d388d25dc, '', 0, '?'),
(0xfb0580b6d0ace7709a491604d2c65952, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php', 1, 0x00000000000000000000000000000000, 0x46e94b8a9e79e4228f15ef4af8dacf7f, 0x7e54d319bb295fbaa19d8019d4879dc08859482bd503b416d115c98f27fb093b, '', 0, '?'),
(0x67941a98a0cdc59efe07ed7c71129a28, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php', 1, 0x00000000000000000000000000000000, 0xb99ce01d8d1852d13c1f826e49813c7f, 0x9d657d5d54a1a959287fbd7511260df7cf39302b9f189761ee44cfaeb423e9ef, '', 0, '?'),
(0x84b08e0c65d9139e182d051c0ab67956, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php', 1, 0x00000000000000000000000000000000, 0x8d10a9897cae57779a623e45cff2794a, 0x8227c0b28eafad7ec03610c89d0a11428abac26167c2907af9c1eb64c3eb5119, '', 0, '?'),
(0x9fda0e76bde12371b8f21f19b4c883d9, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php', 1, 0x00000000000000000000000000000000, 0x971e45164f78d99558da32eb96add883, 0x78a8d7614a4ef92165b1acd722224e71ea7de7ab414d43fb3129aeba7b80126a, '', 0, '?'),
(0x950485b84909329f0852fd4e6a59ffe3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php', 1, 0x00000000000000000000000000000000, 0x93f701bb01e99676df0d732a935c810e, 0xf8cd4fb2055a3dc13c9a3353f174cf51900887aef25f97753b149109166d3818, '', 0, '?'),
(0xc23da9bc867dff4c73517f0a60712615, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php', 1, 0x00000000000000000000000000000000, 0x5b4d2f2a8eb545e63c73e4571bdc5247, 0x0af0c15c82af58ceb0d6a85092b041e5c2970a586af027a33b71fd7bac8761d6, '', 0, '?'),
(0xcded53bb023e73bb552980b9a415cd48, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php', 1, 0x00000000000000000000000000000000, 0xb079248f4e0358d21b9fee6c80b16c13, 0x5bec8e2da9b9c276353cdbe54d0ae11f1fa6cb2b42bb75022e162cd43515671c, '', 0, '?'),
(0x84c0ca0fc6c4d55055a1851e616397d3, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php', 1, 0x00000000000000000000000000000000, 0xb3594192c047023d62d17512a11694f7, 0x7af12ccda5b2e8e07403093c7b40597b04fa697983ac73988add63a22853fd4c, '', 0, '?'),
(0xdfc4b53e1593842342a77fbe62f3f1c7, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php', 1, 0x00000000000000000000000000000000, 0xa0db939cd1f447ff632cab993d635ea5, 0xecdbe4078bab47ea638bc0ef0708e8742804350a2c3925d9f797a3cae529ef65, '', 0, '?'),
(0xbdaf21dc683e18846971853874d5c26e, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php', 1, 0x00000000000000000000000000000000, 0xf600e7a413d93ef606a4405565ecec55, 0x18aec89b7003f1e204a1cb846f3cb8a74f0a01bc861f4f6f127bd6773d059753, '', 0, '?'),
(0x0c51ef173130d8f2e907fdf6478eff2c, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php', 1, 0x00000000000000000000000000000000, 0x787d20f39294ef701d63b0a04be04fff, 0x28483ec9f630807dbe8d0c17cd383a6585291cefbcb4acf099064ec12fce7aec, '', 0, '?'),
(0x6effaedb97d4f076580f064829e90717, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md', 1, 0x00000000000000000000000000000000, 0x1659a2aacf9bd1767f6a9fd70ac085cf, 0xe31553d30b7801965ef6563e6dd0212daa71ecf7ccf144d96556d1dfce06c8e8, '', 0, '?'),
(0x009e39f3bf6b3505261ee5d99920374e, 'wp-includes/sodium_compat/src/Core32/Curve25519.php', 1, 0x00000000000000000000000000000000, 0x4dc26bdda24199dbfd44ac357afa796a, 0x14421c51a965218b52b1696c98d073cc6e71a1d252343178eba478ea85511321, '', 0, '?'),
(0xf0492f1ab34ee732e9f70bf6e1c9f170, 'wp-includes/sodium_compat/src/Core32/Ed25519.php', 1, 0x00000000000000000000000000000000, 0x1b3adc3019b3110968916d4e50b485b3, 0x9ff74c481624472f02856264e4851e2b9e005a5035f5bc597eaa62b7cc323070, '', 0, '?'),
(0x22de14d230d800934cb5274dfc17d70c, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php', 1, 0x00000000000000000000000000000000, 0x399835a3c00e65cf66948b237faecf9d, 0x03e813e86998c40d0343e1fd9da222d4b3c10c0d3486ae38c063f6d153dd12e2, '', 0, '?'),
(0x2ad36055a87abb5d224c259731ad01fc, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php', 1, 0x00000000000000000000000000000000, 0xb4d12f447a7814feb6c782c90ee2adfc, 0xdfcf12ee2cc7e8d5dfca0345acf9bf157b8eee302f6d9b61d35888690c89e0d1, '', 0, '?'),
(0x89b8add05a7cf2f230b23735ff6f1beb, 'wp-includes/sodium_compat/src/Core32/Int32.php', 1, 0x00000000000000000000000000000000, 0xbbb333b70e7fa24e4d5bdc2fe00d7e48, 0x8d8b0ef1ea1f9172e657fb86bf5140785b31db0c20ecc5f22a6f13bf39ca24a3, '', 0, '?'),
(0x28ddc64c535b9af6576c2393f0a6f3a0, 'wp-includes/sodium_compat/src/Core32/Int64.php', 1, 0x00000000000000000000000000000000, 0x25186dda530603bb2c9714bbae5c06a6, 0x1155e5d8ce10219c36e8e72f1c9555e163711de11ef9c36ea9c2e6bf40ba2b80, '', 0, '?'),
(0x9112e37565817f7b58a131ec82d1d20b, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php', 1, 0x00000000000000000000000000000000, 0xb4b644fa35dbc824c3bd0a09e0277130, 0x08135c868922c8d4af2d0d1436deeb65d44eb4490644e6ba7a42e60d0f00fcf7, '', 0, '?'),
(0xc012ce561a46c317d300e1cc1d8e7c80, 'wp-includes/sodium_compat/src/Core32/Poly1305.php', 1, 0x00000000000000000000000000000000, 0xdf404267e9c1bb454af8c6bd174811b6, 0x6901a7eda67c5c49a69703c706f19d144589918cc95f950bac58e7b6886a92d9, '', 0, '?'),
(0x97ed7c9c7e9489f71dc9f08781e515f4, 'wp-includes/sodium_compat/src/Core32/Salsa20.php', 1, 0x00000000000000000000000000000000, 0x2936b4a5293af6dbcdf0b88efd9daee2, 0x1c4830a2930b4cb3d1973fb8e39eb98d2e31c74df249116508d3c9021dd9a392, '', 0, '?'),
(0x147789c1c3fa2b1b00e398f2ec32ce52, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php', 1, 0x00000000000000000000000000000000, 0x1a6a6ff10098ba08792ca80c2a957d63, 0x327022576ae184158097ec0173e26c1f66265340c75bc7135c8baa2257c60810, '', 0, '?'),
(0x71b70730f893c4049cc1bf1db19bec35, 'wp-includes/sodium_compat/src/Core32/SipHash.php', 1, 0x00000000000000000000000000000000, 0xaa354f02263fab9d0b45ba09bbbb2516, 0x5e25258e6854158afd2c911be6fb0716a8b3be146b32acc8ae6e3d6e253ad2ef, '', 0, '?'),
(0x60fd7d2bed36b1104c2d715ba9ae240b, 'wp-includes/sodium_compat/src/Core32/Util.php', 1, 0x00000000000000000000000000000000, 0x8ca331ee60a3d80faf0f309ba1a3d1e7, 0xe0a471c6969582d7e289252fdd79a46792167277c39b8b0dcb4c523e033d5919, '', 0, '?'),
(0xf6c840e67d9f7ea5344791763c82046d, 'wp-includes/sodium_compat/src/Core32/X25519.php', 1, 0x00000000000000000000000000000000, 0x67e9a562f1663e158e95ebbd3d99b2b7, 0xacbe939adfbad760cf1127b88b830ee79bb19308cdd096782369a7d4c523aa08, '', 0, '?'),
(0xe25536cf8573c464c27e787f16a1fdf0, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php', 1, 0x00000000000000000000000000000000, 0x0d8d2ad2756e95726475be67bced01f4, 0xc9d2b73c68f9621d6ff40b3ef35782c31ab14e988c9a2065117fc9f9b26961b0, '', 0, '?'),
(0x68165a045b81fd803d8197ef7796728c, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php', 1, 0x00000000000000000000000000000000, 0xdc5c999dae94f1f5e03a520e2fe22b05, 0xdec9aba10fff87a8d0f8e7cc3aaabbb66a4eea6d6da9fa86bd52b7aab81b075b, '', 0, '?'),
(0xcd4b083dad5808ec610c3ac427351dbc, 'wp-includes/sodium_compat/src/Crypto.php', 1, 0x00000000000000000000000000000000, 0x811c2d70fc98ff820045c863629c63a5, 0x22dacc989f4c8e18d7d921d27b0372446e507a5ef4041fda58f26af4c4fb4c6b, '', 0, '?'),
(0x65aa986c73554f7c13b0527ddc9d9369, 'wp-includes/sodium_compat/src/Crypto32.php', 1, 0x00000000000000000000000000000000, 0x490d7d6a8cc78a51585d6d93020c04ff, 0xc9b1f9c5e4b183466ef79ebb9d32632e6e0618df4db115eddaa3b22041bfb5bf, '', 0, '?'),
(0xc3607e7c0844254548b4774fbaa483e8, 'wp-includes/sodium_compat/src/File.php', 1, 0x00000000000000000000000000000000, 0x9c82e6acdb0ccfc7acfeb0fa208ff7e2, 0xbc37902e7bfc1d9b3d83359b4112b37ed90d7e2e4128305aa782051c51c232b8, '', 0, '?'),
(0xc015abcd78cb4f570d83a0a80217a0c7, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php', 1, 0x00000000000000000000000000000000, 0xa9a3d8a654e1d0aca9d48463ec2fa5f4, 0x544ab60c29821f2c38e371b240a966cc3c44da9b94d60d78ddc80ee517c44689, '', 0, '?'),
(0x75c76d182d064fd4dc27df9deb5d8323, 'wp-includes/sodium_compat/src/SodiumException.php', 1, 0x00000000000000000000000000000000, 0xab48446608e9d76165a4e3d47ab09052, 0xe3b69c5c82a94c3e4c0cf64e2d404727c4d7746d47bae36980876b52dfae6700, '', 0, '?'),
(0x58ea3d0cd3150832016834f72f7ba02b, 'wp-includes/spl-autoload-compat.php', 1, 0x00000000000000000000000000000000, 0x3690f575f5177b0cee74a4d504f2899b, 0xe7cb2cc95a0d4d093edc8503010380e067ef7002f22f07e9095a1a236021fb2e, '', 0, '?'),
(0xefd15818123d55a117706670be80c15a, 'wp-includes/taxonomy.php', 1, 0x00000000000000000000000000000000, 0x9235f7d6480a433868a0f43abcea0b4e, 0x49ad0d8f757de0021fead88104f69302cc590577b053753a043c494615a3ede4, '', 0, '?'),
(0x843a7f2b5bf5b967bea6435addd8f392, 'wp-includes/template-loader.php', 1, 0x00000000000000000000000000000000, 0xfe7ac81509d2bff6e810dc8c7ecee8ca, 0xbf1917842734c46820b2e4b1ba98a55ba3911e15cbd945b7882592ac4aa948fa, '', 0, '?'),
(0x883a3d8f25c6cce2bef9a00f4dd4dbb5, 'wp-includes/template.php', 1, 0x00000000000000000000000000000000, 0x5ecdf1663f59136b9645d089b5c42b56, 0x61cf2b29098b683ddd0b8cd12564a144f11a2f1fb5a04241a007976a5c10ad6e, '', 0, '?'),
(0x3e68d0a9ec58140c582aff763195a9b9, 'wp-includes/theme-compat/comments.php', 1, 0x00000000000000000000000000000000, 0xade2cfaadc2dd459da44c18a73b79108, 0xf5fd0e079341387dcccded47286fdcb5b9988fbe125351f6d93a177ab0f1fb62, '', 0, '?'),
(0x2238410a3df21caee187bc6670350415, 'wp-includes/theme-compat/embed-404.php', 1, 0x00000000000000000000000000000000, 0x3705965b522b03539b86412d1a612a65, 0x857ddb70164eaa00c94b94c036d125292cd76f089ff260f4bebc912993310038, '', 0, '?'),
(0x66d688f30cbdf9a6bc56edd4b929e439, 'wp-includes/theme-compat/embed-content.php', 1, 0x00000000000000000000000000000000, 0xf76d27e78989b1546544e2115d704341, 0x4aac15cf91dfb7d060dec5a12b2c1699a06a72e1236551c1e4ab962099e2e2a0, '', 0, '?'),
(0xfd2b0b715e65b795e9e36775cf46360a, 'wp-includes/theme-compat/embed.php', 1, 0x00000000000000000000000000000000, 0xc805c5a273be5ed0f4bb71a20f6362ff, 0x57f5dcf43554a670c1aa3b192da56eac8830bb618b95baa94f0a19d315f4a692, '', 0, '?'),
(0xcd6d8d13a5024c304e22c8547eec62dc, 'wp-includes/theme-compat/footer-embed.php', 1, 0x00000000000000000000000000000000, 0x16841cf55adc04ab84f22e932b96196a, 0x83691da7c944ff414af6cf883b76172c671763cc1118250891e788d1095e1923, '', 0, '?'),
(0xfe7f5119d6bf361193c87971e4a23838, 'wp-includes/theme-compat/footer.php', 1, 0x00000000000000000000000000000000, 0x66cb38f3cd79ccbbdb4004f3a342f235, 0x1f5d5bfc9097f9dbade2927d8adf9f767b9363a176d2a77b50bbb64b317ea6f2, '', 0, '?'),
(0x26ce7641b9f651cdf46389da7177382c, 'wp-includes/theme-compat/header-embed.php', 1, 0x00000000000000000000000000000000, 0x4f6d7a38ca1c99174612da10b0901fcf, 0xb0a3f5c4f27d296421711e092c402c16d7d16aabf17609dddf03e9c44594eaed, '', 0, '?'),
(0x1f4ce41fe56250de2d4906d7ad316680, 'wp-includes/theme-compat/header.php', 1, 0x00000000000000000000000000000000, 0x8c0773f601a63c1b77fc210fb5028831, 0x71ca32e5d5b5c2d0fbcfa23e1b720fe391374e6ae819a40944975e83ef41350d, '', 0, '?'),
(0xe330973bea2d2cd3411f15de4579e60e, 'wp-includes/theme-compat/sidebar.php', 1, 0x00000000000000000000000000000000, 0x28e153eb13933b12051789b7499cd928, 0xdbf0937fa75510c66b78c472e5ee4c62b022eecc4a0c41469e28753b0900c326, '', 0, '?'),
(0x931d58e88156d7984f7c387d069a8082, 'wp-includes/theme.php', 1, 0x00000000000000000000000000000000, 0x575d1c1d1311edfdd42844527b84f32e, 0x5812655b09fb341e0600138e99d1d8222cf60eecdff2648ca3da819aba23ce02, '', 0, '?');
INSERT INTO `wp_wffilemods` (`filenameMD5`, `filename`, `knownFile`, `oldMD5`, `newMD5`, `SHAC`, `stoppedOnSignature`, `stoppedOnPosition`, `isSafeFile`) VALUES
(0xf6caed862ba202039ac771c97057a3c3, 'wp-includes/update.php', 1, 0x00000000000000000000000000000000, 0x2af4e791a5a1f3c30aaa80626b00e971, 0x8de30a1409d85584e9c6f9b879b2c0b341178da9383043c4860c95f3e4362433, '', 0, '?'),
(0x6bbdfa0f42cb9ee3623d790386da1e12, 'wp-includes/user.php', 1, 0x00000000000000000000000000000000, 0xeecebbe188dacc34538da8fef398fcde, 0x20424e2b33596a0bfc947d8f175465813ae867007426802af7c4ae0c14a0699d, '', 0, '?'),
(0x672b797289e4d0718480f68044a9b42f, 'wp-includes/vars.php', 1, 0x00000000000000000000000000000000, 0x880b1a6dabb4cd663171ce07e07fcbb4, 0xf96e6c1ac5cbe068af316865c6f92d8c4dc5cf35814e6cb9926264a248707ae8, '', 0, '?'),
(0x355aaccce4e053cebce376d960369739, 'wp-includes/version.php', 0, 0x00000000000000000000000000000000, 0x850f7d21bbf69efeb67368adbaeaaa8a, 0x9f169ea107969591c9ac50cd03bfb232fd9da563deb781386d438f2c6104a10c, '', 0, '?'),
(0x592c5170ea676d752397659f18b1bc7e, 'wp-includes/widgets/class-wp-nav-menu-widget.php', 1, 0x00000000000000000000000000000000, 0x8438782411bd39f2850b6801115126b6, 0x6e7ea4f0429b02c8b2a0caf1957ca034dc5bf0ab55d760009c1f32e84adbb7f5, '', 0, '?'),
(0xf1b15459db03501d704506f19d778693, 'wp-includes/widgets/class-wp-widget-archives.php', 1, 0x00000000000000000000000000000000, 0xd7504fc5af4aa37ecd6c0eeab12ed44a, 0x966fd3fdfdac607c3fe7309f3589edd471fbe7c9df5f09212d2b7d51a2562d9b, '', 0, '?'),
(0x4930c57ff3b953fe2432a354d0fc422a, 'wp-includes/widgets/class-wp-widget-calendar.php', 1, 0x00000000000000000000000000000000, 0xb61f590e7f094eb7b5c9945d376c1595, 0x4dce3effa41fbdc9662845aee71bb9725f6858b9c1976fdb838ef338409a2b4f, '', 0, '?'),
(0x52e3480d30fc8f218464911e3f632606, 'wp-includes/widgets/class-wp-widget-categories.php', 1, 0x00000000000000000000000000000000, 0x426202c9de7716ae38c55ba026de2d59, 0x19c51c40e9d1a8b2cc70779478db515899897d0db479e1c87ccd1ef03fc9f7fb, '', 0, '?'),
(0xa16af0f2975cefc9c4a61c3c79e37083, 'wp-includes/widgets/class-wp-widget-custom-html.php', 1, 0x00000000000000000000000000000000, 0xa9901ef7647a2745aa106ec64eea1386, 0xb3b26c2e99a74d7c05796391298c5672ca5db0416b7fc5f53a0701c6a922f841, '', 0, '?'),
(0x26e9a5b18698f1f25791b3d880d37ca1, 'wp-includes/widgets/class-wp-widget-links.php', 1, 0x00000000000000000000000000000000, 0xe678c12f6bc3680ac5ead6bd5b4e7609, 0xceec87899db6c32c8f78e0eb08a22ddb05a97f444fe12c08b0a537d188ca51e5, '', 0, '?'),
(0xa6e1bd88cbdb088e06d835663f9e686b, 'wp-includes/widgets/class-wp-widget-media-audio.php', 1, 0x00000000000000000000000000000000, 0x4fd0508e8a2f1d3ae7a3c186ad239241, 0x88ce5092018d95ea8621f0b4b4a86a7af44623f58cdf7f94ec648cc49a4d5005, '', 0, '?'),
(0xb0d97627036a40d42d13ccff11b22a18, 'wp-includes/widgets/class-wp-widget-media-gallery.php', 1, 0x00000000000000000000000000000000, 0x375f5e5c661c5381c989fd5d366e231a, 0x3ed740cea144a784e626dbfc8ee37bf52881bafd44ceb3cfe41ff0df69ac4f23, '', 0, '?'),
(0x504a12927e5d0ef806fa3b209e8b6079, 'wp-includes/widgets/class-wp-widget-media-image.php', 1, 0x00000000000000000000000000000000, 0xc4644361e4fc2a435e657e4f726941a8, 0xee4cfa2fe8547cf9e013b81fb477d4117045660c31c8084c6eadc42179b587ca, '', 0, '?'),
(0xf7c61c5f77efc68c02e89bdf189ed00e, 'wp-includes/widgets/class-wp-widget-media-video.php', 1, 0x00000000000000000000000000000000, 0x1d7d11e297b73e79f28b144fcb47079b, 0x31302ae775ad0cb08adba40e16a6f9795b5c2ce1fdf72fa007a737f5b836a80d, '', 0, '?'),
(0x5d838ad44ece0bd74a6ad38e65bda382, 'wp-includes/widgets/class-wp-widget-media.php', 1, 0x00000000000000000000000000000000, 0xa16da7a9b3a9974f02e5dfcf5cb0dfc1, 0xd762825aa572acf4f841d407ec087bc2120e5fbae3e79d64fd8a16e9bd0c357c, '', 0, '?'),
(0xab6ed6a2a1f90d920b563591198b2cd9, 'wp-includes/widgets/class-wp-widget-meta.php', 1, 0x00000000000000000000000000000000, 0x6861ce2bf5a3dead6af87332c0d2ee86, 0x66889d0d602e5c89dbac0d93c18fc8039348b85067b593bf214ddf77f26dae89, '', 0, '?'),
(0x4baf638e8a231c053273922f2885228e, 'wp-includes/widgets/class-wp-widget-pages.php', 1, 0x00000000000000000000000000000000, 0x08a34ac6450f2cf4ebfddf9325155fc3, 0x133c369f38f212db314ae6dfa77206283bda63f73f40ea907c7552da0ac59e84, '', 0, '?'),
(0xa416cc369086e8f37e65aa7bd0222e77, 'wp-includes/widgets/class-wp-widget-recent-comments.php', 1, 0x00000000000000000000000000000000, 0x7ecde0e86625e328f2c5fe7818666e33, 0xe5b105c630c5bff1f8f015c359f67eec59c7a61192e70419eed4ef9c99896d1b, '', 0, '?'),
(0x6c2f0a1cd17fd480b057c1cdb12d63cf, 'wp-includes/widgets/class-wp-widget-recent-posts.php', 1, 0x00000000000000000000000000000000, 0xb2c664a580db6a8f468ba38b17ea9a33, 0x35f9d9c473c1098081074f3eb186aa7b98f3c4a9ea328f21a8192e8f1931b1d7, '', 0, '?'),
(0x1707818d7937afd01f4d41e440a09a85, 'wp-includes/widgets/class-wp-widget-rss.php', 1, 0x00000000000000000000000000000000, 0x396150bbcb2c0a308dcb63480874b797, 0x9e74901265b5a6ff80e504e3f9b2a2776e32e2768400026f9a9388bb658dcd32, '', 0, '?'),
(0x460dba78d3777edb0ddcb1b4e71b0aa6, 'wp-includes/widgets/class-wp-widget-search.php', 1, 0x00000000000000000000000000000000, 0x81b67da797127ae059730bd002b85dab, 0x483ad9776e99eb17b8c86e3856c1d70f0c39dd27c9744c59c6ad4271acc5e4c4, '', 0, '?'),
(0xa22d895b6970f99c055c5e98d8f3c15d, 'wp-includes/widgets/class-wp-widget-tag-cloud.php', 1, 0x00000000000000000000000000000000, 0xaa9478ccad26c962b12b7c655397dd82, 0x882c8bd3c9bc3fa2b91c3f800970e41d661100714f8bf15ff98aa71318264e39, '', 0, '?'),
(0x9d0019c920899f6b7e8219a35535540f, 'wp-includes/widgets/class-wp-widget-text.php', 1, 0x00000000000000000000000000000000, 0xf6e6b13bb9c0be0d0b3921e235e450e0, 0x59b7df060883d7372513e7e25afb47dda01a07e9cad38a7213ac634918f0cfb8, '', 0, '?'),
(0x53db0e1cca26eb617a38f64ad8b639a7, 'wp-includes/widgets.php', 1, 0x00000000000000000000000000000000, 0xc1b0410cc4a2183c1bdda43980664b3a, 0xa136efecac2df4d58a81bee6b6ab3995adaad3ff572227b67c77f9777ee2450a, '', 0, '?'),
(0xf840a8d2ea7342303c807b6cb6339fd1, 'wp-includes/wlwmanifest.xml', 1, 0x00000000000000000000000000000000, 0xdfd490b6f383ea02a269031ff05e8896, 0xd5c6a44ac4be2a2a587c69bba0cf63792d877f75361670e8c0432de6242a0abc, '', 0, '?'),
(0x4cc2118a651fa17422706328099265c7, 'wp-includes/wp-db.php', 1, 0x00000000000000000000000000000000, 0xf1de79415339d8fe6916651eb2a850a1, 0xc9c6ea8be2b049950626c9faaef665802ad4e637fe4b180c333884f0e7b1e8c5, '', 0, '?'),
(0x28ef5ea6334e12bd9aa99391a2330812, 'wp-includes/wp-diff.php', 1, 0x00000000000000000000000000000000, 0x2091c92d78f1953cc47a5ea457657412, 0x01fc61ffdb3b98c9bab31be42a325ab99c66319bf222a70ab04e747e9f3e8285, '', 0, '?'),
(0x9aff995e90078f27bd7188c2ee3085ea, 'wp-links-opml.php', 1, 0x00000000000000000000000000000000, 0xc1d7e76c6e95de6a9d5c77a5583d3749, 0x3783e511db22316afadf4c3f3959b422a9f4269ff5ba6bc58c564418a97ce5f1, '', 0, '?'),
(0x8f249d811bbbc0aa6ab6589e5d29443a, 'wp-load.php', 1, 0x00000000000000000000000000000000, 0x662bca8517ab446000e9ec60642d3e7d, 0x7c13f73a6d22e8532cee9768b96be50cb4ed991a385618abb13064b4654365b6, '', 0, '?'),
(0xdd11ba0d00464ac8e49642e1de65e712, 'wp-login.php', 1, 0x00000000000000000000000000000000, 0xcec9e85181ee15e1d302f14731b9d808, 0x5b9464dbebbfaae1f561abf26fbccfb79f387c5bd3cc1f55d78e81bb75078d28, '', 0, '?'),
(0xb48333a0542e5e9dc6993cde0ff7f814, 'wp-mail.php', 1, 0x00000000000000000000000000000000, 0x5ee0f470a9e843eb021f21acd4902c0f, 0x85e202a8819e00fa0a49500c1814c6747d3352ce982f2391e6fb9c90a741eefa, '', 0, '?'),
(0x3b31d18b2312c1595f4e0f1c84a574f7, 'wp-settings.php', 1, 0x00000000000000000000000000000000, 0xb23184f9954adef5d4d1a1aa85cf8069, 0xae13f4bbeb9b381143b595e950e3e9f1d72faec767e9a165e7ba5443575fa8f4, '', 0, '?'),
(0x168c1c2c903423a28528e7230c170614, 'wp-signup.php', 1, 0x00000000000000000000000000000000, 0x2bc82aa3030d61bd2a35a71e7afe3f9b, 0xe2e0a2587f6a52b77c259cf5561773a79d6a09d8f1518901585a0df219fce396, '', 0, '?'),
(0x6fe3ae9a2d01d73b3f583a8ffb70d2a1, 'wp-trackback.php', 1, 0x00000000000000000000000000000000, 0x11bf99c0dad18c57653d5d2142f0019b, 0xb5e027dfb580a6d133894d06d89ec398a7a135a5ffb663d86ffb4dee5512b325, '', 0, '?'),
(0x34da829cd94c24bc2c4b5b9c75cce284, 'xmlrpc.php', 1, 0x00000000000000000000000000000000, 0xfc41dc381c170a502a90617c2fd9b34b, 0x586442ed04106300a791dc32ad98c39dada863e41084e7fc67aeaac0a39ae8c8, '', 0, '?');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfhits`
--

CREATE TABLE `wp_wfhits` (
  `id` int(10) UNSIGNED NOT NULL,
  `attackLogTime` double(17,6) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `jsRun` tinyint(4) DEFAULT '0',
  `statusCode` int(11) NOT NULL DEFAULT '200',
  `isGoogle` tinyint(4) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `newVisit` tinyint(3) UNSIGNED NOT NULL,
  `URL` text,
  `referer` text,
  `UA` text,
  `action` varchar(64) NOT NULL DEFAULT '',
  `actionDescription` text,
  `actionData` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfhits`
--

INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(578, 0.000000, 1636947170.782601, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(400, 0.000000, 1635869613.086113, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(399, 0.000000, 1635863023.269924, 0x260106c1c10273403538dc6efc905a0f, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginOK', NULL, NULL),
(636, 0.000000, 1637177298.137828, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(683, 0.000000, 1637257747.192770, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(691, 0.000000, 1637343153.981541, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(692, 0.000000, 1637375828.132966, 0x260106c1c1027340a97baafd78b0bd78, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(743, 0.000000, 1637856260.898155, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(754, 0.000000, 1638204692.620105, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(753, 0.000000, 1638202656.532853, 0x260017007aa178a0314ac1a92d622b33, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(752, 0.000000, 1638202644.370033, 0x260017007aa178a0314ac1a92d622b33, 0, 200, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?loggedout=true&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginFailValidUsername', NULL, NULL),
(751, 0.000000, 1638202621.355298, 0x260017007aa178a0314ac1a92d622b33, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=64ef5dc99e', 'https://usses.beanstalkweb.com/account/shipments/?start_date=&end_date=&marketing_period=&shipment_id=&company_id=10024', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(750, 0.000000, 1638202278.432282, 0x260017007aa178a0314ac1a92d622b33, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(749, 0.000000, 1638181395.591536, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(747, 0.000000, 1638178050.626554, 0x00000000000000000000ffff05ff2bf4, 0, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(745, 0.000000, 1638177949.445175, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(746, 0.000000, 1638177959.356801, 0x00000000000000000000ffffa29eff74, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(388, 0.000000, 1635780887.435932, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(389, 0.000000, 1635780994.795245, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(390, 0.000000, 1635789885.455710, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'loginOK', NULL, NULL),
(391, 0.000000, 1635797269.828251, 0x260106c1c1027340514fd2148a53cf8b, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginOK', NULL, NULL),
(392, 0.000000, 1635797934.610255, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36', 'loginOK', NULL, NULL),
(393, 0.000000, 1635822818.287284, 0x260106c1c1027340514fd2148a53cf8b, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginOK', NULL, NULL),
(394, 0.000000, 1635825211.534458, 0x260106c1c1027340514fd2148a53cf8b, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginOK', NULL, NULL),
(395, 0.000000, 1635839408.929162, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(396, 0.000000, 1635861183.640915, 0x260106c1c10273403538dc6efc905a0f, 0, 200, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginFailValidUsername', NULL, NULL),
(397, 0.000000, 1635861183.817911, 0x260106c1c10273403538dc6efc905a0f, 0, 200, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginFailValidUsername', NULL, NULL),
(398, 0.000000, 1635861196.956078, 0x260106c1c10273403538dc6efc905a0f, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30', 'loginOK', NULL, NULL),
(545, 0.000000, 1636657696.920247, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(543, 0.000000, 1636652360.989081, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/404/', 'https://usses.beanstalkweb.com/404/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(544, 0.000000, 1636657696.725197, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(542, 0.000000, 1636651267.915544, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(577, 0.000000, 1636862544.952179, 0x260106c1c102734061023184afc4ca3c, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=89b11aba54', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'logout', NULL, NULL),
(576, 0.000000, 1636861215.119823, 0x260106c1c102734061023184afc4ca3c, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(584, 0.000000, 1636967359.429654, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(583, 0.000000, 1636965025.291131, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(582, 0.000000, 1636947542.927572, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(581, 0.000000, 1636947524.111729, 0x260106c1c102734089865e0644eec092, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c4243ed555', 'https://usses.beanstalkweb.com/account/shipments/edit/75438788/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'logout', NULL, NULL),
(580, 0.000000, 1636947304.085046, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(579, 0.000000, 1636947282.655839, 0x260106c1c102734089865e0644eec092, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=6e371f920d', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'logout', NULL, NULL),
(402, 0.000000, 1636038278.406063, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(436, 0.000000, 1636380584.074933, 0x00000000000000000000ffff6ca2f5fa, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(547, 0.000000, 1636661486.691065, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(546, 0.000000, 1636659634.480292, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(437, 0.000000, 1636387201.156294, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(401, 0.000000, 1635974933.919314, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(420, 0.000000, 1636052316.639985, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(548, 0.000000, 1636662080.161720, 0x260106c1c1027340d1a5409ea5ba0cd8, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=9972039b3c', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(435, 0.000000, 1636380572.488635, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(552, 0.000000, 1636689628.731860, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(549, 0.000000, 1636685610.295957, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(550, 0.000000, 1636685610.295957, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(551, 0.000000, 1636687751.241999, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(744, 0.000000, 1637932736.610016, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(755, 0.000000, 1638204934.929248, 0x00000000000000000000ffff4306ed64, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c7b7252c5a', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(694, 0.000000, 1637527826.286593, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(695, 0.000000, 1637528807.363553, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c167644468', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(696, 0.000000, 1637528842.688859, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(693, 0.000000, 1637525894.263320, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(748, 0.000000, 1638178062.329144, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(773, 0.000000, 1638298873.556763, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(774, 0.000000, 1638302355.701517, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(403, 0.000000, 1636038571.173886, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(404, 0.000000, 1636038603.189197, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(405, 0.000000, 1636039612.672775, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=d2dad3c7b9', 'https://usses.beanstalkweb.com/account/shipments/add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(406, 0.000000, 1636039885.277190, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(407, 0.000000, 1636041663.327807, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f56a246cf4', 'https://usses.beanstalkweb.com/account/shipments/validate-add', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(408, 0.000000, 1636041692.440294, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(409, 0.000000, 1636041776.497126, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f0a14f152c', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(410, 0.000000, 1636041789.574247, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(411, 0.000000, 1636041834.358899, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=ea9dec31c6', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(412, 0.000000, 1636041864.425881, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(413, 0.000000, 1636041955.727221, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=ec1e00fbdb', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(414, 0.000000, 1636041974.746549, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(415, 0.000000, 1636042069.573656, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=291a702ae1', 'https://usses.beanstalkweb.com/account/shipments/validate-add', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(416, 0.000000, 1636042091.412199, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(417, 0.000000, 1636042141.886021, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(418, 0.000000, 1636044076.853548, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(419, 0.000000, 1636052227.441435, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(421, 0.000000, 1636053498.164371, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=1001e26467', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(422, 0.000000, 1636053506.016485, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(423, 0.000000, 1636055501.263710, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(424, 0.000000, 1636055581.966628, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 117, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=20e995721d', 'https://usses.beanstalkweb.com/account/shipments/add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(425, 0.000000, 1636055593.091432, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(426, 0.000000, 1636111548.097761, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(427, 0.000000, 1636113755.382468, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(428, 0.000000, 1636121653.452367, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(429, 0.000000, 1636121904.462768, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=a6c8888609', 'https://usses.beanstalkweb.com/account/shipments/add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(430, 0.000000, 1636121927.528529, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(431, 0.000000, 1636122004.198295, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=5ebf3cfd23', 'https://usses.beanstalkweb.com/account/shipments/add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(432, 0.000000, 1636122017.045336, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(433, 0.000000, 1636126123.538243, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(434, 0.000000, 1636130980.377455, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(438, 0.000000, 1636389868.212006, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(439, 0.000000, 1636389988.803523, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=57c421c625', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(440, 0.000000, 1636390006.382471, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(441, 0.000000, 1636400495.494642, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(442, 0.000000, 1636428210.138948, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(443, 0.000000, 1636430542.924212, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(444, 0.000000, 1636431770.211659, 0x260106c1c102734040c780971b7a0ffd, 0, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(445, 0.000000, 1636458321.843357, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(446, 0.000000, 1636470306.776121, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(447, 0.000000, 1636470400.313290, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=571237a926', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(448, 0.000000, 1636470413.225425, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(449, 0.000000, 1636470664.220679, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f04eeccdef', 'https://usses.beanstalkweb.com/account/customer/certificate-add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(450, 0.000000, 1636470678.598033, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(451, 0.000000, 1636473590.629979, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(452, 0.000000, 1636475608.454014, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(453, 0.000000, 1636480747.332562, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(454, 0.000000, 1636481470.104970, 0x260106c1c102734068f7c642434b2fd3, 0, 200, 0, 399, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(455, 0.000000, 1636481504.338798, 0x260106c1c102734068f7c642434b2fd3, 0, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(456, 0.000000, 1636482342.157441, 0x260106c1c102734068f7c642434b2fd3, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(457, 0.000000, 1636484023.267150, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(458, 0.000000, 1636484073.790540, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(459, 0.000000, 1636484277.800356, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=babf5bd706', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(460, 0.000000, 1636484286.313736, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(461, 0.000000, 1636484465.295410, 0x00000000000000000000ffff4306bcd2, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=6428164ae7', 'https://usses.beanstalkweb.com/wp-admin/index.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'logout', NULL, NULL),
(462, 0.000000, 1636484473.896700, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?loggedout=true&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(463, 0.000000, 1636484541.435014, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 400, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(464, 0.000000, 1636485200.263536, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=5684e97f7f', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(465, 0.000000, 1636485206.758888, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(466, 0.000000, 1636485286.844969, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c4e3714caa', 'https://usses.beanstalkweb.com/account/users/edit/399/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(467, 0.000000, 1636485302.056366, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(468, 0.000000, 1636486790.315412, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 117, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=634c6fb872', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(469, 0.000000, 1636488073.993807, 0x260106c1c102734068f7c642434b2fd3, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(470, 0.000000, 1636490176.709562, 0x260106c1c102734068f7c642434b2fd3, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(471, 0.000000, 1636501187.293574, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(472, 0.000000, 1636512042.121727, 0x260106c1c102734068f7c642434b2fd3, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(473, 0.000000, 1636539845.032856, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(474, 0.000000, 1636552359.894837, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(475, 0.000000, 1636552379.094236, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=91bdd2ba93', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(476, 0.000000, 1636552393.556017, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(477, 0.000000, 1636552430.874671, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=68664d7ae1', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(478, 0.000000, 1636552442.703951, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(479, 0.000000, 1636552630.250263, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=fc45bee334', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(480, 0.000000, 1636552652.807255, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(481, 0.000000, 1636552782.735910, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(482, 0.000000, 1636554844.359085, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(483, 0.000000, 1636555220.177020, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(484, 0.000000, 1636555399.331240, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f5400e9fc2', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(485, 0.000000, 1636555417.500388, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(486, 0.000000, 1636555454.278873, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=82cbc1ae9c', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(487, 0.000000, 1636560098.152065, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(488, 0.000000, 1636560100.372418, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(489, 0.000000, 1636560106.222976, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(490, 0.000000, 1636561416.916737, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(491, 0.000000, 1636561421.763275, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(492, 0.000000, 1636561540.429370, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 399, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c35c999869', 'https://usses.beanstalkweb.com/account/users/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(493, 0.000000, 1636561548.614098, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(494, 0.000000, 1636561630.320085, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(495, 0.000000, 1636561640.244160, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=7f81ef92a6', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(496, 0.000000, 1636561671.025498, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(497, 0.000000, 1636561838.747439, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f5bd2a8d63', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(498, 0.000000, 1636561853.300362, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(499, 0.000000, 1636561855.668543, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=cdfe59b560', 'https://usses.beanstalkweb.com/account/users/edit/399/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(500, 0.000000, 1636561865.806485, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(501, 0.000000, 1636562158.583090, 0x00000000000000000000ffff891a2e1a, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=d15876dc56', 'https://usses.beanstalkweb.com/account/ussec-users/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL),
(502, 0.000000, 1636562166.787464, 0x00000000000000000000ffff891a2e1a, 0, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?interim-login=1&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(503, 0.000000, 1636562203.701752, 0x00000000000000000000ffff891a2e1a, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=7fd7baadbf', 'https://usses.beanstalkweb.com/account/users/edit/398/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'logout', NULL, NULL);
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(504, 0.000000, 1636562212.901740, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(505, 0.000000, 1636562693.021367, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(506, 0.000000, 1636564506.600209, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailInvalidUsername', NULL, NULL),
(507, 0.000000, 1636564520.724133, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailInvalidUsername', NULL, NULL),
(508, 0.000000, 1636566292.074973, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(509, 0.000000, 1636566692.338820, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(510, 0.000000, 1636567056.302959, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(511, 0.000000, 1636568174.591667, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=79aee87cef', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(512, 0.000000, 1636568248.235896, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(513, 0.000000, 1636569538.655814, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=6c0b87be07', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(514, 0.000000, 1636569707.136307, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(515, 0.000000, 1636569823.474017, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=eac49c41d0', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(516, 0.000000, 1636569846.383465, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(517, 0.000000, 1636569881.067844, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(518, 0.000000, 1636569937.033324, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(519, 0.000000, 1636569978.045811, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(520, 0.000000, 1636570167.990933, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(521, 0.000000, 1636570398.935116, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f43dece1bc', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(522, 0.000000, 1636570422.264297, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(523, 0.000000, 1636570452.127686, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f71d539da5', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(524, 0.000000, 1636571758.240578, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(525, 0.000000, 1636576154.739971, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(526, 0.000000, 1636577449.801487, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(527, 0.000000, 1636578768.452109, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=94a16d0169', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(528, 0.000000, 1636592435.128591, 0x00000000000000000000ffff4306bcd2, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(529, 0.000000, 1636598897.238952, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(530, 0.000000, 1636599141.929262, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=2c75d8dea2', 'https://usses.beanstalkweb.com/account/profile/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(531, 0.000000, 1636599162.522516, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(532, 0.000000, 1636599455.857794, 0x260106c1c1027340453bd9dc8bf51627, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=297aa1f75e', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(533, 0.000000, 1636599485.295727, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(534, 0.000000, 1636601496.709964, 0x260106c1c1027340453bd9dc8bf51627, 0, 200, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginFailValidUsername', NULL, NULL),
(535, 0.000000, 1636601511.505689, 0x260106c1c1027340453bd9dc8bf51627, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(536, 0.000000, 1636609900.014119, 0x260106c1c1027340d1a5409ea5ba0cd8, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(537, 0.000000, 1636610934.090208, 0x260106c1c1027340d1a5409ea5ba0cd8, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=5ffda004fc', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(538, 0.000000, 1636618494.204098, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(539, 0.000000, 1636647148.166751, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(540, 0.000000, 1636648297.087105, 0x00000000000000000000ffff430691d7, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(541, 0.000000, 1636650285.353830, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(553, 0.000000, 1636690193.508302, 0x260106c1c1027340d1a5409ea5ba0cd8, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=82a58ea080', 'https://usses.beanstalkweb.com/account/shipments/edit/75438788/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(554, 0.000000, 1636732041.401562, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(555, 0.000000, 1636735311.975989, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(556, 0.000000, 1636735624.016774, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(557, 0.000000, 1636735740.385099, 0x260106c1c10273401c039348458821d7, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=732e747e9d', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(558, 0.000000, 1636737881.904703, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f537479a15', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(559, 0.000000, 1636737893.236429, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(560, 0.000000, 1636739623.459160, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(561, 0.000000, 1636739727.359744, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=e0f0cd9c61', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(562, 0.000000, 1636739741.298946, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(563, 0.000000, 1636752752.991881, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(564, 0.000000, 1636753350.115909, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=ea5dd03a25', 'https://usses.beanstalkweb.com/account/dashboard/?user_switched=true', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'logout', NULL, NULL),
(565, 0.000000, 1636753912.363306, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(566, 0.000000, 1636768985.102517, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(567, 0.000000, 1636770282.933052, 0x260106c1c10273401c039348458821d7, 1, 302, 0, 402, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=586d759376', 'https://usses.beanstalkweb.com/account/departments/edit/124/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(568, 0.000000, 1636770310.838501, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(569, 0.000000, 1636770710.609014, 0x260106c1c10273401c039348458821d7, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=3a1a54ba92', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(570, 0.000000, 1636770730.631025, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(571, 0.000000, 1636770909.296340, 0x260106c1c10273401c039348458821d7, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=6f57ff2445', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(572, 0.000000, 1636770931.368534, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(573, 0.000000, 1636772455.169809, 0x260106c1c10273401c039348458821d7, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=734091690a', 'https://usses.beanstalkweb.com/account/customer/certificate-edit/16/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'logout', NULL, NULL),
(574, 0.000000, 1636772475.108327, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44', 'loginOK', NULL, NULL),
(575, 0.000000, 1636774340.441526, 0x260106c1c10273401c039348458821d7, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(585, 0.000000, 1636970606.494945, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(586, 0.000000, 1636977278.794601, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(587, 0.000000, 1636979236.172651, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(588, 0.000000, 1636981116.133412, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(589, 0.000000, 1636985373.130554, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(590, 0.000000, 1636988986.273125, 0x260017007aa178a0358b8e654e4c0207, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(591, 0.000000, 1636989527.010332, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(592, 0.000000, 1636989674.566468, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36', 'loginOK', NULL, NULL),
(593, 0.000000, 1636990867.681512, 0x260017007aa178a0358b8e654e4c0207, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(594, 0.000000, 1636991484.303452, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(595, 0.000000, 1636993291.804992, 0x260017007aa178a0358b8e654e4c0207, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(596, 0.000000, 1637069959.855615, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(597, 0.000000, 1637071802.177303, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(598, 0.000000, 1637077481.747432, 0x260017007aa178a0110572564970852a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(599, 0.000000, 1637077597.946637, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(600, 0.000000, 1637078577.859488, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=bf9a5fbebd', 'https://usses.beanstalkweb.com/account/users/edit/2/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(601, 0.000000, 1637078759.626353, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(602, 0.000000, 1637079811.123985, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=1cd6b38ef9', 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=602b903280', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(603, 0.000000, 1637079819.204600, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?loggedout=true&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(604, 0.000000, 1637083987.579097, 0x260017007aa178a0110572564970852a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(605, 0.000000, 1637085846.943125, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(606, 0.000000, 1637088090.261655, 0x00000000000000000000ffff4b820d34, 0, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?interim-login=1&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(607, 0.000000, 1637088359.699020, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(608, 0.000000, 1637089468.388973, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(609, 0.000000, 1637091577.027573, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(610, 0.000000, 1637093128.997699, 0x260106c1c102734089865e0644eec092, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=018d623e27', 'https://usses.beanstalkweb.com/account/customer/certificate-add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'logout', NULL, NULL),
(611, 0.000000, 1637098438.139803, 0x260017007aa178a0110572564970852a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(612, 0.000000, 1637112964.465066, 0x260017007aa178a091e35c033ff4a2cb, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(613, 0.000000, 1637115483.243530, 0x260017007aa178a091e35c033ff4a2cb, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(614, 0.000000, 1637115773.930066, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(615, 0.000000, 1637117641.232770, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(616, 0.000000, 1637119055.557235, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(617, 0.000000, 1637119057.630407, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(618, 0.000000, 1637119852.646928, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(619, 0.000000, 1637121390.878227, 0x260106c1c102734089865e0644eec092, 1, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=2ec9f413a8', 'https://usses.beanstalkweb.com/account/customer/certificate-edit/21/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'logout', NULL, NULL),
(620, 0.000000, 1637140193.858866, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(621, 0.000000, 1637140224.046622, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(622, 0.000000, 1637141071.667298, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=29a762cd96', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(623, 0.000000, 1637141083.958906, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(624, 0.000000, 1637150856.989236, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(625, 0.000000, 1637150953.281990, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(626, 0.000000, 1637157048.319092, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(627, 0.000000, 1637157171.333951, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=79053d2eff', 'https://usses.beanstalkweb.com/account/users/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(628, 0.000000, 1637157876.727672, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(629, 0.000000, 1637160004.540857, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=ac0298dfaa', 'https://usses.beanstalkweb.com/account/customer/certificate-add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(630, 0.000000, 1637161502.317709, 0x260017007aa178a091e35c033ff4a2cb, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(631, 0.000000, 1637163043.997606, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(632, 0.000000, 1637164687.375879, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(633, 0.000000, 1637165041.891084, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=ebef1e47ba', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(634, 0.000000, 1637165057.199675, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(635, 0.000000, 1637167354.674871, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(637, 0.000000, 1637177592.969695, 0x260017007aa178a0b0c8233a897f9534, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(638, 0.000000, 1637178033.745139, 0x260017007aa178a0b0c8233a897f9534, 1, 302, 0, 78, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=25f89d6ee2', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(639, 0.000000, 1637178041.428652, 0x260017007aa178a0b0c8233a897f9534, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(640, 0.000000, 1637179374.657137, 0x00000000000000000000ffff4b820d34, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=abc330149b', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(641, 0.000000, 1637179394.325763, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(642, 0.000000, 1637179443.534137, 0x00000000000000000000ffff4b820d34, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=f1a33c719a', 'https://usses.beanstalkweb.com/wp-admin/profile.php', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(643, 0.000000, 1637179468.617758, 0x00000000000000000000ffff4b820d34, 0, 200, 0, 34, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(644, 0.000000, 1637179482.416082, 0x00000000000000000000ffff4b820d34, 0, 200, 0, 34, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(645, 0.000000, 1637179499.110832, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(646, 0.000000, 1637181917.781260, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(647, 0.000000, 1637188752.257972, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(648, 0.000000, 1637188892.619129, 0x00000000000000000000ffff4b820d34, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=cc432b5f9a', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(649, 0.000000, 1637193464.381710, 0x260017007aa178a0b0c8233a897f9534, 0, 200, 0, 34, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginFailValidUsername', NULL, NULL),
(650, 0.000000, 1637193488.198081, 0x260017007aa178a0b0c8233a897f9534, 0, 200, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginFailValidUsername', NULL, NULL),
(651, 0.000000, 1637193503.044896, 0x260017007aa178a0b0c8233a897f9534, 0, 200, 0, 34, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginFailValidUsername', NULL, NULL),
(652, 0.000000, 1637194711.061611, 0x260017007aa178a0b0c8233a897f9534, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(653, 0.000000, 1637194790.543050, 0x260017007aa178a0b0c8233a897f9534, 0, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(654, 0.000000, 1637202477.205994, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(655, 0.000000, 1637204300.660016, 0x260106c1c102734089865e0644eec092, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53', 'loginOK', NULL, NULL),
(656, 0.000000, 1637204334.301662, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(657, 0.000000, 1637204425.667496, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=514249e200', 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=a70c64fd00', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(658, 0.000000, 1637204441.450607, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(659, 0.000000, 1637204444.504282, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(660, 0.000000, 1637204473.148434, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=8d3de59b3f', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(661, 0.000000, 1637205242.672963, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(662, 0.000000, 1637205341.587877, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=56000aa9d9', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(663, 0.000000, 1637205383.960842, 0x00000000000000000000ffff4306eff6, 0, 200, 0, 403, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(664, 0.000000, 1637205416.848949, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(665, 0.000000, 1637205790.336285, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=fdcc9e4c56', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(666, 0.000000, 1637205815.630698, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(667, 0.000000, 1637205974.976803, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=d368a6fed6', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(668, 0.000000, 1637206009.937827, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(669, 0.000000, 1637206904.765397, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=3e9ec23938', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(670, 0.000000, 1637213787.147280, 0x260017007aa178a0b0c8233a897f9534, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(671, 0.000000, 1637222153.973081, 0x00000000000000000000ffffb99fa36d, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(672, 0.000000, 1637222158.312310, 0x00000000000000000000ffff6ca2f5fa, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/?_wfsf=detectProxy', '', 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1', 'scan:detectproxy', NULL, NULL),
(673, 0.000000, 1637224590.545401, 0x00000000000000000000ffffb99fa36d, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(674, 0.000000, 1637232799.679715, 0x00000000000000000000ffffb99fa36d, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(675, 0.000000, 1637241133.684911, 0x00000000000000000000ffff05ff2bf4, 0, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?interim-login=1&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(676, 0.000000, 1637245936.667483, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(677, 0.000000, 1637246839.644846, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=561ebbb5ca', 'https://usses.beanstalkweb.com/account/dashboard/?user_switched=true', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(678, 0.000000, 1637246851.316691, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL);
INSERT INTO `wp_wfhits` (`id`, `attackLogTime`, `ctime`, `IP`, `jsRun`, `statusCode`, `isGoogle`, `userID`, `newVisit`, `URL`, `referer`, `UA`, `action`, `actionDescription`, `actionData`) VALUES
(679, 0.000000, 1637247094.922775, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 398, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=e7025865b6', 'https://usses.beanstalkweb.com/account/my-account/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(680, 0.000000, 1637247106.471690, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(681, 0.000000, 1637247380.182533, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(682, 0.000000, 1637250129.535792, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0', 'loginOK', NULL, NULL),
(684, 0.000000, 1637262676.819603, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(685, 0.000000, 1637262930.286598, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(686, 0.000000, 1637264506.918480, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(687, 0.000000, 1637265482.629183, 0x00000000000000000000ffff4306eff6, 0, 404, 0, 34, 0, 'https://usses.beanstalkweb.com/404/', 'https://usses.beanstalkweb.com/404/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(688, 0.000000, 1637265528.839361, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/404/', 'https://usses.beanstalkweb.com/404/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(689, 0.000000, 1637266393.139246, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(690, 0.000000, 1637336685.754294, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(697, 0.000000, 1637528883.822881, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=db1700a794', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(698, 0.000000, 1637528904.541637, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(699, 0.000000, 1637593768.824383, 0x00000000000000000000ffff4b820d34, 0, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(700, 0.000000, 1637593814.656368, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(701, 0.000000, 1637595481.407827, 0x00000000000000000000ffff4b820d34, 1, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=3e720d058a', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(702, 0.000000, 1637595521.915421, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(703, 0.000000, 1637597379.146961, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(704, 0.000000, 1637608426.647674, 0x00000000000000000000ffff4b820d34, 0, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(705, 0.000000, 1637608980.616554, 0x00000000000000000000ffff4b820d34, 1, 302, 0, 403, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=741f0d8a08', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(706, 0.000000, 1637620095.639345, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(707, 0.000000, 1637620153.013940, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=b3d04e98a8', 'https://usses.beanstalkweb.com/account/companies/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(708, 0.000000, 1637620457.835660, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(709, 0.000000, 1637620649.244612, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=88b8db0ced', 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=608a070fe1', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(710, 0.000000, 1637620872.564824, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(711, 0.000000, 1637621197.056248, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=d5dc01aa52', 'https://usses.beanstalkweb.com/account/companies/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(712, 0.000000, 1637621226.596036, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(713, 0.000000, 1637621397.257634, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=34ebf080cb', 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=27f14a5967', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(714, 0.000000, 1637621451.866748, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(715, 0.000000, 1637684715.418593, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(716, 0.000000, 1637685511.508864, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(717, 0.000000, 1637686015.595412, 0x00000000000000000000ffff05ff2bf4, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f6a1571f67', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(718, 0.000000, 1637686043.702550, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(719, 0.000000, 1637686547.571608, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(720, 0.000000, 1637687265.729879, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f5542d759b', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(721, 0.000000, 1637687281.422485, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(722, 0.000000, 1637687629.369584, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&_wpnonce=6912fdf59e', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(723, 0.000000, 1637687642.411106, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?loggedout=true&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(724, 0.000000, 1637687830.256833, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=862281cba4', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(725, 0.000000, 1637687845.783476, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(726, 0.000000, 1637688595.853224, 0x2601024846012fa0f5683e22edaf740f, 0, 302, 0, 401, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36 Edg/96.0.1054.29', 'loginOK', NULL, NULL),
(727, 0.000000, 1637691689.343714, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(728, 0.000000, 1637693209.420631, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 34, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=2bc80661bf', 'https://usses.beanstalkweb.com/account/customer/certificate-add/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(729, 0.000000, 1637697176.622945, 0x00000000000000000000ffff4306eff6, 0, 200, 0, 0, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailInvalidUsername', NULL, NULL),
(730, 0.000000, 1637697205.517700, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(731, 0.000000, 1637699059.628175, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(732, 0.000000, 1637745060.147036, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(733, 0.000000, 1637747030.400966, 0x00000000000000000000ffff05ff2bf4, 0, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?interim-login=1&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(734, 0.000000, 1637757195.167117, 0x00000000000000000000ffff05ff2bf4, 0, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/?interim-login=1&wp_lang=en_US', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(735, 0.000000, 1637758214.127364, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(736, 0.000000, 1637761534.877251, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(737, 0.000000, 1637761615.697862, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=6ba19b2054', 'https://usses.beanstalkweb.com/account/company-allocations/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(738, 0.000000, 1637761626.608746, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(739, 0.000000, 1637761655.826305, 0x00000000000000000000ffff4306eff6, 1, 200, 0, 272, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=08414a8acb', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(740, 0.000000, 1637761671.623328, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(741, 0.000000, 1637761707.332542, 0x00000000000000000000ffff4306eff6, 1, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=eaddb35149', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(742, 0.000000, 1637765531.139028, 0x00000000000000000000ffff4306eff6, 0, 302, 0, 272, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(756, 0.000000, 1638204953.772625, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(757, 0.000000, 1638205392.257258, 0x260017007aa178a0314ac1a92d622b33, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(758, 0.000000, 1638225347.082059, 0x00000000000000000000ffff891a2e1a, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(759, 0.000000, 1638258832.363604, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(760, 0.000000, 1638258863.520961, 0x00000000000000000000ffff05ff2bf4, 1, 200, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=f78e035366', 'https://usses.beanstalkweb.com/account/shipments/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'logout', NULL, NULL),
(761, 0.000000, 1638258876.849539, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 2, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(762, 0.000000, 1638268748.021047, 0x00000000000000000000ffff05ff2bf4, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL),
(763, 0.000000, 1638281082.893754, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(764, 0.000000, 1638281203.646837, 0x00000000000000000000ffff4306ed64, 1, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=534211458c', 'https://usses.beanstalkweb.com/account/dashboard/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(765, 0.000000, 1638281221.362048, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(766, 0.000000, 1638281268.995706, 0x00000000000000000000ffff4306ed64, 1, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=c4252a3ce9', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(767, 0.000000, 1638281353.546258, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(768, 0.000000, 1638281378.440521, 0x00000000000000000000ffff4306ed64, 1, 302, 0, 404, 0, 'https://usses.beanstalkweb.com/bws-login/?action=logout&redirect_to=%2F&_wpnonce=80c9c71c06', 'https://usses.beanstalkweb.com/account/customer/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'logout', NULL, NULL),
(769, 0.000000, 1638283746.291926, 0x00000000000000000000ffff4306ed64, 0, 200, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginFailValidUsername', NULL, NULL),
(770, 0.000000, 1638283763.585267, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/', 'https://usses.beanstalkweb.com/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(771, 0.000000, 1638285693.488097, 0x00000000000000000000ffff4306ed64, 0, 302, 0, 405, 0, 'https://usses.beanstalkweb.com/bws-login/', 'https://usses.beanstalkweb.com/bws-login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36', 'loginOK', NULL, NULL),
(772, 0.000000, 1638289817.925992, 0x260017007aa178a0f0e6d78f7d84a523, 0, 302, 0, 1, 0, 'https://usses.beanstalkweb.com/login/', 'https://usses.beanstalkweb.com/login/', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0', 'loginOK', NULL, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfhoover`
--

CREATE TABLE `wp_wfhoover` (
  `id` int(10) UNSIGNED NOT NULL,
  `owner` text,
  `host` text,
  `path` text,
  `hostKey` varbinary(124) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfissues`
--

CREATE TABLE `wp_wfissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfissues`
--

INSERT INTO `wp_wfissues` (`id`, `time`, `lastUpdated`, `status`, `type`, `severity`, `ignoreP`, `ignoreC`, `shortMsg`, `longMsg`, `data`) VALUES
(4207, 1638297821, 1638297821, 'new', 'wfUpgrade', 75, 'c0c50106ef079f57be5749ed84538f0e', 'c0c50106ef079f57be5749ed84538f0e', 'Your WordPress version is out of date', 'WordPress version 5.8.2 is now available. Please upgrade immediately to get the latest security updates from WordPress.', 'a:2:{s:14:\"currentVersion\";s:5:\"5.7.4\";s:10:\"newVersion\";s:5:\"5.8.2\";}'),
(4208, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '9c6adca94d26b0c21114a40f155fcd10', '9c6adca94d26b0c21114a40f155fcd10', 'The Plugin \"Advanced noCaptcha &amp; invisible Captcha\" needs an upgrade (6.1.5 -> 6.1.7).', 'You need to upgrade \"Advanced noCaptcha &amp; invisible Captcha\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:42:\"Advanced noCaptcha &amp; invisible Captcha\";s:9:\"PluginURI\";s:42:\"https://www.shamimsplugins.com/contact-us/\";s:7:\"Version\";s:5:\"6.1.5\";s:11:\"Description\";s:271:\"Show noCaptcha or invisible captcha in Comment Form, bbPress, BuddyPress, WooCommerce, CF7, Login, Register, Lost Password, Reset Password. Also can implement in any other form easily. <cite>By <a href=\"https://www.shamimsplugins.com/contact-us/\">Shamim Hasan</a>.</cite>\";s:6:\"Author\";s:69:\"<a href=\"https://www.shamimsplugins.com/contact-us/\">Shamim Hasan</a>\";s:9:\"AuthorURI\";s:42:\"https://www.shamimsplugins.com/contact-us/\";s:10:\"TextDomain\";s:28:\"advanced-nocaptcha-recaptcha\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:99:\"<a href=\"https://www.shamimsplugins.com/contact-us/\">Advanced noCaptcha &amp; invisible Captcha</a>\";s:10:\"AuthorName\";s:12:\"Shamim Hasan\";s:10:\"pluginFile\";s:96:\"/home/usses/dev/wp-content/plugins/advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php\";s:10:\"newVersion\";s:5:\"6.1.7\";s:4:\"slug\";s:28:\"advanced-nocaptcha-recaptcha\";s:5:\"wpURL\";s:58:\"https://wordpress.org/plugins/advanced-nocaptcha-recaptcha\";s:10:\"vulnerable\";b:0;}'),
(4209, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, 'b9e94ef566e99ca156647a5e348a400b', 'b9e94ef566e99ca156647a5e348a400b', 'The Plugin \"Autoptimize\" needs an upgrade (2.8.4 -> 2.9.3).', 'You need to upgrade \"Autoptimize\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:11:\"Autoptimize\";s:9:\"PluginURI\";s:24:\"https://autoptimize.com/\";s:7:\"Version\";s:5:\"2.8.4\";s:11:\"Description\";s:156:\"Makes your site faster by optimizing CSS, JS, Images, Google fonts and more. <cite>By <a href=\"https://autoptimize.com/\">Frank Goossens (futtta)</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://autoptimize.com/\">Frank Goossens (futtta)</a>\";s:9:\"AuthorURI\";s:24:\"https://autoptimize.com/\";s:10:\"TextDomain\";s:11:\"autoptimize\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:50:\"<a href=\"https://autoptimize.com/\">Autoptimize</a>\";s:10:\"AuthorName\";s:23:\"Frank Goossens (futtta)\";s:10:\"pluginFile\";s:62:\"/home/usses/dev/wp-content/plugins/autoptimize/autoptimize.php\";s:10:\"newVersion\";s:5:\"2.9.3\";s:4:\"slug\";s:11:\"autoptimize\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/autoptimize\";s:10:\"vulnerable\";b:0;}'),
(4210, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, 'a4c5cf2ffbb97080cfc3dd1043a2e20b', 'a4c5cf2ffbb97080cfc3dd1043a2e20b', 'The Plugin \"Classic Editor\" needs an upgrade (1.6 -> 1.6.2).', 'You need to upgrade \"Classic Editor\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:14:\"Classic Editor\";s:9:\"PluginURI\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:253:\"Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen. <cite>By <a href=\"https://github.com/WordPress/classic-editor/\">WordPress Contributors</a>.</cite>\";s:6:\"Author\";s:81:\"<a href=\"https://github.com/WordPress/classic-editor/\">WordPress Contributors</a>\";s:9:\"AuthorURI\";s:44:\"https://github.com/WordPress/classic-editor/\";s:10:\"TextDomain\";s:14:\"classic-editor\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.9\";s:11:\"RequiresPHP\";s:5:\"5.2.4\";s:5:\"Title\";s:74:\"<a href=\"https://wordpress.org/plugins/classic-editor/\">Classic Editor</a>\";s:10:\"AuthorName\";s:22:\"WordPress Contributors\";s:10:\"pluginFile\";s:68:\"/home/usses/dev/wp-content/plugins/classic-editor/classic-editor.php\";s:10:\"newVersion\";s:5:\"1.6.2\";s:4:\"slug\";s:14:\"classic-editor\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/classic-editor\";s:10:\"vulnerable\";b:0;}'),
(4211, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '0762910c892bb960035d4599cbdd426c', '0762910c892bb960035d4599cbdd426c', 'The Plugin \"Contact Form 7\" needs an upgrade (5.4.1 -> 5.5.3).', 'You need to upgrade \"Contact Form 7\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:14:\"Contact Form 7\";s:9:\"PluginURI\";s:25:\"https://contactform7.com/\";s:7:\"Version\";s:5:\"5.4.1\";s:11:\"Description\";s:134:\"Just another contact form plugin. Simple but flexible. <cite>By <a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>.</cite>\";s:6:\"Author\";s:62:\"<a href=\"https://ideasilo.wordpress.com/\">Takayuki Miyoshi</a>\";s:9:\"AuthorURI\";s:31:\"https://ideasilo.wordpress.com/\";s:10:\"TextDomain\";s:14:\"contact-form-7\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:54:\"<a href=\"https://contactform7.com/\">Contact Form 7</a>\";s:10:\"AuthorName\";s:16:\"Takayuki Miyoshi\";s:10:\"pluginFile\";s:71:\"/home/usses/dev/wp-content/plugins/contact-form-7/wp-contact-form-7.php\";s:10:\"newVersion\";s:5:\"5.5.3\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/contact-form-7\";s:10:\"vulnerable\";b:0;}'),
(4212, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '920d6d64fe51ac80d343fc831a246093', '920d6d64fe51ac80d343fc831a246093', 'The Plugin \"Disable Comments\" needs an upgrade (2.1.1 -> 2.2.4).', 'You need to upgrade \"Disable Comments\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:16:\"Disable Comments\";s:9:\"PluginURI\";s:47:\"https://wordpress.org/plugins/disable-comments/\";s:7:\"Version\";s:5:\"2.1.1\";s:11:\"Description\";s:225:\"Allows administrators to globally disable comments on their site. Comments can be disabled according to post type. You could bulk delete comments using Tools. <cite>By <a href=\"https://wpdeveloper.net\">WPDeveloper</a>.</cite>\";s:6:\"Author\";s:49:\"<a href=\"https://wpdeveloper.net\">WPDeveloper</a>\";s:9:\"AuthorURI\";s:23:\"https://wpdeveloper.net\";s:10:\"TextDomain\";s:16:\"disable-comments\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:78:\"<a href=\"https://wordpress.org/plugins/disable-comments/\">Disable Comments</a>\";s:10:\"AuthorName\";s:11:\"WPDeveloper\";s:10:\"pluginFile\";s:72:\"/home/usses/dev/wp-content/plugins/disable-comments/disable-comments.php\";s:10:\"newVersion\";s:5:\"2.2.4\";s:4:\"slug\";s:16:\"disable-comments\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/disable-comments\";s:10:\"vulnerable\";b:0;}'),
(4213, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '064171643508647e128e9aad2737699c', '064171643508647e128e9aad2737699c', 'The Plugin \"Usersnap\" needs an upgrade (4.10 -> 4.13).', 'You need to upgrade \"Usersnap\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:8:\"Usersnap\";s:9:\"PluginURI\";s:23:\"http://www.usersnap.com\";s:7:\"Version\";s:4:\"4.10\";s:11:\"Description\";s:168:\"Usersnap helps website owners to get feedback in form of screenshots from their customers, readers or users. <cite>By <a href=\"http://usersnap.com\">Usersnap</a>.</cite>\";s:6:\"Author\";s:42:\"<a href=\"http://usersnap.com\">Usersnap</a>\";s:9:\"AuthorURI\";s:19:\"http://usersnap.com\";s:10:\"TextDomain\";s:8:\"usersnap\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:46:\"<a href=\"http://www.usersnap.com\">Usersnap</a>\";s:10:\"AuthorName\";s:8:\"Usersnap\";s:10:\"pluginFile\";s:56:\"/home/usses/dev/wp-content/plugins/usersnap/usersnap.php\";s:10:\"newVersion\";s:4:\"4.13\";s:4:\"slug\";s:8:\"usersnap\";s:5:\"wpURL\";s:38:\"https://wordpress.org/plugins/usersnap\";s:10:\"vulnerable\";b:0;}'),
(4214, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, 'd15ea0d7aaa82ce705a85ffac475d412', 'd15ea0d7aaa82ce705a85ffac475d412', 'The Plugin \"User Switching\" needs an upgrade (1.5.7 -> 1.5.8).', 'You need to upgrade \"User Switching\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:14:\"User Switching\";s:9:\"PluginURI\";s:59:\"https://johnblackbourn.com/wordpress-plugin-user-switching/\";s:7:\"Version\";s:5:\"1.5.7\";s:11:\"Description\";s:184:\"Instant switching between user accounts in WordPress <cite>By <a href=\"https://github.com/johnbillion/user-switching/graphs/contributors\">John Blackbourn &amp; contributors</a>.</cite>\";s:6:\"Author\";s:114:\"<a href=\"https://github.com/johnbillion/user-switching/graphs/contributors\">John Blackbourn &amp; contributors</a>\";s:9:\"AuthorURI\";s:65:\"https://github.com/johnbillion/user-switching/graphs/contributors\";s:10:\"TextDomain\";s:14:\"user-switching\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:3:\"5.3\";s:5:\"Title\";s:88:\"<a href=\"https://johnblackbourn.com/wordpress-plugin-user-switching/\">User Switching</a>\";s:10:\"AuthorName\";s:34:\"John Blackbourn &amp; contributors\";s:10:\"pluginFile\";s:68:\"/home/usses/dev/wp-content/plugins/user-switching/user-switching.php\";s:10:\"newVersion\";s:5:\"1.5.8\";s:4:\"slug\";s:14:\"user-switching\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/user-switching\";s:10:\"vulnerable\";b:0;}'),
(4215, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 100, '208918e98068f5300d24a7643f5a56a1', '208918e98068f5300d24a7643f5a56a1', 'The Plugin \"W3 Total Cache\" needs an upgrade (2.1.2 -> 2.2.0).', 'You need to upgrade \"W3 Total Cache\" to the newest version to ensure you have any security fixes the developer has released.', 'a:19:{s:4:\"Name\";s:14:\"W3 Total Cache\";s:9:\"PluginURI\";s:36:\"https://www.boldgrid.com/totalcache/\";s:7:\"Version\";s:5:\"2.1.2\";s:11:\"Description\";s:310:\"The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress. <cite>By <a href=\"https://www.boldgrid.com/\">BoldGrid</a>.</cite>\";s:6:\"Author\";s:48:\"<a href=\"https://www.boldgrid.com/\">BoldGrid</a>\";s:9:\"AuthorURI\";s:25:\"https://www.boldgrid.com/\";s:10:\"TextDomain\";s:14:\"w3-total-cache\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:3:\"3.8\";s:11:\"RequiresPHP\";s:3:\"5.3\";s:5:\"Title\";s:65:\"<a href=\"https://www.boldgrid.com/totalcache/\">W3 Total Cache</a>\";s:10:\"AuthorName\";s:8:\"BoldGrid\";s:10:\"pluginFile\";s:68:\"/home/usses/dev/wp-content/plugins/w3-total-cache/w3-total-cache.php\";s:10:\"newVersion\";s:5:\"2.2.0\";s:4:\"slug\";s:14:\"w3-total-cache\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/w3-total-cache\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/05988ebb-7378-4a3a-9d2d-30f8f58fe9ef\";}'),
(4216, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '5297e7148b15daf9eaca141e0cc13530', '5297e7148b15daf9eaca141e0cc13530', 'The Plugin \"WebP Express\" needs an upgrade (0.19.1 -> 0.24.2).', 'You need to upgrade \"WebP Express\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:12:\"WebP Express\";s:9:\"PluginURI\";s:41:\"https://github.com/rosell-dk/webp-express\";s:7:\"Version\";s:6:\"0.19.1\";s:11:\"Description\";s:225:\"Serve autogenerated WebP images instead of jpeg/png to browsers that supports WebP. Works on anything (media library images, galleries, theme images etc). <cite>By <a href=\"https://www.bitwise-it.dk\">Bjørn Rosell</a>.</cite>\";s:6:\"Author\";s:53:\"<a href=\"https://www.bitwise-it.dk\">Bjørn Rosell</a>\";s:9:\"AuthorURI\";s:25:\"https://www.bitwise-it.dk\";s:10:\"TextDomain\";s:12:\"webp-express\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:68:\"<a href=\"https://github.com/rosell-dk/webp-express\">WebP Express</a>\";s:10:\"AuthorName\";s:13:\"Bjørn Rosell\";s:10:\"pluginFile\";s:64:\"/home/usses/dev/wp-content/plugins/webp-express/webp-express.php\";s:10:\"newVersion\";s:6:\"0.24.2\";s:4:\"slug\";s:12:\"webp-express\";s:5:\"wpURL\";s:42:\"https://wordpress.org/plugins/webp-express\";s:10:\"vulnerable\";b:0;}'),
(4217, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 100, '184a9aef7ca50ba579185a0a6fc9d304', '184a9aef7ca50ba579185a0a6fc9d304', 'The Plugin \"WPS Hide Login\" needs an upgrade (1.8.5 -> 1.9.1).', 'You need to upgrade \"WPS Hide Login\" to the newest version to ensure you have any security fixes the developer has released.', 'a:19:{s:4:\"Name\";s:14:\"WPS Hide Login\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:5:\"1.8.5\";s:11:\"Description\";s:222:\"Protect your website by changing the login URL and preventing access to wp-login.php page and wp-admin directory while not logged-in <cite>By <a href=\"https://wpserveur.net\">WPServeur, NicolasKulka, wpformation</a>.</cite>\";s:6:\"Author\";s:72:\"<a href=\"https://wpserveur.net\">WPServeur, NicolasKulka, wpformation</a>\";s:9:\"AuthorURI\";s:21:\"https://wpserveur.net\";s:10:\"TextDomain\";s:14:\"wps-hide-login\";s:10:\"DomainPath\";s:9:\"languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"4.1\";s:11:\"RequiresPHP\";s:3:\"7.0\";s:5:\"Title\";s:14:\"WPS Hide Login\";s:10:\"AuthorName\";s:36:\"WPServeur, NicolasKulka, wpformation\";s:10:\"pluginFile\";s:68:\"/home/usses/dev/wp-content/plugins/wps-hide-login/wps-hide-login.php\";s:10:\"newVersion\";s:5:\"1.9.1\";s:4:\"slug\";s:14:\"wps-hide-login\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/wps-hide-login\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/15bb711a-7d70-4891-b7a2-c473e3e8b375\";}'),
(4218, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '4d22055ede3c0f8128f037bdfcc14356', '4d22055ede3c0f8128f037bdfcc14356', 'The Plugin \"Yoast SEO\" needs an upgrade (16.3 -> 17.7).', 'You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"16.3\";s:11:\"Description\";s:178:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. <cite>By <a href=\"https://yoa.st/1uk\">Team Yoast</a>.</cite>\";s:6:\"Author\";s:43:\"<a href=\"https://yoa.st/1uk\">Team Yoast</a>\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:5:\"Title\";s:42:\"<a href=\"https://yoa.st/1uj\">Yoast SEO</a>\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:59:\"/home/usses/dev/wp-content/plugins/wordpress-seo/wp-seo.php\";s:10:\"newVersion\";s:4:\"17.7\";s:4:\"slug\";s:13:\"wordpress-seo\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:10:\"vulnerable\";b:0;}'),
(4219, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, 'bd60abaa1fb50591c5531fc745fbc346', 'bd60abaa1fb50591c5531fc745fbc346', 'The Plugin \"WPBakery Page Builder\" needs an upgrade (6.4.1 -> 6.7).', 'You need to upgrade \"WPBakery Page Builder\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:21:\"WPBakery Page Builder\";s:9:\"PluginURI\";s:19:\"http://wpbakery.com\";s:7:\"Version\";s:5:\"6.4.1\";s:11:\"Description\";s:233:\"Drag and drop page builder for WordPress. Take full control over your WordPress site, build any layout you can imagine – no programming knowledge required. <cite>By <a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>.</cite>\";s:6:\"Author\";s:58:\"<a href=\"http://wpbakery.com\">Michael M - WPBakery.com</a>\";s:9:\"AuthorURI\";s:19:\"http://wpbakery.com\";s:10:\"TextDomain\";s:11:\"js_composer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:55:\"<a href=\"http://wpbakery.com\">WPBakery Page Builder</a>\";s:10:\"AuthorName\";s:24:\"Michael M - WPBakery.com\";s:10:\"pluginFile\";s:62:\"/home/usses/dev/wp-content/plugins/js_composer/js_composer.php\";s:10:\"newVersion\";s:3:\"6.7\";s:4:\"slug\";s:11:\"js_composer\";s:5:\"wpURL\";s:0:\"\";s:10:\"vulnerable\";b:0;}'),
(4220, 1638297821, 1638297821, 'new', 'wfPluginUpgrade', 50, '1f9dfe91a7a6e10fb027b8f718db59fd', '1f9dfe91a7a6e10fb027b8f718db59fd', 'The Plugin \"Advanced Custom Fields PRO\" needs an upgrade (5.9.6 -> 5.11.3).', 'You need to upgrade \"Advanced Custom Fields PRO\" to the newest version to ensure you have any security fixes the developer has released.', 'a:18:{s:4:\"Name\";s:26:\"Advanced Custom Fields PRO\";s:9:\"PluginURI\";s:36:\"https://www.advancedcustomfields.com\";s:7:\"Version\";s:5:\"5.9.6\";s:11:\"Description\";s:151:\"Customize WordPress with powerful, professional and intuitive fields. <cite>By <a href=\"https://www.advancedcustomfields.com\">Elliot Condon</a>.</cite>\";s:6:\"Author\";s:64:\"<a href=\"https://www.advancedcustomfields.com\">Elliot Condon</a>\";s:9:\"AuthorURI\";s:36:\"https://www.advancedcustomfields.com\";s:10:\"TextDomain\";s:3:\"acf\";s:10:\"DomainPath\";s:5:\"/lang\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:5:\"Title\";s:77:\"<a href=\"https://www.advancedcustomfields.com\">Advanced Custom Fields PRO</a>\";s:10:\"AuthorName\";s:13:\"Elliot Condon\";s:10:\"pluginFile\";s:69:\"/home/usses/dev/wp-content/plugins/advanced-custom-fields-pro/acf.php\";s:10:\"newVersion\";s:6:\"5.11.3\";s:4:\"slug\";s:26:\"advanced-custom-fields-pro\";s:5:\"wpURL\";s:36:\"https://www.advancedcustomfields.com\";s:10:\"vulnerable\";b:0;}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfknownfilelist`
--

CREATE TABLE `wp_wfknownfilelist` (
  `id` int(10) UNSIGNED NOT NULL,
  `path` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfknownfilelist`
--

INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(1, 'index.php'),
(2, 'license.txt'),
(3, 'readme.html'),
(4, 'wp-activate.php'),
(5, 'wp-admin/about.php'),
(6, 'wp-admin/admin-ajax.php'),
(7, 'wp-admin/admin-footer.php'),
(8, 'wp-admin/admin-functions.php'),
(9, 'wp-admin/admin-header.php'),
(10, 'wp-admin/admin-post.php'),
(11, 'wp-admin/admin.php'),
(12, 'wp-admin/async-upload.php'),
(13, 'wp-admin/authorize-application.php'),
(14, 'wp-admin/comment.php'),
(15, 'wp-admin/credits.php'),
(16, 'wp-admin/css/about-rtl.css'),
(17, 'wp-admin/css/about-rtl.min.css'),
(18, 'wp-admin/css/about.css'),
(19, 'wp-admin/css/about.min.css'),
(20, 'wp-admin/css/admin-menu-rtl.css'),
(21, 'wp-admin/css/admin-menu-rtl.min.css'),
(22, 'wp-admin/css/admin-menu.css'),
(23, 'wp-admin/css/admin-menu.min.css'),
(24, 'wp-admin/css/code-editor-rtl.css'),
(25, 'wp-admin/css/code-editor-rtl.min.css'),
(26, 'wp-admin/css/code-editor.css'),
(27, 'wp-admin/css/code-editor.min.css'),
(28, 'wp-admin/css/color-picker-rtl.css'),
(29, 'wp-admin/css/color-picker-rtl.min.css'),
(30, 'wp-admin/css/color-picker.css'),
(31, 'wp-admin/css/color-picker.min.css'),
(32, 'wp-admin/css/colors/_admin.scss'),
(33, 'wp-admin/css/colors/_mixins.scss'),
(34, 'wp-admin/css/colors/_variables.scss'),
(35, 'wp-admin/css/colors/blue/colors-rtl.css'),
(36, 'wp-admin/css/colors/blue/colors-rtl.min.css'),
(37, 'wp-admin/css/colors/blue/colors.css'),
(38, 'wp-admin/css/colors/blue/colors.min.css'),
(39, 'wp-admin/css/colors/blue/colors.scss'),
(40, 'wp-admin/css/colors/coffee/colors-rtl.css'),
(41, 'wp-admin/css/colors/coffee/colors-rtl.min.css'),
(42, 'wp-admin/css/colors/coffee/colors.css'),
(43, 'wp-admin/css/colors/coffee/colors.min.css'),
(44, 'wp-admin/css/colors/coffee/colors.scss'),
(45, 'wp-admin/css/colors/ectoplasm/colors-rtl.css'),
(46, 'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),
(47, 'wp-admin/css/colors/ectoplasm/colors.css'),
(48, 'wp-admin/css/colors/ectoplasm/colors.min.css'),
(49, 'wp-admin/css/colors/ectoplasm/colors.scss'),
(50, 'wp-admin/css/colors/light/colors-rtl.css'),
(51, 'wp-admin/css/colors/light/colors-rtl.min.css'),
(52, 'wp-admin/css/colors/light/colors.css'),
(53, 'wp-admin/css/colors/light/colors.min.css'),
(54, 'wp-admin/css/colors/light/colors.scss'),
(55, 'wp-admin/css/colors/midnight/colors-rtl.css'),
(56, 'wp-admin/css/colors/midnight/colors-rtl.min.css'),
(57, 'wp-admin/css/colors/midnight/colors.css'),
(58, 'wp-admin/css/colors/midnight/colors.min.css'),
(59, 'wp-admin/css/colors/midnight/colors.scss'),
(60, 'wp-admin/css/colors/modern/colors-rtl.css'),
(61, 'wp-admin/css/colors/modern/colors-rtl.min.css'),
(62, 'wp-admin/css/colors/modern/colors.css'),
(63, 'wp-admin/css/colors/modern/colors.min.css'),
(64, 'wp-admin/css/colors/modern/colors.scss'),
(65, 'wp-admin/css/colors/ocean/colors-rtl.css'),
(66, 'wp-admin/css/colors/ocean/colors-rtl.min.css'),
(67, 'wp-admin/css/colors/ocean/colors.css'),
(68, 'wp-admin/css/colors/ocean/colors.min.css'),
(69, 'wp-admin/css/colors/ocean/colors.scss'),
(70, 'wp-admin/css/colors/sunrise/colors-rtl.css'),
(71, 'wp-admin/css/colors/sunrise/colors-rtl.min.css'),
(72, 'wp-admin/css/colors/sunrise/colors.css'),
(73, 'wp-admin/css/colors/sunrise/colors.min.css'),
(74, 'wp-admin/css/colors/sunrise/colors.scss'),
(75, 'wp-admin/css/common-rtl.css'),
(76, 'wp-admin/css/common-rtl.min.css'),
(77, 'wp-admin/css/common.css'),
(78, 'wp-admin/css/common.min.css'),
(79, 'wp-admin/css/customize-controls-rtl.css'),
(80, 'wp-admin/css/customize-controls-rtl.min.css'),
(81, 'wp-admin/css/customize-controls.css'),
(82, 'wp-admin/css/customize-controls.min.css'),
(83, 'wp-admin/css/customize-nav-menus-rtl.css'),
(84, 'wp-admin/css/customize-nav-menus-rtl.min.css'),
(85, 'wp-admin/css/customize-nav-menus.css'),
(86, 'wp-admin/css/customize-nav-menus.min.css'),
(87, 'wp-admin/css/customize-widgets-rtl.css'),
(88, 'wp-admin/css/customize-widgets-rtl.min.css'),
(89, 'wp-admin/css/customize-widgets.css'),
(90, 'wp-admin/css/customize-widgets.min.css'),
(91, 'wp-admin/css/dashboard-rtl.css'),
(92, 'wp-admin/css/dashboard-rtl.min.css'),
(93, 'wp-admin/css/dashboard.css'),
(94, 'wp-admin/css/dashboard.min.css'),
(95, 'wp-admin/css/deprecated-media-rtl.css'),
(96, 'wp-admin/css/deprecated-media-rtl.min.css'),
(97, 'wp-admin/css/deprecated-media.css'),
(98, 'wp-admin/css/deprecated-media.min.css'),
(99, 'wp-admin/css/edit-rtl.css'),
(100, 'wp-admin/css/edit-rtl.min.css'),
(101, 'wp-admin/css/edit.css'),
(102, 'wp-admin/css/edit.min.css'),
(103, 'wp-admin/css/farbtastic-rtl.css'),
(104, 'wp-admin/css/farbtastic-rtl.min.css'),
(105, 'wp-admin/css/farbtastic.css'),
(106, 'wp-admin/css/farbtastic.min.css'),
(107, 'wp-admin/css/forms-rtl.css'),
(108, 'wp-admin/css/forms-rtl.min.css'),
(109, 'wp-admin/css/forms.css'),
(110, 'wp-admin/css/forms.min.css'),
(111, 'wp-admin/css/install-rtl.css'),
(112, 'wp-admin/css/install-rtl.min.css'),
(113, 'wp-admin/css/install.css'),
(114, 'wp-admin/css/install.min.css'),
(115, 'wp-admin/css/l10n-rtl.css'),
(116, 'wp-admin/css/l10n-rtl.min.css'),
(117, 'wp-admin/css/l10n.css'),
(118, 'wp-admin/css/l10n.min.css'),
(119, 'wp-admin/css/list-tables-rtl.css'),
(120, 'wp-admin/css/list-tables-rtl.min.css'),
(121, 'wp-admin/css/list-tables.css'),
(122, 'wp-admin/css/list-tables.min.css'),
(123, 'wp-admin/css/login-rtl.css'),
(124, 'wp-admin/css/login-rtl.min.css'),
(125, 'wp-admin/css/login.css'),
(126, 'wp-admin/css/login.min.css'),
(127, 'wp-admin/css/media-rtl.css'),
(128, 'wp-admin/css/media-rtl.min.css'),
(129, 'wp-admin/css/media.css'),
(130, 'wp-admin/css/media.min.css'),
(131, 'wp-admin/css/nav-menus-rtl.css'),
(132, 'wp-admin/css/nav-menus-rtl.min.css'),
(133, 'wp-admin/css/nav-menus.css'),
(134, 'wp-admin/css/nav-menus.min.css'),
(135, 'wp-admin/css/revisions-rtl.css'),
(136, 'wp-admin/css/revisions-rtl.min.css'),
(137, 'wp-admin/css/revisions.css'),
(138, 'wp-admin/css/revisions.min.css'),
(139, 'wp-admin/css/site-health-rtl.css'),
(140, 'wp-admin/css/site-health-rtl.min.css'),
(141, 'wp-admin/css/site-health.css'),
(142, 'wp-admin/css/site-health.min.css'),
(143, 'wp-admin/css/site-icon-rtl.css'),
(144, 'wp-admin/css/site-icon-rtl.min.css'),
(145, 'wp-admin/css/site-icon.css'),
(146, 'wp-admin/css/site-icon.min.css'),
(147, 'wp-admin/css/themes-rtl.css'),
(148, 'wp-admin/css/themes-rtl.min.css'),
(149, 'wp-admin/css/themes.css'),
(150, 'wp-admin/css/themes.min.css'),
(151, 'wp-admin/css/widgets-rtl.css'),
(152, 'wp-admin/css/widgets-rtl.min.css'),
(153, 'wp-admin/css/widgets.css'),
(154, 'wp-admin/css/widgets.min.css'),
(155, 'wp-admin/css/wp-admin-rtl.css'),
(156, 'wp-admin/css/wp-admin-rtl.min.css'),
(157, 'wp-admin/css/wp-admin.css'),
(158, 'wp-admin/css/wp-admin.min.css'),
(159, 'wp-admin/custom-background.php'),
(160, 'wp-admin/custom-header.php'),
(161, 'wp-admin/customize.php'),
(162, 'wp-admin/edit-comments.php'),
(163, 'wp-admin/edit-form-advanced.php'),
(164, 'wp-admin/edit-form-blocks.php'),
(165, 'wp-admin/edit-form-comment.php'),
(166, 'wp-admin/edit-link-form.php'),
(167, 'wp-admin/edit-tag-form.php'),
(168, 'wp-admin/edit-tags.php'),
(169, 'wp-admin/edit.php'),
(170, 'wp-admin/erase-personal-data.php'),
(171, 'wp-admin/error_log'),
(172, 'wp-admin/export-personal-data.php'),
(173, 'wp-admin/export.php'),
(174, 'wp-admin/freedoms.php'),
(175, 'wp-admin/images/about-badge.svg'),
(176, 'wp-admin/images/about-color-palette-vert.svg'),
(177, 'wp-admin/images/about-color-palette.svg'),
(178, 'wp-admin/images/about-header-brushes.svg'),
(179, 'wp-admin/images/align-center-2x.png'),
(180, 'wp-admin/images/align-center.png'),
(181, 'wp-admin/images/align-left-2x.png'),
(182, 'wp-admin/images/align-left.png'),
(183, 'wp-admin/images/align-none-2x.png'),
(184, 'wp-admin/images/align-none.png'),
(185, 'wp-admin/images/align-right-2x.png'),
(186, 'wp-admin/images/align-right.png'),
(187, 'wp-admin/images/arrows-2x.png'),
(188, 'wp-admin/images/arrows.png'),
(189, 'wp-admin/images/browser-rtl.png'),
(190, 'wp-admin/images/browser.png'),
(191, 'wp-admin/images/bubble_bg-2x.gif'),
(192, 'wp-admin/images/bubble_bg.gif'),
(193, 'wp-admin/images/comment-grey-bubble-2x.png'),
(194, 'wp-admin/images/comment-grey-bubble.png'),
(195, 'wp-admin/images/date-button-2x.gif'),
(196, 'wp-admin/images/date-button.gif'),
(197, 'wp-admin/images/freedoms.png'),
(198, 'wp-admin/images/generic.png'),
(199, 'wp-admin/images/icons32-2x.png'),
(200, 'wp-admin/images/icons32-vs-2x.png'),
(201, 'wp-admin/images/icons32-vs.png'),
(202, 'wp-admin/images/icons32.png'),
(203, 'wp-admin/images/imgedit-icons-2x.png'),
(204, 'wp-admin/images/imgedit-icons.png'),
(205, 'wp-admin/images/list-2x.png'),
(206, 'wp-admin/images/list.png'),
(207, 'wp-admin/images/loading.gif'),
(208, 'wp-admin/images/marker.png'),
(209, 'wp-admin/images/mask.png'),
(210, 'wp-admin/images/media-button-2x.png'),
(211, 'wp-admin/images/media-button-image.gif'),
(212, 'wp-admin/images/media-button-music.gif'),
(213, 'wp-admin/images/media-button-other.gif'),
(214, 'wp-admin/images/media-button-video.gif'),
(215, 'wp-admin/images/media-button.png'),
(216, 'wp-admin/images/menu-2x.png'),
(217, 'wp-admin/images/menu-vs-2x.png'),
(218, 'wp-admin/images/menu-vs.png'),
(219, 'wp-admin/images/menu.png'),
(220, 'wp-admin/images/no.png'),
(221, 'wp-admin/images/post-formats-vs.png'),
(222, 'wp-admin/images/post-formats.png'),
(223, 'wp-admin/images/post-formats32-vs.png'),
(224, 'wp-admin/images/post-formats32.png'),
(225, 'wp-admin/images/privacy.png'),
(226, 'wp-admin/images/resize-2x.gif'),
(227, 'wp-admin/images/resize-rtl-2x.gif'),
(228, 'wp-admin/images/resize-rtl.gif'),
(229, 'wp-admin/images/resize.gif'),
(230, 'wp-admin/images/se.png'),
(231, 'wp-admin/images/sort-2x.gif'),
(232, 'wp-admin/images/sort.gif'),
(233, 'wp-admin/images/spinner-2x.gif'),
(234, 'wp-admin/images/spinner.gif'),
(235, 'wp-admin/images/stars-2x.png'),
(236, 'wp-admin/images/stars.png'),
(237, 'wp-admin/images/w-logo-blue.png'),
(238, 'wp-admin/images/w-logo-white.png'),
(239, 'wp-admin/images/wheel.png'),
(240, 'wp-admin/images/wordpress-logo-white.svg'),
(241, 'wp-admin/images/wordpress-logo.png'),
(242, 'wp-admin/images/wordpress-logo.svg'),
(243, 'wp-admin/images/wpspin_light-2x.gif'),
(244, 'wp-admin/images/wpspin_light.gif'),
(245, 'wp-admin/images/xit-2x.gif'),
(246, 'wp-admin/images/xit.gif'),
(247, 'wp-admin/images/yes.png'),
(248, 'wp-admin/import.php'),
(249, 'wp-admin/includes/admin-filters.php'),
(250, 'wp-admin/includes/admin.php'),
(251, 'wp-admin/includes/ajax-actions.php'),
(252, 'wp-admin/includes/bookmark.php'),
(253, 'wp-admin/includes/class-automatic-upgrader-skin.php'),
(254, 'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),
(255, 'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),
(256, 'wp-admin/includes/class-bulk-upgrader-skin.php'),
(257, 'wp-admin/includes/class-core-upgrader.php'),
(258, 'wp-admin/includes/class-custom-background.php'),
(259, 'wp-admin/includes/class-custom-image-header.php'),
(260, 'wp-admin/includes/class-file-upload-upgrader.php'),
(261, 'wp-admin/includes/class-ftp-pure.php'),
(262, 'wp-admin/includes/class-ftp-sockets.php'),
(263, 'wp-admin/includes/class-ftp.php'),
(264, 'wp-admin/includes/class-language-pack-upgrader-skin.php'),
(265, 'wp-admin/includes/class-language-pack-upgrader.php'),
(266, 'wp-admin/includes/class-pclzip.php'),
(267, 'wp-admin/includes/class-plugin-installer-skin.php'),
(268, 'wp-admin/includes/class-plugin-upgrader-skin.php'),
(269, 'wp-admin/includes/class-plugin-upgrader.php'),
(270, 'wp-admin/includes/class-theme-installer-skin.php'),
(271, 'wp-admin/includes/class-theme-upgrader-skin.php'),
(272, 'wp-admin/includes/class-theme-upgrader.php'),
(273, 'wp-admin/includes/class-walker-category-checklist.php'),
(274, 'wp-admin/includes/class-walker-nav-menu-checklist.php'),
(275, 'wp-admin/includes/class-walker-nav-menu-edit.php'),
(276, 'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),
(277, 'wp-admin/includes/class-wp-application-passwords-list-table.php'),
(278, 'wp-admin/includes/class-wp-automatic-updater.php'),
(279, 'wp-admin/includes/class-wp-comments-list-table.php'),
(280, 'wp-admin/includes/class-wp-community-events.php'),
(281, 'wp-admin/includes/class-wp-debug-data.php'),
(282, 'wp-admin/includes/class-wp-filesystem-base.php'),
(283, 'wp-admin/includes/class-wp-filesystem-direct.php'),
(284, 'wp-admin/includes/class-wp-filesystem-ftpext.php'),
(285, 'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),
(286, 'wp-admin/includes/class-wp-filesystem-ssh2.php'),
(287, 'wp-admin/includes/class-wp-importer.php'),
(288, 'wp-admin/includes/class-wp-internal-pointers.php'),
(289, 'wp-admin/includes/class-wp-links-list-table.php'),
(290, 'wp-admin/includes/class-wp-list-table-compat.php'),
(291, 'wp-admin/includes/class-wp-list-table.php'),
(292, 'wp-admin/includes/class-wp-media-list-table.php'),
(293, 'wp-admin/includes/class-wp-ms-sites-list-table.php'),
(294, 'wp-admin/includes/class-wp-ms-themes-list-table.php'),
(295, 'wp-admin/includes/class-wp-ms-users-list-table.php'),
(296, 'wp-admin/includes/class-wp-plugin-install-list-table.php'),
(297, 'wp-admin/includes/class-wp-plugins-list-table.php'),
(298, 'wp-admin/includes/class-wp-post-comments-list-table.php'),
(299, 'wp-admin/includes/class-wp-posts-list-table.php'),
(300, 'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),
(301, 'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),
(302, 'wp-admin/includes/class-wp-privacy-policy-content.php'),
(303, 'wp-admin/includes/class-wp-privacy-requests-table.php'),
(304, 'wp-admin/includes/class-wp-screen.php'),
(305, 'wp-admin/includes/class-wp-site-health-auto-updates.php'),
(306, 'wp-admin/includes/class-wp-site-health.php'),
(307, 'wp-admin/includes/class-wp-site-icon.php'),
(308, 'wp-admin/includes/class-wp-terms-list-table.php'),
(309, 'wp-admin/includes/class-wp-theme-install-list-table.php'),
(310, 'wp-admin/includes/class-wp-themes-list-table.php'),
(311, 'wp-admin/includes/class-wp-upgrader-skin.php'),
(312, 'wp-admin/includes/class-wp-upgrader-skins.php'),
(313, 'wp-admin/includes/class-wp-upgrader.php'),
(314, 'wp-admin/includes/class-wp-users-list-table.php'),
(315, 'wp-admin/includes/comment.php'),
(316, 'wp-admin/includes/continents-cities.php'),
(317, 'wp-admin/includes/credits.php'),
(318, 'wp-admin/includes/dashboard.php'),
(319, 'wp-admin/includes/deprecated.php'),
(320, 'wp-admin/includes/edit-tag-messages.php'),
(321, 'wp-admin/includes/export.php'),
(322, 'wp-admin/includes/file.php'),
(323, 'wp-admin/includes/image-edit.php'),
(324, 'wp-admin/includes/image.php'),
(325, 'wp-admin/includes/import.php'),
(326, 'wp-admin/includes/list-table.php'),
(327, 'wp-admin/includes/media.php'),
(328, 'wp-admin/includes/menu.php'),
(329, 'wp-admin/includes/meta-boxes.php'),
(330, 'wp-admin/includes/misc.php'),
(331, 'wp-admin/includes/ms-admin-filters.php'),
(332, 'wp-admin/includes/ms-deprecated.php'),
(333, 'wp-admin/includes/ms.php'),
(334, 'wp-admin/includes/nav-menu.php'),
(335, 'wp-admin/includes/network.php'),
(336, 'wp-admin/includes/noop.php'),
(337, 'wp-admin/includes/options.php'),
(338, 'wp-admin/includes/plugin-install.php'),
(339, 'wp-admin/includes/plugin.php'),
(340, 'wp-admin/includes/post.php'),
(341, 'wp-admin/includes/privacy-tools.php'),
(342, 'wp-admin/includes/revision.php'),
(343, 'wp-admin/includes/schema.php'),
(344, 'wp-admin/includes/screen.php'),
(345, 'wp-admin/includes/taxonomy.php'),
(346, 'wp-admin/includes/template.php'),
(347, 'wp-admin/includes/theme-install.php'),
(348, 'wp-admin/includes/theme.php'),
(349, 'wp-admin/includes/translation-install.php'),
(350, 'wp-admin/includes/update-core.php'),
(351, 'wp-admin/includes/update.php'),
(352, 'wp-admin/includes/upgrade.php'),
(353, 'wp-admin/includes/user.php'),
(354, 'wp-admin/includes/widgets.php'),
(355, 'wp-admin/index.php'),
(356, 'wp-admin/install-helper.php'),
(357, 'wp-admin/install.php'),
(358, 'wp-admin/js/accordion.js'),
(359, 'wp-admin/js/accordion.min.js'),
(360, 'wp-admin/js/application-passwords.js'),
(361, 'wp-admin/js/application-passwords.min.js'),
(362, 'wp-admin/js/auth-app.js'),
(363, 'wp-admin/js/auth-app.min.js'),
(364, 'wp-admin/js/code-editor.js'),
(365, 'wp-admin/js/code-editor.min.js'),
(366, 'wp-admin/js/color-picker.js'),
(367, 'wp-admin/js/color-picker.min.js'),
(368, 'wp-admin/js/comment.js'),
(369, 'wp-admin/js/comment.min.js'),
(370, 'wp-admin/js/common.js'),
(371, 'wp-admin/js/common.min.js'),
(372, 'wp-admin/js/custom-background.js'),
(373, 'wp-admin/js/custom-background.min.js'),
(374, 'wp-admin/js/custom-header.js'),
(375, 'wp-admin/js/customize-controls.js'),
(376, 'wp-admin/js/customize-controls.min.js'),
(377, 'wp-admin/js/customize-nav-menus.js'),
(378, 'wp-admin/js/customize-nav-menus.min.js'),
(379, 'wp-admin/js/customize-widgets.js'),
(380, 'wp-admin/js/customize-widgets.min.js'),
(381, 'wp-admin/js/dashboard.js'),
(382, 'wp-admin/js/dashboard.min.js'),
(383, 'wp-admin/js/edit-comments.js'),
(384, 'wp-admin/js/edit-comments.min.js'),
(385, 'wp-admin/js/editor-expand.js'),
(386, 'wp-admin/js/editor-expand.min.js'),
(387, 'wp-admin/js/editor.js'),
(388, 'wp-admin/js/editor.min.js'),
(389, 'wp-admin/js/farbtastic.js'),
(390, 'wp-admin/js/gallery.js'),
(391, 'wp-admin/js/gallery.min.js'),
(392, 'wp-admin/js/image-edit.js'),
(393, 'wp-admin/js/image-edit.min.js'),
(394, 'wp-admin/js/inline-edit-post.js'),
(395, 'wp-admin/js/inline-edit-post.min.js'),
(396, 'wp-admin/js/inline-edit-tax.js'),
(397, 'wp-admin/js/inline-edit-tax.min.js'),
(398, 'wp-admin/js/iris.min.js'),
(399, 'wp-admin/js/language-chooser.js'),
(400, 'wp-admin/js/language-chooser.min.js'),
(401, 'wp-admin/js/link.js'),
(402, 'wp-admin/js/link.min.js'),
(403, 'wp-admin/js/media-gallery.js'),
(404, 'wp-admin/js/media-gallery.min.js'),
(405, 'wp-admin/js/media-upload.js'),
(406, 'wp-admin/js/media-upload.min.js'),
(407, 'wp-admin/js/media.js'),
(408, 'wp-admin/js/media.min.js'),
(409, 'wp-admin/js/nav-menu.js'),
(410, 'wp-admin/js/nav-menu.min.js'),
(411, 'wp-admin/js/password-strength-meter.js'),
(412, 'wp-admin/js/password-strength-meter.min.js'),
(413, 'wp-admin/js/plugin-install.js'),
(414, 'wp-admin/js/plugin-install.min.js'),
(415, 'wp-admin/js/post.js'),
(416, 'wp-admin/js/post.min.js'),
(417, 'wp-admin/js/postbox.js'),
(418, 'wp-admin/js/postbox.min.js'),
(419, 'wp-admin/js/privacy-tools.js'),
(420, 'wp-admin/js/privacy-tools.min.js'),
(421, 'wp-admin/js/revisions.js'),
(422, 'wp-admin/js/revisions.min.js'),
(423, 'wp-admin/js/set-post-thumbnail.js'),
(424, 'wp-admin/js/set-post-thumbnail.min.js'),
(425, 'wp-admin/js/site-health.js'),
(426, 'wp-admin/js/site-health.min.js'),
(427, 'wp-admin/js/svg-painter.js'),
(428, 'wp-admin/js/svg-painter.min.js'),
(429, 'wp-admin/js/tags-box.js'),
(430, 'wp-admin/js/tags-box.min.js'),
(431, 'wp-admin/js/tags-suggest.js'),
(432, 'wp-admin/js/tags-suggest.min.js'),
(433, 'wp-admin/js/tags.js'),
(434, 'wp-admin/js/tags.min.js'),
(435, 'wp-admin/js/theme-plugin-editor.js'),
(436, 'wp-admin/js/theme-plugin-editor.min.js'),
(437, 'wp-admin/js/theme.js'),
(438, 'wp-admin/js/theme.min.js'),
(439, 'wp-admin/js/updates.js'),
(440, 'wp-admin/js/updates.min.js'),
(441, 'wp-admin/js/user-profile.js'),
(442, 'wp-admin/js/user-profile.min.js'),
(443, 'wp-admin/js/user-suggest.js'),
(444, 'wp-admin/js/user-suggest.min.js'),
(445, 'wp-admin/js/widgets/custom-html-widgets.js'),
(446, 'wp-admin/js/widgets/custom-html-widgets.min.js'),
(447, 'wp-admin/js/widgets/media-audio-widget.js'),
(448, 'wp-admin/js/widgets/media-audio-widget.min.js'),
(449, 'wp-admin/js/widgets/media-gallery-widget.js'),
(450, 'wp-admin/js/widgets/media-gallery-widget.min.js'),
(451, 'wp-admin/js/widgets/media-image-widget.js'),
(452, 'wp-admin/js/widgets/media-image-widget.min.js'),
(453, 'wp-admin/js/widgets/media-video-widget.js'),
(454, 'wp-admin/js/widgets/media-video-widget.min.js'),
(455, 'wp-admin/js/widgets/media-widgets.js'),
(456, 'wp-admin/js/widgets/media-widgets.min.js'),
(457, 'wp-admin/js/widgets/text-widgets.js'),
(458, 'wp-admin/js/widgets/text-widgets.min.js'),
(459, 'wp-admin/js/widgets.js'),
(460, 'wp-admin/js/widgets.min.js'),
(461, 'wp-admin/js/word-count.js'),
(462, 'wp-admin/js/word-count.min.js'),
(463, 'wp-admin/js/xfn.js'),
(464, 'wp-admin/js/xfn.min.js'),
(465, 'wp-admin/link-add.php'),
(466, 'wp-admin/link-manager.php'),
(467, 'wp-admin/link-parse-opml.php'),
(468, 'wp-admin/link.php'),
(469, 'wp-admin/load-scripts.php'),
(470, 'wp-admin/load-styles.php'),
(471, 'wp-admin/maint/repair.php'),
(472, 'wp-admin/media-new.php'),
(473, 'wp-admin/media-upload.php'),
(474, 'wp-admin/media.php'),
(475, 'wp-admin/menu-header.php'),
(476, 'wp-admin/menu.php'),
(477, 'wp-admin/moderation.php'),
(478, 'wp-admin/ms-admin.php'),
(479, 'wp-admin/ms-delete-site.php'),
(480, 'wp-admin/ms-edit.php'),
(481, 'wp-admin/ms-options.php'),
(482, 'wp-admin/ms-sites.php'),
(483, 'wp-admin/ms-themes.php'),
(484, 'wp-admin/ms-upgrade-network.php'),
(485, 'wp-admin/ms-users.php'),
(486, 'wp-admin/my-sites.php'),
(487, 'wp-admin/nav-menus.php'),
(488, 'wp-admin/network/about.php'),
(489, 'wp-admin/network/admin.php'),
(490, 'wp-admin/network/credits.php'),
(491, 'wp-admin/network/edit.php'),
(492, 'wp-admin/network/freedoms.php'),
(493, 'wp-admin/network/index.php'),
(494, 'wp-admin/network/menu.php'),
(495, 'wp-admin/network/plugin-editor.php'),
(496, 'wp-admin/network/plugin-install.php'),
(497, 'wp-admin/network/plugins.php'),
(498, 'wp-admin/network/privacy.php'),
(499, 'wp-admin/network/profile.php'),
(500, 'wp-admin/network/settings.php'),
(501, 'wp-admin/network/setup.php'),
(502, 'wp-admin/network/site-info.php'),
(503, 'wp-admin/network/site-new.php'),
(504, 'wp-admin/network/site-settings.php'),
(505, 'wp-admin/network/site-themes.php'),
(506, 'wp-admin/network/site-users.php'),
(507, 'wp-admin/network/sites.php'),
(508, 'wp-admin/network/theme-editor.php'),
(509, 'wp-admin/network/theme-install.php'),
(510, 'wp-admin/network/themes.php'),
(511, 'wp-admin/network/update-core.php'),
(512, 'wp-admin/network/update.php'),
(513, 'wp-admin/network/upgrade.php'),
(514, 'wp-admin/network/user-edit.php'),
(515, 'wp-admin/network/user-new.php'),
(516, 'wp-admin/network/users.php'),
(517, 'wp-admin/network.php'),
(518, 'wp-admin/options-discussion.php'),
(519, 'wp-admin/options-general.php'),
(520, 'wp-admin/options-head.php'),
(521, 'wp-admin/options-media.php'),
(522, 'wp-admin/options-permalink.php'),
(523, 'wp-admin/options-privacy.php'),
(524, 'wp-admin/options-reading.php'),
(525, 'wp-admin/options-writing.php'),
(526, 'wp-admin/options.php'),
(527, 'wp-admin/plugin-editor.php'),
(528, 'wp-admin/plugin-install.php'),
(529, 'wp-admin/plugins.php'),
(530, 'wp-admin/post-new.php'),
(531, 'wp-admin/post.php'),
(532, 'wp-admin/press-this.php'),
(533, 'wp-admin/privacy-policy-guide.php'),
(534, 'wp-admin/privacy.php'),
(535, 'wp-admin/profile.php'),
(536, 'wp-admin/revision.php'),
(537, 'wp-admin/setup-config.php'),
(538, 'wp-admin/site-health-info.php'),
(539, 'wp-admin/site-health.php'),
(540, 'wp-admin/term.php'),
(541, 'wp-admin/theme-editor.php'),
(542, 'wp-admin/theme-install.php'),
(543, 'wp-admin/themes.php'),
(544, 'wp-admin/tools.php'),
(545, 'wp-admin/update-core.php'),
(546, 'wp-admin/update.php'),
(547, 'wp-admin/upgrade-functions.php'),
(548, 'wp-admin/upgrade.php'),
(549, 'wp-admin/upload.php'),
(550, 'wp-admin/user/about.php'),
(551, 'wp-admin/user/admin.php'),
(552, 'wp-admin/user/credits.php'),
(553, 'wp-admin/user/freedoms.php'),
(554, 'wp-admin/user/index.php'),
(555, 'wp-admin/user/menu.php'),
(556, 'wp-admin/user/privacy.php'),
(557, 'wp-admin/user/profile.php'),
(558, 'wp-admin/user/user-edit.php'),
(559, 'wp-admin/user-edit.php'),
(560, 'wp-admin/user-new.php'),
(561, 'wp-admin/users.php'),
(562, 'wp-admin/widgets.php'),
(563, 'wp-blog-header.php'),
(564, 'wp-comments-post.php'),
(565, 'wp-config-sample.php'),
(566, 'wp-config.php'),
(567, 'wp-content/advanced-cache.php'),
(568, 'wp-content/autoptimize_404_handler.php'),
(569, 'wp-content/cache/autoptimize/css/index.html'),
(570, 'wp-content/cache/autoptimize/index.html'),
(571, 'wp-content/cache/autoptimize/js/index.html'),
(572, 'wp-content/cache/index.html'),
(573, 'wp-content/plugins/query-monitor/wp-content/db.php'),
(574, 'wp-content/index.php'),
(575, 'wp-content/maintenance/assets/images/facebook.svg'),
(576, 'wp-content/maintenance/assets/images/instagram.svg'),
(577, 'wp-content/maintenance/assets/images/twitter.svg'),
(578, 'wp-content/maintenance/assets/timer.js'),
(579, 'wp-content/maintenance/template.phtml'),
(580, 'wp-content/maintenance.php'),
(581, 'wp-content/plugins/advanced-custom-fields-pro/acf.php'),
(582, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.js'),
(583, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/3/select2.min.js'),
(584, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.js'),
(585, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.full.min.js'),
(586, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.js'),
(587, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/select2/4/select2.min.js'),
(588, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.js'),
(589, 'wp-content/plugins/advanced-custom-fields-pro/assets/inc/timepicker/jquery-ui-timepicker-addon.min.js'),
(590, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.js'),
(591, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-field-group.min.js'),
(592, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.js'),
(593, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf-input.min.js'),
(594, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.js'),
(595, 'wp-content/plugins/advanced-custom-fields-pro/assets/js/acf.min.js'),
(596, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-functions.php'),
(597, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-field-group-functions.php'),
(598, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-form-functions.php'),
(599, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-helper-functions.php'),
(600, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-hook-functions.php'),
(601, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-input-functions.php'),
(602, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-meta-functions.php'),
(603, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-post-functions.php'),
(604, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-user-functions.php'),
(605, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-utility-functions.php'),
(606, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-value-functions.php'),
(607, 'wp-content/plugins/advanced-custom-fields-pro/includes/acf-wp-functions.php'),
(608, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-field-group.php'),
(609, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-field-groups.php'),
(610, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-notices.php'),
(611, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-tools.php'),
(612, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin-upgrade.php'),
(613, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/admin.php'),
(614, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool-export.php'),
(615, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool-import.php'),
(616, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/tools/class-acf-admin-tool.php'),
(617, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-field-conditional-logic.php'),
(618, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-field.php'),
(619, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-fields.php'),
(620, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-locations.php'),
(621, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/field-group-options.php'),
(622, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-navigation.php'),
(623, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-page-upgrade-network.php'),
(624, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-page-upgrade.php'),
(625, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-admin-tools.php'),
(626, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-location-group.php'),
(627, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-location-rule.php'),
(628, 'wp-content/plugins/advanced-custom-fields-pro/includes/admin/views/html-notice-upgrade.php'),
(629, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-check-screen.php'),
(630, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-local-json-diff.php'),
(631, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-query-users.php'),
(632, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-query.php'),
(633, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-upgrade.php'),
(634, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax-user-setting.php'),
(635, 'wp-content/plugins/advanced-custom-fields-pro/includes/ajax/class-acf-ajax.php'),
(636, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-helpers.php'),
(637, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-template.php'),
(638, 'wp-content/plugins/advanced-custom-fields-pro/includes/api/api-term.php'),
(639, 'wp-content/plugins/advanced-custom-fields-pro/includes/assets.php'),
(640, 'wp-content/plugins/advanced-custom-fields-pro/includes/class-acf-data.php'),
(641, 'wp-content/plugins/advanced-custom-fields-pro/includes/compatibility.php'),
(642, 'wp-content/plugins/advanced-custom-fields-pro/includes/deprecated.php'),
(643, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-accordion.php'),
(644, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-button-group.php'),
(645, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-checkbox.php'),
(646, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-color_picker.php'),
(647, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-date_picker.php'),
(648, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-date_time_picker.php'),
(649, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-email.php'),
(650, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-file.php'),
(651, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-google-map.php'),
(652, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-group.php'),
(653, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-image.php'),
(654, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-link.php'),
(655, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-message.php'),
(656, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-number.php'),
(657, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-oembed.php'),
(658, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-output.php'),
(659, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-page_link.php'),
(660, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-password.php'),
(661, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-post_object.php'),
(662, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-radio.php'),
(663, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-range.php'),
(664, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-relationship.php'),
(665, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-select.php'),
(666, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-separator.php'),
(667, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-tab.php'),
(668, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-taxonomy.php'),
(669, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-text.php'),
(670, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-textarea.php'),
(671, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-time_picker.php'),
(672, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-true_false.php'),
(673, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-url.php'),
(674, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-user.php'),
(675, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field-wysiwyg.php'),
(676, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields/class-acf-field.php'),
(677, 'wp-content/plugins/advanced-custom-fields-pro/includes/fields.php'),
(678, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-attachment.php'),
(679, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-comment.php'),
(680, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-customizer.php'),
(681, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-front.php'),
(682, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-gutenberg.php'),
(683, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-nav-menu.php'),
(684, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-post.php'),
(685, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-taxonomy.php'),
(686, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-user.php'),
(687, 'wp-content/plugins/advanced-custom-fields-pro/includes/forms/form-widget.php'),
(688, 'wp-content/plugins/advanced-custom-fields-pro/includes/l10n.php'),
(689, 'wp-content/plugins/advanced-custom-fields-pro/includes/legacy/legacy-locations.php'),
(690, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-fields.php'),
(691, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-json.php'),
(692, 'wp-content/plugins/advanced-custom-fields-pro/includes/local-meta.php'),
(693, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/abstract-acf-legacy-location.php'),
(694, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/abstract-acf-location.php'),
(695, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-attachment.php'),
(696, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-comment.php'),
(697, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-current-user-role.php'),
(698, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-current-user.php'),
(699, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-nav-menu-item.php'),
(700, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-nav-menu.php'),
(701, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-parent.php'),
(702, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-template.php'),
(703, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page-type.php'),
(704, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-page.php'),
(705, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-category.php'),
(706, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-format.php'),
(707, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-status.php'),
(708, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-taxonomy.php'),
(709, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-template.php'),
(710, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post-type.php'),
(711, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-post.php'),
(712, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-taxonomy.php'),
(713, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-user-form.php'),
(714, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-user-role.php'),
(715, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations/class-acf-location-widget.php'),
(716, 'wp-content/plugins/advanced-custom-fields-pro/includes/locations.php'),
(717, 'wp-content/plugins/advanced-custom-fields-pro/includes/loop.php'),
(718, 'wp-content/plugins/advanced-custom-fields-pro/includes/media.php'),
(719, 'wp-content/plugins/advanced-custom-fields-pro/includes/revisions.php'),
(720, 'wp-content/plugins/advanced-custom-fields-pro/includes/third-party.php'),
(721, 'wp-content/plugins/advanced-custom-fields-pro/includes/updates.php'),
(722, 'wp-content/plugins/advanced-custom-fields-pro/includes/upgrades.php'),
(723, 'wp-content/plugins/advanced-custom-fields-pro/includes/validation.php'),
(724, 'wp-content/plugins/advanced-custom-fields-pro/includes/walkers/class-acf-walker-nav-menu-edit.php'),
(725, 'wp-content/plugins/advanced-custom-fields-pro/includes/walkers/class-acf-walker-taxonomy-field.php'),
(726, 'wp-content/plugins/advanced-custom-fields-pro/includes/wpml.php'),
(727, 'wp-content/plugins/advanced-custom-fields-pro/pro/acf-pro.php'),
(728, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/admin-options-page.php'),
(729, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/admin-updates.php'),
(730, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/html-options-page.php'),
(731, 'wp-content/plugins/advanced-custom-fields-pro/pro/admin/views/html-settings-updates.php'),
(732, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-blocks.min.js'),
(733, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.js'),
(734, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-field-group.min.js'),
(735, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.js'),
(736, 'wp-content/plugins/advanced-custom-fields-pro/pro/assets/js/acf-pro-input.min.js'),
(737, 'wp-content/plugins/advanced-custom-fields-pro/pro/blocks.php'),
(738, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-clone.php'),
(739, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-flexible-content.php'),
(740, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-gallery.php'),
(741, 'wp-content/plugins/advanced-custom-fields-pro/pro/fields/class-acf-field-repeater.php'),
(742, 'wp-content/plugins/advanced-custom-fields-pro/pro/locations/class-acf-location-block.php'),
(743, 'wp-content/plugins/advanced-custom-fields-pro/pro/locations/class-acf-location-options-page.php'),
(744, 'wp-content/plugins/advanced-custom-fields-pro/pro/options-page.php'),
(745, 'wp-content/plugins/advanced-custom-fields-pro/pro/updates.php'),
(746, 'wp-content/plugins/advanced-nocaptcha-recaptcha/admin/anr-admin-class.php'),
(747, 'wp-content/plugins/advanced-nocaptcha-recaptcha/admin/settings.php'),
(748, 'wp-content/plugins/advanced-nocaptcha-recaptcha/advanced-nocaptcha-recaptcha.php'),
(749, 'wp-content/plugins/advanced-nocaptcha-recaptcha/anr-captcha-class.php'),
(750, 'wp-content/plugins/advanced-nocaptcha-recaptcha/assets/css/style.css'),
(751, 'wp-content/plugins/advanced-nocaptcha-recaptcha/assets/js/admin.js'),
(752, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/LICENSE.txt'),
(753, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/README.md'),
(754, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/account.css'),
(755, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/add-ons.css'),
(756, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/affiliation.css'),
(757, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/checkout.css'),
(758, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/common.css'),
(759, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/connect.css'),
(760, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/debug.css'),
(761, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/dialog-boxes.css'),
(762, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/gdpr-optin-notice.css'),
(763, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/index.php'),
(764, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/admin/plugins.css'),
(765, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/customizer.css'),
(766, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/css/index.php'),
(767, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/advanced-nocaptcha-and-invisible-captcha-pro.png'),
(768, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/advanced-nocaptcha-recaptcha.jpg'),
(769, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/index.php'),
(770, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/plugin-icon.png'),
(771, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/img/theme-icon.png'),
(772, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/index.php'),
(773, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/index.php'),
(774, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/nojquery.ba-postmessage.js'),
(775, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/nojquery.ba-postmessage.min.js'),
(776, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/assets/js/postmessage.js'),
(777, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/config.php'),
(778, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-freemius-abstract.php'),
(779, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-freemius.php'),
(780, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-admin-notices.php'),
(781, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-api.php'),
(782, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-logger.php'),
(783, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-options.php'),
(784, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-plugin-updater.php'),
(785, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-security.php'),
(786, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-storage.php'),
(787, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/class-fs-user-lock.php'),
(788, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/class-fs-customizer-support-section.php'),
(789, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/class-fs-customizer-upsell-control.php'),
(790, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/customizer/index.php'),
(791, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/class-fs-debug-bar-panel.php'),
(792, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/debug-bar-start.php'),
(793, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/debug/index.php'),
(794, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-affiliate-terms.php'),
(795, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-affiliate.php'),
(796, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-billing.php'),
(797, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-entity.php'),
(798, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-payment.php'),
(799, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-info.php'),
(800, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-license.php'),
(801, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-plan.php'),
(802, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin-tag.php'),
(803, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-plugin.php'),
(804, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-pricing.php'),
(805, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-scope-entity.php'),
(806, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-site.php'),
(807, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-subscription.php'),
(808, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/class-fs-user.php'),
(809, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/entities/index.php'),
(810, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-core-functions.php'),
(811, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-essential-functions.php'),
(812, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/fs-plugin-info-dialog.php'),
(813, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/i18n.php'),
(814, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/index.php'),
(815, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/l10n.php'),
(816, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-admin-menu-manager.php'),
(817, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-admin-notice-manager.php'),
(818, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-cache-manager.php'),
(819, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-gdpr-manager.php'),
(820, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-key-value-storage.php'),
(821, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-license-manager.php'),
(822, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-option-manager.php'),
(823, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-plan-manager.php'),
(824, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/class-fs-plugin-manager.php'),
(825, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/managers/index.php'),
(826, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/ArgumentNotExistException.php'),
(827, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/EmptyArgumentException.php'),
(828, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/Exception.php'),
(829, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/InvalidArgumentException.php'),
(830, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/OAuthException.php'),
(831, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/Exceptions/index.php'),
(832, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/FreemiusBase.php'),
(833, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/FreemiusWordPress.php'),
(834, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/LICENSE.txt'),
(835, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/sdk/index.php'),
(836, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/fs-essential-functions-1.1.7.1.php'),
(837, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/fs-essential-functions-2.2.1.php'),
(838, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/includes/supplements/index.php'),
(839, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/index.php'),
(840, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-cs_CZ.mo'),
(841, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-da_DK.mo'),
(842, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-en.mo'),
(843, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-es_ES.mo'),
(844, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-fr_FR.mo'),
(845, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-he_IL.mo'),
(846, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-hu_HU.mo'),
(847, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-it_IT.mo'),
(848, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ja.mo'),
(849, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-nl_NL.mo'),
(850, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ru_RU.mo'),
(851, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-ta.mo'),
(852, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius-zh_CN.mo'),
(853, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/freemius.pot'),
(854, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/languages/index.php'),
(855, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/package.json'),
(856, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/require.php'),
(857, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/start.php'),
(858, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/billing.php'),
(859, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/index.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(860, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/activate-license-button.php'),
(861, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/addon.php'),
(862, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/deactivate-license-button.php'),
(863, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/index.php'),
(864, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/partials/site.php'),
(865, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account/payments.php'),
(866, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/account.php'),
(867, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/add-ons.php'),
(868, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/add-trial-to-pricing.php'),
(869, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/admin-notice.php'),
(870, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/ajax-loader.php'),
(871, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/auto-installation.php'),
(872, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/checkout.php'),
(873, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/connect.php'),
(874, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/contact.php'),
(875, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/api-calls.php'),
(876, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/index.php'),
(877, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/logger.php'),
(878, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/plugins-themes-sync.php'),
(879, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug/scheduled-crons.php'),
(880, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/debug.php'),
(881, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/email.php'),
(882, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/firewall-issues-js.php'),
(883, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/affiliation.php'),
(884, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/data-debug-mode.php'),
(885, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/contact.php'),
(886, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/form.php'),
(887, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/index.php'),
(888, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/deactivation/retry-skip.php'),
(889, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/index.php'),
(890, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/license-activation.php'),
(891, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/optout.php'),
(892, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/premium-versions-upgrade-handler.php'),
(893, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/premium-versions-upgrade-metadata.php'),
(894, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/resend-key.php'),
(895, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/subscription-cancellation.php'),
(896, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/trial-start.php'),
(897, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/forms/user-change.php'),
(898, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/gdpr-optin-js.php'),
(899, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/index.php'),
(900, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/index.php'),
(901, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/jquery.content-change.php'),
(902, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/open-license-activation.php'),
(903, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/js/style-premium-theme.php'),
(904, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/partials/index.php'),
(905, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/partials/network-activation.php'),
(906, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-icon.php'),
(907, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/description.php'),
(908, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/features.php'),
(909, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/index.php'),
(910, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/plugin-info/screenshots.php'),
(911, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/powered-by.php'),
(912, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/pricing.php'),
(913, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/secure-https-header.php'),
(914, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/sticky-admin-notice-js.php'),
(915, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/tabs-capture-js.php'),
(916, 'wp-content/plugins/advanced-nocaptcha-recaptcha/freemius/templates/tabs.php'),
(917, 'wp-content/plugins/advanced-nocaptcha-recaptcha/functions.php'),
(918, 'wp-content/plugins/advanced-nocaptcha-recaptcha/languages/advanced-nocaptcha-recaptcha.pot'),
(919, 'wp-content/plugins/advanced-nocaptcha-recaptcha/readme.txt'),
(920, 'wp-content/plugins/advanced-nocaptcha-recaptcha/uninstall.php'),
(921, 'wp-content/plugins/autoptimize/LICENSE'),
(922, 'wp-content/plugins/autoptimize/autoptimize.php'),
(923, 'wp-content/plugins/autoptimize/autoptimize_helper.php_example'),
(924, 'wp-content/plugins/autoptimize/classes/autoptimizeBase.php'),
(925, 'wp-content/plugins/autoptimize/classes/autoptimizeCLI.php'),
(926, 'wp-content/plugins/autoptimize/classes/autoptimizeCSSmin.php'),
(927, 'wp-content/plugins/autoptimize/classes/autoptimizeCache.php'),
(928, 'wp-content/plugins/autoptimize/classes/autoptimizeCacheChecker.php'),
(929, 'wp-content/plugins/autoptimize/classes/autoptimizeConfig.php'),
(930, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSBase.php'),
(931, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCore.php'),
(932, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSCron.php'),
(933, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSEnqueue.php'),
(934, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettings.php'),
(935, 'wp-content/plugins/autoptimize/classes/autoptimizeCriticalCSSSettingsAjax.php'),
(936, 'wp-content/plugins/autoptimize/classes/autoptimizeExtra.php'),
(937, 'wp-content/plugins/autoptimize/classes/autoptimizeHTML.php'),
(938, 'wp-content/plugins/autoptimize/classes/autoptimizeImages.php'),
(939, 'wp-content/plugins/autoptimize/classes/autoptimizeMain.php'),
(940, 'wp-content/plugins/autoptimize/classes/autoptimizeOptionWrapper.php'),
(941, 'wp-content/plugins/autoptimize/classes/autoptimizePartners.php'),
(942, 'wp-content/plugins/autoptimize/classes/autoptimizeScripts.php'),
(943, 'wp-content/plugins/autoptimize/classes/autoptimizeSpeedupper.php'),
(944, 'wp-content/plugins/autoptimize/classes/autoptimizeStyles.php'),
(945, 'wp-content/plugins/autoptimize/classes/autoptimizeToolbar.php'),
(946, 'wp-content/plugins/autoptimize/classes/autoptimizeUtils.php'),
(947, 'wp-content/plugins/autoptimize/classes/autoptimizeVersionUpdatesHandler.php'),
(948, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_adv.php'),
(949, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_debug.php'),
(950, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_explain.php'),
(951, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_impexp.js.php'),
(952, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_key.php'),
(953, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_queue.js.php'),
(954, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_queue.php'),
(955, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_rules.js.php'),
(956, 'wp-content/plugins/autoptimize/classes/critcss-inc/admin_settings_rules.php'),
(957, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/admin_styles.css'),
(958, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/asc.gif'),
(959, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/bg.gif'),
(960, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/desc.gif'),
(961, 'wp-content/plugins/autoptimize/classes/critcss-inc/css/ao-tablesorter/style.css'),
(962, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/admin_settings.js'),
(963, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/jquery.tablesorter.min.js'),
(964, 'wp-content/plugins/autoptimize/classes/critcss-inc/js/md5.min.js'),
(965, 'wp-content/plugins/autoptimize/classes/external/do_not_donate_smallest.png'),
(966, 'wp-content/plugins/autoptimize/classes/external/index.html'),
(967, 'wp-content/plugins/autoptimize/classes/external/js/index.html'),
(968, 'wp-content/plugins/autoptimize/classes/external/js/jquery.cookie.js'),
(969, 'wp-content/plugins/autoptimize/classes/external/js/jquery.cookie.min.js'),
(970, 'wp-content/plugins/autoptimize/classes/external/js/lazysizes.min.js'),
(971, 'wp-content/plugins/autoptimize/classes/external/js/unslider-dots.css'),
(972, 'wp-content/plugins/autoptimize/classes/external/js/unslider-min.js'),
(973, 'wp-content/plugins/autoptimize/classes/external/js/unslider.css'),
(974, 'wp-content/plugins/autoptimize/classes/external/php/ao-minify-html.php'),
(975, 'wp-content/plugins/autoptimize/classes/external/php/index.html'),
(976, 'wp-content/plugins/autoptimize/classes/external/php/jsmin.php'),
(977, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/README.md'),
(978, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/dismiss-notice.js'),
(979, 'wp-content/plugins/autoptimize/classes/external/php/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php'),
(980, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Colors.php'),
(981, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Minifier.php'),
(982, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/Utils.php'),
(983, 'wp-content/plugins/autoptimize/classes/external/php/yui-php-cssmin-bundled/index.html'),
(984, 'wp-content/plugins/autoptimize/classes/index.html'),
(985, 'wp-content/plugins/autoptimize/classes/static/loading.gif'),
(986, 'wp-content/plugins/autoptimize/classes/static/toolbar.css'),
(987, 'wp-content/plugins/autoptimize/classes/static/toolbar.js'),
(988, 'wp-content/plugins/autoptimize/config/autoptimize_404_handler.php'),
(989, 'wp-content/plugins/autoptimize/config/default.php'),
(990, 'wp-content/plugins/autoptimize/config/index.html'),
(991, 'wp-content/plugins/autoptimize/index.html'),
(992, 'wp-content/plugins/autoptimize/readme.txt'),
(993, 'wp-content/plugins/better-search-replace/LICENSE.txt'),
(994, 'wp-content/plugins/better-search-replace/README.txt'),
(995, 'wp-content/plugins/better-search-replace/assets/css/better-search-replace.css'),
(996, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),
(997, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_diagonals-thick_20_666666_40x40.png'),
(998, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_flat_10_000000_40x100.png'),
(999, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_100_f6f6f6_1x400.png'),
(1000, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_100_fdf5ce_1x400.png'),
(1001, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_glass_65_ffffff_1x400.png'),
(1002, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),
(1003, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),
(1004, 'wp-content/plugins/better-search-replace/assets/css/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),
(1005, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_222222_256x240.png'),
(1006, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_228ef1_256x240.png'),
(1007, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ef8c08_256x240.png'),
(1008, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ffd27a_256x240.png'),
(1009, 'wp-content/plugins/better-search-replace/assets/css/images/ui-icons_ffffff_256x240.png'),
(1010, 'wp-content/plugins/better-search-replace/assets/css/jquery-ui.min.css'),
(1011, 'wp-content/plugins/better-search-replace/assets/img/bsr-logo-white.svg'),
(1012, 'wp-content/plugins/better-search-replace/assets/img/phil-gravatar.jpeg'),
(1013, 'wp-content/plugins/better-search-replace/assets/img/sidebar-upgrade.png'),
(1014, 'wp-content/plugins/better-search-replace/assets/index.php'),
(1015, 'wp-content/plugins/better-search-replace/assets/js/better-search-replace.js'),
(1016, 'wp-content/plugins/better-search-replace/assets/js/better-search-replace.min.js'),
(1017, 'wp-content/plugins/better-search-replace/better-search-replace.php'),
(1018, 'wp-content/plugins/better-search-replace/includes/class-bsr-admin.php'),
(1019, 'wp-content/plugins/better-search-replace/includes/class-bsr-ajax.php'),
(1020, 'wp-content/plugins/better-search-replace/includes/class-bsr-compatibility.php'),
(1021, 'wp-content/plugins/better-search-replace/includes/class-bsr-db.php'),
(1022, 'wp-content/plugins/better-search-replace/includes/class-bsr-i18n.php'),
(1023, 'wp-content/plugins/better-search-replace/includes/class-bsr-loader.php'),
(1024, 'wp-content/plugins/better-search-replace/includes/class-bsr-main.php'),
(1025, 'wp-content/plugins/better-search-replace/includes/index.php'),
(1026, 'wp-content/plugins/better-search-replace/index.php'),
(1027, 'wp-content/plugins/better-search-replace/languages/better-search-replace-de_DE.mo'),
(1028, 'wp-content/plugins/better-search-replace/languages/better-search-replace-de_DE.po'),
(1029, 'wp-content/plugins/better-search-replace/languages/better-search-replace-es_ES.mo'),
(1030, 'wp-content/plugins/better-search-replace/languages/better-search-replace-es_ES.po'),
(1031, 'wp-content/plugins/better-search-replace/languages/better-search-replace-fr_FR.mo'),
(1032, 'wp-content/plugins/better-search-replace/languages/better-search-replace-fr_FR.po'),
(1033, 'wp-content/plugins/better-search-replace/languages/better-search-replace.pot'),
(1034, 'wp-content/plugins/better-search-replace/templates/bsr-dashboard.php'),
(1035, 'wp-content/plugins/better-search-replace/templates/bsr-help.php'),
(1036, 'wp-content/plugins/better-search-replace/templates/bsr-search-replace.php'),
(1037, 'wp-content/plugins/better-search-replace/templates/bsr-settings.php'),
(1038, 'wp-content/plugins/classic-editor/LICENSE.md'),
(1039, 'wp-content/plugins/classic-editor/classic-editor.php'),
(1040, 'wp-content/plugins/classic-editor/js/block-editor-plugin.js'),
(1041, 'wp-content/plugins/classic-editor/readme.txt'),
(1042, 'wp-content/plugins/contact-form-7/admin/admin.php'),
(1043, 'wp-content/plugins/contact-form-7/admin/css/styles-dark-mode.css'),
(1044, 'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),
(1045, 'wp-content/plugins/contact-form-7/admin/css/styles.css'),
(1046, 'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),
(1047, 'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),
(1048, 'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),
(1049, 'wp-content/plugins/contact-form-7/admin/includes/config-validator.php'),
(1050, 'wp-content/plugins/contact-form-7/admin/includes/editor.php'),
(1051, 'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),
(1052, 'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),
(1053, 'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),
(1054, 'wp-content/plugins/contact-form-7/admin/js/scripts.js'),
(1055, 'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),
(1056, 'wp-content/plugins/contact-form-7/assets/icon.png'),
(1057, 'wp-content/plugins/contact-form-7/assets/icon.svg'),
(1058, 'wp-content/plugins/contact-form-7/includes/block-editor/block-editor.php'),
(1059, 'wp-content/plugins/contact-form-7/includes/block-editor/index.js'),
(1060, 'wp-content/plugins/contact-form-7/includes/capabilities.php'),
(1061, 'wp-content/plugins/contact-form-7/includes/config-validator.php'),
(1062, 'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),
(1063, 'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),
(1064, 'wp-content/plugins/contact-form-7/includes/contact-form.php'),
(1065, 'wp-content/plugins/contact-form-7/includes/controller.php'),
(1066, 'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),
(1067, 'wp-content/plugins/contact-form-7/includes/css/styles.css'),
(1068, 'wp-content/plugins/contact-form-7/includes/file.php'),
(1069, 'wp-content/plugins/contact-form-7/includes/form-tag.php'),
(1070, 'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),
(1071, 'wp-content/plugins/contact-form-7/includes/formatting.php'),
(1072, 'wp-content/plugins/contact-form-7/includes/functions.php'),
(1073, 'wp-content/plugins/contact-form-7/includes/integration.php'),
(1074, 'wp-content/plugins/contact-form-7/includes/js/html5-fallback.js'),
(1075, 'wp-content/plugins/contact-form-7/includes/js/index.js'),
(1076, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(1077, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),
(1078, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),
(1079, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(1080, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),
(1081, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(1082, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),
(1083, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),
(1084, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),
(1085, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),
(1086, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),
(1087, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),
(1088, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),
(1089, 'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),
(1090, 'wp-content/plugins/contact-form-7/includes/l10n.php'),
(1091, 'wp-content/plugins/contact-form-7/includes/mail.php'),
(1092, 'wp-content/plugins/contact-form-7/includes/pipe.php'),
(1093, 'wp-content/plugins/contact-form-7/includes/rest-api.php'),
(1094, 'wp-content/plugins/contact-form-7/includes/shortcodes.php'),
(1095, 'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),
(1096, 'wp-content/plugins/contact-form-7/includes/submission.php'),
(1097, 'wp-content/plugins/contact-form-7/includes/upgrade.php'),
(1098, 'wp-content/plugins/contact-form-7/includes/validation-functions.php'),
(1099, 'wp-content/plugins/contact-form-7/includes/validation.php'),
(1100, 'wp-content/plugins/contact-form-7/languages/readme.txt'),
(1101, 'wp-content/plugins/contact-form-7/license.txt'),
(1102, 'wp-content/plugins/contact-form-7/load.php'),
(1103, 'wp-content/plugins/contact-form-7/modules/acceptance.php'),
(1104, 'wp-content/plugins/contact-form-7/modules/akismet.php'),
(1105, 'wp-content/plugins/contact-form-7/modules/checkbox.php'),
(1106, 'wp-content/plugins/contact-form-7/modules/constant-contact.php'),
(1107, 'wp-content/plugins/contact-form-7/modules/count.php'),
(1108, 'wp-content/plugins/contact-form-7/modules/date.php'),
(1109, 'wp-content/plugins/contact-form-7/modules/disallowed-list.php'),
(1110, 'wp-content/plugins/contact-form-7/modules/file.php'),
(1111, 'wp-content/plugins/contact-form-7/modules/flamingo.php'),
(1112, 'wp-content/plugins/contact-form-7/modules/hidden.php'),
(1113, 'wp-content/plugins/contact-form-7/modules/listo.php'),
(1114, 'wp-content/plugins/contact-form-7/modules/number.php'),
(1115, 'wp-content/plugins/contact-form-7/modules/quiz.php'),
(1116, 'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),
(1117, 'wp-content/plugins/contact-form-7/modules/recaptcha/index.js'),
(1118, 'wp-content/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),
(1119, 'wp-content/plugins/contact-form-7/modules/response.php'),
(1120, 'wp-content/plugins/contact-form-7/modules/select.php'),
(1121, 'wp-content/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php'),
(1122, 'wp-content/plugins/contact-form-7/modules/sendinblue/sendinblue.php'),
(1123, 'wp-content/plugins/contact-form-7/modules/sendinblue/service.php'),
(1124, 'wp-content/plugins/contact-form-7/modules/submit.php'),
(1125, 'wp-content/plugins/contact-form-7/modules/text.php'),
(1126, 'wp-content/plugins/contact-form-7/modules/textarea.php'),
(1127, 'wp-content/plugins/contact-form-7/readme.txt'),
(1128, 'wp-content/plugins/contact-form-7/uninstall.php'),
(1129, 'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),
(1130, 'wp-content/plugins/contact-form-submissions/Admin.php'),
(1131, 'wp-content/plugins/contact-form-submissions/Submissions.php'),
(1132, 'wp-content/plugins/contact-form-submissions/contact-form-submissions.php'),
(1133, 'wp-content/plugins/contact-form-submissions/css/admin.css'),
(1134, 'wp-content/plugins/contact-form-submissions/languages/contact-form-submissions.pot'),
(1135, 'wp-content/plugins/contact-form-submissions/readme.txt'),
(1136, 'wp-content/plugins/disable-comments/assets/css/notice.css'),
(1137, 'wp-content/plugins/disable-comments/assets/css/style.css'),
(1138, 'wp-content/plugins/disable-comments/assets/css/sweetalert2.min.css'),
(1139, 'wp-content/plugins/disable-comments/assets/img/blog/thumb-1.jpg'),
(1140, 'wp-content/plugins/disable-comments/assets/img/check.png'),
(1141, 'wp-content/plugins/disable-comments/assets/img/company-thumb.png'),
(1142, 'wp-content/plugins/disable-comments/assets/img/finalize-thumb.png'),
(1143, 'wp-content/plugins/disable-comments/assets/img/icon-logo-small.png'),
(1144, 'wp-content/plugins/disable-comments/assets/img/icon-logo.png'),
(1145, 'wp-content/plugins/disable-comments/assets/img/logo.png'),
(1146, 'wp-content/plugins/disable-comments/assets/js/disable-comments-settings-scripts.js'),
(1147, 'wp-content/plugins/disable-comments/assets/js/disable-comments.js'),
(1148, 'wp-content/plugins/disable-comments/assets/js/sweetalert2.all.min.js'),
(1149, 'wp-content/plugins/disable-comments/disable-comments.php'),
(1150, 'wp-content/plugins/disable-comments/includes/class-plugin-usage-tracker.php'),
(1151, 'wp-content/plugins/disable-comments/includes/cli.php'),
(1152, 'wp-content/plugins/disable-comments/languages/disable-comments.pot'),
(1153, 'wp-content/plugins/disable-comments/readme.txt'),
(1154, 'wp-content/plugins/disable-comments/uninstall.php'),
(1155, 'wp-content/plugins/disable-comments/views/comments.php'),
(1156, 'wp-content/plugins/disable-comments/views/partials/_delete.php'),
(1157, 'wp-content/plugins/disable-comments/views/partials/_disable.php'),
(1158, 'wp-content/plugins/disable-comments/views/partials/_footer.php'),
(1159, 'wp-content/plugins/disable-comments/views/partials/_menu.php'),
(1160, 'wp-content/plugins/disable-comments/views/partials/_sidebar.php'),
(1161, 'wp-content/plugins/disable-comments/views/settings.php'),
(1162, 'wp-content/plugins/disable-emails/changelog.md'),
(1163, 'wp-content/plugins/disable-emails/css/admin.css'),
(1164, 'wp-content/plugins/disable-emails/disable-emails.php'),
(1165, 'wp-content/plugins/disable-emails/includes/bootstrap.php'),
(1166, 'wp-content/plugins/disable-emails/includes/class.PHPMailerMock.php'),
(1167, 'wp-content/plugins/disable-emails/includes/class.Plugin.php'),
(1168, 'wp-content/plugins/disable-emails/includes/class.Requires.php'),
(1169, 'wp-content/plugins/disable-emails/includes/functions-global.php'),
(1170, 'wp-content/plugins/disable-emails/includes/functions.php'),
(1171, 'wp-content/plugins/disable-emails/js/settings.js'),
(1172, 'wp-content/plugins/disable-emails/js/settings.min.js'),
(1173, 'wp-content/plugins/disable-emails/languages/disable-emails-cs_CZ.mo'),
(1174, 'wp-content/plugins/disable-emails/languages/disable-emails-de_DE.mo'),
(1175, 'wp-content/plugins/disable-emails/languages/disable-emails-nb_NO.mo'),
(1176, 'wp-content/plugins/disable-emails/languages/disable-emails-nn_NO.mo'),
(1177, 'wp-content/plugins/disable-emails/languages/disable-emails-zh_CN.mo'),
(1178, 'wp-content/plugins/disable-emails/mu-plugin/disable-emails-mu.php'),
(1179, 'wp-content/plugins/disable-emails/readme.md'),
(1180, 'wp-content/plugins/disable-emails/readme.txt'),
(1181, 'wp-content/plugins/disable-emails/views/indicator-notice.php'),
(1182, 'wp-content/plugins/disable-emails/views/requires-admin-notice.php'),
(1183, 'wp-content/plugins/disable-emails/views/requires-plugin-notice.php'),
(1184, 'wp-content/plugins/disable-emails/views/settings-form.php'),
(1185, 'wp-content/plugins/gravityforms/common.php'),
(1186, 'wp-content/plugins/gravityforms/css/index.php'),
(1187, 'wp-content/plugins/gravityforms/currency.php'),
(1188, 'wp-content/plugins/gravityforms/entry_detail.php'),
(1189, 'wp-content/plugins/gravityforms/entry_list.php'),
(1190, 'wp-content/plugins/gravityforms/export.php'),
(1191, 'wp-content/plugins/gravityforms/fonts/dashicons.svg'),
(1192, 'wp-content/plugins/gravityforms/fonts/fontawesome-webfont.svg'),
(1193, 'wp-content/plugins/gravityforms/fonts/gform-icons-admin.svg'),
(1194, 'wp-content/plugins/gravityforms/fonts/gform-icons-theme.svg'),
(1195, 'wp-content/plugins/gravityforms/fonts/gravityfont.svg'),
(1196, 'wp-content/plugins/gravityforms/fonts/index.php'),
(1197, 'wp-content/plugins/gravityforms/form_detail.php'),
(1198, 'wp-content/plugins/gravityforms/form_display.php'),
(1199, 'wp-content/plugins/gravityforms/form_list.php'),
(1200, 'wp-content/plugins/gravityforms/form_settings.php'),
(1201, 'wp-content/plugins/gravityforms/forms_model.php'),
(1202, 'wp-content/plugins/gravityforms/gravityforms.config.js'),
(1203, 'wp-content/plugins/gravityforms/gravityforms.php'),
(1204, 'wp-content/plugins/gravityforms/help.php'),
(1205, 'wp-content/plugins/gravityforms/images/active0.svg'),
(1206, 'wp-content/plugins/gravityforms/images/active1.svg'),
(1207, 'wp-content/plugins/gravityforms/images/arrow-right-icon-help-page.svg'),
(1208, 'wp-content/plugins/gravityforms/images/bullet.svg'),
(1209, 'wp-content/plugins/gravityforms/images/check.svg'),
(1210, 'wp-content/plugins/gravityforms/images/chevron-down.svg'),
(1211, 'wp-content/plugins/gravityforms/images/cog-hover.svg'),
(1212, 'wp-content/plugins/gravityforms/images/cog.svg'),
(1213, 'wp-content/plugins/gravityforms/images/datepicker/datepicker.svg'),
(1214, 'wp-content/plugins/gravityforms/images/doctypes/index.php'),
(1215, 'wp-content/plugins/gravityforms/images/exit.svg'),
(1216, 'wp-content/plugins/gravityforms/images/footer/rocketgenius-logo.svg'),
(1217, 'wp-content/plugins/gravityforms/images/gf-creditcard-icons.svg'),
(1218, 'wp-content/plugins/gravityforms/images/gf-creditcards-check.svg'),
(1219, 'wp-content/plugins/gravityforms/images/gf-creditcards.svg'),
(1220, 'wp-content/plugins/gravityforms/images/gf-custom-field-icon.svg'),
(1221, 'wp-content/plugins/gravityforms/images/gf_block_preview.svg'),
(1222, 'wp-content/plugins/gravityforms/images/grey-bullet.svg'),
(1223, 'wp-content/plugins/gravityforms/images/grey-check.svg'),
(1224, 'wp-content/plugins/gravityforms/images/hexagons-bg-dark-blue.svg'),
(1225, 'wp-content/plugins/gravityforms/images/hexagons-bg-light-blue.svg'),
(1226, 'wp-content/plugins/gravityforms/images/hexagons-bg-orange.svg'),
(1227, 'wp-content/plugins/gravityforms/images/icon-add.svg'),
(1228, 'wp-content/plugins/gravityforms/images/icon-check-active.svg'),
(1229, 'wp-content/plugins/gravityforms/images/icon-check-inactive.svg'),
(1230, 'wp-content/plugins/gravityforms/images/icon-close-small.svg'),
(1231, 'wp-content/plugins/gravityforms/images/icon-handle.svg'),
(1232, 'wp-content/plugins/gravityforms/images/index.php'),
(1233, 'wp-content/plugins/gravityforms/images/list-add.svg'),
(1234, 'wp-content/plugins/gravityforms/images/list-remove.svg'),
(1235, 'wp-content/plugins/gravityforms/images/no-fields.svg'),
(1236, 'wp-content/plugins/gravityforms/images/password.svg'),
(1237, 'wp-content/plugins/gravityforms/images/plus-icon-hp.svg'),
(1238, 'wp-content/plugins/gravityforms/images/plus.svg'),
(1239, 'wp-content/plugins/gravityforms/images/question-mark.svg'),
(1240, 'wp-content/plugins/gravityforms/images/select-date.svg'),
(1241, 'wp-content/plugins/gravityforms/images/select.svg'),
(1242, 'wp-content/plugins/gravityforms/images/spinner.svg'),
(1243, 'wp-content/plugins/gravityforms/images/star0.svg'),
(1244, 'wp-content/plugins/gravityforms/images/star1.svg'),
(1245, 'wp-content/plugins/gravityforms/images/theme/down-arrow.svg'),
(1246, 'wp-content/plugins/gravityforms/images/trash.svg'),
(1247, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon-locking.php'),
(1248, 'wp-content/plugins/gravityforms/includes/addon/class-gf-addon.php'),
(1249, 'wp-content/plugins/gravityforms/includes/addon/class-gf-auto-upgrade.php'),
(1250, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-addon.php'),
(1251, 'wp-content/plugins/gravityforms/includes/addon/class-gf-feed-processor.php'),
(1252, 'wp-content/plugins/gravityforms/includes/addon/class-gf-payment-addon.php'),
(1253, 'wp-content/plugins/gravityforms/includes/addon/class-gf-results.php'),
(1254, 'wp-content/plugins/gravityforms/includes/addon/css/index.php'),
(1255, 'wp-content/plugins/gravityforms/includes/addon/index.php'),
(1256, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.js'),
(1257, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_feedorder.min.js'),
(1258, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.js'),
(1259, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_fieldmap.min.js'),
(1260, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.js'),
(1261, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_frontend.min.js'),
(1262, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.js'),
(1263, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_genericmap.min.js'),
(1264, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.js'),
(1265, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_payment.min.js'),
(1266, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.js'),
(1267, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_results.min.js'),
(1268, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.js'),
(1269, 'wp-content/plugins/gravityforms/includes/addon/js/gaddon_token.min.js'),
(1270, 'wp-content/plugins/gravityforms/includes/addon/js/index.php'),
(1271, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.js'),
(1272, 'wp-content/plugins/gravityforms/includes/addon/js/repeater.min.js'),
(1273, 'wp-content/plugins/gravityforms/includes/api.php'),
(1274, 'wp-content/plugins/gravityforms/includes/assets/class-gf-asset.php'),
(1275, 'wp-content/plugins/gravityforms/includes/assets/class-gf-script-asset.php'),
(1276, 'wp-content/plugins/gravityforms/includes/assets/class-gf-style-asset.php'),
(1277, 'wp-content/plugins/gravityforms/includes/assets/index.php'),
(1278, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block-form.php'),
(1279, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-block.php'),
(1280, 'wp-content/plugins/gravityforms/includes/blocks/class-gf-blocks.php'),
(1281, 'wp-content/plugins/gravityforms/includes/class-confirmation.php'),
(1282, 'wp-content/plugins/gravityforms/includes/class-gf-background-upgrader.php'),
(1283, 'wp-content/plugins/gravityforms/includes/class-gf-download.php'),
(1284, 'wp-content/plugins/gravityforms/includes/class-gf-osdxp.php'),
(1285, 'wp-content/plugins/gravityforms/includes/class-gf-service-container.php'),
(1286, 'wp-content/plugins/gravityforms/includes/class-gf-service-provider.php'),
(1287, 'wp-content/plugins/gravityforms/includes/class-gf-upgrade.php'),
(1288, 'wp-content/plugins/gravityforms/includes/class-gravity-api.php'),
(1289, 'wp-content/plugins/gravityforms/includes/class-personal-data.php'),
(1290, 'wp-content/plugins/gravityforms/includes/class-translationspress-updater.php'),
(1291, 'wp-content/plugins/gravityforms/includes/external-api/class-gf-api-connector.php'),
(1292, 'wp-content/plugins/gravityforms/includes/external-api/class-gf-api-response.php'),
(1293, 'wp-content/plugins/gravityforms/includes/external-api/interface-gf-api-response-factory.php'),
(1294, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-address.php'),
(1295, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-calculation.php'),
(1296, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-captcha.php'),
(1297, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-checkbox.php'),
(1298, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-consent.php'),
(1299, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-creditcard.php'),
(1300, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-date.php'),
(1301, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-donation.php'),
(1302, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-email.php'),
(1303, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-fileupload.php'),
(1304, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hidden.php'),
(1305, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-hiddenproduct.php'),
(1306, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-html.php'),
(1307, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php'),
(1308, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-multiselect.php'),
(1309, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-name.php'),
(1310, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-number.php'),
(1311, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-option.php'),
(1312, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-page.php'),
(1313, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-password.php'),
(1314, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-phone.php'),
(1315, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-category.php'),
(1316, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-content.php'),
(1317, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-custom-field.php'),
(1318, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-excerpt.php'),
(1319, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-image.php'),
(1320, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-tags.php'),
(1321, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-post-title.php'),
(1322, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-price.php'),
(1323, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-product.php'),
(1324, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-quantity.php'),
(1325, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-radio.php'),
(1326, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-repeater.php'),
(1327, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-section.php'),
(1328, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-select.php'),
(1329, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-shipping.php'),
(1330, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleproduct.php'),
(1331, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-singleshipping.php'),
(1332, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-text.php'),
(1333, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-textarea.php'),
(1334, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-time.php'),
(1335, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-total.php'),
(1336, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field-website.php'),
(1337, 'wp-content/plugins/gravityforms/includes/fields/class-gf-field.php'),
(1338, 'wp-content/plugins/gravityforms/includes/fields/class-gf-fields.php'),
(1339, 'wp-content/plugins/gravityforms/includes/fields/index.php'),
(1340, 'wp-content/plugins/gravityforms/includes/index.php'),
(1341, 'wp-content/plugins/gravityforms/includes/legacy/forms_model_legacy.php'),
(1342, 'wp-content/plugins/gravityforms/includes/libraries/class-dom-parser.php'),
(1343, 'wp-content/plugins/gravityforms/includes/libraries/gf-background-process.php'),
(1344, 'wp-content/plugins/gravityforms/includes/libraries/wp-async-request.php'),
(1345, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-connector.php'),
(1346, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-response-factory.php'),
(1347, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-api-response.php'),
(1348, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-service-provider.php'),
(1349, 'wp-content/plugins/gravityforms/includes/license/class-gf-license-statuses.php'),
(1350, 'wp-content/plugins/gravityforms/includes/locking/class-gf-locking.php'),
(1351, 'wp-content/plugins/gravityforms/includes/locking/css/index.php'),
(1352, 'wp-content/plugins/gravityforms/includes/locking/images/index.php'),
(1353, 'wp-content/plugins/gravityforms/includes/locking/index.php'),
(1354, 'wp-content/plugins/gravityforms/includes/locking/js/index.php'),
(1355, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.js'),
(1356, 'wp-content/plugins/gravityforms/includes/locking/js/locking-list.min.js'),
(1357, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.js'),
(1358, 'wp-content/plugins/gravityforms/includes/locking/js/locking-view.min.js'),
(1359, 'wp-content/plugins/gravityforms/includes/locking/js/locking.js'),
(1360, 'wp-content/plugins/gravityforms/includes/locking/js/locking.min.js'),
(1361, 'wp-content/plugins/gravityforms/includes/locking/locking.php'),
(1362, 'wp-content/plugins/gravityforms/includes/logging/includes/KLogger.php'),
(1363, 'wp-content/plugins/gravityforms/includes/logging/logging.php'),
(1364, 'wp-content/plugins/gravityforms/includes/messages/class-dismissable-messages.php'),
(1365, 'wp-content/plugins/gravityforms/includes/phpqrcode/index.php'),
(1366, 'wp-content/plugins/gravityforms/includes/phpqrcode/phpqrcode.php'),
(1367, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-call.php'),
(1368, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-column.php'),
(1369, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-condition.php'),
(1370, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-json-literal.php'),
(1371, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-literal.php'),
(1372, 'wp-content/plugins/gravityforms/includes/query/class-gf-query-series.php'),
(1373, 'wp-content/plugins/gravityforms/includes/query/class-gf-query.php'),
(1374, 'wp-content/plugins/gravityforms/includes/settings/class-fields.php'),
(1375, 'wp-content/plugins/gravityforms/includes/settings/class-settings.php'),
(1376, 'wp-content/plugins/gravityforms/includes/settings/fields/class-base.php'),
(1377, 'wp-content/plugins/gravityforms/includes/settings/fields/class-button.php'),
(1378, 'wp-content/plugins/gravityforms/includes/settings/fields/class-card.php'),
(1379, 'wp-content/plugins/gravityforms/includes/settings/fields/class-checkbox-and-select.php'),
(1380, 'wp-content/plugins/gravityforms/includes/settings/fields/class-checkbox.php'),
(1381, 'wp-content/plugins/gravityforms/includes/settings/fields/class-conditional-logic.php'),
(1382, 'wp-content/plugins/gravityforms/includes/settings/fields/class-date-time.php'),
(1383, 'wp-content/plugins/gravityforms/includes/settings/fields/class-dynamic-field-map.php'),
(1384, 'wp-content/plugins/gravityforms/includes/settings/fields/class-field-map.php'),
(1385, 'wp-content/plugins/gravityforms/includes/settings/fields/class-field-select.php'),
(1386, 'wp-content/plugins/gravityforms/includes/settings/fields/class-generic-map.php'),
(1387, 'wp-content/plugins/gravityforms/includes/settings/fields/class-hidden.php'),
(1388, 'wp-content/plugins/gravityforms/includes/settings/fields/class-html.php'),
(1389, 'wp-content/plugins/gravityforms/includes/settings/fields/class-notification-routing.php'),
(1390, 'wp-content/plugins/gravityforms/includes/settings/fields/class-radio.php'),
(1391, 'wp-content/plugins/gravityforms/includes/settings/fields/class-select-custom.php'),
(1392, 'wp-content/plugins/gravityforms/includes/settings/fields/class-select.php'),
(1393, 'wp-content/plugins/gravityforms/includes/settings/fields/class-text-and-select.php'),
(1394, 'wp-content/plugins/gravityforms/includes/settings/fields/class-text.php'),
(1395, 'wp-content/plugins/gravityforms/includes/settings/fields/class-textarea.php'),
(1396, 'wp-content/plugins/gravityforms/includes/settings/fields/class-toggle.php'),
(1397, 'wp-content/plugins/gravityforms/includes/settings/images/gravity-logo.svg'),
(1398, 'wp-content/plugins/gravityforms/includes/settings/images/gravity-rocket.svg'),
(1399, 'wp-content/plugins/gravityforms/includes/settings/js/dependencies.js'),
(1400, 'wp-content/plugins/gravityforms/includes/settings/js/dependencies.min.js'),
(1401, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.js'),
(1402, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.js.map'),
(1403, 'wp-content/plugins/gravityforms/includes/settings/js/field-map.min.js'),
(1404, 'wp-content/plugins/gravityforms/includes/settings/js/select-custom.js'),
(1405, 'wp-content/plugins/gravityforms/includes/settings/js/select-custom.min.js'),
(1406, 'wp-content/plugins/gravityforms/includes/settings/js/tabs.js'),
(1407, 'wp-content/plugins/gravityforms/includes/settings/js/tabs.min.js'),
(1408, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-report.php'),
(1409, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-system-status.php'),
(1410, 'wp-content/plugins/gravityforms/includes/system-status/class-gf-update.php'),
(1411, 'wp-content/plugins/gravityforms/includes/system-status/js/clipboard.min.js'),
(1412, 'wp-content/plugins/gravityforms/includes/templates/edit-shortcode-form.tpl.php'),
(1413, 'wp-content/plugins/gravityforms/includes/trait-redirects-on-save.php'),
(1414, 'wp-content/plugins/gravityforms/includes/transients/class-gf-wp-transient-strategy.php'),
(1415, 'wp-content/plugins/gravityforms/includes/transients/interface-gf-transient-strategy.php'),
(1416, 'wp-content/plugins/gravityforms/includes/upload.php'),
(1417, 'wp-content/plugins/gravityforms/includes/util/class-gf-util-service-provider.php'),
(1418, 'wp-content/plugins/gravityforms/includes/webapi/css/index.php'),
(1419, 'wp-content/plugins/gravityforms/includes/webapi/includes/class-gf-api-keys-table.php'),
(1420, 'wp-content/plugins/gravityforms/includes/webapi/index.php'),
(1421, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.js'),
(1422, 'wp-content/plugins/gravityforms/includes/webapi/js/enc-base64-min.min.js'),
(1423, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.js'),
(1424, 'wp-content/plugins/gravityforms/includes/webapi/js/gfwebapi_settings.min.js'),
(1425, 'wp-content/plugins/gravityforms/includes/webapi/js/hmac-sha1.min.js'),
(1426, 'wp-content/plugins/gravityforms/includes/webapi/js/index.php'),
(1427, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-api.php'),
(1428, 'wp-content/plugins/gravityforms/includes/webapi/v2/class-gf-rest-authentication.php'),
(1429, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/class-results-cache.php'),
(1430, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entries.php'),
(1431, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notes.php'),
(1432, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-notifications.php'),
(1433, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-entry-properties.php'),
(1434, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feed-properties.php'),
(1435, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-feeds.php'),
(1436, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-entries.php'),
(1437, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-feeds.php'),
(1438, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-field-filters.php'),
(1439, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-results.php'),
(1440, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-form-submissions.php'),
(1441, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-forms.php'),
(1442, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-controller-notes.php'),
(1443, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-gf-rest-controller.php'),
(1444, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/class-wp-rest-controller.php'),
(1445, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/controllers/index.php'),
(1446, 'wp-content/plugins/gravityforms/includes/webapi/v2/includes/index.php'),
(1447, 'wp-content/plugins/gravityforms/includes/webapi/v2/index.php'),
(1448, 'wp-content/plugins/gravityforms/includes/webapi/v2/restapi.php'),
(1449, 'wp-content/plugins/gravityforms/includes/webapi/webapi.php'),
(1450, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-installation-wizard.php'),
(1451, 'wp-content/plugins/gravityforms/includes/wizard/class-gf-upgrade-wizard.php'),
(1452, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-background-updates.php'),
(1453, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-complete.php'),
(1454, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-license-key.php'),
(1455, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step-settings.php'),
(1456, 'wp-content/plugins/gravityforms/includes/wizard/steps/class-gf-installation-wizard-step.php'),
(1457, 'wp-content/plugins/gravityforms/index.php'),
(1458, 'wp-content/plugins/gravityforms/js/auto_update.js'),
(1459, 'wp-content/plugins/gravityforms/js/auto_update.min.js'),
(1460, 'wp-content/plugins/gravityforms/js/blocks.js'),
(1461, 'wp-content/plugins/gravityforms/js/blocks.js.map'),
(1462, 'wp-content/plugins/gravityforms/js/blocks.min.js'),
(1463, 'wp-content/plugins/gravityforms/js/blocks.min.js.map'),
(1464, 'wp-content/plugins/gravityforms/js/chosen.jquery.min.js'),
(1465, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/conditional_flyout.js'),
(1466, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/conditional_flyout.min.js'),
(1467, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/accordion_header.html'),
(1468, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/flyout.html'),
(1469, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/input.html'),
(1470, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/logic_description.html'),
(1471, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/main_control.html'),
(1472, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/option.html'),
(1473, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/rule.html'),
(1474, 'wp-content/plugins/gravityforms/js/components/form_editor/conditional_flyout/views/select.html'),
(1475, 'wp-content/plugins/gravityforms/js/conditional_logic.js'),
(1476, 'wp-content/plugins/gravityforms/js/conditional_logic.min.js'),
(1477, 'wp-content/plugins/gravityforms/js/datepicker-legacy.js'),
(1478, 'wp-content/plugins/gravityforms/js/datepicker-legacy.min.js'),
(1479, 'wp-content/plugins/gravityforms/js/datepicker.js'),
(1480, 'wp-content/plugins/gravityforms/js/datepicker.min.js'),
(1481, 'wp-content/plugins/gravityforms/js/form_admin.js'),
(1482, 'wp-content/plugins/gravityforms/js/form_admin.min.js'),
(1483, 'wp-content/plugins/gravityforms/js/form_editor.js'),
(1484, 'wp-content/plugins/gravityforms/js/form_editor.min.js'),
(1485, 'wp-content/plugins/gravityforms/js/forms.js');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(1486, 'wp-content/plugins/gravityforms/js/forms.min.js'),
(1487, 'wp-content/plugins/gravityforms/js/gf_field_filter.js'),
(1488, 'wp-content/plugins/gravityforms/js/gf_field_filter.min.js'),
(1489, 'wp-content/plugins/gravityforms/js/gforms_hooks.js'),
(1490, 'wp-content/plugins/gravityforms/js/gforms_hooks.min.js'),
(1491, 'wp-content/plugins/gravityforms/js/gravityforms.js'),
(1492, 'wp-content/plugins/gravityforms/js/gravityforms.min.js'),
(1493, 'wp-content/plugins/gravityforms/js/index.php'),
(1494, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.js'),
(1495, 'wp-content/plugins/gravityforms/js/jquery.json-1.3.min.js'),
(1496, 'wp-content/plugins/gravityforms/js/jquery.json.js'),
(1497, 'wp-content/plugins/gravityforms/js/jquery.json.min.js'),
(1498, 'wp-content/plugins/gravityforms/js/jquery.maskedinput-1.3.1.min.js'),
(1499, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.js'),
(1500, 'wp-content/plugins/gravityforms/js/jquery.maskedinput.min.js'),
(1501, 'wp-content/plugins/gravityforms/js/jquery.min.js'),
(1502, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.js'),
(1503, 'wp-content/plugins/gravityforms/js/jquery.textareaCounter.plugin.min.js'),
(1504, 'wp-content/plugins/gravityforms/js/layout_editor.js'),
(1505, 'wp-content/plugins/gravityforms/js/layout_editor.min.js'),
(1506, 'wp-content/plugins/gravityforms/js/page_conditional_logic.js'),
(1507, 'wp-content/plugins/gravityforms/js/page_conditional_logic.min.js'),
(1508, 'wp-content/plugins/gravityforms/js/placeholders.jquery.min.js'),
(1509, 'wp-content/plugins/gravityforms/js/plugin_settings.js'),
(1510, 'wp-content/plugins/gravityforms/js/plugin_settings.min.js'),
(1511, 'wp-content/plugins/gravityforms/js/preview.js'),
(1512, 'wp-content/plugins/gravityforms/js/preview.min.js'),
(1513, 'wp-content/plugins/gravityforms/js/shortcode-ui.js'),
(1514, 'wp-content/plugins/gravityforms/js/shortcode-ui.min.js'),
(1515, 'wp-content/plugins/gravityforms/js/tooltip_init.js'),
(1516, 'wp-content/plugins/gravityforms/js/tooltip_init.min.js'),
(1517, 'wp-content/plugins/gravityforms/js/vendor/selectWoo.full.js'),
(1518, 'wp-content/plugins/gravityforms/js/vendor/simplebar.js'),
(1519, 'wp-content/plugins/gravityforms/js.php'),
(1520, 'wp-content/plugins/gravityforms/languages/index.php'),
(1521, 'wp-content/plugins/gravityforms/legacy/images/datepicker/datepicker.svg'),
(1522, 'wp-content/plugins/gravityforms/legacy/images/datepicker/index.php'),
(1523, 'wp-content/plugins/gravityforms/notification.php'),
(1524, 'wp-content/plugins/gravityforms/preview.php'),
(1525, 'wp-content/plugins/gravityforms/print-entry.php'),
(1526, 'wp-content/plugins/gravityforms/select_columns.php'),
(1527, 'wp-content/plugins/gravityforms/settings.php'),
(1528, 'wp-content/plugins/gravityforms/tooltips.php'),
(1529, 'wp-content/plugins/gravityforms/widget.php'),
(1530, 'wp-content/plugins/gravityforms/xml.php'),
(1531, 'wp-content/plugins/index.php'),
(1532, 'wp-content/plugins/js_composer/assets/css/lib/monosocialiconsfont/fonts/MonoSocialIconsFont.svg'),
(1533, 'wp-content/plugins/js_composer/assets/css/lib/typicons/src/font/typicons.svg'),
(1534, 'wp-content/plugins/js_composer/assets/css/lib/vc-entypo/fonts/vc_entypo.svg'),
(1535, 'wp-content/plugins/js_composer/assets/css/lib/vc-linecons/fonts/vc_linecons.svg'),
(1536, 'wp-content/plugins/js_composer/assets/css/lib/vc-material/fonts/vc_material.svg'),
(1537, 'wp-content/plugins/js_composer/assets/css/lib/vc-open-iconic/fonts/vc_openiconic.svg'),
(1538, 'wp-content/plugins/js_composer/assets/fonts/vc_grid/vc_grid_v1.svg'),
(1539, 'wp-content/plugins/js_composer/assets/fonts/vc_icons/fonts/VC-Icons.svg'),
(1540, 'wp-content/plugins/js_composer/assets/fonts/vc_icons_v2/fonts/vcpb-plugin-icons.svg'),
(1541, 'wp-content/plugins/js_composer/assets/js/dist/backend-actions.min.js'),
(1542, 'wp-content/plugins/js_composer/assets/js/dist/backend.min.js'),
(1543, 'wp-content/plugins/js_composer/assets/js/dist/edit-form.min.js'),
(1544, 'wp-content/plugins/js_composer/assets/js/dist/frontend-editor.min.js'),
(1545, 'wp-content/plugins/js_composer/assets/js/dist/grid-builder.min.js'),
(1546, 'wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js'),
(1547, 'wp-content/plugins/js_composer/assets/js/dist/page_editable.min.js'),
(1548, 'wp-content/plugins/js_composer/assets/js/dist/settings.min.js'),
(1549, 'wp-content/plugins/js_composer/assets/js/dist/vc_grid.min.js'),
(1550, 'wp-content/plugins/js_composer/assets/js/editors/templates-preview.js'),
(1551, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_line_chart.js'),
(1552, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_pie.js'),
(1553, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/charts/vc_round_chart.js'),
(1554, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container.js'),
(1555, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/container_with_parent.js'),
(1556, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column.js'),
(1557, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_column_inner.js'),
(1558, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row.js'),
(1559, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_row_inner.js'),
(1560, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/containers/vc_section.js'),
(1561, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_column_text.js'),
(1562, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_posts_slider.js'),
(1563, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_raw_js.js'),
(1564, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/content/vc_toggle.js'),
(1565, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion.js'),
(1566, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_accordion_tab.js'),
(1567, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tab.js'),
(1568, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tabs.js'),
(1569, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/tabs/vc_tour.js'),
(1570, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/deprecated/vc_carousel.js'),
(1571, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_basic_grid.js'),
(1572, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_grid.js'),
(1573, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_masonry_media_grid.js'),
(1574, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/grids/vc_media_grid.js'),
(1575, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_gallery.js'),
(1576, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_images_carousel.js'),
(1577, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/images/vc_single_image.js'),
(1578, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/tta_events.js'),
(1579, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_accordion.js'),
(1580, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_pageable.js'),
(1581, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_section.js'),
(1582, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tabs.js'),
(1583, 'wp-content/plugins/js_composer/assets/js/frontend_editor/shortcodes/tta/vc_tta_tour.js'),
(1584, 'wp-content/plugins/js_composer/assets/js/frontend_editor/vendors/plugins/jwplayer.js'),
(1585, 'wp-content/plugins/js_composer/assets/js/vendors/advanced_custom_fields.js'),
(1586, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_backend.js'),
(1587, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslate_frontend.js'),
(1588, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_backend.js'),
(1589, 'wp-content/plugins/js_composer/assets/js/vendors/qtranslatex_frontend.js'),
(1590, 'wp-content/plugins/js_composer/assets/js/vendors/seo.js'),
(1591, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce-add-to-cart.js'),
(1592, 'wp-content/plugins/js_composer/assets/js/vendors/woocommerce.js'),
(1593, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/ace.js'),
(1594, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/mode-css.js'),
(1595, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/theme-chrome.js'),
(1596, 'wp-content/plugins/js_composer/assets/lib/bower/ace-builds/src-min-noconflict/worker-css.js'),
(1597, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/dist/js/bootstrap.min.js'),
(1598, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/affix.min.js'),
(1599, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/alert.min.js'),
(1600, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/button.min.js'),
(1601, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/carousel.min.js'),
(1602, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/collapse.min.js'),
(1603, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/dropdown.min.js'),
(1604, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/modal.min.js'),
(1605, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/popover.min.js'),
(1606, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/scrollspy.min.js'),
(1607, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tab.min.js'),
(1608, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/tooltip.min.js'),
(1609, 'wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/js/transition.min.js'),
(1610, 'wp-content/plugins/js_composer/assets/lib/bower/chartjs/Chart.min.js'),
(1611, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/fonts/flexslider-icon.svg'),
(1612, 'wp-content/plugins/js_composer/assets/lib/bower/flexslider/jquery.flexslider-min.js'),
(1613, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-brands-400.svg'),
(1614, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-regular-400.svg'),
(1615, 'wp-content/plugins/js_composer/assets/lib/bower/font-awesome/webfonts/fa-solid-900.svg'),
(1616, 'wp-content/plugins/js_composer/assets/lib/bower/imagesloaded/imagesloaded.pkgd.min.js'),
(1617, 'wp-content/plugins/js_composer/assets/lib/bower/isotope/dist/isotope.pkgd.min.js'),
(1618, 'wp-content/plugins/js_composer/assets/lib/bower/jquery-ui-tabs-rotate/jquery-ui-tabs-rotate.min.js'),
(1619, 'wp-content/plugins/js_composer/assets/lib/bower/json-js/json2.min.js'),
(1620, 'wp-content/plugins/js_composer/assets/lib/bower/lessjs/dist/less.min.js'),
(1621, 'wp-content/plugins/js_composer/assets/lib/bower/masonry/dist/masonry.pkgd.min.js'),
(1622, 'wp-content/plugins/js_composer/assets/lib/bower/nivoslider/jquery.nivo.slider.pack.js'),
(1623, 'wp-content/plugins/js_composer/assets/lib/bower/progress-circle/ProgressCircle.min.js'),
(1624, 'wp-content/plugins/js_composer/assets/lib/bower/scrollTo/jquery.scrollTo.min.js'),
(1625, 'wp-content/plugins/js_composer/assets/lib/bower/skrollr/dist/skrollr.min.js'),
(1626, 'wp-content/plugins/js_composer/assets/lib/bower/twbs-pagination/jquery.twbsPagination.min.js'),
(1627, 'wp-content/plugins/js_composer/assets/lib/bower/vcIconPicker/jquery.fonticonpicker.min.js'),
(1628, 'wp-content/plugins/js_composer/assets/lib/bower/zoom/jquery.zoom.min.js'),
(1629, 'wp-content/plugins/js_composer/assets/lib/owl-carousel2-dist/owl.carousel.min.js'),
(1630, 'wp-content/plugins/js_composer/assets/lib/php.default/php.default.min.js'),
(1631, 'wp-content/plugins/js_composer/assets/lib/prettyphoto/js/jquery.prettyPhoto.min.js'),
(1632, 'wp-content/plugins/js_composer/assets/lib/vc-tta-autoplay/vc-tta-autoplay.min.js'),
(1633, 'wp-content/plugins/js_composer/assets/lib/vc_accordion/vc-accordion.min.js'),
(1634, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/fonts/glyphicons-halflings-regular.svg'),
(1635, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/transition.min.js'),
(1636, 'wp-content/plugins/js_composer/assets/lib/vc_carousel/js/vc_carousel.min.js'),
(1637, 'wp-content/plugins/js_composer/assets/lib/vc_chart/jquery.vc_chart.min.js'),
(1638, 'wp-content/plugins/js_composer/assets/lib/vc_image_zoom/vc_image_zoom.min.js'),
(1639, 'wp-content/plugins/js_composer/assets/lib/vc_line_chart/vc_line_chart.min.js'),
(1640, 'wp-content/plugins/js_composer/assets/lib/vc_round_chart/vc_round_chart.min.js'),
(1641, 'wp-content/plugins/js_composer/assets/lib/vc_tabs/vc-tabs.min.js'),
(1642, 'wp-content/plugins/js_composer/assets/lib/vc_waypoints/vc-waypoints.min.js'),
(1643, 'wp-content/plugins/js_composer/assets/vc/blur.svg'),
(1644, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner-light.svg'),
(1645, 'wp-content/plugins/js_composer/assets/vc/loaders/spinner.svg'),
(1646, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white.svg'),
(1647, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo-white_32.svg'),
(1648, 'wp-content/plugins/js_composer/assets/vc/logo/wpb-logo.svg'),
(1649, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-accordion.svg'),
(1650, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-acf.svg'),
(1651, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-button.svg'),
(1652, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-category.svg'),
(1653, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-contact-form-7.svg'),
(1654, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-cta.svg'),
(1655, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-custom-fields.svg'),
(1656, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-doughnut-chart.svg'),
(1657, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-empty-space.svg'),
(1658, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-excerpt.svg'),
(1659, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-facebook.svg'),
(1660, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-faq-toggle.svg'),
(1661, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-flickr.svg'),
(1662, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-fonts.svg'),
(1663, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-maps.svg'),
(1664, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-google-plus.svg'),
(1665, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gravity-forms.svg'),
(1666, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-gutenberg.svg'),
(1667, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-hover-box.svg'),
(1668, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-icon.svg'),
(1669, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-carousel.svg'),
(1670, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-image-gallery.svg'),
(1671, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-layer-slider.svg'),
(1672, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-line-chart.svg'),
(1673, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-grid.svg'),
(1674, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-media-masonry-grid.svg'),
(1675, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-message-box.svg'),
(1676, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-misc.svg'),
(1677, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-my-shortcode.svg'),
(1678, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-ninja-forms.svg'),
(1679, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pageable-container.svg'),
(1680, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pie-chart.svg'),
(1681, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-pinterest.svg'),
(1682, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-author.svg'),
(1683, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-date.svg'),
(1684, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-grid.svg'),
(1685, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-masonry-grid.svg'),
(1686, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-post-title.svg'),
(1687, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider-2.svg'),
(1688, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-posts-slider.svg'),
(1689, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-progress-bar.svg'),
(1690, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-html.svg'),
(1691, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-raw-js.svg'),
(1692, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-revolution-slider.svg'),
(1693, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-row.svg'),
(1694, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-section.svg'),
(1695, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-with-text.svg'),
(1696, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator-zig-zag.svg'),
(1697, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-separator.svg'),
(1698, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-single-image.svg'),
(1699, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tabs.svg'),
(1700, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-text-block.svg'),
(1701, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-tour.svg'),
(1702, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-twitter.svg'),
(1703, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-vc-logo.svg'),
(1704, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-video.svg'),
(1705, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-widget-sidebar.svg'),
(1706, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-woo-commerce.svg'),
(1707, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wordpress.svg'),
(1708, 'wp-content/plugins/js_composer/assets/vc/vc-element-icons/element-icon-wpb-logo.svg'),
(1709, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-btn.php'),
(1710, 'wp-content/plugins/js_composer/config/buttons/shortcode-vc-cta.php'),
(1711, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column-inner.php'),
(1712, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-column.php'),
(1713, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row-inner.php'),
(1714, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-row.php'),
(1715, 'wp-content/plugins/js_composer/config/containers/shortcode-vc-section.php'),
(1716, 'wp-content/plugins/js_composer/config/content/shortcode-vc-column-text.php'),
(1717, 'wp-content/plugins/js_composer/config/content/shortcode-vc-custom-heading.php'),
(1718, 'wp-content/plugins/js_composer/config/content/shortcode-vc-empty-space.php'),
(1719, 'wp-content/plugins/js_composer/config/content/shortcode-vc-flickr.php'),
(1720, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gallery.php'),
(1721, 'wp-content/plugins/js_composer/config/content/shortcode-vc-gmaps.php'),
(1722, 'wp-content/plugins/js_composer/config/content/shortcode-vc-hoverbox.php'),
(1723, 'wp-content/plugins/js_composer/config/content/shortcode-vc-icon.php'),
(1724, 'wp-content/plugins/js_composer/config/content/shortcode-vc-images-carousel.php'),
(1725, 'wp-content/plugins/js_composer/config/content/shortcode-vc-line-chart.php'),
(1726, 'wp-content/plugins/js_composer/config/content/shortcode-vc-message.php'),
(1727, 'wp-content/plugins/js_composer/config/content/shortcode-vc-pie.php'),
(1728, 'wp-content/plugins/js_composer/config/content/shortcode-vc-posts-slider.php'),
(1729, 'wp-content/plugins/js_composer/config/content/shortcode-vc-progress-bar.php'),
(1730, 'wp-content/plugins/js_composer/config/content/shortcode-vc-round-chart.php'),
(1731, 'wp-content/plugins/js_composer/config/content/shortcode-vc-separator.php'),
(1732, 'wp-content/plugins/js_composer/config/content/shortcode-vc-single-image.php'),
(1733, 'wp-content/plugins/js_composer/config/content/shortcode-vc-text-separator.php'),
(1734, 'wp-content/plugins/js_composer/config/content/shortcode-vc-toggle.php'),
(1735, 'wp-content/plugins/js_composer/config/content/shortcode-vc-video.php'),
(1736, 'wp-content/plugins/js_composer/config/content/shortcode-vc-zigzag.php'),
(1737, 'wp-content/plugins/js_composer/config/content/vc-custom-heading-element.php'),
(1738, 'wp-content/plugins/js_composer/config/content/vc-icon-element.php'),
(1739, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion-tab.php'),
(1740, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-accordion.php'),
(1741, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button.php'),
(1742, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-button2.php'),
(1743, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button.php'),
(1744, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-cta-button2.php'),
(1745, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-googleplus.php'),
(1746, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tab.php'),
(1747, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tabs.php'),
(1748, 'wp-content/plugins/js_composer/config/deprecated/shortcode-vc-tour.php'),
(1749, 'wp-content/plugins/js_composer/config/grids/class-vc-grids-common.php'),
(1750, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-basic-grid.php'),
(1751, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-grid.php'),
(1752, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-masonry-media-grid.php'),
(1753, 'wp-content/plugins/js_composer/config/grids/shortcode-vc-media-grid.php'),
(1754, 'wp-content/plugins/js_composer/config/grids/vc-grids-functions.php'),
(1755, 'wp-content/plugins/js_composer/config/lean-map.php'),
(1756, 'wp-content/plugins/js_composer/config/social/shortcode-vc-facebook.php'),
(1757, 'wp-content/plugins/js_composer/config/social/shortcode-vc-pinterest.php'),
(1758, 'wp-content/plugins/js_composer/config/social/shortcode-vc-tweetmeme.php'),
(1759, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-html.php'),
(1760, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-raw-js.php'),
(1761, 'wp-content/plugins/js_composer/config/structure/shortcode-vc-widget-sidebar.php'),
(1762, 'wp-content/plugins/js_composer/config/templates.php'),
(1763, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-accordion.php'),
(1764, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-pageable.php'),
(1765, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-section.php'),
(1766, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tabs.php'),
(1767, 'wp-content/plugins/js_composer/config/tta/shortcode-vc-tta-tour.php'),
(1768, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-archives.php'),
(1769, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-calendar.php'),
(1770, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-categories.php'),
(1771, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-custommenu.php'),
(1772, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-links.php'),
(1773, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-meta.php'),
(1774, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-pages.php'),
(1775, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-posts.php'),
(1776, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-recentcomments.php'),
(1777, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-rss.php'),
(1778, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-search.php'),
(1779, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-tagcloud.php'),
(1780, 'wp-content/plugins/js_composer/config/wp/shortcode-vc-wp-text.php'),
(1781, 'wp-content/plugins/js_composer/include/autoload/bc-access-rules-4.8.php'),
(1782, 'wp-content/plugins/js_composer/include/autoload/bc-multisite-options.php'),
(1783, 'wp-content/plugins/js_composer/include/autoload/class-vc-settings-presets.php'),
(1784, 'wp-content/plugins/js_composer/include/autoload/class-vc-vendor-presets.php'),
(1785, 'wp-content/plugins/js_composer/include/autoload/hook-vc-grid.php'),
(1786, 'wp-content/plugins/js_composer/include/autoload/hook-vc-iconpicker-param.php'),
(1787, 'wp-content/plugins/js_composer/include/autoload/hook-vc-message.php'),
(1788, 'wp-content/plugins/js_composer/include/autoload/hook-vc-pie.php'),
(1789, 'wp-content/plugins/js_composer/include/autoload/hook-vc-progress-bar.php'),
(1790, 'wp-content/plugins/js_composer/include/autoload/hook-vc-wp-text.php'),
(1791, 'wp-content/plugins/js_composer/include/autoload/params/hidden.php'),
(1792, 'wp-content/plugins/js_composer/include/autoload/params/vc_grid_item.php'),
(1793, 'wp-content/plugins/js_composer/include/autoload/params-to-init.php'),
(1794, 'wp-content/plugins/js_composer/include/autoload/post-type-default-template.php'),
(1795, 'wp-content/plugins/js_composer/include/autoload/ui-vc-pointers.php'),
(1796, 'wp-content/plugins/js_composer/include/autoload/vc-grid-item-editor.php'),
(1797, 'wp-content/plugins/js_composer/include/autoload/vc-image-filters.php'),
(1798, 'wp-content/plugins/js_composer/include/autoload/vc-pages/automapper.php'),
(1799, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-custom-css.php'),
(1800, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-design-options.php'),
(1801, 'wp-content/plugins/js_composer/include/autoload/vc-pages/page-role-manager.php'),
(1802, 'wp-content/plugins/js_composer/include/autoload/vc-pages/pages.php'),
(1803, 'wp-content/plugins/js_composer/include/autoload/vc-pages/settings-tabs.php'),
(1804, 'wp-content/plugins/js_composer/include/autoload/vc-pages/welcome-screen.php'),
(1805, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-backend-editor.php'),
(1806, 'wp-content/plugins/js_composer/include/autoload/vc-pointers-frontend-editor.php'),
(1807, 'wp-content/plugins/js_composer/include/autoload/vc-settings-presets.php'),
(1808, 'wp-content/plugins/js_composer/include/autoload/vc-shortcode-autoloader.php'),
(1809, 'wp-content/plugins/js_composer/include/autoload/vc-single-image.php'),
(1810, 'wp-content/plugins/js_composer/include/autoload/vc-undoredo.php'),
(1811, 'wp-content/plugins/js_composer/include/autoload/vendors/acf.php'),
(1812, 'wp-content/plugins/js_composer/include/autoload/vendors/cf7.php'),
(1813, 'wp-content/plugins/js_composer/include/autoload/vendors/gravity_forms.php'),
(1814, 'wp-content/plugins/js_composer/include/autoload/vendors/gutenberg.php'),
(1815, 'wp-content/plugins/js_composer/include/autoload/vendors/jwplayer.php'),
(1816, 'wp-content/plugins/js_composer/include/autoload/vendors/layerslider.php'),
(1817, 'wp-content/plugins/js_composer/include/autoload/vendors/mqtranslate.php'),
(1818, 'wp-content/plugins/js_composer/include/autoload/vendors/ninja_forms.php'),
(1819, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate-x.php'),
(1820, 'wp-content/plugins/js_composer/include/autoload/vendors/qtranslate.php'),
(1821, 'wp-content/plugins/js_composer/include/autoload/vendors/rank-math.php'),
(1822, 'wp-content/plugins/js_composer/include/autoload/vendors/rankmath-seo.php'),
(1823, 'wp-content/plugins/js_composer/include/autoload/vendors/revslider.php'),
(1824, 'wp-content/plugins/js_composer/include/autoload/vendors/shortcode-vc-gutenberg.php'),
(1825, 'wp-content/plugins/js_composer/include/autoload/vendors/woocommerce.php'),
(1826, 'wp-content/plugins/js_composer/include/autoload/vendors/wpml.php'),
(1827, 'wp-content/plugins/js_composer/include/autoload/vendors/yoast_seo.php'),
(1828, 'wp-content/plugins/js_composer/include/classes/core/access/abstract-class-vc-access.php'),
(1829, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access-controller.php'),
(1830, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-current-user-access.php'),
(1831, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access-controller.php'),
(1832, 'wp-content/plugins/js_composer/include/classes/core/access/class-vc-role-access.php'),
(1833, 'wp-content/plugins/js_composer/include/classes/core/class-vc-base.php'),
(1834, 'wp-content/plugins/js_composer/include/classes/core/class-vc-manager.php'),
(1835, 'wp-content/plugins/js_composer/include/classes/core/class-vc-mapper.php'),
(1836, 'wp-content/plugins/js_composer/include/classes/core/class-vc-modifications.php'),
(1837, 'wp-content/plugins/js_composer/include/classes/core/class-vc-page.php'),
(1838, 'wp-content/plugins/js_composer/include/classes/core/class-vc-pages-group.php'),
(1839, 'wp-content/plugins/js_composer/include/classes/core/class-vc-post-admin.php'),
(1840, 'wp-content/plugins/js_composer/include/classes/core/class-vc-shared-library.php'),
(1841, 'wp-content/plugins/js_composer/include/classes/core/class-vc-sort.php'),
(1842, 'wp-content/plugins/js_composer/include/classes/core/class-wpb-map.php'),
(1843, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/class-vc-shared-templates.php'),
(1844, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wp-import.php'),
(1845, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-plugin.php'),
(1846, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-regex.php'),
(1847, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-simplexml.php'),
(1848, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser-xml.php'),
(1849, 'wp-content/plugins/js_composer/include/classes/core/shared-templates/importer/class-vc-wxr-parser.php'),
(1850, 'wp-content/plugins/js_composer/include/classes/deprecated/helpers_deprecated.php'),
(1851, 'wp-content/plugins/js_composer/include/classes/deprecated/interfaces.php'),
(1852, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-backend-editor.php'),
(1853, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-edit-form-fields.php'),
(1854, 'wp-content/plugins/js_composer/include/classes/editors/class-vc-frontend-editor.php'),
(1855, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-frontend.php'),
(1856, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar-undoredo.php'),
(1857, 'wp-content/plugins/js_composer/include/classes/editors/navbar/class-vc-navbar.php'),
(1858, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-add-element-box.php'),
(1859, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-edit-layout.php'),
(1860, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-post-settings.php'),
(1861, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-preset-panel-editor.php'),
(1862, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-shortcode-edit-form.php'),
(1863, 'wp-content/plugins/js_composer/include/classes/editors/popups/class-vc-templates-panel-editor.php'),
(1864, 'wp-content/plugins/js_composer/include/classes/settings/automapper/automapper.php'),
(1865, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automap-model.php'),
(1866, 'wp-content/plugins/js_composer/include/classes/settings/automapper/class-vc-automapper.php'),
(1867, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-license.php'),
(1868, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-roles.php'),
(1869, 'wp-content/plugins/js_composer/include/classes/settings/class-vc-settings.php'),
(1870, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-vc-shortcodes-manager.php'),
(1871, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wbpakeryshortcodefishbones.php'),
(1872, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakery-visualcomposer-abstract.php'),
(1873, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcode.php'),
(1874, 'wp-content/plugins/js_composer/include/classes/shortcodes/core/class-wpbakeryshortcodescontainer.php'),
(1875, 'wp-content/plugins/js_composer/include/classes/shortcodes/layerslider-vc.php'),
(1876, 'wp-content/plugins/js_composer/include/classes/shortcodes/paginator/class-vc-pageable.php'),
(1877, 'wp-content/plugins/js_composer/include/classes/shortcodes/rev-slider-vc.php'),
(1878, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion-tab.php'),
(1879, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-accordion.php'),
(1880, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-basic-grid.php'),
(1881, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-btn.php'),
(1882, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button.php'),
(1883, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-button2.php'),
(1884, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-inner.php'),
(1885, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column-text.php'),
(1886, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-column.php'),
(1887, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button.php'),
(1888, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta-button2.php'),
(1889, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-cta.php'),
(1890, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-field.php'),
(1891, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-custom-heading.php'),
(1892, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-empty-space.php'),
(1893, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-facebook.php'),
(1894, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-flickr.php'),
(1895, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gallery.php'),
(1896, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-animated-block.php'),
(1897, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-col.php'),
(1898, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-image.php'),
(1899, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-author.php'),
(1900, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-categories.php'),
(1901, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-data.php'),
(1902, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-date.php'),
(1903, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-excerpt.php'),
(1904, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-meta.php'),
(1905, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-post-title.php'),
(1906, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-row.php'),
(1907, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-a.php'),
(1908, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-b.php'),
(1909, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone-c.php'),
(1910, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem-zone.php'),
(1911, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gitem.php'),
(1912, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gmaps.php'),
(1913, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-googleplus.php'),
(1914, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-gutenberg.php'),
(1915, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-hoverbox.php'),
(1916, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-icon.php'),
(1917, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-images-carousel.php'),
(1918, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-line-chart.php'),
(1919, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-grid.php'),
(1920, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-masonry-media-grid.php'),
(1921, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-media-grid.php'),
(1922, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-message.php'),
(1923, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pie.php'),
(1924, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-pinterest.php'),
(1925, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-posts-slider.php'),
(1926, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-progress-bar.php'),
(1927, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-html.php'),
(1928, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-raw-js.php'),
(1929, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-round-chart.php'),
(1930, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row-inner.php'),
(1931, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-row.php'),
(1932, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-section.php'),
(1933, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-separator.php'),
(1934, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-single-image.php'),
(1935, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tab.php'),
(1936, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tabs.php'),
(1937, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-text-separator.php'),
(1938, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-toggle.php'),
(1939, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tour.php'),
(1940, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-accordion.php'),
(1941, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-pageable.php'),
(1942, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-section.php'),
(1943, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tabs.php'),
(1944, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tta-tour.php'),
(1945, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-tweetmeme.php'),
(1946, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-twitter.php'),
(1947, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-video.php'),
(1948, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-widget-sidebar.php'),
(1949, 'wp-content/plugins/js_composer/include/classes/shortcodes/vc-zigzag.php'),
(1950, 'wp-content/plugins/js_composer/include/classes/shortcodes/wordpress-widgets.php'),
(1951, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updater.php'),
(1952, 'wp-content/plugins/js_composer/include/classes/updaters/class-vc-updating-manager.php'),
(1953, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-acf-shortcode.php'),
(1954, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/class-vc-gitem-acf-shortcode.php'),
(1955, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-attributes.php'),
(1956, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/grid-item-shortcodes.php'),
(1957, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/acf/shortcode.php'),
(1958, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-advanced-custom-fields.php'),
(1959, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-contact-form7.php'),
(1960, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-jwplayer.php'),
(1961, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-layerslider.php'),
(1962, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-mqtranslate.php'),
(1963, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-ninja-forms.php'),
(1964, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate-x.php'),
(1965, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-qtranslate.php'),
(1966, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-revslider.php'),
(1967, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-woocommerce.php'),
(1968, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-wpml.php'),
(1969, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/class-vc-vendor-yoast_seo.php'),
(1970, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/class-vc-gitem-woocommerce-shortcode.php'),
(1971, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-attributes.php'),
(1972, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-filters.php'),
(1973, 'wp-content/plugins/js_composer/include/classes/vendors/plugins/woocommerce/grid-item-shortcodes.php'),
(1974, 'wp-content/plugins/js_composer/include/helpers/class-vc-color-helper.php'),
(1975, 'wp-content/plugins/js_composer/include/helpers/class-vc-image-filter.php'),
(1976, 'wp-content/plugins/js_composer/include/helpers/helpers.php'),
(1977, 'wp-content/plugins/js_composer/include/helpers/helpers_api.php'),
(1978, 'wp-content/plugins/js_composer/include/helpers/helpers_factory.php'),
(1979, 'wp-content/plugins/js_composer/include/params/animation_style/animation_style.php'),
(1980, 'wp-content/plugins/js_composer/include/params/autocomplete/autocomplete.php'),
(1981, 'wp-content/plugins/js_composer/include/params/colorpicker/colorpicker.php'),
(1982, 'wp-content/plugins/js_composer/include/params/column_offset/column_offset.php'),
(1983, 'wp-content/plugins/js_composer/include/params/css_editor/css_editor.php'),
(1984, 'wp-content/plugins/js_composer/include/params/custom_markup/custom_markup.php'),
(1985, 'wp-content/plugins/js_composer/include/params/default_params.php'),
(1986, 'wp-content/plugins/js_composer/include/params/el_id/el_id.php'),
(1987, 'wp-content/plugins/js_composer/include/params/font_container/font_container.php'),
(1988, 'wp-content/plugins/js_composer/include/params/google_fonts/google_fonts.php'),
(1989, 'wp-content/plugins/js_composer/include/params/gutenberg/class-vc-gutenberg-param.php'),
(1990, 'wp-content/plugins/js_composer/include/params/gutenberg/gutenberg.php'),
(1991, 'wp-content/plugins/js_composer/include/params/hidden/hidden.php'),
(1992, 'wp-content/plugins/js_composer/include/params/href/href.php'),
(1993, 'wp-content/plugins/js_composer/include/params/iconpicker/iconpicker.php'),
(1994, 'wp-content/plugins/js_composer/include/params/load.php'),
(1995, 'wp-content/plugins/js_composer/include/params/loop/loop.php'),
(1996, 'wp-content/plugins/js_composer/include/params/options/options.php'),
(1997, 'wp-content/plugins/js_composer/include/params/param_group/param_group.php'),
(1998, 'wp-content/plugins/js_composer/include/params/params.php'),
(1999, 'wp-content/plugins/js_composer/include/params/params_preset/params_preset.php'),
(2000, 'wp-content/plugins/js_composer/include/params/sorted_list/sorted_list.php'),
(2001, 'wp-content/plugins/js_composer/include/params/tab_id/tab_id.php'),
(2002, 'wp-content/plugins/js_composer/include/params/textarea_html/textarea_html.php'),
(2003, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_element.php'),
(2004, 'wp-content/plugins/js_composer/include/params/vc_grid_element/vc_grid_id/vc_grid_id.php'),
(2005, 'wp-content/plugins/js_composer/include/params/vc_grid_item/attributes.php'),
(2006, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-vc-grid-item.php'),
(2007, 'wp-content/plugins/js_composer/include/params/vc_grid_item/class-wpb-map-grid-item.php'),
(2008, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-editor.php'),
(2009, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/class-vc-grid-item-preview.php'),
(2010, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/navbar/class-vc-navbar-grid-item.php'),
(2011, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-add-element-box-grid-item.php'),
(2012, 'wp-content/plugins/js_composer/include/params/vc_grid_item/editor/popups/class-vc-templates-editor-grid-item.php'),
(2013, 'wp-content/plugins/js_composer/include/params/vc_grid_item/shortcodes.php'),
(2014, 'wp-content/plugins/js_composer/include/params/vc_grid_item/templates.php'),
(2015, 'wp-content/plugins/js_composer/include/params/vc_link/vc_link.php'),
(2016, 'wp-content/plugins/js_composer/include/templates/editors/backend_editor.tpl.php'),
(2017, 'wp-content/plugins/js_composer/include/templates/editors/frontend_editor.tpl.php'),
(2018, 'wp-content/plugins/js_composer/include/templates/editors/frontend_template.tpl.php'),
(2019, 'wp-content/plugins/js_composer/include/templates/editors/navbar/navbar.tpl.php'),
(2020, 'wp-content/plugins/js_composer/include/templates/editors/partials/access-manager-js.tpl.php'),
(2021, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_search.tpl.php'),
(2022, 'wp-content/plugins/js_composer/include/templates/editors/partials/add_element_tabs.tpl.php'),
(2023, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend-shortcodes-templates.tpl.php'),
(2024, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls.tpl.php'),
(2025, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_controls_tab.tpl.php'),
(2026, 'wp-content/plugins/js_composer/include/templates/editors/partials/backend_editor_footer.tpl.php'),
(2027, 'wp-content/plugins/js_composer/include/templates/editors/partials/frontend_controls.tpl.php'),
(2028, 'wp-content/plugins/js_composer/include/templates/editors/partials/post_shortcodes.tpl.php'),
(2029, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-presets.tpl.php'),
(2030, 'wp-content/plugins/js_composer/include/templates/editors/partials/prompt-templates.tpl.php'),
(2031, 'wp-content/plugins/js_composer/include/templates/editors/partials/settings_presets_popup.tpl.php'),
(2032, 'wp-content/plugins/js_composer/include/templates/editors/partials/templates_search.tpl.php'),
(2033, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_settings-image-block.tpl.php'),
(2034, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-settings-dropdown.tpl.php'),
(2035, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_ui-templates-tabs.tpl.php'),
(2036, 'wp-content/plugins/js_composer/include/templates/editors/partials/vc_welcome_block.tpl.php'),
(2037, 'wp-content/plugins/js_composer/include/templates/editors/popups/modal_edit_element.tpl.php'),
(2038, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_multi_shortcode_edit_form.tpl.php'),
(2039, 'wp-content/plugins/js_composer/include/templates/editors/popups/panel_shortcode_edit_form.tpl.php'),
(2040, 'wp-content/plugins/js_composer/include/templates/editors/popups/shared-templates/category.tpl.php'),
(2041, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-footer.tpl.php'),
(2042, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-header.tpl.php'),
(2043, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-add-element.tpl.php'),
(2044, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-edit-element.tpl.php'),
(2045, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-post-settings.tpl.php'),
(2046, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-preset.tpl.php'),
(2047, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-row-layout.tpl.php'),
(2048, 'wp-content/plugins/js_composer/include/templates/editors/popups/vc_ui-panel-templates.tpl.php'),
(2049, 'wp-content/plugins/js_composer/include/templates/editors/vc_ui-template-preview.tpl.php'),
(2050, 'wp-content/plugins/js_composer/include/templates/pages/partials/_settings_tabs.php'),
(2051, 'wp-content/plugins/js_composer/include/templates/pages/partials/_tabs.php'),
(2052, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_backend_editor.tpl.php'),
(2053, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_dragndrop.tpl.php'),
(2054, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_frontend_editor.tpl.php'),
(2055, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_grid_builder.tpl.php'),
(2056, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_part.tpl.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(2057, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_settings.tpl.php'),
(2058, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_post_types.tpl.php'),
(2059, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_presets.tpl.php'),
(2060, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_settings.tpl.php'),
(2061, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_shortcodes.tpl.php'),
(2062, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_templates.tpl.php'),
(2063, 'wp-content/plugins/js_composer/include/templates/pages/partials/vc-roles-parts/_unfiltered_html.tpl.php'),
(2064, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/default-template-post-type.tpl.php'),
(2065, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/index.php'),
(2066, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab-vc-roles.php'),
(2067, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/tab.php'),
(2068, 'wp-content/plugins/js_composer/include/templates/pages/vc-settings/vc-automapper.php'),
(2069, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/index.php'),
(2070, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-faq.php'),
(2071, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-resources.php'),
(2072, 'wp-content/plugins/js_composer/include/templates/pages/vc-welcome/vc-welcome.php'),
(2073, 'wp-content/plugins/js_composer/include/templates/params/column_offset/template.tpl.php'),
(2074, 'wp-content/plugins/js_composer/include/templates/params/google_fonts/template.php'),
(2075, 'wp-content/plugins/js_composer/include/templates/params/loop/templates.html'),
(2076, 'wp-content/plugins/js_composer/include/templates/params/options/templates.html'),
(2077, 'wp-content/plugins/js_composer/include/templates/params/param_group/add.tpl.php'),
(2078, 'wp-content/plugins/js_composer/include/templates/params/param_group/content.tpl.php'),
(2079, 'wp-content/plugins/js_composer/include/templates/params/param_group/inner_content.tpl.php'),
(2080, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/featured_image.php'),
(2081, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/post_categories.php'),
(2082, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/attributes/vc_btn.php'),
(2083, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/partials/vc_grid_item_editor_footer.tpl.php'),
(2084, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_grid_item_editor.tpl.php'),
(2085, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/editor/vc_ui-template-preview.tpl.php'),
(2086, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/preview.tpl.php'),
(2087, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_btn.php'),
(2088, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_button2.php'),
(2089, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_custom_heading.php'),
(2090, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_icon.php'),
(2091, 'wp-content/plugins/js_composer/include/templates/params/vc_grid_item/shortcodes/vc_single_image.php'),
(2092, 'wp-content/plugins/js_composer/include/templates/shortcodes/layerslider_vc.php'),
(2093, 'wp-content/plugins/js_composer/include/templates/shortcodes/post_block/_item.php'),
(2094, 'wp-content/plugins/js_composer/include/templates/shortcodes/rev_slider_vc.php'),
(2095, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion.php'),
(2096, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_accordion_tab.php'),
(2097, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid.php'),
(2098, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_basic_grid_filter.php'),
(2099, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_btn.php'),
(2100, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button.php'),
(2101, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_button2.php'),
(2102, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column.php'),
(2103, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_inner.php'),
(2104, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_column_text.php'),
(2105, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta.php'),
(2106, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button.php'),
(2107, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_cta_button2.php'),
(2108, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_field.php'),
(2109, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_custom_heading.php'),
(2110, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_empty_space.php'),
(2111, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_facebook.php'),
(2112, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_flickr.php'),
(2113, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gallery.php'),
(2114, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem.php'),
(2115, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_animated_block.php'),
(2116, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_block.php'),
(2117, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_col.php'),
(2118, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_image.php'),
(2119, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_author.php'),
(2120, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_categories.php'),
(2121, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_data.php'),
(2122, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_post_meta.php'),
(2123, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_row.php'),
(2124, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone.php'),
(2125, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gitem_zone_c.php'),
(2126, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gmaps.php'),
(2127, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_googleplus.php'),
(2128, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_gutenberg.php'),
(2129, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_hoverbox.php'),
(2130, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_icon.php'),
(2131, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_images_carousel.php'),
(2132, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_item.php'),
(2133, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_items.php'),
(2134, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_line_chart.php'),
(2135, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_message.php'),
(2136, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pie.php'),
(2137, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_pinterest.php'),
(2138, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_posts_slider.php'),
(2139, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_progress_bar.php'),
(2140, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_raw_html.php'),
(2141, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_round_chart.php'),
(2142, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row.php'),
(2143, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_row_inner.php'),
(2144, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_section.php'),
(2145, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_separator.php'),
(2146, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_single_image.php'),
(2147, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tab.php'),
(2148, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tabs.php'),
(2149, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_text_separator.php'),
(2150, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_toggle.php'),
(2151, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_global.php'),
(2152, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_pageable_section.php'),
(2153, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tta_section.php'),
(2154, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_tweetmeme.php'),
(2155, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_video.php'),
(2156, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_widget_sidebar.php'),
(2157, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_archives.php'),
(2158, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_calendar.php'),
(2159, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_categories.php'),
(2160, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_custommenu.php'),
(2161, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_links.php'),
(2162, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_meta.php'),
(2163, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_pages.php'),
(2164, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_posts.php'),
(2165, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_recentcomments.php'),
(2166, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_rss.php'),
(2167, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_search.php'),
(2168, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_tagcloud.php'),
(2169, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_wp_text.php'),
(2170, 'wp-content/plugins/js_composer/include/templates/shortcodes/vc_zigzag.php'),
(2171, 'wp-content/plugins/js_composer/index.php'),
(2172, 'wp-content/plugins/js_composer/js_composer.php'),
(2173, 'wp-content/plugins/js_composer/vc_classmap.json.php'),
(2174, 'wp-content/plugins/query-monitor/LICENSE'),
(2175, 'wp-content/plugins/query-monitor/assets/query-monitor-dark.css'),
(2176, 'wp-content/plugins/query-monitor/assets/query-monitor.css'),
(2177, 'wp-content/plugins/query-monitor/assets/query-monitor.js'),
(2178, 'wp-content/plugins/query-monitor/classes/Activation.php'),
(2179, 'wp-content/plugins/query-monitor/classes/Backtrace.php'),
(2180, 'wp-content/plugins/query-monitor/classes/CLI.php'),
(2181, 'wp-content/plugins/query-monitor/classes/Collector.php'),
(2182, 'wp-content/plugins/query-monitor/classes/Collectors.php'),
(2183, 'wp-content/plugins/query-monitor/classes/Dispatcher.php'),
(2184, 'wp-content/plugins/query-monitor/classes/Dispatchers.php'),
(2185, 'wp-content/plugins/query-monitor/classes/Hook.php'),
(2186, 'wp-content/plugins/query-monitor/classes/Output.php'),
(2187, 'wp-content/plugins/query-monitor/classes/Plugin.php'),
(2188, 'wp-content/plugins/query-monitor/classes/QM.php'),
(2189, 'wp-content/plugins/query-monitor/classes/QueryMonitor.php'),
(2190, 'wp-content/plugins/query-monitor/classes/Timer.php'),
(2191, 'wp-content/plugins/query-monitor/classes/Util.php'),
(2192, 'wp-content/plugins/query-monitor/classes/debug_bar.php'),
(2193, 'wp-content/plugins/query-monitor/classes/debug_bar_panel.php'),
(2194, 'wp-content/plugins/query-monitor/collectors/admin.php'),
(2195, 'wp-content/plugins/query-monitor/collectors/assets.php'),
(2196, 'wp-content/plugins/query-monitor/collectors/assets_scripts.php'),
(2197, 'wp-content/plugins/query-monitor/collectors/assets_styles.php'),
(2198, 'wp-content/plugins/query-monitor/collectors/block_editor.php'),
(2199, 'wp-content/plugins/query-monitor/collectors/cache.php'),
(2200, 'wp-content/plugins/query-monitor/collectors/caps.php'),
(2201, 'wp-content/plugins/query-monitor/collectors/conditionals.php'),
(2202, 'wp-content/plugins/query-monitor/collectors/db_callers.php'),
(2203, 'wp-content/plugins/query-monitor/collectors/db_components.php'),
(2204, 'wp-content/plugins/query-monitor/collectors/db_dupes.php'),
(2205, 'wp-content/plugins/query-monitor/collectors/db_queries.php'),
(2206, 'wp-content/plugins/query-monitor/collectors/debug_bar.php'),
(2207, 'wp-content/plugins/query-monitor/collectors/environment.php'),
(2208, 'wp-content/plugins/query-monitor/collectors/hooks.php'),
(2209, 'wp-content/plugins/query-monitor/collectors/http.php'),
(2210, 'wp-content/plugins/query-monitor/collectors/languages.php'),
(2211, 'wp-content/plugins/query-monitor/collectors/logger.php'),
(2212, 'wp-content/plugins/query-monitor/collectors/overview.php'),
(2213, 'wp-content/plugins/query-monitor/collectors/php_errors.php'),
(2214, 'wp-content/plugins/query-monitor/collectors/raw_request.php'),
(2215, 'wp-content/plugins/query-monitor/collectors/redirects.php'),
(2216, 'wp-content/plugins/query-monitor/collectors/request.php'),
(2217, 'wp-content/plugins/query-monitor/collectors/theme.php'),
(2218, 'wp-content/plugins/query-monitor/collectors/timing.php'),
(2219, 'wp-content/plugins/query-monitor/collectors/transients.php'),
(2220, 'wp-content/plugins/query-monitor/dispatchers/AJAX.php'),
(2221, 'wp-content/plugins/query-monitor/dispatchers/Html.php'),
(2222, 'wp-content/plugins/query-monitor/dispatchers/REST.php'),
(2223, 'wp-content/plugins/query-monitor/dispatchers/REST_Envelope.php'),
(2224, 'wp-content/plugins/query-monitor/dispatchers/Redirect.php'),
(2225, 'wp-content/plugins/query-monitor/dispatchers/WP_Die.php'),
(2226, 'wp-content/plugins/query-monitor/output/Headers.php'),
(2227, 'wp-content/plugins/query-monitor/output/Html.php'),
(2228, 'wp-content/plugins/query-monitor/output/Raw.php'),
(2229, 'wp-content/plugins/query-monitor/output/headers/overview.php'),
(2230, 'wp-content/plugins/query-monitor/output/headers/php_errors.php'),
(2231, 'wp-content/plugins/query-monitor/output/headers/redirects.php'),
(2232, 'wp-content/plugins/query-monitor/output/html/admin.php'),
(2233, 'wp-content/plugins/query-monitor/output/html/assets.php'),
(2234, 'wp-content/plugins/query-monitor/output/html/assets_scripts.php'),
(2235, 'wp-content/plugins/query-monitor/output/html/assets_styles.php'),
(2236, 'wp-content/plugins/query-monitor/output/html/block_editor.php'),
(2237, 'wp-content/plugins/query-monitor/output/html/caps.php'),
(2238, 'wp-content/plugins/query-monitor/output/html/conditionals.php'),
(2239, 'wp-content/plugins/query-monitor/output/html/db_callers.php'),
(2240, 'wp-content/plugins/query-monitor/output/html/db_components.php'),
(2241, 'wp-content/plugins/query-monitor/output/html/db_dupes.php'),
(2242, 'wp-content/plugins/query-monitor/output/html/db_queries.php'),
(2243, 'wp-content/plugins/query-monitor/output/html/debug_bar.php'),
(2244, 'wp-content/plugins/query-monitor/output/html/environment.php'),
(2245, 'wp-content/plugins/query-monitor/output/html/headers.php'),
(2246, 'wp-content/plugins/query-monitor/output/html/hooks.php'),
(2247, 'wp-content/plugins/query-monitor/output/html/http.php'),
(2248, 'wp-content/plugins/query-monitor/output/html/languages.php'),
(2249, 'wp-content/plugins/query-monitor/output/html/logger.php'),
(2250, 'wp-content/plugins/query-monitor/output/html/overview.php'),
(2251, 'wp-content/plugins/query-monitor/output/html/php_errors.php'),
(2252, 'wp-content/plugins/query-monitor/output/html/request.php'),
(2253, 'wp-content/plugins/query-monitor/output/html/theme.php'),
(2254, 'wp-content/plugins/query-monitor/output/html/timing.php'),
(2255, 'wp-content/plugins/query-monitor/output/html/transients.php'),
(2256, 'wp-content/plugins/query-monitor/output/raw/cache.php'),
(2257, 'wp-content/plugins/query-monitor/output/raw/conditionals.php'),
(2258, 'wp-content/plugins/query-monitor/output/raw/db_queries.php'),
(2259, 'wp-content/plugins/query-monitor/output/raw/http.php'),
(2260, 'wp-content/plugins/query-monitor/output/raw/logger.php'),
(2261, 'wp-content/plugins/query-monitor/output/raw/transients.php'),
(2262, 'wp-content/plugins/query-monitor/query-monitor.php'),
(2263, 'wp-content/plugins/query-monitor/readme.txt'),
(2264, 'wp-content/plugins/query-monitor/wp-content/db.php'),
(2265, 'wp-content/plugins/regenerate-thumbnails/css/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png'),
(2266, 'wp-content/plugins/regenerate-thumbnails/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png'),
(2267, 'wp-content/plugins/regenerate-thumbnails/css/progressbar.css'),
(2268, 'wp-content/plugins/regenerate-thumbnails/dist/build.js'),
(2269, 'wp-content/plugins/regenerate-thumbnails/dist/build.js.LICENSE.txt'),
(2270, 'wp-content/plugins/regenerate-thumbnails/includes/class-regeneratethumbnails-regenerator.php'),
(2271, 'wp-content/plugins/regenerate-thumbnails/includes/class-regeneratethumbnails-rest-controller.php'),
(2272, 'wp-content/plugins/regenerate-thumbnails/js/api-request.min.js'),
(2273, 'wp-content/plugins/regenerate-thumbnails/readme.txt'),
(2274, 'wp-content/plugins/regenerate-thumbnails/regenerate-thumbnails.php'),
(2275, 'wp-content/plugins/rocket-lazy-load/assets/css/admin.css'),
(2276, 'wp-content/plugins/rocket-lazy-load/assets/img/logo-imagify.png'),
(2277, 'wp-content/plugins/rocket-lazy-load/assets/img/logo-imagify.svg'),
(2278, 'wp-content/plugins/rocket-lazy-load/assets/img/logo.png'),
(2279, 'wp-content/plugins/rocket-lazy-load/assets/img/logo@2x.png'),
(2280, 'wp-content/plugins/rocket-lazy-load/assets/img/wprocket.png'),
(2281, 'wp-content/plugins/rocket-lazy-load/assets/img/wprocket@2x.png'),
(2282, 'wp-content/plugins/rocket-lazy-load/assets/img/youtube.png'),
(2283, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.js'),
(2284, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.min.js'),
(2285, 'wp-content/plugins/rocket-lazy-load/assets/js/11.0.6/lazyload.min.js.map'),
(2286, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.js'),
(2287, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.min.js'),
(2288, 'wp-content/plugins/rocket-lazy-load/assets/js/12.0/lazyload.min.js.map'),
(2289, 'wp-content/plugins/rocket-lazy-load/assets/js/16.1/lazyload.js'),
(2290, 'wp-content/plugins/rocket-lazy-load/assets/js/16.1/lazyload.min.js'),
(2291, 'wp-content/plugins/rocket-lazy-load/composer.json'),
(2292, 'wp-content/plugins/rocket-lazy-load/main.php'),
(2293, 'wp-content/plugins/rocket-lazy-load/readme.txt'),
(2294, 'wp-content/plugins/rocket-lazy-load/rocket-lazy-load.php'),
(2295, 'wp-content/plugins/rocket-lazy-load/src/Admin/AdminPage.php'),
(2296, 'wp-content/plugins/rocket-lazy-load/src/Admin/ImagifyNotice.php'),
(2297, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/ContainerInterface.php'),
(2298, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/Exception/ContainerException.php'),
(2299, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Interop/Container/Exception/NotFoundException.php'),
(2300, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/ArgumentResolverInterface.php'),
(2301, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/ArgumentResolverTrait.php'),
(2302, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/RawArgument.php'),
(2303, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Argument/RawArgumentInterface.php'),
(2304, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Container.php'),
(2305, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerAwareInterface.php'),
(2306, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerAwareTrait.php'),
(2307, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ContainerInterface.php'),
(2308, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/AbstractDefinition.php'),
(2309, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/CallableDefinition.php'),
(2310, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/ClassDefinition.php'),
(2311, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/ClassDefinitionInterface.php'),
(2312, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionFactory.php'),
(2313, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionFactoryInterface.php'),
(2314, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Definition/DefinitionInterface.php'),
(2315, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Exception/NotFoundException.php'),
(2316, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerAwareInterface.php'),
(2317, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerAwareTrait.php'),
(2318, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ImmutableContainerInterface.php'),
(2319, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/Inflector.php'),
(2320, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/InflectorAggregate.php'),
(2321, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php'),
(2322, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ReflectionContainer.php'),
(2323, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php'),
(2324, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/AbstractSignatureServiceProvider.php'),
(2325, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php'),
(2326, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php'),
(2327, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'),
(2328, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php'),
(2329, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/League/Container/ServiceProvider/SignatureServiceProviderInterface.php'),
(2330, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/ContainerExceptionInterface.php'),
(2331, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/ContainerInterface.php'),
(2332, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/Psr/Container/NotFoundExceptionInterface.php'),
(2333, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Assets.php'),
(2334, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Iframe.php'),
(2335, 'wp-content/plugins/rocket-lazy-load/src/Dependencies/RocketLazyload/Image.php'),
(2336, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/EventManager.php'),
(2337, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/EventManagerAwareSubscriberInterface.php'),
(2338, 'wp-content/plugins/rocket-lazy-load/src/EventManagement/SubscriberInterface.php'),
(2339, 'wp-content/plugins/rocket-lazy-load/src/Options/AbstractOptions.php'),
(2340, 'wp-content/plugins/rocket-lazy-load/src/Options/OptionArray.php'),
(2341, 'wp-content/plugins/rocket-lazy-load/src/Options/Options.php'),
(2342, 'wp-content/plugins/rocket-lazy-load/src/Plugin.php'),
(2343, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/AdminServiceProvider.php'),
(2344, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/ImagifyNoticeServiceProvider.php'),
(2345, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/LazyloadServiceProvider.php'),
(2346, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/OptionServiceProvider.php'),
(2347, 'wp-content/plugins/rocket-lazy-load/src/ServiceProvider/SubscribersServiceProvider.php'),
(2348, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/AdminPageSubscriber.php'),
(2349, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/ImagifyNoticeSubscriber.php'),
(2350, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/LazyloadSubscriber.php'),
(2351, 'wp-content/plugins/rocket-lazy-load/src/Subscriber/ThirdParty/AMPSubscriber.php'),
(2352, 'wp-content/plugins/rocket-lazy-load/src/rocket-lazyload-requirements-check.php'),
(2353, 'wp-content/plugins/rocket-lazy-load/vendor/autoload.php'),
(2354, 'wp-content/plugins/rocket-lazy-load/vendor/composer/ClassLoader.php'),
(2355, 'wp-content/plugins/rocket-lazy-load/vendor/composer/LICENSE'),
(2356, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_classmap.php'),
(2357, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_namespaces.php'),
(2358, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_psr4.php'),
(2359, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_real.php'),
(2360, 'wp-content/plugins/rocket-lazy-load/vendor/composer/autoload_static.php'),
(2361, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installed.json'),
(2362, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/LICENSE'),
(2363, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/composer.json'),
(2364, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),
(2365, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),
(2366, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),
(2367, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),
(2368, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),
(2369, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),
(2370, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),
(2371, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),
(2372, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),
(2373, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),
(2374, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),
(2375, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),
(2376, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),
(2377, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),
(2378, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),
(2379, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),
(2380, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),
(2381, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),
(2382, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),
(2383, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),
(2384, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),
(2385, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),
(2386, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),
(2387, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),
(2388, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),
(2389, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),
(2390, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),
(2391, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),
(2392, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),
(2393, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),
(2394, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),
(2395, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Installer.php'),
(2396, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),
(2397, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),
(2398, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),
(2399, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),
(2400, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),
(2401, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),
(2402, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),
(2403, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),
(2404, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),
(2405, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),
(2406, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),
(2407, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),
(2408, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),
(2409, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),
(2410, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),
(2411, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),
(2412, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),
(2413, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),
(2414, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),
(2415, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),
(2416, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),
(2417, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),
(2418, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),
(2419, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),
(2420, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),
(2421, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),
(2422, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),
(2423, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),
(2424, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),
(2425, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),
(2426, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),
(2427, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),
(2428, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),
(2429, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Plugin.php'),
(2430, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),
(2431, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),
(2432, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),
(2433, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),
(2434, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),
(2435, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),
(2436, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),
(2437, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),
(2438, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),
(2439, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),
(2440, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),
(2441, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),
(2442, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),
(2443, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),
(2444, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),
(2445, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),
(2446, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),
(2447, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),
(2448, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),
(2449, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),
(2450, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),
(2451, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),
(2452, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),
(2453, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),
(2454, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),
(2455, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),
(2456, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),
(2457, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),
(2458, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),
(2459, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),
(2460, 'wp-content/plugins/rocket-lazy-load/vendor/composer/installers/src/bootstrap.php'),
(2461, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/composer.json'),
(2462, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/composer.lock'),
(2463, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Assets.php'),
(2464, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Iframe.php'),
(2465, 'wp-content/plugins/rocket-lazy-load/vendor/wp-media/rocket-lazyload-common/src/Image.php'),
(2466, 'wp-content/plugins/rocket-lazy-load/views/admin-page.php'),
(2467, 'wp-content/plugins/rocket-lazy-load/views/imagify-notice.php'),
(2468, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/banner-772x250.jpg'),
(2469, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/icon-128x128.png'),
(2470, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/icon-256x256.png'),
(2471, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-1.png'),
(2472, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-10.png'),
(2473, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-11.png'),
(2474, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-2.png'),
(2475, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-3.png'),
(2476, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-4.png'),
(2477, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-5.png'),
(2478, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-6.png'),
(2479, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-7.png'),
(2480, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-8.png'),
(2481, 'wp-content/plugins/sendgrid-email-delivery-simplified/assets/screenshot-9.png'),
(2482, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-filters.php'),
(2483, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-mc-optin.php'),
(2484, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx-widget.php'),
(2485, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-nlvx.php'),
(2486, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-settings.php'),
(2487, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-statistics.php'),
(2488, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-tools.php'),
(2489, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/class-sendgrid-virtual-pages.php'),
(2490, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/integration/class-buddypress-override.php'),
(2491, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/integration/class-buddypress.php'),
(2492, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-api.php'),
(2493, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-php.php'),
(2494, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-smtp.php'),
(2495, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/class-sendgrid-translator.php'),
(2496, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/interfaces/class-sendgrid-interface.php'),
(2497, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/sendgrid-api-v3.php'),
(2498, 'wp-content/plugins/sendgrid-email-delivery-simplified/lib/sendgrid/sendgrid-wp-mail.php'),
(2499, 'wp-content/plugins/sendgrid-email-delivery-simplified/readme.txt'),
(2500, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/autoload.php'),
(2501, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/is_mail.php'),
(2502, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/DomainOutOfBoundsException.php'),
(2503, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/LabelOutOfBoundsException.php'),
(2504, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Exception/OutOfBoundsException.php'),
(2505, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/LICENSE'),
(2506, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/punycode/Punycode.php'),
(2507, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/Client.php'),
(2508, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Email.php'),
(2509, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Exception.php'),
(2510, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid/Response.php'),
(2511, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/SendGrid.php'),
(2512, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/api_keys.php'),
(2513, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/asm_groups.php'),
(2514, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/asm_suppressions.php'),
(2515, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/sendgrid-php/resources/global_stats.php'),
(2516, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/smtpapi-php/Smtpapi/Header.php'),
(2517, 'wp-content/plugins/sendgrid-email-delivery-simplified/vendor/smtpapi-php/Smtpapi.php'),
(2518, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/animated-overlay.gif'),
(2519, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),
(2520, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),
(2521, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),
(2522, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),
(2523, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),
(2524, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),
(2525, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),
(2526, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),
(2527, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_222222_256x240.png'),
(2528, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_2e83ff_256x240.png'),
(2529, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_454545_256x240.png'),
(2530, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_888888_256x240.png'),
(2531, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/images/ui-icons_cd0a0a_256x240.png'),
(2532, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/datepicker/smoothness/jquery-ui-1.10.3.custom.css'),
(2533, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/select2.min.css'),
(2534, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/css/sendgrid.css'),
(2535, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/loader.gif'),
(2536, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/logo.png'),
(2537, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/images/logo32.png'),
(2538, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.js'),
(2539, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.symbol.js'),
(2540, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.time.js'),
(2541, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.flot.togglelegend.js'),
(2542, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/jquery.ui.datepicker.js'),
(2543, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/select2.full.min.js'),
(2544, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/sendgrid.settings-v1.7.3.js'),
(2545, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/js/sendgrid.stats-v1.7.3.js'),
(2546, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_compliance.php'),
(2547, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_deliveries.php'),
(2548, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_engagement.php'),
(2549, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/partials/sendgrid_stats_widget.php'),
(2550, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_contextual_help.php'),
(2551, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings.php'),
(2552, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_general.php'),
(2553, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_multisite.php'),
(2554, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_nav.php'),
(2555, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_nlvx.php'),
(2556, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_test_contact.php'),
(2557, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_settings_test_email.php'),
(2558, 'wp-content/plugins/sendgrid-email-delivery-simplified/view/sendgrid_stats.php'),
(2559, 'wp-content/plugins/sendgrid-email-delivery-simplified/wpsendgrid.php'),
(2560, 'wp-content/plugins/user-switching/CODE_OF_CONDUCT.md'),
(2561, 'wp-content/plugins/user-switching/LICENSE'),
(2562, 'wp-content/plugins/user-switching/phpstan.neon.dist'),
(2563, 'wp-content/plugins/user-switching/readme.md'),
(2564, 'wp-content/plugins/user-switching/user-switching.php'),
(2565, 'wp-content/plugins/usersnap/readme.txt'),
(2566, 'wp-content/plugins/usersnap/screenshot-1.png'),
(2567, 'wp-content/plugins/usersnap/screenshot-2.png'),
(2568, 'wp-content/plugins/usersnap/screenshot-3.png'),
(2569, 'wp-content/plugins/usersnap/screenshot-4.png'),
(2570, 'wp-content/plugins/usersnap/screenshot-5.jpg'),
(2571, 'wp-content/plugins/usersnap/screenshot-6.png'),
(2572, 'wp-content/plugins/usersnap/style.css'),
(2573, 'wp-content/plugins/usersnap/usersnap.php'),
(2574, 'wp-content/plugins/usersnap/usersnap_16x16.png'),
(2575, 'wp-content/plugins/usersnap/usersnap_32x32.png'),
(2576, 'wp-content/plugins/usses/usses.php'),
(2577, 'wp-content/plugins/w3-total-cache/Base_Page_Settings.php'),
(2578, 'wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php'),
(2579, 'wp-content/plugins/w3-total-cache/BrowserCache_Core.php'),
(2580, 'wp-content/plugins/w3-total-cache/BrowserCache_Environment.php'),
(2581, 'wp-content/plugins/w3-total-cache/BrowserCache_Environment_Nginx.php'),
(2582, 'wp-content/plugins/w3-total-cache/BrowserCache_Page.php'),
(2583, 'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_QuickReference.php'),
(2584, 'wp-content/plugins/w3-total-cache/BrowserCache_Page_View_SectionSecurity.php'),
(2585, 'wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php'),
(2586, 'wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php'),
(2587, 'wp-content/plugins/w3-total-cache/Cache.php'),
(2588, 'wp-content/plugins/w3-total-cache/CacheFlush.php'),
(2589, 'wp-content/plugins/w3-total-cache/CacheFlush_Locally.php'),
(2590, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin.php'),
(2591, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.js'),
(2592, 'wp-content/plugins/w3-total-cache/CacheGroups_Plugin_Admin_View.php'),
(2593, 'wp-content/plugins/w3-total-cache/Cache_Apc.php'),
(2594, 'wp-content/plugins/w3-total-cache/Cache_Apcu.php'),
(2595, 'wp-content/plugins/w3-total-cache/Cache_Base.php'),
(2596, 'wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php'),
(2597, 'wp-content/plugins/w3-total-cache/Cache_File.php'),
(2598, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php'),
(2599, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php'),
(2600, 'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic_HardDelete.php'),
(2601, 'wp-content/plugins/w3-total-cache/Cache_File_Generic.php'),
(2602, 'wp-content/plugins/w3-total-cache/Cache_Memcache.php'),
(2603, 'wp-content/plugins/w3-total-cache/Cache_Memcached.php'),
(2604, 'wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php'),
(2605, 'wp-content/plugins/w3-total-cache/Cache_Nginx_Memcached.php'),
(2606, 'wp-content/plugins/w3-total-cache/Cache_Redis.php'),
(2607, 'wp-content/plugins/w3-total-cache/Cache_Wincache.php'),
(2608, 'wp-content/plugins/w3-total-cache/Cache_Xcache.php'),
(2609, 'wp-content/plugins/w3-total-cache/CdnEngine.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(2610, 'wp-content/plugins/w3-total-cache/CdnEngine_Azure.php'),
(2611, 'wp-content/plugins/w3-total-cache/CdnEngine_Base.php'),
(2612, 'wp-content/plugins/w3-total-cache/CdnEngine_CloudFront.php'),
(2613, 'wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php'),
(2614, 'wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php'),
(2615, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php'),
(2616, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php'),
(2617, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php'),
(2618, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_CloudFront.php'),
(2619, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php'),
(2620, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php'),
(2621, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php'),
(2622, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_LimeLight.php'),
(2623, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php'),
(2624, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php'),
(2625, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath.php'),
(2626, 'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_StackPath2.php'),
(2627, 'wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php'),
(2628, 'wp-content/plugins/w3-total-cache/CdnEngine_S3.php'),
(2629, 'wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php'),
(2630, 'wp-content/plugins/w3-total-cache/Cdn_AdminActions.php'),
(2631, 'wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php'),
(2632, 'wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php'),
(2633, 'wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php'),
(2634, 'wp-content/plugins/w3-total-cache/Cdn_Core.php'),
(2635, 'wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php'),
(2636, 'wp-content/plugins/w3-total-cache/Cdn_Environment.php'),
(2637, 'wp-content/plugins/w3-total-cache/Cdn_Environment_Nginx.php'),
(2638, 'wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php'),
(2639, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php'),
(2640, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php'),
(2641, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js'),
(2642, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php'),
(2643, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php'),
(2644, 'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php'),
(2645, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php'),
(2646, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php'),
(2647, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js'),
(2648, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php'),
(2649, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php'),
(2650, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php'),
(2651, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php'),
(2652, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php'),
(2653, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php'),
(2654, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css'),
(2655, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js'),
(2656, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php'),
(2657, 'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php'),
(2658, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page.php'),
(2659, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.js'),
(2660, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Page_View.php'),
(2661, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup.php'),
(2662, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Intro.php'),
(2663, 'wp-content/plugins/w3-total-cache/Cdn_LimeLight_Popup_View_Success.php'),
(2664, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page.php'),
(2665, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.js'),
(2666, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Page_View.php'),
(2667, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup.php'),
(2668, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Intro.php'),
(2669, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Success.php'),
(2670, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zone.php'),
(2671, 'wp-content/plugins/w3-total-cache/Cdn_MaxCdn_Popup_View_Zones.php'),
(2672, 'wp-content/plugins/w3-total-cache/Cdn_Page.php'),
(2673, 'wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php'),
(2674, 'wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php'),
(2675, 'wp-content/plugins/w3-total-cache/Cdn_Plugin.php'),
(2676, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php'),
(2677, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php'),
(2678, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.css'),
(2679, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View.js'),
(2680, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Authorized.php'),
(2681, 'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn_View_Unauthorized.php'),
(2682, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php'),
(2683, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php'),
(2684, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js'),
(2685, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php'),
(2686, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php'),
(2687, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php'),
(2688, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php'),
(2689, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php'),
(2690, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php'),
(2691, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Create.php'),
(2692, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php'),
(2693, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php'),
(2694, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php'),
(2695, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js'),
(2696, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php'),
(2697, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php'),
(2698, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php'),
(2699, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php'),
(2700, 'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Regions.php'),
(2701, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem'),
(2702, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php'),
(2703, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php'),
(2704, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php'),
(2705, 'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php'),
(2706, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Api.php'),
(2707, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page.php'),
(2708, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.js'),
(2709, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Page_View.php'),
(2710, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup.php'),
(2711, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Intro.php'),
(2712, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Sites.php'),
(2713, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Stacks.php'),
(2714, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Popup_View_Success.php'),
(2715, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget.php'),
(2716, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.css'),
(2717, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View.js'),
(2718, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Authorized.php'),
(2719, 'wp-content/plugins/w3-total-cache/Cdn_StackPath2_Widget_View_Unauthorized.php'),
(2720, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Api.php'),
(2721, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page.php'),
(2722, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.js'),
(2723, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Page_View.php'),
(2724, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup.php'),
(2725, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Intro.php'),
(2726, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Success.php'),
(2727, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zone.php'),
(2728, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Popup_View_Zones.php'),
(2729, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget.php'),
(2730, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.css'),
(2731, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View.js'),
(2732, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Authorized.php'),
(2733, 'wp-content/plugins/w3-total-cache/Cdn_StackPath_Widget_View_Unauthorized.php'),
(2734, 'wp-content/plugins/w3-total-cache/Cdn_Util.php'),
(2735, 'wp-content/plugins/w3-total-cache/Cdnfsd_CacheFlush.php'),
(2736, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Engine.php'),
(2737, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page.php'),
(2738, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.js'),
(2739, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Page_View.php'),
(2740, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup.php'),
(2741, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distribution.php'),
(2742, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Distributions.php'),
(2743, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Intro.php'),
(2744, 'wp-content/plugins/w3-total-cache/Cdnfsd_CloudFront_Popup_View_Success.php'),
(2745, 'wp-content/plugins/w3-total-cache/Cdnfsd_Core.php'),
(2746, 'wp-content/plugins/w3-total-cache/Cdnfsd_GeneralPage_View.php'),
(2747, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Api.php'),
(2748, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Engine.php'),
(2749, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page.php'),
(2750, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.js'),
(2751, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Page_View.php'),
(2752, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup.php'),
(2753, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Intro.php'),
(2754, 'wp-content/plugins/w3-total-cache/Cdnfsd_LimeLight_Popup_View_Success.php'),
(2755, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Engine.php'),
(2756, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page.php'),
(2757, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.js'),
(2758, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Page_View.php'),
(2759, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup.php'),
(2760, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Intro.php'),
(2761, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Success.php'),
(2762, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zone.php'),
(2763, 'wp-content/plugins/w3-total-cache/Cdnfsd_MaxCdn_Popup_View_Zones.php'),
(2764, 'wp-content/plugins/w3-total-cache/Cdnfsd_Page_View_Header.php'),
(2765, 'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin.php'),
(2766, 'wp-content/plugins/w3-total-cache/Cdnfsd_Plugin_Admin.php'),
(2767, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Engine.php'),
(2768, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page.php'),
(2769, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.js'),
(2770, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Page_View.php'),
(2771, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup.php'),
(2772, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Intro.php'),
(2773, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Sites.php'),
(2774, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Stacks.php'),
(2775, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath2_Popup_View_Success.php'),
(2776, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Engine.php'),
(2777, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page.php'),
(2778, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.js'),
(2779, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Page_View.php'),
(2780, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup.php'),
(2781, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Intro.php'),
(2782, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Success.php'),
(2783, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zone.php'),
(2784, 'wp-content/plugins/w3-total-cache/Cdnfsd_StackPath_Popup_View_Zones.php'),
(2785, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Engine.php'),
(2786, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page.php'),
(2787, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.js'),
(2788, 'wp-content/plugins/w3-total-cache/Cdnfsd_TransparentCDN_Page_View.php'),
(2789, 'wp-content/plugins/w3-total-cache/Cdnfsd_Util.php'),
(2790, 'wp-content/plugins/w3-total-cache/Cli.php'),
(2791, 'wp-content/plugins/w3-total-cache/Config.php'),
(2792, 'wp-content/plugins/w3-total-cache/ConfigCache.php'),
(2793, 'wp-content/plugins/w3-total-cache/ConfigCompiler.php'),
(2794, 'wp-content/plugins/w3-total-cache/ConfigDbStorage.php'),
(2795, 'wp-content/plugins/w3-total-cache/ConfigKeys.php'),
(2796, 'wp-content/plugins/w3-total-cache/ConfigState.php'),
(2797, 'wp-content/plugins/w3-total-cache/ConfigStateNote.php'),
(2798, 'wp-content/plugins/w3-total-cache/ConfigUtil.php'),
(2799, 'wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php'),
(2800, 'wp-content/plugins/w3-total-cache/DbCache_Core.php'),
(2801, 'wp-content/plugins/w3-total-cache/DbCache_Environment.php'),
(2802, 'wp-content/plugins/w3-total-cache/DbCache_Page.php'),
(2803, 'wp-content/plugins/w3-total-cache/DbCache_Plugin.php'),
(2804, 'wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php'),
(2805, 'wp-content/plugins/w3-total-cache/DbCache_Wpdb.php'),
(2806, 'wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php'),
(2807, 'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php'),
(2808, 'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php'),
(2809, 'wp-content/plugins/w3-total-cache/DbCache_WpdbLegacy.php'),
(2810, 'wp-content/plugins/w3-total-cache/DbCache_WpdbNew.php'),
(2811, 'wp-content/plugins/w3-total-cache/Dispatcher.php'),
(2812, 'wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php'),
(2813, 'wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php'),
(2814, 'wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php'),
(2815, 'wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php'),
(2816, 'wp-content/plugins/w3-total-cache/Extension_Amp_Page_View.php'),
(2817, 'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php'),
(2818, 'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php'),
(2819, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php'),
(2820, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php'),
(2821, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Cdn_Page_View.php'),
(2822, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php'),
(2823, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php'),
(2824, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js'),
(2825, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php'),
(2826, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php'),
(2827, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php'),
(2828, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php'),
(2829, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php'),
(2830, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php'),
(2831, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php'),
(2832, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css'),
(2833, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js'),
(2834, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js'),
(2835, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php'),
(2836, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png'),
(2837, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css'),
(2838, 'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php'),
(2839, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php'),
(2840, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php'),
(2841, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php'),
(2842, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php'),
(2843, 'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php'),
(2844, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php'),
(2845, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php'),
(2846, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php'),
(2847, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php'),
(2848, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php'),
(2849, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php'),
(2850, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php'),
(2851, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php'),
(2852, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php'),
(2853, 'wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php'),
(2854, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php'),
(2855, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php'),
(2856, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php'),
(2857, 'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php'),
(2858, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php'),
(2859, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php'),
(2860, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php'),
(2861, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php'),
(2862, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php'),
(2863, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php'),
(2864, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php'),
(2865, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php'),
(2866, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php'),
(2867, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php'),
(2868, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php'),
(2869, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js'),
(2870, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php'),
(2871, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php'),
(2872, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php'),
(2873, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php'),
(2874, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css'),
(2875, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js'),
(2876, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php'),
(2877, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php'),
(2878, 'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php'),
(2879, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php'),
(2880, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php'),
(2881, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php'),
(2882, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php'),
(2883, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php'),
(2884, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php'),
(2885, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php'),
(2886, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css'),
(2887, 'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php'),
(2888, 'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php'),
(2889, 'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php'),
(2890, 'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php'),
(2891, 'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php'),
(2892, 'wp-content/plugins/w3-total-cache/Extensions_AdminActions.php'),
(2893, 'wp-content/plugins/w3-total-cache/Extensions_Page.php'),
(2894, 'wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php'),
(2895, 'wp-content/plugins/w3-total-cache/Extensions_Util.php'),
(2896, 'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin.php'),
(2897, 'wp-content/plugins/w3-total-cache/FeatureShowcase_Plugin_Admin_View.php'),
(2898, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php'),
(2899, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php'),
(2900, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php'),
(2901, 'wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php'),
(2902, 'wp-content/plugins/w3-total-cache/Generic_AdminNotes.php'),
(2903, 'wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php'),
(2904, 'wp-content/plugins/w3-total-cache/Generic_Environment.php'),
(2905, 'wp-content/plugins/w3-total-cache/Generic_Faq.php'),
(2906, 'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js'),
(2907, 'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js'),
(2908, 'wp-content/plugins/w3-total-cache/Generic_Page_About.php'),
(2909, 'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php'),
(2910, 'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css'),
(2911, 'wp-content/plugins/w3-total-cache/Generic_Page_General.php'),
(2912, 'wp-content/plugins/w3-total-cache/Generic_Page_Install.php'),
(2913, 'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog.php'),
(2914, 'wp-content/plugins/w3-total-cache/Generic_Page_PurgeLog_View.php'),
(2915, 'wp-content/plugins/w3-total-cache/Generic_Plugin.php'),
(2916, 'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php'),
(2917, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php'),
(2918, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php'),
(2919, 'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php'),
(2920, 'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin_View_Faq.php'),
(2921, 'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php'),
(2922, 'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php'),
(2923, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid.php'),
(2924, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_AdminActions.php'),
(2925, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_Logo.svg'),
(2926, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.js'),
(2927, 'wp-content/plugins/w3-total-cache/Generic_WidgetBoldGrid_View.php'),
(2928, 'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity.php'),
(2929, 'wp-content/plugins/w3-total-cache/Generic_WidgetCommunity_View.php'),
(2930, 'wp-content/plugins/w3-total-cache/Generic_WidgetServices.php'),
(2931, 'wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php'),
(2932, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js'),
(2933, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php'),
(2934, 'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php'),
(2935, 'wp-content/plugins/w3-total-cache/LICENSE'),
(2936, 'wp-content/plugins/w3-total-cache/Licensing_AdminActions.php'),
(2937, 'wp-content/plugins/w3-total-cache/Licensing_Core.php'),
(2938, 'wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php'),
(2939, 'wp-content/plugins/w3-total-cache/Minify_AutoCss.php'),
(2940, 'wp-content/plugins/w3-total-cache/Minify_AutoJs.php'),
(2941, 'wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php'),
(2942, 'wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php'),
(2943, 'wp-content/plugins/w3-total-cache/Minify_Core.php'),
(2944, 'wp-content/plugins/w3-total-cache/Minify_Environment.php'),
(2945, 'wp-content/plugins/w3-total-cache/Minify_Extract.php'),
(2946, 'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js'),
(2947, 'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js'),
(2948, 'wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php'),
(2949, 'wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php'),
(2950, 'wp-content/plugins/w3-total-cache/Minify_Page.php'),
(2951, 'wp-content/plugins/w3-total-cache/Minify_Plugin.php'),
(2952, 'wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php'),
(2953, 'wp-content/plugins/w3-total-cache/Mobile_Base.php'),
(2954, 'wp-content/plugins/w3-total-cache/Mobile_Redirect.php'),
(2955, 'wp-content/plugins/w3-total-cache/Mobile_Referrer.php'),
(2956, 'wp-content/plugins/w3-total-cache/Mobile_UserAgent.php'),
(2957, 'wp-content/plugins/w3-total-cache/ModuleStatus.php'),
(2958, 'wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php'),
(2959, 'wp-content/plugins/w3-total-cache/ObjectCache_Environment.php'),
(2960, 'wp-content/plugins/w3-total-cache/ObjectCache_Page.php'),
(2961, 'wp-content/plugins/w3-total-cache/ObjectCache_Page_View_PurgeLog.php'),
(2962, 'wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php'),
(2963, 'wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php'),
(2964, 'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php'),
(2965, 'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php'),
(2966, 'wp-content/plugins/w3-total-cache/PageSpeed_Api.php'),
(2967, 'wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php'),
(2968, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css'),
(2969, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js'),
(2970, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php'),
(2971, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_FromApi.php'),
(2972, 'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php'),
(2973, 'wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php'),
(2974, 'wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php'),
(2975, 'wp-content/plugins/w3-total-cache/PgCache_Environment.php'),
(2976, 'wp-content/plugins/w3-total-cache/PgCache_Flush.php'),
(2977, 'wp-content/plugins/w3-total-cache/PgCache_Page.php'),
(2978, 'wp-content/plugins/w3-total-cache/PgCache_Plugin.php'),
(2979, 'wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php'),
(2980, 'wp-content/plugins/w3-total-cache/README.md'),
(2981, 'wp-content/plugins/w3-total-cache/Root_AdminActions.php'),
(2982, 'wp-content/plugins/w3-total-cache/Root_AdminActivation.php'),
(2983, 'wp-content/plugins/w3-total-cache/Root_AdminMenu.php'),
(2984, 'wp-content/plugins/w3-total-cache/Root_Environment.php'),
(2985, 'wp-content/plugins/w3-total-cache/Root_Loader.php'),
(2986, 'wp-content/plugins/w3-total-cache/SetupGuide_Plugin_Admin.php'),
(2987, 'wp-content/plugins/w3-total-cache/Support_AdminActions.php'),
(2988, 'wp-content/plugins/w3-total-cache/Support_Page.php'),
(2989, 'wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php'),
(2990, 'wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php'),
(2991, 'wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php'),
(2992, 'wp-content/plugins/w3-total-cache/SystemOpCache_Core.php'),
(2993, 'wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php'),
(2994, 'wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php'),
(2995, 'wp-content/plugins/w3-total-cache/UsageStatistics_AdminActions.php'),
(2996, 'wp-content/plugins/w3-total-cache/UsageStatistics_Core.php'),
(2997, 'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage.php'),
(2998, 'wp-content/plugins/w3-total-cache/UsageStatistics_GeneralPage_View.php'),
(2999, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page.php'),
(3000, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_DbRequests_View.php'),
(3001, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_ObjectCacheLog_View.php'),
(3002, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_PageCacheRequests_View.php'),
(3003, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.css'),
(3004, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.js'),
(3005, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View.php'),
(3006, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Ad.php'),
(3007, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Disabled.php'),
(3008, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_Free.php'),
(3009, 'wp-content/plugins/w3-total-cache/UsageStatistics_Page_View_NoDebugMode.php'),
(3010, 'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php'),
(3011, 'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php'),
(3012, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_AccessLog.php'),
(3013, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_DbQueriesLog.php'),
(3014, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_ObjectCacheLog.php'),
(3015, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_PageCacheLog.php'),
(3016, 'wp-content/plugins/w3-total-cache/UsageStatistics_Source_Wpdb.php'),
(3017, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources.php'),
(3018, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Apc.php'),
(3019, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Memcached.php'),
(3020, 'wp-content/plugins/w3-total-cache/UsageStatistics_Sources_Redis.php'),
(3021, 'wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php'),
(3022, 'wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php'),
(3023, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php'),
(3024, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js'),
(3025, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php'),
(3026, 'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php'),
(3027, 'wp-content/plugins/w3-total-cache/UserExperience_Emoji_Extension.php'),
(3028, 'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage.php'),
(3029, 'wp-content/plugins/w3-total-cache/UserExperience_GeneralPage_View.php'),
(3030, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_GoogleMapsEasy.php'),
(3031, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMapPlugin.php'),
(3032, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_GoogleMaps_WPGoogleMaps.php'),
(3033, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator.php'),
(3034, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Picture.php'),
(3035, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Mutator_Unmutable.php'),
(3036, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Page_View.php'),
(3037, 'wp-content/plugins/w3-total-cache/UserExperience_LazyLoad_Plugin.php'),
(3038, 'wp-content/plugins/w3-total-cache/UserExperience_OEmbed_Extension.php'),
(3039, 'wp-content/plugins/w3-total-cache/UserExperience_Page.php'),
(3040, 'wp-content/plugins/w3-total-cache/UserExperience_Page_View.php'),
(3041, 'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Admin.php'),
(3042, 'wp-content/plugins/w3-total-cache/UserExperience_Plugin_Jquery.php'),
(3043, 'wp-content/plugins/w3-total-cache/Util_Activation.php'),
(3044, 'wp-content/plugins/w3-total-cache/Util_Admin.php'),
(3045, 'wp-content/plugins/w3-total-cache/Util_AttachToActions.php'),
(3046, 'wp-content/plugins/w3-total-cache/Util_Bus.php'),
(3047, 'wp-content/plugins/w3-total-cache/Util_ConfigLabel.php'),
(3048, 'wp-content/plugins/w3-total-cache/Util_Content.php'),
(3049, 'wp-content/plugins/w3-total-cache/Util_Debug.php'),
(3050, 'wp-content/plugins/w3-total-cache/Util_DebugPurgeLog_Reader.php'),
(3051, 'wp-content/plugins/w3-total-cache/Util_Environment.php'),
(3052, 'wp-content/plugins/w3-total-cache/Util_Environment_Exception.php'),
(3053, 'wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php'),
(3054, 'wp-content/plugins/w3-total-cache/Util_File.php'),
(3055, 'wp-content/plugins/w3-total-cache/Util_Http.php'),
(3056, 'wp-content/plugins/w3-total-cache/Util_Installed.php'),
(3057, 'wp-content/plugins/w3-total-cache/Util_Mime.php'),
(3058, 'wp-content/plugins/w3-total-cache/Util_PageUrls.php'),
(3059, 'wp-content/plugins/w3-total-cache/Util_Request.php'),
(3060, 'wp-content/plugins/w3-total-cache/Util_Rule.php'),
(3061, 'wp-content/plugins/w3-total-cache/Util_Theme.php'),
(3062, 'wp-content/plugins/w3-total-cache/Util_Ui.php'),
(3063, 'wp-content/plugins/w3-total-cache/Util_UsageStatistics.php'),
(3064, 'wp-content/plugins/w3-total-cache/Util_Widget.php'),
(3065, 'wp-content/plugins/w3-total-cache/Util_WpFile.php'),
(3066, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php'),
(3067, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php'),
(3068, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php'),
(3069, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php'),
(3070, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php'),
(3071, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php'),
(3072, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php'),
(3073, 'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php'),
(3074, 'wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php'),
(3075, 'wp-content/plugins/w3-total-cache/Varnish_Flush.php'),
(3076, 'wp-content/plugins/w3-total-cache/Varnish_Plugin.php'),
(3077, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php'),
(3078, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php'),
(3079, 'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php'),
(3080, 'wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php'),
(3081, 'wp-content/plugins/w3-total-cache/inc/define.php'),
(3082, 'wp-content/plugins/w3-total-cache/inc/email/index.html'),
(3083, 'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html'),
(3084, 'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php'),
(3085, 'wp-content/plugins/w3-total-cache/inc/email/support_request.php'),
(3086, 'wp-content/plugins/w3-total-cache/inc/error.php'),
(3087, 'wp-content/plugins/w3-total-cache/inc/index.html'),
(3088, 'wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php'),
(3089, 'wp-content/plugins/w3-total-cache/inc/lightbox/index.html'),
(3090, 'wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php'),
(3091, 'wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php'),
(3092, 'wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php'),
(3093, 'wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php'),
(3094, 'wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php'),
(3095, 'wp-content/plugins/w3-total-cache/inc/mime/all.php'),
(3096, 'wp-content/plugins/w3-total-cache/inc/mime/cssjs.php'),
(3097, 'wp-content/plugins/w3-total-cache/inc/mime/html.php'),
(3098, 'wp-content/plugins/w3-total-cache/inc/mime/index.html'),
(3099, 'wp-content/plugins/w3-total-cache/inc/mime/other.php'),
(3100, 'wp-content/plugins/w3-total-cache/inc/options/about.php'),
(3101, 'wp-content/plugins/w3-total-cache/inc/options/browsercache.php'),
(3102, 'wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php'),
(3103, 'wp-content/plugins/w3-total-cache/inc/options/cdn/att.php'),
(3104, 'wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php'),
(3105, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php'),
(3106, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php'),
(3107, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php'),
(3108, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php'),
(3109, 'wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html'),
(3110, 'wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php'),
(3111, 'wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php'),
(3112, 'wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php'),
(3113, 'wp-content/plugins/w3-total-cache/inc/options/cdn/index.html'),
(3114, 'wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php'),
(3115, 'wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php'),
(3116, 'wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php'),
(3117, 'wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php'),
(3118, 'wp-content/plugins/w3-total-cache/inc/options/cdn.php'),
(3119, 'wp-content/plugins/w3-total-cache/inc/options/common/footer.php'),
(3120, 'wp-content/plugins/w3-total-cache/inc/options/common/header.php'),
(3121, 'wp-content/plugins/w3-total-cache/inc/options/common/index.html'),
(3122, 'wp-content/plugins/w3-total-cache/inc/options/dashboard.php'),
(3123, 'wp-content/plugins/w3-total-cache/inc/options/dbcache.php'),
(3124, 'wp-content/plugins/w3-total-cache/inc/options/edd/buy.php'),
(3125, 'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php'),
(3126, 'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php'),
(3127, 'wp-content/plugins/w3-total-cache/inc/options/extensions/list.php'),
(3128, 'wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php'),
(3129, 'wp-content/plugins/w3-total-cache/inc/options/extensions.php'),
(3130, 'wp-content/plugins/w3-total-cache/inc/options/general.php'),
(3131, 'wp-content/plugins/w3-total-cache/inc/options/index.html'),
(3132, 'wp-content/plugins/w3-total-cache/inc/options/install.php'),
(3133, 'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php'),
(3134, 'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php'),
(3135, 'wp-content/plugins/w3-total-cache/inc/options/minify/css.php'),
(3136, 'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php'),
(3137, 'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php'),
(3138, 'wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php'),
(3139, 'wp-content/plugins/w3-total-cache/inc/options/minify/html.php'),
(3140, 'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php'),
(3141, 'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php'),
(3142, 'wp-content/plugins/w3-total-cache/inc/options/minify/index.html'),
(3143, 'wp-content/plugins/w3-total-cache/inc/options/minify/js.php'),
(3144, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php'),
(3145, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php'),
(3146, 'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php'),
(3147, 'wp-content/plugins/w3-total-cache/inc/options/minify.php'),
(3148, 'wp-content/plugins/w3-total-cache/inc/options/objectcache.php'),
(3149, 'wp-content/plugins/w3-total-cache/inc/options/parts/dashboard_banner.php'),
(3150, 'wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php'),
(3151, 'wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php'),
(3152, 'wp-content/plugins/w3-total-cache/inc/options/parts/redis.php'),
(3153, 'wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php'),
(3154, 'wp-content/plugins/w3-total-cache/inc/options/pgcache.php'),
(3155, 'wp-content/plugins/w3-total-cache/inc/options/support.php'),
(3156, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php'),
(3157, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php'),
(3158, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php'),
(3159, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php'),
(3160, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php'),
(3161, 'wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php'),
(3162, 'wp-content/plugins/w3-total-cache/inc/popup/common/footer.php'),
(3163, 'wp-content/plugins/w3-total-cache/inc/popup/common/header.php'),
(3164, 'wp-content/plugins/w3-total-cache/inc/popup/common/index.html'),
(3165, 'wp-content/plugins/w3-total-cache/inc/popup/index.html'),
(3166, 'wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php'),
(3167, 'wp-content/plugins/w3-total-cache/inc/widget/index.html'),
(3168, 'wp-content/plugins/w3-total-cache/inc/widget/latest.php'),
(3169, 'wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php'),
(3170, 'wp-content/plugins/w3-total-cache/inc/widget/latest_control.php'),
(3171, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news.php'),
(3172, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php'),
(3173, 'wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php'),
(3174, 'wp-content/plugins/w3-total-cache/inc/wizard/template.php'),
(3175, 'wp-content/plugins/w3-total-cache/index.html'),
(3176, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_deflate.conf'),
(3177, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_expires.conf'),
(3178, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_mime.conf'),
(3179, 'wp-content/plugins/w3-total-cache/ini/apache_conf/mod_rewrite.conf'),
(3180, 'wp-content/plugins/w3-total-cache/ini/apc.ini'),
(3181, 'wp-content/plugins/w3-total-cache/ini/config-db-sample.php'),
(3182, 'wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php'),
(3183, 'wp-content/plugins/w3-total-cache/ini/eaccelerator.ini'),
(3184, 'wp-content/plugins/w3-total-cache/ini/index.html'),
(3185, 'wp-content/plugins/w3-total-cache/ini/memcache.ini'),
(3186, 'wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf'),
(3187, 'wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf'),
(3188, 'wp-content/plugins/w3-total-cache/ini/opcache.ini'),
(3189, 'wp-content/plugins/w3-total-cache/ini/php.append.ini'),
(3190, 'wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt'),
(3191, 'wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl'),
(3192, 'wp-content/plugins/w3-total-cache/ini/web.config'),
(3193, 'wp-content/plugins/w3-total-cache/ini/xcache.ini'),
(3194, 'wp-content/plugins/w3-total-cache/languages/ar.mo'),
(3195, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po'),
(3196, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo'),
(3197, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po'),
(3198, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po'),
(3199, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo'),
(3200, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po'),
(3201, 'wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot'),
(3202, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/AbstractModel.php'),
(3203, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ApiProvider.php'),
(3204, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DateTimeResult.php'),
(3205, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/DocModel.php'),
(3206, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonParserTrait.php'),
(3207, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/JsonRpcErrorParser.php'),
(3208, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/RestJsonErrorParser.php'),
(3209, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ErrorParser/XmlErrorParser.php'),
(3210, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ListShape.php'),
(3211, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/MapShape.php'),
(3212, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Operation.php'),
(3213, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractParser.php'),
(3214, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/AbstractRestParser.php'),
(3215, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Crc32ValidatingParser.php'),
(3216, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/DecodingEventStreamIterator.php'),
(3217, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/EventParsingIterator.php'),
(3218, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/Exception/ParserException.php'),
(3219, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonParser.php'),
(3220, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/JsonRpcParser.php'),
(3221, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/PayloadParserTrait.php'),
(3222, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/QueryParser.php'),
(3223, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestJsonParser.php'),
(3224, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/RestXmlParser.php'),
(3225, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Parser/XmlParser.php'),
(3226, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/Ec2ParamBuilder.php'),
(3227, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonBody.php'),
(3228, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/JsonRpcSerializer.php'),
(3229, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QueryParamBuilder.php'),
(3230, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/QuerySerializer.php'),
(3231, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestJsonSerializer.php'),
(3232, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestSerializer.php'),
(3233, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/RestXmlSerializer.php'),
(3234, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Serializer/XmlBody.php'),
(3235, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Service.php'),
(3236, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Shape.php'),
(3237, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/ShapeMap.php'),
(3238, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/StructureShape.php'),
(3239, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/TimestampShape.php'),
(3240, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Api/Validator.php'),
(3241, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClient.php'),
(3242, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientInterface.php'),
(3243, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/AwsClientTrait.php'),
(3244, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CacheInterface.php'),
(3245, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientResolver.php'),
(3246, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/AbstractMonitoringMiddleware.php'),
(3247, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallAttemptMonitoringMiddleware.php'),
(3248, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ApiCallMonitoringMiddleware.php'),
(3249, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Configuration.php'),
(3250, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationInterface.php'),
(3251, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/ConfigurationProvider.php'),
(3252, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/Exception/ConfigurationException.php'),
(3253, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ClientSideMonitoring/MonitoringMiddlewareInterface.php'),
(3254, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CloudFrontClient.php'),
(3255, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/CookieSigner.php'),
(3256, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Exception/CloudFrontException.php'),
(3257, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/Signer.php'),
(3258, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CloudFront/UrlSigner.php'),
(3259, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Command.php'),
(3260, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandInterface.php'),
(3261, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/CommandPool.php'),
(3262, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/AssumeRoleCredentialProvider.php'),
(3263, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialProvider.php'),
(3264, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/Credentials.php'),
(3265, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/CredentialsInterface.php'),
(3266, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/EcsCredentialProvider.php'),
(3267, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Credentials/InstanceProfileProvider.php'),
(3268, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/DoctrineCacheAdapter.php'),
(3269, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/EndpointProvider.php'),
(3270, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/Partition.php'),
(3271, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionEndpointProvider.php'),
(3272, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PartitionInterface.php'),
(3273, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Endpoint/PatternEndpointProvider.php'),
(3274, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Configuration.php'),
(3275, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationInterface.php'),
(3276, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/ConfigurationProvider.php'),
(3277, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointDiscoveryMiddleware.php'),
(3278, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/EndpointList.php'),
(3279, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointDiscovery/Exception/ConfigurationException.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(3280, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/EndpointParameterMiddleware.php'),
(3281, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/AwsException.php'),
(3282, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CouldNotCreateChecksumException.php'),
(3283, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/CredentialsException.php'),
(3284, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/EventStreamDataException.php'),
(3285, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/MultipartUploadException.php'),
(3286, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedApiException.php'),
(3287, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedEndpointException.php'),
(3288, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Exception/UnresolvedSignatureException.php'),
(3289, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleHandler.php'),
(3290, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/GuzzleStream.php'),
(3291, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV5/PsrStream.php'),
(3292, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Handler/GuzzleV6/GuzzleHandler.php'),
(3293, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HandlerList.php'),
(3294, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasDataTrait.php'),
(3295, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HasMonitoringEventsTrait.php'),
(3296, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashInterface.php'),
(3297, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/HashingStream.php'),
(3298, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/History.php'),
(3299, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/IdempotencyTokenMiddleware.php'),
(3300, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/JsonCompiler.php'),
(3301, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/LruArrayCache.php'),
(3302, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Middleware.php'),
(3303, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MockHandler.php'),
(3304, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MonitoringEventsInterface.php'),
(3305, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/MultiRegionClient.php'),
(3306, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PhpHash.php'),
(3307, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PresignUrlMiddleware.php'),
(3308, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Psr16CacheAdapter.php'),
(3309, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/PsrCacheAdapter.php'),
(3310, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResponseContainerInterface.php'),
(3311, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Result.php'),
(3312, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultInterface.php'),
(3313, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/ResultPaginator.php'),
(3314, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/RetryMiddleware.php'),
(3315, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/AmbiguousSuccessParser.php'),
(3316, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ApplyChecksumMiddleware.php'),
(3317, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BatchDelete.php'),
(3318, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/BucketEndpointMiddleware.php'),
(3319, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/CryptoParamsTrait.php'),
(3320, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/HeadersMetadataStrategy.php'),
(3321, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/InstructionFileMetadataStrategy.php'),
(3322, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionClient.php'),
(3323, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Crypto/S3EncryptionMultipartUploader.php'),
(3324, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/DeleteMultipleObjectsException.php'),
(3325, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/PermanentRedirectException.php'),
(3326, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3Exception.php'),
(3327, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Exception/S3MultipartUploadException.php'),
(3328, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/GetBucketLocationParser.php'),
(3329, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartCopy.php'),
(3330, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploader.php'),
(3331, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/MultipartUploadingTrait.php'),
(3332, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectCopier.php'),
(3333, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/ObjectUploader.php'),
(3334, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PermanentRedirectMiddleware.php'),
(3335, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObject.php'),
(3336, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PostObjectV4.php'),
(3337, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/PutObjectUrlMiddleware.php'),
(3338, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/RetryableMalformedResponseParser.php'),
(3339, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3Client.php'),
(3340, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientInterface.php'),
(3341, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3ClientTrait.php'),
(3342, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3EndpointMiddleware.php'),
(3343, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3MultiRegionClient.php'),
(3344, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/S3UriParser.php'),
(3345, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/SSECMiddleware.php'),
(3346, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/StreamWrapper.php'),
(3347, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/S3/Transfer.php'),
(3348, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sdk.php'),
(3349, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/AnonymousSignature.php'),
(3350, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/S3SignatureV4.php'),
(3351, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureInterface.php'),
(3352, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureProvider.php'),
(3353, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureTrait.php'),
(3354, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Signature/SignatureV4.php'),
(3355, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/InvalidSnsMessageException.php'),
(3356, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Exception/SnsException.php'),
(3357, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/Message.php'),
(3358, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/MessageValidator.php'),
(3359, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Sns/SnsClient.php'),
(3360, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/TraceMiddleware.php'),
(3361, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/Waiter.php'),
(3362, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/WrappedHttpHandler.php'),
(3363, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/api-2.json.php'),
(3364, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/paginators-1.json.php'),
(3365, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2015-07-27/waiters-2.json.php'),
(3366, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/api-2.json.php'),
(3367, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/paginators-1.json.php'),
(3368, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-01-28/waiters-2.json.php'),
(3369, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/api-2.json.php'),
(3370, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/paginators-1.json.php'),
(3371, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-01/waiters-2.json.php'),
(3372, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/api-2.json.php'),
(3373, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/paginators-1.json.php'),
(3374, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-08-20/waiters-2.json.php'),
(3375, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/api-2.json.php'),
(3376, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/paginators-1.json.php'),
(3377, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-1.json.php'),
(3378, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-07/waiters-2.json.php'),
(3379, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/api-2.json.php'),
(3380, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/paginators-1.json.php'),
(3381, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-1.json.php'),
(3382, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-09-29/waiters-2.json.php'),
(3383, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/api-2.json.php'),
(3384, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/paginators-1.json.php'),
(3385, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-1.json.php'),
(3386, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2016-11-25/waiters-2.json.php'),
(3387, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/api-2.json.php'),
(3388, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/paginators-1.json.php'),
(3389, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-1.json.php'),
(3390, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-03-25/waiters-2.json.php'),
(3391, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/api-2.json.php'),
(3392, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/paginators-1.json.php'),
(3393, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/smoke.json.php'),
(3394, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-1.json.php'),
(3395, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2017-10-30/waiters-2.json.php'),
(3396, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/api-2.json.php'),
(3397, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/paginators-1.json.php'),
(3398, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/smoke.json.php'),
(3399, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-1.json.php'),
(3400, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-06-18/waiters-2.json.php'),
(3401, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/api-2.json.php'),
(3402, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/paginators-1.json.php'),
(3403, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/smoke.json.php'),
(3404, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-1.json.php'),
(3405, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/cloudfront/2018-11-05/waiters-2.json.php'),
(3406, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints.json.php'),
(3407, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/endpoints_prefix_history.json.php'),
(3408, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/manifest.json.php'),
(3409, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/api-2.json.php'),
(3410, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/paginators-1.json.php'),
(3411, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/smoke.json.php'),
(3412, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-1.json.php'),
(3413, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/s3/2006-03-01/waiters-2.json.php'),
(3414, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/api-2.json.php'),
(3415, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/paginators-1.json.php'),
(3416, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/data/sns/2010-03-31/smoke.json.php'),
(3417, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/functions.php'),
(3418, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/Exception/signerException.php'),
(3419, 'wp-content/plugins/w3-total-cache/lib/Aws/Aws/signer/signerClient.php'),
(3420, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Client.php'),
(3421, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/ClientInterface.php'),
(3422, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJar.php'),
(3423, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/CookieJarInterface.php'),
(3424, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/FileCookieJar.php'),
(3425, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SessionCookieJar.php'),
(3426, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Cookie/SetCookie.php'),
(3427, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/BadResponseException.php'),
(3428, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ClientException.php'),
(3429, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ConnectException.php'),
(3430, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/GuzzleException.php'),
(3431, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/RequestException.php'),
(3432, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/SeekException.php'),
(3433, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/ServerException.php'),
(3434, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TooManyRedirectsException.php'),
(3435, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Exception/TransferException.php'),
(3436, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactory.php'),
(3437, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlFactoryInterface.php'),
(3438, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlHandler.php'),
(3439, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/CurlMultiHandler.php'),
(3440, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/EasyHandle.php'),
(3441, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/MockHandler.php'),
(3442, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/Proxy.php'),
(3443, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Handler/StreamHandler.php'),
(3444, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/HandlerStack.php'),
(3445, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/MessageFormatter.php'),
(3446, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Middleware.php'),
(3447, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Pool.php'),
(3448, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/PrepareBodyMiddleware.php'),
(3449, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/AggregateException.php'),
(3450, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/CancellationException.php'),
(3451, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Coroutine.php'),
(3452, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/EachPromise.php'),
(3453, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/FulfilledPromise.php'),
(3454, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/Promise.php'),
(3455, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromiseInterface.php'),
(3456, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/PromisorInterface.php'),
(3457, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectedPromise.php'),
(3458, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/RejectionException.php'),
(3459, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueue.php'),
(3460, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/TaskQueueInterface.php'),
(3461, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions.php'),
(3462, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Promise/functions_include.php'),
(3463, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/AppendStream.php'),
(3464, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/BufferStream.php'),
(3465, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/CachingStream.php'),
(3466, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/DroppingStream.php'),
(3467, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/FnStream.php'),
(3468, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/InflateStream.php'),
(3469, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LazyOpenStream.php'),
(3470, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/LimitStream.php'),
(3471, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MessageTrait.php'),
(3472, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/MultipartStream.php'),
(3473, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/NoSeekStream.php'),
(3474, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/PumpStream.php'),
(3475, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Request.php'),
(3476, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Response.php'),
(3477, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Rfc7230.php'),
(3478, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/ServerRequest.php'),
(3479, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Stream.php'),
(3480, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),
(3481, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/StreamWrapper.php'),
(3482, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UploadedFile.php'),
(3483, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/Uri.php'),
(3484, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriNormalizer.php'),
(3485, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/UriResolver.php'),
(3486, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions.php'),
(3487, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/Psr7/functions_include.php'),
(3488, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RedirectMiddleware.php'),
(3489, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RequestOptions.php'),
(3490, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/RetryMiddleware.php'),
(3491, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/TransferStats.php'),
(3492, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/UriTemplate.php'),
(3493, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions.php'),
(3494, 'wp-content/plugins/w3-total-cache/lib/Aws/GuzzleHttp/functions_include.php'),
(3495, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/AstRuntime.php'),
(3496, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/CompilerRuntime.php'),
(3497, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/DebugRuntime.php'),
(3498, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Env.php'),
(3499, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/FnDispatcher.php'),
(3500, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/JmesPath.php'),
(3501, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Lexer.php'),
(3502, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Parser.php'),
(3503, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/SyntaxErrorException.php'),
(3504, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeCompiler.php'),
(3505, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/TreeInterpreter.php'),
(3506, 'wp-content/plugins/w3-total-cache/lib/Aws/JmesPath/Utils.php'),
(3507, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/MessageInterface.php'),
(3508, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/RequestInterface.php'),
(3509, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ResponseInterface.php'),
(3510, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/ServerRequestInterface.php'),
(3511, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/StreamInterface.php'),
(3512, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UploadedFileInterface.php'),
(3513, 'wp-content/plugins/w3-total-cache/lib/Aws/Psr/Http/Message/UriInterface.php'),
(3514, 'wp-content/plugins/w3-total-cache/lib/Aws/README.md'),
(3515, 'wp-content/plugins/w3-total-cache/lib/Aws/aws-autoloader.php'),
(3516, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php'),
(3517, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php'),
(3518, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php'),
(3519, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php'),
(3520, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php'),
(3521, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php'),
(3522, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php'),
(3523, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php'),
(3524, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php'),
(3525, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php'),
(3526, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php'),
(3527, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php'),
(3528, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php'),
(3529, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php'),
(3530, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php'),
(3531, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php'),
(3532, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php'),
(3533, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php'),
(3534, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php'),
(3535, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php'),
(3536, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php'),
(3537, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php'),
(3538, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php'),
(3539, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php'),
(3540, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php'),
(3541, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php'),
(3542, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php'),
(3543, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php'),
(3544, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php'),
(3545, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php'),
(3546, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php'),
(3547, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php'),
(3548, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php'),
(3549, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php'),
(3550, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php'),
(3551, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php'),
(3552, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php'),
(3553, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php'),
(3554, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php'),
(3555, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php'),
(3556, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php'),
(3557, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'),
(3558, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php'),
(3559, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php'),
(3560, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php'),
(3561, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php'),
(3562, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php'),
(3563, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php'),
(3564, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php'),
(3565, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php'),
(3566, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php'),
(3567, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php'),
(3568, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php'),
(3569, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php'),
(3570, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php'),
(3571, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php'),
(3572, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php'),
(3573, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php'),
(3574, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php'),
(3575, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),
(3576, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php'),
(3577, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php'),
(3578, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php'),
(3579, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php'),
(3580, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php'),
(3581, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php'),
(3582, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php'),
(3583, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php'),
(3584, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php'),
(3585, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php'),
(3586, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php'),
(3587, 'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php'),
(3588, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php'),
(3589, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php'),
(3590, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php'),
(3591, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php'),
(3592, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php'),
(3593, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php'),
(3594, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php'),
(3595, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php'),
(3596, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php'),
(3597, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php'),
(3598, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php'),
(3599, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php'),
(3600, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php'),
(3601, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php'),
(3602, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php'),
(3603, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php'),
(3604, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php'),
(3605, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php'),
(3606, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php'),
(3607, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php'),
(3608, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php'),
(3609, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php'),
(3610, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php'),
(3611, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php'),
(3612, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php'),
(3613, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php'),
(3614, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php'),
(3615, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php'),
(3616, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php'),
(3617, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php'),
(3618, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php'),
(3619, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php'),
(3620, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php'),
(3621, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php'),
(3622, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php'),
(3623, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php'),
(3624, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php'),
(3625, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php'),
(3626, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php'),
(3627, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php'),
(3628, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php'),
(3629, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php'),
(3630, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php'),
(3631, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php'),
(3632, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php'),
(3633, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php'),
(3634, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php'),
(3635, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php'),
(3636, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php'),
(3637, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php'),
(3638, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php'),
(3639, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php'),
(3640, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php'),
(3641, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php'),
(3642, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php'),
(3643, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php'),
(3644, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php'),
(3645, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php'),
(3646, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php'),
(3647, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php'),
(3648, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),
(3649, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php'),
(3650, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php'),
(3651, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php'),
(3652, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php'),
(3653, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php'),
(3654, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php'),
(3655, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php'),
(3656, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php'),
(3657, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php'),
(3658, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php'),
(3659, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php'),
(3660, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php'),
(3661, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php'),
(3662, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php'),
(3663, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php'),
(3664, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php'),
(3665, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php'),
(3666, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php'),
(3667, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php'),
(3668, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php'),
(3669, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php'),
(3670, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php'),
(3671, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php'),
(3672, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php'),
(3673, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php'),
(3674, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php'),
(3675, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php'),
(3676, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php'),
(3677, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php'),
(3678, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php'),
(3679, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php'),
(3680, 'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php'),
(3681, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php'),
(3682, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php'),
(3683, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php'),
(3684, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php'),
(3685, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php'),
(3686, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php'),
(3687, 'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php'),
(3688, 'wp-content/plugins/w3-total-cache/lib/Azure/loader.php'),
(3689, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php'),
(3690, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php'),
(3691, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php'),
(3692, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php'),
(3693, 'wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html'),
(3694, 'wp-content/plugins/w3-total-cache/lib/Db/mssql.php'),
(3695, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php'),
(3696, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php'),
(3697, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php'),
(3698, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php'),
(3699, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php'),
(3700, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php'),
(3701, 'wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php'),
(3702, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php'),
(3703, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php'),
(3704, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php'),
(3705, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php'),
(3706, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php'),
(3707, 'wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php'),
(3708, 'wp-content/plugins/w3-total-cache/lib/Google/Client.php'),
(3709, 'wp-content/plugins/w3-total-cache/lib/Google/Collection.php'),
(3710, 'wp-content/plugins/w3-total-cache/lib/Google/Config.php'),
(3711, 'wp-content/plugins/w3-total-cache/lib/Google/Exception.php'),
(3712, 'wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php'),
(3713, 'wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php'),
(3714, 'wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php'),
(3715, 'wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php'),
(3716, 'wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php'),
(3717, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php'),
(3718, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php'),
(3719, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php'),
(3720, 'wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php'),
(3721, 'wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem'),
(3722, 'wp-content/plugins/w3-total-cache/lib/Google/Model.php'),
(3723, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php'),
(3724, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php'),
(3725, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php'),
(3726, 'wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php'),
(3727, 'wp-content/plugins/w3-total-cache/lib/Google/Service.php'),
(3728, 'wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php'),
(3729, 'wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php'),
(3730, 'wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php'),
(3731, 'wp-content/plugins/w3-total-cache/lib/Google/Utils.php'),
(3732, 'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php'),
(3733, 'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php'),
(3734, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php'),
(3735, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php'),
(3736, 'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html'),
(3737, 'wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php'),
(3738, 'wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php'),
(3739, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php'),
(3740, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php'),
(3741, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php'),
(3742, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html'),
(3743, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php'),
(3744, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php'),
(3745, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php'),
(3746, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php'),
(3747, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php'),
(3748, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html'),
(3749, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php'),
(3750, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php'),
(3751, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php'),
(3752, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php'),
(3753, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php'),
(3754, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php'),
(3755, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php'),
(3756, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php'),
(3757, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php'),
(3758, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html'),
(3759, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php'),
(3760, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php'),
(3761, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php'),
(3762, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php'),
(3763, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php'),
(3764, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php'),
(3765, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php'),
(3766, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php'),
(3767, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html'),
(3768, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php'),
(3769, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php'),
(3770, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php'),
(3771, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php'),
(3772, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php'),
(3773, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php'),
(3774, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java'),
(3775, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php'),
(3776, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php'),
(3777, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html'),
(3778, 'wp-content/plugins/w3-total-cache/lib/Minify/Minify.php'),
(3779, 'wp-content/plugins/w3-total-cache/lib/Minify/index.html'),
(3780, 'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php'),
(3781, 'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php'),
(3782, 'wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php'),
(3783, 'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php'),
(3784, 'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php'),
(3785, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php'),
(3786, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php'),
(3787, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php'),
(3788, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php'),
(3789, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php'),
(3790, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php'),
(3791, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php'),
(3792, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php'),
(3793, 'wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php'),
(3794, 'wp-content/plugins/w3-total-cache/lib/Nusoap/index.html'),
(3795, 'wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php'),
(3796, 'wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php'),
(3797, 'wp-content/plugins/w3-total-cache/lib/S3Compatible.php'),
(3798, 'wp-content/plugins/w3-total-cache/lib/SNS/README.md'),
(3799, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE'),
(3800, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md'),
(3801, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem'),
(3802, 'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php'),
(3803, 'wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php'),
(3804, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php'),
(3805, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php'),
(3806, 'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php'),
(3807, 'wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php'),
(3808, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php'),
(3809, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php'),
(3810, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php'),
(3811, 'wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php'),
(3812, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Colors.php'),
(3813, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Command.php'),
(3814, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Minifier.php'),
(3815, 'wp-content/plugins/w3-total-cache/lib/YuiCssMin/Utils.php'),
(3816, 'wp-content/plugins/w3-total-cache/lib/index.html'),
(3817, 'wp-content/plugins/w3-total-cache/press.txt'),
(3818, 'wp-content/plugins/w3-total-cache/pub/css/error.css'),
(3819, 'wp-content/plugins/w3-total-cache/pub/css/feature-showcase.css'),
(3820, 'wp-content/plugins/w3-total-cache/pub/css/index.html'),
(3821, 'wp-content/plugins/w3-total-cache/pub/css/lightbox.css'),
(3822, 'wp-content/plugins/w3-total-cache/pub/css/options.css'),
(3823, 'wp-content/plugins/w3-total-cache/pub/css/popup.css'),
(3824, 'wp-content/plugins/w3-total-cache/pub/css/setup-guide.css'),
(3825, 'wp-content/plugins/w3-total-cache/pub/css/widget.css'),
(3826, 'wp-content/plugins/w3-total-cache/pub/css/wizard.css'),
(3827, 'wp-content/plugins/w3-total-cache/pub/fonts/source-a.svg'),
(3828, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.eot'),
(3829, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.svg'),
(3830, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.ttf'),
(3831, 'wp-content/plugins/w3-total-cache/pub/fonts/w3tc.woff'),
(3832, 'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png'),
(3833, 'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png'),
(3834, 'wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png'),
(3835, 'wp-content/plugins/w3-total-cache/pub/img/button-grad.png'),
(3836, 'wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png'),
(3837, 'wp-content/plugins/w3-total-cache/pub/img/close.png'),
(3838, 'wp-content/plugins/w3-total-cache/pub/img/google-logo.png'),
(3839, 'wp-content/plugins/w3-total-cache/pub/img/index.html'),
(3840, 'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-left.png'),
(3841, 'wp-content/plugins/w3-total-cache/pub/img/moon-bottom-right.png'),
(3842, 'wp-content/plugins/w3-total-cache/pub/img/open.png'),
(3843, 'wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png'),
(3844, 'wp-content/plugins/w3-total-cache/pub/img/overlay/gauge-bg-tp.png'),
(3845, 'wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png'),
(3846, 'wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png'),
(3847, 'wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png'),
(3848, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png'),
(3849, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png'),
(3850, 'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png'),
(3851, 'wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png'),
(3852, 'wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png'),
(3853, 'wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(3854, 'wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png'),
(3855, 'wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif'),
(3856, 'wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif'),
(3857, 'wp-content/plugins/w3-total-cache/pub/img/ps_scores.png'),
(3858, 'wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png'),
(3859, 'wp-content/plugins/w3-total-cache/pub/img/stats-bg.png'),
(3860, 'wp-content/plugins/w3-total-cache/pub/img/transparent-comet-moon.png'),
(3861, 'wp-content/plugins/w3-total-cache/pub/img/transparent-comet.png'),
(3862, 'wp-content/plugins/w3-total-cache/pub/img/usage-statistics-widget.png'),
(3863, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_cube-shadow.png'),
(3864, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png'),
(3865, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png'),
(3866, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png'),
(3867, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png'),
(3868, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png'),
(3869, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png'),
(3870, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png'),
(3871, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png'),
(3872, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_stackpath_logo.svg'),
(3873, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png'),
(3874, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png'),
(3875, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png'),
(3876, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png'),
(3877, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png'),
(3878, 'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png'),
(3879, 'wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png'),
(3880, 'wp-content/plugins/w3-total-cache/pub/img/white-grad.png'),
(3881, 'wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif'),
(3882, 'wp-content/plugins/w3-total-cache/pub/index.html'),
(3883, 'wp-content/plugins/w3-total-cache/pub/js/chartjs.min.js'),
(3884, 'wp-content/plugins/w3-total-cache/pub/js/feature-counter.js'),
(3885, 'wp-content/plugins/w3-total-cache/pub/js/index.html'),
(3886, 'wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js'),
(3887, 'wp-content/plugins/w3-total-cache/pub/js/lazyload.min.js'),
(3888, 'wp-content/plugins/w3-total-cache/pub/js/lazyload.version.txt'),
(3889, 'wp-content/plugins/w3-total-cache/pub/js/lightbox.js'),
(3890, 'wp-content/plugins/w3-total-cache/pub/js/metadata.js'),
(3891, 'wp-content/plugins/w3-total-cache/pub/js/options-validator.js'),
(3892, 'wp-content/plugins/w3-total-cache/pub/js/options.js'),
(3893, 'wp-content/plugins/w3-total-cache/pub/js/popup.js'),
(3894, 'wp-content/plugins/w3-total-cache/pub/js/setup-guide.js'),
(3895, 'wp-content/plugins/w3-total-cache/pub/js/widget.js'),
(3896, 'wp-content/plugins/w3-total-cache/pub/js/wizard.js'),
(3897, 'wp-content/plugins/w3-total-cache/pub/opcache.php'),
(3898, 'wp-content/plugins/w3-total-cache/pub/sns.php'),
(3899, 'wp-content/plugins/w3-total-cache/readme.txt'),
(3900, 'wp-content/plugins/w3-total-cache/w3-total-cache-api.php'),
(3901, 'wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php'),
(3902, 'wp-content/plugins/w3-total-cache/w3-total-cache.php'),
(3903, 'wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php'),
(3904, 'wp-content/plugins/w3-total-cache/wp-content/db.php'),
(3905, 'wp-content/plugins/w3-total-cache/wp-content/index.html'),
(3906, 'wp-content/plugins/w3-total-cache/wp-content/object-cache.php'),
(3907, 'wp-content/plugins/webp-express/.github/FUNDING.yml'),
(3908, 'wp-content/plugins/webp-express/BACKERS.md'),
(3909, 'wp-content/plugins/webp-express/LICENSE'),
(3910, 'wp-content/plugins/webp-express/README.md'),
(3911, 'wp-content/plugins/webp-express/README.txt'),
(3912, 'wp-content/plugins/webp-express/assets/banner-772x250.jpg'),
(3913, 'wp-content/plugins/webp-express/assets/icon-128x128.png'),
(3914, 'wp-content/plugins/webp-express/assets/icon-256x256.png'),
(3915, 'wp-content/plugins/webp-express/assets/icon.svg'),
(3916, 'wp-content/plugins/webp-express/assets/screenshot-1.png'),
(3917, 'wp-content/plugins/webp-express/changelog.txt'),
(3918, 'wp-content/plugins/webp-express/composer.json'),
(3919, 'wp-content/plugins/webp-express/docs/development.md'),
(3920, 'wp-content/plugins/webp-express/docs/regex.md'),
(3921, 'wp-content/plugins/webp-express/js/0.16.0/plugin-page.js'),
(3922, 'wp-content/plugins/webp-express/js/picturefill.min.js'),
(3923, 'wp-content/plugins/webp-express/lib/alter-html.php'),
(3924, 'wp-content/plugins/webp-express/lib/classes/Actions.php'),
(3925, 'wp-content/plugins/webp-express/lib/classes/AdminInit.php'),
(3926, 'wp-content/plugins/webp-express/lib/classes/AdminUi.php'),
(3927, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlHelper.php'),
(3928, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlImageUrls.php'),
(3929, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlInit.php'),
(3930, 'wp-content/plugins/webp-express/lib/classes/AlterHtmlPicture.php'),
(3931, 'wp-content/plugins/webp-express/lib/classes/BulkConvert.php'),
(3932, 'wp-content/plugins/webp-express/lib/classes/CacheMover.php'),
(3933, 'wp-content/plugins/webp-express/lib/classes/CachePurge.php'),
(3934, 'wp-content/plugins/webp-express/lib/classes/CapabilityTest.php'),
(3935, 'wp-content/plugins/webp-express/lib/classes/Config.php'),
(3936, 'wp-content/plugins/webp-express/lib/classes/Convert.php'),
(3937, 'wp-content/plugins/webp-express/lib/classes/ConvertHelperIndependent.php'),
(3938, 'wp-content/plugins/webp-express/lib/classes/ConvertLog.php'),
(3939, 'wp-content/plugins/webp-express/lib/classes/ConvertersHelper.php'),
(3940, 'wp-content/plugins/webp-express/lib/classes/DismissableGlobalMessages.php'),
(3941, 'wp-content/plugins/webp-express/lib/classes/DismissableMessages.php'),
(3942, 'wp-content/plugins/webp-express/lib/classes/EwwwTools.php'),
(3943, 'wp-content/plugins/webp-express/lib/classes/FileHelper.php'),
(3944, 'wp-content/plugins/webp-express/lib/classes/HTAccess.php'),
(3945, 'wp-content/plugins/webp-express/lib/classes/HTAccessCapabilityTestRunner.php'),
(3946, 'wp-content/plugins/webp-express/lib/classes/HTAccessRules.php'),
(3947, 'wp-content/plugins/webp-express/lib/classes/HandleDeleteFileHook.php'),
(3948, 'wp-content/plugins/webp-express/lib/classes/HandleUploadHooks.php'),
(3949, 'wp-content/plugins/webp-express/lib/classes/ImageRoot.php'),
(3950, 'wp-content/plugins/webp-express/lib/classes/ImageRoots.php'),
(3951, 'wp-content/plugins/webp-express/lib/classes/KeepEwwwSubscriptionAlive.php'),
(3952, 'wp-content/plugins/webp-express/lib/classes/Messenger.php'),
(3953, 'wp-content/plugins/webp-express/lib/classes/Mime.php'),
(3954, 'wp-content/plugins/webp-express/lib/classes/Multisite.php'),
(3955, 'wp-content/plugins/webp-express/lib/classes/Option.php'),
(3956, 'wp-content/plugins/webp-express/lib/classes/OptionsPage.php'),
(3957, 'wp-content/plugins/webp-express/lib/classes/OptionsPageHooks.php'),
(3958, 'wp-content/plugins/webp-express/lib/classes/PathHelper.php'),
(3959, 'wp-content/plugins/webp-express/lib/classes/Paths.php'),
(3960, 'wp-content/plugins/webp-express/lib/classes/PlatformInfo.php'),
(3961, 'wp-content/plugins/webp-express/lib/classes/PluginActivate.php'),
(3962, 'wp-content/plugins/webp-express/lib/classes/PluginDeactivate.php'),
(3963, 'wp-content/plugins/webp-express/lib/classes/PluginPageScript.php'),
(3964, 'wp-content/plugins/webp-express/lib/classes/PluginUninstall.php'),
(3965, 'wp-content/plugins/webp-express/lib/classes/Sanitize.php'),
(3966, 'wp-content/plugins/webp-express/lib/classes/SanityCheck.php'),
(3967, 'wp-content/plugins/webp-express/lib/classes/SanityException.php'),
(3968, 'wp-content/plugins/webp-express/lib/classes/SelfTest.php'),
(3969, 'wp-content/plugins/webp-express/lib/classes/SelfTestHelper.php'),
(3970, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectAbstract.php'),
(3971, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToConverter.php'),
(3972, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToExisting.php'),
(3973, 'wp-content/plugins/webp-express/lib/classes/SelfTestRedirectToWebPRealizer.php'),
(3974, 'wp-content/plugins/webp-express/lib/classes/State.php'),
(3975, 'wp-content/plugins/webp-express/lib/classes/TestRun.php'),
(3976, 'wp-content/plugins/webp-express/lib/classes/Validate.php'),
(3977, 'wp-content/plugins/webp-express/lib/classes/ValidateException.php'),
(3978, 'wp-content/plugins/webp-express/lib/classes/WCFMApi.php'),
(3979, 'wp-content/plugins/webp-express/lib/classes/WCFMPage.php'),
(3980, 'wp-content/plugins/webp-express/lib/classes/WPHttpRequester.php'),
(3981, 'wp-content/plugins/webp-express/lib/classes/WebPOnDemand.php'),
(3982, 'wp-content/plugins/webp-express/lib/classes/WebPRealizer.php'),
(3983, 'wp-content/plugins/webp-express/lib/classes/WodConfigLoader.php'),
(3984, 'wp-content/plugins/webp-express/lib/debug.php'),
(3985, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-a-working-conversion-method.php'),
(3986, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-better-than-ewww.php'),
(3987, 'wp-content/plugins/webp-express/lib/dismissable-global-messages/0.19.0/meet-ffmpeg-better-than-gd.php'),
(3988, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/say-hello-to-vips.php'),
(3989, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/suggest-enable-pngs.php'),
(3990, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.14.0/suggest-wipe-because-lossless.php'),
(3991, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-content.php'),
(3992, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-index.php'),
(3993, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.0/new-scope-setting-no-uploads.php'),
(3994, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.15.1/problems-with-mingled-set.php'),
(3995, 'wp-content/plugins/webp-express/lib/dismissable-messages/0.16.0/nginx-link-to-faq.php'),
(3996, 'wp-content/plugins/webp-express/lib/migrate/migrate.php'),
(3997, 'wp-content/plugins/webp-express/lib/migrate/migrate1.php'),
(3998, 'wp-content/plugins/webp-express/lib/migrate/migrate10.php'),
(3999, 'wp-content/plugins/webp-express/lib/migrate/migrate11.php'),
(4000, 'wp-content/plugins/webp-express/lib/migrate/migrate12.php'),
(4001, 'wp-content/plugins/webp-express/lib/migrate/migrate13.php'),
(4002, 'wp-content/plugins/webp-express/lib/migrate/migrate2.php'),
(4003, 'wp-content/plugins/webp-express/lib/migrate/migrate3.php'),
(4004, 'wp-content/plugins/webp-express/lib/migrate/migrate4.php'),
(4005, 'wp-content/plugins/webp-express/lib/migrate/migrate5.php'),
(4006, 'wp-content/plugins/webp-express/lib/migrate/migrate6.php'),
(4007, 'wp-content/plugins/webp-express/lib/migrate/migrate7.php'),
(4008, 'wp-content/plugins/webp-express/lib/migrate/migrate8.php'),
(4009, 'wp-content/plugins/webp-express/lib/migrate/migrate9.php'),
(4010, 'wp-content/plugins/webp-express/lib/options/css/das-popup.css'),
(4011, 'wp-content/plugins/webp-express/lib/options/css/images/checker.png'),
(4012, 'wp-content/plugins/webp-express/lib/options/css/images/drag-handle.svg'),
(4013, 'wp-content/plugins/webp-express/lib/options/css/test-convert.css'),
(4014, 'wp-content/plugins/webp-express/lib/options/css/webp-express-options-page.css'),
(4015, 'wp-content/plugins/webp-express/lib/options/enqueue_scripts.php'),
(4016, 'wp-content/plugins/webp-express/lib/options/images/drag-reorder.svg'),
(4017, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/authorized_sites_bak.js'),
(4018, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/bulk-convert.js'),
(4019, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/converters.js'),
(4020, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/das-popup.js'),
(4021, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/escapeHTML.js'),
(4022, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/image-comparison-slider.js'),
(4023, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/page.js'),
(4024, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/purge-cache.js'),
(4025, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/self-test.js'),
(4026, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/sortable.min.js'),
(4027, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/test-convert.js'),
(4028, 'wp-content/plugins/webp-express/lib/options/js/0.19.0/whitelist.js'),
(4029, 'wp-content/plugins/webp-express/lib/options/options/alter-html/alter-html-options.inc'),
(4030, 'wp-content/plugins/webp-express/lib/options/options/alter-html/alter-html.inc'),
(4031, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/bulk-convert.inc'),
(4032, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/conversion-options.inc'),
(4033, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/convert-on-upload.inc'),
(4034, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/cwebp.php'),
(4035, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/ewww.php'),
(4036, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/ffmpeg.php'),
(4037, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/gd.php'),
(4038, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/graphicsmagick.php'),
(4039, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/imagemagick.php'),
(4040, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/imagick.php'),
(4041, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/vips.php'),
(4042, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converter-options/wpc.php'),
(4043, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/converters.inc'),
(4044, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/jpeg.inc'),
(4045, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/metadata.inc'),
(4046, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/png.inc'),
(4047, 'wp-content/plugins/webp-express/lib/options/options/conversion-options/quality.inc'),
(4048, 'wp-content/plugins/webp-express/lib/options/options/general/cache-control.inc'),
(4049, 'wp-content/plugins/webp-express/lib/options/options/general/destination-extension.inc'),
(4050, 'wp-content/plugins/webp-express/lib/options/options/general/destination-folder.inc'),
(4051, 'wp-content/plugins/webp-express/lib/options/options/general/destination-structure.inc'),
(4052, 'wp-content/plugins/webp-express/lib/options/options/general/general.inc'),
(4053, 'wp-content/plugins/webp-express/lib/options/options/general/image-types.inc'),
(4054, 'wp-content/plugins/webp-express/lib/options/options/general/scope.inc'),
(4055, 'wp-content/plugins/webp-express/lib/options/options/operation-mode.inc'),
(4056, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/add-vary-header-in-htaccess.inc'),
(4057, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/do-not-pass-source-path-in-query-string.inc'),
(4058, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/enable-redirection-to-converter.inc'),
(4059, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/enable-redirection-to-webp-realizer.inc'),
(4060, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/only-redirect-to-converter-for-webp-enabled-browsers.inc'),
(4061, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/only-redirect-to-converter-on-cache-miss.inc'),
(4062, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/redirect-to-existing.inc'),
(4063, 'wp-content/plugins/webp-express/lib/options/options/redirection-rules/redirection-rules.inc'),
(4064, 'wp-content/plugins/webp-express/lib/options/options/serve-options/response-on-failure.inc'),
(4065, 'wp-content/plugins/webp-express/lib/options/options/serve-options/response-on-success.inc'),
(4066, 'wp-content/plugins/webp-express/lib/options/options/serve-options/serve-options.inc'),
(4067, 'wp-content/plugins/webp-express/lib/options/options/web-service-options/web-service-options.inc'),
(4068, 'wp-content/plugins/webp-express/lib/options/options/web-service-options/web-service.inc'),
(4069, 'wp-content/plugins/webp-express/lib/options/page-messages.php'),
(4070, 'wp-content/plugins/webp-express/lib/options/page-welcome.php'),
(4071, 'wp-content/plugins/webp-express/lib/options/page.php'),
(4072, 'wp-content/plugins/webp-express/lib/options/submit.php'),
(4073, 'wp-content/plugins/webp-express/lib/wcfm/style.css'),
(4074, 'wp-content/plugins/webp-express/lib/wcfm/wcfm-options.js'),
(4075, 'wp-content/plugins/webp-express/lib/wcfm/wcfm.js'),
(4076, 'wp-content/plugins/webp-express/test/alphatest.png'),
(4077, 'wp-content/plugins/webp-express/test/architecture-q85-w600.jpg'),
(4078, 'wp-content/plugins/webp-express/test/dice.png'),
(4079, 'wp-content/plugins/webp-express/test/focus.jpg'),
(4080, 'wp-content/plugins/webp-express/test/palette-based-colors.png'),
(4081, 'wp-content/plugins/webp-express/test/small-q61.jpg'),
(4082, 'wp-content/plugins/webp-express/test/test-pattern-tv.jpg'),
(4083, 'wp-content/plugins/webp-express/test/test.jpg.webp'),
(4084, 'wp-content/plugins/webp-express/test/test.png'),
(4085, 'wp-content/plugins/webp-express/test/test.webp'),
(4086, 'wp-content/plugins/webp-express/test/very-small.jpg'),
(4087, 'wp-content/plugins/webp-express/vendor/autoload.php'),
(4088, 'wp-content/plugins/webp-express/vendor/composer/ClassLoader.php'),
(4089, 'wp-content/plugins/webp-express/vendor/composer/LICENSE'),
(4090, 'wp-content/plugins/webp-express/vendor/composer/autoload_classmap.php'),
(4091, 'wp-content/plugins/webp-express/vendor/composer/autoload_namespaces.php'),
(4092, 'wp-content/plugins/webp-express/vendor/composer/autoload_psr4.php'),
(4093, 'wp-content/plugins/webp-express/vendor/composer/autoload_real.php'),
(4094, 'wp-content/plugins/webp-express/vendor/composer/autoload_static.php'),
(4095, 'wp-content/plugins/webp-express/vendor/composer/installed.json'),
(4096, 'wp-content/plugins/webp-express/vendor/composer/installers/LICENSE'),
(4097, 'wp-content/plugins/webp-express/vendor/composer/installers/composer.json'),
(4098, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AglInstaller.php'),
(4099, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AimeosInstaller.php'),
(4100, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AnnotateCmsInstaller.php'),
(4101, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AsgardInstaller.php'),
(4102, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/AttogramInstaller.php'),
(4103, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BaseInstaller.php'),
(4104, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BitrixInstaller.php'),
(4105, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/BonefishInstaller.php'),
(4106, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CakePHPInstaller.php'),
(4107, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ChefInstaller.php'),
(4108, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CiviCrmInstaller.php'),
(4109, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ClanCatsFrameworkInstaller.php'),
(4110, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CockpitInstaller.php'),
(4111, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CodeIgniterInstaller.php'),
(4112, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Concrete5Installer.php'),
(4113, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CraftInstaller.php'),
(4114, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/CroogoInstaller.php'),
(4115, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DecibelInstaller.php'),
(4116, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DframeInstaller.php'),
(4117, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DokuWikiInstaller.php'),
(4118, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DolibarrInstaller.php'),
(4119, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/DrupalInstaller.php'),
(4120, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ElggInstaller.php'),
(4121, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/EliasisInstaller.php'),
(4122, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ExpressionEngineInstaller.php'),
(4123, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/EzPlatformInstaller.php'),
(4124, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/FuelInstaller.php'),
(4125, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/FuelphpInstaller.php'),
(4126, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/GravInstaller.php'),
(4127, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/HuradInstaller.php'),
(4128, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ImageCMSInstaller.php'),
(4129, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Installer.php'),
(4130, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ItopInstaller.php'),
(4131, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/JoomlaInstaller.php'),
(4132, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KanboardInstaller.php'),
(4133, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KirbyInstaller.php'),
(4134, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KnownInstaller.php'),
(4135, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KodiCMSInstaller.php'),
(4136, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/KohanaInstaller.php'),
(4137, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LanManagementSystemInstaller.php'),
(4138, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LaravelInstaller.php'),
(4139, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LavaLiteInstaller.php'),
(4140, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/LithiumInstaller.php'),
(4141, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MODULEWorkInstaller.php'),
(4142, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MODXEvoInstaller.php'),
(4143, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MagentoInstaller.php'),
(4144, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MajimaInstaller.php'),
(4145, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MakoInstaller.php'),
(4146, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MantisBTInstaller.php'),
(4147, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MauticInstaller.php'),
(4148, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MayaInstaller.php'),
(4149, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MediaWikiInstaller.php'),
(4150, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MicroweberInstaller.php'),
(4151, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ModxInstaller.php'),
(4152, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/MoodleInstaller.php'),
(4153, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OctoberInstaller.php'),
(4154, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OntoWikiInstaller.php'),
(4155, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OsclassInstaller.php'),
(4156, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/OxidInstaller.php'),
(4157, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PPIInstaller.php'),
(4158, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PhiftyInstaller.php'),
(4159, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PhpBBInstaller.php'),
(4160, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PimcoreInstaller.php'),
(4161, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PiwikInstaller.php'),
(4162, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PlentymarketsInstaller.php'),
(4163, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Plugin.php'),
(4164, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PortoInstaller.php'),
(4165, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PrestashopInstaller.php'),
(4166, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PuppetInstaller.php'),
(4167, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/PxcmsInstaller.php'),
(4168, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RadPHPInstaller.php'),
(4169, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ReIndexInstaller.php'),
(4170, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Redaxo5Installer.php'),
(4171, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RedaxoInstaller.php'),
(4172, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/RoundcubeInstaller.php'),
(4173, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SMFInstaller.php'),
(4174, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ShopwareInstaller.php'),
(4175, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SilverStripeInstaller.php'),
(4176, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SiteDirectInstaller.php'),
(4177, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SyDESInstaller.php'),
(4178, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/SyliusInstaller.php'),
(4179, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/Symfony1Installer.php'),
(4180, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TYPO3CmsInstaller.php'),
(4181, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TYPO3FlowInstaller.php'),
(4182, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TaoInstaller.php'),
(4183, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TheliaInstaller.php'),
(4184, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/TuskInstaller.php'),
(4185, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/UserFrostingInstaller.php'),
(4186, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/VanillaInstaller.php'),
(4187, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/VgmcpInstaller.php'),
(4188, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WHMCSInstaller.php'),
(4189, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WolfCMSInstaller.php'),
(4190, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/WordPressInstaller.php'),
(4191, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/YawikInstaller.php'),
(4192, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ZendInstaller.php'),
(4193, 'wp-content/plugins/webp-express/vendor/composer/installers/src/Composer/Installers/ZikulaInstaller.php'),
(4194, 'wp-content/plugins/webp-express/vendor/composer/installers/src/bootstrap.php'),
(4195, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/.travis.yml'),
(4196, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/LICENSE'),
(4197, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/README.md'),
(4198, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/bin/testsRun.sh'),
(4199, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/composer.json'),
(4200, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/infection.json.dist'),
(4201, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/phpbench.json'),
(4202, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/src/CodePage.php'),
(4203, 'wp-content/plugins/webp-express/vendor/onnov/detect-encoding/src/EncodingDetector.php'),
(4204, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/.php_cs.dist'),
(4205, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/README.md'),
(4206, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/composer.json'),
(4207, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/phpunit.xml.dist'),
(4208, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src/ImageUrlReplacer.php'),
(4209, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src/PictureTags.php'),
(4210, 'wp-content/plugins/webp-express/vendor/rosell-dk/dom-util-for-webp/src-vendor/simple_html_dom/simple_html_dom.inc'),
(4211, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/.github/FUNDING.yml'),
(4212, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/.travis.yml'),
(4213, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/LICENSE'),
(4214, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/README.md'),
(4215, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/composer.json'),
(4216, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/GrantAllCrashTesting.md'),
(4217, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Ideas.md'),
(4218, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/MoreExamples.md'),
(4219, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Running your own custom tests.md'),
(4220, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/TheManyWaysOfHtaccessFailure.md'),
(4221, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/Usage.md'),
(4222, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/docs/interpreting.md'),
(4223, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/phpunit.xml.dist'),
(4224, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HtaccessCapabilityTester.php'),
(4225, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HttpRequesterInterface.php'),
(4226, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/HttpResponse.php'),
(4227, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/SimpleHttpRequester.php'),
(4228, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/SimpleTestFileLineUpper.php'),
(4229, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestFilesLineUpperInterface.php'),
(4230, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestResult.php'),
(4231, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/TestResultCache.php'),
(4232, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/AbstractTester.php'),
(4233, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/AddTypeTester.php'),
(4234, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ContentDigestTester.php'),
(4235, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/CrashTester.php'),
(4236, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/CustomTester.php'),
(4237, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/DirectoryIndexTester.php'),
(4238, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/HeaderSetTester.php'),
(4239, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/Helpers/ResponseInterpreter.php'),
(4240, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/HtaccessEnabledTester.php'),
(4241, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/InnocentRequestTester.php'),
(4242, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ModuleLoadedTester.php'),
(4243, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/PassInfoFromRewriteToScriptThroughEnvTester.php'),
(4244, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/PassInfoFromRewriteToScriptThroughRequestHeaderTester.php'),
(4245, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/RequestHeaderTester.php'),
(4246, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/RewriteTester.php'),
(4247, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/src/Testers/ServerSignatureTester.php'),
(4248, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/FakeServer.php'),
(4249, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Helper.php'),
(4250, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/HtaccessCapabilityTesterTest.php'),
(4251, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/HttpResponseTest.php'),
(4252, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/AddTypeTesterTest.php'),
(4253, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/BasisTestCase.php'),
(4254, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ContentDigestTesterTest.php'),
(4255, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/CrashTesterTest.php'),
(4256, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/DirectoryIndexTesterTest.php'),
(4257, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/HeaderSetTesterTest.php'),
(4258, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/HtaccessEnabledTesterTest.php'),
(4259, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/InnocentRequestTesterTest.php'),
(4260, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ModuleLoadedTesterTest.php'),
(4261, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/PassInfoFromRewriteToScriptThroughEnvTesterTest.php'),
(4262, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/PassInfoFromRewriteToScriptThroughRequestHeaderTesterTest.php'),
(4263, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/RequestHeaderTesterTest.php'),
(4264, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/RewriteTesterTest.php'),
(4265, 'wp-content/plugins/webp-express/vendor/rosell-dk/htaccess-capability-tester/tests/Testers/ServerSignatureTesterTest.php'),
(4266, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/.php_cs.dist'),
(4267, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/LICENSE'),
(4268, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/README.md'),
(4269, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/composer.json'),
(4270, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/phpunit.xml.dist'),
(4271, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/AbstractDetector.php'),
(4272, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/ExifImageType.php'),
(4273, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/FInfo.php'),
(4274, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/GetImageSize.php'),
(4275, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/MimeContentType.php'),
(4276, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/SniffFirstFourBytes.php'),
(4277, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/Detectors/Stack.php'),
(4278, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/GuessFromExtension.php'),
(4279, 'wp-content/plugins/webp-express/vendor/rosell-dk/image-mime-type-guesser/src/ImageMimeTypeGuesser.php'),
(4280, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/.github/FUNDING.yml'),
(4281, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/.gitignore'),
(4282, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/BACKERS.md'),
(4283, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/LICENSE'),
(4284, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/README.md'),
(4285, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/composer.json'),
(4286, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/development.md'),
(4287, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/convert-options.md'),
(4288, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/convert.md'),
(4289, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/converting/converters.md'),
(4290, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/serving/convert-and-serve.md'),
(4291, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/tweaks.md'),
(4292, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/webp-on-demand.md'),
(4293, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v1.3/webp-on-demand/without-composer.md'),
(4294, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/architecture-q50-w600.jpg'),
(4295, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/converters/stack.md'),
(4296, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/dice.png'),
(4297, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/introduction-for-converting.md'),
(4298, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/mouse-q100.jpg'),
(4299, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/converting/options.md'),
(4300, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/migrating-to-2.0.md'),
(4301, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/serving/introduction-for-serving.md'),
(4302, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/serving/laravel-nginx-serving.md'),
(4303, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/tweaks.md'),
(4304, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/webp-on-demand.md'),
(4305, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/docs/v2.0/webp-on-demand/without-composer.md'),
(4306, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/ConverterFactory.php'),
(4307, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/AbstractConverter.php'),
(4308, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/AutoQualityTrait.php'),
(4309, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/DestinationPreparationTrait.php'),
(4310, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/LoggerTrait.php'),
(4311, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/OptionsTrait.php'),
(4312, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits/WarningLoggerTrait.php'),
(4313, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-060-fbsd'),
(4314, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-060-solaris'),
(4315, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-061-linux-x86-64'),
(4316, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-103-linux-x86-64-static'),
(4317, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-linux-x86-64'),
(4318, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-mac-10_15'),
(4319, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Binaries/cwebp-110-windows-x64.exe'),
(4320, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/CloudConverterTrait.php'),
(4321, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/CurlTrait.php'),
(4322, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/EncodingAutoTrait.php'),
(4323, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits/ExecTrait.php'),
(4324, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Cwebp.php'),
(4325, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Ewww.php'),
(4326, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/FFMpeg.php'),
(4327, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Gd.php'),
(4328, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Gmagick.php'),
(4329, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/GmagickBinary.php'),
(4330, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/GraphicsMagick.php'),
(4331, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ImageMagick.php'),
(4332, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Imagick.php'),
(4333, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/ImagickBinary.php'),
(4334, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Stack.php'),
(4335, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Vips.php'),
(4336, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Converters/Wpc.php'),
(4337, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConversionSkippedException.php'),
(4338, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational/InvalidApiKeyException.php'),
(4339, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational/SystemRequirementsNotMetException.php'),
(4340, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperationalException.php'),
(4341, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems/CreateDestinationFileException.php'),
(4342, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems/CreateDestinationFolderException.php'),
(4343, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblemsException.php'),
(4344, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/ConverterNotFoundException.php'),
(4345, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/InvalidImageTypeException.php'),
(4346, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput/TargetNotFoundException.php'),
(4347, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInputException.php'),
(4348, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailedException.php'),
(4349, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Helpers/JpegQualityDetector.php'),
(4350, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Convert/Helpers/PhpIniSizes.php'),
(4351, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput/InvalidImageTypeException.php'),
(4352, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput/TargetNotFoundException.php'),
(4353, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInputException.php'),
(4354, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/SanityException.txt'),
(4355, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Exceptions/WebPConvertException.php'),
(4356, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/BinaryDiscovery.php'),
(4357, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/FileExists.php'),
(4358, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/InputValidator.php'),
(4359, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/MimeType.php'),
(4360, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/PathChecker.php'),
(4361, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/Sanitize.php'),
(4362, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Helpers/SanityCheck.txt'),
(4363, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/BaseLogger.php'),
(4364, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/BufferLogger.php'),
(4365, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Loggers/EchoLogger.php'),
(4366, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/ArrayOption.php'),
(4367, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/BooleanOption.php'),
(4368, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/InvalidOptionTypeException.php'),
(4369, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/InvalidOptionValueException.php'),
(4370, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Exceptions/OptionNotFoundException.php'),
(4371, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/GhostOption.php'),
(4372, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/IntegerOption.php'),
(4373, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/IntegerOrNullOption.php'),
(4374, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/MetadataOption.php'),
(4375, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Option.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(4376, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/Options.php'),
(4377, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/QualityOption.php'),
(4378, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/SensitiveArrayOption.php'),
(4379, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/SensitiveStringOption.php'),
(4380, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Options/StringOption.php'),
(4381, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Exceptions/ServeFailedException.php'),
(4382, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Header.php'),
(4383, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/Report.php'),
(4384, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeConvertedWebP.php'),
(4385, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeConvertedWebPWithErrorHandling.php'),
(4386, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/Serve/ServeFile.php'),
(4387, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert/src/WebPConvert.php'),
(4388, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.gitignore'),
(4389, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/.php_cs.dist'),
(4390, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/LICENSE'),
(4391, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/README.md'),
(4392, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/composer.json'),
(4393, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/AccessCheck.php'),
(4394, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/Serve.php'),
(4395, 'wp-content/plugins/webp-express/vendor/rosell-dk/webp-convert-cloud-service/src/WebPConvertCloudService.php'),
(4396, 'wp-content/plugins/webp-express/web-service/.htaccess'),
(4397, 'wp-content/plugins/webp-express/web-service/wpc.php'),
(4398, 'wp-content/plugins/webp-express/webp-express.php'),
(4399, 'wp-content/plugins/webp-express/wod/.htaccess'),
(4400, 'wp-content/plugins/webp-express/wod/autoloader.php'),
(4401, 'wp-content/plugins/webp-express/wod/ping.php'),
(4402, 'wp-content/plugins/webp-express/wod/ping.txt'),
(4403, 'wp-content/plugins/webp-express/wod/webp-on-demand.php'),
(4404, 'wp-content/plugins/webp-express/wod/webp-realizer.php'),
(4405, 'wp-content/plugins/webp-express/wod2/ping.php'),
(4406, 'wp-content/plugins/webp-express/wod2/ping.txt'),
(4407, 'wp-content/plugins/webp-express/wod2/webp-on-demand.php'),
(4408, 'wp-content/plugins/webp-express/wod2/webp-realizer.php'),
(4409, 'wp-content/plugins/wordfence/crypto/vendor/autoload.php'),
(4410, 'wp-content/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),
(4411, 'wp-content/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),
(4412, 'wp-content/plugins/wordfence/crypto/vendor/composer/LICENSE'),
(4413, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),
(4414, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),
(4415, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),
(4416, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),
(4417, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),
(4418, 'wp-content/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),
(4419, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.json'),
(4420, 'wp-content/plugins/wordfence/crypto/vendor/composer/installed.php'),
(4421, 'wp-content/plugins/wordfence/crypto/vendor/composer/platform_check.php'),
(4422, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/LICENSE'),
(4423, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey'),
(4424, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc'),
(4425, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),
(4426, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),
(4427, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),
(4428, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),
(4429, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),
(4430, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),
(4431, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),
(4432, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),
(4433, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),
(4434, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),
(4435, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),
(4436, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/LICENSE'),
(4437, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),
(4438, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),
(4439, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),
(4440, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),
(4441, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),
(4442, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/composer-php52.json'),
(4443, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),
(4444, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),
(4445, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),
(4446, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),
(4447, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),
(4448, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),
(4449, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),
(4450, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(4451, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(4452, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),
(4453, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(4454, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(4455, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(4456, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(4457, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(4458, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(4459, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),
(4460, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),
(4461, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),
(4462, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),
(4463, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),
(4464, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),
(4465, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),
(4466, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),
(4467, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),
(4468, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),
(4469, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),
(4470, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),
(4471, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),
(4472, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),
(4473, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),
(4474, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-above-3.xml'),
(4475, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/psalm-below-3.xml'),
(4476, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),
(4477, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),
(4478, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),
(4479, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),
(4480, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),
(4481, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(4482, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(4483, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),
(4484, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),
(4485, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(4486, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(4487, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(4488, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(4489, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(4490, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),
(4491, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),
(4492, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),
(4493, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),
(4494, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),
(4495, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),
(4496, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),
(4497, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),
(4498, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),
(4499, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),
(4500, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),
(4501, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),
(4502, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),
(4503, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),
(4504, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),
(4505, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(4506, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(4507, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),
(4508, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),
(4509, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(4510, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(4511, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(4512, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(4513, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(4514, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),
(4515, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),
(4516, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),
(4517, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),
(4518, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),
(4519, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),
(4520, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),
(4521, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),
(4522, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),
(4523, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),
(4524, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),
(4525, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),
(4526, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),
(4527, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),
(4528, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),
(4529, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),
(4530, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),
(4531, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),
(4532, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),
(4533, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),
(4534, 'wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),
(4535, 'wp-content/plugins/wordfence/css/activity-report-widget.1637598990.css'),
(4536, 'wp-content/plugins/wordfence/css/diff.1637598990.css'),
(4537, 'wp-content/plugins/wordfence/css/dt_table.1637598990.css'),
(4538, 'wp-content/plugins/wordfence/css/fullLog.1637598990.css'),
(4539, 'wp-content/plugins/wordfence/css/images/ui-icons_444444_256x240.png'),
(4540, 'wp-content/plugins/wordfence/css/images/ui-icons_555555_256x240.png'),
(4541, 'wp-content/plugins/wordfence/css/images/ui-icons_777620_256x240.png'),
(4542, 'wp-content/plugins/wordfence/css/images/ui-icons_777777_256x240.png'),
(4543, 'wp-content/plugins/wordfence/css/images/ui-icons_cc0000_256x240.png'),
(4544, 'wp-content/plugins/wordfence/css/images/ui-icons_ffffff_256x240.png'),
(4545, 'wp-content/plugins/wordfence/css/iptraf.1637598990.css'),
(4546, 'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.1637598990.css'),
(4547, 'wp-content/plugins/wordfence/css/jquery-ui.min.1637598990.css'),
(4548, 'wp-content/plugins/wordfence/css/jquery-ui.structure.min.1637598990.css'),
(4549, 'wp-content/plugins/wordfence/css/jquery-ui.theme.min.1637598990.css'),
(4550, 'wp-content/plugins/wordfence/css/main.1637598990.css'),
(4551, 'wp-content/plugins/wordfence/css/phpinfo.1637598990.css'),
(4552, 'wp-content/plugins/wordfence/css/wf-adminbar.1637598990.css'),
(4553, 'wp-content/plugins/wordfence/css/wf-colorbox.1637598990.css'),
(4554, 'wp-content/plugins/wordfence/css/wf-font-awesome.1637598990.css'),
(4555, 'wp-content/plugins/wordfence/css/wf-global.1637598990.css'),
(4556, 'wp-content/plugins/wordfence/css/wf-ionicons.1637598990.css'),
(4557, 'wp-content/plugins/wordfence/css/wf-onboarding.1637598990.css'),
(4558, 'wp-content/plugins/wordfence/css/wf-roboto-font.1637598990.css'),
(4559, 'wp-content/plugins/wordfence/css/wfselect2.min.1637598990.css'),
(4560, 'wp-content/plugins/wordfence/css/wordfenceBox.1637598990.css'),
(4561, 'wp-content/plugins/wordfence/fonts/fontawesome-webfont.woff'),
(4562, 'wp-content/plugins/wordfence/fonts/ionicons.woff'),
(4563, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff'),
(4564, 'wp-content/plugins/wordfence/fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff'),
(4565, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff'),
(4566, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff'),
(4567, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff'),
(4568, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff'),
(4569, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff'),
(4570, 'wp-content/plugins/wordfence/fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff'),
(4571, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff'),
(4572, 'wp-content/plugins/wordfence/fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff'),
(4573, 'wp-content/plugins/wordfence/images/2fa-whole.svg'),
(4574, 'wp-content/plugins/wordfence/images/2fa1.svg'),
(4575, 'wp-content/plugins/wordfence/images/2fa2.svg'),
(4576, 'wp-content/plugins/wordfence/images/back_disabled.jpg'),
(4577, 'wp-content/plugins/wordfence/images/back_enabled.jpg'),
(4578, 'wp-content/plugins/wordfence/images/blocking.svg'),
(4579, 'wp-content/plugins/wordfence/images/button-grad-grey.png'),
(4580, 'wp-content/plugins/wordfence/images/checkbox.png'),
(4581, 'wp-content/plugins/wordfence/images/flags.png'),
(4582, 'wp-content/plugins/wordfence/images/forward_disabled.jpg'),
(4583, 'wp-content/plugins/wordfence/images/forward_enabled.jpg'),
(4584, 'wp-content/plugins/wordfence/images/help.png'),
(4585, 'wp-content/plugins/wordfence/images/icons/ajax24.gif'),
(4586, 'wp-content/plugins/wordfence/images/icons/ajax3.gif'),
(4587, 'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),
(4588, 'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),
(4589, 'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),
(4590, 'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),
(4591, 'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),
(4592, 'wp-content/plugins/wordfence/images/icons/email_go.png'),
(4593, 'wp-content/plugins/wordfence/images/icons/error128.png'),
(4594, 'wp-content/plugins/wordfence/images/icons/magnifier.png'),
(4595, 'wp-content/plugins/wordfence/images/icons/tick128.png'),
(4596, 'wp-content/plugins/wordfence/images/icons/warning128.png'),
(4597, 'wp-content/plugins/wordfence/images/icons/working-indicator.gif'),
(4598, 'wp-content/plugins/wordfence/images/lightbox-controls.png'),
(4599, 'wp-content/plugins/wordfence/images/loading.gif'),
(4600, 'wp-content/plugins/wordfence/images/loading_background.png'),
(4601, 'wp-content/plugins/wordfence/images/loading_large.gif'),
(4602, 'wp-content/plugins/wordfence/images/logo.png'),
(4603, 'wp-content/plugins/wordfence/images/options.svg'),
(4604, 'wp-content/plugins/wordfence/images/ratelimiting.svg'),
(4605, 'wp-content/plugins/wordfence/images/sort_asc.gif'),
(4606, 'wp-content/plugins/wordfence/images/sort_asc.png'),
(4607, 'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),
(4608, 'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),
(4609, 'wp-content/plugins/wordfence/images/sort_both.gif'),
(4610, 'wp-content/plugins/wordfence/images/sort_both.png'),
(4611, 'wp-content/plugins/wordfence/images/sort_desc.gif'),
(4612, 'wp-content/plugins/wordfence/images/sort_desc.png'),
(4613, 'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),
(4614, 'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),
(4615, 'wp-content/plugins/wordfence/images/support.svg'),
(4616, 'wp-content/plugins/wordfence/images/tools.svg'),
(4617, 'wp-content/plugins/wordfence/images/wf-central-logo.svg'),
(4618, 'wp-content/plugins/wordfence/images/wf-error-badge.svg'),
(4619, 'wp-content/plugins/wordfence/images/wf-horizontal.svg'),
(4620, 'wp-content/plugins/wordfence/images/wordfence-logo.svg'),
(4621, 'wp-content/plugins/wordfence/index.php'),
(4622, 'wp-content/plugins/wordfence/js/Chart.bundle.min.1637598990.js'),
(4623, 'wp-content/plugins/wordfence/js/admin.1637598990.js'),
(4624, 'wp-content/plugins/wordfence/js/admin.ajaxWatcher.1637598990.js'),
(4625, 'wp-content/plugins/wordfence/js/admin.liveTraffic.1637598990.js'),
(4626, 'wp-content/plugins/wordfence/js/date.1637598990.js'),
(4627, 'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.1637598990.js'),
(4628, 'wp-content/plugins/wordfence/js/jquery.colorbox-min.1637598990.js'),
(4629, 'wp-content/plugins/wordfence/js/jquery.colorbox.1637598990.js'),
(4630, 'wp-content/plugins/wordfence/js/jquery.dataTables.min.1637598990.js'),
(4631, 'wp-content/plugins/wordfence/js/jquery.qrcode.min.1637598990.js'),
(4632, 'wp-content/plugins/wordfence/js/jquery.tmpl.min.1637598990.js'),
(4633, 'wp-content/plugins/wordfence/js/jquery.tools.min.1637598990.js'),
(4634, 'wp-content/plugins/wordfence/js/knockout-3.5.1.1637598990.js'),
(4635, 'wp-content/plugins/wordfence/js/wfdashboard.1637598990.js'),
(4636, 'wp-content/plugins/wordfence/js/wfdropdown.1637598990.js'),
(4637, 'wp-content/plugins/wordfence/js/wfglobal.1637598990.js'),
(4638, 'wp-content/plugins/wordfence/js/wfi18n.1637598990.js'),
(4639, 'wp-content/plugins/wordfence/js/wfpopover.1637598990.js'),
(4640, 'wp-content/plugins/wordfence/js/wfselect2.min.1637598990.js'),
(4641, 'wp-content/plugins/wordfence/languages/wordfence.mo'),
(4642, 'wp-content/plugins/wordfence/languages/wordfence.po'),
(4643, 'wp-content/plugins/wordfence/lib/.htaccess'),
(4644, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),
(4645, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),
(4646, 'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),
(4647, 'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),
(4648, 'wp-content/plugins/wordfence/lib/Diff.php'),
(4649, 'wp-content/plugins/wordfence/lib/GeoLite2-Country.mmdb'),
(4650, 'wp-content/plugins/wordfence/lib/IPTraf.php'),
(4651, 'wp-content/plugins/wordfence/lib/IPTrafList.php'),
(4652, 'wp-content/plugins/wordfence/lib/WFLSPHP52Compatability.php'),
(4653, 'wp-content/plugins/wordfence/lib/compat.php'),
(4654, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),
(4655, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),
(4656, 'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),
(4657, 'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),
(4658, 'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),
(4659, 'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),
(4660, 'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),
(4661, 'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),
(4662, 'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),
(4663, 'wp-content/plugins/wordfence/lib/diffResult.php'),
(4664, 'wp-content/plugins/wordfence/lib/email_genericAlert.php'),
(4665, 'wp-content/plugins/wordfence/lib/email_newIssues.php'),
(4666, 'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),
(4667, 'wp-content/plugins/wordfence/lib/email_unsubscribeRequest.php'),
(4668, 'wp-content/plugins/wordfence/lib/flags.php'),
(4669, 'wp-content/plugins/wordfence/lib/live_activity.php'),
(4670, 'wp-content/plugins/wordfence/lib/menu_dashboard.php'),
(4671, 'wp-content/plugins/wordfence/lib/menu_dashboard_options.php'),
(4672, 'wp-content/plugins/wordfence/lib/menu_firewall.php'),
(4673, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking.php'),
(4674, 'wp-content/plugins/wordfence/lib/menu_firewall_blocking_options.php'),
(4675, 'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),
(4676, 'wp-content/plugins/wordfence/lib/menu_firewall_waf_options.php'),
(4677, 'wp-content/plugins/wordfence/lib/menu_options.php'),
(4678, 'wp-content/plugins/wordfence/lib/menu_scanner.php'),
(4679, 'wp-content/plugins/wordfence/lib/menu_scanner_credentials.php'),
(4680, 'wp-content/plugins/wordfence/lib/menu_scanner_options.php'),
(4681, 'wp-content/plugins/wordfence/lib/menu_support.php'),
(4682, 'wp-content/plugins/wordfence/lib/menu_tools.php'),
(4683, 'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),
(4684, 'wp-content/plugins/wordfence/lib/menu_tools_importExport.php'),
(4685, 'wp-content/plugins/wordfence/lib/menu_tools_livetraffic.php'),
(4686, 'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),
(4687, 'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),
(4688, 'wp-content/plugins/wordfence/lib/menu_wordfence_central.php'),
(4689, 'wp-content/plugins/wordfence/lib/noc1.key'),
(4690, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),
(4691, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),
(4692, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),
(4693, 'wp-content/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),
(4694, 'wp-content/plugins/wordfence/lib/sysinfo.php'),
(4695, 'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),
(4696, 'wp-content/plugins/wordfence/lib/wf503.php'),
(4697, 'wp-content/plugins/wordfence/lib/wfAPI.php'),
(4698, 'wp-content/plugins/wordfence/lib/wfActivityReport.php'),
(4699, 'wp-content/plugins/wordfence/lib/wfAdminNoticeQueue.php'),
(4700, 'wp-content/plugins/wordfence/lib/wfAlerts.php'),
(4701, 'wp-content/plugins/wordfence/lib/wfArray.php'),
(4702, 'wp-content/plugins/wordfence/lib/wfBrowscap.php'),
(4703, 'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),
(4704, 'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),
(4705, 'wp-content/plugins/wordfence/lib/wfCache.php'),
(4706, 'wp-content/plugins/wordfence/lib/wfCentralAPI.php'),
(4707, 'wp-content/plugins/wordfence/lib/wfConfig.php'),
(4708, 'wp-content/plugins/wordfence/lib/wfCrawl.php'),
(4709, 'wp-content/plugins/wordfence/lib/wfCredentialsController.php'),
(4710, 'wp-content/plugins/wordfence/lib/wfCrypt.php'),
(4711, 'wp-content/plugins/wordfence/lib/wfDB.php'),
(4712, 'wp-content/plugins/wordfence/lib/wfDashboard.php'),
(4713, 'wp-content/plugins/wordfence/lib/wfDateLocalization.php'),
(4714, 'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),
(4715, 'wp-content/plugins/wordfence/lib/wfDict.php'),
(4716, 'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),
(4717, 'wp-content/plugins/wordfence/lib/wfHelperBin.php'),
(4718, 'wp-content/plugins/wordfence/lib/wfHelperString.php'),
(4719, 'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),
(4720, 'wp-content/plugins/wordfence/lib/wfImportExportController.php'),
(4721, 'wp-content/plugins/wordfence/lib/wfIssues.php'),
(4722, 'wp-content/plugins/wordfence/lib/wfJWT.php'),
(4723, 'wp-content/plugins/wordfence/lib/wfLockedOut.php'),
(4724, 'wp-content/plugins/wordfence/lib/wfLog.php'),
(4725, 'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),
(4726, 'wp-content/plugins/wordfence/lib/wfModuleController.php'),
(4727, 'wp-content/plugins/wordfence/lib/wfNotification.php'),
(4728, 'wp-content/plugins/wordfence/lib/wfOnboardingController.php'),
(4729, 'wp-content/plugins/wordfence/lib/wfPersistenceController.php'),
(4730, 'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),
(4731, 'wp-content/plugins/wordfence/lib/wfScan.php'),
(4732, 'wp-content/plugins/wordfence/lib/wfScanEngine.php'),
(4733, 'wp-content/plugins/wordfence/lib/wfSchema.php'),
(4734, 'wp-content/plugins/wordfence/lib/wfStyle.php'),
(4735, 'wp-content/plugins/wordfence/lib/wfSupportController.php'),
(4736, 'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),
(4737, 'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),
(4738, 'wp-content/plugins/wordfence/lib/wfUtils.php'),
(4739, 'wp-content/plugins/wordfence/lib/wfVersionCheckController.php'),
(4740, 'wp-content/plugins/wordfence/lib/wfView.php'),
(4741, 'wp-content/plugins/wordfence/lib/wfViewResult.php'),
(4742, 'wp-content/plugins/wordfence/lib/wordfenceClass.php'),
(4743, 'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),
(4744, 'wp-content/plugins/wordfence/lib/wordfenceHash.php'),
(4745, 'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),
(4746, 'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),
(4747, 'wp-content/plugins/wordfence/license.txt'),
(4748, 'wp-content/plugins/wordfence/models/.htaccess'),
(4749, 'wp-content/plugins/wordfence/models/block/wfBlock.php'),
(4750, 'wp-content/plugins/wordfence/models/block/wfRateLimit.php'),
(4751, 'wp-content/plugins/wordfence/models/common/wfGeoIP2.php'),
(4752, 'wp-content/plugins/wordfence/models/common/wfTab.php'),
(4753, 'wp-content/plugins/wordfence/models/firewall/wfFirewall.php'),
(4754, 'wp-content/plugins/wordfence/models/page/wfPage.php'),
(4755, 'wp-content/plugins/wordfence/models/scanner/wfScanner.php'),
(4756, 'wp-content/plugins/wordfence/modules/login-security/classes/.htaccess'),
(4757, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),
(4758, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),
(4759, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/cron.php'),
(4760, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/db.php'),
(4761, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/notices.php'),
(4762, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),
(4763, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/settings.php'),
(4764, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/support.php'),
(4765, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/time.php'),
(4766, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/totp.php'),
(4767, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/users.php'),
(4768, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),
(4769, 'wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),
(4770, 'wp-content/plugins/wordfence/modules/login-security/classes/model/asset.php'),
(4771, 'wp-content/plugins/wordfence/modules/login-security/classes/model/compat.php'),
(4772, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),
(4773, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),
(4774, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),
(4775, 'wp-content/plugins/wordfence/modules/login-security/classes/model/crypto.php'),
(4776, 'wp-content/plugins/wordfence/modules/login-security/classes/model/ip.php'),
(4777, 'wp-content/plugins/wordfence/modules/login-security/classes/model/notice.php'),
(4778, 'wp-content/plugins/wordfence/modules/login-security/classes/model/request.php'),
(4779, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),
(4780, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),
(4781, 'wp-content/plugins/wordfence/modules/login-security/classes/model/settings.php'),
(4782, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/html.php'),
(4783, 'wp-content/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),
(4784, 'wp-content/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),
(4785, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),
(4786, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view/title.php'),
(4787, 'wp-content/plugins/wordfence/modules/login-security/classes/model/view.php'),
(4788, 'wp-content/plugins/wordfence/modules/login-security/css/admin-global.1637598990.css'),
(4789, 'wp-content/plugins/wordfence/modules/login-security/css/admin.1637598990.css'),
(4790, 'wp-content/plugins/wordfence/modules/login-security/css/colorbox.1637598990.css'),
(4791, 'wp-content/plugins/wordfence/modules/login-security/css/font-awesome.1637598990.css'),
(4792, 'wp-content/plugins/wordfence/modules/login-security/css/ionicons.1637598990.css'),
(4793, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.min.1637598990.css'),
(4794, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.structure.min.1637598990.css'),
(4795, 'wp-content/plugins/wordfence/modules/login-security/css/jquery-ui.theme.min.1637598990.css'),
(4796, 'wp-content/plugins/wordfence/modules/login-security/css/login.1637598990.css'),
(4797, 'wp-content/plugins/wordfence/modules/login-security/img/header.svg'),
(4798, 'wp-content/plugins/wordfence/modules/login-security/img/lightbox-controls.png'),
(4799, 'wp-content/plugins/wordfence/modules/login-security/img/loading.gif'),
(4800, 'wp-content/plugins/wordfence/modules/login-security/img/loading_background.png'),
(4801, 'wp-content/plugins/wordfence/modules/login-security/img/menu.svg'),
(4802, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_444444_256x240.png'),
(4803, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_555555_256x240.png'),
(4804, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777620_256x240.png'),
(4805, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_777777_256x240.png'),
(4806, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_cc0000_256x240.png'),
(4807, 'wp-content/plugins/wordfence/modules/login-security/img/ui-icons_ffffff_256x240.png'),
(4808, 'wp-content/plugins/wordfence/modules/login-security/js/admin-global.1637598990.js'),
(4809, 'wp-content/plugins/wordfence/modules/login-security/js/admin.1637598990.js'),
(4810, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.1637598990.js'),
(4811, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1637598990.js'),
(4812, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1637598990.js'),
(4813, 'wp-content/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1637598990.js'),
(4814, 'wp-content/plugins/wordfence/modules/login-security/js/login.1637598990.js'),
(4815, 'wp-content/plugins/wordfence/modules/login-security/views/.htaccess'),
(4816, 'wp-content/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),
(4817, 'wp-content/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),
(4818, 'wp-content/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),
(4819, 'wp-content/plugins/wordfence/modules/login-security/views/email/login-verification.php'),
(4820, 'wp-content/plugins/wordfence/modules/login-security/views/manage/activate.php'),
(4821, 'wp-content/plugins/wordfence/modules/login-security/views/manage/code.php'),
(4822, 'wp-content/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),
(4823, 'wp-content/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),
(4824, 'wp-content/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),
(4825, 'wp-content/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),
(4826, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),
(4827, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),
(4828, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),
(4829, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-label.php'),
(4830, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),
(4831, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-roles.php'),
(4832, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-select.php'),
(4833, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-switch.php'),
(4834, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-text.php'),
(4835, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),
(4836, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),
(4837, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),
(4838, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),
(4839, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),
(4840, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),
(4841, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),
(4842, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),
(4843, 'wp-content/plugins/wordfence/modules/login-security/views/options/option-token.php'),
(4844, 'wp-content/plugins/wordfence/modules/login-security/views/page/manage.php'),
(4845, 'wp-content/plugins/wordfence/modules/login-security/views/page/page.php'),
(4846, 'wp-content/plugins/wordfence/modules/login-security/views/page/role.php'),
(4847, 'wp-content/plugins/wordfence/modules/login-security/views/page/section-title.php'),
(4848, 'wp-content/plugins/wordfence/modules/login-security/views/page/settings.php'),
(4849, 'wp-content/plugins/wordfence/modules/login-security/views/page/tabbar.php'),
(4850, 'wp-content/plugins/wordfence/modules/login-security/views/settings/options.php'),
(4851, 'wp-content/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),
(4852, 'wp-content/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),
(4853, 'wp-content/plugins/wordfence/modules/login-security/wordfence-login-security.php'),
(4854, 'wp-content/plugins/wordfence/readme.txt'),
(4855, 'wp-content/plugins/wordfence/tmp/.htaccess'),
(4856, 'wp-content/plugins/wordfence/vendor/.htaccess'),
(4857, 'wp-content/plugins/wordfence/vendor/autoload.php'),
(4858, 'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),
(4859, 'wp-content/plugins/wordfence/vendor/composer/LICENSE'),
(4860, 'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),
(4861, 'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),
(4862, 'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),
(4863, 'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),
(4864, 'wp-content/plugins/wordfence/vendor/composer/autoload_static.php'),
(4865, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/LICENSE'),
(4866, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/res/cacert.pem'),
(4867, 'wp-content/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),
(4868, 'wp-content/plugins/wordfence/vendor/composer/installed.json'),
(4869, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.gitmodules'),
(4870, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/.php_cs'),
(4871, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/LICENSE'),
(4872, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),
(4873, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),
(4874, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),
(4875, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),
(4876, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),
(4877, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),
(4878, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),
(4879, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),
(4880, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),
(4881, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),
(4882, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),
(4883, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),
(4884, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),
(4885, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),
(4886, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),
(4887, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),
(4888, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),
(4889, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),
(4890, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),
(4891, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),
(4892, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),
(4893, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),
(4894, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),
(4895, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),
(4896, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),
(4897, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),
(4898, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),
(4899, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),
(4900, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),
(4901, 'wp-content/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),
(4902, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/LICENSE'),
(4903, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),
(4904, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),
(4905, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),
(4906, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),
(4907, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),
(4908, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),
(4909, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),
(4910, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),
(4911, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),
(4912, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),
(4913, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),
(4914, 'wp-content/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),
(4915, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/LICENSE'),
(4916, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),
(4917, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),
(4918, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),
(4919, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),
(4920, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),
(4921, 'wp-content/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),
(4922, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),
(4923, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),
(4924, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),
(4925, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),
(4926, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),
(4927, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),
(4928, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),
(4929, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),
(4930, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),
(4931, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),
(4932, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),
(4933, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),
(4934, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),
(4935, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),
(4936, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),
(4937, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),
(4938, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),
(4939, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),
(4940, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),
(4941, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),
(4942, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),
(4943, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),
(4944, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),
(4945, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),
(4946, 'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),
(4947, 'wp-content/plugins/wordfence/views/.htaccess'),
(4948, 'wp-content/plugins/wordfence/views/blocking/block-list.php'),
(4949, 'wp-content/plugins/wordfence/views/blocking/blocking-create.php'),
(4950, 'wp-content/plugins/wordfence/views/blocking/blocking-status.php'),
(4951, 'wp-content/plugins/wordfence/views/blocking/country-block-map.php'),
(4952, 'wp-content/plugins/wordfence/views/blocking/country-modal.php'),
(4953, 'wp-content/plugins/wordfence/views/blocking/option-bypass-cookie.php'),
(4954, 'wp-content/plugins/wordfence/views/blocking/option-bypass-redirect.php'),
(4955, 'wp-content/plugins/wordfence/views/blocking/options-group-advanced-country.php'),
(4956, 'wp-content/plugins/wordfence/views/common/block-navigation-option.php'),
(4957, 'wp-content/plugins/wordfence/views/common/indeterminate-progress.php'),
(4958, 'wp-content/plugins/wordfence/views/common/license.php'),
(4959, 'wp-content/plugins/wordfence/views/common/modal-prompt.php'),
(4960, 'wp-content/plugins/wordfence/views/common/page-fixed-tabbar.php'),
(4961, 'wp-content/plugins/wordfence/views/common/page-help.php'),
(4962, 'wp-content/plugins/wordfence/views/common/page-tabbar.php'),
(4963, 'wp-content/plugins/wordfence/views/common/page-title.php'),
(4964, 'wp-content/plugins/wordfence/views/common/section-subtitle.php'),
(4965, 'wp-content/plugins/wordfence/views/common/section-title.php'),
(4966, 'wp-content/plugins/wordfence/views/common/status-circular.php'),
(4967, 'wp-content/plugins/wordfence/views/common/status-critical.php'),
(4968, 'wp-content/plugins/wordfence/views/common/status-detail.php'),
(4969, 'wp-content/plugins/wordfence/views/common/status-tooltip.php'),
(4970, 'wp-content/plugins/wordfence/views/common/status-warning.php'),
(4971, 'wp-content/plugins/wordfence/views/common/unsubscribe.php'),
(4972, 'wp-content/plugins/wordfence/views/dashboard/global-status.php'),
(4973, 'wp-content/plugins/wordfence/views/dashboard/option-howgetips.php'),
(4974, 'wp-content/plugins/wordfence/views/dashboard/options-group-alert.php'),
(4975, 'wp-content/plugins/wordfence/views/dashboard/options-group-dashboard.php'),
(4976, 'wp-content/plugins/wordfence/views/dashboard/options-group-email-summary.php'),
(4977, 'wp-content/plugins/wordfence/views/dashboard/options-group-general.php'),
(4978, 'wp-content/plugins/wordfence/views/dashboard/options-group-import.php'),
(4979, 'wp-content/plugins/wordfence/views/dashboard/options-group-license.php'),
(4980, 'wp-content/plugins/wordfence/views/dashboard/options-group-view-customization.php'),
(4981, 'wp-content/plugins/wordfence/views/dashboard/status-payment-expiring.php'),
(4982, 'wp-content/plugins/wordfence/views/dashboard/status-renewing.php'),
(4983, 'wp-content/plugins/wordfence/views/diagnostics/text.php'),
(4984, 'wp-content/plugins/wordfence/views/gdpr/banner.php'),
(4985, 'wp-content/plugins/wordfence/views/gdpr/disabled-overlay.php'),
(4986, 'wp-content/plugins/wordfence/views/onboarding/banner.php'),
(4987, 'wp-content/plugins/wordfence/views/onboarding/disabled-overlay.php'),
(4988, 'wp-content/plugins/wordfence/views/onboarding/fresh-install.php'),
(4989, 'wp-content/plugins/wordfence/views/onboarding/modal-final-attempt.php'),
(4990, 'wp-content/plugins/wordfence/views/onboarding/overlay.php'),
(4991, 'wp-content/plugins/wordfence/views/onboarding/plugin-header.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(4992, 'wp-content/plugins/wordfence/views/onboarding/tour-overlay.php'),
(4993, 'wp-content/plugins/wordfence/views/options/block-all-options-controls.php'),
(4994, 'wp-content/plugins/wordfence/views/options/block-controls.php'),
(4995, 'wp-content/plugins/wordfence/views/options/option-label.php'),
(4996, 'wp-content/plugins/wordfence/views/options/option-select.php'),
(4997, 'wp-content/plugins/wordfence/views/options/option-switch.php'),
(4998, 'wp-content/plugins/wordfence/views/options/option-text.php'),
(4999, 'wp-content/plugins/wordfence/views/options/option-textarea.php'),
(5000, 'wp-content/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),
(5001, 'wp-content/plugins/wordfence/views/options/option-toggled-multiple.php'),
(5002, 'wp-content/plugins/wordfence/views/options/option-toggled-segmented.php'),
(5003, 'wp-content/plugins/wordfence/views/options/option-toggled-select.php'),
(5004, 'wp-content/plugins/wordfence/views/options/option-toggled-sub.php'),
(5005, 'wp-content/plugins/wordfence/views/options/option-toggled-textarea.php'),
(5006, 'wp-content/plugins/wordfence/views/options/option-toggled.php'),
(5007, 'wp-content/plugins/wordfence/views/options/option-token.php'),
(5008, 'wp-content/plugins/wordfence/views/options/options-title.php'),
(5009, 'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),
(5010, 'wp-content/plugins/wordfence/views/reports/activity-report.php'),
(5011, 'wp-content/plugins/wordfence/views/scanner/issue-base.php'),
(5012, 'wp-content/plugins/wordfence/views/scanner/issue-checkGSB.php'),
(5013, 'wp-content/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),
(5014, 'wp-content/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),
(5015, 'wp-content/plugins/wordfence/views/scanner/issue-commentBadURL.php'),
(5016, 'wp-content/plugins/wordfence/views/scanner/issue-configReadable.php'),
(5017, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),
(5018, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-post.php'),
(5019, 'wp-content/plugins/wordfence/views/scanner/issue-control-edit-user.php'),
(5020, 'wp-content/plugins/wordfence/views/scanner/issue-control-hide-file.php'),
(5021, 'wp-content/plugins/wordfence/views/scanner/issue-control-ignore.php'),
(5022, 'wp-content/plugins/wordfence/views/scanner/issue-control-repair.php'),
(5023, 'wp-content/plugins/wordfence/views/scanner/issue-control-show-details.php'),
(5024, 'wp-content/plugins/wordfence/views/scanner/issue-coreUnknown.php'),
(5025, 'wp-content/plugins/wordfence/views/scanner/issue-database.php'),
(5026, 'wp-content/plugins/wordfence/views/scanner/issue-diskSpace.php'),
(5027, 'wp-content/plugins/wordfence/views/scanner/issue-easyPassword.php'),
(5028, 'wp-content/plugins/wordfence/views/scanner/issue-file.php'),
(5029, 'wp-content/plugins/wordfence/views/scanner/issue-geoipSupport.php'),
(5030, 'wp-content/plugins/wordfence/views/scanner/issue-knownfile.php'),
(5031, 'wp-content/plugins/wordfence/views/scanner/issue-optionBadURL.php'),
(5032, 'wp-content/plugins/wordfence/views/scanner/issue-postBadTitle.php'),
(5033, 'wp-content/plugins/wordfence/views/scanner/issue-postBadURL.php'),
(5034, 'wp-content/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),
(5035, 'wp-content/plugins/wordfence/views/scanner/issue-skippedPaths.php'),
(5036, 'wp-content/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),
(5037, 'wp-content/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),
(5038, 'wp-content/plugins/wordfence/views/scanner/issue-timelimit.php'),
(5039, 'wp-content/plugins/wordfence/views/scanner/issue-wafStatus.php'),
(5040, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),
(5041, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),
(5042, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),
(5043, 'wp-content/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),
(5044, 'wp-content/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),
(5045, 'wp-content/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),
(5046, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),
(5047, 'wp-content/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),
(5048, 'wp-content/plugins/wordfence/views/scanner/no-issues.php'),
(5049, 'wp-content/plugins/wordfence/views/scanner/option-scan-signatures.php'),
(5050, 'wp-content/plugins/wordfence/views/scanner/options-group-advanced.php'),
(5051, 'wp-content/plugins/wordfence/views/scanner/options-group-basic.php'),
(5052, 'wp-content/plugins/wordfence/views/scanner/options-group-general.php'),
(5053, 'wp-content/plugins/wordfence/views/scanner/options-group-performance.php'),
(5054, 'wp-content/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),
(5055, 'wp-content/plugins/wordfence/views/scanner/scan-failed.php'),
(5056, 'wp-content/plugins/wordfence/views/scanner/scan-progress-detailed.php'),
(5057, 'wp-content/plugins/wordfence/views/scanner/scan-progress-element.php'),
(5058, 'wp-content/plugins/wordfence/views/scanner/scan-progress.php'),
(5059, 'wp-content/plugins/wordfence/views/scanner/scan-results.php'),
(5060, 'wp-content/plugins/wordfence/views/scanner/scan-scheduling.php'),
(5061, 'wp-content/plugins/wordfence/views/scanner/scan-starter.php'),
(5062, 'wp-content/plugins/wordfence/views/scanner/scan-type.php'),
(5063, 'wp-content/plugins/wordfence/views/scanner/scanner-status.php'),
(5064, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),
(5065, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),
(5066, 'wp-content/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),
(5067, 'wp-content/plugins/wordfence/views/scanner/site-cleaning.php'),
(5068, 'wp-content/plugins/wordfence/views/tools/options-group-2fa.php'),
(5069, 'wp-content/plugins/wordfence/views/tools/options-group-live-traffic.php'),
(5070, 'wp-content/plugins/wordfence/views/tours/login-security.php'),
(5071, 'wp-content/plugins/wordfence/views/unsupported-php/admin-message.php'),
(5072, 'wp-content/plugins/wordfence/views/waf/debug.php'),
(5073, 'wp-content/plugins/wordfence/views/waf/firewall-status.php'),
(5074, 'wp-content/plugins/wordfence/views/waf/option-rate-limit.php'),
(5075, 'wp-content/plugins/wordfence/views/waf/option-rules.php'),
(5076, 'wp-content/plugins/wordfence/views/waf/option-whitelist.php'),
(5077, 'wp-content/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),
(5078, 'wp-content/plugins/wordfence/views/waf/options-group-basic-firewall.php'),
(5079, 'wp-content/plugins/wordfence/views/waf/options-group-brute-force.php'),
(5080, 'wp-content/plugins/wordfence/views/waf/options-group-rate-limiting.php'),
(5081, 'wp-content/plugins/wordfence/views/waf/options-group-whitelisted.php'),
(5082, 'wp-content/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),
(5083, 'wp-content/plugins/wordfence/views/waf/waf-install-manual.php'),
(5084, 'wp-content/plugins/wordfence/views/waf/waf-install-success.php'),
(5085, 'wp-content/plugins/wordfence/views/waf/waf-install.php'),
(5086, 'wp-content/plugins/wordfence/views/waf/waf-modal-wrapper.php'),
(5087, 'wp-content/plugins/wordfence/views/waf/waf-uninstall-success.php'),
(5088, 'wp-content/plugins/wordfence/views/waf/waf-uninstall.php'),
(5089, 'wp-content/plugins/wordfence/waf/.htaccess'),
(5090, 'wp-content/plugins/wordfence/waf/bootstrap.php'),
(5091, 'wp-content/plugins/wordfence/waf/pomo/entry.php'),
(5092, 'wp-content/plugins/wordfence/waf/pomo/mo.php'),
(5093, 'wp-content/plugins/wordfence/waf/pomo/plural-forms.php'),
(5094, 'wp-content/plugins/wordfence/waf/pomo/po.php'),
(5095, 'wp-content/plugins/wordfence/waf/pomo/streams.php'),
(5096, 'wp-content/plugins/wordfence/waf/pomo/translations.php'),
(5097, 'wp-content/plugins/wordfence/waf/wfWAFGeoIP2.php'),
(5098, 'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),
(5099, 'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),
(5100, 'wp-content/plugins/wordfence/wordfence.php'),
(5101, 'wp-content/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),
(5102, 'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),
(5103, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),
(5104, 'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),
(5105, 'wp-content/plugins/wordpress-seo/admin/ajax.php'),
(5106, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),
(5107, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),
(5108, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),
(5109, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),
(5110, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),
(5111, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),
(5112, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),
(5113, 'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),
(5114, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),
(5115, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),
(5116, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),
(5117, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),
(5118, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),
(5119, 'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),
(5120, 'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),
(5121, 'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),
(5122, 'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),
(5123, 'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),
(5124, 'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php'),
(5125, 'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),
(5126, 'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),
(5127, 'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),
(5128, 'wp-content/plugins/wordpress-seo/admin/class-admin.php'),
(5129, 'wp-content/plugins/wordpress-seo/admin/class-asset.php'),
(5130, 'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),
(5131, 'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),
(5132, 'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),
(5133, 'wp-content/plugins/wordpress-seo/admin/class-collector.php'),
(5134, 'wp-content/plugins/wordpress-seo/admin/class-config.php'),
(5135, 'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),
(5136, 'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),
(5137, 'wp-content/plugins/wordpress-seo/admin/class-export.php'),
(5138, 'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),
(5139, 'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),
(5140, 'wp-content/plugins/wordpress-seo/admin/class-helpscout.php'),
(5141, 'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),
(5142, 'wp-content/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),
(5143, 'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),
(5144, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),
(5145, 'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),
(5146, 'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),
(5147, 'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),
(5148, 'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),
(5149, 'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),
(5150, 'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),
(5151, 'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),
(5152, 'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),
(5153, 'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),
(5154, 'wp-content/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),
(5155, 'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),
(5156, 'wp-content/plugins/wordpress-seo/admin/class-yoast-columns.php'),
(5157, 'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),
(5158, 'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),
(5159, 'wp-content/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),
(5160, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),
(5161, 'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),
(5162, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),
(5163, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),
(5164, 'wp-content/plugins/wordpress-seo/admin/class-yoast-notifications.php'),
(5165, 'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),
(5166, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php'),
(5167, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php'),
(5168, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php'),
(5169, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php'),
(5170, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php'),
(5171, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php'),
(5172, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php'),
(5173, 'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php'),
(5174, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php'),
(5175, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php'),
(5176, 'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php'),
(5177, 'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php'),
(5178, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php'),
(5179, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php'),
(5180, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-info-missing.php'),
(5181, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php'),
(5182, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php'),
(5183, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php'),
(5184, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php'),
(5185, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php'),
(5186, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php'),
(5187, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person.php'),
(5188, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php'),
(5189, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php'),
(5190, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php'),
(5191, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php'),
(5192, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php'),
(5193, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php'),
(5194, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php'),
(5195, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-wikipedia.php'),
(5196, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php'),
(5197, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php'),
(5198, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php'),
(5199, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php'),
(5200, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php'),
(5201, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php'),
(5202, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php'),
(5203, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking-intro.php'),
(5204, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-tracking.php'),
(5205, 'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php'),
(5206, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),
(5207, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),
(5208, 'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),
(5209, 'wp-content/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),
(5210, 'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),
(5211, 'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),
(5212, 'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),
(5213, 'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),
(5214, 'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),
(5215, 'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),
(5216, 'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),
(5217, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),
(5218, 'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),
(5219, 'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),
(5220, 'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),
(5221, 'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),
(5222, 'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),
(5223, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),
(5224, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),
(5225, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),
(5226, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),
(5227, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),
(5228, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),
(5229, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),
(5230, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),
(5231, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),
(5232, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),
(5233, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),
(5234, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),
(5235, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),
(5236, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),
(5237, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),
(5238, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),
(5239, 'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),
(5240, 'wp-content/plugins/wordpress-seo/admin/index.php'),
(5241, 'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),
(5242, 'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),
(5243, 'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),
(5244, 'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),
(5245, 'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),
(5246, 'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),
(5247, 'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),
(5248, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),
(5249, 'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),
(5250, 'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),
(5251, 'wp-content/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),
(5252, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),
(5253, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),
(5254, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),
(5255, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),
(5256, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),
(5257, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),
(5258, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),
(5259, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),
(5260, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),
(5261, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),
(5262, 'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),
(5263, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),
(5264, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),
(5265, 'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),
(5266, 'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php'),
(5267, 'wp-content/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),
(5268, 'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),
(5269, 'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),
(5270, 'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),
(5271, 'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),
(5272, 'wp-content/plugins/wordpress-seo/admin/pages/network.php'),
(5273, 'wp-content/plugins/wordpress-seo/admin/pages/social.php'),
(5274, 'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),
(5275, 'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),
(5276, 'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),
(5277, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),
(5278, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),
(5279, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),
(5280, 'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),
(5281, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-option.php'),
(5282, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte-request.php'),
(5283, 'wp-content/plugins/wordpress-seo/admin/ryte/class-ryte.php'),
(5284, 'wp-content/plugins/wordpress-seo/admin/services/class-file-size.php'),
(5285, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),
(5286, 'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),
(5287, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),
(5288, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),
(5289, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),
(5290, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),
(5291, 'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),
(5292, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),
(5293, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),
(5294, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),
(5295, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),
(5296, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),
(5297, 'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),
(5298, 'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),
(5299, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),
(5300, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),
(5301, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),
(5302, 'wp-content/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),
(5303, 'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php'),
(5304, 'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),
(5305, 'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),
(5306, 'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),
(5307, 'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),
(5308, 'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),
(5309, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),
(5310, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),
(5311, 'wp-content/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),
(5312, 'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),
(5313, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),
(5314, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),
(5315, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php'),
(5316, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),
(5317, 'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),
(5318, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),
(5319, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),
(5320, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),
(5321, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),
(5322, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),
(5323, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),
(5324, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),
(5325, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),
(5326, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),
(5327, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),
(5328, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),
(5329, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),
(5330, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php'),
(5331, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),
(5332, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),
(5333, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),
(5334, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),
(5335, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),
(5336, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),
(5337, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),
(5338, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),
(5339, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),
(5340, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),
(5341, 'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),
(5342, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),
(5343, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),
(5344, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),
(5345, 'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),
(5346, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),
(5347, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),
(5348, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),
(5349, 'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),
(5350, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),
(5351, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),
(5352, 'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),
(5353, 'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),
(5354, 'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),
(5355, 'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),
(5356, 'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),
(5357, 'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),
(5358, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1630-rtl.css'),
(5359, 'wp-content/plugins/wordpress-seo/css/dist/admin-global-1630.css'),
(5360, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1630-rtl.css'),
(5361, 'wp-content/plugins/wordpress-seo/css/dist/adminbar-1630.css'),
(5362, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1630-rtl.css'),
(5363, 'wp-content/plugins/wordpress-seo/css/dist/alerts-1630.css'),
(5364, 'wp-content/plugins/wordpress-seo/css/dist/badge-1630-rtl.css'),
(5365, 'wp-content/plugins/wordpress-seo/css/dist/badge-1630.css'),
(5366, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1630-rtl.css'),
(5367, 'wp-content/plugins/wordpress-seo/css/dist/dashboard-1630.css'),
(5368, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1630-rtl.css'),
(5369, 'wp-content/plugins/wordpress-seo/css/dist/edit-page-1630.css'),
(5370, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1630-rtl.css'),
(5371, 'wp-content/plugins/wordpress-seo/css/dist/elementor-1630.css'),
(5372, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1630-rtl.css'),
(5373, 'wp-content/plugins/wordpress-seo/css/dist/featured-image-1630.css'),
(5374, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1630-rtl.css'),
(5375, 'wp-content/plugins/wordpress-seo/css/dist/filter-explanation-1630.css'),
(5376, 'wp-content/plugins/wordpress-seo/css/dist/icons-1630-rtl.css'),
(5377, 'wp-content/plugins/wordpress-seo/css/dist/icons-1630.css'),
(5378, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1630-rtl.css'),
(5379, 'wp-content/plugins/wordpress-seo/css/dist/inside-editor-1630.css'),
(5380, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1630-rtl.css'),
(5381, 'wp-content/plugins/wordpress-seo/css/dist/metabox-1630.css'),
(5382, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1630-rtl.css'),
(5383, 'wp-content/plugins/wordpress-seo/css/dist/metabox-primary-category-1630.css'),
(5384, 'wp-content/plugins/wordpress-seo/css/dist/modal-1630-rtl.css'),
(5385, 'wp-content/plugins/wordpress-seo/css/dist/modal-1630.css'),
(5386, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1630-rtl.css'),
(5387, 'wp-content/plugins/wordpress-seo/css/dist/monorepo-1630.css'),
(5388, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1630-rtl.css'),
(5389, 'wp-content/plugins/wordpress-seo/css/dist/notifications-1630.css'),
(5390, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1630-rtl.css'),
(5391, 'wp-content/plugins/wordpress-seo/css/dist/schema-blocks-1630.css'),
(5392, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1630-rtl.css'),
(5393, 'wp-content/plugins/wordpress-seo/css/dist/score_icon-1630.css'),
(5394, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1630-rtl.css'),
(5395, 'wp-content/plugins/wordpress-seo/css/dist/search-appearance-1630.css'),
(5396, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2-rtl.css'),
(5397, 'wp-content/plugins/wordpress-seo/css/dist/select2/select2.min.css'),
(5398, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1630-rtl.css'),
(5399, 'wp-content/plugins/wordpress-seo/css/dist/structured-data-blocks-1630.css'),
(5400, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1630-rtl.css'),
(5401, 'wp-content/plugins/wordpress-seo/css/dist/toggle-switch-1630.css'),
(5402, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1630-rtl.css'),
(5403, 'wp-content/plugins/wordpress-seo/css/dist/wpseo-dismissible-1630.css'),
(5404, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1630-rtl.css'),
(5405, 'wp-content/plugins/wordpress-seo/css/dist/yoast-components-1630.css'),
(5406, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1630-rtl.css'),
(5407, 'wp-content/plugins/wordpress-seo/css/dist/yoast-extensions-1630.css'),
(5408, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1630-rtl.css'),
(5409, 'wp-content/plugins/wordpress-seo/css/dist/yst_plugin_tools-1630.css'),
(5410, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1630-rtl.css'),
(5411, 'wp-content/plugins/wordpress-seo/css/dist/yst_seo_score-1630.css'),
(5412, 'wp-content/plugins/wordpress-seo/css/main-sitemap.xsl'),
(5413, 'wp-content/plugins/wordpress-seo/images/Yoast_Academy_video.png'),
(5414, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_Icon.svg'),
(5415, 'wp-content/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),
(5416, 'wp-content/plugins/wordpress-seo/images/Yoast_icon_kader.svg'),
(5417, 'wp-content/plugins/wordpress-seo/images/alert-error-icon.svg'),
(5418, 'wp-content/plugins/wordpress-seo/images/alert-info-icon.svg'),
(5419, 'wp-content/plugins/wordpress-seo/images/alert-success-icon.svg'),
(5420, 'wp-content/plugins/wordpress-seo/images/alert-warning-icon.svg'),
(5421, 'wp-content/plugins/wordpress-seo/images/brushstroke_background.svg'),
(5422, 'wp-content/plugins/wordpress-seo/images/error-icon.svg'),
(5423, 'wp-content/plugins/wordpress-seo/images/icon-facebook.svg'),
(5424, 'wp-content/plugins/wordpress-seo/images/icon-twitter.svg'),
(5425, 'wp-content/plugins/wordpress-seo/images/index.php'),
(5426, 'wp-content/plugins/wordpress-seo/images/link-in-icon.svg'),
(5427, 'wp-content/plugins/wordpress-seo/images/link-out-icon.svg'),
(5428, 'wp-content/plugins/wordpress-seo/images/local_assistant.svg'),
(5429, 'wp-content/plugins/wordpress-seo/images/local_plugin_assistant.svg'),
(5430, 'wp-content/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),
(5431, 'wp-content/plugins/wordpress-seo/images/news_plugin_assistant.svg'),
(5432, 'wp-content/plugins/wordpress-seo/images/newsletter-collage.png'),
(5433, 'wp-content/plugins/wordpress-seo/images/question-mark.png'),
(5434, 'wp-content/plugins/wordpress-seo/images/readability-icon.svg'),
(5435, 'wp-content/plugins/wordpress-seo/images/support-team.svg'),
(5436, 'wp-content/plugins/wordpress-seo/images/video_plugin_assistant.svg'),
(5437, 'wp-content/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),
(5438, 'wp-content/plugins/wordpress-seo/inc/class-addon-manager.php'),
(5439, 'wp-content/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),
(5440, 'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),
(5441, 'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),
(5442, 'wp-content/plugins/wordpress-seo/inc/class-upgrade-history.php'),
(5443, 'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),
(5444, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),
(5445, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),
(5446, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),
(5447, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),
(5448, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),
(5449, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),
(5450, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),
(5451, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),
(5452, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),
(5453, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),
(5454, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),
(5455, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),
(5456, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),
(5457, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),
(5458, 'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),
(5459, 'wp-content/plugins/wordpress-seo/inc/date-helper.php'),
(5460, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),
(5461, 'wp-content/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),
(5462, 'wp-content/plugins/wordpress-seo/inc/health-check-curl-version.php'),
(5463, 'wp-content/plugins/wordpress-seo/inc/health-check-default-tagline.php'),
(5464, 'wp-content/plugins/wordpress-seo/inc/health-check-links-table-not-accessible.php'),
(5465, 'wp-content/plugins/wordpress-seo/inc/health-check-page-comments.php'),
(5466, 'wp-content/plugins/wordpress-seo/inc/health-check-postname-permalink.php'),
(5467, 'wp-content/plugins/wordpress-seo/inc/health-check-ryte.php'),
(5468, 'wp-content/plugins/wordpress-seo/inc/health-check.php'),
(5469, 'wp-content/plugins/wordpress-seo/inc/index.php'),
(5470, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),
(5471, 'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),
(5472, 'wp-content/plugins/wordpress-seo/inc/language-utils.php'),
(5473, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),
(5474, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),
(5475, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),
(5476, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),
(5477, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),
(5478, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),
(5479, 'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),
(5480, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),
(5481, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),
(5482, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),
(5483, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),
(5484, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),
(5485, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),
(5486, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),
(5487, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),
(5488, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),
(5489, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),
(5490, 'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),
(5491, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),
(5492, 'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),
(5493, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),
(5494, 'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),
(5495, 'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),
(5496, 'wp-content/plugins/wordpress-seo/index.php'),
(5497, 'wp-content/plugins/wordpress-seo/js/dist/admin-global-1630.js'),
(5498, 'wp-content/plugins/wordpress-seo/js/dist/analysis-1630.js'),
(5499, 'wp-content/plugins/wordpress-seo/js/dist/analysis-worker-1630.js'),
(5500, 'wp-content/plugins/wordpress-seo/js/dist/api-client-1630.js'),
(5501, 'wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-1630.js'),
(5502, 'wp-content/plugins/wordpress-seo/js/dist/block-editor-1630.js'),
(5503, 'wp-content/plugins/wordpress-seo/js/dist/bulk-editor-1630.js'),
(5504, 'wp-content/plugins/wordpress-seo/js/dist/classic-editor-1630.js'),
(5505, 'wp-content/plugins/wordpress-seo/js/dist/commons-1630.js'),
(5506, 'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-1630.js'),
(5507, 'wp-content/plugins/wordpress-seo/js/dist/dashboard-widget-1630.js'),
(5508, 'wp-content/plugins/wordpress-seo/js/dist/draft-js-1630.js'),
(5509, 'wp-content/plugins/wordpress-seo/js/dist/dynamic-blocks-1630.js'),
(5510, 'wp-content/plugins/wordpress-seo/js/dist/edit-page-1630.js'),
(5511, 'wp-content/plugins/wordpress-seo/js/dist/editor-modules-1630.js'),
(5512, 'wp-content/plugins/wordpress-seo/js/dist/elementor-1630.js'),
(5513, 'wp-content/plugins/wordpress-seo/js/dist/filter-explanation-1630.js'),
(5514, 'wp-content/plugins/wordpress-seo/js/dist/help-scout-beacon-1630.js'),
(5515, 'wp-content/plugins/wordpress-seo/js/dist/indexation-1630.js'),
(5516, 'wp-content/plugins/wordpress-seo/js/dist/jed-1630.js'),
(5517, 'wp-content/plugins/wordpress-seo/js/dist/network-admin-1630.js'),
(5518, 'wp-content/plugins/wordpress-seo/js/dist/post-edit-1630.js'),
(5519, 'wp-content/plugins/wordpress-seo/js/dist/quick-edit-handler-1630.js'),
(5520, 'wp-content/plugins/wordpress-seo/js/dist/redux-1630.js'),
(5521, 'wp-content/plugins/wordpress-seo/js/dist/reindex-links-1630.js'),
(5522, 'wp-content/plugins/wordpress-seo/js/dist/schema-blocks-1630.js'),
(5523, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),
(5524, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),
(5525, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),
(5526, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),
(5527, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),
(5528, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),
(5529, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),
(5530, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),
(5531, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),
(5532, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),
(5533, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),
(5534, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),
(5535, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),
(5536, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),
(5537, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),
(5538, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),
(5539, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),
(5540, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),
(5541, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),
(5542, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),
(5543, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),
(5544, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),
(5545, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),
(5546, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),
(5547, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),
(5548, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),
(5549, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),
(5550, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),
(5551, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),
(5552, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),
(5553, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),
(5554, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),
(5555, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),
(5556, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),
(5557, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),
(5558, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),
(5559, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),
(5560, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),
(5561, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),
(5562, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),
(5563, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),
(5564, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),
(5565, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),
(5566, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),
(5567, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),
(5568, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),
(5569, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),
(5570, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),
(5571, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),
(5572, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),
(5573, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),
(5574, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),
(5575, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),
(5576, 'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),
(5577, 'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),
(5578, 'wp-content/plugins/wordpress-seo/js/dist/settings-1630.js'),
(5579, 'wp-content/plugins/wordpress-seo/js/dist/structured-data-blocks-1630.js'),
(5580, 'wp-content/plugins/wordpress-seo/js/dist/styled-components-1630.js'),
(5581, 'wp-content/plugins/wordpress-seo/js/dist/term-edit-1630.js'),
(5582, 'wp-content/plugins/wordpress-seo/js/dist/used-keywords-assessment-1630.js'),
(5583, 'wp-content/plugins/wordpress-seo/js/dist/yoast/analysis-report-1630.js'),
(5584, 'wp-content/plugins/wordpress-seo/js/dist/yoast/components-1630.js'),
(5585, 'wp-content/plugins/wordpress-seo/js/dist/yoast/configuration-wizard-1630.js'),
(5586, 'wp-content/plugins/wordpress-seo/js/dist/yoast/feature-flag-1630.js'),
(5587, 'wp-content/plugins/wordpress-seo/js/dist/yoast/helpers-1630.js'),
(5588, 'wp-content/plugins/wordpress-seo/js/dist/yoast/replacement-variable-editor-1630.js'),
(5589, 'wp-content/plugins/wordpress-seo/js/dist/yoast/schema-blocks-1630.js'),
(5590, 'wp-content/plugins/wordpress-seo/js/dist/yoast/search-metadata-previews-1630.js'),
(5591, 'wp-content/plugins/wordpress-seo/js/dist/yoast/social-metadata-forms-1630.js'),
(5592, 'wp-content/plugins/wordpress-seo/js/dist/yoast/style-guide-1630.js'),
(5593, 'wp-content/plugins/wordpress-seo/js/dist/yoast/yoast-components-1630.js'),
(5594, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ar.json'),
(5595, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bg_BG.json'),
(5596, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-bs_BA.json'),
(5597, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ca.json'),
(5598, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-cs_CZ.json'),
(5599, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-da_DK.json'),
(5600, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-de_DE.json'),
(5601, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-el.json'),
(5602, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_AU.json'),
(5603, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_CA.json'),
(5604, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_GB.json'),
(5605, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_NZ.json'),
(5606, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-en_ZA.json'),
(5607, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_AR.json'),
(5608, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_CR.json'),
(5609, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_EC.json'),
(5610, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_ES.json'),
(5611, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_MX.json'),
(5612, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_PE.json'),
(5613, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-es_VE.json'),
(5614, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fa_IR.json'),
(5615, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fi.json'),
(5616, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_BE.json'),
(5617, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_CA.json'),
(5618, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-fr_FR.json'),
(5619, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-gl_ES.json'),
(5620, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-he_IL.json'),
(5621, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hi_IN.json'),
(5622, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hr.json'),
(5623, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-hu_HU.json'),
(5624, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-id_ID.json'),
(5625, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-it_IT.json'),
(5626, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ja.json'),
(5627, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ko_KR.json');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(5628, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-lt_LT.json'),
(5629, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nb_NO.json'),
(5630, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_BE.json'),
(5631, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-nl_NL.json'),
(5632, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pl_PL.json'),
(5633, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_AO.json'),
(5634, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_BR.json'),
(5635, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-pt_PT.json'),
(5636, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ro_RO.json'),
(5637, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-ru_RU.json'),
(5638, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sk_SK.json'),
(5639, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sr_RS.json'),
(5640, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-sv_SE.json'),
(5641, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-tr_TR.json'),
(5642, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-uk.json'),
(5643, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-vi.json'),
(5644, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_CN.json'),
(5645, 'wp-content/plugins/wordpress-seo/languages/wordpress-seo-zh_TW.json'),
(5646, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ar.json'),
(5647, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bg_BG.json'),
(5648, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-bs_BA.json'),
(5649, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ca.json'),
(5650, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-cs_CZ.json'),
(5651, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-da_DK.json'),
(5652, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-de_DE.json'),
(5653, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-el.json'),
(5654, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_AU.json'),
(5655, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_CA.json'),
(5656, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_GB.json'),
(5657, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_NZ.json'),
(5658, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-en_ZA.json'),
(5659, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_AR.json'),
(5660, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_CR.json'),
(5661, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_EC.json'),
(5662, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_ES.json'),
(5663, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_MX.json'),
(5664, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_PE.json'),
(5665, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-es_VE.json'),
(5666, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fa_IR.json'),
(5667, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fi.json'),
(5668, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_BE.json'),
(5669, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_CA.json'),
(5670, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-fr_FR.json'),
(5671, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-gl_ES.json'),
(5672, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-he_IL.json'),
(5673, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hi_IN.json'),
(5674, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hr.json'),
(5675, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-hu_HU.json'),
(5676, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-id_ID.json'),
(5677, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-it_IT.json'),
(5678, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ja.json'),
(5679, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ko_KR.json'),
(5680, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-lt_LT.json'),
(5681, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nb_NO.json'),
(5682, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_BE.json'),
(5683, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-nl_NL.json'),
(5684, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pl_PL.json'),
(5685, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_AO.json'),
(5686, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_BR.json'),
(5687, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-pt_PT.json'),
(5688, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ro_RO.json'),
(5689, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-ru_RU.json'),
(5690, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sk_SK.json'),
(5691, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sr_RS.json'),
(5692, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-sv_SE.json'),
(5693, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-tr_TR.json'),
(5694, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-uk.json'),
(5695, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-vi.json'),
(5696, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_CN.json'),
(5697, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs-zh_TW.json'),
(5698, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.json'),
(5699, 'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php'),
(5700, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ar.json'),
(5701, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bg_BG.json'),
(5702, 'wp-content/plugins/wordpress-seo/languages/yoast-components-bs_BA.json'),
(5703, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ca.json'),
(5704, 'wp-content/plugins/wordpress-seo/languages/yoast-components-cs_CZ.json'),
(5705, 'wp-content/plugins/wordpress-seo/languages/yoast-components-da_DK.json'),
(5706, 'wp-content/plugins/wordpress-seo/languages/yoast-components-de_DE.json'),
(5707, 'wp-content/plugins/wordpress-seo/languages/yoast-components-el.json'),
(5708, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_AU.json'),
(5709, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_CA.json'),
(5710, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_GB.json'),
(5711, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_NZ.json'),
(5712, 'wp-content/plugins/wordpress-seo/languages/yoast-components-en_ZA.json'),
(5713, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_AR.json'),
(5714, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_CR.json'),
(5715, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_EC.json'),
(5716, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_ES.json'),
(5717, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_MX.json'),
(5718, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_PE.json'),
(5719, 'wp-content/plugins/wordpress-seo/languages/yoast-components-es_VE.json'),
(5720, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fa_IR.json'),
(5721, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fi.json'),
(5722, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_BE.json'),
(5723, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_CA.json'),
(5724, 'wp-content/plugins/wordpress-seo/languages/yoast-components-fr_FR.json'),
(5725, 'wp-content/plugins/wordpress-seo/languages/yoast-components-gl_ES.json'),
(5726, 'wp-content/plugins/wordpress-seo/languages/yoast-components-he_IL.json'),
(5727, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hi_IN.json'),
(5728, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hr.json'),
(5729, 'wp-content/plugins/wordpress-seo/languages/yoast-components-hu_HU.json'),
(5730, 'wp-content/plugins/wordpress-seo/languages/yoast-components-id_ID.json'),
(5731, 'wp-content/plugins/wordpress-seo/languages/yoast-components-it_IT.json'),
(5732, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ja.json'),
(5733, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ko_KR.json'),
(5734, 'wp-content/plugins/wordpress-seo/languages/yoast-components-lt_LT.json'),
(5735, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nb_NO.json'),
(5736, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_BE.json'),
(5737, 'wp-content/plugins/wordpress-seo/languages/yoast-components-nl_NL.json'),
(5738, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pl_PL.json'),
(5739, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_AO.json'),
(5740, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_BR.json'),
(5741, 'wp-content/plugins/wordpress-seo/languages/yoast-components-pt_PT.json'),
(5742, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ro_RO.json'),
(5743, 'wp-content/plugins/wordpress-seo/languages/yoast-components-ru_RU.json'),
(5744, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sk_SK.json'),
(5745, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sr_RS.json'),
(5746, 'wp-content/plugins/wordpress-seo/languages/yoast-components-sv_SE.json'),
(5747, 'wp-content/plugins/wordpress-seo/languages/yoast-components-tr_TR.json'),
(5748, 'wp-content/plugins/wordpress-seo/languages/yoast-components-uk.json'),
(5749, 'wp-content/plugins/wordpress-seo/languages/yoast-components-vi.json'),
(5750, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_CN.json'),
(5751, 'wp-content/plugins/wordpress-seo/languages/yoast-components-zh_TW.json'),
(5752, 'wp-content/plugins/wordpress-seo/languages/yoast-components.php'),
(5753, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.json'),
(5754, 'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php'),
(5755, 'wp-content/plugins/wordpress-seo/lib/abstract-main.php'),
(5756, 'wp-content/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),
(5757, 'wp-content/plugins/wordpress-seo/lib/migrations/adapter.php'),
(5758, 'wp-content/plugins/wordpress-seo/lib/migrations/column.php'),
(5759, 'wp-content/plugins/wordpress-seo/lib/migrations/constants.php'),
(5760, 'wp-content/plugins/wordpress-seo/lib/migrations/migration.php'),
(5761, 'wp-content/plugins/wordpress-seo/lib/migrations/table.php'),
(5762, 'wp-content/plugins/wordpress-seo/lib/model.php'),
(5763, 'wp-content/plugins/wordpress-seo/lib/orm.php'),
(5764, 'wp-content/plugins/wordpress-seo/license.txt'),
(5765, 'wp-content/plugins/wordpress-seo/readme.txt'),
(5766, 'wp-content/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),
(5767, 'wp-content/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),
(5768, 'wp-content/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),
(5769, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),
(5770, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),
(5771, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),
(5772, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),
(5773, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),
(5774, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),
(5775, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),
(5776, 'wp-content/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),
(5777, 'wp-content/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),
(5778, 'wp-content/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),
(5779, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),
(5780, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),
(5781, 'wp-content/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),
(5782, 'wp-content/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),
(5783, 'wp-content/plugins/wordpress-seo/src/builders/indexable-builder.php'),
(5784, 'wp-content/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),
(5785, 'wp-content/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),
(5786, 'wp-content/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),
(5787, 'wp-content/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),
(5788, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),
(5789, 'wp-content/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),
(5790, 'wp-content/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),
(5791, 'wp-content/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),
(5792, 'wp-content/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),
(5793, 'wp-content/plugins/wordpress-seo/src/builders/primary-term-builder.php'),
(5794, 'wp-content/plugins/wordpress-seo/src/commands/command-interface.php'),
(5795, 'wp-content/plugins/wordpress-seo/src/commands/index-command.php'),
(5796, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),
(5797, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),
(5798, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),
(5799, 'wp-content/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),
(5800, 'wp-content/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),
(5801, 'wp-content/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),
(5802, 'wp-content/plugins/wordpress-seo/src/conditionals/development-conditional.php'),
(5803, 'wp-content/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),
(5804, 'wp-content/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),
(5805, 'wp-content/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),
(5806, 'wp-content/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),
(5807, 'wp-content/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),
(5808, 'wp-content/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),
(5809, 'wp-content/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),
(5810, 'wp-content/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),
(5811, 'wp-content/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),
(5812, 'wp-content/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),
(5813, 'wp-content/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php'),
(5814, 'wp-content/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),
(5815, 'wp-content/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),
(5816, 'wp-content/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php'),
(5817, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),
(5818, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),
(5819, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),
(5820, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),
(5821, 'wp-content/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),
(5822, 'wp-content/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),
(5823, 'wp-content/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),
(5824, 'wp-content/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),
(5825, 'wp-content/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),
(5826, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),
(5827, 'wp-content/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),
(5828, 'wp-content/plugins/wordpress-seo/src/config/badge-group-names.php'),
(5829, 'wp-content/plugins/wordpress-seo/src/config/indexing-reasons.php'),
(5830, 'wp-content/plugins/wordpress-seo/src/config/migration-status.php'),
(5831, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),
(5832, 'wp-content/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),
(5833, 'wp-content/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),
(5834, 'wp-content/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),
(5835, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),
(5836, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),
(5837, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),
(5838, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),
(5839, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),
(5840, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),
(5841, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),
(5842, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),
(5843, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),
(5844, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),
(5845, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),
(5846, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),
(5847, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),
(5848, 'wp-content/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),
(5849, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),
(5850, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),
(5851, 'wp-content/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),
(5852, 'wp-content/plugins/wordpress-seo/src/config/schema-ids.php'),
(5853, 'wp-content/plugins/wordpress-seo/src/config/schema-types.php'),
(5854, 'wp-content/plugins/wordpress-seo/src/config/semrush-client.php'),
(5855, 'wp-content/plugins/wordpress-seo/src/context/meta-tags-context.php'),
(5856, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php'),
(5857, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php'),
(5858, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php'),
(5859, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php'),
(5860, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php'),
(5861, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php'),
(5862, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php'),
(5863, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extension.php'),
(5864, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/extensions.php'),
(5865, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php'),
(5866, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php'),
(5867, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php'),
(5868, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php'),
(5869, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php'),
(5870, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php'),
(5871, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php'),
(5872, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php'),
(5873, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php'),
(5874, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php'),
(5875, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php'),
(5876, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php'),
(5877, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php'),
(5878, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php'),
(5879, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php'),
(5880, 'wp-content/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php'),
(5881, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php'),
(5882, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),
(5883, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php'),
(5884, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php'),
(5885, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php'),
(5886, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php'),
(5887, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph.php'),
(5888, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php'),
(5889, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php'),
(5890, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php'),
(5891, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),
(5892, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php'),
(5893, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php'),
(5894, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php'),
(5895, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php'),
(5896, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php'),
(5897, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php'),
(5898, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php'),
(5899, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php'),
(5900, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php'),
(5901, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php'),
(5902, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php'),
(5903, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php'),
(5904, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php'),
(5905, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php'),
(5906, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php'),
(5907, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php'),
(5908, 'wp-content/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php'),
(5909, 'wp-content/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php'),
(5910, 'wp-content/plugins/wordpress-seo/src/deprecated/index.php'),
(5911, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php'),
(5912, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php'),
(5913, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php'),
(5914, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php'),
(5915, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php'),
(5916, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php'),
(5917, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php'),
(5918, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php'),
(5919, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php'),
(5920, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php'),
(5921, 'wp-content/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php'),
(5922, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php'),
(5923, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php'),
(5924, 'wp-content/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php'),
(5925, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php'),
(5926, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php'),
(5927, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php'),
(5928, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php'),
(5929, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php'),
(5930, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php'),
(5931, 'wp-content/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php'),
(5932, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),
(5933, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),
(5934, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),
(5935, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),
(5936, 'wp-content/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),
(5937, 'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),
(5938, 'wp-content/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),
(5939, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-property-exception.php'),
(5940, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/empty-token-exception.php'),
(5941, 'wp-content/plugins/wordpress-seo/src/exceptions/semrush/tokens/failed-storage-exception.php'),
(5942, 'wp-content/plugins/wordpress-seo/src/functions.php'),
(5943, 'wp-content/plugins/wordpress-seo/src/generated/container.php'),
(5944, 'wp-content/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),
(5945, 'wp-content/plugins/wordpress-seo/src/generators/generator-interface.php'),
(5946, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),
(5947, 'wp-content/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),
(5948, 'wp-content/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),
(5949, 'wp-content/plugins/wordpress-seo/src/generators/schema/article.php'),
(5950, 'wp-content/plugins/wordpress-seo/src/generators/schema/author.php'),
(5951, 'wp-content/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),
(5952, 'wp-content/plugins/wordpress-seo/src/generators/schema/faq.php'),
(5953, 'wp-content/plugins/wordpress-seo/src/generators/schema/howto.php'),
(5954, 'wp-content/plugins/wordpress-seo/src/generators/schema/main-image.php'),
(5955, 'wp-content/plugins/wordpress-seo/src/generators/schema/organization.php'),
(5956, 'wp-content/plugins/wordpress-seo/src/generators/schema/person.php'),
(5957, 'wp-content/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php'),
(5958, 'wp-content/plugins/wordpress-seo/src/generators/schema/webpage.php'),
(5959, 'wp-content/plugins/wordpress-seo/src/generators/schema/website.php'),
(5960, 'wp-content/plugins/wordpress-seo/src/generators/schema-generator.php'),
(5961, 'wp-content/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),
(5962, 'wp-content/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),
(5963, 'wp-content/plugins/wordpress-seo/src/helpers/blocks-helper.php'),
(5964, 'wp-content/plugins/wordpress-seo/src/helpers/capability-helper.php'),
(5965, 'wp-content/plugins/wordpress-seo/src/helpers/current-page-helper.php'),
(5966, 'wp-content/plugins/wordpress-seo/src/helpers/date-helper.php'),
(5967, 'wp-content/plugins/wordpress-seo/src/helpers/environment-helper.php'),
(5968, 'wp-content/plugins/wordpress-seo/src/helpers/home-url-helper.php'),
(5969, 'wp-content/plugins/wordpress-seo/src/helpers/image-helper.php'),
(5970, 'wp-content/plugins/wordpress-seo/src/helpers/indexable-helper.php'),
(5971, 'wp-content/plugins/wordpress-seo/src/helpers/indexing-helper.php'),
(5972, 'wp-content/plugins/wordpress-seo/src/helpers/input-helper.php'),
(5973, 'wp-content/plugins/wordpress-seo/src/helpers/language-helper.php'),
(5974, 'wp-content/plugins/wordpress-seo/src/helpers/meta-helper.php'),
(5975, 'wp-content/plugins/wordpress-seo/src/helpers/notification-helper.php'),
(5976, 'wp-content/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),
(5977, 'wp-content/plugins/wordpress-seo/src/helpers/options-helper.php'),
(5978, 'wp-content/plugins/wordpress-seo/src/helpers/pagination-helper.php'),
(5979, 'wp-content/plugins/wordpress-seo/src/helpers/permalink-helper.php'),
(5980, 'wp-content/plugins/wordpress-seo/src/helpers/post-helper.php'),
(5981, 'wp-content/plugins/wordpress-seo/src/helpers/post-type-helper.php'),
(5982, 'wp-content/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),
(5983, 'wp-content/plugins/wordpress-seo/src/helpers/product-helper.php'),
(5984, 'wp-content/plugins/wordpress-seo/src/helpers/redirect-helper.php'),
(5985, 'wp-content/plugins/wordpress-seo/src/helpers/request-helper.php'),
(5986, 'wp-content/plugins/wordpress-seo/src/helpers/robots-helper.php'),
(5987, 'wp-content/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),
(5988, 'wp-content/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),
(5989, 'wp-content/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),
(5990, 'wp-content/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),
(5991, 'wp-content/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),
(5992, 'wp-content/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),
(5993, 'wp-content/plugins/wordpress-seo/src/helpers/short-link-helper.php'),
(5994, 'wp-content/plugins/wordpress-seo/src/helpers/site-helper.php'),
(5995, 'wp-content/plugins/wordpress-seo/src/helpers/string-helper.php'),
(5996, 'wp-content/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),
(5997, 'wp-content/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),
(5998, 'wp-content/plugins/wordpress-seo/src/helpers/url-helper.php'),
(5999, 'wp-content/plugins/wordpress-seo/src/helpers/user-helper.php'),
(6000, 'wp-content/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),
(6001, 'wp-content/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),
(6002, 'wp-content/plugins/wordpress-seo/src/initializers/initializer-interface.php'),
(6003, 'wp-content/plugins/wordpress-seo/src/initializers/migration-runner.php'),
(6004, 'wp-content/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),
(6005, 'wp-content/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),
(6006, 'wp-content/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),
(6007, 'wp-content/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),
(6008, 'wp-content/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),
(6009, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),
(6010, 'wp-content/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),
(6011, 'wp-content/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),
(6012, 'wp-content/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),
(6013, 'wp-content/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),
(6014, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),
(6015, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),
(6016, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),
(6017, 'wp-content/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),
(6018, 'wp-content/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),
(6019, 'wp-content/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),
(6020, 'wp-content/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),
(6021, 'wp-content/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),
(6022, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),
(6023, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),
(6024, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),
(6025, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),
(6026, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),
(6027, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),
(6028, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),
(6029, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),
(6030, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),
(6031, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),
(6032, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php'),
(6033, 'wp-content/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),
(6034, 'wp-content/plugins/wordpress-seo/src/integrations/front-end-integration.php'),
(6035, 'wp-content/plugins/wordpress-seo/src/integrations/integration-interface.php'),
(6036, 'wp-content/plugins/wordpress-seo/src/integrations/primary-category.php'),
(6037, 'wp-content/plugins/wordpress-seo/src/integrations/schema-blocks.php'),
(6038, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/amp.php'),
(6039, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),
(6040, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor-exclude-post-types.php'),
(6041, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),
(6042, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),
(6043, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php'),
(6044, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),
(6045, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),
(6046, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),
(6047, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),
(6048, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),
(6049, 'wp-content/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),
(6050, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),
(6051, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),
(6052, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),
(6053, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),
(6054, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),
(6055, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),
(6056, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),
(6057, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),
(6058, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),
(6059, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),
(6060, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),
(6061, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),
(6062, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),
(6063, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),
(6064, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),
(6065, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),
(6066, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),
(6067, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),
(6068, 'wp-content/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),
(6069, 'wp-content/plugins/wordpress-seo/src/integrations/xmlrpc.php'),
(6070, 'wp-content/plugins/wordpress-seo/src/loadable-interface.php'),
(6071, 'wp-content/plugins/wordpress-seo/src/loader.php'),
(6072, 'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),
(6073, 'wp-content/plugins/wordpress-seo/src/main.php'),
(6074, 'wp-content/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),
(6075, 'wp-content/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),
(6076, 'wp-content/plugins/wordpress-seo/src/models/indexable-extension.php'),
(6077, 'wp-content/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),
(6078, 'wp-content/plugins/wordpress-seo/src/models/indexable.php'),
(6079, 'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),
(6080, 'wp-content/plugins/wordpress-seo/src/models/seo-links.php'),
(6081, 'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),
(6082, 'wp-content/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),
(6083, 'wp-content/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),
(6084, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),
(6085, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),
(6086, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),
(6087, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),
(6088, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),
(6089, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),
(6090, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),
(6091, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),
(6092, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),
(6093, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),
(6094, 'wp-content/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),
(6095, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),
(6096, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),
(6097, 'wp-content/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),
(6098, 'wp-content/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),
(6099, 'wp-content/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php'),
(6100, 'wp-content/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),
(6101, 'wp-content/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),
(6102, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),
(6103, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),
(6104, 'wp-content/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),
(6105, 'wp-content/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),
(6106, 'wp-content/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),
(6107, 'wp-content/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),
(6108, 'wp-content/plugins/wordpress-seo/src/presenters/bingbot-presenter.php'),
(6109, 'wp-content/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),
(6110, 'wp-content/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),
(6111, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),
(6112, 'wp-content/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),
(6113, 'wp-content/plugins/wordpress-seo/src/presenters/googlebot-presenter.php'),
(6114, 'wp-content/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),
(6115, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),
(6116, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),
(6117, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),
(6118, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),
(6119, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),
(6120, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),
(6121, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),
(6122, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),
(6123, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),
(6124, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),
(6125, 'wp-content/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),
(6126, 'wp-content/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),
(6127, 'wp-content/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),
(6128, 'wp-content/plugins/wordpress-seo/src/presenters/robots-presenter.php'),
(6129, 'wp-content/plugins/wordpress-seo/src/presenters/schema-presenter.php'),
(6130, 'wp-content/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),
(6131, 'wp-content/plugins/wordpress-seo/src/presenters/title-presenter.php'),
(6132, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),
(6133, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),
(6134, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),
(6135, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),
(6136, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),
(6137, 'wp-content/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),
(6138, 'wp-content/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),
(6139, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),
(6140, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),
(6141, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),
(6142, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),
(6143, 'wp-content/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),
(6144, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),
(6145, 'wp-content/plugins/wordpress-seo/src/repositories/indexable-repository.php'),
(6146, 'wp-content/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),
(6147, 'wp-content/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),
(6148, 'wp-content/plugins/wordpress-seo/src/repositories/seo-meta-repository.php'),
(6149, 'wp-content/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),
(6150, 'wp-content/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),
(6151, 'wp-content/plugins/wordpress-seo/src/routes/indexables-head-route.php'),
(6152, 'wp-content/plugins/wordpress-seo/src/routes/indexing-route.php'),
(6153, 'wp-content/plugins/wordpress-seo/src/routes/route-interface.php'),
(6154, 'wp-content/plugins/wordpress-seo/src/routes/semrush-route.php'),
(6155, 'wp-content/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),
(6156, 'wp-content/plugins/wordpress-seo/src/schema-templates/image.schema.php'),
(6157, 'wp-content/plugins/wordpress-seo/src/schema-templates/ingredients.block.php'),
(6158, 'wp-content/plugins/wordpress-seo/src/schema-templates/ingredients.schema.php'),
(6159, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php'),
(6160, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php'),
(6161, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.block.php'),
(6162, 'wp-content/plugins/wordpress-seo/src/schema-templates/recipe.schema.php'),
(6163, 'wp-content/plugins/wordpress-seo/src/schema-templates/step.block.php'),
(6164, 'wp-content/plugins/wordpress-seo/src/schema-templates/step.schema.php'),
(6165, 'wp-content/plugins/wordpress-seo/src/schema-templates/steps.block.php'),
(6166, 'wp-content/plugins/wordpress-seo/src/schema-templates/steps.schema.php'),
(6167, 'wp-content/plugins/wordpress-seo/src/surfaces/classes-surface.php'),
(6168, 'wp-content/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),
(6169, 'wp-content/plugins/wordpress-seo/src/surfaces/meta-surface.php'),
(6170, 'wp-content/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),
(6171, 'wp-content/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),
(6172, 'wp-content/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),
(6173, 'wp-content/plugins/wordpress-seo/src/surfaces/values/meta.php'),
(6174, 'wp-content/plugins/wordpress-seo/src/values/images.php'),
(6175, 'wp-content/plugins/wordpress-seo/src/values/open-graph/images.php'),
(6176, 'wp-content/plugins/wordpress-seo/src/values/semrush/semrush-token.php'),
(6177, 'wp-content/plugins/wordpress-seo/src/wordpress/wrapper.php'),
(6178, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),
(6179, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),
(6180, 'wp-content/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),
(6181, 'wp-content/plugins/wordpress-seo/vendor/autoload.php'),
(6182, 'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),
(6183, 'wp-content/plugins/wordpress-seo/vendor/composer/LICENSE'),
(6184, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),
(6185, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),
(6186, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),
(6187, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),
(6188, 'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),
(6189, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/CHANGELOG.md'),
(6190, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php'),
(6191, 'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php'),
(6192, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),
(6193, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),
(6194, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),
(6195, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),
(6196, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),
(6197, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),
(6198, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),
(6199, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),
(6200, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),
(6201, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(6202, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),
(6203, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),
(6204, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),
(6205, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),
(6206, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),
(6207, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),
(6208, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),
(6209, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),
(6210, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),
(6211, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),
(6212, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),
(6213, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),
(6214, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),
(6215, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),
(6216, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),
(6217, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),
(6218, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),
(6219, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),
(6220, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),
(6221, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),
(6222, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),
(6223, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),
(6224, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),
(6225, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),
(6226, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),
(6227, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),
(6228, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),
(6229, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),
(6230, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),
(6231, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),
(6232, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),
(6233, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),
(6234, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),
(6235, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),
(6236, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),
(6237, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),
(6238, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),
(6239, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),
(6240, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),
(6241, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),
(6242, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),
(6243, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),
(6244, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),
(6245, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),
(6246, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),
(6247, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),
(6248, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),
(6249, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),
(6250, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),
(6251, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),
(6252, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),
(6253, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),
(6254, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),
(6255, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),
(6256, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),
(6257, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),
(6258, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),
(6259, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),
(6260, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),
(6261, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),
(6262, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),
(6263, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),
(6264, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),
(6265, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),
(6266, 'wp-content/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),
(6267, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),
(6268, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),
(6269, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),
(6270, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),
(6271, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),
(6272, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),
(6273, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),
(6274, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),
(6275, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),
(6276, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),
(6277, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),
(6278, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),
(6279, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),
(6280, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),
(6281, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),
(6282, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),
(6283, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),
(6284, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),
(6285, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),
(6286, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),
(6287, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),
(6288, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),
(6289, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),
(6290, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),
(6291, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),
(6292, 'wp-content/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),
(6293, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),
(6294, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),
(6295, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),
(6296, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),
(6297, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),
(6298, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),
(6299, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),
(6300, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),
(6301, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),
(6302, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),
(6303, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),
(6304, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),
(6305, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),
(6306, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),
(6307, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),
(6308, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),
(6309, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),
(6310, 'wp-content/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),
(6311, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),
(6312, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),
(6313, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),
(6314, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),
(6315, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),
(6316, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),
(6317, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),
(6318, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),
(6319, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),
(6320, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),
(6321, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),
(6322, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),
(6323, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),
(6324, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),
(6325, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),
(6326, 'wp-content/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),
(6327, 'wp-content/plugins/wordpress-seo/wp-seo-main.php'),
(6328, 'wp-content/plugins/wordpress-seo/wp-seo.php'),
(6329, 'wp-content/plugins/wordpress-seo/wpml-config.xml'),
(6330, 'wp-content/plugins/wps-hide-login/autoload.php'),
(6331, 'wp-content/plugins/wps-hide-login/classes/plugin.php'),
(6332, 'wp-content/plugins/wps-hide-login/classes/singleton.php'),
(6333, 'wp-content/plugins/wps-hide-login/composer.json'),
(6334, 'wp-content/plugins/wps-hide-login/composer.lock'),
(6335, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.mo'),
(6336, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-cs_CZ.po'),
(6337, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.mo'),
(6338, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-da_DK.po'),
(6339, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.mo'),
(6340, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-es_ES.po'),
(6341, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.mo'),
(6342, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-fr_FR.po'),
(6343, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.mo'),
(6344, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-it_IT.po'),
(6345, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.mo'),
(6346, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login-ru_RU.po'),
(6347, 'wp-content/plugins/wps-hide-login/languages/wps-hide-login.pot'),
(6348, 'wp-content/plugins/wps-hide-login/readme.txt'),
(6349, 'wp-content/plugins/wps-hide-login/uninstall.php'),
(6350, 'wp-content/plugins/wps-hide-login/vendor/autoload.php'),
(6351, 'wp-content/plugins/wps-hide-login/vendor/composer/ClassLoader.php'),
(6352, 'wp-content/plugins/wps-hide-login/vendor/composer/InstalledVersions.php'),
(6353, 'wp-content/plugins/wps-hide-login/vendor/composer/LICENSE'),
(6354, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_classmap.php'),
(6355, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_namespaces.php'),
(6356, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_psr4.php'),
(6357, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_real.php'),
(6358, 'wp-content/plugins/wps-hide-login/vendor/composer/autoload_static.php'),
(6359, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.json'),
(6360, 'wp-content/plugins/wps-hide-login/vendor/composer/installed.php'),
(6361, 'wp-content/plugins/wps-hide-login/vendor/composer/platform_check.php'),
(6362, 'wp-content/plugins/wps-hide-login/wps-hide-login.php'),
(6363, 'wp-content/themes/index.php'),
(6364, 'wp-content/themes/usses/404.php'),
(6365, 'wp-content/themes/usses/archive.php'),
(6366, 'wp-content/themes/usses/comments.php'),
(6367, 'wp-content/themes/usses/dashboard-account.php'),
(6368, 'wp-content/themes/usses/dashboard-allocation-approval.php'),
(6369, 'wp-content/themes/usses/dashboard-allocations-add.php'),
(6370, 'wp-content/themes/usses/dashboard-allocations-company-allocation-add.php'),
(6371, 'wp-content/themes/usses/dashboard-allocations-company.php'),
(6372, 'wp-content/themes/usses/dashboard-allocations-edit.php'),
(6373, 'wp-content/themes/usses/dashboard-allocations.php'),
(6374, 'wp-content/themes/usses/dashboard-companies.php'),
(6375, 'wp-content/themes/usses/dashboard-company-approval.php'),
(6376, 'wp-content/themes/usses/dashboard-company-details.php'),
(6377, 'wp-content/themes/usses/dashboard-customer-certificate-add.php'),
(6378, 'wp-content/themes/usses/dashboard-customer-certificate-approve.php'),
(6379, 'wp-content/themes/usses/dashboard-customer-certificate-confirmation.php'),
(6380, 'wp-content/themes/usses/dashboard-customer-certificate-dashboard.php'),
(6381, 'wp-content/themes/usses/dashboard-customer-certificate-edit.php'),
(6382, 'wp-content/themes/usses/dashboard-customer-certificate-validate.php'),
(6383, 'wp-content/themes/usses/dashboard-customer-certificate-view.php'),
(6384, 'wp-content/themes/usses/dashboard-customer-profile-add.php'),
(6385, 'wp-content/themes/usses/dashboard-customer-profile-dashboard.php'),
(6386, 'wp-content/themes/usses/dashboard-customer-profile-validate.php'),
(6387, 'wp-content/themes/usses/dashboard-departments-add.php'),
(6388, 'wp-content/themes/usses/dashboard-departments-edit.php'),
(6389, 'wp-content/themes/usses/dashboard-departments.php'),
(6390, 'wp-content/themes/usses/dashboard-home.php'),
(6391, 'wp-content/themes/usses/dashboard-my-profile.php'),
(6392, 'wp-content/themes/usses/dashboard-profile.php'),
(6393, 'wp-content/themes/usses/dashboard-ses-user-add.php'),
(6394, 'wp-content/themes/usses/dashboard-ses-user-edit.php'),
(6395, 'wp-content/themes/usses/dashboard-ses-users-listing.php'),
(6396, 'wp-content/themes/usses/dashboard-shipments-add.php'),
(6397, 'wp-content/themes/usses/dashboard-shipments-edit.php'),
(6398, 'wp-content/themes/usses/dashboard-shipments-validate.php'),
(6399, 'wp-content/themes/usses/dashboard-shipments-view.php'),
(6400, 'wp-content/themes/usses/dashboard-shipments.php'),
(6401, 'wp-content/themes/usses/dashboard-terms-and-conditions.php'),
(6402, 'wp-content/themes/usses/dashboard-user-add.php'),
(6403, 'wp-content/themes/usses/dashboard-user-edit.php'),
(6404, 'wp-content/themes/usses/dashboard-users-listing.php'),
(6405, 'wp-content/themes/usses/fonts/fa/webfonts/fa-brands-400.svg'),
(6406, 'wp-content/themes/usses/fonts/fa/webfonts/fa-regular-400.svg'),
(6407, 'wp-content/themes/usses/fonts/fa/webfonts/fa-solid-900.svg'),
(6408, 'wp-content/themes/usses/footer-dashboard.php'),
(6409, 'wp-content/themes/usses/footer.php'),
(6410, 'wp-content/themes/usses/functions.php'),
(6411, 'wp-content/themes/usses/header-dashboard.php'),
(6412, 'wp-content/themes/usses/header.php'),
(6413, 'wp-content/themes/usses/img/Protocol.svg'),
(6414, 'wp-content/themes/usses/img/Specificity.svg'),
(6415, 'wp-content/themes/usses/inc/acf_fields/attachment_fields.php'),
(6416, 'wp-content/themes/usses/inc/acf_fields/cards_fields.php'),
(6417, 'wp-content/themes/usses/inc/acf_fields/contact_fields.php'),
(6418, 'wp-content/themes/usses/inc/acf_fields/copy_block_fields.php'),
(6419, 'wp-content/themes/usses/inc/acf_fields/footer_fields.php'),
(6420, 'wp-content/themes/usses/inc/acf_fields/header_fields.php'),
(6421, 'wp-content/themes/usses/inc/acf_fields/hero_header_fields.php'),
(6422, 'wp-content/themes/usses/inc/acf_fields/partners_fields.php'),
(6423, 'wp-content/themes/usses/inc/acf_fields/slider_fields.php'),
(6424, 'wp-content/themes/usses/inc/acf_fields/theme_settings_fields.php'),
(6425, 'wp-content/themes/usses/inc/acf_fields/tos_fields.php'),
(6426, 'wp-content/themes/usses/inc/acf_fields/usses_counters_fields.php'),
(6427, 'wp-content/themes/usses/inc/constants.php'),
(6428, 'wp-content/themes/usses/inc/custom-header.php'),
(6429, 'wp-content/themes/usses/inc/customizer.php'),
(6430, 'wp-content/themes/usses/inc/email-functions.php'),
(6431, 'wp-content/themes/usses/inc/form_helpers.php'),
(6432, 'wp-content/themes/usses/inc/jetpack.php'),
(6433, 'wp-content/themes/usses/inc/template-functions.php'),
(6434, 'wp-content/themes/usses/inc/template-tags.php'),
(6435, 'wp-content/themes/usses/inc/validate-functions.php'),
(6436, 'wp-content/themes/usses/inc-controller/allocations.php'),
(6437, 'wp-content/themes/usses/inc-controller/companies.php'),
(6438, 'wp-content/themes/usses/inc-controller/companies_allocations.php'),
(6439, 'wp-content/themes/usses/inc-controller/customer_certificates.php'),
(6440, 'wp-content/themes/usses/inc-controller/departments.php'),
(6441, 'wp-content/themes/usses/inc-controller/shipments.php'),
(6442, 'wp-content/themes/usses/inc-controller/users.php'),
(6443, 'wp-content/themes/usses/index.php'),
(6444, 'wp-content/themes/usses/js/backend.js'),
(6445, 'wp-content/themes/usses/js/bootstrap.bundle.min.js'),
(6446, 'wp-content/themes/usses/js/bootstrap.min.js'),
(6447, 'wp-content/themes/usses/js/bundle.backend.js'),
(6448, 'wp-content/themes/usses/js/bundle.js'),
(6449, 'wp-content/themes/usses/js/conversion_rates.js'),
(6450, 'wp-content/themes/usses/js/counter.js'),
(6451, 'wp-content/themes/usses/js/countrydropdown.js'),
(6452, 'wp-content/themes/usses/js/custom_funcs.js'),
(6453, 'wp-content/themes/usses/js/customizer.js'),
(6454, 'wp-content/themes/usses/js/jquery.tabledit.min.js'),
(6455, 'wp-content/themes/usses/js/main.js'),
(6456, 'wp-content/themes/usses/js/navigation.js'),
(6457, 'wp-content/themes/usses/js/popper.min.js'),
(6458, 'wp-content/themes/usses/js/select2.js'),
(6459, 'wp-content/themes/usses/js/utils_old.js'),
(6460, 'wp-content/themes/usses/page-about.php'),
(6461, 'wp-content/themes/usses/page-home.php'),
(6462, 'wp-content/themes/usses/page-login.php'),
(6463, 'wp-content/themes/usses/page-register.php'),
(6464, 'wp-content/themes/usses/page-view-certificate-preview.php'),
(6465, 'wp-content/themes/usses/page-view-certificate.php'),
(6466, 'wp-content/themes/usses/page.php'),
(6467, 'wp-content/themes/usses/plugins/datepicker/bootstrap-datepicker.js'),
(6468, 'wp-content/themes/usses/plugins/parsley/parsley.js'),
(6469, 'wp-content/themes/usses/plugins/select2/select2.js'),
(6470, 'wp-content/themes/usses/plugins/select2/select2.min.js'),
(6471, 'wp-content/themes/usses/search.php'),
(6472, 'wp-content/themes/usses/sidebar.php'),
(6473, 'wp-content/themes/usses/single.php'),
(6474, 'wp-content/themes/usses/template-parts/content-none.php'),
(6475, 'wp-content/themes/usses/template-parts/content-page.php'),
(6476, 'wp-content/themes/usses/template-parts/content-search.php'),
(6477, 'wp-content/themes/usses/template-parts/content.php'),
(6478, 'wp-content/themes/usses_old/404.php'),
(6479, 'wp-content/themes/usses_old/archive.php'),
(6480, 'wp-content/themes/usses_old/comments.php'),
(6481, 'wp-content/themes/usses_old/dashboard-account.php'),
(6482, 'wp-content/themes/usses_old/dashboard-allocation-approval.php'),
(6483, 'wp-content/themes/usses_old/dashboard-allocations-add.php'),
(6484, 'wp-content/themes/usses_old/dashboard-allocations-company-allocation-add.php'),
(6485, 'wp-content/themes/usses_old/dashboard-allocations-company.php'),
(6486, 'wp-content/themes/usses_old/dashboard-allocations-edit.php'),
(6487, 'wp-content/themes/usses_old/dashboard-allocations.php'),
(6488, 'wp-content/themes/usses_old/dashboard-companies.php'),
(6489, 'wp-content/themes/usses_old/dashboard-company-approval.php'),
(6490, 'wp-content/themes/usses_old/dashboard-company-details.php'),
(6491, 'wp-content/themes/usses_old/dashboard-customer-certificate-add.php'),
(6492, 'wp-content/themes/usses_old/dashboard-customer-certificate-approve.php'),
(6493, 'wp-content/themes/usses_old/dashboard-customer-certificate-confirmation.php'),
(6494, 'wp-content/themes/usses_old/dashboard-customer-certificate-dashboard.php'),
(6495, 'wp-content/themes/usses_old/dashboard-customer-certificate-validate.php'),
(6496, 'wp-content/themes/usses_old/dashboard-customer-certificate-view.php'),
(6497, 'wp-content/themes/usses_old/dashboard-customer-profile-add.php'),
(6498, 'wp-content/themes/usses_old/dashboard-customer-profile-dashboard.php'),
(6499, 'wp-content/themes/usses_old/dashboard-customer-profile-validate.php'),
(6500, 'wp-content/themes/usses_old/dashboard-departments-add.php'),
(6501, 'wp-content/themes/usses_old/dashboard-departments-edit.php'),
(6502, 'wp-content/themes/usses_old/dashboard-departments.php'),
(6503, 'wp-content/themes/usses_old/dashboard-home.php'),
(6504, 'wp-content/themes/usses_old/dashboard-my-profile.php'),
(6505, 'wp-content/themes/usses_old/dashboard-profile.php'),
(6506, 'wp-content/themes/usses_old/dashboard-ses-user-add.php'),
(6507, 'wp-content/themes/usses_old/dashboard-ses-user-edit.php'),
(6508, 'wp-content/themes/usses_old/dashboard-ses-users-listing.php'),
(6509, 'wp-content/themes/usses_old/dashboard-shipments-add.php'),
(6510, 'wp-content/themes/usses_old/dashboard-shipments-edit.php'),
(6511, 'wp-content/themes/usses_old/dashboard-shipments-validate.php'),
(6512, 'wp-content/themes/usses_old/dashboard-shipments-view.php'),
(6513, 'wp-content/themes/usses_old/dashboard-shipments.php'),
(6514, 'wp-content/themes/usses_old/dashboard-terms-and-conditions.php'),
(6515, 'wp-content/themes/usses_old/dashboard-user-add.php'),
(6516, 'wp-content/themes/usses_old/dashboard-user-edit.php'),
(6517, 'wp-content/themes/usses_old/dashboard-users-listing.php'),
(6518, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-brands-400.svg'),
(6519, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-regular-400.svg'),
(6520, 'wp-content/themes/usses_old/fonts/fa/webfonts/fa-solid-900.svg'),
(6521, 'wp-content/themes/usses_old/footer-dashboard.php'),
(6522, 'wp-content/themes/usses_old/footer.php'),
(6523, 'wp-content/themes/usses_old/functions.php'),
(6524, 'wp-content/themes/usses_old/header-dashboard.php'),
(6525, 'wp-content/themes/usses_old/header.php'),
(6526, 'wp-content/themes/usses_old/img/Protocol.svg'),
(6527, 'wp-content/themes/usses_old/img/Specificity.svg'),
(6528, 'wp-content/themes/usses_old/inc/acf_fields/attachment_fields.php'),
(6529, 'wp-content/themes/usses_old/inc/acf_fields/cards_fields.php'),
(6530, 'wp-content/themes/usses_old/inc/acf_fields/contact_fields.php'),
(6531, 'wp-content/themes/usses_old/inc/acf_fields/copy_block_fields.php'),
(6532, 'wp-content/themes/usses_old/inc/acf_fields/footer_fields.php'),
(6533, 'wp-content/themes/usses_old/inc/acf_fields/header_fields.php'),
(6534, 'wp-content/themes/usses_old/inc/acf_fields/hero_header_fields.php'),
(6535, 'wp-content/themes/usses_old/inc/acf_fields/partners_fields.php'),
(6536, 'wp-content/themes/usses_old/inc/acf_fields/slider_fields.php'),
(6537, 'wp-content/themes/usses_old/inc/acf_fields/theme_settings_fields.php'),
(6538, 'wp-content/themes/usses_old/inc/acf_fields/tos_fields.php'),
(6539, 'wp-content/themes/usses_old/inc/acf_fields/usses_counters_fields.php'),
(6540, 'wp-content/themes/usses_old/inc/constants.php'),
(6541, 'wp-content/themes/usses_old/inc/custom-header.php'),
(6542, 'wp-content/themes/usses_old/inc/customizer.php'),
(6543, 'wp-content/themes/usses_old/inc/email-functions.php'),
(6544, 'wp-content/themes/usses_old/inc/form_helpers.php'),
(6545, 'wp-content/themes/usses_old/inc/jetpack.php'),
(6546, 'wp-content/themes/usses_old/inc/template-functions.php'),
(6547, 'wp-content/themes/usses_old/inc/template-tags.php'),
(6548, 'wp-content/themes/usses_old/inc/validate-functions.php'),
(6549, 'wp-content/themes/usses_old/inc-controller/allocations.php'),
(6550, 'wp-content/themes/usses_old/inc-controller/companies.php'),
(6551, 'wp-content/themes/usses_old/inc-controller/companies_allocations.php'),
(6552, 'wp-content/themes/usses_old/inc-controller/customer_certificates.php'),
(6553, 'wp-content/themes/usses_old/inc-controller/departments.php'),
(6554, 'wp-content/themes/usses_old/inc-controller/shipments.php'),
(6555, 'wp-content/themes/usses_old/inc-controller/users.php'),
(6556, 'wp-content/themes/usses_old/index.php'),
(6557, 'wp-content/themes/usses_old/js/backend.js'),
(6558, 'wp-content/themes/usses_old/js/bootstrap.bundle.min.js'),
(6559, 'wp-content/themes/usses_old/js/bootstrap.min.js'),
(6560, 'wp-content/themes/usses_old/js/bundle.backend.js'),
(6561, 'wp-content/themes/usses_old/js/bundle.js'),
(6562, 'wp-content/themes/usses_old/js/conversion_rates.js'),
(6563, 'wp-content/themes/usses_old/js/counter.js'),
(6564, 'wp-content/themes/usses_old/js/countrydropdown.js'),
(6565, 'wp-content/themes/usses_old/js/custom_funcs.js'),
(6566, 'wp-content/themes/usses_old/js/customizer.js'),
(6567, 'wp-content/themes/usses_old/js/jquery.tabledit.min.js'),
(6568, 'wp-content/themes/usses_old/js/main.js'),
(6569, 'wp-content/themes/usses_old/js/navigation.js'),
(6570, 'wp-content/themes/usses_old/js/popper.min.js'),
(6571, 'wp-content/themes/usses_old/js/select2.js'),
(6572, 'wp-content/themes/usses_old/js/utils_old.js'),
(6573, 'wp-content/themes/usses_old/page-about.php'),
(6574, 'wp-content/themes/usses_old/page-home.php'),
(6575, 'wp-content/themes/usses_old/page-login.php'),
(6576, 'wp-content/themes/usses_old/page-register.php'),
(6577, 'wp-content/themes/usses_old/page-view-certificate-preview.php'),
(6578, 'wp-content/themes/usses_old/page-view-certificate.php'),
(6579, 'wp-content/themes/usses_old/page.php'),
(6580, 'wp-content/themes/usses_old/plugins/datepicker/bootstrap-datepicker.js'),
(6581, 'wp-content/themes/usses_old/plugins/parsley/parsley.js'),
(6582, 'wp-content/themes/usses_old/plugins/select2/select2.js'),
(6583, 'wp-content/themes/usses_old/plugins/select2/select2.min.js'),
(6584, 'wp-content/themes/usses_old/search.php'),
(6585, 'wp-content/themes/usses_old/sidebar.php'),
(6586, 'wp-content/themes/usses_old/single.php'),
(6587, 'wp-content/themes/usses_old/template-parts/content-none.php'),
(6588, 'wp-content/themes/usses_old/template-parts/content-page.php'),
(6589, 'wp-content/themes/usses_old/template-parts/content-search.php'),
(6590, 'wp-content/themes/usses_old/template-parts/content.php'),
(6591, 'wp-content/w3tc-config/index.html'),
(6592, 'wp-content/w3tc-config/master.php'),
(6593, 'wp-content/webp-express/htaccess-capability-tests/pass-info-from-rewrite-to-script-through-env/test.php'),
(6594, 'wp-content/wflogs/attack-data.php'),
(6595, 'wp-content/wflogs/config-livewaf.php'),
(6596, 'wp-content/wflogs/config-synced.php'),
(6597, 'wp-content/wflogs/config-transient.php'),
(6598, 'wp-content/wflogs/config.php'),
(6599, 'wp-content/wflogs/ips.php'),
(6600, 'wp-content/wflogs/rules.php'),
(6601, 'wp-content/wflogs/template.php'),
(6602, 'wp-cron.php'),
(6603, 'wp-includes/ID3/getid3.lib.php'),
(6604, 'wp-includes/ID3/getid3.php'),
(6605, 'wp-includes/ID3/license.commercial.txt'),
(6606, 'wp-includes/ID3/license.txt'),
(6607, 'wp-includes/ID3/module.audio-video.asf.php'),
(6608, 'wp-includes/ID3/module.audio-video.flv.php'),
(6609, 'wp-includes/ID3/module.audio-video.matroska.php'),
(6610, 'wp-includes/ID3/module.audio-video.quicktime.php'),
(6611, 'wp-includes/ID3/module.audio-video.riff.php'),
(6612, 'wp-includes/ID3/module.audio.ac3.php'),
(6613, 'wp-includes/ID3/module.audio.dts.php'),
(6614, 'wp-includes/ID3/module.audio.flac.php'),
(6615, 'wp-includes/ID3/module.audio.mp3.php'),
(6616, 'wp-includes/ID3/module.audio.ogg.php'),
(6617, 'wp-includes/ID3/module.tag.apetag.php'),
(6618, 'wp-includes/ID3/module.tag.id3v1.php'),
(6619, 'wp-includes/ID3/module.tag.id3v2.php'),
(6620, 'wp-includes/ID3/module.tag.lyrics3.php'),
(6621, 'wp-includes/ID3/readme.txt'),
(6622, 'wp-includes/IXR/class-IXR-base64.php'),
(6623, 'wp-includes/IXR/class-IXR-client.php'),
(6624, 'wp-includes/IXR/class-IXR-clientmulticall.php'),
(6625, 'wp-includes/IXR/class-IXR-date.php'),
(6626, 'wp-includes/IXR/class-IXR-error.php'),
(6627, 'wp-includes/IXR/class-IXR-introspectionserver.php'),
(6628, 'wp-includes/IXR/class-IXR-message.php'),
(6629, 'wp-includes/IXR/class-IXR-request.php'),
(6630, 'wp-includes/IXR/class-IXR-server.php'),
(6631, 'wp-includes/IXR/class-IXR-value.php'),
(6632, 'wp-includes/PHPMailer/Exception.php'),
(6633, 'wp-includes/PHPMailer/PHPMailer.php'),
(6634, 'wp-includes/PHPMailer/SMTP.php'),
(6635, 'wp-includes/Requests/Auth/Basic.php'),
(6636, 'wp-includes/Requests/Auth.php'),
(6637, 'wp-includes/Requests/Cookie/Jar.php'),
(6638, 'wp-includes/Requests/Cookie.php'),
(6639, 'wp-includes/Requests/Exception/HTTP/304.php'),
(6640, 'wp-includes/Requests/Exception/HTTP/305.php'),
(6641, 'wp-includes/Requests/Exception/HTTP/306.php'),
(6642, 'wp-includes/Requests/Exception/HTTP/400.php'),
(6643, 'wp-includes/Requests/Exception/HTTP/401.php'),
(6644, 'wp-includes/Requests/Exception/HTTP/402.php'),
(6645, 'wp-includes/Requests/Exception/HTTP/403.php'),
(6646, 'wp-includes/Requests/Exception/HTTP/404.php'),
(6647, 'wp-includes/Requests/Exception/HTTP/405.php'),
(6648, 'wp-includes/Requests/Exception/HTTP/406.php'),
(6649, 'wp-includes/Requests/Exception/HTTP/407.php'),
(6650, 'wp-includes/Requests/Exception/HTTP/408.php'),
(6651, 'wp-includes/Requests/Exception/HTTP/409.php'),
(6652, 'wp-includes/Requests/Exception/HTTP/410.php'),
(6653, 'wp-includes/Requests/Exception/HTTP/411.php'),
(6654, 'wp-includes/Requests/Exception/HTTP/412.php'),
(6655, 'wp-includes/Requests/Exception/HTTP/413.php'),
(6656, 'wp-includes/Requests/Exception/HTTP/414.php'),
(6657, 'wp-includes/Requests/Exception/HTTP/415.php'),
(6658, 'wp-includes/Requests/Exception/HTTP/416.php'),
(6659, 'wp-includes/Requests/Exception/HTTP/417.php'),
(6660, 'wp-includes/Requests/Exception/HTTP/418.php'),
(6661, 'wp-includes/Requests/Exception/HTTP/428.php'),
(6662, 'wp-includes/Requests/Exception/HTTP/429.php'),
(6663, 'wp-includes/Requests/Exception/HTTP/431.php'),
(6664, 'wp-includes/Requests/Exception/HTTP/500.php'),
(6665, 'wp-includes/Requests/Exception/HTTP/501.php'),
(6666, 'wp-includes/Requests/Exception/HTTP/502.php'),
(6667, 'wp-includes/Requests/Exception/HTTP/503.php'),
(6668, 'wp-includes/Requests/Exception/HTTP/504.php'),
(6669, 'wp-includes/Requests/Exception/HTTP/505.php'),
(6670, 'wp-includes/Requests/Exception/HTTP/511.php'),
(6671, 'wp-includes/Requests/Exception/HTTP/Unknown.php'),
(6672, 'wp-includes/Requests/Exception/HTTP.php'),
(6673, 'wp-includes/Requests/Exception/Transport/cURL.php'),
(6674, 'wp-includes/Requests/Exception/Transport.php'),
(6675, 'wp-includes/Requests/Exception.php'),
(6676, 'wp-includes/Requests/Hooker.php'),
(6677, 'wp-includes/Requests/Hooks.php'),
(6678, 'wp-includes/Requests/IDNAEncoder.php'),
(6679, 'wp-includes/Requests/IPv6.php'),
(6680, 'wp-includes/Requests/IRI.php'),
(6681, 'wp-includes/Requests/Proxy/HTTP.php'),
(6682, 'wp-includes/Requests/Proxy.php'),
(6683, 'wp-includes/Requests/Response/Headers.php'),
(6684, 'wp-includes/Requests/Response.php'),
(6685, 'wp-includes/Requests/SSL.php'),
(6686, 'wp-includes/Requests/Session.php'),
(6687, 'wp-includes/Requests/Transport/cURL.php'),
(6688, 'wp-includes/Requests/Transport/fsockopen.php'),
(6689, 'wp-includes/Requests/Transport.php'),
(6690, 'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),
(6691, 'wp-includes/Requests/Utility/FilteredIterator.php'),
(6692, 'wp-includes/SimplePie/Author.php'),
(6693, 'wp-includes/SimplePie/Cache/Base.php'),
(6694, 'wp-includes/SimplePie/Cache/DB.php'),
(6695, 'wp-includes/SimplePie/Cache/File.php'),
(6696, 'wp-includes/SimplePie/Cache/Memcache.php'),
(6697, 'wp-includes/SimplePie/Cache/Memcached.php'),
(6698, 'wp-includes/SimplePie/Cache/MySQL.php'),
(6699, 'wp-includes/SimplePie/Cache/Redis.php'),
(6700, 'wp-includes/SimplePie/Cache.php'),
(6701, 'wp-includes/SimplePie/Caption.php'),
(6702, 'wp-includes/SimplePie/Category.php'),
(6703, 'wp-includes/SimplePie/Content/Type/Sniffer.php'),
(6704, 'wp-includes/SimplePie/Copyright.php'),
(6705, 'wp-includes/SimplePie/Core.php'),
(6706, 'wp-includes/SimplePie/Credit.php'),
(6707, 'wp-includes/SimplePie/Decode/HTML/Entities.php'),
(6708, 'wp-includes/SimplePie/Enclosure.php'),
(6709, 'wp-includes/SimplePie/Exception.php'),
(6710, 'wp-includes/SimplePie/File.php'),
(6711, 'wp-includes/SimplePie/HTTP/Parser.php'),
(6712, 'wp-includes/SimplePie/IRI.php'),
(6713, 'wp-includes/SimplePie/Item.php'),
(6714, 'wp-includes/SimplePie/Locator.php'),
(6715, 'wp-includes/SimplePie/Misc.php'),
(6716, 'wp-includes/SimplePie/Net/IPv6.php'),
(6717, 'wp-includes/SimplePie/Parse/Date.php'),
(6718, 'wp-includes/SimplePie/Parser.php'),
(6719, 'wp-includes/SimplePie/Rating.php'),
(6720, 'wp-includes/SimplePie/Registry.php'),
(6721, 'wp-includes/SimplePie/Restriction.php'),
(6722, 'wp-includes/SimplePie/Sanitize.php'),
(6723, 'wp-includes/SimplePie/Source.php'),
(6724, 'wp-includes/SimplePie/XML/Declaration/Parser.php'),
(6725, 'wp-includes/SimplePie/gzdecode.php'),
(6726, 'wp-includes/Text/Diff/Engine/native.php'),
(6727, 'wp-includes/Text/Diff/Engine/shell.php'),
(6728, 'wp-includes/Text/Diff/Engine/string.php'),
(6729, 'wp-includes/Text/Diff/Engine/xdiff.php'),
(6730, 'wp-includes/Text/Diff/Renderer/inline.php'),
(6731, 'wp-includes/Text/Diff/Renderer.php'),
(6732, 'wp-includes/Text/Diff.php'),
(6733, 'wp-includes/admin-bar.php'),
(6734, 'wp-includes/assets/script-loader-packages.php'),
(6735, 'wp-includes/atomlib.php'),
(6736, 'wp-includes/author-template.php'),
(6737, 'wp-includes/block-patterns/heading-paragraph.php'),
(6738, 'wp-includes/block-patterns/large-header-button.php'),
(6739, 'wp-includes/block-patterns/large-header.php'),
(6740, 'wp-includes/block-patterns/quote.php'),
(6741, 'wp-includes/block-patterns/text-three-columns-buttons.php'),
(6742, 'wp-includes/block-patterns/text-two-columns-with-images.php'),
(6743, 'wp-includes/block-patterns/text-two-columns.php'),
(6744, 'wp-includes/block-patterns/three-buttons.php'),
(6745, 'wp-includes/block-patterns/two-buttons.php'),
(6746, 'wp-includes/block-patterns/two-images.php'),
(6747, 'wp-includes/block-patterns.php'),
(6748, 'wp-includes/block-supports/align.php'),
(6749, 'wp-includes/block-supports/colors.php'),
(6750, 'wp-includes/block-supports/custom-classname.php'),
(6751, 'wp-includes/block-supports/generated-classname.php'),
(6752, 'wp-includes/block-supports/typography.php'),
(6753, 'wp-includes/blocks/archives/block.json'),
(6754, 'wp-includes/blocks/archives.php'),
(6755, 'wp-includes/blocks/audio/block.json'),
(6756, 'wp-includes/blocks/block/block.json'),
(6757, 'wp-includes/blocks/block.php'),
(6758, 'wp-includes/blocks/button/block.json'),
(6759, 'wp-includes/blocks/buttons/block.json'),
(6760, 'wp-includes/blocks/calendar/block.json'),
(6761, 'wp-includes/blocks/calendar.php'),
(6762, 'wp-includes/blocks/categories/block.json'),
(6763, 'wp-includes/blocks/categories.php'),
(6764, 'wp-includes/blocks/code/block.json'),
(6765, 'wp-includes/blocks/column/block.json'),
(6766, 'wp-includes/blocks/columns/block.json'),
(6767, 'wp-includes/blocks/embed/block.json'),
(6768, 'wp-includes/blocks/file/block.json'),
(6769, 'wp-includes/blocks/freeform/block.json'),
(6770, 'wp-includes/blocks/gallery/block.json'),
(6771, 'wp-includes/blocks/group/block.json'),
(6772, 'wp-includes/blocks/heading/block.json'),
(6773, 'wp-includes/blocks/html/block.json'),
(6774, 'wp-includes/blocks/image/block.json'),
(6775, 'wp-includes/blocks/index.php'),
(6776, 'wp-includes/blocks/latest-comments/block.json'),
(6777, 'wp-includes/blocks/latest-comments.php'),
(6778, 'wp-includes/blocks/latest-posts/block.json'),
(6779, 'wp-includes/blocks/latest-posts.php'),
(6780, 'wp-includes/blocks/list/block.json'),
(6781, 'wp-includes/blocks/media-text/block.json'),
(6782, 'wp-includes/blocks/missing/block.json'),
(6783, 'wp-includes/blocks/more/block.json'),
(6784, 'wp-includes/blocks/nextpage/block.json'),
(6785, 'wp-includes/blocks/paragraph/block.json'),
(6786, 'wp-includes/blocks/preformatted/block.json'),
(6787, 'wp-includes/blocks/pullquote/block.json'),
(6788, 'wp-includes/blocks/quote/block.json'),
(6789, 'wp-includes/blocks/rss/block.json'),
(6790, 'wp-includes/blocks/rss.php'),
(6791, 'wp-includes/blocks/search/block.json'),
(6792, 'wp-includes/blocks/search.php'),
(6793, 'wp-includes/blocks/separator/block.json'),
(6794, 'wp-includes/blocks/shortcode/block.json'),
(6795, 'wp-includes/blocks/shortcode.php'),
(6796, 'wp-includes/blocks/social-link/block.json'),
(6797, 'wp-includes/blocks/social-link.php'),
(6798, 'wp-includes/blocks/social-links/block.json'),
(6799, 'wp-includes/blocks/spacer/block.json'),
(6800, 'wp-includes/blocks/subhead/block.json'),
(6801, 'wp-includes/blocks/table/block.json'),
(6802, 'wp-includes/blocks/tag-cloud/block.json'),
(6803, 'wp-includes/blocks/tag-cloud.php'),
(6804, 'wp-includes/blocks/text-columns/block.json'),
(6805, 'wp-includes/blocks/verse/block.json'),
(6806, 'wp-includes/blocks/video/block.json'),
(6807, 'wp-includes/blocks.php'),
(6808, 'wp-includes/bookmark-template.php'),
(6809, 'wp-includes/bookmark.php'),
(6810, 'wp-includes/cache-compat.php'),
(6811, 'wp-includes/cache.php'),
(6812, 'wp-includes/canonical.php'),
(6813, 'wp-includes/capabilities.php'),
(6814, 'wp-includes/category-template.php'),
(6815, 'wp-includes/category.php'),
(6816, 'wp-includes/certificates/ca-bundle.crt'),
(6817, 'wp-includes/class-IXR.php'),
(6818, 'wp-includes/class-feed.php'),
(6819, 'wp-includes/class-http.php'),
(6820, 'wp-includes/class-json.php'),
(6821, 'wp-includes/class-oembed.php'),
(6822, 'wp-includes/class-phpass.php'),
(6823, 'wp-includes/class-phpmailer.php'),
(6824, 'wp-includes/class-pop3.php'),
(6825, 'wp-includes/class-requests.php'),
(6826, 'wp-includes/class-simplepie.php'),
(6827, 'wp-includes/class-smtp.php'),
(6828, 'wp-includes/class-snoopy.php'),
(6829, 'wp-includes/class-walker-category-dropdown.php'),
(6830, 'wp-includes/class-walker-category.php'),
(6831, 'wp-includes/class-walker-comment.php'),
(6832, 'wp-includes/class-walker-nav-menu.php'),
(6833, 'wp-includes/class-walker-page-dropdown.php'),
(6834, 'wp-includes/class-walker-page.php'),
(6835, 'wp-includes/class-wp-admin-bar.php'),
(6836, 'wp-includes/class-wp-ajax-response.php'),
(6837, 'wp-includes/class-wp-application-passwords.php'),
(6838, 'wp-includes/class-wp-block-list.php'),
(6839, 'wp-includes/class-wp-block-parser.php'),
(6840, 'wp-includes/class-wp-block-pattern-categories-registry.php'),
(6841, 'wp-includes/class-wp-block-patterns-registry.php'),
(6842, 'wp-includes/class-wp-block-styles-registry.php'),
(6843, 'wp-includes/class-wp-block-supports.php'),
(6844, 'wp-includes/class-wp-block-type-registry.php'),
(6845, 'wp-includes/class-wp-block-type.php'),
(6846, 'wp-includes/class-wp-block.php'),
(6847, 'wp-includes/class-wp-comment-query.php'),
(6848, 'wp-includes/class-wp-comment.php'),
(6849, 'wp-includes/class-wp-customize-control.php'),
(6850, 'wp-includes/class-wp-customize-manager.php'),
(6851, 'wp-includes/class-wp-customize-nav-menus.php'),
(6852, 'wp-includes/class-wp-customize-panel.php'),
(6853, 'wp-includes/class-wp-customize-section.php'),
(6854, 'wp-includes/class-wp-customize-setting.php'),
(6855, 'wp-includes/class-wp-customize-widgets.php'),
(6856, 'wp-includes/class-wp-date-query.php'),
(6857, 'wp-includes/class-wp-dependency.php'),
(6858, 'wp-includes/class-wp-editor.php'),
(6859, 'wp-includes/class-wp-embed.php'),
(6860, 'wp-includes/class-wp-error.php'),
(6861, 'wp-includes/class-wp-fatal-error-handler.php'),
(6862, 'wp-includes/class-wp-feed-cache-transient.php'),
(6863, 'wp-includes/class-wp-feed-cache.php'),
(6864, 'wp-includes/class-wp-hook.php'),
(6865, 'wp-includes/class-wp-http-cookie.php'),
(6866, 'wp-includes/class-wp-http-curl.php'),
(6867, 'wp-includes/class-wp-http-encoding.php'),
(6868, 'wp-includes/class-wp-http-ixr-client.php'),
(6869, 'wp-includes/class-wp-http-proxy.php'),
(6870, 'wp-includes/class-wp-http-requests-hooks.php'),
(6871, 'wp-includes/class-wp-http-requests-response.php'),
(6872, 'wp-includes/class-wp-http-response.php'),
(6873, 'wp-includes/class-wp-http-streams.php'),
(6874, 'wp-includes/class-wp-image-editor-gd.php'),
(6875, 'wp-includes/class-wp-image-editor-imagick.php'),
(6876, 'wp-includes/class-wp-image-editor.php'),
(6877, 'wp-includes/class-wp-list-util.php'),
(6878, 'wp-includes/class-wp-locale-switcher.php'),
(6879, 'wp-includes/class-wp-locale.php'),
(6880, 'wp-includes/class-wp-matchesmapregex.php'),
(6881, 'wp-includes/class-wp-meta-query.php'),
(6882, 'wp-includes/class-wp-metadata-lazyloader.php'),
(6883, 'wp-includes/class-wp-network-query.php'),
(6884, 'wp-includes/class-wp-network.php'),
(6885, 'wp-includes/class-wp-object-cache.php'),
(6886, 'wp-includes/class-wp-oembed-controller.php'),
(6887, 'wp-includes/class-wp-oembed.php'),
(6888, 'wp-includes/class-wp-paused-extensions-storage.php'),
(6889, 'wp-includes/class-wp-post-type.php'),
(6890, 'wp-includes/class-wp-post.php'),
(6891, 'wp-includes/class-wp-query.php'),
(6892, 'wp-includes/class-wp-recovery-mode-cookie-service.php'),
(6893, 'wp-includes/class-wp-recovery-mode-email-service.php'),
(6894, 'wp-includes/class-wp-recovery-mode-key-service.php'),
(6895, 'wp-includes/class-wp-recovery-mode-link-service.php'),
(6896, 'wp-includes/class-wp-recovery-mode.php'),
(6897, 'wp-includes/class-wp-rewrite.php'),
(6898, 'wp-includes/class-wp-role.php'),
(6899, 'wp-includes/class-wp-roles.php'),
(6900, 'wp-includes/class-wp-session-tokens.php'),
(6901, 'wp-includes/class-wp-simplepie-file.php'),
(6902, 'wp-includes/class-wp-simplepie-sanitize-kses.php'),
(6903, 'wp-includes/class-wp-site-query.php'),
(6904, 'wp-includes/class-wp-site.php'),
(6905, 'wp-includes/class-wp-tax-query.php'),
(6906, 'wp-includes/class-wp-taxonomy.php'),
(6907, 'wp-includes/class-wp-term-query.php'),
(6908, 'wp-includes/class-wp-term.php'),
(6909, 'wp-includes/class-wp-text-diff-renderer-inline.php'),
(6910, 'wp-includes/class-wp-text-diff-renderer-table.php'),
(6911, 'wp-includes/class-wp-theme.php'),
(6912, 'wp-includes/class-wp-user-meta-session-tokens.php'),
(6913, 'wp-includes/class-wp-user-query.php'),
(6914, 'wp-includes/class-wp-user-request.php'),
(6915, 'wp-includes/class-wp-user.php'),
(6916, 'wp-includes/class-wp-walker.php'),
(6917, 'wp-includes/class-wp-widget-factory.php'),
(6918, 'wp-includes/class-wp-widget.php'),
(6919, 'wp-includes/class-wp-xmlrpc-server.php'),
(6920, 'wp-includes/class-wp.php'),
(6921, 'wp-includes/class.wp-dependencies.php'),
(6922, 'wp-includes/class.wp-scripts.php'),
(6923, 'wp-includes/class.wp-styles.php'),
(6924, 'wp-includes/comment-template.php'),
(6925, 'wp-includes/comment.php'),
(6926, 'wp-includes/compat.php'),
(6927, 'wp-includes/cron.php'),
(6928, 'wp-includes/css/admin-bar-rtl.css'),
(6929, 'wp-includes/css/admin-bar-rtl.min.css'),
(6930, 'wp-includes/css/admin-bar.css'),
(6931, 'wp-includes/css/admin-bar.min.css'),
(6932, 'wp-includes/css/buttons-rtl.css'),
(6933, 'wp-includes/css/buttons-rtl.min.css'),
(6934, 'wp-includes/css/buttons.css'),
(6935, 'wp-includes/css/buttons.min.css'),
(6936, 'wp-includes/css/customize-preview-rtl.css'),
(6937, 'wp-includes/css/customize-preview-rtl.min.css'),
(6938, 'wp-includes/css/customize-preview.css'),
(6939, 'wp-includes/css/customize-preview.min.css'),
(6940, 'wp-includes/css/dashicons.css'),
(6941, 'wp-includes/css/dashicons.min.css'),
(6942, 'wp-includes/css/dist/block-directory/style-rtl.css'),
(6943, 'wp-includes/css/dist/block-directory/style-rtl.min.css'),
(6944, 'wp-includes/css/dist/block-directory/style.css'),
(6945, 'wp-includes/css/dist/block-directory/style.min.css'),
(6946, 'wp-includes/css/dist/block-editor/style-rtl.css'),
(6947, 'wp-includes/css/dist/block-editor/style-rtl.min.css'),
(6948, 'wp-includes/css/dist/block-editor/style.css'),
(6949, 'wp-includes/css/dist/block-editor/style.min.css'),
(6950, 'wp-includes/css/dist/block-library/common-rtl.css'),
(6951, 'wp-includes/css/dist/block-library/common-rtl.min.css'),
(6952, 'wp-includes/css/dist/block-library/common.css'),
(6953, 'wp-includes/css/dist/block-library/common.min.css'),
(6954, 'wp-includes/css/dist/block-library/editor-rtl.css'),
(6955, 'wp-includes/css/dist/block-library/editor-rtl.min.css'),
(6956, 'wp-includes/css/dist/block-library/editor.css'),
(6957, 'wp-includes/css/dist/block-library/editor.min.css'),
(6958, 'wp-includes/css/dist/block-library/style-rtl.css'),
(6959, 'wp-includes/css/dist/block-library/style-rtl.min.css'),
(6960, 'wp-includes/css/dist/block-library/style.css'),
(6961, 'wp-includes/css/dist/block-library/style.min.css'),
(6962, 'wp-includes/css/dist/block-library/theme-rtl.css'),
(6963, 'wp-includes/css/dist/block-library/theme-rtl.min.css'),
(6964, 'wp-includes/css/dist/block-library/theme.css'),
(6965, 'wp-includes/css/dist/block-library/theme.min.css'),
(6966, 'wp-includes/css/dist/components/style-rtl.css'),
(6967, 'wp-includes/css/dist/components/style-rtl.min.css'),
(6968, 'wp-includes/css/dist/components/style.css'),
(6969, 'wp-includes/css/dist/components/style.min.css'),
(6970, 'wp-includes/css/dist/edit-post/style-rtl.css'),
(6971, 'wp-includes/css/dist/edit-post/style-rtl.min.css'),
(6972, 'wp-includes/css/dist/edit-post/style.css'),
(6973, 'wp-includes/css/dist/edit-post/style.min.css'),
(6974, 'wp-includes/css/dist/editor/editor-styles-rtl.css'),
(6975, 'wp-includes/css/dist/editor/editor-styles-rtl.min.css'),
(6976, 'wp-includes/css/dist/editor/editor-styles.css'),
(6977, 'wp-includes/css/dist/editor/editor-styles.min.css'),
(6978, 'wp-includes/css/dist/editor/style-rtl.css'),
(6979, 'wp-includes/css/dist/editor/style-rtl.min.css'),
(6980, 'wp-includes/css/dist/editor/style.css'),
(6981, 'wp-includes/css/dist/editor/style.min.css'),
(6982, 'wp-includes/css/dist/format-library/style-rtl.css'),
(6983, 'wp-includes/css/dist/format-library/style-rtl.min.css'),
(6984, 'wp-includes/css/dist/format-library/style.css'),
(6985, 'wp-includes/css/dist/format-library/style.min.css'),
(6986, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),
(6987, 'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),
(6988, 'wp-includes/css/dist/list-reusable-blocks/style.css'),
(6989, 'wp-includes/css/dist/list-reusable-blocks/style.min.css'),
(6990, 'wp-includes/css/dist/nux/style-rtl.css'),
(6991, 'wp-includes/css/dist/nux/style-rtl.min.css'),
(6992, 'wp-includes/css/dist/nux/style.css'),
(6993, 'wp-includes/css/dist/nux/style.min.css'),
(6994, 'wp-includes/css/editor-rtl.css'),
(6995, 'wp-includes/css/editor-rtl.min.css'),
(6996, 'wp-includes/css/editor.css'),
(6997, 'wp-includes/css/editor.min.css'),
(6998, 'wp-includes/css/jquery-ui-dialog-rtl.css'),
(6999, 'wp-includes/css/jquery-ui-dialog-rtl.min.css'),
(7000, 'wp-includes/css/jquery-ui-dialog.css'),
(7001, 'wp-includes/css/jquery-ui-dialog.min.css'),
(7002, 'wp-includes/css/media-views-rtl.css'),
(7003, 'wp-includes/css/media-views-rtl.min.css'),
(7004, 'wp-includes/css/media-views.css'),
(7005, 'wp-includes/css/media-views.min.css'),
(7006, 'wp-includes/css/wp-auth-check-rtl.css'),
(7007, 'wp-includes/css/wp-auth-check-rtl.min.css'),
(7008, 'wp-includes/css/wp-auth-check.css'),
(7009, 'wp-includes/css/wp-auth-check.min.css'),
(7010, 'wp-includes/css/wp-embed-template-ie.css');
INSERT INTO `wp_wfknownfilelist` (`id`, `path`) VALUES
(7011, 'wp-includes/css/wp-embed-template-ie.min.css'),
(7012, 'wp-includes/css/wp-embed-template.css'),
(7013, 'wp-includes/css/wp-embed-template.min.css'),
(7014, 'wp-includes/css/wp-pointer-rtl.css'),
(7015, 'wp-includes/css/wp-pointer-rtl.min.css'),
(7016, 'wp-includes/css/wp-pointer.css'),
(7017, 'wp-includes/css/wp-pointer.min.css'),
(7018, 'wp-includes/customize/class-wp-customize-background-image-control.php'),
(7019, 'wp-includes/customize/class-wp-customize-background-image-setting.php'),
(7020, 'wp-includes/customize/class-wp-customize-background-position-control.php'),
(7021, 'wp-includes/customize/class-wp-customize-code-editor-control.php'),
(7022, 'wp-includes/customize/class-wp-customize-color-control.php'),
(7023, 'wp-includes/customize/class-wp-customize-cropped-image-control.php'),
(7024, 'wp-includes/customize/class-wp-customize-custom-css-setting.php'),
(7025, 'wp-includes/customize/class-wp-customize-date-time-control.php'),
(7026, 'wp-includes/customize/class-wp-customize-filter-setting.php'),
(7027, 'wp-includes/customize/class-wp-customize-header-image-control.php'),
(7028, 'wp-includes/customize/class-wp-customize-header-image-setting.php'),
(7029, 'wp-includes/customize/class-wp-customize-image-control.php'),
(7030, 'wp-includes/customize/class-wp-customize-media-control.php'),
(7031, 'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),
(7032, 'wp-includes/customize/class-wp-customize-nav-menu-control.php'),
(7033, 'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),
(7034, 'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),
(7035, 'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),
(7036, 'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),
(7037, 'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),
(7038, 'wp-includes/customize/class-wp-customize-nav-menu-section.php'),
(7039, 'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),
(7040, 'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),
(7041, 'wp-includes/customize/class-wp-customize-new-menu-control.php'),
(7042, 'wp-includes/customize/class-wp-customize-new-menu-section.php'),
(7043, 'wp-includes/customize/class-wp-customize-partial.php'),
(7044, 'wp-includes/customize/class-wp-customize-selective-refresh.php'),
(7045, 'wp-includes/customize/class-wp-customize-sidebar-section.php'),
(7046, 'wp-includes/customize/class-wp-customize-site-icon-control.php'),
(7047, 'wp-includes/customize/class-wp-customize-theme-control.php'),
(7048, 'wp-includes/customize/class-wp-customize-themes-panel.php'),
(7049, 'wp-includes/customize/class-wp-customize-themes-section.php'),
(7050, 'wp-includes/customize/class-wp-customize-upload-control.php'),
(7051, 'wp-includes/customize/class-wp-widget-area-customize-control.php'),
(7052, 'wp-includes/customize/class-wp-widget-form-customize-control.php'),
(7053, 'wp-includes/date.php'),
(7054, 'wp-includes/default-constants.php'),
(7055, 'wp-includes/default-filters.php'),
(7056, 'wp-includes/default-widgets.php'),
(7057, 'wp-includes/deprecated.php'),
(7058, 'wp-includes/embed-template.php'),
(7059, 'wp-includes/embed.php'),
(7060, 'wp-includes/error-protection.php'),
(7061, 'wp-includes/feed-atom-comments.php'),
(7062, 'wp-includes/feed-atom.php'),
(7063, 'wp-includes/feed-rdf.php'),
(7064, 'wp-includes/feed-rss.php'),
(7065, 'wp-includes/feed-rss2-comments.php'),
(7066, 'wp-includes/feed-rss2.php'),
(7067, 'wp-includes/feed.php'),
(7068, 'wp-includes/fonts/dashicons.eot'),
(7069, 'wp-includes/fonts/dashicons.svg'),
(7070, 'wp-includes/fonts/dashicons.ttf'),
(7071, 'wp-includes/fonts/dashicons.woff'),
(7072, 'wp-includes/fonts/dashicons.woff2'),
(7073, 'wp-includes/formatting.php'),
(7074, 'wp-includes/functions.php'),
(7075, 'wp-includes/functions.wp-scripts.php'),
(7076, 'wp-includes/functions.wp-styles.php'),
(7077, 'wp-includes/general-template.php'),
(7078, 'wp-includes/http.php'),
(7079, 'wp-includes/https-detection.php'),
(7080, 'wp-includes/https-migration.php'),
(7081, 'wp-includes/images/admin-bar-sprite-2x.png'),
(7082, 'wp-includes/images/admin-bar-sprite.png'),
(7083, 'wp-includes/images/arrow-pointer-blue-2x.png'),
(7084, 'wp-includes/images/arrow-pointer-blue.png'),
(7085, 'wp-includes/images/blank.gif'),
(7086, 'wp-includes/images/crystal/archive.png'),
(7087, 'wp-includes/images/crystal/audio.png'),
(7088, 'wp-includes/images/crystal/code.png'),
(7089, 'wp-includes/images/crystal/default.png'),
(7090, 'wp-includes/images/crystal/document.png'),
(7091, 'wp-includes/images/crystal/interactive.png'),
(7092, 'wp-includes/images/crystal/license.txt'),
(7093, 'wp-includes/images/crystal/spreadsheet.png'),
(7094, 'wp-includes/images/crystal/text.png'),
(7095, 'wp-includes/images/crystal/video.png'),
(7096, 'wp-includes/images/down_arrow-2x.gif'),
(7097, 'wp-includes/images/down_arrow.gif'),
(7098, 'wp-includes/images/icon-pointer-flag-2x.png'),
(7099, 'wp-includes/images/icon-pointer-flag.png'),
(7100, 'wp-includes/images/media/archive.png'),
(7101, 'wp-includes/images/media/audio.png'),
(7102, 'wp-includes/images/media/code.png'),
(7103, 'wp-includes/images/media/default.png'),
(7104, 'wp-includes/images/media/document.png'),
(7105, 'wp-includes/images/media/interactive.png'),
(7106, 'wp-includes/images/media/spreadsheet.png'),
(7107, 'wp-includes/images/media/text.png'),
(7108, 'wp-includes/images/media/video.png'),
(7109, 'wp-includes/images/rss-2x.png'),
(7110, 'wp-includes/images/rss.png'),
(7111, 'wp-includes/images/smilies/frownie.png'),
(7112, 'wp-includes/images/smilies/icon_arrow.gif'),
(7113, 'wp-includes/images/smilies/icon_biggrin.gif'),
(7114, 'wp-includes/images/smilies/icon_confused.gif'),
(7115, 'wp-includes/images/smilies/icon_cool.gif'),
(7116, 'wp-includes/images/smilies/icon_cry.gif'),
(7117, 'wp-includes/images/smilies/icon_eek.gif'),
(7118, 'wp-includes/images/smilies/icon_evil.gif'),
(7119, 'wp-includes/images/smilies/icon_exclaim.gif'),
(7120, 'wp-includes/images/smilies/icon_idea.gif'),
(7121, 'wp-includes/images/smilies/icon_lol.gif'),
(7122, 'wp-includes/images/smilies/icon_mad.gif'),
(7123, 'wp-includes/images/smilies/icon_mrgreen.gif'),
(7124, 'wp-includes/images/smilies/icon_neutral.gif'),
(7125, 'wp-includes/images/smilies/icon_question.gif'),
(7126, 'wp-includes/images/smilies/icon_razz.gif'),
(7127, 'wp-includes/images/smilies/icon_redface.gif'),
(7128, 'wp-includes/images/smilies/icon_rolleyes.gif'),
(7129, 'wp-includes/images/smilies/icon_sad.gif'),
(7130, 'wp-includes/images/smilies/icon_smile.gif'),
(7131, 'wp-includes/images/smilies/icon_surprised.gif'),
(7132, 'wp-includes/images/smilies/icon_twisted.gif'),
(7133, 'wp-includes/images/smilies/icon_wink.gif'),
(7134, 'wp-includes/images/smilies/mrgreen.png'),
(7135, 'wp-includes/images/smilies/rolleyes.png'),
(7136, 'wp-includes/images/smilies/simple-smile.png'),
(7137, 'wp-includes/images/spinner-2x.gif'),
(7138, 'wp-includes/images/spinner.gif'),
(7139, 'wp-includes/images/toggle-arrow-2x.png'),
(7140, 'wp-includes/images/toggle-arrow.png'),
(7141, 'wp-includes/images/uploader-icons-2x.png'),
(7142, 'wp-includes/images/uploader-icons.png'),
(7143, 'wp-includes/images/w-logo-blue-white-bg.png'),
(7144, 'wp-includes/images/w-logo-blue.png'),
(7145, 'wp-includes/images/wlw/wp-comments.png'),
(7146, 'wp-includes/images/wlw/wp-icon.png'),
(7147, 'wp-includes/images/wlw/wp-watermark.png'),
(7148, 'wp-includes/images/wpicons-2x.png'),
(7149, 'wp-includes/images/wpicons.png'),
(7150, 'wp-includes/images/wpspin-2x.gif'),
(7151, 'wp-includes/images/wpspin.gif'),
(7152, 'wp-includes/images/xit-2x.gif'),
(7153, 'wp-includes/images/xit.gif'),
(7154, 'wp-includes/js/admin-bar.js'),
(7155, 'wp-includes/js/admin-bar.min.js'),
(7156, 'wp-includes/js/api-request.js'),
(7157, 'wp-includes/js/api-request.min.js'),
(7158, 'wp-includes/js/autosave.js'),
(7159, 'wp-includes/js/autosave.min.js'),
(7160, 'wp-includes/js/backbone.js'),
(7161, 'wp-includes/js/backbone.min.js'),
(7162, 'wp-includes/js/clipboard.js'),
(7163, 'wp-includes/js/clipboard.min.js'),
(7164, 'wp-includes/js/codemirror/codemirror.min.css'),
(7165, 'wp-includes/js/codemirror/codemirror.min.js'),
(7166, 'wp-includes/js/codemirror/csslint.js'),
(7167, 'wp-includes/js/codemirror/esprima.js'),
(7168, 'wp-includes/js/codemirror/fakejshint.js'),
(7169, 'wp-includes/js/codemirror/htmlhint-kses.js'),
(7170, 'wp-includes/js/codemirror/htmlhint.js'),
(7171, 'wp-includes/js/codemirror/jsonlint.js'),
(7172, 'wp-includes/js/colorpicker.js'),
(7173, 'wp-includes/js/colorpicker.min.js'),
(7174, 'wp-includes/js/comment-reply.js'),
(7175, 'wp-includes/js/comment-reply.min.js'),
(7176, 'wp-includes/js/crop/cropper.css'),
(7177, 'wp-includes/js/crop/cropper.js'),
(7178, 'wp-includes/js/crop/marqueeHoriz.gif'),
(7179, 'wp-includes/js/crop/marqueeVert.gif'),
(7180, 'wp-includes/js/customize-base.js'),
(7181, 'wp-includes/js/customize-base.min.js'),
(7182, 'wp-includes/js/customize-loader.js'),
(7183, 'wp-includes/js/customize-loader.min.js'),
(7184, 'wp-includes/js/customize-models.js'),
(7185, 'wp-includes/js/customize-models.min.js'),
(7186, 'wp-includes/js/customize-preview-nav-menus.js'),
(7187, 'wp-includes/js/customize-preview-nav-menus.min.js'),
(7188, 'wp-includes/js/customize-preview-widgets.js'),
(7189, 'wp-includes/js/customize-preview-widgets.min.js'),
(7190, 'wp-includes/js/customize-preview.js'),
(7191, 'wp-includes/js/customize-preview.min.js'),
(7192, 'wp-includes/js/customize-selective-refresh.js'),
(7193, 'wp-includes/js/customize-selective-refresh.min.js'),
(7194, 'wp-includes/js/customize-views.js'),
(7195, 'wp-includes/js/customize-views.min.js'),
(7196, 'wp-includes/js/dist/a11y.js'),
(7197, 'wp-includes/js/dist/a11y.min.js'),
(7198, 'wp-includes/js/dist/annotations.js'),
(7199, 'wp-includes/js/dist/annotations.min.js'),
(7200, 'wp-includes/js/dist/api-fetch.js'),
(7201, 'wp-includes/js/dist/api-fetch.min.js'),
(7202, 'wp-includes/js/dist/autop.js'),
(7203, 'wp-includes/js/dist/autop.min.js'),
(7204, 'wp-includes/js/dist/blob.js'),
(7205, 'wp-includes/js/dist/blob.min.js'),
(7206, 'wp-includes/js/dist/block-directory.js'),
(7207, 'wp-includes/js/dist/block-directory.min.js'),
(7208, 'wp-includes/js/dist/block-editor.js'),
(7209, 'wp-includes/js/dist/block-editor.min.js'),
(7210, 'wp-includes/js/dist/block-library.js'),
(7211, 'wp-includes/js/dist/block-library.min.js'),
(7212, 'wp-includes/js/dist/block-serialization-default-parser.js'),
(7213, 'wp-includes/js/dist/block-serialization-default-parser.min.js'),
(7214, 'wp-includes/js/dist/blocks.js'),
(7215, 'wp-includes/js/dist/blocks.min.js'),
(7216, 'wp-includes/js/dist/components.js'),
(7217, 'wp-includes/js/dist/components.min.js'),
(7218, 'wp-includes/js/dist/compose.js'),
(7219, 'wp-includes/js/dist/compose.min.js'),
(7220, 'wp-includes/js/dist/core-data.js'),
(7221, 'wp-includes/js/dist/core-data.min.js'),
(7222, 'wp-includes/js/dist/data-controls.js'),
(7223, 'wp-includes/js/dist/data-controls.min.js'),
(7224, 'wp-includes/js/dist/data.js'),
(7225, 'wp-includes/js/dist/data.min.js'),
(7226, 'wp-includes/js/dist/date.js'),
(7227, 'wp-includes/js/dist/date.min.js'),
(7228, 'wp-includes/js/dist/deprecated.js'),
(7229, 'wp-includes/js/dist/deprecated.min.js'),
(7230, 'wp-includes/js/dist/dom-ready.js'),
(7231, 'wp-includes/js/dist/dom-ready.min.js'),
(7232, 'wp-includes/js/dist/dom.js'),
(7233, 'wp-includes/js/dist/dom.min.js'),
(7234, 'wp-includes/js/dist/edit-post.js'),
(7235, 'wp-includes/js/dist/edit-post.min.js'),
(7236, 'wp-includes/js/dist/editor.js'),
(7237, 'wp-includes/js/dist/editor.min.js'),
(7238, 'wp-includes/js/dist/element.js'),
(7239, 'wp-includes/js/dist/element.min.js'),
(7240, 'wp-includes/js/dist/escape-html.js'),
(7241, 'wp-includes/js/dist/escape-html.min.js'),
(7242, 'wp-includes/js/dist/format-library.js'),
(7243, 'wp-includes/js/dist/format-library.min.js'),
(7244, 'wp-includes/js/dist/hooks.js'),
(7245, 'wp-includes/js/dist/hooks.min.js'),
(7246, 'wp-includes/js/dist/html-entities.js'),
(7247, 'wp-includes/js/dist/html-entities.min.js'),
(7248, 'wp-includes/js/dist/i18n.js'),
(7249, 'wp-includes/js/dist/i18n.min.js'),
(7250, 'wp-includes/js/dist/is-shallow-equal.js'),
(7251, 'wp-includes/js/dist/is-shallow-equal.min.js'),
(7252, 'wp-includes/js/dist/keyboard-shortcuts.js'),
(7253, 'wp-includes/js/dist/keyboard-shortcuts.min.js'),
(7254, 'wp-includes/js/dist/keycodes.js'),
(7255, 'wp-includes/js/dist/keycodes.min.js'),
(7256, 'wp-includes/js/dist/list-reusable-blocks.js'),
(7257, 'wp-includes/js/dist/list-reusable-blocks.min.js'),
(7258, 'wp-includes/js/dist/media-utils.js'),
(7259, 'wp-includes/js/dist/media-utils.min.js'),
(7260, 'wp-includes/js/dist/notices.js'),
(7261, 'wp-includes/js/dist/notices.min.js'),
(7262, 'wp-includes/js/dist/nux.js'),
(7263, 'wp-includes/js/dist/nux.min.js'),
(7264, 'wp-includes/js/dist/plugins.js'),
(7265, 'wp-includes/js/dist/plugins.min.js'),
(7266, 'wp-includes/js/dist/primitives.js'),
(7267, 'wp-includes/js/dist/primitives.min.js'),
(7268, 'wp-includes/js/dist/priority-queue.js'),
(7269, 'wp-includes/js/dist/priority-queue.min.js'),
(7270, 'wp-includes/js/dist/redux-routine.js'),
(7271, 'wp-includes/js/dist/redux-routine.min.js'),
(7272, 'wp-includes/js/dist/reusable-blocks.js'),
(7273, 'wp-includes/js/dist/reusable-blocks.min.js'),
(7274, 'wp-includes/js/dist/rich-text.js'),
(7275, 'wp-includes/js/dist/rich-text.min.js'),
(7276, 'wp-includes/js/dist/server-side-render.js'),
(7277, 'wp-includes/js/dist/server-side-render.min.js'),
(7278, 'wp-includes/js/dist/shortcode.js'),
(7279, 'wp-includes/js/dist/shortcode.min.js'),
(7280, 'wp-includes/js/dist/token-list.js'),
(7281, 'wp-includes/js/dist/token-list.min.js'),
(7282, 'wp-includes/js/dist/url.js'),
(7283, 'wp-includes/js/dist/url.min.js'),
(7284, 'wp-includes/js/dist/vendor/lodash.js'),
(7285, 'wp-includes/js/dist/vendor/lodash.min.js'),
(7286, 'wp-includes/js/dist/vendor/moment.js'),
(7287, 'wp-includes/js/dist/vendor/moment.min.js'),
(7288, 'wp-includes/js/dist/vendor/react-dom.js'),
(7289, 'wp-includes/js/dist/vendor/react-dom.min.js'),
(7290, 'wp-includes/js/dist/vendor/react.js'),
(7291, 'wp-includes/js/dist/vendor/react.min.js'),
(7292, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),
(7293, 'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),
(7294, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),
(7295, 'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),
(7296, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),
(7297, 'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),
(7298, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),
(7299, 'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),
(7300, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),
(7301, 'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),
(7302, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),
(7303, 'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),
(7304, 'wp-includes/js/dist/vendor/wp-polyfill-url.js'),
(7305, 'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),
(7306, 'wp-includes/js/dist/vendor/wp-polyfill.js'),
(7307, 'wp-includes/js/dist/vendor/wp-polyfill.min.js'),
(7308, 'wp-includes/js/dist/viewport.js'),
(7309, 'wp-includes/js/dist/viewport.min.js'),
(7310, 'wp-includes/js/dist/warning.js'),
(7311, 'wp-includes/js/dist/warning.min.js'),
(7312, 'wp-includes/js/dist/wordcount.js'),
(7313, 'wp-includes/js/dist/wordcount.min.js'),
(7314, 'wp-includes/js/heartbeat.js'),
(7315, 'wp-includes/js/heartbeat.min.js'),
(7316, 'wp-includes/js/hoverIntent.js'),
(7317, 'wp-includes/js/hoverIntent.min.js'),
(7318, 'wp-includes/js/hoverintent-js.min.js'),
(7319, 'wp-includes/js/imagesloaded.min.js'),
(7320, 'wp-includes/js/imgareaselect/border-anim-h.gif'),
(7321, 'wp-includes/js/imgareaselect/border-anim-v.gif'),
(7322, 'wp-includes/js/imgareaselect/imgareaselect.css'),
(7323, 'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),
(7324, 'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),
(7325, 'wp-includes/js/jcrop/Jcrop.gif'),
(7326, 'wp-includes/js/jcrop/jquery.Jcrop.min.css'),
(7327, 'wp-includes/js/jcrop/jquery.Jcrop.min.js'),
(7328, 'wp-includes/js/jquery/jquery-migrate.js'),
(7329, 'wp-includes/js/jquery/jquery-migrate.min.js'),
(7330, 'wp-includes/js/jquery/jquery.color.min.js'),
(7331, 'wp-includes/js/jquery/jquery.form.js'),
(7332, 'wp-includes/js/jquery/jquery.form.min.js'),
(7333, 'wp-includes/js/jquery/jquery.hotkeys.js'),
(7334, 'wp-includes/js/jquery/jquery.hotkeys.min.js'),
(7335, 'wp-includes/js/jquery/jquery.js'),
(7336, 'wp-includes/js/jquery/jquery.masonry.min.js'),
(7337, 'wp-includes/js/jquery/jquery.min.js'),
(7338, 'wp-includes/js/jquery/jquery.query.js'),
(7339, 'wp-includes/js/jquery/jquery.schedule.js'),
(7340, 'wp-includes/js/jquery/jquery.serialize-object.js'),
(7341, 'wp-includes/js/jquery/jquery.table-hotkeys.js'),
(7342, 'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),
(7343, 'wp-includes/js/jquery/jquery.ui.touch-punch.js'),
(7344, 'wp-includes/js/jquery/suggest.js'),
(7345, 'wp-includes/js/jquery/suggest.min.js'),
(7346, 'wp-includes/js/jquery/ui/accordion.js'),
(7347, 'wp-includes/js/jquery/ui/accordion.min.js'),
(7348, 'wp-includes/js/jquery/ui/autocomplete.js'),
(7349, 'wp-includes/js/jquery/ui/autocomplete.min.js'),
(7350, 'wp-includes/js/jquery/ui/button.js'),
(7351, 'wp-includes/js/jquery/ui/button.min.js'),
(7352, 'wp-includes/js/jquery/ui/checkboxradio.js'),
(7353, 'wp-includes/js/jquery/ui/checkboxradio.min.js'),
(7354, 'wp-includes/js/jquery/ui/controlgroup.js'),
(7355, 'wp-includes/js/jquery/ui/controlgroup.min.js'),
(7356, 'wp-includes/js/jquery/ui/core.js'),
(7357, 'wp-includes/js/jquery/ui/core.min.js'),
(7358, 'wp-includes/js/jquery/ui/datepicker.js'),
(7359, 'wp-includes/js/jquery/ui/datepicker.min.js'),
(7360, 'wp-includes/js/jquery/ui/dialog.js'),
(7361, 'wp-includes/js/jquery/ui/dialog.min.js'),
(7362, 'wp-includes/js/jquery/ui/draggable.js'),
(7363, 'wp-includes/js/jquery/ui/draggable.min.js'),
(7364, 'wp-includes/js/jquery/ui/droppable.js'),
(7365, 'wp-includes/js/jquery/ui/droppable.min.js'),
(7366, 'wp-includes/js/jquery/ui/effect-blind.js'),
(7367, 'wp-includes/js/jquery/ui/effect-blind.min.js'),
(7368, 'wp-includes/js/jquery/ui/effect-bounce.js'),
(7369, 'wp-includes/js/jquery/ui/effect-bounce.min.js'),
(7370, 'wp-includes/js/jquery/ui/effect-clip.js'),
(7371, 'wp-includes/js/jquery/ui/effect-clip.min.js'),
(7372, 'wp-includes/js/jquery/ui/effect-drop.js'),
(7373, 'wp-includes/js/jquery/ui/effect-drop.min.js'),
(7374, 'wp-includes/js/jquery/ui/effect-explode.js'),
(7375, 'wp-includes/js/jquery/ui/effect-explode.min.js'),
(7376, 'wp-includes/js/jquery/ui/effect-fade.js'),
(7377, 'wp-includes/js/jquery/ui/effect-fade.min.js'),
(7378, 'wp-includes/js/jquery/ui/effect-fold.js'),
(7379, 'wp-includes/js/jquery/ui/effect-fold.min.js'),
(7380, 'wp-includes/js/jquery/ui/effect-highlight.js'),
(7381, 'wp-includes/js/jquery/ui/effect-highlight.min.js'),
(7382, 'wp-includes/js/jquery/ui/effect-puff.js'),
(7383, 'wp-includes/js/jquery/ui/effect-puff.min.js'),
(7384, 'wp-includes/js/jquery/ui/effect-pulsate.js'),
(7385, 'wp-includes/js/jquery/ui/effect-pulsate.min.js'),
(7386, 'wp-includes/js/jquery/ui/effect-scale.js'),
(7387, 'wp-includes/js/jquery/ui/effect-scale.min.js'),
(7388, 'wp-includes/js/jquery/ui/effect-shake.js'),
(7389, 'wp-includes/js/jquery/ui/effect-shake.min.js'),
(7390, 'wp-includes/js/jquery/ui/effect-size.js'),
(7391, 'wp-includes/js/jquery/ui/effect-size.min.js'),
(7392, 'wp-includes/js/jquery/ui/effect-slide.js'),
(7393, 'wp-includes/js/jquery/ui/effect-slide.min.js'),
(7394, 'wp-includes/js/jquery/ui/effect-transfer.js'),
(7395, 'wp-includes/js/jquery/ui/effect-transfer.min.js'),
(7396, 'wp-includes/js/jquery/ui/effect.js'),
(7397, 'wp-includes/js/jquery/ui/effect.min.js'),
(7398, 'wp-includes/js/jquery/ui/menu.js'),
(7399, 'wp-includes/js/jquery/ui/menu.min.js'),
(7400, 'wp-includes/js/jquery/ui/mouse.js'),
(7401, 'wp-includes/js/jquery/ui/mouse.min.js'),
(7402, 'wp-includes/js/jquery/ui/progressbar.js'),
(7403, 'wp-includes/js/jquery/ui/progressbar.min.js'),
(7404, 'wp-includes/js/jquery/ui/resizable.js'),
(7405, 'wp-includes/js/jquery/ui/resizable.min.js'),
(7406, 'wp-includes/js/jquery/ui/selectable.js'),
(7407, 'wp-includes/js/jquery/ui/selectable.min.js'),
(7408, 'wp-includes/js/jquery/ui/selectmenu.js'),
(7409, 'wp-includes/js/jquery/ui/selectmenu.min.js'),
(7410, 'wp-includes/js/jquery/ui/slider.js'),
(7411, 'wp-includes/js/jquery/ui/slider.min.js'),
(7412, 'wp-includes/js/jquery/ui/sortable.js'),
(7413, 'wp-includes/js/jquery/ui/sortable.min.js'),
(7414, 'wp-includes/js/jquery/ui/spinner.js'),
(7415, 'wp-includes/js/jquery/ui/spinner.min.js'),
(7416, 'wp-includes/js/jquery/ui/tabs.js'),
(7417, 'wp-includes/js/jquery/ui/tabs.min.js'),
(7418, 'wp-includes/js/jquery/ui/tooltip.js'),
(7419, 'wp-includes/js/jquery/ui/tooltip.min.js'),
(7420, 'wp-includes/js/json2.js'),
(7421, 'wp-includes/js/json2.min.js'),
(7422, 'wp-includes/js/masonry.min.js'),
(7423, 'wp-includes/js/mce-view.js'),
(7424, 'wp-includes/js/mce-view.min.js'),
(7425, 'wp-includes/js/media-audiovideo.js'),
(7426, 'wp-includes/js/media-audiovideo.min.js'),
(7427, 'wp-includes/js/media-editor.js'),
(7428, 'wp-includes/js/media-editor.min.js'),
(7429, 'wp-includes/js/media-grid.js'),
(7430, 'wp-includes/js/media-grid.min.js'),
(7431, 'wp-includes/js/media-models.js'),
(7432, 'wp-includes/js/media-models.min.js'),
(7433, 'wp-includes/js/media-views.js'),
(7434, 'wp-includes/js/media-views.min.js'),
(7435, 'wp-includes/js/mediaelement/mediaelement-and-player.js'),
(7436, 'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),
(7437, 'wp-includes/js/mediaelement/mediaelement-migrate.js'),
(7438, 'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),
(7439, 'wp-includes/js/mediaelement/mediaelement.js'),
(7440, 'wp-includes/js/mediaelement/mediaelement.min.js'),
(7441, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),
(7442, 'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),
(7443, 'wp-includes/js/mediaelement/mediaelementplayer.css'),
(7444, 'wp-includes/js/mediaelement/mediaelementplayer.min.css'),
(7445, 'wp-includes/js/mediaelement/mejs-controls.png'),
(7446, 'wp-includes/js/mediaelement/mejs-controls.svg'),
(7447, 'wp-includes/js/mediaelement/renderers/vimeo.js'),
(7448, 'wp-includes/js/mediaelement/renderers/vimeo.min.js'),
(7449, 'wp-includes/js/mediaelement/wp-mediaelement.css'),
(7450, 'wp-includes/js/mediaelement/wp-mediaelement.js'),
(7451, 'wp-includes/js/mediaelement/wp-mediaelement.min.css'),
(7452, 'wp-includes/js/mediaelement/wp-mediaelement.min.js'),
(7453, 'wp-includes/js/mediaelement/wp-playlist.js'),
(7454, 'wp-includes/js/mediaelement/wp-playlist.min.js'),
(7455, 'wp-includes/js/plupload/handlers.js'),
(7456, 'wp-includes/js/plupload/handlers.min.js'),
(7457, 'wp-includes/js/plupload/license.txt'),
(7458, 'wp-includes/js/plupload/moxie.js'),
(7459, 'wp-includes/js/plupload/moxie.min.js'),
(7460, 'wp-includes/js/plupload/plupload.js'),
(7461, 'wp-includes/js/plupload/plupload.min.js'),
(7462, 'wp-includes/js/plupload/wp-plupload.js'),
(7463, 'wp-includes/js/plupload/wp-plupload.min.js'),
(7464, 'wp-includes/js/quicktags.js'),
(7465, 'wp-includes/js/quicktags.min.js'),
(7466, 'wp-includes/js/shortcode.js'),
(7467, 'wp-includes/js/shortcode.min.js'),
(7468, 'wp-includes/js/swfobject.js'),
(7469, 'wp-includes/js/swfupload/handlers.js'),
(7470, 'wp-includes/js/swfupload/handlers.min.js'),
(7471, 'wp-includes/js/swfupload/license.txt'),
(7472, 'wp-includes/js/swfupload/swfupload.js'),
(7473, 'wp-includes/js/thickbox/loadingAnimation.gif'),
(7474, 'wp-includes/js/thickbox/macFFBgHack.png'),
(7475, 'wp-includes/js/thickbox/thickbox.css'),
(7476, 'wp-includes/js/thickbox/thickbox.js'),
(7477, 'wp-includes/js/tinymce/langs/wp-langs-en.js'),
(7478, 'wp-includes/js/tinymce/license.txt'),
(7479, 'wp-includes/js/tinymce/plugins/charmap/plugin.js'),
(7480, 'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),
(7481, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),
(7482, 'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),
(7483, 'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),
(7484, 'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),
(7485, 'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),
(7486, 'wp-includes/js/tinymce/plugins/directionality/plugin.js'),
(7487, 'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),
(7488, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),
(7489, 'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),
(7490, 'wp-includes/js/tinymce/plugins/hr/plugin.js'),
(7491, 'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),
(7492, 'wp-includes/js/tinymce/plugins/image/plugin.js'),
(7493, 'wp-includes/js/tinymce/plugins/image/plugin.min.js'),
(7494, 'wp-includes/js/tinymce/plugins/link/plugin.js'),
(7495, 'wp-includes/js/tinymce/plugins/link/plugin.min.js'),
(7496, 'wp-includes/js/tinymce/plugins/lists/plugin.js'),
(7497, 'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),
(7498, 'wp-includes/js/tinymce/plugins/media/plugin.js'),
(7499, 'wp-includes/js/tinymce/plugins/media/plugin.min.js'),
(7500, 'wp-includes/js/tinymce/plugins/paste/plugin.js'),
(7501, 'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),
(7502, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),
(7503, 'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),
(7504, 'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),
(7505, 'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),
(7506, 'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),
(7507, 'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),
(7508, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),
(7509, 'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),
(7510, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),
(7511, 'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),
(7512, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),
(7513, 'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),
(7514, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),
(7515, 'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),
(7516, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),
(7517, 'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),
(7518, 'wp-includes/js/tinymce/plugins/wplink/plugin.js'),
(7519, 'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),
(7520, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),
(7521, 'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),
(7522, 'wp-includes/js/tinymce/plugins/wpview/plugin.js'),
(7523, 'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),
(7524, 'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),
(7525, 'wp-includes/js/tinymce/skins/lightgray/content.min.css'),
(7526, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),
(7527, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),
(7528, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),
(7529, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),
(7530, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),
(7531, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),
(7532, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),
(7533, 'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),
(7534, 'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),
(7535, 'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),
(7536, 'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),
(7537, 'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),
(7538, 'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),
(7539, 'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),
(7540, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),
(7541, 'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),
(7542, 'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),
(7543, 'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),
(7544, 'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),
(7545, 'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),
(7546, 'wp-includes/js/tinymce/skins/wordpress/images/more.png'),
(7547, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),
(7548, 'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),
(7549, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),
(7550, 'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),
(7551, 'wp-includes/js/tinymce/skins/wordpress/images/video.png'),
(7552, 'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),
(7553, 'wp-includes/js/tinymce/themes/inlite/theme.js'),
(7554, 'wp-includes/js/tinymce/themes/inlite/theme.min.js'),
(7555, 'wp-includes/js/tinymce/themes/modern/theme.js'),
(7556, 'wp-includes/js/tinymce/themes/modern/theme.min.js'),
(7557, 'wp-includes/js/tinymce/tiny_mce_popup.js'),
(7558, 'wp-includes/js/tinymce/tinymce.min.js'),
(7559, 'wp-includes/js/tinymce/utils/editable_selects.js'),
(7560, 'wp-includes/js/tinymce/utils/form_utils.js'),
(7561, 'wp-includes/js/tinymce/utils/mctabs.js'),
(7562, 'wp-includes/js/tinymce/utils/validate.js'),
(7563, 'wp-includes/js/tinymce/wp-tinymce.js'),
(7564, 'wp-includes/js/tinymce/wp-tinymce.php'),
(7565, 'wp-includes/js/tw-sack.js'),
(7566, 'wp-includes/js/tw-sack.min.js'),
(7567, 'wp-includes/js/twemoji.js'),
(7568, 'wp-includes/js/twemoji.min.js'),
(7569, 'wp-includes/js/underscore.js'),
(7570, 'wp-includes/js/underscore.min.js'),
(7571, 'wp-includes/js/utils.js'),
(7572, 'wp-includes/js/utils.min.js'),
(7573, 'wp-includes/js/wp-ajax-response.js'),
(7574, 'wp-includes/js/wp-ajax-response.min.js'),
(7575, 'wp-includes/js/wp-api.js'),
(7576, 'wp-includes/js/wp-api.min.js'),
(7577, 'wp-includes/js/wp-auth-check.js'),
(7578, 'wp-includes/js/wp-auth-check.min.js'),
(7579, 'wp-includes/js/wp-backbone.js'),
(7580, 'wp-includes/js/wp-backbone.min.js'),
(7581, 'wp-includes/js/wp-custom-header.js'),
(7582, 'wp-includes/js/wp-custom-header.min.js'),
(7583, 'wp-includes/js/wp-embed-template.js'),
(7584, 'wp-includes/js/wp-embed-template.min.js'),
(7585, 'wp-includes/js/wp-embed.js'),
(7586, 'wp-includes/js/wp-embed.min.js'),
(7587, 'wp-includes/js/wp-emoji-loader.js'),
(7588, 'wp-includes/js/wp-emoji-loader.min.js'),
(7589, 'wp-includes/js/wp-emoji-release.min.js'),
(7590, 'wp-includes/js/wp-emoji.js'),
(7591, 'wp-includes/js/wp-emoji.min.js'),
(7592, 'wp-includes/js/wp-list-revisions.js'),
(7593, 'wp-includes/js/wp-list-revisions.min.js'),
(7594, 'wp-includes/js/wp-lists.js'),
(7595, 'wp-includes/js/wp-lists.min.js'),
(7596, 'wp-includes/js/wp-pointer.js'),
(7597, 'wp-includes/js/wp-pointer.min.js'),
(7598, 'wp-includes/js/wp-sanitize.js'),
(7599, 'wp-includes/js/wp-sanitize.min.js'),
(7600, 'wp-includes/js/wp-util.js'),
(7601, 'wp-includes/js/wp-util.min.js'),
(7602, 'wp-includes/js/wpdialog.js'),
(7603, 'wp-includes/js/wpdialog.min.js'),
(7604, 'wp-includes/js/wplink.js'),
(7605, 'wp-includes/js/wplink.min.js'),
(7606, 'wp-includes/js/zxcvbn-async.js'),
(7607, 'wp-includes/js/zxcvbn-async.min.js'),
(7608, 'wp-includes/js/zxcvbn.min.js'),
(7609, 'wp-includes/kses.php'),
(7610, 'wp-includes/l10n.php'),
(7611, 'wp-includes/link-template.php'),
(7612, 'wp-includes/load.php'),
(7613, 'wp-includes/locale.php'),
(7614, 'wp-includes/media-template.php'),
(7615, 'wp-includes/media.php'),
(7616, 'wp-includes/meta.php'),
(7617, 'wp-includes/ms-blogs.php'),
(7618, 'wp-includes/ms-default-constants.php'),
(7619, 'wp-includes/ms-default-filters.php'),
(7620, 'wp-includes/ms-deprecated.php'),
(7621, 'wp-includes/ms-files.php'),
(7622, 'wp-includes/ms-functions.php'),
(7623, 'wp-includes/ms-load.php'),
(7624, 'wp-includes/ms-network.php'),
(7625, 'wp-includes/ms-settings.php'),
(7626, 'wp-includes/ms-site.php'),
(7627, 'wp-includes/nav-menu-template.php'),
(7628, 'wp-includes/nav-menu.php'),
(7629, 'wp-includes/option.php'),
(7630, 'wp-includes/pluggable-deprecated.php'),
(7631, 'wp-includes/pluggable.php'),
(7632, 'wp-includes/plugin.php'),
(7633, 'wp-includes/pomo/entry.php'),
(7634, 'wp-includes/pomo/mo.php'),
(7635, 'wp-includes/pomo/plural-forms.php'),
(7636, 'wp-includes/pomo/po.php'),
(7637, 'wp-includes/pomo/streams.php'),
(7638, 'wp-includes/pomo/translations.php'),
(7639, 'wp-includes/post-formats.php'),
(7640, 'wp-includes/post-template.php'),
(7641, 'wp-includes/post-thumbnail-template.php'),
(7642, 'wp-includes/post.php'),
(7643, 'wp-includes/query.php'),
(7644, 'wp-includes/random_compat/byte_safe_strings.php'),
(7645, 'wp-includes/random_compat/cast_to_int.php'),
(7646, 'wp-includes/random_compat/error_polyfill.php'),
(7647, 'wp-includes/random_compat/random.php'),
(7648, 'wp-includes/random_compat/random_bytes_com_dotnet.php'),
(7649, 'wp-includes/random_compat/random_bytes_dev_urandom.php'),
(7650, 'wp-includes/random_compat/random_bytes_libsodium.php'),
(7651, 'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),
(7652, 'wp-includes/random_compat/random_bytes_mcrypt.php'),
(7653, 'wp-includes/random_compat/random_int.php'),
(7654, 'wp-includes/registration-functions.php'),
(7655, 'wp-includes/registration.php'),
(7656, 'wp-includes/rest-api/class-wp-rest-request.php'),
(7657, 'wp-includes/rest-api/class-wp-rest-response.php'),
(7658, 'wp-includes/rest-api/class-wp-rest-server.php'),
(7659, 'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),
(7660, 'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),
(7661, 'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),
(7662, 'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),
(7663, 'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),
(7664, 'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),
(7665, 'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),
(7666, 'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),
(7667, 'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),
(7668, 'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),
(7669, 'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),
(7670, 'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),
(7671, 'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),
(7672, 'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),
(7673, 'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),
(7674, 'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),
(7675, 'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),
(7676, 'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),
(7677, 'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),
(7678, 'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),
(7679, 'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),
(7680, 'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),
(7681, 'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),
(7682, 'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),
(7683, 'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),
(7684, 'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),
(7685, 'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),
(7686, 'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),
(7687, 'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),
(7688, 'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),
(7689, 'wp-includes/rest-api.php'),
(7690, 'wp-includes/revision.php'),
(7691, 'wp-includes/rewrite.php'),
(7692, 'wp-includes/robots-template.php'),
(7693, 'wp-includes/rss-functions.php'),
(7694, 'wp-includes/rss.php'),
(7695, 'wp-includes/script-loader.php'),
(7696, 'wp-includes/session.php'),
(7697, 'wp-includes/shortcodes.php'),
(7698, 'wp-includes/sitemaps/class-wp-sitemaps-index.php'),
(7699, 'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),
(7700, 'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),
(7701, 'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),
(7702, 'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),
(7703, 'wp-includes/sitemaps/class-wp-sitemaps.php'),
(7704, 'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),
(7705, 'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),
(7706, 'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),
(7707, 'wp-includes/sitemaps.php'),
(7708, 'wp-includes/sodium_compat/LICENSE'),
(7709, 'wp-includes/sodium_compat/autoload-php7.php'),
(7710, 'wp-includes/sodium_compat/autoload.php'),
(7711, 'wp-includes/sodium_compat/composer.json'),
(7712, 'wp-includes/sodium_compat/lib/constants.php'),
(7713, 'wp-includes/sodium_compat/lib/namespaced.php'),
(7714, 'wp-includes/sodium_compat/lib/php72compat.php'),
(7715, 'wp-includes/sodium_compat/lib/php72compat_const.php'),
(7716, 'wp-includes/sodium_compat/lib/ristretto255.php'),
(7717, 'wp-includes/sodium_compat/lib/sodium_compat.php'),
(7718, 'wp-includes/sodium_compat/lib/stream-xchacha20.php'),
(7719, 'wp-includes/sodium_compat/namespaced/Compat.php'),
(7720, 'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),
(7721, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),
(7722, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),
(7723, 'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),
(7724, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),
(7725, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),
(7726, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),
(7727, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),
(7728, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),
(7729, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),
(7730, 'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),
(7731, 'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),
(7732, 'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),
(7733, 'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),
(7734, 'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),
(7735, 'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),
(7736, 'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),
(7737, 'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),
(7738, 'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),
(7739, 'wp-includes/sodium_compat/namespaced/Core/Util.php'),
(7740, 'wp-includes/sodium_compat/namespaced/Core/X25519.php'),
(7741, 'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),
(7742, 'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),
(7743, 'wp-includes/sodium_compat/namespaced/Crypto.php'),
(7744, 'wp-includes/sodium_compat/namespaced/File.php'),
(7745, 'wp-includes/sodium_compat/src/Compat.php'),
(7746, 'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),
(7747, 'wp-includes/sodium_compat/src/Core/Base64/Common.php'),
(7748, 'wp-includes/sodium_compat/src/Core/Base64/Original.php'),
(7749, 'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),
(7750, 'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),
(7751, 'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),
(7752, 'wp-includes/sodium_compat/src/Core/ChaCha20.php'),
(7753, 'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),
(7754, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),
(7755, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),
(7756, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),
(7757, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),
(7758, 'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),
(7759, 'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),
(7760, 'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),
(7761, 'wp-includes/sodium_compat/src/Core/Curve25519.php'),
(7762, 'wp-includes/sodium_compat/src/Core/Ed25519.php'),
(7763, 'wp-includes/sodium_compat/src/Core/HChaCha20.php'),
(7764, 'wp-includes/sodium_compat/src/Core/HSalsa20.php'),
(7765, 'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),
(7766, 'wp-includes/sodium_compat/src/Core/Poly1305.php'),
(7767, 'wp-includes/sodium_compat/src/Core/Ristretto255.php'),
(7768, 'wp-includes/sodium_compat/src/Core/Salsa20.php'),
(7769, 'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),
(7770, 'wp-includes/sodium_compat/src/Core/SipHash.php'),
(7771, 'wp-includes/sodium_compat/src/Core/Util.php'),
(7772, 'wp-includes/sodium_compat/src/Core/X25519.php'),
(7773, 'wp-includes/sodium_compat/src/Core/XChaCha20.php'),
(7774, 'wp-includes/sodium_compat/src/Core/XSalsa20.php'),
(7775, 'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),
(7776, 'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),
(7777, 'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),
(7778, 'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),
(7779, 'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),
(7780, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),
(7781, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),
(7782, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),
(7783, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),
(7784, 'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),
(7785, 'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),
(7786, 'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),
(7787, 'wp-includes/sodium_compat/src/Core32/Curve25519.php'),
(7788, 'wp-includes/sodium_compat/src/Core32/Ed25519.php'),
(7789, 'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),
(7790, 'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),
(7791, 'wp-includes/sodium_compat/src/Core32/Int32.php'),
(7792, 'wp-includes/sodium_compat/src/Core32/Int64.php'),
(7793, 'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),
(7794, 'wp-includes/sodium_compat/src/Core32/Poly1305.php'),
(7795, 'wp-includes/sodium_compat/src/Core32/Salsa20.php'),
(7796, 'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),
(7797, 'wp-includes/sodium_compat/src/Core32/SipHash.php'),
(7798, 'wp-includes/sodium_compat/src/Core32/Util.php'),
(7799, 'wp-includes/sodium_compat/src/Core32/X25519.php'),
(7800, 'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),
(7801, 'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),
(7802, 'wp-includes/sodium_compat/src/Crypto.php'),
(7803, 'wp-includes/sodium_compat/src/Crypto32.php'),
(7804, 'wp-includes/sodium_compat/src/File.php'),
(7805, 'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),
(7806, 'wp-includes/sodium_compat/src/SodiumException.php'),
(7807, 'wp-includes/spl-autoload-compat.php'),
(7808, 'wp-includes/taxonomy.php'),
(7809, 'wp-includes/template-loader.php'),
(7810, 'wp-includes/template.php'),
(7811, 'wp-includes/theme-compat/comments.php'),
(7812, 'wp-includes/theme-compat/embed-404.php'),
(7813, 'wp-includes/theme-compat/embed-content.php'),
(7814, 'wp-includes/theme-compat/embed.php'),
(7815, 'wp-includes/theme-compat/footer-embed.php'),
(7816, 'wp-includes/theme-compat/footer.php'),
(7817, 'wp-includes/theme-compat/header-embed.php'),
(7818, 'wp-includes/theme-compat/header.php'),
(7819, 'wp-includes/theme-compat/sidebar.php'),
(7820, 'wp-includes/theme.php'),
(7821, 'wp-includes/update.php'),
(7822, 'wp-includes/user.php'),
(7823, 'wp-includes/vars.php'),
(7824, 'wp-includes/version.php'),
(7825, 'wp-includes/widgets/class-wp-nav-menu-widget.php'),
(7826, 'wp-includes/widgets/class-wp-widget-archives.php'),
(7827, 'wp-includes/widgets/class-wp-widget-calendar.php'),
(7828, 'wp-includes/widgets/class-wp-widget-categories.php'),
(7829, 'wp-includes/widgets/class-wp-widget-custom-html.php'),
(7830, 'wp-includes/widgets/class-wp-widget-links.php'),
(7831, 'wp-includes/widgets/class-wp-widget-media-audio.php'),
(7832, 'wp-includes/widgets/class-wp-widget-media-gallery.php'),
(7833, 'wp-includes/widgets/class-wp-widget-media-image.php'),
(7834, 'wp-includes/widgets/class-wp-widget-media-video.php'),
(7835, 'wp-includes/widgets/class-wp-widget-media.php'),
(7836, 'wp-includes/widgets/class-wp-widget-meta.php'),
(7837, 'wp-includes/widgets/class-wp-widget-pages.php'),
(7838, 'wp-includes/widgets/class-wp-widget-recent-comments.php'),
(7839, 'wp-includes/widgets/class-wp-widget-recent-posts.php'),
(7840, 'wp-includes/widgets/class-wp-widget-rss.php'),
(7841, 'wp-includes/widgets/class-wp-widget-search.php'),
(7842, 'wp-includes/widgets/class-wp-widget-tag-cloud.php'),
(7843, 'wp-includes/widgets/class-wp-widget-text.php'),
(7844, 'wp-includes/widgets.php'),
(7845, 'wp-includes/wlwmanifest.xml'),
(7846, 'wp-includes/wp-db.php'),
(7847, 'wp-includes/wp-diff.php'),
(7848, 'wp-links-opml.php'),
(7849, 'wp-load.php'),
(7850, 'wp-login.php'),
(7851, 'wp-mail.php'),
(7852, 'wp-settings.php'),
(7853, 'wp-signup.php'),
(7854, 'wp-trackback.php'),
(7855, 'xmlrpc.php');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wflivetraffichuman`
--

CREATE TABLE `wp_wflivetraffichuman` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `expiration` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wflocs`
--

CREATE TABLE `wp_wflocs` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `ctime` int(10) UNSIGNED NOT NULL,
  `failed` tinyint(3) UNSIGNED NOT NULL,
  `city` varchar(255) DEFAULT '',
  `region` varchar(255) DEFAULT '',
  `countryName` varchar(255) DEFAULT '',
  `countryCode` char(2) DEFAULT '',
  `lat` float(10,7) DEFAULT '0.0000000',
  `lon` float(10,7) DEFAULT '0.0000000'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wflogins`
--

CREATE TABLE `wp_wflogins` (
  `id` int(10) UNSIGNED NOT NULL,
  `hitID` int(11) DEFAULT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `fail` tinyint(3) UNSIGNED NOT NULL,
  `action` varchar(40) NOT NULL,
  `username` varchar(255) NOT NULL,
  `userID` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) DEFAULT NULL,
  `UA` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wflogins`
--

INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(1, 1, 1600890798.631766, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffa29ebb94, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0'),
(2, 2, 1601501938.266489, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffa29ebb60, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:82.0) Gecko/20100101 Firefox/82.0'),
(3, 5, 1604423528.914073, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519049, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.111 Safari/537.36'),
(4, 6, 1605041671.208769, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffadf534bc, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.183 Safari/537.36'),
(5, 8, 1605306724.829108, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519049, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(6, 9, 1605560192.198904, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519049, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(7, 11, 1605821656.026627, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519049, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36'),
(8, 12, 1606155462.156438, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.67 Safari/537.36'),
(9, 14, 1607110579.348821, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),
(10, 15, 1607110598.716306, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff18d9cb9e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(11, 16, 1607361342.326470, 1, 'loginFailValidUsername', 'usses_admn', 1, 0x26006c4003004c930c0af91ad45fd266, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(12, 17, 1607361356.352342, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c930c0af91ad45fd266, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(13, 18, 1607450219.113204, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c9375bfe7f3a2fa5d44, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(14, 19, 1607468331.642582, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c9369a7c4a57f75502c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(15, 20, 1607542654.297100, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c93c5491486aca8d742, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(16, 21, 1607635411.548168, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c931d5ee1bcdadc7b03, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(17, 22, 1607700566.632432, 0, 'loginOK', 'usses_admn', 1, 0x26006c4003004c9315853614de99dfe9, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:83.0) Gecko/20100101 Firefox/83.0'),
(18, 28, 1614954514.859807, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x260017007aa178a00503f27952078f46, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(19, 29, 1614954535.113536, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a00503f27952078f46, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(20, 30, 1614955920.346702, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(21, 31, 1614959717.191244, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(22, 32, 1614960608.557707, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(23, 33, 1614960651.693196, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(24, 34, 1614960658.188006, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(25, 35, 1615220158.691377, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(26, 36, 1615244556.093908, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.72 Safari/537.36'),
(27, 37, 1615265275.930326, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(28, 38, 1615348139.646798, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff7f000001, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.192 Safari/537.36'),
(29, 39, 1615389769.055835, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff18ab7426, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(30, 41, 1616089712.679625, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:86.0) Gecko/20100101 Firefox/86.0'),
(31, 42, 1616090898.835329, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a094a1b33391e22f37, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(32, 43, 1616105229.902341, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.96 Safari/537.36'),
(33, 45, 1616399624.982800, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(34, 46, 1616400294.949629, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(35, 47, 1616400308.428813, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(36, 48, 1616400418.160974, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(37, 49, 1616599001.123027, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0a9ab8f74a53640fa, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0) Gecko/20100101 Firefox/86.0'),
(38, 50, 1616792394.633258, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36'),
(39, 52, 1617181902.091874, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d650ef4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(40, 53, 1617292753.374684, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:87.0) Gecko/20100101 Firefox/87.0'),
(41, 54, 1617374289.793901, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0c9099e79011f59f4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(42, 56, 1618469022.077686, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(43, 57, 1618509893.194624, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(44, 58, 1618844865.185023, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(45, 59, 1619020168.955537, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),
(46, 61, 1619214775.037924, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff47519135, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(47, 62, 1620313370.194222, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff6ca2d89b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(48, 63, 1620313440.583009, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff6ca2d89b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(49, 64, 1620313503.618674, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff6ca2d89b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(50, 65, 1620320229.945066, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffa29e4a7c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(51, 66, 1620374409.646879, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffac44ef31, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(52, 67, 1620402706.319013, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d656958, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(53, 68, 1620423339.530182, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffac44396c, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(54, 69, 1620423589.865714, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffffa29e4a94, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(55, 71, 1620726874.804131, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(56, 72, 1620726885.657707, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(57, 73, 1620726898.199248, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(58, 74, 1620940100.565914, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(59, 75, 1620940112.419818, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(60, 76, 1620985692.359710, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(61, 77, 1620985710.649637, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(62, 78, 1620985777.825625, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(63, 79, 1620985787.310608, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(64, 80, 1621004537.290341, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(65, 81, 1621004561.922839, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(66, 82, 1621009002.792013, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(67, 83, 1621009011.910731, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(68, 84, 1621009029.835493, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(69, 85, 1621009207.720048, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(70, 86, 1621009273.736452, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(71, 87, 1621009304.019361, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(72, 88, 1621009386.051226, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(73, 89, 1621010028.185482, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(74, 90, 1621010565.769210, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(75, 91, 1621017748.192826, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(76, 92, 1621017896.601218, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(77, 93, 1621018396.585488, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(78, 94, 1621020911.442005, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(79, 95, 1621236007.047664, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(80, 96, 1621277207.929826, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0254a7bc5839dd876, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(81, 97, 1621286642.810638, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(82, 98, 1621286655.705185, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(83, 99, 1621286729.284858, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(84, 100, 1621286892.517399, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(85, 101, 1621288228.200869, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(86, 102, 1621288801.933192, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 11_2_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.114 Safari/537.36'),
(87, 103, 1621339905.429517, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(88, 104, 1621369653.792063, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(89, 105, 1621418578.476244, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(90, 106, 1621418620.171822, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(91, 107, 1621418731.742547, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(92, 108, 1621419110.127026, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(93, 109, 1621419117.323777, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(94, 110, 1621419145.008099, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(95, 111, 1621436575.021292, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(96, 112, 1621450649.989711, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(97, 114, 1621590388.650225, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(98, 115, 1621609603.487312, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(99, 116, 1621609634.057996, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(100, 117, 1621609637.233536, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(101, 118, 1621609671.041558, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(102, 119, 1621609679.311711, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(103, 120, 1621610323.225503, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(104, 121, 1621610376.289823, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(105, 122, 1621610396.923180, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(106, 123, 1621610400.030928, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(107, 124, 1621612667.248274, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(108, 125, 1621958878.742539, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(109, 126, 1622059575.070347, 1, 'loginFailInvalidUsername', 'abbyrinne@ussec.org', 0, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(110, 127, 1622059588.081524, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(111, 128, 1622059593.051858, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(112, 129, 1622059603.383705, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(113, 131, 1622059726.780200, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(114, 132, 1622059764.767578, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(115, 133, 1622059894.942958, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36'),
(116, 134, 1622060195.152756, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0'),
(117, 135, 1622125501.084240, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0'),
(118, 136, 1622139456.607381, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(119, 137, 1622187814.929327, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(120, 138, 1622187826.515152, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(121, 140, 1622452556.528252, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(122, 141, 1622452591.089849, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(123, 142, 1622559436.272806, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0'),
(124, 143, 1622646860.591713, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(125, 145, 1622652631.013079, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(126, 146, 1622652834.412928, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(127, 147, 1622652862.169325, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(128, 148, 1622660747.589256, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(129, 149, 1622730785.162431, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(130, 150, 1622730835.036234, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36 Edg/91.0.864.37'),
(131, 151, 1622730871.019518, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(132, 152, 1622730900.503372, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(133, 153, 1622799033.477325, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(134, 154, 1623062082.344292, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(135, 156, 1623190067.534497, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(136, 157, 1623192779.583801, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(137, 158, 1623252331.226357, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(138, 159, 1623322260.420826, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(139, 160, 1623355964.820839, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(140, 161, 1623356652.536839, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(141, 162, 1623356716.553619, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Safari/537.36'),
(142, 163, 1623358578.427524, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(143, 164, 1623363782.725916, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(144, 165, 1623427780.630642, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bfdf, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),
(145, 169, 1623769907.871463, 0, 'loginOK', 'Brentebabb@gmail.com', 389, 0x26006c427f7fc73dc072ffa16831fd3a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36'),
(146, 171, 1624011980.782131, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(147, 172, 1624051953.879075, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),
(148, 174, 1624285842.626573, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a84a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),
(149, 175, 1624285852.707455, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a84a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),
(150, 176, 1624347638.565965, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(151, 177, 1624379753.136631, 0, 'loginOK', 'Brentebabb@gmail.com', 389, 0x26006c427f7fc73df56091b892f443ae, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(152, 181, 1624380905.162928, 0, 'loginOK', 'Brentebabb@gmail.com', 389, 0x26006c427f7fc73df56091b892f443ae, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(153, 182, 1624385111.135976, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.106 Safari/537.36'),
(154, 183, 1624395485.129650, 1, 'loginFailInvalidUsername', 'cgma_admn', 0, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(155, 184, 1624395503.595709, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0'),
(156, 185, 1624398382.307791, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(157, 186, 1624461729.675515, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(158, 187, 1624461911.029772, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(159, 188, 1624462040.891903, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(160, 189, 1624462065.060858, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(161, 190, 1624462079.366073, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(162, 191, 1624462106.387863, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(163, 192, 1624462124.522399, 1, 'loginFailValidUsername', 'mike@beanstalkwebsolutions.com', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(164, 193, 1624462150.864590, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(165, 194, 1624463404.673908, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(166, 195, 1624547594.767525, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a84a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(167, 197, 1624567408.855110, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(168, 198, 1624567421.477748, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(169, 199, 1624567428.720098, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(170, 200, 1624567594.318798, 0, 'loginOK', 'rolson@ussec.org', 394, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36 Edg/91.0.864.54'),
(171, 201, 1624632302.565629, 0, 'loginOK', 'Brentebabb@gmail.com', 389, 0x00000000000000000000ffff2fe971d0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(172, 202, 1624635124.268197, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a84a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(173, 204, 1624899056.190266, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(174, 205, 1624899470.203786, 0, 'loginOK', 'rolson@ussec.org', 394, 0x00000000000000000000ffff18da9a2f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36'),
(175, 206, 1625239324.473702, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(176, 207, 1625240013.401367, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff6cfaa13e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(177, 209, 1625580044.533327, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a84a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(178, 210, 1625656524.103466, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb982373a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(179, 211, 1626100484.632527, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306990a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(180, 212, 1626105290.534761, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0'),
(181, 213, 1626186919.474844, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(182, 214, 1626187953.219718, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(183, 215, 1626188056.117712, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(184, 216, 1626188188.918323, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(185, 217, 1626199457.444524, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(186, 218, 1626199483.054728, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(187, 219, 1626199517.711488, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(188, 220, 1626199539.243085, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(189, 221, 1626199564.790547, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a666, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(190, 222, 1626199576.705978, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a666, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(191, 223, 1626199600.218582, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306a666, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(192, 224, 1626201015.186717, 0, 'loginOK', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(193, 225, 1626201044.070461, 0, 'logout', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(194, 227, 1626333368.415148, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(195, 228, 1626360682.419893, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(196, 229, 1626360953.512341, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(197, 230, 1626375411.908158, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4724c1fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(198, 231, 1626375419.502136, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4724c1fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(199, 232, 1626375439.268839, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4724c1fd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(200, 233, 1626380099.424445, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(201, 234, 1626380362.311931, 0, 'logout', 'bca.execution@bunge.com', 78, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(202, 235, 1626380373.022952, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(203, 236, 1626418569.782981, 1, 'loginFailValidUsername', 'rafael.olaso@bunge.com', 397, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(204, 237, 1626418597.506262, 1, 'loginFailValidUsername', 'rafael.olaso@bunge.com', 397, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(205, 238, 1626418642.039505, 0, 'loginOK', 'rafael.olaso@bunge.com', 397, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(206, 239, 1626426370.401953, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(207, 240, 1626426410.297343, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(208, 241, 1626426522.846839, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(209, 242, 1626426592.929478, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(210, 243, 1626426659.051830, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36 Edg/91.0.864.67'),
(211, 244, 1626438888.787779, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306e1a2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(212, 245, 1626443866.990741, 0, 'loginOK', 'Brentebabb@gmail.com', 389, 0x26006c427f7fc73df13fe5b963d80cf6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(213, 246, 1626694572.612542, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0'),
(214, 247, 1627333716.670265, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff6ca2d84b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),
(215, 248, 1627333816.360209, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffffac4682f3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),
(216, 249, 1627333834.012297, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffffac4682f3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),
(217, 250, 1627334160.589236, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffffa29e4ad2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.164 Safari/537.36'),
(218, 251, 1627334166.159402, 1, 'loginFailValidUsername', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46528c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(219, 252, 1627334166.217400, 1, 'loginFailValidUsername', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46528d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(220, 253, 1627334292.615164, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff6ca2d2ed, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(221, 254, 1627334636.621420, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46528d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(222, 255, 1627334681.951737, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46525f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(223, 256, 1627334682.000735, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff6ca2d2ed, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(224, 257, 1627334718.845483, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46362d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(225, 258, 1627400692.865110, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46362d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(226, 259, 1627408370.766929, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffffac468275, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(227, 260, 1627412934.904699, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffffac467e97, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(228, 261, 1627507666.980097, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46528d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(229, 262, 1627507694.635765, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff6ca2d433, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(230, 263, 1627525661.347756, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffffac46362c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.55'),
(231, 264, 1627555372.599600, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff8d656865, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(232, 265, 1627555413.397575, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff8d656866, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(233, 266, 1627555445.325062, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff8d656865, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(234, 267, 1627683179.246530, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffffa29e4a6d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(235, 269, 1627908847.920993, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff430694f5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(236, 270, 1627908876.316084, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff430694f5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(237, 271, 1627912744.798020, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff430694f5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(238, 272, 1627913383.801859, 0, 'loginOK', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff202a0d89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(239, 273, 1627915634.130063, 0, 'logout', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff202a0d89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(240, 274, 1627924777.507313, 0, 'loginOK', 'rolson@ussec.org', 394, 0x00000000000000000000ffff47d227d0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36'),
(241, 275, 1627941818.978613, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273401d2c804711feda00, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62'),
(242, 276, 1627959490.992790, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c10273401d2c804711feda00, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62'),
(243, 277, 1627959792.473389, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273401d2c804711feda00, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(244, 278, 1627959973.086678, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c10273401d2c804711feda00, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62'),
(245, 279, 1627960001.420421, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273401d2c804711feda00, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36 Edg/92.0.902.62'),
(246, 280, 1627996084.914637, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(247, 281, 1627996099.128963, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(248, 282, 1628151486.437419, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(249, 283, 1628160216.364564, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(250, 284, 1628160232.781890, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(251, 285, 1628162924.845147, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(252, 286, 1628510119.597181, 0, 'loginOK', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff202a0d89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(253, 287, 1628515314.184666, 0, 'logout', 'ana.yaluff@adm.com', 305, 0x00000000000000000000ffff202a0d89, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36'),
(254, 288, 1628521061.629349, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0'),
(255, 290, 1628886177.065381, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),
(256, 291, 1629148533.741434, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff43067ad0, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),
(257, 292, 1629225733.581686, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36'),
(258, 293, 1629295960.299781, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(259, 294, 1629299102.806985, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(260, 296, 1629377887.739162, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(261, 297, 1629452899.836007, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(262, 298, 1629452913.927352, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(263, 300, 1630437206.961012, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(264, 301, 1630437382.261014, 0, 'loginOK', 'arinne@ussec.org', 272, 0x26000387000b000f000000000000009d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(265, 302, 1630439574.992410, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(266, 303, 1630439787.776616, 0, 'loginOK', 'arinne@ussec.org', 272, 0x26000387000b000f000000000000009d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(267, 304, 1630510396.892669, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(268, 305, 1630572659.045757, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(269, 306, 1630572680.176936, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(270, 307, 1630590666.582211, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(271, 308, 1630594054.576517, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(272, 309, 1630679610.335152, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff2e21f27b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(273, 310, 1630683313.540658, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(274, 312, 1631045501.847803, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(275, 313, 1631205401.155626, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0'),
(276, 314, 1631233938.954712, 1, 'loginFailValidUsername', 'samtico@hotmail.com', 398, 0x260106c1c1027340387a6c95a0860e3f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78'),
(277, 315, 1631233976.049176, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340387a6c95a0860e3f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78'),
(278, 316, 1631585748.096447, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340b9b63f85eee6613e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.78'),
(279, 318, 1631874648.289856, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84'),
(280, 319, 1631874719.395917, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84'),
(281, 320, 1631876694.403641, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84'),
(282, 321, 1631878537.997598, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84'),
(283, 322, 1631879382.627364, 0, 'logout', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55733eb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 Edg/92.0.902.84'),
(284, 323, 1631886079.262454, 1, 'loginFailValidUsername', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(285, 324, 1631886116.798073, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36'),
(286, 325, 1632140589.189581, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(287, 326, 1632148459.408043, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(288, 327, 1632150778.631657, 0, 'loginOK', 'dessislava.barzachka@bunge.com', 396, 0x00000000000000000000ffff55732cb4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36'),
(289, 328, 1632151990.562147, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(290, 329, 1632157893.858244, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(291, 330, 1632189172.610787, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff43069120, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36'),
(292, 332, 1632752796.457507, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(293, 333, 1632840413.322789, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(294, 334, 1632927802.754727, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(295, 335, 1633013593.607349, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(296, 337, 1633360682.252000, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(297, 338, 1633452109.373856, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(298, 339, 1633532600.044240, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(299, 340, 1633532673.762632, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(300, 341, 1633576106.095750, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36'),
(301, 343, 1633989457.369797, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273400c7ed80d68cf54e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38'),
(302, 344, 1634004190.784789, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273400c7ed80d68cf54e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38'),
(303, 345, 1634005896.877632, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(304, 346, 1634007595.710309, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273400c7ed80d68cf54e1, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.71 Safari/537.36 Edg/94.0.992.38'),
(305, 347, 1634022038.417894, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(306, 348, 1634023270.242143, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(307, 349, 1634038308.425859, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0'),
(308, 350, 1634043984.620019, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(309, 351, 1634048263.870543, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a044c243ac996b55c7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(310, 352, 1634049757.510260, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x260017007aa178a044c243ac996b55c7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(311, 353, 1634049771.214784, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a044c243ac996b55c7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(312, 354, 1634247022.868142, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(313, 355, 1634247026.428580, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(314, 356, 1634266172.112055, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(315, 357, 1634299941.964393, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(316, 358, 1634300710.774554, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(317, 359, 1634300728.376335, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(318, 360, 1634300762.558747, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(319, 361, 1634312606.129363, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(320, 362, 1634314283.364003, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340c870ad3fd714b87d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.47'),
(321, 363, 1634321885.309506, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(322, 364, 1634328301.402235, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(323, 365, 1634559020.744513, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(324, 367, 1634740171.722357, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273404ce77ec16c906a93, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50'),
(325, 368, 1634870082.062364, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(326, 369, 1634885173.494085, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(327, 370, 1634887149.655823, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(328, 371, 1634887602.923296, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(329, 372, 1635174645.553701, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(330, 373, 1635193630.742933, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36'),
(331, 374, 1635216753.977697, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),
(332, 375, 1635263900.292753, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),
(333, 377, 1635297418.657630, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734074f685a4744cffd5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50'),
(334, 378, 1635297418.847886, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734074f685a4744cffd5, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.81 Safari/537.36 Edg/94.0.992.50'),
(335, 379, 1635318936.533581, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb982369e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(336, 380, 1635333639.593136, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb982369e, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(337, 381, 1635347244.388628, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(338, 382, 1635445046.636546, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340f035edc820b03144, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(339, 383, 1635447020.066131, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340f035edc820b03144, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(340, 384, 1635449008.942868, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340f035edc820b03144, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(341, 385, 1635450931.218100, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340f035edc820b03144, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(342, 386, 1635646593.360287, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273404987643da45e76cb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(343, 387, 1635649132.889531, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273404987643da45e76cb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(344, 388, 1635780887.808953, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(345, 389, 1635780994.917913, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(346, 390, 1635789885.867186, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),
(347, 391, 1635797269.975478, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340514fd2148a53cf8b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(348, 392, 1635797934.968793, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36'),
(349, 393, 1635822818.462522, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340514fd2148a53cf8b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(350, 394, 1635825211.675269, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340514fd2148a53cf8b, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(351, 395, 1635839409.334238, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(352, 396, 1635861184.006350, 1, 'loginFailValidUsername', 'samtico@hotmail.com', 398, 0x260106c1c10273403538dc6efc905a0f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(353, 397, 1635861184.184507, 1, 'loginFailValidUsername', 'samtico@hotmail.com', 398, 0x260106c1c10273403538dc6efc905a0f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(354, 398, 1635861197.092899, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273403538dc6efc905a0f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(355, 399, 1635863023.409237, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273403538dc6efc905a0f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.30'),
(356, 400, 1635869613.226021, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(357, 401, 1635974934.498702, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(358, 402, 1636038278.890226, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(359, 403, 1636038571.349866, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(360, 404, 1636038603.369920, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(361, 405, 1636039612.829797, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(362, 406, 1636039885.437698, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(363, 407, 1636041663.497445, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(364, 408, 1636041692.704384, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(365, 409, 1636041776.642729, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(366, 410, 1636041789.748994, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(367, 411, 1636041834.531021, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(368, 412, 1636041864.588079, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(369, 413, 1636041955.869608, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(370, 414, 1636041974.908774, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(371, 415, 1636042069.732409, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(372, 416, 1636042091.896143, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(373, 417, 1636042142.051528, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(374, 418, 1636044077.002687, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(375, 419, 1636052228.043625, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(376, 420, 1636052317.024974, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(377, 421, 1636053498.335151, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(378, 422, 1636053506.175603, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(379, 423, 1636055501.433921, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(380, 424, 1636055582.130883, 0, 'logout', 'aaron.campbell@enerfogroup.com', 117, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(381, 425, 1636055593.330638, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(382, 426, 1636111549.047102, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(383, 427, 1636113755.570027, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(384, 428, 1636121653.991741, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(385, 429, 1636121904.842384, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(386, 430, 1636121927.823453, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(387, 431, 1636122004.392321, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(388, 432, 1636122017.450634, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(389, 433, 1636126124.031941, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(390, 434, 1636130980.779910, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(391, 435, 1636380572.913763, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(392, 437, 1636387201.618493, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(393, 438, 1636389868.534225, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(394, 439, 1636389988.941444, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(395, 440, 1636390006.945511, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(396, 441, 1636400495.908749, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(397, 442, 1636428210.573643, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(398, 443, 1636430543.082401, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(399, 444, 1636431771.025071, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c102734040c780971b7a0ffd, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(400, 445, 1636458322.277203, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(401, 446, 1636470307.190855, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(402, 447, 1636470400.526544, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(403, 448, 1636470413.467616, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(404, 449, 1636470664.735126, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(405, 450, 1636470678.812377, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(406, 451, 1636473591.041677, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(407, 452, 1636475609.605030, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(408, 453, 1636480747.773557, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(409, 454, 1636481470.690191, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 399, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(410, 455, 1636481505.198662, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(411, 456, 1636482342.320267, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(412, 457, 1636484023.487933, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(413, 458, 1636484074.171381, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(414, 459, 1636484278.019180, 0, 'logout', 'samticoman@gmail.com', 399, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(415, 460, 1636484286.527769, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(416, 461, 1636484465.462553, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(417, 462, 1636484474.313909, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(418, 463, 1636484541.630393, 0, 'loginOK', 'nick@beanstalkweb.com', 400, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(419, 464, 1636485200.548241, 0, 'logout', 'samticoman@gmail.com', 399, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(420, 465, 1636485206.932449, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(421, 466, 1636485287.009634, 0, 'logout', 'samticoman@gmail.com', 399, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(422, 467, 1636485302.247841, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(423, 468, 1636486790.461439, 0, 'logout', 'aaron.campbell@enerfogroup.com', 117, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(424, 469, 1636488074.215045, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(425, 470, 1636490177.590281, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(426, 471, 1636501187.687363, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(427, 472, 1636512042.330313, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734068f7c642434b2fd3, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(428, 473, 1636539845.505797, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(429, 474, 1636552360.668650, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(430, 475, 1636552379.310622, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(431, 476, 1636552393.879051, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(432, 477, 1636552431.047828, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(433, 478, 1636552442.882747, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(434, 479, 1636552630.538470, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(435, 480, 1636552652.981178, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(436, 481, 1636552782.920885, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(437, 482, 1636554844.903679, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(438, 483, 1636555220.748711, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(439, 484, 1636555399.514990, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(440, 485, 1636555417.706826, 0, 'loginOK', 'samticoman@gmail.com', 399, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(441, 486, 1636555454.418446, 0, 'logout', 'samticoman@gmail.com', 399, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(442, 487, 1636560098.411162, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(443, 488, 1636560100.594078, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(444, 489, 1636560106.621275, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(445, 490, 1636561417.957500, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(446, 491, 1636561422.846209, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(447, 492, 1636561540.660435, 0, 'logout', 'samticoman@gmail.com', 399, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(448, 493, 1636561548.773565, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(449, 494, 1636561630.479223, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(450, 495, 1636561640.402109, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(451, 496, 1636561671.227121, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(452, 497, 1636561839.008276, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(453, 498, 1636561853.473766, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(454, 499, 1636561855.882018, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(455, 500, 1636561865.978367, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(456, 501, 1636562158.806540, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(457, 502, 1636562167.371438, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(458, 503, 1636562203.916512, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(459, 504, 1636562213.104974, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(460, 505, 1636562693.207282, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(461, 506, 1636564507.302601, 1, 'loginFailInvalidUsername', 'samticoman@gmail.com', 0, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(462, 507, 1636564520.897403, 1, 'loginFailInvalidUsername', 'samticoman@gmail.com', 0, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(463, 508, 1636566292.916609, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(464, 509, 1636566693.776269, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(465, 510, 1636567056.688659, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(466, 511, 1636568174.736351, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(467, 512, 1636568248.718614, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(468, 513, 1636569539.284754, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(469, 514, 1636569707.322066, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(470, 515, 1636569823.665551, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(471, 516, 1636569846.939027, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(472, 517, 1636569882.360050, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(473, 518, 1636569937.911321, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(474, 519, 1636569979.110897, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(475, 520, 1636570169.270396, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(476, 521, 1636570399.173523, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(477, 522, 1636570422.507964, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(478, 523, 1636570452.347723, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(479, 524, 1636571759.219600, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(480, 525, 1636576155.280133, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(481, 526, 1636577450.172173, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(482, 527, 1636578768.873229, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(483, 528, 1636592435.790599, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306bcd2, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(484, 529, 1636598898.691973, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(485, 530, 1636599142.137273, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(486, 531, 1636599163.527624, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(487, 532, 1636599456.116187, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(488, 533, 1636599485.533874, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(489, 534, 1636601497.302585, 1, 'loginFailValidUsername', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(490, 535, 1636601511.746784, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340453bd9dc8bf51627, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(491, 536, 1636609901.627685, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(492, 537, 1636610934.526792, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(493, 538, 1636618494.635776, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(494, 539, 1636647148.839541, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(495, 540, 1636648298.010759, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff430691d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(496, 541, 1636650285.683417, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(497, 542, 1636651268.620203, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(498, 543, 1636652361.276684, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(499, 544, 1636657696.976218, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(500, 545, 1636657697.157596, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(501, 546, 1636659634.816697, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(502, 547, 1636661486.863170, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(503, 548, 1636662080.331923, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(504, 549, 1636685611.015849, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(505, 550, 1636685612.009741, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(506, 551, 1636687751.398765, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(507, 552, 1636689628.910222, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(508, 553, 1636690193.699653, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c1027340d1a5409ea5ba0cd8, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(509, 554, 1636732041.847071, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(510, 555, 1636735312.144965, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(511, 556, 1636735624.237560, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(512, 557, 1636735740.565089, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(513, 558, 1636737882.262900, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(514, 559, 1636737893.952036, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(515, 560, 1636739623.820981, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(516, 561, 1636739727.509476, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(517, 562, 1636739741.526637, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(518, 563, 1636752753.665188, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(519, 564, 1636753350.672198, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(520, 565, 1636753912.532883, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(521, 566, 1636768985.259841, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(522, 567, 1636770283.073577, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(523, 568, 1636770310.990869, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(524, 569, 1636770710.749020, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(525, 570, 1636770730.780282, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(526, 571, 1636770909.439280, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(527, 572, 1636770931.532022, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(528, 573, 1636772455.394948, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(529, 574, 1636772475.289941, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.44'),
(530, 575, 1636774340.600979, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c10273401c039348458821d7, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(531, 576, 1636861215.284064, 0, 'loginOK', 'samtico@hotmail.com', 398, 0x260106c1c102734061023184afc4ca3c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(532, 577, 1636862545.093419, 0, 'logout', 'samtico@hotmail.com', 398, 0x260106c1c102734061023184afc4ca3c, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(533, 578, 1636947171.534540, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(534, 579, 1636947282.877822, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(535, 580, 1636947304.236900, 0, 'loginOK', 'fmpstreasurer@gmail.com', 402, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(536, 581, 1636947524.247672, 0, 'logout', 'fmpstreasurer@gmail.com', 402, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(537, 582, 1636947543.128880, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(538, 583, 1636965025.672760, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(539, 584, 1636967359.590348, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(540, 585, 1636970606.895627, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(541, 586, 1636977279.855559, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(542, 587, 1636979236.337358, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(543, 588, 1636981116.564774, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(544, 589, 1636985373.633154, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(545, 590, 1636988987.193438, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0358b8e654e4c0207, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(546, 591, 1636989527.238647, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(547, 592, 1636989675.195485, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36'),
(548, 593, 1636990867.842794, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0358b8e654e4c0207, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(549, 594, 1636991484.473391, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(550, 595, 1636993292.237908, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0358b8e654e4c0207, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(551, 596, 1637069960.405993, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(552, 597, 1637071802.395754, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(553, 598, 1637077482.201691, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0110572564970852a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(554, 599, 1637077598.223476, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(555, 600, 1637078578.361539, 0, 'logout', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(556, 601, 1637078760.211430, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(557, 602, 1637079811.289091, 0, 'logout', 'samticoman@gmail.com', 401, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(558, 603, 1637079819.456090, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(559, 604, 1637083987.982887, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0110572564970852a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(560, 605, 1637085847.138566, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(561, 606, 1637088090.880779, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(562, 607, 1637088359.883891, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(563, 608, 1637089468.647441, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(564, 609, 1637091577.284329, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(565, 610, 1637093129.634846, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(566, 611, 1637098438.526941, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0110572564970852a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(567, 612, 1637112964.852903, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a091e35c033ff4a2cb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(568, 613, 1637115483.511550, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a091e35c033ff4a2cb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(569, 614, 1637115774.096017, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(570, 615, 1637117641.394678, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(571, 616, 1637119055.974549, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(572, 617, 1637119057.778130, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(573, 618, 1637119852.878374, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(574, 619, 1637121391.030080, 0, 'logout', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(575, 620, 1637140194.240247, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(576, 621, 1637140224.239743, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(577, 622, 1637141071.812449, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(578, 623, 1637141084.158024, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(579, 624, 1637150857.388607, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(580, 625, 1637150953.437486, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(581, 626, 1637157048.767190, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(582, 627, 1637157171.506080, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(583, 628, 1637157877.329999, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(584, 629, 1637160004.690055, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(585, 630, 1637161502.761055, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a091e35c033ff4a2cb, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(586, 631, 1637163044.562485, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(587, 632, 1637164687.794067, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(588, 633, 1637165042.074911, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(589, 634, 1637165057.372458, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(590, 635, 1637167355.097017, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(591, 636, 1637177298.688293, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(592, 637, 1637177593.460962, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(593, 638, 1637178033.920041, 0, 'logout', 'bca.execution@bunge.com', 78, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(594, 639, 1637178041.685019, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(595, 640, 1637179374.843865, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(596, 641, 1637179394.517019, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(597, 642, 1637179443.665511, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(598, 643, 1637179468.997432, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(599, 644, 1637179482.563553, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(600, 645, 1637179500.265595, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(601, 646, 1637181918.162230, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(602, 647, 1637188752.658802, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(603, 648, 1637188892.878773, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(604, 649, 1637193464.768770, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(605, 650, 1637193488.340762, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(606, 651, 1637193504.179999, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(607, 652, 1637194711.456031, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(608, 653, 1637194790.693762, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(609, 654, 1637202478.309432, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(610, 655, 1637204300.807982, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c102734089865e0644eec092, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(611, 656, 1637204334.444983, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(612, 657, 1637204425.802397, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(613, 658, 1637204441.669152, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(614, 659, 1637204444.655465, 0, 'loginOK', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(615, 660, 1637204473.290952, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(616, 661, 1637205243.059793, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(617, 662, 1637205341.730752, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(618, 663, 1637205384.350143, 1, 'loginFailValidUsername', 'rinneabby@yahoo.com', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(619, 664, 1637205417.629471, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(620, 665, 1637205790.473391, 0, 'logout', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(621, 666, 1637205815.882663, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(622, 667, 1637205975.116030, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(623, 668, 1637206010.088981, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(624, 669, 1637206904.913087, 0, 'logout', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(625, 670, 1637213787.533667, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0b0c8233a897f9534, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(626, 671, 1637222154.377458, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(627, 673, 1637224590.704449, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(628, 674, 1637232800.143484, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffffb99fa36d, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(629, 675, 1637241134.123037, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(630, 676, 1637245937.073185, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(631, 677, 1637246839.819387, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(632, 678, 1637246851.474802, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(633, 679, 1637247095.139602, 0, 'logout', 'samtico@hotmail.com', 398, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(634, 680, 1637247106.628981, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(635, 681, 1637247380.353017, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(636, 682, 1637250130.190410, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0'),
(637, 683, 1637257747.591136, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(638, 684, 1637262677.334377, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(639, 685, 1637262930.777358, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(640, 686, 1637264507.215925, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(641, 687, 1637265483.426175, 1, 'loginFailValidUsername', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(642, 688, 1637265529.242658, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(643, 689, 1637266393.550081, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(644, 690, 1637336686.353122, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(645, 691, 1637343154.387087, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(646, 692, 1637375828.291553, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x260106c1c1027340a97baafd78b0bd78, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 Edg/95.0.1020.53'),
(647, 693, 1637525894.476298, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(648, 694, 1637527826.438485, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(649, 695, 1637528807.588420, 0, 'logout', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(650, 696, 1637528843.069607, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(651, 697, 1637528883.956208, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(652, 698, 1637528904.695361, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(653, 699, 1637593770.476654, 1, 'loginFailValidUsername', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(654, 700, 1637593815.466654, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(655, 701, 1637595483.126738, 0, 'logout', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(656, 702, 1637595522.445162, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(657, 703, 1637597379.614725, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(658, 704, 1637608426.856413, 0, 'loginOK', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(659, 705, 1637608981.161688, 0, 'logout', 'RINNEABBY@YAHOO.COM', 403, 0x00000000000000000000ffff4b820d34, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(660, 706, 1637620096.196679, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(661, 707, 1637620153.236174, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(662, 708, 1637620457.988973, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(663, 709, 1637620649.386247, 0, 'logout', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(664, 710, 1637620872.793120, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(665, 711, 1637621197.199523, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(666, 712, 1637621226.833962, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(667, 713, 1637621397.394230, 0, 'logout', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(668, 714, 1637621452.254077, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(669, 715, 1637684715.781248, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(670, 716, 1637685511.919875, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(671, 717, 1637686015.755874, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(672, 718, 1637686043.880591, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(673, 719, 1637686547.738214, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(674, 720, 1637687267.165174, 0, 'logout', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(675, 721, 1637687281.993738, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(676, 722, 1637687629.562486, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(677, 723, 1637687642.823426, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(678, 724, 1637687830.415866, 0, 'logout', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(679, 725, 1637687845.987116, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(680, 726, 1637688596.043552, 0, 'loginOK', 'samticoman@gmail.com', 401, 0x2601024846012fa0f5683e22edaf740f, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36 Edg/96.0.1054.29'),
(681, 727, 1637691690.062000, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(682, 728, 1637693210.152663, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(683, 729, 1637697178.105509, 1, 'loginFailInvalidUsername', 'akrinne@yahoo.com', 0, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(684, 730, 1637697206.032840, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(685, 731, 1637699059.915689, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(686, 732, 1637745060.589282, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(687, 733, 1637747030.559065, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(688, 734, 1637757195.597051, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(689, 735, 1637758214.287288, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(690, 736, 1637761535.053501, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(691, 737, 1637761615.834891, 0, 'logout', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(692, 738, 1637761626.983408, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(693, 739, 1637761655.995096, 0, 'logout', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(694, 740, 1637761671.802185, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(695, 741, 1637761707.701425, 0, 'logout', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(696, 742, 1637765533.681798, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306eff6, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(697, 743, 1637856261.298131, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(698, 744, 1637932737.038180, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(699, 745, 1638177949.856561, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(700, 747, 1638178051.068059, 1, 'loginFailValidUsername', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(701, 748, 1638178062.475473, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(702, 749, 1638181395.820700, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(703, 750, 1638202278.928291, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0314ac1a92d622b33, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(704, 751, 1638202621.575015, 0, 'logout', 'usses_admn', 1, 0x260017007aa178a0314ac1a92d622b33, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(705, 752, 1638202644.824824, 1, 'loginFailValidUsername', 'khanh@beanstalkwebsolutions.com', 2, 0x260017007aa178a0314ac1a92d622b33, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(706, 753, 1638202656.735933, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x260017007aa178a0314ac1a92d622b33, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(707, 754, 1638204693.058882, 0, 'loginOK', 'arinne@ussec.org', 272, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(708, 755, 1638204935.072517, 0, 'logout', 'abbyrinne@yahoo.com', 34, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(709, 756, 1638204953.920657, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(710, 757, 1638205392.412536, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0314ac1a92d622b33, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(711, 758, 1638225347.510508, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(712, 759, 1638258832.759015, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(713, 760, 1638258863.713465, 0, 'logout', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(714, 761, 1638258877.005466, 0, 'loginOK', 'khanh@beanstalkwebsolutions.com', 2, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(715, 762, 1638268748.462476, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(716, 763, 1638281083.075045, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(717, 764, 1638281203.799480, 0, 'logout', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(718, 765, 1638281221.523813, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(719, 766, 1638281269.146869, 0, 'logout', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36');
INSERT INTO `wp_wflogins` (`id`, `hitID`, `ctime`, `fail`, `action`, `username`, `userID`, `IP`, `UA`) VALUES
(720, 767, 1638281353.769907, 0, 'loginOK', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(721, 768, 1638281378.644625, 0, 'logout', 'akjrinne@yahoo.com', 404, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(722, 769, 1638283746.683921, 1, 'loginFailValidUsername', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(723, 770, 1638283764.037877, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(724, 771, 1638285693.640452, 0, 'loginOK', 'abbyussec@yahoo.com', 405, 0x00000000000000000000ffff4306ed64, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.45 Safari/537.36'),
(725, 772, 1638289818.483344, 0, 'loginOK', 'usses_admn', 1, 0x260017007aa178a0f0e6d78f7d84a523, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(726, 773, 1638298874.016874, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff891a2e1a, 'Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:94.0) Gecko/20100101 Firefox/94.0'),
(727, 774, 1638302355.877932, 0, 'loginOK', 'usses_admn', 1, 0x00000000000000000000ffff05ff2bf4, 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfls_2fa_secrets`
--

CREATE TABLE `wp_wfls_2fa_secrets` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `secret` tinyblob NOT NULL,
  `recovery` blob NOT NULL,
  `ctime` int(10) UNSIGNED NOT NULL,
  `vtime` int(10) UNSIGNED NOT NULL,
  `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfls_settings`
--

CREATE TABLE `wp_wfls_settings` (
  `name` varchar(191) NOT NULL DEFAULT '',
  `value` longblob,
  `autoload` enum('no','yes') NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfls_settings`
--

INSERT INTO `wp_wfls_settings` (`name`, `value`, `autoload`) VALUES
('2fa-user-grace-period', 0x3130, 'yes'),
('allow-disabling-ntp', 0x31, 'yes'),
('allow-xml-rpc', 0x31, 'yes'),
('captcha-stats', 0x7b22636f756e7473223a5b302c302c302c302c302c302c302c302c302c302c305d2c22617667223a307d, 'yes'),
('delete-deactivation', '', 'yes'),
('enable-auth-captcha', '', 'yes'),
('enable-woocommerce-integration', '', 'yes'),
('global-notices', 0x5b5d, 'yes'),
('ip-source', '', 'yes'),
('ip-trusted-proxies', '', 'yes'),
('last-secret-refresh', 0x31363334363232353336, 'yes'),
('ntp-failure-count', 0x30, 'yes'),
('ntp-offset', 0x2d302e303132323933313030333537303536, 'yes'),
('recaptcha-threshold', 0x302e35, 'yes'),
('remember-device', '', 'yes'),
('remember-device-duration', 0x32353932303030, 'yes'),
('require-2fa-grace-period-enabled', '', 'yes'),
('require-2fa.administrator', '', 'yes'),
('shared-hash-secret', 0x38356431633332396565383664616531626663613833303961313431356534396635323338303437363631663362383564323966396266386230386230663530, 'yes'),
('shared-symmetric-secret', 0x66346137366534666130666538383935663139376430623734373335643634323134656132363235323935333439353236656337656139346631643230326438, 'yes'),
('use-ntp', 0x31, 'yes'),
('whitelisted', '', 'yes'),
('xmlrpc-enabled', 0x31, 'yes');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfnotifications`
--

CREATE TABLE `wp_wfnotifications` (
  `id` varchar(32) NOT NULL DEFAULT '',
  `new` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `category` varchar(255) NOT NULL,
  `priority` int(11) NOT NULL DEFAULT '1000',
  `ctime` int(10) UNSIGNED NOT NULL,
  `html` text NOT NULL,
  `links` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfnotifications`
--

INSERT INTO `wp_wfnotifications` (`id`, `new`, `category`, `priority`, `ctime`, `html`, `links`) VALUES
('site-AEAAAAA', 0, 'wfplugin_updates', 502, 1604423670, '<a href=\"https://usses.beanstalkweb.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-AIAAAAA', 0, 'wfplugin_scan', 502, 1604423393, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">12 issues found in most recent scan</a>', '[]'),
('site-B4AAAAA', 0, 'wfplugin_scan', 502, 1604423671, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">2 issues found in most recent scan</a>', '[]'),
('site-FEAAAAA', 0, 'wfplugin_scan', 502, 1611690133, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">15 issues found in most recent scan</a>', '[]'),
('site-FIAAAAA', 0, 'wfplugin_updates', 502, 1605560265, '<a href=\"https://usses.beanstalkweb.com/wp-admin/update-core.php\">An update is available for 1 plugin</a>', '[]'),
('site-IUAAAAA', 1, 'wfplugin_updates', 502, 1638299073, '<a href=\"https://usses.beanstalkweb.com/wp-admin/update-core.php\">Updates are available for WordPress (v5.8.2) and 13 plugins</a>', '[]'),
('site-PQAAAAA', 0, 'wfplugin_scan', 502, 1621546903, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">3 issues found in most recent scan</a>', '[]'),
('site-3QAQAAA', 0, 'wfplugin_scan', 502, 1625983602, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">7 issues found in most recent scan</a>', '[]'),
('site-SUBAAAA', 0, 'wfplugin_scan', 502, 1636947159, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">15 issues found in most recent scan</a>', '[]'),
('network-GQ2TGNZU', 0, 'toupp-20210927', 100, 1637525902, '<p><strong>Wordfence Terms of Use and Privacy Policy Updated</strong></p>\n<p>Please review the updated Wordfence Terms of Use and Privacy Policy. We have incorporated the new versions of the Standard Contractual Clauses issued by the European Commission.</p>\n<p><a href=\"https://www.wordfence.com/terms-of-use/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20210927\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Use</a> <a href=\"https://www.wordfence.com/privacy-policy/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20210927\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Privacy Policy</a></p>', '[]'),
('site-GYCAAAA', 0, 'wfplugin_scan', 502, 1637467013, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">15 issues found in most recent scan</a>', '[]'),
('site-JECAAAA', 0, 'wfplugin_scan', 502, 1637687626, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">15 issues found in most recent scan</a>', '[]'),
('network-GQ2TGNZV', 1, 'toupp-20211122', 100, 1638297817, '<p><strong>Wordfence Terms of Service and End User License Agreement Update</strong></p>\n<p>Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n</p>\n<p><a href=\"https://www.wordfence.com/terms-of-service/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">Terms of Service</a> <a href=\"https://www.wordfence.com/license-terms-and-conditions/?utm_source=plugin&amp;utm_medium=pluginalert&amp;utm_campaign=toupp20211122\" class=\"wf-btn wf-btn-callout wf-btn-primary\" target=\"_blank\">End User License Agreement</a></p>', '[]'),
('site-KICAAAA', 0, 'wfplugin_scan', 502, 1638177945, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>', '[]'),
('site-LACAAAA', 1, 'wfplugin_scan', 502, 1638299073, '<a href=\"https://usses.beanstalkweb.com/wp-admin/admin.php?page=WordfenceScan\">14 issues found in most recent scan</a>', '[]');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfpendingissues`
--

CREATE TABLE `wp_wfpendingissues` (
  `id` int(10) UNSIGNED NOT NULL,
  `time` int(10) UNSIGNED NOT NULL,
  `lastUpdated` int(10) UNSIGNED NOT NULL,
  `status` varchar(10) NOT NULL,
  `type` varchar(20) NOT NULL,
  `severity` tinyint(3) UNSIGNED NOT NULL,
  `ignoreP` char(32) NOT NULL,
  `ignoreC` char(32) NOT NULL,
  `shortMsg` varchar(255) NOT NULL,
  `longMsg` text,
  `data` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfreversecache`
--

CREATE TABLE `wp_wfreversecache` (
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `host` varchar(255) NOT NULL,
  `lastUpdate` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfsnipcache`
--

CREATE TABLE `wp_wfsnipcache` (
  `id` int(10) UNSIGNED NOT NULL,
  `IP` varchar(45) NOT NULL DEFAULT '',
  `expiration` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
  `body` varchar(255) NOT NULL DEFAULT '',
  `count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `type` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_wfstatus`
--

CREATE TABLE `wp_wfstatus` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `ctime` double(17,6) UNSIGNED NOT NULL,
  `level` tinyint(3) UNSIGNED NOT NULL,
  `type` char(5) NOT NULL,
  `msg` varchar(1000) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_wfstatus`
--

INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(21743, 1637745068.221847, 2, 'info', 'Analyzed 4800 files containing 68.49 MB of data so far'),
(21859, 1638177965.808924, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21858, 1638177965.714781, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21383, 1637222188.240541, 2, 'info', 'Done file contents scan'),
(21552, 1637525918.745215, 2, 'info', 'Analyzed 5800 files containing 81.67 MB of data so far'),
(21161, 1636965030.651630, 2, 'info', 'Analyzed 2600 files containing 33.35 MB of data so far'),
(21162, 1636965030.711722, 2, 'info', 'Analyzed 2700 files containing 33.98 MB of data so far'),
(20942, 1636732051.685571, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(21196, 1636965032.975957, 2, 'info', 'Analyzed 6100 files containing 82.65 MB of data so far'),
(21577, 1637525921.616941, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(21167, 1636965031.003044, 2, 'info', 'Analyzed 3200 files containing 37.2 MB of data so far'),
(21154, 1636965030.219423, 2, 'info', 'Analyzed 1900 files containing 28.22 MB of data so far'),
(21155, 1636965030.299839, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21156, 1636965030.364029, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21887, 1638177970.411183, 2, 'info', 'Analyzed 5000 files containing 70.51 MB of data so far'),
(21888, 1638177970.517471, 2, 'info', 'Analyzed 5100 files containing 71.01 MB of data so far'),
(21553, 1637525918.817294, 2, 'info', 'Analyzed 5900 files containing 81.83 MB of data so far'),
(21199, 1636965033.111187, 2, 'info', 'Analyzed 6400 files containing 83.74 MB of data so far'),
(20886, 1636732046.668366, 2, 'info', 'Getting theme list from WordPress'),
(20887, 1636732046.670024, 2, 'info', 'Found 2 themes'),
(21198, 1636965033.068333, 2, 'info', 'Analyzed 6300 files containing 83.51 MB of data so far'),
(21197, 1636965033.023043, 2, 'info', 'Analyzed 6200 files containing 83.08 MB of data so far'),
(21918, 1638177973.658677, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(21547, 1637525915.440174, 2, 'info', 'Analyzed 5300 files containing 71.71 MB of data so far'),
(21271, 1637222159.433437, 2, 'info', '5000 files indexed'),
(21270, 1637222159.415182, 2, 'info', '4500 files indexed'),
(21269, 1637222159.373958, 2, 'info', '4000 files indexed'),
(21411, 1637222191.125873, 1, 'info', '-------------------'),
(21871, 1638177967.012332, 2, 'info', 'Analyzed 3400 files containing 38.57 MB of data so far'),
(20905, 1636732047.679100, 2, 'info', '3500 files indexed'),
(20906, 1636732047.730740, 2, 'info', '4000 files indexed'),
(20907, 1636732047.778038, 2, 'info', '4500 files indexed'),
(20908, 1636732047.804323, 2, 'info', '5000 files indexed'),
(20909, 1636732047.828724, 2, 'info', '5500 files indexed'),
(20910, 1636732047.846189, 2, 'info', '6000 files indexed'),
(20911, 1636732047.883956, 2, 'info', '6500 files indexed'),
(20912, 1636732047.959916, 2, 'info', '7000 files indexed'),
(20913, 1636732047.980740, 2, 'info', '7500 files indexed'),
(20914, 1636732047.992942, 2, 'info', '7852 files indexed'),
(21857, 1638177965.600311, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21349, 1637222170.533553, 2, 'info', 'Analyzed 7200 files containing 103.69 MB of data so far'),
(21512, 1637525910.893797, 2, 'info', 'Analyzed 1800 files containing 27.73 MB of data so far'),
(21509, 1637525910.550181, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(21510, 1637525910.693748, 2, 'info', 'Analyzed 1600 files containing 24.81 MB of data so far'),
(21511, 1637525910.802602, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(21442, 1637467013.793692, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21443, 1637467013.794424, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21278, 1637222159.739803, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21548, 1637525915.780920, 2, 'info', 'Analyzed 5400 files containing 72.15 MB of data so far'),
(21188, 1636965032.454432, 2, 'info', 'Analyzed 5300 files containing 71.71 MB of data so far'),
(21875, 1638177967.497892, 2, 'info', 'Analyzed 3800 files containing 41.99 MB of data so far'),
(21782, 1638177945.699661, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(20959, 1636732054.223474, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(20960, 1636732054.379596, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(20961, 1636732054.549740, 2, 'info', 'Analyzed 4700 files containing 66.07 MB of data so far'),
(20962, 1636732054.656112, 2, 'info', 'Analyzed 4800 files containing 68.47 MB of data so far'),
(21721, 1637745065.845996, 2, 'info', 'Analyzed 2600 files containing 33.34 MB of data so far'),
(21720, 1637745065.729342, 2, 'info', 'Analyzed 2500 files containing 31.97 MB of data so far'),
(21159, 1636965030.520907, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(21861, 1638177965.972833, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(21200, 1636965033.211443, 2, 'info', 'Analyzed 6500 files containing 87.61 MB of data so far'),
(21757, 1637745069.588671, 2, 'info', 'Analyzed 6200 files containing 83.12 MB of data so far'),
(20903, 1636732047.620833, 2, 'info', '2500 files indexed'),
(20904, 1636732047.632445, 2, 'info', '3000 files indexed'),
(20902, 1636732047.590082, 2, 'info', '2000 files indexed'),
(21503, 1637525909.895980, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21694, 1637745063.012299, 2, 'info', '7500 files indexed'),
(21695, 1637745063.022995, 2, 'info', '7856 files indexed'),
(21097, 1636965027.519927, 2, 'info', 'The disk has 858385.07 MB available'),
(21346, 1637222170.165682, 2, 'info', 'Analyzed 6900 files containing 97.31 MB of data so far'),
(21296, 1637222161.815244, 2, 'info', 'Analyzed 1900 files containing 28.21 MB of data so far'),
(21730, 1637745066.658828, 2, 'info', 'Analyzed 3500 files containing 39.33 MB of data so far'),
(21630, 1637525946.502666, 2, 'info', 'Done examining URLs'),
(21530, 1637525912.984911, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(21274, 1637222159.507316, 2, 'info', '6500 files indexed'),
(21273, 1637222159.475679, 2, 'info', '6000 files indexed'),
(21272, 1637222159.456639, 2, 'info', '5500 files indexed'),
(21551, 1637525918.653606, 2, 'info', 'Analyzed 5700 files containing 81 MB of data so far'),
(21277, 1637222159.578538, 2, 'info', '7855 files indexed'),
(21276, 1637222159.569550, 2, 'info', '7500 files indexed'),
(21864, 1638177966.285615, 2, 'info', 'Analyzed 2700 files containing 33.79 MB of data so far'),
(21567, 1637525920.738228, 2, 'info', 'Analyzed 7300 files containing 116.17 MB of data so far'),
(21578, 1637525922.423609, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(21141, 1636965029.135853, 2, 'info', 'Analyzed 600 files containing 9.99 MB of data so far'),
(21139, 1636965028.782878, 2, 'info', 'Analyzed 400 files containing 7.22 MB of data so far'),
(21140, 1636965028.893796, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(21127, 1636965028.264621, 2, 'info', '4000 files indexed'),
(21275, 1637222159.553867, 2, 'info', '7000 files indexed'),
(21899, 1638177971.595561, 2, 'info', 'Analyzed 6200 files containing 83.12 MB of data so far'),
(21900, 1638177971.687231, 2, 'info', 'Analyzed 6300 files containing 83.53 MB of data so far'),
(20899, 1636732047.362029, 2, 'info', '500 files indexed'),
(21450, 1637525903.651292, 1, 'error', 'Scan Engine Error: There is already a scan running.'),
(21735, 1637745067.187143, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(21050, 1636732089.346458, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(21661, 1637745061.544328, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(20842, 1636480723.013489, 1, 'info', '-------------------'),
(21584, 1637525926.156870, 2, 'info', 'Scanned contents of 192 additional files at 63.11 per second'),
(21585, 1637525927.162659, 2, 'info', 'Scanned contents of 228 additional files at 56.32 per second'),
(21586, 1637525928.173817, 2, 'info', 'Scanned contents of 296 additional files at 58.50 per second'),
(21788, 1638177945.757534, 10, 'info', 'SUM_FINAL:Scan complete. You have 14 new issues to fix. See below.'),
(21364, 1637222172.834376, 2, 'info', 'Starting scan of file contents'),
(21365, 1637222173.838222, 2, 'info', 'Scanned contents of 73 additional files at 72.80 per second'),
(21833, 1638177961.210817, 2, 'info', '6000 files indexed'),
(21832, 1638177961.189448, 2, 'info', '5500 files indexed'),
(21774, 1637856258.018295, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(21775, 1637856258.020310, 1, 'info', '-------------------'),
(21776, 1637856258.020624, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21160, 1636965030.582012, 2, 'info', 'Analyzed 2500 files containing 32.03 MB of data so far'),
(21727, 1637745066.350497, 2, 'info', 'Analyzed 3200 files containing 37 MB of data so far'),
(21728, 1637745066.465808, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(21729, 1637745066.565823, 2, 'info', 'Analyzed 3400 files containing 38.57 MB of data so far'),
(21599, 1637525942.827988, 2, 'info', 'Scanned contents of 1410 additional files at 71.52 per second'),
(21911, 1638177973.112640, 2, 'info', 'Analyzed 7400 files containing 117.86 MB of data so far'),
(21312, 1637222164.693425, 2, 'info', 'Analyzed 3500 files containing 39.33 MB of data so far'),
(21019, 1636732081.679390, 2, 'info', 'Scanned contents of 1240 additional files at 61.20 per second'),
(21020, 1636732082.681842, 2, 'info', 'Scanned contents of 1325 additional files at 62.31 per second'),
(21021, 1636732083.684320, 2, 'info', 'Scanned contents of 1376 additional files at 61.80 per second'),
(21501, 1637525909.688749, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(21502, 1637525909.777872, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21294, 1637222161.593694, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(20984, 1636732058.688359, 2, 'info', 'Analyzed 7000 files containing 100.23 MB of data so far'),
(21379, 1637222187.992756, 2, 'info', 'Scanned contents of 1415 additional files at 93.35 per second'),
(21378, 1637222187.487687, 2, 'info', 'Scanned contents of 1390 additional files at 94.87 per second'),
(21322, 1637222165.961362, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(21321, 1637222165.854677, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21762, 1637745070.295085, 2, 'info', 'Analyzed 6700 files containing 94.79 MB of data so far'),
(21794, 1638177952.732358, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),
(21371, 1637222179.912752, 2, 'info', 'Scanned contents of 718 additional files at 101.45 per second'),
(21037, 1636732085.046313, 2, 'info', 'Done host key check.'),
(21504, 1637525909.997779, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21505, 1637525910.093229, 2, 'info', 'Analyzed 1100 files containing 15.49 MB of data so far'),
(21841, 1638177961.922501, 2, 'info', 'Analyzed 400 files containing 7.21 MB of data so far'),
(21840, 1638177961.729582, 2, 'info', 'Analyzed 300 files containing 4.52 MB of data so far'),
(21733, 1637745066.948945, 2, 'info', 'Analyzed 3800 files containing 41.99 MB of data so far'),
(21732, 1637745066.848338, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(20993, 1636732059.970965, 2, 'info', 'Analyzed 7852 files containing 128.28 MB of data.'),
(20992, 1636732059.908242, 2, 'info', 'Analyzed 7800 files containing 127.32 MB of data so far'),
(21215, 1637083992.159297, 1, 'info', '-------------------'),
(21544, 1637525914.945418, 2, 'info', 'Analyzed 5000 files containing 70.48 MB of data so far'),
(21545, 1637525915.077338, 2, 'info', 'Analyzed 5100 files containing 70.98 MB of data so far'),
(21433, 1637343155.219217, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21825, 1638177960.919135, 2, 'info', '2000 files indexed'),
(21826, 1638177960.946375, 2, 'info', '2500 files indexed'),
(21827, 1638177960.955637, 2, 'info', '3000 files indexed'),
(21828, 1638177960.994781, 2, 'info', '3500 files indexed'),
(21779, 1638177945.693784, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(21397, 1637222188.521322, 2, 'info', 'Starting password strength check on 400 users.'),
(21568, 1637525920.874914, 2, 'info', 'Analyzed 7400 files containing 117.8 MB of data so far'),
(21866, 1638177966.459864, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(21800, 1638177960.013391, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(21755, 1637745069.432897, 2, 'info', 'Analyzed 6000 files containing 82.36 MB of data so far'),
(21799, 1638177960.013189, 2, 'info', 'The disk has 955677.33 MB available'),
(21798, 1638177960.012942, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 933.28 GB'),
(21614, 1637525943.288806, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(21216, 1637083992.159941, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21829, 1638177961.045986, 2, 'info', '4000 files indexed'),
(21830, 1638177961.109481, 2, 'info', '4500 files indexed'),
(21831, 1638177961.159492, 2, 'info', '5000 files indexed'),
(21527, 1637525912.238359, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(21528, 1637525912.556192, 2, 'info', 'Analyzed 3400 files containing 38.57 MB of data so far'),
(21529, 1637525912.834587, 2, 'info', 'Analyzed 3500 files containing 39.33 MB of data so far'),
(21129, 1636965028.286581, 2, 'info', '5000 files indexed'),
(21130, 1636965028.295821, 2, 'info', '5500 files indexed'),
(20843, 1636480723.013925, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(20868, 1636732040.262805, 1, 'info', 'Contacting Wordfence to initiate scan'),
(21936, 1638297821.045525, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(21932, 1638297821.036385, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(21933, 1638297821.039633, 1, 'info', 'Initiating quick scan'),
(21934, 1638297821.041896, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(21935, 1638297821.042210, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(20968, 1636732055.331745, 2, 'info', 'Analyzed 5400 files containing 72.15 MB of data so far'),
(20969, 1636732055.480856, 2, 'info', 'Analyzed 5500 files containing 75.92 MB of data so far'),
(20970, 1636732055.649403, 2, 'info', 'Analyzed 5600 files containing 78.9 MB of data so far'),
(20971, 1636732055.836244, 2, 'info', 'Analyzed 5700 files containing 81.01 MB of data so far'),
(21895, 1638177971.306919, 2, 'info', 'Analyzed 5800 files containing 81.71 MB of data so far'),
(21628, 1637525946.497112, 10, 'info', 'SUM_START:Scanning for suspicious site options'),
(21897, 1638177971.451054, 2, 'info', 'Analyzed 6000 files containing 82.36 MB of data so far'),
(21898, 1638177971.518290, 2, 'info', 'Analyzed 6100 files containing 82.68 MB of data so far'),
(21025, 1636732084.741422, 2, 'info', 'Done host key check.'),
(21026, 1636732084.746341, 2, 'info', 'Done file contents scan'),
(21441, 1637467013.793213, 1, 'info', '-------------------'),
(21893, 1638177971.071785, 2, 'info', 'Analyzed 5600 files containing 78.88 MB of data so far'),
(21500, 1637525909.613394, 2, 'info', 'Analyzed 600 files containing 9.98 MB of data so far'),
(21499, 1637525909.492275, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(21320, 1637222165.664869, 2, 'info', 'Analyzed 4300 files containing 45.91 MB of data so far'),
(21189, 1636965032.498932, 2, 'info', 'Analyzed 5400 files containing 72.15 MB of data so far'),
(21190, 1636965032.576656, 2, 'info', 'Analyzed 5500 files containing 75.92 MB of data so far'),
(21191, 1636965032.647387, 2, 'info', 'Analyzed 5600 files containing 78.9 MB of data so far'),
(21192, 1636965032.726760, 2, 'info', 'Analyzed 5700 files containing 81.01 MB of data so far'),
(21834, 1638177961.244734, 2, 'info', '6500 files indexed'),
(21635, 1637525946.508021, 10, 'info', 'SUM_FINAL:Scan complete. You have 15 new issues to fix. See below.'),
(21835, 1638177961.289025, 2, 'info', '7000 files indexed'),
(21836, 1638177961.305336, 2, 'info', '7500 files indexed'),
(21837, 1638177961.315400, 2, 'info', '7855 files indexed'),
(21183, 1636965032.163663, 2, 'info', 'Analyzed 4800 files containing 68.47 MB of data so far'),
(21906, 1638177972.422602, 2, 'info', 'Analyzed 6900 files containing 97.39 MB of data so far'),
(21905, 1638177972.315627, 2, 'info', 'Analyzed 6800 files containing 95.47 MB of data so far'),
(21394, 1637222188.513342, 2, 'info', 'Done host key check.'),
(21781, 1638177945.699423, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(21590, 1637525932.239162, 2, 'info', 'Scanned contents of 626 additional files at 68.60 per second'),
(21637, 1637687625.809895, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(20916, 1636732048.281878, 2, 'info', 'Analyzed 200 files containing 3.23 MB of data so far'),
(20917, 1636732048.411175, 2, 'info', 'Analyzed 300 files containing 4.53 MB of data so far'),
(21297, 1637222161.955913, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21915, 1638177973.597853, 2, 'info', 'Analyzed 7800 files containing 127.34 MB of data so far'),
(21426, 1637343155.153008, 1, 'info', 'Initiating quick scan'),
(21919, 1638177973.661635, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(21920, 1638177973.667650, 10, 'info', 'SUM_START:Check for publicly accessible configuration files, backup files and logs'),
(21921, 1638177974.287919, 10, 'info', 'SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),
(21106, 1636965027.601121, 2, 'info', 'Found 23 plugins'),
(21105, 1636965027.546002, 2, 'info', 'Getting plugin list from WordPress'),
(21279, 1637222159.871753, 2, 'info', 'Analyzed 200 files containing 3.22 MB of data so far'),
(21533, 1637525913.380002, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21534, 1637525913.517858, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(21535, 1637525913.644598, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(21536, 1637525913.735353, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(21537, 1637525913.859391, 2, 'info', 'Analyzed 4300 files containing 45.91 MB of data so far'),
(21538, 1637525914.150588, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21265, 1637222159.258956, 2, 'info', '2000 files indexed'),
(21926, 1638177977.224121, 2, 'info', 'Scanned contents of 183 additional files at 86.29 per second'),
(21927, 1638177978.225914, 2, 'info', 'Scanned contents of 226 additional files at 72.38 per second'),
(20857, 1636650843.941769, 1, 'info', 'Initiating quick scan'),
(21930, 1638177981.009060, 1, 'error', '\nFatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 3418768 bytes) in /home/usses/dev/wp-content/plugins/wordfence/lib/wfConfig.php on line 700\n<p>There has been a critical error on this website.</p><p><a href=\"https://wordpress.org/support/article/faq-troubleshooting/\">Learn more about troubleshooting WordPress.</a></p>'),
(21760, 1637745069.939942, 2, 'info', 'Analyzed 6500 files containing 87.67 MB of data so far'),
(21761, 1637745070.121206, 2, 'info', 'Analyzed 6600 files containing 92.86 MB of data so far'),
(21168, 1636965031.082408, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(21756, 1637745069.504045, 2, 'info', 'Analyzed 6100 files containing 82.68 MB of data so far'),
(21879, 1638177968.025662, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(20983, 1636732058.533711, 2, 'info', 'Analyzed 6900 files containing 97.3 MB of data so far'),
(21881, 1638177969.675753, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21882, 1638177969.787277, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(21797, 1638177960.009982, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(21796, 1638177959.999987, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(21262, 1637222159.103450, 2, 'info', '500 files indexed'),
(21263, 1637222159.135491, 2, 'info', '1000 files indexed'),
(21264, 1637222159.178225, 2, 'info', '1500 files indexed'),
(21587, 1637525929.174749, 2, 'info', 'Scanned contents of 354 additional files at 58.41 per second'),
(20927, 1636732049.861674, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(20928, 1636732049.955785, 2, 'info', 'Analyzed 1400 files containing 20.66 MB of data so far'),
(21152, 1636965030.098002, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(20976, 1636732057.699500, 2, 'info', 'Analyzed 6200 files containing 83.08 MB of data so far'),
(20977, 1636732057.806493, 2, 'info', 'Analyzed 6300 files containing 83.51 MB of data so far'),
(21925, 1638177976.123423, 2, 'info', 'Scanned contents of 73 additional files at 71.56 per second'),
(21486, 1637525908.718170, 2, 'info', '4000 files indexed'),
(21739, 1637745067.710908, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21291, 1637222161.172370, 2, 'info', 'Analyzed 1400 files containing 20.62 MB of data so far'),
(21292, 1637222161.295572, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(21206, 1636965033.762390, 2, 'info', 'Analyzed 7100 files containing 101.82 MB of data so far'),
(21290, 1637222161.083483, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(21516, 1637525911.293818, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21409, 1637222191.121095, 2, 'info', 'Done examining URLs'),
(21408, 1637222191.120771, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(21169, 1636965031.150346, 2, 'info', 'Analyzed 3400 files containing 38.66 MB of data so far'),
(21170, 1636965031.211977, 2, 'info', 'Analyzed 3500 files containing 39.35 MB of data so far'),
(21293, 1637222161.451430, 2, 'info', 'Analyzed 1600 files containing 24.81 MB of data so far'),
(21546, 1637525915.270467, 2, 'info', 'Analyzed 5200 files containing 71.42 MB of data so far'),
(21823, 1638177960.795850, 2, 'info', '1000 files indexed'),
(21824, 1638177960.835696, 2, 'info', '1500 files indexed'),
(21817, 1638177960.693506, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(21818, 1638177960.695313, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(21819, 1638177960.695719, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(21820, 1638177960.697287, 10, 'info', 'SUM_START:Scanning for known malware files'),
(21821, 1638177960.700248, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(21822, 1638177960.748907, 2, 'info', '500 files indexed'),
(21736, 1637745067.303799, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(21737, 1637745067.395967, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(21401, 1637222189.363070, 2, 'info', 'Total of 100 users left to process in password strength check.'),
(21880, 1638177968.152101, 2, 'info', 'Analyzed 4300 files containing 45.91 MB of data so far'),
(21353, 1637222171.180136, 2, 'info', 'Analyzed 7600 files containing 122.93 MB of data so far'),
(21478, 1637525907.151906, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(20866, 1636732038.657880, 1, 'info', 'Scheduled Wordfence scan starting at Friday 12th of November 2021 09:47:18 AM'),
(21931, 1638258824.798054, 1, 'info', 'Scheduled Wordfence scan starting at Tuesday 30th of November 2021 01:53:44 AM'),
(21752, 1637745069.176706, 2, 'info', 'Analyzed 5700 files containing 81.03 MB of data so far'),
(21722, 1637745065.921705, 2, 'info', 'Analyzed 2700 files containing 33.79 MB of data so far'),
(20989, 1636732059.479230, 2, 'info', 'Analyzed 7500 files containing 120.31 MB of data so far'),
(21688, 1637745062.765519, 2, 'info', '4500 files indexed'),
(20949, 1636732052.873888, 2, 'info', 'Analyzed 3500 files containing 39.35 MB of data so far'),
(20950, 1636732053.009001, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(21315, 1637222165.142034, 2, 'info', 'Analyzed 3800 files containing 41.99 MB of data so far'),
(21316, 1637222165.273294, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21431, 1637343155.218684, 1, 'info', '-------------------'),
(21432, 1637343155.219084, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21816, 1638177960.690464, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(21562, 1637525919.891854, 2, 'info', 'Analyzed 6800 files containing 95.41 MB of data so far'),
(21563, 1637525919.982134, 2, 'info', 'Analyzed 6900 files containing 97.33 MB of data so far'),
(21319, 1637222165.564685, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(21318, 1637222165.482716, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(21317, 1637222165.384015, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(20929, 1636732050.085216, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(21625, 1637525946.247403, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(21126, 1636965028.254074, 2, 'info', '3500 files indexed'),
(21738, 1637745067.507012, 2, 'info', 'Analyzed 4300 files containing 45.91 MB of data so far'),
(21436, 1637467013.721005, 1, 'info', 'Initiating quick scan'),
(21032, 1636732084.788143, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(20885, 1636732046.668101, 2, 'info', 'Found 23 plugins'),
(20884, 1636732046.605542, 2, 'info', 'Getting plugin list from WordPress'),
(21758, 1637745069.690756, 2, 'info', 'Analyzed 6300 files containing 83.53 MB of data so far'),
(21344, 1637222169.970225, 2, 'info', 'Analyzed 6700 files containing 94.73 MB of data so far'),
(21345, 1637222170.064150, 2, 'info', 'Analyzed 6800 files containing 95.38 MB of data so far'),
(20933, 1636732050.610167, 2, 'info', 'Analyzed 1900 files containing 28.22 MB of data so far'),
(21928, 1638177979.228248, 2, 'info', 'Scanned contents of 314 additional files at 76.12 per second'),
(21539, 1637525914.306473, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(21929, 1638177980.234211, 2, 'info', 'Scanned contents of 414 additional files at 80.69 per second'),
(21202, 1636965033.446851, 2, 'info', 'Analyzed 6700 files containing 94.73 MB of data so far'),
(21203, 1636965033.511278, 2, 'info', 'Analyzed 6800 files containing 95.37 MB of data so far'),
(21043, 1636732086.533238, 2, 'info', 'Total of 100 users left to process in password strength check.'),
(21838, 1638177961.487706, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21839, 1638177961.616739, 2, 'info', 'Analyzed 200 files containing 3.22 MB of data so far'),
(21634, 1637525946.507879, 1, 'info', 'Scan Complete. Scanned 7855 files, 23 plugins, 2 themes, 35 posts, 1 comments and 1427 URLs in 46 seconds.'),
(21622, 1637525944.521057, 2, 'info', 'Total of 100 users left to process in password strength check.'),
(21623, 1637525944.967566, 10, 'info', 'SUM_ENDOK:Scanning for weak passwords'),
(21054, 1636732089.354226, 2, 'info', 'Wordfence used 150.26 MB of memory for scan. Server peak memory usage was: 231.26 MB'),
(21421, 1637257748.937205, 1, 'info', '-------------------'),
(21053, 1636732089.353782, 1, 'info', '-------------------'),
(21350, 1637222170.792153, 2, 'info', 'Analyzed 7300 files containing 116.15 MB of data so far'),
(21351, 1637222170.912703, 2, 'info', 'Analyzed 7400 files containing 117.78 MB of data so far'),
(21352, 1637222171.062864, 2, 'info', 'Analyzed 7500 files containing 120.31 MB of data so far'),
(21903, 1638177972.072293, 2, 'info', 'Analyzed 6600 files containing 93.32 MB of data so far'),
(21902, 1638177971.909672, 2, 'info', 'Analyzed 6500 files containing 87.67 MB of data so far'),
(21901, 1638177971.773955, 2, 'info', 'Analyzed 6400 files containing 83.77 MB of data so far'),
(21640, 1637687625.840242, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(21638, 1637687625.827034, 1, 'info', 'Initiating quick scan'),
(21639, 1637687625.839364, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(21247, 1637222158.483990, 2, 'info', 'Getting plugin list from WordPress'),
(21591, 1637525933.241578, 2, 'info', 'Scanned contents of 730 additional files at 72.08 per second'),
(20981, 1636732058.325394, 2, 'info', 'Analyzed 6700 files containing 94.72 MB of data so far'),
(20982, 1636732058.403629, 2, 'info', 'Analyzed 6800 files containing 95.35 MB of data so far'),
(21148, 1636965029.813868, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(21147, 1636965029.731197, 2, 'info', 'Analyzed 1200 files containing 17.87 MB of data so far'),
(21146, 1636965029.614910, 2, 'info', 'Analyzed 1100 files containing 15.51 MB of data so far'),
(20926, 1636732049.735398, 2, 'info', 'Analyzed 1200 files containing 17.87 MB of data so far'),
(21366, 1637222174.842757, 2, 'info', 'Scanned contents of 185 additional files at 92.16 per second'),
(21579, 1637525922.431336, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(21372, 1637222180.919659, 2, 'info', 'Scanned contents of 865 additional files at 107.00 per second'),
(21289, 1637222160.964763, 2, 'info', 'Analyzed 1200 files containing 17.62 MB of data so far'),
(21164, 1636965030.808156, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(21844, 1638177962.379341, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(21845, 1638177962.515983, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21423, 1637257748.937809, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21422, 1637257748.937666, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21120, 1636965028.185612, 2, 'info', '500 files indexed'),
(21121, 1636965028.195939, 2, 'info', '1000 files indexed'),
(20938, 1636732051.234197, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(20939, 1636732051.365055, 2, 'info', 'Analyzed 2500 files containing 32.03 MB of data so far'),
(20940, 1636732051.495672, 2, 'info', 'Analyzed 2600 files containing 33.35 MB of data so far'),
(20941, 1636732051.593775, 2, 'info', 'Analyzed 2700 files containing 33.98 MB of data so far'),
(21467, 1637525906.504249, 2, 'info', 'Found 2 themes'),
(21465, 1637525906.502964, 2, 'info', 'Found 23 plugins'),
(21466, 1637525906.503161, 2, 'info', 'Getting theme list from WordPress'),
(21464, 1637525906.448903, 2, 'info', 'Getting plugin list from WordPress'),
(21665, 1637745061.564898, 2, 'info', 'Getting plugin list from WordPress'),
(21666, 1637745061.609511, 2, 'info', 'Found 23 plugins'),
(21489, 1637525908.799677, 2, 'info', '5500 files indexed'),
(20852, 1636564475.971585, 1, 'info', '-------------------'),
(20853, 1636564475.972029, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(20854, 1636564475.972192, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21089, 1636965021.152923, 1, 'info', 'Contacting Wordfence to initiate scan'),
(21700, 1637745063.714155, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(21699, 1637745063.561009, 2, 'info', 'Analyzed 400 files containing 7.21 MB of data so far'),
(21697, 1637745063.295230, 2, 'info', 'Analyzed 200 files containing 3.22 MB of data so far'),
(21698, 1637745063.406341, 2, 'info', 'Analyzed 300 files containing 4.52 MB of data so far'),
(21696, 1637745063.158438, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21624, 1637525944.972955, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(21541, 1637525914.593561, 2, 'info', 'Analyzed 4700 files containing 66.07 MB of data so far'),
(21479, 1637525907.446519, 2, 'info', '500 files indexed'),
(21480, 1637525907.870542, 2, 'info', '1000 files indexed'),
(20862, 1636650844.116432, 1, 'info', '-------------------'),
(21873, 1638177967.245965, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(21874, 1638177967.360355, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(20967, 1636732055.213603, 2, 'info', 'Analyzed 5300 files containing 71.71 MB of data so far'),
(20966, 1636732055.114370, 2, 'info', 'Analyzed 5200 files containing 71.42 MB of data so far'),
(21561, 1637525919.814207, 2, 'info', 'Analyzed 6700 files containing 94.76 MB of data so far'),
(21445, 1637525898.547037, 1, 'info', 'Scheduled Wordfence scan starting at Sunday 21st of November 2021 02:18:18 PM'),
(21447, 1637525900.074258, 1, 'info', 'Contacting Wordfence to initiate scan'),
(20957, 1636732053.876945, 2, 'info', 'Analyzed 4300 files containing 45.92 MB of data so far'),
(20956, 1636732053.750278, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(20955, 1636732053.633609, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(21615, 1637525943.502139, 2, 'info', 'Done host key check.'),
(21616, 1637525943.503249, 10, 'info', 'SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),
(21617, 1637525943.511096, 10, 'info', 'SUM_START:Scanning for weak passwords'),
(21618, 1637525943.514850, 2, 'info', 'Starting password strength check on 400 users.'),
(21542, 1637525914.730469, 2, 'info', 'Analyzed 4800 files containing 68.47 MB of data so far'),
(21543, 1637525914.838919, 2, 'info', 'Analyzed 4900 files containing 69.14 MB of data so far'),
(20975, 1636732057.616482, 2, 'info', 'Analyzed 6100 files containing 82.65 MB of data so far'),
(21848, 1638177963.038475, 2, 'info', 'Analyzed 1100 files containing 15.49 MB of data so far'),
(21849, 1638177963.197141, 2, 'info', 'Analyzed 1200 files containing 17.62 MB of data so far'),
(21042, 1636732085.985552, 2, 'info', 'Total of 200 users left to process in password strength check.'),
(21815, 1638177960.689783, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(21157, 1636965030.423400, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21158, 1636965030.478013, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(21889, 1638177970.642977, 2, 'info', 'Analyzed 5200 files containing 71.45 MB of data so far'),
(21890, 1638177970.740193, 2, 'info', 'Analyzed 5300 files containing 71.74 MB of data so far'),
(21670, 1637745062.181107, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(20937, 1636732051.152000, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(20936, 1636732051.058209, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21308, 1637222163.980842, 2, 'info', 'Analyzed 3100 files containing 35.71 MB of data so far'),
(21309, 1637222164.203080, 2, 'info', 'Analyzed 3200 files containing 37 MB of data so far'),
(21310, 1637222164.394428, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(21311, 1637222164.558842, 2, 'info', 'Analyzed 3400 files containing 38.57 MB of data so far'),
(21610, 1637525943.272441, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(21335, 1637222168.861157, 2, 'info', 'Analyzed 5800 files containing 81.67 MB of data so far'),
(21336, 1637222168.954364, 2, 'info', 'Analyzed 5900 files containing 81.83 MB of data so far'),
(21337, 1637222169.061226, 2, 'info', 'Analyzed 6000 files containing 82.33 MB of data so far'),
(21134, 1636965028.341858, 2, 'info', '7500 files indexed'),
(21135, 1636965028.348298, 2, 'info', '7852 files indexed'),
(21136, 1636965028.460085, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21780, 1638177945.696538, 1, 'info', 'Initiating quick scan'),
(21686, 1637745062.656112, 2, 'info', '3500 files indexed'),
(21684, 1637745062.582192, 2, 'info', '2500 files indexed'),
(21685, 1637745062.594909, 2, 'info', '3000 files indexed'),
(21683, 1637745062.536855, 2, 'info', '2000 files indexed'),
(21939, 1638297821.104817, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21124, 1636965028.238595, 2, 'info', '2500 files indexed'),
(21125, 1636965028.244977, 2, 'info', '3000 files indexed'),
(21122, 1636965028.206952, 2, 'info', '1500 files indexed'),
(21123, 1636965028.229801, 2, 'info', '2000 files indexed'),
(21613, 1637525943.281345, 10, 'info', 'SUM_START:Scanning comments for URLs on a domain blocklist'),
(20979, 1636732058.041580, 2, 'info', 'Analyzed 6500 files containing 87.61 MB of data so far'),
(20980, 1636732058.203699, 2, 'info', 'Analyzed 6600 files containing 93.25 MB of data so far'),
(21916, 1638177973.655004, 2, 'info', 'Analyzed 7855 files containing 128.4 MB of data.'),
(21627, 1637525946.491810, 10, 'info', 'SUM_ENDOK:Scanning for admin users not created through WordPress'),
(21759, 1637745069.796063, 2, 'info', 'Analyzed 6400 files containing 83.77 MB of data so far'),
(21217, 1637083992.160064, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(20837, 1636480722.946784, 1, 'info', 'Initiating quick scan'),
(21768, 1637745071.006812, 1, 'error', '\nFatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 811008 bytes) in /home/usses/dev/wp-content/plugins/wordfence/lib/wfConfig.php on line 700\n<p>There has been a critical error on this website.</p><p><a href=\"https://wordpress.org/support/article/faq-troubleshooting/\">Learn more about troubleshooting WordPress.</a></p>'),
(21716, 1637745065.362261, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21717, 1637745065.447546, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21525, 1637525911.997713, 2, 'info', 'Analyzed 3100 files containing 35.71 MB of data so far'),
(21526, 1637525912.101378, 2, 'info', 'Analyzed 3200 files containing 37 MB of data so far'),
(21145, 1636965029.531785, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21142, 1636965029.231103, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(21143, 1636965029.348506, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21144, 1636965029.443624, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21342, 1637222169.672500, 2, 'info', 'Analyzed 6500 files containing 87.62 MB of data so far'),
(21941, 1638297821.105377, 10, 'info', 'SUM_FINAL:Scan complete. You have 14 new issues to fix. See below.'),
(21940, 1638297821.105237, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21852, 1638177963.608842, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(21912, 1638177973.255552, 2, 'info', 'Analyzed 7500 files containing 120.4 MB of data so far'),
(21201, 1636965033.327916, 2, 'info', 'Analyzed 6600 files containing 93.26 MB of data so far'),
(20923, 1636732049.260128, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21493, 1637525908.926343, 2, 'info', '7500 files indexed'),
(21494, 1637525908.936747, 2, 'info', '7855 files indexed'),
(21495, 1637525909.061937, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21496, 1637525909.171127, 2, 'info', 'Analyzed 200 files containing 3.22 MB of data so far'),
(21497, 1637525909.273402, 2, 'info', 'Analyzed 300 files containing 4.52 MB of data so far'),
(21498, 1637525909.390155, 2, 'info', 'Analyzed 400 files containing 7.21 MB of data so far'),
(21806, 1638177960.045610, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(21807, 1638177960.051148, 2, 'info', 'Getting plugin list from WordPress'),
(21808, 1638177960.113825, 2, 'info', 'Found 23 plugins'),
(21809, 1638177960.114101, 2, 'info', 'Getting theme list from WordPress'),
(21667, 1637745061.610338, 2, 'info', 'Getting theme list from WordPress'),
(21668, 1637745061.611614, 2, 'info', 'Found 2 themes'),
(21669, 1637745061.620425, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(21575, 1637525921.606649, 10, 'info', 'SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),
(21867, 1638177966.542988, 2, 'info', 'Analyzed 3000 files containing 35.31 MB of data so far'),
(21789, 1638177946.957739, 1, 'info', 'Scheduled Wordfence scan starting at Monday 29th of November 2021 03:25:46 AM'),
(21313, 1637222164.853391, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(21910, 1638177973.010468, 2, 'info', 'Analyzed 7300 files containing 116.23 MB of data so far'),
(21793, 1638177950.730229, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(21790, 1638177948.342850, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(21791, 1638177948.346735, 1, 'info', 'Contacting Wordfence to initiate scan'),
(21792, 1638177948.728906, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(21734, 1637745067.069586, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21664, 1637745061.560590, 10, 'info', 'SUM_ENDOK:Checking for paths skipped due to scan settings'),
(21540, 1637525914.436298, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(21287, 1637222160.728104, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21288, 1637222160.835896, 2, 'info', 'Analyzed 1100 files containing 15.49 MB of data so far'),
(21286, 1637222160.617212, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21285, 1637222160.479650, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21284, 1637222160.390039, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(21283, 1637222160.329132, 2, 'info', 'Analyzed 600 files containing 9.98 MB of data so far'),
(21055, 1636732089.354470, 1, 'info', 'Scan Complete. Scanned 7852 files, 23 plugins, 2 themes, 35 posts, 1 comments and 1425 URLs in 49 seconds.'),
(21193, 1636965032.791704, 2, 'info', 'Analyzed 5800 files containing 81.67 MB of data so far'),
(21194, 1636965032.850092, 2, 'info', 'Analyzed 5900 files containing 81.83 MB of data so far'),
(21195, 1636965032.912075, 2, 'info', 'Analyzed 6000 files containing 82.33 MB of data so far'),
(21594, 1637525937.454697, 2, 'info', 'Scanned contents of 1004 additional files at 70.01 per second'),
(21592, 1637525935.451370, 2, 'info', 'Scanned contents of 824 additional files at 66.79 per second'),
(21593, 1637525936.452052, 2, 'info', 'Scanned contents of 916 additional files at 68.68 per second'),
(21268, 1637222159.331802, 2, 'info', '3500 files indexed'),
(21266, 1637222159.287853, 2, 'info', '2500 files indexed'),
(21267, 1637222159.295555, 2, 'info', '3000 files indexed'),
(21718, 1637745065.527294, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(21338, 1637222169.156584, 2, 'info', 'Analyzed 6100 files containing 82.65 MB of data so far'),
(21687, 1637745062.708079, 2, 'info', '4000 files indexed'),
(21605, 1637525943.229917, 10, 'info', 'SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),
(21904, 1638177972.228375, 2, 'info', 'Analyzed 6700 files containing 94.82 MB of data so far'),
(21373, 1637222181.923820, 2, 'info', 'Scanned contents of 1008 additional files at 110.91 per second'),
(21374, 1637222182.926090, 2, 'info', 'Scanned contents of 1124 additional files at 111.39 per second'),
(21375, 1637222183.945231, 2, 'info', 'Scanned contents of 1224 additional files at 110.17 per second'),
(21606, 1637525943.234368, 10, 'info', 'SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),
(21184, 1636965032.248012, 2, 'info', 'Analyzed 4900 files containing 69.15 MB of data so far'),
(21185, 1636965032.308500, 2, 'info', 'Analyzed 5000 files containing 70.48 MB of data so far'),
(21186, 1636965032.364176, 2, 'info', 'Analyzed 5100 files containing 70.98 MB of data so far'),
(20931, 1636732050.396079, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(21892, 1638177970.944912, 2, 'info', 'Analyzed 5500 files containing 75.69 MB of data so far'),
(20978, 1636732057.900625, 2, 'info', 'Analyzed 6400 files containing 83.74 MB of data so far'),
(20947, 1636732052.603931, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(20946, 1636732052.412596, 2, 'info', 'Analyzed 3200 files containing 37.2 MB of data so far'),
(21907, 1638177972.555215, 2, 'info', 'Analyzed 7000 files containing 100.25 MB of data so far'),
(21769, 1637856257.959465, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(21175, 1636965031.515441, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(20919, 1636732048.695218, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(20951, 1636732053.132333, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(21671, 1637745062.186114, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(21672, 1637745062.214762, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(21673, 1637745062.218467, 10, 'info', 'SUM_START:Fetching list of known core files from Wordfence'),
(21356, 1637222171.450393, 2, 'info', 'Analyzed 7855 files containing 128.32 MB of data.'),
(21795, 1638177954.736608, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(21609, 1637525943.248814, 10, 'info', 'SUM_START:Scanning posts for URLs on a domain blocklist'),
(21210, 1637083992.095256, 1, 'info', 'Initiating quick scan'),
(21570, 1637525921.242754, 2, 'info', 'Analyzed 7600 files containing 122.95 MB of data so far'),
(21571, 1637525921.398426, 2, 'info', 'Analyzed 7700 files containing 126.15 MB of data so far'),
(21572, 1637525921.537735, 2, 'info', 'Analyzed 7800 files containing 127.28 MB of data so far'),
(21573, 1637525921.602936, 2, 'info', 'Analyzed 7855 files containing 128.34 MB of data.'),
(20990, 1636732059.632594, 2, 'info', 'Analyzed 7600 files containing 122.9 MB of data so far'),
(20863, 1636650844.117059, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(20864, 1636650844.118289, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(21771, 1637856257.962719, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(21772, 1637856257.962952, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(21773, 1637856257.965558, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(21355, 1637222171.393430, 2, 'info', 'Analyzed 7800 files containing 127.25 MB of data so far'),
(21354, 1637222171.283083, 2, 'info', 'Analyzed 7700 files containing 126.13 MB of data so far'),
(21619, 1637525943.515994, 2, 'info', 'Total of 400 users left to process in password strength check.'),
(21853, 1638177963.778412, 2, 'info', 'Analyzed 1600 files containing 24.81 MB of data so far'),
(21304, 1637222163.179035, 2, 'info', 'Analyzed 2700 files containing 33.79 MB of data so far'),
(21305, 1637222163.531956, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(21306, 1637222163.662044, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(21885, 1638177970.185302, 2, 'info', 'Analyzed 4800 files containing 68.49 MB of data so far'),
(21886, 1638177970.293947, 2, 'info', 'Analyzed 4900 files containing 69.16 MB of data so far'),
(21601, 1637525942.969164, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(21600, 1637525942.968966, 2, 'info', 'Scanned contents of 1415 additional files at 71.27 per second'),
(21938, 1638297821.104376, 1, 'info', '-------------------'),
(21937, 1638297821.101240, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(21860, 1638177965.888351, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(21754, 1637745069.353369, 2, 'info', 'Analyzed 5900 files containing 81.86 MB of data so far'),
(20921, 1636732048.957618, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(20922, 1636732049.082443, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21151, 1636965030.030857, 2, 'info', 'Analyzed 1600 files containing 24.82 MB of data so far'),
(21150, 1636965029.938725, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(20918, 1636732048.559804, 2, 'info', 'Analyzed 400 files containing 7.22 MB of data so far'),
(21513, 1637525910.974103, 2, 'info', 'Analyzed 1900 files containing 28.21 MB of data so far'),
(21514, 1637525911.103190, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21515, 1637525911.198227, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21868, 1638177966.627598, 2, 'info', 'Analyzed 3100 files containing 35.71 MB of data so far'),
(21332, 1637222168.504236, 2, 'info', 'Analyzed 5500 files containing 75.75 MB of data so far'),
(21333, 1637222168.633070, 2, 'info', 'Analyzed 5600 files containing 78.88 MB of data so far'),
(20958, 1636732054.091802, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21870, 1638177966.882355, 2, 'info', 'Analyzed 3300 files containing 37.54 MB of data so far'),
(21869, 1638177966.763741, 2, 'info', 'Analyzed 3200 files containing 37 MB of data so far'),
(21660, 1637745061.538313, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(21131, 1636965028.303933, 2, 'info', '6000 files indexed'),
(21132, 1636965028.316808, 2, 'info', '6500 files indexed'),
(21133, 1636965028.334334, 2, 'info', '7000 files indexed'),
(21339, 1637222169.263311, 2, 'info', 'Analyzed 6200 files containing 83.09 MB of data so far'),
(21340, 1637222169.389230, 2, 'info', 'Analyzed 6300 files containing 83.5 MB of data so far'),
(21341, 1637222169.519419, 2, 'info', 'Analyzed 6400 files containing 83.74 MB of data so far');
INSERT INTO `wp_wfstatus` (`id`, `ctime`, `level`, `type`, `msg`) VALUES
(21674, 1637745062.220331, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),
(21582, 1637525924.151254, 2, 'info', 'Scanned contents of 72 additional files at 69.44 per second'),
(21368, 1637222176.899027, 2, 'info', 'Scanned contents of 335 additional files at 82.44 per second'),
(21369, 1637222177.900178, 2, 'info', 'Scanned contents of 450 additional files at 88.85 per second'),
(20985, 1636732058.797886, 2, 'info', 'Analyzed 7100 files containing 101.81 MB of data so far'),
(21519, 1637525911.557628, 2, 'info', 'Analyzed 2500 files containing 31.97 MB of data so far'),
(21520, 1637525911.662165, 2, 'info', 'Analyzed 2600 files containing 33.34 MB of data so far'),
(21521, 1637525911.729554, 2, 'info', 'Analyzed 2700 files containing 33.79 MB of data so far'),
(21522, 1637525911.797588, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(21393, 1637222188.293133, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(21588, 1637525930.184322, 2, 'info', 'Scanned contents of 439 additional files at 62.09 per second'),
(21589, 1637525931.238822, 2, 'info', 'Scanned contents of 540 additional files at 66.47 per second'),
(21149, 1636965029.874230, 2, 'info', 'Analyzed 1400 files containing 20.66 MB of data so far'),
(21891, 1638177970.839720, 2, 'info', 'Analyzed 5400 files containing 72.17 MB of data so far'),
(21204, 1636965033.594468, 2, 'info', 'Analyzed 6900 files containing 97.32 MB of data so far'),
(20943, 1636732051.783202, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(21165, 1636965030.858168, 2, 'info', 'Analyzed 3000 files containing 35.32 MB of data so far'),
(21166, 1636965030.919357, 2, 'info', 'Analyzed 3100 files containing 35.73 MB of data so far'),
(21096, 1636965027.519391, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 838.27 GB'),
(20932, 1636732050.509150, 2, 'info', 'Analyzed 1800 files containing 27.74 MB of data so far'),
(21347, 1637222170.306332, 2, 'info', 'Analyzed 7000 files containing 100.16 MB of data so far'),
(21348, 1637222170.414210, 2, 'info', 'Analyzed 7100 files containing 101.84 MB of data so far'),
(21559, 1637525919.486051, 2, 'info', 'Analyzed 6500 files containing 87.63 MB of data so far'),
(21328, 1637222166.723815, 2, 'info', 'Analyzed 5100 files containing 70.98 MB of data so far'),
(21812, 1638177960.680925, 10, 'info', 'SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),
(21813, 1638177960.684506, 10, 'info', 'SUM_START:Fetching list of known malware files from Wordfence'),
(21370, 1637222178.908490, 2, 'info', 'Scanned contents of 546 additional files at 89.91 per second'),
(21024, 1636732084.497786, 2, 'info', 'Checking 1043 host keys against Wordfence scanning servers.'),
(21022, 1636732084.490269, 2, 'info', 'Scanned contents of 1412 additional files at 61.20 per second'),
(21023, 1636732084.490531, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(21300, 1637222162.301050, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(21301, 1637222162.395451, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(20944, 1636732051.899996, 2, 'info', 'Analyzed 3000 files containing 35.32 MB of data so far'),
(21917, 1638177973.655174, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(21607, 1637525943.240652, 10, 'info', 'SUM_START:Scanning for publicly accessible quarantined files'),
(21608, 1637525943.242704, 10, 'info', 'SUM_ENDOK:Scanning for publicly accessible quarantined files'),
(21787, 1638177945.757129, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21785, 1638177945.756717, 1, 'info', '-------------------'),
(21786, 1638177945.757028, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21784, 1638177945.754891, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(21389, 1637222188.278977, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(21390, 1637222188.279310, 2, 'info', 'Done examining URLs'),
(21783, 1638177945.702430, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(21719, 1637745065.605126, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(21680, 1637745062.282267, 2, 'info', '500 files indexed'),
(21033, 1636732084.788391, 2, 'info', 'Done examining URLs'),
(21036, 1636732084.800365, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(21330, 1637222166.933885, 2, 'info', 'Analyzed 5300 files containing 71.71 MB of data so far'),
(21108, 1636965027.602659, 2, 'info', 'Found 2 themes'),
(21681, 1637745062.342915, 2, 'info', '1000 files indexed'),
(21682, 1637745062.429451, 2, 'info', '1500 files indexed'),
(21569, 1637525921.043294, 2, 'info', 'Analyzed 7500 files containing 120.33 MB of data so far'),
(21107, 1636965027.601344, 2, 'info', 'Getting theme list from WordPress'),
(21598, 1637525941.717788, 2, 'info', 'Scanned contents of 1360 additional files at 73.10 per second'),
(21302, 1637222162.580085, 2, 'info', 'Analyzed 2500 files containing 31.97 MB of data so far'),
(21303, 1637222162.920164, 2, 'info', 'Analyzed 2600 files containing 33.34 MB of data so far'),
(21314, 1637222165.004643, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(20963, 1636732054.794826, 2, 'info', 'Analyzed 4900 files containing 69.15 MB of data so far'),
(20876, 1636732046.568310, 2, 'info', 'The disk has 591634.71 MB available'),
(20875, 1636732046.567659, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 577.77 GB'),
(21692, 1637745062.926925, 2, 'info', '6500 files indexed'),
(21693, 1637745062.994055, 2, 'info', '7000 files indexed'),
(21343, 1637222169.834647, 2, 'info', 'Analyzed 6600 files containing 93.23 MB of data so far'),
(21689, 1637745062.828195, 2, 'info', '5000 files indexed'),
(21690, 1637745062.861044, 2, 'info', '5500 files indexed'),
(21691, 1637745062.880145, 2, 'info', '6000 files indexed'),
(21524, 1637525911.937099, 2, 'info', 'Analyzed 3000 files containing 35.31 MB of data so far'),
(21523, 1637525911.865580, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(20920, 1636732048.858657, 2, 'info', 'Analyzed 600 files containing 9.99 MB of data so far'),
(21171, 1636965031.276864, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(21172, 1636965031.334893, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(21163, 1636965030.761749, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(21843, 1638177962.249081, 2, 'info', 'Analyzed 600 files containing 9.98 MB of data so far'),
(21842, 1638177962.068020, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(21725, 1637745066.153474, 2, 'info', 'Analyzed 3000 files containing 35.31 MB of data so far'),
(21040, 1636732085.067427, 2, 'info', 'Starting password strength check on 399 users.'),
(21128, 1636965028.276572, 2, 'info', '4500 files indexed'),
(21724, 1637745066.076021, 2, 'info', 'Analyzed 2900 files containing 34.73 MB of data so far'),
(21922, 1638177974.292706, 10, 'info', 'SUM_START:Scanning file contents for infections and vulnerabilities'),
(21923, 1638177974.293972, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(21924, 1638177975.102279, 2, 'info', 'Starting scan of file contents'),
(21804, 1638177960.033370, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(21803, 1638177960.030813, 10, 'info', 'SUM_START:Checking for future GeoIP support'),
(21802, 1638177960.023686, 10, 'info', 'SUM_ENDOK:Checking Web Application Firewall status'),
(21801, 1638177960.020616, 10, 'info', 'SUM_START:Checking Web Application Firewall status'),
(21137, 1636965028.540674, 2, 'info', 'Analyzed 200 files containing 3.23 MB of data so far'),
(21138, 1636965028.648142, 2, 'info', 'Analyzed 300 files containing 4.53 MB of data so far'),
(21701, 1637745063.849072, 2, 'info', 'Analyzed 600 files containing 9.98 MB of data so far'),
(21702, 1637745063.909115, 2, 'info', 'Analyzed 700 files containing 10.65 MB of data so far'),
(21566, 1637525920.417186, 2, 'info', 'Analyzed 7200 files containing 103.71 MB of data so far'),
(21051, 1636732089.347469, 2, 'info', 'Done examining URLs'),
(21597, 1637525940.706928, 2, 'info', 'Scanned contents of 1294 additional files at 73.55 per second'),
(21009, 1636732069.680630, 2, 'info', 'Scanned contents of 420 additional files at 50.83 per second'),
(21010, 1636732070.716701, 2, 'info', 'Scanned contents of 515 additional files at 55.39 per second'),
(21011, 1636732071.725902, 2, 'info', 'Scanned contents of 610 additional files at 59.18 per second'),
(21012, 1636732072.752866, 2, 'info', 'Scanned contents of 719 additional files at 63.44 per second'),
(21013, 1636732075.640782, 2, 'info', 'Scanned contents of 739 additional files at 51.96 per second'),
(21014, 1636732076.641363, 2, 'info', 'Scanned contents of 782 additional files at 51.37 per second'),
(21810, 1638177960.116090, 2, 'info', 'Found 2 themes'),
(21811, 1638177960.121870, 10, 'info', 'SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),
(20973, 1636732057.441593, 2, 'info', 'Analyzed 5900 files containing 81.83 MB of data so far'),
(20972, 1636732055.951773, 2, 'info', 'Analyzed 5800 files containing 81.67 MB of data so far'),
(21909, 1638177972.752259, 2, 'info', 'Analyzed 7200 files containing 103.77 MB of data so far'),
(21908, 1638177972.653863, 2, 'info', 'Analyzed 7100 files containing 101.93 MB of data so far'),
(21323, 1637222166.088301, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(21324, 1637222166.248629, 2, 'info', 'Analyzed 4700 files containing 66.07 MB of data so far'),
(21531, 1637525913.113343, 2, 'info', 'Analyzed 3700 files containing 40.73 MB of data so far'),
(21532, 1637525913.249695, 2, 'info', 'Analyzed 3800 files containing 41.99 MB of data so far'),
(21677, 1637745062.226112, 10, 'info', 'SUM_DISABLED:Skipping plugin scan'),
(21576, 1637525921.609605, 10, 'info', 'SUM_ENDOK:Scanning for known malware files'),
(21487, 1637525908.754552, 2, 'info', '4500 files indexed'),
(21488, 1637525908.775435, 2, 'info', '5000 files indexed'),
(21676, 1637745062.225700, 10, 'info', 'SUM_DISABLED:Skipping theme scan'),
(21675, 1637745062.223316, 10, 'info', 'SUM_START:Comparing core WordPress files against originals in repository'),
(21863, 1638177966.209394, 2, 'info', 'Analyzed 2600 files containing 33.34 MB of data so far'),
(21581, 1637525923.113360, 2, 'info', 'Starting scan of file contents'),
(21763, 1637745070.385182, 2, 'info', 'Analyzed 6800 files containing 95.45 MB of data so far'),
(21764, 1637745070.489030, 2, 'info', 'Analyzed 6900 files containing 97.36 MB of data so far'),
(21765, 1637745070.624031, 2, 'info', 'Analyzed 7000 files containing 100.22 MB of data so far'),
(21766, 1637745070.737203, 2, 'info', 'Analyzed 7100 files containing 101.9 MB of data so far'),
(21767, 1637745070.858290, 2, 'info', 'Analyzed 7200 files containing 103.72 MB of data so far'),
(21280, 1637222159.975974, 2, 'info', 'Analyzed 300 files containing 4.52 MB of data so far'),
(21281, 1637222160.104466, 2, 'info', 'Analyzed 400 files containing 7.21 MB of data so far'),
(21282, 1637222160.205730, 2, 'info', 'Analyzed 500 files containing 8.09 MB of data so far'),
(21846, 1638177962.686763, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21367, 1637222175.875314, 2, 'info', 'Scanned contents of 247 additional files at 81.25 per second'),
(21325, 1637222166.391331, 2, 'info', 'Analyzed 4800 files containing 68.47 MB of data so far'),
(21805, 1638177960.040255, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(21595, 1637525938.462013, 2, 'info', 'Scanned contents of 1113 additional files at 72.52 per second'),
(21913, 1638177973.377365, 2, 'info', 'Analyzed 7600 files containing 123.02 MB of data so far'),
(21914, 1638177973.484012, 2, 'info', 'Analyzed 7700 files containing 126.22 MB of data so far'),
(21626, 1637525946.253577, 10, 'info', 'SUM_START:Scanning for admin users not created through WordPress'),
(21611, 1637525943.272801, 2, 'info', 'Done examining URLs'),
(21612, 1637525943.273755, 10, 'info', 'SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),
(21153, 1636965030.160020, 2, 'info', 'Analyzed 1800 files containing 27.74 MB of data so far'),
(21865, 1638177966.386118, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(20987, 1636732059.196639, 2, 'info', 'Analyzed 7300 files containing 116.12 MB of data so far'),
(20988, 1636732059.316736, 2, 'info', 'Analyzed 7400 files containing 117.75 MB of data so far'),
(20935, 1636732050.965294, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21508, 1637525910.426851, 2, 'info', 'Analyzed 1400 files containing 20.62 MB of data so far'),
(21507, 1637525910.331817, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(21856, 1638177965.473900, 2, 'info', 'Analyzed 1900 files containing 28.21 MB of data so far'),
(21376, 1637222185.458265, 2, 'info', 'Scanned contents of 1235 additional files at 97.84 per second'),
(21490, 1637525908.819086, 2, 'info', '6000 files indexed'),
(21176, 1636965031.590418, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(21770, 1637856257.960838, 1, 'info', 'Initiating quick scan'),
(21327, 1637222166.625570, 2, 'info', 'Analyzed 5000 files containing 70.48 MB of data so far'),
(21326, 1637222166.506921, 2, 'info', 'Analyzed 4900 files containing 69.14 MB of data so far'),
(21580, 1637525922.433567, 10, 'info', 'SUM_START:Scanning file contents for URLs on a domain blocklist'),
(21178, 1636965031.698347, 2, 'info', 'Analyzed 4300 files containing 45.92 MB of data so far'),
(20915, 1636732048.153426, 2, 'info', 'Analyzed 100 files containing 1.67 MB of data so far'),
(21678, 1637745062.228110, 10, 'info', 'SUM_START:Scanning for known malware files'),
(21679, 1637745062.232093, 10, 'info', 'SUM_START:Scanning for unknown files in wp-admin and wp-includes'),
(21518, 1637525911.462378, 2, 'info', 'Analyzed 2400 files containing 30.62 MB of data so far'),
(21517, 1637525911.392743, 2, 'info', 'Analyzed 2300 files containing 30.45 MB of data so far'),
(21814, 1638177960.686638, 10, 'info', 'SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),
(21629, 1637525946.502368, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(21549, 1637525915.996067, 2, 'info', 'Analyzed 5500 files containing 75.75 MB of data so far'),
(21550, 1637525918.487061, 2, 'info', 'Analyzed 5600 files containing 78.88 MB of data so far'),
(21299, 1637222162.188309, 2, 'info', 'Analyzed 2200 files containing 29.73 MB of data so far'),
(21298, 1637222162.074546, 2, 'info', 'Analyzed 2100 files containing 29.38 MB of data so far'),
(21604, 1637525943.228811, 2, 'info', 'Done file contents scan'),
(21603, 1637525943.226133, 2, 'info', 'Done host key check.'),
(21872, 1638177967.130679, 2, 'info', 'Analyzed 3500 files containing 39.33 MB of data so far'),
(21173, 1636965031.401432, 2, 'info', 'Analyzed 3800 files containing 42.22 MB of data so far'),
(21174, 1636965031.456769, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21574, 1637525921.603117, 10, 'info', 'SUM_ENDOK:Comparing core WordPress files against originals in repository'),
(20844, 1636480723.014098, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(21662, 1637745061.546456, 10, 'info', 'SUM_ENDOK:Checking for future GeoIP support'),
(21663, 1637745061.551637, 10, 'info', 'SUM_START:Checking for paths skipped due to scan settings'),
(20847, 1636564475.904355, 1, 'info', 'Initiating quick scan'),
(21883, 1638177969.914621, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(21884, 1638177970.075596, 2, 'info', 'Analyzed 4700 files containing 66.06 MB of data so far'),
(21862, 1638177966.087823, 2, 'info', 'Analyzed 2500 files containing 31.97 MB of data so far'),
(21248, 1637222158.526579, 2, 'info', 'Found 23 plugins'),
(21249, 1637222158.527122, 2, 'info', 'Getting theme list from WordPress'),
(21041, 1636732085.591881, 2, 'info', 'Total of 300 users left to process in password strength check.'),
(21726, 1637745066.235368, 2, 'info', 'Analyzed 3100 files containing 35.71 MB of data so far'),
(21620, 1637525943.942676, 2, 'info', 'Total of 300 users left to process in password strength check.'),
(21777, 1637856258.020735, 1, 'info', 'Quick Scan Complete. Scanned in 1 second.'),
(21778, 1637856258.020839, 10, 'info', 'SUM_FINAL:Scan complete. You have 14 new issues to fix. See below.'),
(21847, 1638177962.878707, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21631, 1637525946.503366, 10, 'info', 'SUM_ENDOK:Scanning for suspicious site options'),
(21632, 1637525946.507408, 1, 'info', '-------------------'),
(21633, 1637525946.507713, 2, 'info', 'Wordfence used 142.26 MB of memory for scan. Server peak memory usage was: 223.26 MB'),
(21602, 1637525942.972984, 2, 'info', 'Checking 1043 host keys against Wordfence scanning servers.'),
(20974, 1636732057.524421, 2, 'info', 'Analyzed 6000 files containing 82.33 MB of data so far'),
(21740, 1637745067.799255, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(21741, 1637745067.929195, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(21731, 1637745066.758108, 2, 'info', 'Analyzed 3600 files containing 40.02 MB of data so far'),
(20991, 1636732059.777751, 2, 'info', 'Analyzed 7700 files containing 126.12 MB of data so far'),
(21329, 1637222166.828462, 2, 'info', 'Analyzed 5200 files containing 71.42 MB of data so far'),
(21177, 1636965031.647409, 2, 'info', 'Analyzed 4200 files containing 44.99 MB of data so far'),
(21564, 1637525920.136561, 2, 'info', 'Analyzed 7000 files containing 100.18 MB of data so far'),
(21001, 1636732061.417276, 2, 'info', 'Starting scan of file contents'),
(21002, 1636732062.441361, 2, 'info', 'Scanned contents of 44 additional files at 43.02 per second'),
(21003, 1636732063.449991, 2, 'info', 'Scanned contents of 115 additional files at 56.61 per second'),
(21004, 1636732064.527616, 2, 'info', 'Scanned contents of 182 additional files at 58.54 per second'),
(21005, 1636732065.640316, 2, 'info', 'Scanned contents of 200 additional files at 47.37 per second'),
(21006, 1636732066.644216, 2, 'info', 'Scanned contents of 267 additional files at 51.09 per second'),
(21007, 1636732067.649248, 2, 'info', 'Scanned contents of 301 additional files at 48.31 per second'),
(21008, 1636732068.674033, 2, 'info', 'Scanned contents of 346 additional files at 47.69 per second'),
(21250, 1637222158.528193, 2, 'info', 'Found 2 themes'),
(21485, 1637525908.664358, 2, 'info', '3500 files indexed'),
(21742, 1637745068.087929, 2, 'info', 'Analyzed 4700 files containing 66.06 MB of data so far'),
(21382, 1637222188.238438, 2, 'info', 'Done host key check.'),
(21307, 1637222163.847879, 2, 'info', 'Analyzed 3000 files containing 35.31 MB of data so far'),
(21484, 1637525908.626574, 2, 'info', '3000 files indexed'),
(20934, 1636732050.807313, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21506, 1637525910.205069, 2, 'info', 'Analyzed 1200 files containing 17.62 MB of data so far'),
(21483, 1637525908.584190, 2, 'info', '2500 files indexed'),
(21482, 1637525908.541400, 2, 'info', '2000 files indexed'),
(21207, 1636965033.839794, 2, 'info', 'Analyzed 7200 files containing 103.7 MB of data so far'),
(21208, 1636965034.001619, 1, 'error', '\nFatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 69632 bytes) in /home/usses/dev/wp-content/plugins/wordfence/lib/wordfenceHash.php on line 779\n<p>There has been a critical error on this website.</p><p><a href=\"https://wordpress.org/support/article/faq-troubleshooting/\">Learn more about troubleshooting WordPress.</a></p>'),
(20954, 1636732053.507091, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(20953, 1636732053.379066, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21596, 1637525939.704461, 2, 'info', 'Scanned contents of 1222 additional files at 73.66 per second'),
(21481, 1637525907.977792, 2, 'info', '1500 files indexed'),
(21560, 1637525919.692085, 2, 'info', 'Analyzed 6600 files containing 93.25 MB of data so far'),
(20986, 1636732058.916122, 2, 'info', 'Analyzed 7200 files containing 103.69 MB of data so far'),
(20964, 1636732054.910317, 2, 'info', 'Analyzed 5000 files containing 70.48 MB of data so far'),
(20965, 1636732055.014658, 2, 'info', 'Analyzed 5100 files containing 70.98 MB of data so far'),
(21205, 1636965033.684997, 2, 'info', 'Analyzed 7000 files containing 100.24 MB of data so far'),
(20948, 1636732052.746180, 2, 'info', 'Analyzed 3400 files containing 38.66 MB of data so far'),
(20924, 1636732049.471569, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21877, 1638177967.763403, 2, 'info', 'Analyzed 4000 files containing 43.95 MB of data so far'),
(21876, 1638177967.627841, 2, 'info', 'Analyzed 3900 files containing 43.06 MB of data so far'),
(21331, 1637222168.397313, 2, 'info', 'Analyzed 5400 files containing 72.15 MB of data so far'),
(20945, 1636732052.213975, 2, 'info', 'Analyzed 3100 files containing 35.73 MB of data so far'),
(21636, 1637608387.683734, 1, 'error', 'Scan Engine Error: The signature on the request to start a scan is invalid. Please try again.'),
(21558, 1637525919.287784, 2, 'info', 'Analyzed 6400 files containing 83.74 MB of data so far'),
(21554, 1637525918.896055, 2, 'info', 'Analyzed 6000 files containing 82.33 MB of data so far'),
(21555, 1637525918.970036, 2, 'info', 'Analyzed 6100 files containing 82.65 MB of data so far'),
(21556, 1637525919.075665, 2, 'info', 'Analyzed 6200 files containing 83.09 MB of data so far'),
(21557, 1637525919.177963, 2, 'info', 'Analyzed 6300 files containing 83.5 MB of data so far'),
(21744, 1637745068.330088, 2, 'info', 'Analyzed 4900 files containing 69.16 MB of data so far'),
(21745, 1637745068.434884, 2, 'info', 'Analyzed 5000 files containing 70.51 MB of data so far'),
(21746, 1637745068.547552, 2, 'info', 'Analyzed 5100 files containing 71.01 MB of data so far'),
(21747, 1637745068.630136, 2, 'info', 'Analyzed 5200 files containing 71.45 MB of data so far'),
(21748, 1637745068.716625, 2, 'info', 'Analyzed 5300 files containing 71.74 MB of data so far'),
(21749, 1637745068.807330, 2, 'info', 'Analyzed 5400 files containing 72.17 MB of data so far'),
(21750, 1637745068.907636, 2, 'info', 'Analyzed 5500 files containing 75.69 MB of data so far'),
(21751, 1637745069.033542, 2, 'info', 'Analyzed 5600 files containing 78.88 MB of data so far'),
(21018, 1636732080.653488, 2, 'info', 'Scanned contents of 1142 additional files at 59.37 per second'),
(21017, 1636732079.650489, 2, 'info', 'Scanned contents of 1025 additional files at 56.22 per second'),
(21855, 1638177965.386656, 2, 'info', 'Analyzed 1800 files containing 27.73 MB of data so far'),
(21854, 1638177963.927313, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(21896, 1638177971.380706, 2, 'info', 'Analyzed 5900 files containing 81.86 MB of data so far'),
(21491, 1637525908.860838, 2, 'info', '6500 files indexed'),
(21492, 1637525908.909437, 2, 'info', '7000 files indexed'),
(21377, 1637222186.485780, 2, 'info', 'Scanned contents of 1331 additional files at 97.51 per second'),
(21703, 1637745063.994681, 2, 'info', 'Analyzed 800 files containing 12.35 MB of data so far'),
(21087, 1636965019.894210, 1, 'info', 'Scheduled Wordfence scan starting at Monday 15th of November 2021 02:30:19 AM'),
(21565, 1637525920.275455, 2, 'info', 'Analyzed 7100 files containing 101.86 MB of data so far'),
(21334, 1637222168.772158, 2, 'info', 'Analyzed 5700 files containing 81 MB of data so far'),
(21015, 1636732077.645785, 2, 'info', 'Scanned contents of 861 additional files at 53.06 per second'),
(21016, 1636732078.646769, 2, 'info', 'Scanned contents of 968 additional files at 56.19 per second'),
(20930, 1636732050.246028, 2, 'info', 'Analyzed 1600 files containing 24.82 MB of data so far'),
(21878, 1638177967.914657, 2, 'info', 'Analyzed 4100 files containing 44.91 MB of data so far'),
(20952, 1636732053.268816, 2, 'info', 'Analyzed 3800 files containing 42.22 MB of data so far'),
(21583, 1637525925.152621, 2, 'info', 'Scanned contents of 166 additional files at 81.44 per second'),
(21851, 1638177963.465296, 2, 'info', 'Analyzed 1400 files containing 20.62 MB of data so far'),
(21850, 1638177963.345434, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(21621, 1637525944.205241, 2, 'info', 'Total of 200 users left to process in password strength check.'),
(21894, 1638177971.219958, 2, 'info', 'Analyzed 5700 files containing 81.03 MB of data so far'),
(21398, 1637222188.521891, 2, 'info', 'Total of 400 users left to process in password strength check.'),
(21399, 1637222188.896639, 2, 'info', 'Total of 300 users left to process in password strength check.'),
(21400, 1637222189.133505, 2, 'info', 'Total of 200 users left to process in password strength check.'),
(21295, 1637222161.711504, 2, 'info', 'Analyzed 1800 files containing 27.73 MB of data so far'),
(21380, 1637222187.992912, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(21381, 1637222187.996601, 2, 'info', 'Checking 1043 host keys against Wordfence scanning servers.'),
(21455, 1637525906.404813, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 322.54 GB'),
(21456, 1637525906.405451, 2, 'info', 'The disk has 330278.48 MB available'),
(21723, 1637745066.004081, 2, 'info', 'Analyzed 2800 files containing 34.3 MB of data so far'),
(21753, 1637745069.270220, 2, 'info', 'Analyzed 5800 files containing 81.71 MB of data so far'),
(20900, 1636732047.429753, 2, 'info', '1000 files indexed'),
(21181, 1636965031.993292, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(21182, 1636965032.095733, 2, 'info', 'Analyzed 4700 files containing 66.07 MB of data so far'),
(20901, 1636732047.476235, 2, 'info', '1500 files indexed'),
(21179, 1636965031.885187, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(21180, 1636965031.933147, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(21413, 1637222191.126330, 1, 'info', 'Scan Complete. Scanned 7855 files, 23 plugins, 2 themes, 35 posts, 1 comments and 1427 URLs in 40 seconds.'),
(21412, 1637222191.126153, 2, 'info', 'Wordfence used 140.26 MB of memory for scan. Server peak memory usage was: 221.26 MB'),
(20925, 1636732049.596056, 2, 'info', 'Analyzed 1100 files containing 15.51 MB of data so far'),
(21187, 1636965032.410684, 2, 'info', 'Analyzed 5200 files containing 71.42 MB of data so far'),
(21085, 1636947159.505354, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21084, 1636947159.504832, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21083, 1636947159.504273, 1, 'info', '-------------------'),
(21704, 1637745064.120064, 2, 'info', 'Analyzed 900 files containing 13.99 MB of data so far'),
(21705, 1637745064.207859, 2, 'info', 'Analyzed 1000 files containing 14.84 MB of data so far'),
(21706, 1637745064.288966, 2, 'info', 'Analyzed 1100 files containing 15.49 MB of data so far'),
(21707, 1637745064.400235, 2, 'info', 'Analyzed 1200 files containing 17.62 MB of data so far'),
(21078, 1636947159.432632, 1, 'info', 'Initiating quick scan'),
(21708, 1637745064.512890, 2, 'info', 'Analyzed 1300 files containing 19.61 MB of data so far'),
(21709, 1637745064.602367, 2, 'info', 'Analyzed 1400 files containing 20.62 MB of data so far'),
(21075, 1636860731.591222, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21074, 1636860731.591061, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21073, 1636860731.590645, 1, 'info', '-------------------'),
(21710, 1637745064.716521, 2, 'info', 'Analyzed 1500 files containing 21.84 MB of data so far'),
(21711, 1637745064.856296, 2, 'info', 'Analyzed 1600 files containing 24.81 MB of data so far'),
(21712, 1637745064.975031, 2, 'info', 'Analyzed 1700 files containing 27.19 MB of data so far'),
(21068, 1636860731.499208, 1, 'info', 'Initiating quick scan'),
(21713, 1637745065.066515, 2, 'info', 'Analyzed 1800 files containing 27.73 MB of data so far'),
(21714, 1637745065.148015, 2, 'info', 'Analyzed 1900 files containing 28.21 MB of data so far'),
(21065, 1636737829.817156, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21064, 1636737829.816903, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21063, 1636737829.816246, 1, 'info', '-------------------'),
(21715, 1637745065.259385, 2, 'info', 'Analyzed 2000 files containing 29.04 MB of data so far'),
(21416, 1637257748.871459, 1, 'info', 'Initiating quick scan'),
(21058, 1636737829.688208, 1, 'info', 'Initiating quick scan'),
(21641, 1637687625.845332, 10, 'info', 'SUM_START:Scanning for old themes, plugins and core files'),
(21642, 1637687625.992335, 10, 'info', 'SUM_ENDBAD:Scanning for old themes, plugins and core files'),
(21643, 1637687625.995715, 1, 'info', '-------------------'),
(21644, 1637687625.996341, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(21239, 1637222158.457671, 2, 'info', 'The disk has 848599.62 MB available'),
(21645, 1637687625.996553, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(21238, 1637222158.457504, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 828.71 GB'),
(20738, 1636458338.369946, 2, 'info', 'Analyzed 4400 files containing 58 MB of data so far'),
(20739, 1636458338.651756, 2, 'info', 'Analyzed 4500 files containing 58.65 MB of data so far'),
(20740, 1636458338.802977, 2, 'info', 'Analyzed 4600 files containing 60.35 MB of data so far'),
(20741, 1636458339.006319, 2, 'info', 'Analyzed 4700 files containing 66.07 MB of data so far'),
(20742, 1636458339.135728, 2, 'info', 'Analyzed 4800 files containing 68.47 MB of data so far'),
(20743, 1636458339.258450, 2, 'info', 'Analyzed 4900 files containing 69.15 MB of data so far'),
(20744, 1636458339.388744, 2, 'info', 'Analyzed 5000 files containing 70.48 MB of data so far'),
(20745, 1636458339.547910, 2, 'info', 'Analyzed 5100 files containing 70.98 MB of data so far'),
(20746, 1636458339.668493, 2, 'info', 'Analyzed 5200 files containing 71.42 MB of data so far'),
(20747, 1636458339.816692, 2, 'info', 'Analyzed 5300 files containing 71.71 MB of data so far'),
(20748, 1636458340.092858, 2, 'info', 'Analyzed 5400 files containing 72.15 MB of data so far'),
(20749, 1636458340.255272, 2, 'info', 'Analyzed 5500 files containing 75.92 MB of data so far'),
(20750, 1636458340.427157, 2, 'info', 'Analyzed 5600 files containing 78.9 MB of data so far'),
(20751, 1636458340.694451, 2, 'info', 'Analyzed 5700 files containing 81.01 MB of data so far'),
(20752, 1636458340.895393, 2, 'info', 'Analyzed 5800 files containing 81.67 MB of data so far'),
(20753, 1636458341.096666, 2, 'info', 'Analyzed 5900 files containing 81.83 MB of data so far'),
(20754, 1636458341.214778, 2, 'info', 'Analyzed 6000 files containing 82.33 MB of data so far'),
(20755, 1636458341.348101, 2, 'info', 'Analyzed 6100 files containing 82.65 MB of data so far'),
(20756, 1636458341.499483, 2, 'info', 'Analyzed 6200 files containing 83.08 MB of data so far'),
(20757, 1636458341.691462, 2, 'info', 'Analyzed 6300 files containing 83.51 MB of data so far'),
(20758, 1636458342.126030, 2, 'info', 'Analyzed 6400 files containing 83.74 MB of data so far'),
(20759, 1636458342.609357, 2, 'info', 'Analyzed 6500 files containing 87.59 MB of data so far'),
(20760, 1636458343.219310, 2, 'info', 'Analyzed 6600 files containing 93.29 MB of data so far'),
(20761, 1636458343.689158, 2, 'info', 'Analyzed 6700 files containing 94.69 MB of data so far'),
(20762, 1636458343.961856, 2, 'info', 'Analyzed 6800 files containing 95.32 MB of data so far'),
(20763, 1636458344.226518, 2, 'info', 'Analyzed 6900 files containing 97.28 MB of data so far'),
(20764, 1636458344.461410, 2, 'info', 'Analyzed 7000 files containing 100.25 MB of data so far'),
(20765, 1636458344.629209, 2, 'info', 'Analyzed 7100 files containing 101.78 MB of data so far'),
(20766, 1636458345.042589, 2, 'info', 'Analyzed 7200 files containing 103.67 MB of data so far'),
(20767, 1636458346.464454, 2, 'info', 'Analyzed 7300 files containing 116.2 MB of data so far'),
(20768, 1636458347.104023, 2, 'info', 'Analyzed 7400 files containing 117.75 MB of data so far'),
(20769, 1636458347.708644, 2, 'info', 'Analyzed 7500 files containing 120.29 MB of data so far'),
(20770, 1636458348.545925, 2, 'info', 'Analyzed 7600 files containing 122.89 MB of data so far'),
(20771, 1636458348.945755, 2, 'info', 'Analyzed 7700 files containing 126.09 MB of data so far'),
(20772, 1636458349.750481, 2, 'info', 'Analyzed 7800 files containing 127.34 MB of data so far'),
(20773, 1636458349.860910, 2, 'info', 'Analyzed 7851 files containing 128.25 MB of data.'),
(21646, 1637687626.007706, 10, 'info', 'SUM_FINAL:Scan complete. You have 14 new issues to fix. See below.'),
(21647, 1637745053.661807, 1, 'info', 'Scheduled Wordfence scan starting at Wednesday 24th of November 2021 03:10:53 AM'),
(21648, 1637745055.171276, 10, 'info', 'SUM_PREP:Preparing a new scan.'),
(21649, 1637745055.174141, 1, 'info', 'Contacting Wordfence to initiate scan'),
(21650, 1637745055.511100, 10, 'info', 'SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),
(21651, 1637745057.512902, 10, 'info', 'SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),
(20781, 1636458353.750988, 2, 'info', 'Starting scan of file contents'),
(20782, 1636458354.753863, 2, 'info', 'Scanned contents of 85 additional files at 84.87 per second'),
(20783, 1636458355.788567, 2, 'info', 'Scanned contents of 185 additional files at 90.85 per second'),
(20784, 1636458356.789434, 2, 'info', 'Scanned contents of 198 additional files at 65.19 per second'),
(20785, 1636458357.805504, 2, 'info', 'Scanned contents of 286 additional files at 70.56 per second'),
(20786, 1636458358.818092, 2, 'info', 'Scanned contents of 361 additional files at 71.26 per second'),
(20787, 1636458359.820560, 2, 'info', 'Scanned contents of 459 additional files at 75.64 per second'),
(20788, 1636458360.833091, 2, 'info', 'Scanned contents of 541 additional files at 76.40 per second'),
(20789, 1636458361.835733, 2, 'info', 'Scanned contents of 663 additional files at 82.02 per second'),
(20790, 1636458362.856541, 2, 'info', 'Scanned contents of 754 additional files at 82.82 per second'),
(20791, 1636458363.884366, 2, 'info', 'Scanned contents of 789 additional files at 77.87 per second'),
(20792, 1636458364.900792, 2, 'info', 'Scanned contents of 828 additional files at 74.27 per second'),
(20793, 1636458365.907084, 2, 'info', 'Scanned contents of 868 additional files at 71.41 per second'),
(20794, 1636458366.912833, 2, 'info', 'Scanned contents of 954 additional files at 72.49 per second'),
(20795, 1636458367.918148, 2, 'info', 'Scanned contents of 1053 additional files at 74.33 per second'),
(20796, 1636458368.920382, 2, 'info', 'Scanned contents of 1152 additional files at 75.95 per second'),
(20797, 1636458370.767551, 2, 'info', 'Scanned contents of 1162 additional files at 68.29 per second'),
(20798, 1636458371.771563, 2, 'info', 'Scanned contents of 1248 additional files at 69.26 per second'),
(20799, 1636458372.772269, 2, 'info', 'Scanned contents of 1325 additional files at 69.66 per second'),
(20800, 1636458373.869015, 2, 'info', 'Scanned contents of 1370 additional files at 68.10 per second'),
(20801, 1636458374.600701, 2, 'info', 'Scanned contents of 1411 additional files at 67.68 per second'),
(20802, 1636458374.600882, 2, 'info', 'Asking Wordfence to check URLs against malware list.'),
(20803, 1636458374.605293, 2, 'info', 'Checking 1043 host keys against Wordfence scanning servers.'),
(20804, 1636458374.840190, 2, 'info', 'Done host key check.'),
(20805, 1636458374.841987, 2, 'info', 'Done file contents scan'),
(21231, 1637222151.009940, 1, 'info', 'Contacting Wordfence to initiate scan'),
(21652, 1637745059.515278, 10, 'info', 'SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),
(21229, 1637222149.827184, 1, 'info', 'Scheduled Wordfence scan starting at Thursday 18th of November 2021 01:55:49 AM'),
(21653, 1637745061.520610, 10, 'info', 'SUM_START:Checking for the most secure way to get IPs'),
(20811, 1636458374.869839, 2, 'info', 'Examining URLs found in posts we scanned for dangerous websites'),
(20812, 1636458374.870079, 2, 'info', 'Done examining URLs'),
(21227, 1637177281.267400, 1, 'info', 'Quick Scan Complete. Scanned in less than 1 second.'),
(20815, 1636458374.884644, 2, 'info', 'Checking 4 host keys against Wordfence scanning servers.'),
(20816, 1636458375.107664, 2, 'info', 'Done host key check.'),
(21226, 1637177281.267213, 2, 'info', 'Wordfence used 2 MB of memory for scan. Server peak memory usage was: 83 MB'),
(20819, 1636458375.119738, 2, 'info', 'Starting password strength check on 397 users.'),
(20820, 1636458375.583132, 2, 'info', 'Total of 300 users left to process in password strength check.'),
(20821, 1636458375.874005, 2, 'info', 'Total of 200 users left to process in password strength check.'),
(20822, 1636458376.202107, 2, 'info', 'Total of 100 users left to process in password strength check.'),
(21654, 1637745061.523259, 10, 'info', 'SUM_ENDOK:Checking for the most secure way to get IPs'),
(21225, 1637177281.266703, 1, 'info', '-------------------'),
(21655, 1637745061.529069, 10, 'info', 'SUM_START:Scanning to check available disk space'),
(21656, 1637745061.531004, 2, 'info', 'Total disk space: 1.46 TB -- Free disk space: 970.24 GB'),
(21657, 1637745061.531153, 2, 'info', 'The disk has 993524.1 MB available'),
(21220, 1637177281.188214, 1, 'info', 'Initiating quick scan'),
(20829, 1636458378.552826, 2, 'info', 'Examining URLs found in the options we scanned for dangerous websites'),
(20830, 1636458378.553141, 2, 'info', 'Done examining URLs'),
(21658, 1637745061.531267, 10, 'info', 'SUM_ENDOK:Scanning to check available disk space'),
(20832, 1636458378.557640, 1, 'info', '-------------------'),
(20833, 1636458378.557944, 2, 'info', 'Wordfence used 116 MB of memory for scan. Server peak memory usage was: 197 MB'),
(20834, 1636458378.558123, 1, 'info', 'Scan Complete. Scanned 7851 files, 23 plugins, 2 themes, 35 posts, 1 comments and 1425 URLs in 1 minute.'),
(21659, 1637745061.536424, 10, 'info', 'SUM_START:Checking Web Application Firewall status');

-- --------------------------------------------------------

--
-- Table structure for table `wp_wftrafficrates`
--

CREATE TABLE `wp_wftrafficrates` (
  `eMin` int(10) UNSIGNED NOT NULL,
  `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
  `hitType` enum('hit','404') NOT NULL DEFAULT 'hit',
  `hits` int(10) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable`
--

CREATE TABLE `wp_yoast_indexable` (
  `id` int(10) UNSIGNED NOT NULL,
  `permalink` longtext COLLATE utf8mb4_unicode_520_ci,
  `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text COLLATE utf8mb4_unicode_520_ci,
  `description` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `breadcrumb_title` text COLLATE utf8mb4_unicode_520_ci,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT '0',
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(10) UNSIGNED DEFAULT NULL,
  `canonical` longtext COLLATE utf8mb4_unicode_520_ci,
  `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `primary_focus_keyword_score` int(11) DEFAULT NULL,
  `readability_score` int(11) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT '0',
  `is_robots_noindex` tinyint(1) DEFAULT '0',
  `is_robots_nofollow` tinyint(1) DEFAULT '0',
  `is_robots_noarchive` tinyint(1) DEFAULT '0',
  `is_robots_noimageindex` tinyint(1) DEFAULT '0',
  `is_robots_nosnippet` tinyint(1) DEFAULT '0',
  `twitter_title` text COLLATE utf8mb4_unicode_520_ci,
  `twitter_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `twitter_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_title` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_description` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image` longtext COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `open_graph_image_source` text COLLATE utf8mb4_unicode_520_ci,
  `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_520_ci,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(10) UNSIGNED DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1',
  `language` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `region` varchar(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT '0',
  `estimated_reading_time_minutes` int(11) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable`
--

INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(1, 'https://usses.beanstalkweb.com/', '31:7de5ace39ef805cb7f60b2e4d144bcd6', NULL, 'home-page', NULL, NULL, NULL, '%%sitename%% %%page%% %%sep%% %%sitedesc%%', 'Just another WordPress site', 'Home', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, '', '', '', '', NULL, NULL, NULL, NULL, NULL, '2020-09-23 19:52:27', '2020-09-24 00:52:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(2, 'https://usses.beanstalkweb.com/author/usses_admn/', '49:ebcd2152bb76d853db82141a5bb3850c', 1, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/1a4d993196bff64c60a3ee81dcc9e1b6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/1a4d993196bff64c60a3ee81dcc9e1b6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2020-09-23 19:52:39', '2021-11-26 19:19:07', 1, NULL, NULL, NULL, NULL, 0, NULL),
(3, 'https://usses.beanstalkweb.com/hello-world/', '43:8b2a587abae984f4a5c572400261ddfb', 1, 'post', 'post', 1, 0, NULL, NULL, 'Hello world!', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-09-23 19:52:39', '2020-11-03 22:14:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(4, NULL, NULL, NULL, 'system-page', '404', NULL, NULL, 'Page not found %%sep%% %%sitename%%', NULL, 'Error 404: Page not found', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-23 19:52:40', '2020-09-24 00:52:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(67, 'https://usses.beanstalkweb.com/account/my-account/', '50:63e6ba427afb62907c207467fbc874e5', 69, 'post', 'page', 1, 67, NULL, NULL, 'My Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:03:59', '2021-04-01 21:00:07', 1, NULL, NULL, NULL, NULL, 0, NULL),
(6, 'https://usses.beanstalkweb.com/?page_id=3', '41:22b4e1125af9db2c3f84a3b85c791c36', 3, 'post', 'page', 1, 0, NULL, NULL, 'Privacy Policy', 'draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-09-23 19:53:27', '2020-11-03 22:45:17', 1, NULL, NULL, NULL, NULL, 0, NULL),
(7, 'https://usses.beanstalkweb.com/', '31:7de5ace39ef805cb7f60b2e4d144bcd6', 2, 'post', 'page', 1, 0, NULL, NULL, 'Home Page', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 90, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', NULL, NULL, 'first-content-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', NULL, 'first-content-image', NULL, 1, NULL, NULL, '2020-09-23 19:53:27', '2021-11-23 22:48:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(8, 'https://usses.beanstalkweb.com/category/uncategorized/', '54:4eb52a9dbe99b999dd4c47bdb7e51db7', 1, 'term', 'category', NULL, NULL, NULL, NULL, 'Uncategorized', NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-09-23 19:53:27', '2020-11-03 22:45:17', 1, NULL, NULL, NULL, NULL, 0, NULL),
(9, NULL, NULL, NULL, 'system-page', 'search-result', NULL, NULL, 'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%', NULL, NULL, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-23 19:53:27', '2020-09-24 00:53:27', 1, NULL, NULL, NULL, NULL, 0, NULL),
(10, NULL, NULL, NULL, 'date-archive', NULL, NULL, NULL, '%%date%% %%page%% %%sep%% %%sitename%%', '', NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, 0, 1, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2020-09-23 19:53:27', '2020-09-24 00:53:27', 1, NULL, NULL, NULL, NULL, 0, NULL),
(12, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', '66:b00c680dffda2855c0444b6a234336b6', 8, 'post', 'attachment', 1, 2, NULL, NULL, 'test', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', NULL, '8', 'attachment-image', NULL, NULL, NULL, '8', 'attachment-image', NULL, 0, 1, NULL, '2020-11-04 21:23:19', '2020-11-04 21:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(40, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Shipments.jpg', '80:0fbb6167d1a65d129b4671d36f7de689', 40, 'post', 'attachment', 1, 0, NULL, NULL, 'Verified-Shipments', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Shipments.jpg', NULL, '40', 'attachment-image', NULL, NULL, NULL, '40', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 17:57:27', '2020-12-08 22:57:27', 1, NULL, NULL, NULL, NULL, 0, NULL),
(17, 'https://usses.beanstalkweb.com/home/', '36:a8a644b5d043c8d56f33e9b2a081fa67', 16, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-19 21:38:34', '2021-05-07 14:30:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(18, 'https://usses.beanstalkweb.com/about/', '37:6a1139c1139b58b0b6f4f1818fb943ea', 17, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'About', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-19 21:38:43', '2021-05-07 14:30:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(19, 'https://usses.beanstalkweb.com/certificate-lookup/', '50:53b59627654570308085dc3dd55c2191', 18, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Certificate Lookup', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-19 21:38:59', '2021-05-07 14:30:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(20, 'https://usses.beanstalkweb.com/register/', '40:b29a7878e713a4241b080b97205ee890', 19, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Register', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-19 21:39:08', '2021-05-07 14:30:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(21, 'https://usses.beanstalkweb.com/login/', '37:fa9f1d1022b548b25c3c7e7dd9a71f4d', 20, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Login', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-19 21:39:25', '2021-05-07 14:30:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(512, 'https://usses.beanstalkweb.com/security/', '40:34dee36afe34b6d2b83bd5a353d202a4', 173, 'post', 'page', 1, 0, NULL, NULL, 'Security', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 30, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-07 16:33:31', '2021-05-07 21:51:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(23, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/Logo-white-text.png', '77:5b9cf21070e7a228a356030ecff1ed03', 22, 'post', 'attachment', 1, 0, NULL, NULL, 'Logo-white-text', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/Logo-white-text.png', NULL, '22', 'attachment-image', NULL, NULL, NULL, '22', 'attachment-image', NULL, 0, NULL, NULL, '2020-11-20 19:29:56', '2020-11-21 00:29:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(66, 'https://usses.beanstalkweb.com/account/', '39:8477cb04882c87c4010462cf6e339d92', 67, 'post', 'page', 1, 0, NULL, NULL, 'Account', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:03:20', '2021-03-09 11:43:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(466, 'https://usses.beanstalkweb.com/author/danglai-dangkhoagmail-com/', '64:4c6997cb4730939f4da0bda58ca18cf7', 374, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fe9bc9d41b703a38e66d395469965f68?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fe9bc9d41b703a38e66d395469965f68?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(36, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.test_.jpg', '72:3e5b21b5e1287a5053a404640743efd8', 35, 'post', 'attachment', 1, 0, NULL, NULL, 'Heor Image River Valley', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.test_.jpg', NULL, '35', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.test_.jpg', '35', 'attachment-image', '{\"width\":1920,\"height\":400,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.test_.jpg\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/11/hero.test_.jpg\",\"size\":\"full\",\"id\":35,\"alt\":\"River Valley\",\"pixels\":768000,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-23 18:27:19', '2020-11-23 23:43:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(35, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.min_.jpg', '71:9b7086a92cb89fbc5e14530aa2bcc648', 34, 'post', 'attachment', 1, 2, NULL, NULL, 'hero.min', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.min_.jpg', NULL, '34', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.min_.jpg', '34', 'attachment-image', '{\"width\":1920,\"height\":1282,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/11/hero.min_.jpg\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/11/hero.min_.jpg\",\"size\":\"full\",\"id\":34,\"alt\":\"\",\"pixels\":2461440,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-11-23 18:18:39', '2021-04-15 12:34:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(28, 'https://usses.beanstalkweb.com/terms-of-use-2/', '46:87ebc009b87651c12081a8e0bce3857d', 27, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Terms of Use', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:48:35', '2021-05-07 21:52:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(29, 'https://usses.beanstalkweb.com/security-statement-2/', '52:98d0ba6e82c550dacb04edc47076a6a2', 28, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Security Statement', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:49:57', '2021-05-07 21:52:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(30, 'https://usses.beanstalkweb.com/sustainability/', '46:db58f656b89730cc32f287ec6cc2d9a9', 29, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sustainability', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:50:26', '2021-05-14 14:54:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(31, 'https://usses.beanstalkweb.com/accessibility/', '45:c4bb4f01b6e08d1dd2a1ea23390330d7', 30, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Accessibility', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:50:37', '2021-05-14 14:54:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(32, 'https://usses.beanstalkweb.com/privacy-policy/', '46:3897151fad913a667e087b8f66052093', 31, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Privacy Policy', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:50:50', '2021-05-14 14:54:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(33, 'https://usses.beanstalkweb.com/terms-of-use-3/', '46:5c65761326cf55a00bcad8d394780fcc', 32, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Terms of Use', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:51:06', '2021-05-14 14:54:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(34, 'https://usses.beanstalkweb.com/ses-security-statement/', '54:843f78d1e2c73557686ebe4a9de14866', 33, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'SES Security Statement', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-11-20 22:51:24', '2021-05-14 14:54:22', 1, NULL, NULL, NULL, NULL, 0, NULL),
(41, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Tons-Shipped.jpg', '83:c597207d51d25c52d22b26fa0d1f595e', 41, 'post', 'attachment', 1, 0, NULL, NULL, 'Verified-Tons-Shipped', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verified-Tons-Shipped.jpg', NULL, '41', 'attachment-image', NULL, NULL, NULL, '41', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 17:57:34', '2020-12-08 22:57:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(42, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Countries-Certificates.jpg', '84:2e55428c7116bd6b003841fc24482b90', 42, 'post', 'attachment', 1, 2, NULL, NULL, 'Countries-Certificates', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Countries-Certificates.jpg', NULL, '42', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Countries-Certificates.jpg', '42', 'attachment-image', '{\"width\":879,\"height\":589,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Countries-Certificates.jpg\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/Countries-Certificates.jpg\",\"size\":\"full\",\"id\":42,\"alt\":\"\",\"pixels\":517731,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-08 17:57:37', '2021-04-01 22:10:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(43, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Participating-Companies.jpg', '85:8b283ce7b0b5325039acf92a16d3cc39', 43, 'post', 'attachment', 1, 2, NULL, NULL, 'Participating-Companies', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Participating-Companies.jpg', NULL, '43', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Participating-Companies.jpg', '43', 'attachment-image', '{\"width\":1400,\"height\":933,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Participating-Companies.jpg\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/Participating-Companies.jpg\",\"size\":\"full\",\"id\":43,\"alt\":\"\",\"pixels\":1306200,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-08 17:57:40', '2021-04-01 22:10:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(44, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/location.png', '70:6adf97f1ac0ece91bf31a4bcaa8bef31', 44, 'post', 'attachment', 1, 0, NULL, NULL, 'location', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/location.png', NULL, '44', 'attachment-image', NULL, NULL, NULL, '44', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:39:00', '2020-12-09 00:39:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(45, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/mail.png', '66:29f01770a470da2e92b122961d998cba', 45, 'post', 'attachment', 1, 0, NULL, NULL, 'mail', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/mail.png', NULL, '45', 'attachment-image', NULL, NULL, NULL, '45', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:39:02', '2020-12-09 00:39:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(46, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/phone.png', '67:d3746cdc3fc8ad8e2a9ee5a199636e17', 46, 'post', 'attachment', 1, 0, NULL, NULL, 'phone', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/phone.png', NULL, '46', 'attachment-image', NULL, NULL, NULL, '46', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:39:03', '2020-12-09 00:39:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(47, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity.png', '73:4358155c16d1e30f015dd09278264a8a', 47, 'post', 'attachment', 1, 0, NULL, NULL, 'Specificity', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity.png', NULL, '47', 'attachment-image', NULL, NULL, NULL, '47', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:39:05', '2020-12-09 00:39:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(48, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.png', '70:da5cb124291ede780d9aefc6c0cfd445', 48, 'post', 'attachment', 1, 0, NULL, NULL, 'Protocol', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.png', NULL, '48', 'attachment-image', NULL, NULL, NULL, '48', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:39:06', '2020-12-09 00:39:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(49, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.jpg', '70:524186d363538b470259ddbea7430355', 49, 'post', 'attachment', 1, 0, NULL, NULL, 'Protocol', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol.jpg', NULL, '49', 'attachment-image', NULL, NULL, NULL, '49', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:58:33', '2020-12-09 00:58:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(50, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Register.jpg', '70:574e9bad15c04ebc04cf2b7b599aeed5', 50, 'post', 'attachment', 1, 0, NULL, NULL, 'Register', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Register.jpg', NULL, '50', 'attachment-image', NULL, NULL, NULL, '50', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:58:35', '2020-12-09 00:58:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(51, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Partners.png', '70:9099a1a0344f7c3f32884010c6103b55', 51, 'post', 'attachment', 1, 0, NULL, NULL, 'Partners', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Partners.png', NULL, '51', 'attachment-image', NULL, NULL, NULL, '51', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 19:58:38', '2020-12-09 00:58:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(52, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-white.png', '79:1bf7d7dd88e09570847b117ce6bfbfb8', 52, 'post', 'attachment', 1, 0, NULL, NULL, 'Specificity-white', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-white.png', NULL, '52', 'attachment-image', NULL, NULL, NULL, '52', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 23:06:46', '2020-12-09 04:06:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(53, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-white.png', '76:f38e2888104f6aac79a841f56f53a0e9', 53, 'post', 'attachment', 1, 0, NULL, NULL, 'Protocol-white', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-white.png', NULL, '53', 'attachment-image', NULL, NULL, NULL, '53', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-08 23:06:47', '2020-12-09 04:06:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(54, 'https://usses.beanstalkweb.com/about/', '37:6a1139c1139b58b0b6f4f1818fb943ea', 54, 'post', 'page', 1, 0, NULL, NULL, 'About', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2020-12-09 19:37:53', '2021-05-19 17:09:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(55, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/About.jpg', '67:62ea2ff20221c22d2c6de23b951e09ae', 56, 'post', 'attachment', 1, 2, NULL, NULL, 'About', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/About.jpg', NULL, '56', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/About.jpg', '56', 'attachment-image', '{\"width\":1625,\"height\":1083,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/About.jpg\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/About.jpg\",\"size\":\"full\",\"id\":56,\"alt\":\"\",\"pixels\":1759875,\"type\":\"image/jpeg\"}', 0, NULL, NULL, '2020-12-09 19:43:40', '2021-04-01 22:10:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(56, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification.png', '74:c37c253427f95b7070fa02bc2990143b', 57, 'post', 'attachment', 1, 0, NULL, NULL, 'Verification', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification.png', NULL, '57', 'attachment-image', NULL, NULL, NULL, '57', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-09 20:12:41', '2020-12-10 01:12:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(57, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP.png', '66:d8491b3d7a888ff753d714f32860728f', 58, 'post', 'attachment', 1, 0, NULL, NULL, 'SSAP', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP.png', NULL, '58', 'attachment-image', NULL, NULL, NULL, '58', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-09 20:12:42', '2020-12-10 01:12:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(58, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-1.png', '72:8a098b8ca896bebeaceb86487569309e', 59, 'post', 'attachment', 1, 0, NULL, NULL, 'Protocol', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-1.png', NULL, '59', 'attachment-image', NULL, NULL, NULL, '59', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-09 20:49:40', '2020-12-10 01:49:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(59, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-1.png', '75:32c6add88aedb46e9dc721a7092e1366', 60, 'post', 'attachment', 1, 0, NULL, NULL, 'Specificity', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-1.png', NULL, '60', 'attachment-image', NULL, NULL, NULL, '60', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-09 20:49:41', '2020-12-10 01:49:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(60, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP-1.png', '68:d2fc9742cee5e17e86bd744230fcd59c', 61, 'post', 'attachment', 1, 54, NULL, NULL, 'SSAP', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP-1.png', NULL, '61', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP-1.png', '61', 'attachment-image', '{\"width\":120,\"height\":109,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/SSAP-1.png\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/SSAP-1.png\",\"size\":\"full\",\"id\":61,\"alt\":\"\",\"pixels\":13080,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-09 20:49:47', '2021-04-01 22:26:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(61, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification-1.png', '76:578806df844ca7fade70f9f0435633d3', 62, 'post', 'attachment', 1, 54, NULL, NULL, 'Verification', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification-1.png', NULL, '62', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification-1.png', '62', 'attachment-image', '{\"width\":120,\"height\":120,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Verification-1.png\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/Verification-1.png\",\"size\":\"full\",\"id\":62,\"alt\":\"\",\"pixels\":14400,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-09 20:49:49', '2021-04-01 22:26:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(62, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-2.png', '72:83886192078c240d31766ff44d267312', 63, 'post', 'attachment', 1, 54, NULL, NULL, 'Protocol', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-2.png', NULL, '63', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-2.png', '63', 'attachment-image', '{\"width\":120,\"height\":84,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Protocol-2.png\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/Protocol-2.png\",\"size\":\"full\",\"id\":63,\"alt\":\"\",\"pixels\":10080,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-09 20:49:50', '2021-04-01 22:26:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(63, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-2.png', '75:2f04517af815eaa0375dbe813e834f4f', 64, 'post', 'attachment', 1, 0, NULL, NULL, 'Specificity', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Specificity-2.png', NULL, '64', 'attachment-image', NULL, NULL, NULL, '64', 'attachment-image', NULL, 0, NULL, NULL, '2020-12-09 20:49:51', '2020-12-10 01:49:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(64, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png', '89:bd8433d80cdd271fa5a21d9e99f2a2a2', 65, 'post', 'attachment', 1, 54, NULL, NULL, 'Marketing Year for Soybeans', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png', NULL, '65', 'attachment-image', NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png', '65', 'attachment-image', '{\"width\":272,\"height\":172,\"url\":\"https://usses.beanstalkweb.com/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png\",\"path\":\"/home/usses/dev/wp-content/uploads/2020/12/Marketing-Year-for-Soybeans.png\",\"size\":\"full\",\"id\":65,\"alt\":\"\",\"pixels\":46784,\"type\":\"image/png\"}', 0, NULL, NULL, '2020-12-10 21:24:13', '2021-04-19 20:18:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(68, 'https://usses.beanstalkweb.com/account/my-account/change-password/', '66:f127b115fbbc0255dd69bd2c0ced154f', 71, 'post', 'page', 1, 69, NULL, NULL, 'Change Password', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:12:13', '2021-03-09 11:45:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(69, 'https://usses.beanstalkweb.com/account/dashboard/', '49:55f11e9363e1ddc7df379e190c55e622', 73, 'post', 'page', 1, 67, NULL, NULL, 'Dashboard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:13:22', '2021-03-09 11:22:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(70, 'https://usses.beanstalkweb.com/account/shipments/', '49:a9ba622410511c7b9a9e90abe2c4f690', 75, 'post', 'page', 1, 67, NULL, NULL, 'Certified Shipments', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:13:44', '2021-03-09 11:28:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(71, 'https://usses.beanstalkweb.com/account/shipments/add/', '53:fae606e6095410d961266c2634eeb4a2', 77, 'post', 'page', 1, 75, NULL, NULL, 'Shipments Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:16:46', '2021-03-09 11:32:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(72, 'https://usses.beanstalkweb.com/account/shipments/validate-add/', '62:e725fc4989697a97b067fabf74bd6842', 79, 'post', 'page', 1, 75, NULL, NULL, 'Validate Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:17:14', '2021-03-09 11:35:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(73, 'https://usses.beanstalkweb.com/account/shipments/confirmation/', '62:9de5673067fd00c00f544e15544d10b7', 81, 'post', 'page', 1, 75, NULL, NULL, 'Confirmation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:19:26', '2021-03-09 04:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(74, 'https://usses.beanstalkweb.com/account/company-allocations/', '59:8742d2d0a270bc32137239594993ffe9', 83, 'post', 'page', 1, 67, NULL, NULL, 'Company Allocations', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:20:30', '2021-05-19 15:27:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(75, 'https://usses.beanstalkweb.com/account/company-allocations/add/', '63:e83f87d14056601bdb8666b1ce67bc65', 85, 'post', 'page', 1, 83, NULL, NULL, 'Sustainable Allocation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:21:52', '2021-10-12 12:23:25', 1, NULL, NULL, NULL, NULL, 1, NULL),
(76, 'https://usses.beanstalkweb.com/account/departments/', '51:7aeed24677253d2a26800a72d1982bd3', 87, 'post', 'page', 1, 67, NULL, NULL, 'Departments', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:32:23', '2021-03-09 11:49:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(77, 'https://usses.beanstalkweb.com/account/departments/add/', '55:4647ec4136b371b57b3347c351eb2fea', 89, 'post', 'page', 1, 87, NULL, NULL, 'Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:33:19', '2021-03-09 11:49:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(78, 'https://usses.beanstalkweb.com/account/users/', '45:6122ddd85fb2b4de02fa99151b916dd1', 91, 'post', 'page', 1, 67, NULL, NULL, 'Users', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:33:43', '2021-03-19 03:19:26', 1, NULL, NULL, NULL, NULL, 0, NULL),
(79, 'https://usses.beanstalkweb.com/account/users/add/', '49:cf6b2ee90393498f90b54342203aa9d5', 93, 'post', 'page', 1, 91, NULL, NULL, 'Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:39:38', '2021-06-11 01:57:24', 1, NULL, NULL, NULL, NULL, 1, NULL),
(80, 'https://usses.beanstalkweb.com/account/profile/', '47:1912dbcdb18405a6606f918edac34faf', 95, 'post', 'page', 1, 67, NULL, NULL, 'Company Profile', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-08 23:39:57', '2021-03-09 11:51:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(81, 'https://usses.beanstalkweb.com/97/', '34:c254b905b49ce0e5703e77cd82fa8811', 97, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:04', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(82, 'https://usses.beanstalkweb.com/98/', '34:831143d1d20ea3f699ba64d29b0d2661', 98, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:04', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(83, 'https://usses.beanstalkweb.com/company-profile/', '47:20e00d94897e3ef90d8ff6a2359806a7', 99, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:04', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(84, 'https://usses.beanstalkweb.com/100/', '35:d615b598b82643a8a3b0c90cf8c0a0d3', 100, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:04', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(85, 'https://usses.beanstalkweb.com/101/', '35:a9fa891f7a4c3604df64e169f0a33043', 101, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:04', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(86, 'https://usses.beanstalkweb.com/102/', '35:0479fb2c8c539c968a608d85dda719a1', 102, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 05:25:27', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(87, 'https://usses.beanstalkweb.com/home-2/', '38:d6b43606dd178bd5b89ecd5d6706c5c4', 106, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Home', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:08:24', '2021-03-09 12:09:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(88, 'https://usses.beanstalkweb.com/company-registration/', '52:d9c4d5ee20b06b459c0ad419728d54e1', 107, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Company Registration', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:08:39', '2021-03-09 12:09:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(89, 'https://usses.beanstalkweb.com/certificate-lookup-2/', '52:77599067f87bb2f827b56e89454330f9', 108, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Certificate Lookup', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:08:49', '2021-03-09 12:09:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(90, 'https://usses.beanstalkweb.com/about-system/', '44:72553b7488f99e0adda399a00b40475c', 109, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'About System', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:08:58', '2021-03-09 12:09:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(91, 'https://usses.beanstalkweb.com/sustainability-info/', '51:30e98d5669513c144d08cea69ae78778', 110, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Sustainability Info', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:09:45', '2021-03-09 12:10:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(92, 'https://usses.beanstalkweb.com/terms-of-use/', '44:b58206074d4ffd8d26d92659a22aeaa4', 111, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'Terms of Use', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:09:55', '2021-03-09 12:10:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(93, 'https://usses.beanstalkweb.com/ses-security-statement-2/', '56:199dab4dc788a9ef069ce34109047035', 112, 'post', 'nav_menu_item', 1, 0, NULL, NULL, 'SES Security Statement', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-09 06:10:07', '2021-03-09 12:10:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(94, 'https://usses.beanstalkweb.com/author/khanhbeanstalkwebsolutions-com/', '69:59829d64f113376863a02ca962262963', 2, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/fceeb9d5d5c49eed8252973297ca6c43?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/fceeb9d5d5c49eed8252973297ca6c43?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-11-17 15:11:13', 1, NULL, NULL, NULL, NULL, 0, NULL),
(95, 'https://usses.beanstalkweb.com/author/bbabbussec-org/', '53:b32ff249a3c2502fd7bf3ee5bae7ca21', 3, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/41e38b38bbbfd85211fa83feacedff0d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/41e38b38bbbfd85211fa83feacedff0d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(96, 'https://usses.beanstalkweb.com/author/tdollarhideussec-org/', '59:09e03a0080d7833748ec98a58cd9a316', 4, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/99f814eb547cf8dc9b9a1893f9b647ef?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/99f814eb547cf8dc9b9a1893f9b647ef?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(97, 'https://usses.beanstalkweb.com/author/jmastussec-org/', '53:1a0bdba2825768131d4f870820a49bd8', 5, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cfc589a56abc3c2964d399b1378237a9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cfc589a56abc3c2964d399b1378237a9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(98, 'https://usses.beanstalkweb.com/author/kate-leavittsunopta-com/', '62:7a8bdf275b6f41cf36f71c964da10ce2', 6, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c0128f6557da844d82d6a41a65cd41ac?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c0128f6557da844d82d6a41a65cd41ac?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(99, 'https://usses.beanstalkweb.com/author/heather-heleysunopta-com/', '63:afbaafcff6ee000d47d05068aa1b3b0d', 7, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/af3933d955556ac427ef939d56c74c1b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/af3933d955556ac427ef939d56c74c1b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:45', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(100, 'https://usses.beanstalkweb.com/author/sue-klemmensensunopta-com/', '64:03a939f56285228fb54d95c1f2a1ef70', 8, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8f94e461bf8b74e278d463cacb791567?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8f94e461bf8b74e278d463cacb791567?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:28', 1, NULL, NULL, NULL, NULL, 0, NULL),
(101, 'https://usses.beanstalkweb.com/author/jill-franzensunopta-com/', '62:add4a91b7f77799351c8c3612e14cef7', 9, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/74a627b699561aa5c3e91b031ffa97fb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/74a627b699561aa5c3e91b031ffa97fb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(102, 'https://usses.beanstalkweb.com/author/jade-duenessunopta-com/', '61:7b524f96ff43866d3c8ec42225ffd804', 10, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/de7e0904406fd5e84f3c7dfbdbf80651?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/de7e0904406fd5e84f3c7dfbdbf80651?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(103, 'https://usses.beanstalkweb.com/author/ceymannscoular-com/', '57:9ee891fba1f2b325edafb4ead4368aa8', 11, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d2192a655ce7593b7f1a295336ce2aaf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d2192a655ce7593b7f1a295336ce2aaf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(104, 'https://usses.beanstalkweb.com/author/cbresnahansb-b-com/', '57:9d1e8dc33207b7c45b3779a9d85660d1', 12, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6d5bdace61dfe95701ff665cee67351f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6d5bdace61dfe95701ff665cee67351f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(105, 'https://usses.beanstalkweb.com/author/adelongdelongcompany-com/', '63:f76c2cdac11a44b3c8bd8bf5b737be10', 13, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/974aa55fa84191ffe0acf0bd5cc7475a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/974aa55fa84191ffe0acf0bd5cc7475a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(106, 'https://usses.beanstalkweb.com/author/lisaadvsoy-com/', '53:83623afcebf1bc63f84731875c3983f8', 14, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/88cac00c973273ce745a793fa412977e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/88cac00c973273ce745a793fa412977e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(107, 'https://usses.beanstalkweb.com/author/scott_woodsidecargill-com/', '64:f29b2f94c57b34410db26f4e3aaf66a1', 15, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bb5880664ca74264a6ede978e84c5a09?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bb5880664ca74264a6ede978e84c5a09?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(108, 'https://usses.beanstalkweb.com/author/gmchinachsinc-com/', '56:28555177148f26cf682b27be6a84da78', 16, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6b89bf4c99e168f712ebad76a7c8b7a4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6b89bf4c99e168f712ebad76a7c8b7a4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(109, 'https://usses.beanstalkweb.com/author/tzewilmar-com-sg/', '55:fc698061355749e80794c0954d3a0739', 17, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dc043aef2adc662e120a7750c89295f7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dc043aef2adc662e120a7750c89295f7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(110, 'https://usses.beanstalkweb.com/author/jim-traubclarksongrain-com/', '65:645d037b8d3de90b4fc3a17cb94d4fb4', 18, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d6dbeaded6582776a687888bab103b5d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d6dbeaded6582776a687888bab103b5d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(111, 'https://usses.beanstalkweb.com/author/sharedwilmar-com-sg/', '58:d93e6a8804930ab77b19373681d62b8e', 19, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bf41c08b230ab29900e9a3ffdd670671?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bf41c08b230ab29900e9a3ffdd670671?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(112, 'https://usses.beanstalkweb.com/author/chad-becneladm-com/', '57:a366febde01ae61595a13d60c992d4ca', 20, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/62d9299103ee327873269c716e1b2669?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/62d9299103ee327873269c716e1b2669?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(113, 'https://usses.beanstalkweb.com/author/charlie-guidryadm-com/', '60:93b36762d4aa74c27a92bce7daf92b63', 21, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/144e3320247f645c88c24c13c0627392?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/144e3320247f645c88c24c13c0627392?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(114, 'https://usses.beanstalkweb.com/author/nmattisondelongcompany-com/', '65:cba55740420827844fb79f6caeae253e', 22, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0af9b4aaec3038fae7b50538117c0728?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0af9b4aaec3038fae7b50538117c0728?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(115, 'https://usses.beanstalkweb.com/author/dcolquittussec-org/', '57:28627d7c88a4a1ce7ecd0c26cac90c26', 23, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5d177265763e11922e7e05812721a9d7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5d177265763e11922e7e05812721a9d7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(116, 'https://usses.beanstalkweb.com/author/donna-sheppardadm-com/', '60:f2134cd0127c764050c97bb270d029d9', 24, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/56bcd46169c2f244f37331b241aa12aa?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/56bcd46169c2f244f37331b241aa12aa?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(117, 'https://usses.beanstalkweb.com/author/katrin-tolsonperdue-com/', '62:107236afd93bd48c58bf522a3fd5714a', 25, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/73dd7db67be66845585dc2a1762e6c49?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/73dd7db67be66845585dc2a1762e6c49?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(118, 'https://usses.beanstalkweb.com/author/william_costellocargill-com/', '66:67428e7e5d18f3acaf4f25a261a44744', 26, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ad3beb4c0718550f78d2c2db398bd50a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ad3beb4c0718550f78d2c2db398bd50a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(119, 'https://usses.beanstalkweb.com/author/azmy-y-azmyiff-com/', '57:62cf1eb8da76985d40fd79d4259f5aeb', 27, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b5b8426aeaf319c2ae69ca08e869068a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b5b8426aeaf319c2ae69ca08e869068a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(553, 'https://usses.beanstalkweb.com/author/dessislava-barzachkabunge-com/', '68:afde3592081270303d3afc0af16512ea', 396, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/cea651773468cff9c758797a4b4838c2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/cea651773468cff9c758797a4b4838c2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-07-15 20:20:44', '2021-07-16 14:12:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(121, 'https://usses.beanstalkweb.com/author/michael-morrisperdue-com/', '63:b0f463de04ce77eab05bdbfb8acb728f', 29, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5c151b23ed0c5de56f453eda4f0417b0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5c151b23ed0c5de56f453eda4f0417b0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(122, 'https://usses.beanstalkweb.com/author/tracy-gatesperdue-com/', '60:22326b2be8edb6e3594a396bab2a3737', 30, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cac35d7209e34434e07694981c1ca253?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cac35d7209e34434e07694981c1ca253?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(123, 'https://usses.beanstalkweb.com/author/kateryna-brattsevaperdue-com/', '67:2a00057b244fa101ee171f6696bdc27f', 31, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2cd5330be8800ffea37deeeeb1b5b716?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2cd5330be8800ffea37deeeeb1b5b716?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:30', 1, NULL, NULL, NULL, NULL, 0, NULL),
(124, 'https://usses.beanstalkweb.com/author/angelica-hansenperdue-com/', '64:4e466bb95763dd2aaf7800a4c2e03f0a', 32, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6d356691edace7f90a647ab76118d757?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6d356691edace7f90a647ab76118d757?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(125, 'https://usses.beanstalkweb.com/author/cam-m-careyiff-com/', '57:61415454b35f0ecb6f4868c37166d6be', 33, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/15bf903dd921e72f325d346ca9a4e44d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/15bf903dd921e72f325d346ca9a4e44d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(126, 'https://usses.beanstalkweb.com/author/abbyrinneyahoo-com/', '57:a4b4321a318ccd7637d69e7d34b392f4', 34, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/56d42b3393ec994367ff6197cb209c73?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/56d42b3393ec994367ff6197cb209c73?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-11-18 09:00:09', 1, NULL, NULL, NULL, NULL, 0, NULL),
(127, 'https://usses.beanstalkweb.com/author/mgoldmannsb-b-com/', '56:7a578b6c6e79c39cdded5c6289b1679f', 35, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0805f7f41e4d2732a00ca7b5556e6565?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0805f7f41e4d2732a00ca7b5556e6565?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(128, 'https://usses.beanstalkweb.com/author/jnelsonsb-b-com/', '54:f0cf607ceb9b258f4cb5702c57c9ad94', 36, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3f24daa1ed7150500ee42507ecf40b6a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3f24daa1ed7150500ee42507ecf40b6a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(129, 'https://usses.beanstalkweb.com/author/smd_intlymail-com/', '56:fa6bcfd6698de9cfce91ff470bf2b02f', 37, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c871540e232b6e6140019580ed117a38?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c871540e232b6e6140019580ed117a38?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(130, 'https://usses.beanstalkweb.com/author/containerlogisticsgroupcgb-com/', '69:909087d4e3064edc7071a620bea9f051', 38, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/399ffb875b1dfa9ef8820559b0c0874f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/399ffb875b1dfa9ef8820559b0c0874f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(131, 'https://usses.beanstalkweb.com/author/jessica-bickettcgb-com/', '61:e1b2bb65f3c6c0a642be834bc5119f93', 39, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/950584ca0ef34ba97207bc06677b6315?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/950584ca0ef34ba97207bc06677b6315?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(132, 'https://usses.beanstalkweb.com/author/pat-riescgb-com/', '54:362b26f1b6aee87b0d54100addf11d7d', 40, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cd2eb207777f5afc9b96db1feb791152?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cd2eb207777f5afc9b96db1feb791152?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(133, 'https://usses.beanstalkweb.com/author/rleeckussec-org/', '54:b83bec042e0f2f525308ee90be8145ac', 41, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/45176f6a6529d55fcfcc4b20eff9267c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/45176f6a6529d55fcfcc4b20eff9267c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(134, 'https://usses.beanstalkweb.com/author/roger-mortensongrainmillers-com/', '70:155672d44493dbe09583486f7d77bb8c', 42, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d8d37225458107a818850a82c3ee71bb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d8d37225458107a818850a82c3ee71bb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(135, 'https://usses.beanstalkweb.com/author/r-pratherhuron-com/', '57:ecbfd0d337b270611a3fad7f2959fc8f', 43, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a0ef439ef7f90642163ee3c2460dfef3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a0ef439ef7f90642163ee3c2460dfef3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(136, 'https://usses.beanstalkweb.com/author/j-gerrardhuron-com/', '57:62182ade932966b5f6bc5019b286188d', 44, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8cd0a483bb0c0371ee8eefcfd1266908?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8cd0a483bb0c0371ee8eefcfd1266908?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(137, 'https://usses.beanstalkweb.com/author/j-massehuron-com/', '55:6ee27b63be8633524dafef6348afc32b', 45, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f1a6850222402f2c4700b2afffc85a97?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f1a6850222402f2c4700b2afffc85a97?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(138, 'https://usses.beanstalkweb.com/author/h-boekhovenhuron-com/', '59:3e5e07c0d8c8d741617d7b869b8f8eac', 46, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/88ed68cd39495f76d1c3a557a6855e42?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/88ed68cd39495f76d1c3a557a6855e42?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(139, 'https://usses.beanstalkweb.com/author/choic215gmail-com/', '56:862c3f40de5f14a9fac09eaf896f10d2', 47, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/ffbe4b7d05e31845ef7efb5c638400e2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/ffbe4b7d05e31845ef7efb5c638400e2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(140, 'https://usses.beanstalkweb.com/author/choiccolorado-edu/', '56:9b0c3c50054b0b950bd1607a44a5b063', 48, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4dae617bc9d6d5893bd56b86c81d9dc9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4dae617bc9d6d5893bd56b86c81d9dc9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(141, 'https://usses.beanstalkweb.com/author/dhenselussec-org/', '55:e67e70cfcc2dbca2e36b61e9fa20ee09', 49, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1af433297446fbce2eb1db42e002ae67?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1af433297446fbce2eb1db42e002ae67?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(142, 'https://usses.beanstalkweb.com/author/pburkeussec-org/', '54:d0ca2eaf816c936fe4822969bed62678', 50, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5498a2548ef372d7a7634a43ee34e658?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5498a2548ef372d7a7634a43ee34e658?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(143, 'https://usses.beanstalkweb.com/author/dkleinussec-org/', '54:58a8c817672c4a43bbdbe6edb0e63613', 51, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8ccf36354f0ba94734201baa74b541e8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8ccf36354f0ba94734201baa74b541e8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(144, 'https://usses.beanstalkweb.com/author/tlohussec-org/', '52:e4b0ae677dddee5fb2a32f551356dc2a', 52, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/fd19901a859f5f6ab123fe245c896870?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/fd19901a859f5f6ab123fe245c896870?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-11-10 20:01:26', 1, NULL, NULL, NULL, NULL, 0, NULL),
(145, 'https://usses.beanstalkweb.com/author/fdelatorrect-ussec-org/', '61:b2ba9ddb0be3657a648a344b4c8877f6', 53, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f7c4ede4e75078bfedd500a781fb6335?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f7c4ede4e75078bfedd500a781fb6335?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(146, 'https://usses.beanstalkweb.com/author/wkadvsoy-com/', '51:c6618187049fc0555e6a09d8d4747a46', 54, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7d6ddf88a2ce44f5b79f8569748d5d74?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7d6ddf88a2ce44f5b79f8569748d5d74?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(147, 'https://usses.beanstalkweb.com/author/dkoesterdelongcompany-com/', '64:ca61d0192008a8778246461bb1fcf86e', 55, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/62dc7836d03bd6c80dc81d58451a1ddc?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/62dc7836d03bd6c80dc81d58451a1ddc?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(148, 'https://usses.beanstalkweb.com/author/jnewlanddelongcompany-com/', '64:57474d3dfeb11d5235918f3357e10a31', 56, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bd059a66be8ffa1454afbd9f02a709bd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bd059a66be8ffa1454afbd9f02a709bd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(149, 'https://usses.beanstalkweb.com/author/danacolquittgmail-com/', '60:59b3747a789d976e6fb13b76ca939d84', 57, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1801cdb2b7eb718877a20d2ec339fb82?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1801cdb2b7eb718877a20d2ec339fb82?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(150, 'https://usses.beanstalkweb.com/author/caleb-csoykointernational-com/', '68:81d3a580e4f391a033b6a15aad8799d6', 58, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c5d42e66c8db39b963f78e086247292d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c5d42e66c8db39b963f78e086247292d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(151, 'https://usses.beanstalkweb.com/author/cmi925soykointernational-com/', '67:c167fe9be751d22e824daa557823f600', 59, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8c31a68aee8d8736670a767f63d6dc94?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8c31a68aee8d8736670a767f63d6dc94?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:33', 1, NULL, NULL, NULL, NULL, 0, NULL),
(152, 'https://usses.beanstalkweb.com/author/kayla-smithdelongcompany-com/', '67:26b14a055c8b2e0c5cb6431c5fe76e6c', 60, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a4e8ed523d683fe8fb078033292e21d4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a4e8ed523d683fe8fb078033292e21d4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(153, 'https://usses.beanstalkweb.com/author/jschultzdelongcompany-com/', '64:ad84f64d7ba0e96456e569d6cbe6cd14', 61, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d79725ea96e16e88c5a4846b5295d2ca?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d79725ea96e16e88c5a4846b5295d2ca?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(154, 'https://usses.beanstalkweb.com/author/kkjendliedelongcompany-com/', '65:78f17a5bf9756c2bf216d84eb5520364', 62, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/80395a9b6cca239c19720041b079a02b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/80395a9b6cca239c19720041b079a02b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(155, 'https://usses.beanstalkweb.com/author/npettdelongcompany-com/', '61:8f9742ee22d28c3e1d5168b3987a29b3', 63, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a1a4016336b22283650f13f208a997b2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a1a4016336b22283650f13f208a997b2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(156, 'https://usses.beanstalkweb.com/author/vphillipsdelongcompany-com/', '65:6abc73d392a0027768635680fcd0c840', 64, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d2f1c742ff0751b893662b085c08a53f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d2f1c742ff0751b893662b085c08a53f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(157, 'https://usses.beanstalkweb.com/author/kpaulsendelongcompany-com/', '64:fca2e2ff89568a2814302ce4a04fde92', 65, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/276ee949d05084844022b796e5ab67f8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/276ee949d05084844022b796e5ab67f8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(158, 'https://usses.beanstalkweb.com/author/tchristoffersondelongcompany-com/', '71:d98bb7bfa813b2f054829a3ed255c694', 66, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/47e7a35f27dd519dd34395c229123bd4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/47e7a35f27dd519dd34395c229123bd4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(159, 'https://usses.beanstalkweb.com/author/clankforddelongcompany-com/', '65:1d71bd218c08285c57f251b30c969f88', 67, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ba2648b3ed8fb62e9765d3d3d1459726?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ba2648b3ed8fb62e9765d3d3d1459726?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(160, 'https://usses.beanstalkweb.com/author/jpetersondelongcompany-com/', '65:c0879e687d5627a8697db4896f717fcf', 68, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ef7e735f85b11cd651a2e3fcfde84b60?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ef7e735f85b11cd651a2e3fcfde84b60?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(161, 'https://usses.beanstalkweb.com/author/abrighamdelongcompany-com/', '64:7a90f1087b19e34d0b5357694d887843', 69, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c8a69084ee96221fcc534f7f491a90b4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c8a69084ee96221fcc534f7f491a90b4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(162, 'https://usses.beanstalkweb.com/author/officesoykointernational-com/', '67:102fdb5a38201bf10b2883ec3bb3d4f5', 70, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0d50d1b4d314e87959121eebf8abd49e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0d50d1b4d314e87959121eebf8abd49e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:34', 1, NULL, NULL, NULL, NULL, 0, NULL),
(163, 'https://usses.beanstalkweb.com/author/ataylornwgrains-com/', '58:858e4953aadf224aa7c8cc07b4d1a80b', 71, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f5e838db488f2e95b63068e1bb58f922?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f5e838db488f2e95b63068e1bb58f922?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(164, 'https://usses.beanstalkweb.com/author/docsnwgrains-com/', '55:1644b952563c64be67d09510534d9e1f', 72, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e6e886f03de9b59e7d6cb047061a7a7c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e6e886f03de9b59e7d6cb047061a7a7c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(165, 'https://usses.beanstalkweb.com/author/michelle-wilmersgavilon-com/', '66:b3c0d8e0b92ea7c047a193429ddf2e9a', 73, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2628c9bdb7df85f23be8d5d6e298562b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2628c9bdb7df85f23be8d5d6e298562b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(166, 'https://usses.beanstalkweb.com/author/kenji_fujiikapi-ohio-com/', '63:aec3906a33130d395d58dce3194c4884', 74, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/77f268958a7fb6c155b17387408079b9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/77f268958a7fb6c155b17387408079b9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(552, 'https://usses.beanstalkweb.com/author/alexbeanstalkweb-com/', '59:556f9ad11dc6721d9b4c8f6f755f63d7', 395, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/344f8e1bf6199aa96ab0e79745e9d7b8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/344f8e1bf6199aa96ab0e79745e9d7b8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-07-15 20:18:43', '2021-07-16 01:18:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(168, 'https://usses.beanstalkweb.com/author/exportdocumentationicigrain-com/', '70:f344cd5ed5dfaedeef65cdd734b9c366', 76, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cf6f16933edefed52b41458691707004?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cf6f16933edefed52b41458691707004?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(169, 'https://usses.beanstalkweb.com/author/pablo-viglierchiobunge-com/', '65:a2269db2490ef06bb299e08601d7b81c', 77, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/608611ec8dfe2d16ebca05c2e258612f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/608611ec8dfe2d16ebca05c2e258612f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(170, 'https://usses.beanstalkweb.com/author/bca-executionbunge-com/', '61:f7f72dfaee7afb3728a4690b16e6377a', 78, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e0fce469d33e946c15fa06b2f4f2b06e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e0fce469d33e946c15fa06b2f4f2b06e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(171, 'https://usses.beanstalkweb.com/author/april_morgancargill-com/', '62:058a01e4cdc134a4cd7c1120dee6a3f0', 79, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d7616363c56a5480e04e30df0b927e83?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d7616363c56a5480e04e30df0b927e83?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(172, 'https://usses.beanstalkweb.com/author/sstrahleragrexinc-com/', '60:c560b0e604d3da375b36cc2cc6639016', 80, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5c6f8e185def554cc9b1619830988d1e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5c6f8e185def554cc9b1619830988d1e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(173, 'https://usses.beanstalkweb.com/author/linda-barclaychsinc-com/', '62:d39bc7cec7d2314a4be8db1b1e8549c3', 81, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7e0718ca908162f48dde09f1c296f2fc?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7e0718ca908162f48dde09f1c296f2fc?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(174, 'https://usses.beanstalkweb.com/author/kara-vankleekchsinc-com/', '62:891500fe4f15339ef63c93e54347ba28', 82, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/aeef747c09e74789415bf91906f3319a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/aeef747c09e74789415bf91906f3319a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(175, 'https://usses.beanstalkweb.com/author/kathy-handleclarksongrain-com/', '68:50d26420e617b168fe5e3d72147504a9', 83, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/521b16fdc65ce48577afedded0ec7a0c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/521b16fdc65ce48577afedded0ec7a0c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(176, 'https://usses.beanstalkweb.com/author/kathy-handleyclarksongrain-com/', '69:1c03174cb59249c2f30ddd947351ddf0', 84, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bea0b8edc6a4e0a7a98a7825d461d080?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bea0b8edc6a4e0a7a98a7825d461d080?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(177, 'https://usses.beanstalkweb.com/author/val-bourgeoiszgcusa-com/', '62:3a87da1cebc0867595da29273f07dc57', 85, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a6696db30a9bef8b5a83cf42af565fa2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a6696db30a9bef8b5a83cf42af565fa2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(178, 'https://usses.beanstalkweb.com/author/darren-duplantisadm-com/', '62:2233699cc2f758c021ec85c0897bd30a', 86, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/638ff6f6fefbc782e4aea6cf7e5e7ae6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/638ff6f6fefbc782e4aea6cf7e5e7ae6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(179, 'https://usses.beanstalkweb.com/author/lori-pichonzgcusa-com/', '60:9e70018238a428b3274a97aba0d19389', 87, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d4ccd70c5fc276a8dbe28bb1d9cdf49c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d4ccd70c5fc276a8dbe28bb1d9cdf49c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(180, 'https://usses.beanstalkweb.com/author/brooke-chiericizgcusa-com/', '64:791c8cd08ec88f77aaa32235815f0c98', 88, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d576c36522c6951c1a764793f5b37e62?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d576c36522c6951c1a764793f5b37e62?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(181, 'https://usses.beanstalkweb.com/author/sarah-drudezgcusa-com/', '60:f486dfe19a6c5e4e957677b71e5c8b7d', 89, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b3d46f118f2a569a681e30da9a9e1f03?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b3d46f118f2a569a681e30da9a9e1f03?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:46', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(182, 'https://usses.beanstalkweb.com/author/darleen-mausadm-com/', '58:be4d99930aa235907ea8d25a0aaf511e', 90, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e43bf62968d8ae00fd8307150074536f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e43bf62968d8ae00fd8307150074536f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(183, 'https://usses.beanstalkweb.com/author/niki-hebertadm-com/', '57:c0cc10fa925a6f2f5e985064ba849873', 91, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/684b65c505562f1a8f34de3debea25f0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/684b65c505562f1a8f34de3debea25f0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(184, 'https://usses.beanstalkweb.com/author/daniel_humboldtcargill-com/', '65:17aa1c89527a5b707729d760e59bad79', 92, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0e4c806d28d95cc19e44480e941f0ca8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0e4c806d28d95cc19e44480e941f0ca8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(185, 'https://usses.beanstalkweb.com/author/anne_dietzcargill-com/', '60:a0f18aef43c285a79937f88fa382f03c', 93, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/46d053aea05b52075fb8cc5ded6ca0c9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/46d053aea05b52075fb8cc5ded6ca0c9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(186, 'https://usses.beanstalkweb.com/author/lucas-blausteincgb-com/', '61:8a10fe4be6403b9274e0ce9a879a7a4a', 94, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/398a803980f6234ead560e52b8743b1b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/398a803980f6234ead560e52b8743b1b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(187, 'https://usses.beanstalkweb.com/author/rayiomgrain-com/', '54:227e3ef145ba9b257be069bf52924f7c', 95, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f0597d931eee3c9d181f2680bc747765?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f0597d931eee3c9d181f2680bc747765?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(188, 'https://usses.beanstalkweb.com/author/megan-weidnerbunge-com/', '61:058497053d0cb7a45091663ccefe1e82', 96, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e07ecc7edf788ef60b276dc415b1ca42?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e07ecc7edf788ef60b276dc415b1ca42?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(189, 'https://usses.beanstalkweb.com/author/rleeckhotmail-com/', '56:43402979418172595be6c4622d9f14ec', 97, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3550a64d027c0e1182e50f8d408d3aa2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3550a64d027c0e1182e50f8d408d3aa2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(190, 'https://usses.beanstalkweb.com/author/jmarronpcgrain-com/', '57:2440d3ab634aba8cc0862c0191118002', 98, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/02d7e734f5ab165b520b8a7f2fd746d9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/02d7e734f5ab165b520b8a7f2fd746d9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(191, 'https://usses.beanstalkweb.com/author/bwittenbornpcgrain-com/', '61:c8175b27ebf11bbe7039abcb16197fcb', 99, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6c0e3066af337d7d5e21830ef25bdfa5?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6c0e3066af337d7d5e21830ef25bdfa5?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(192, 'https://usses.beanstalkweb.com/author/ivy_winfieldcargill-com/', '62:e488a62df5b0526d4b959106b4ef2c39', 100, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cbc94f7e7d449471859b18925da547d0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cbc94f7e7d449471859b18925da547d0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(193, 'https://usses.beanstalkweb.com/author/anne_lelandcargill-com/', '61:2bf8d7c87d1a6de65a2fcc1fe4bee089', 101, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fac1cbf10b3b47262312644a4dbd25a0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fac1cbf10b3b47262312644a4dbd25a0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(194, 'https://usses.beanstalkweb.com/author/kathryn-malonechsinc-com/', '63:5ed4fbb54d2d46f3db7199cb25b88977', 102, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2fe033e87c97f5c8e914000f2fa99d0b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2fe033e87c97f5c8e914000f2fa99d0b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:37', 1, NULL, NULL, NULL, NULL, 0, NULL),
(195, 'https://usses.beanstalkweb.com/author/cbradleyceresag-com/', '58:4bf3967a6af1411dcc28eca56307f19d', 103, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7bb2de7c02fc95eeabcb583c975a13ff?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7bb2de7c02fc95eeabcb583c975a13ff?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(196, 'https://usses.beanstalkweb.com/author/becky-mnecoseed-com/', '58:8450f9ad1a4cf7dc18d277ec754ecef2', 104, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ecb0d0f842baff1b19cfede14d9c97d2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ecb0d0f842baff1b19cfede14d9c97d2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(197, 'https://usses.beanstalkweb.com/author/sheila-sauvehfifamily-com/', '64:a04b05c6b3b4b59cd3fe82fda2227ec7', 105, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9218be6286ef7126a5f5a1e67fc021a7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9218be6286ef7126a5f5a1e67fc021a7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(198, 'https://usses.beanstalkweb.com/author/tarafskfood-com/', '54:714bb1c030a3a612495828521476e9c0', 106, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ada8012ade8430a690813b1233c8e460?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ada8012ade8430a690813b1233c8e460?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(199, 'https://usses.beanstalkweb.com/author/aaronsskfood-com/', '55:24ee4d1dcc4c0c09be7d7647f4c878cb', 107, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d95b36500ad6208cca72365eef8e9eb9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d95b36500ad6208cca72365eef8e9eb9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(200, 'https://usses.beanstalkweb.com/author/khogensonskfood-com/', '58:d140453969a6dab64a6f754813b9c18d', 108, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1b5cff1a0acc4321e28b3f748ce193b7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1b5cff1a0acc4321e28b3f748ce193b7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(201, 'https://usses.beanstalkweb.com/author/nicoleskfood-com/', '55:ab1ff41de1b99766f29eb30b6fc9aab4', 109, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2af7410eb56b2b323c7470bfb00376be?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2af7410eb56b2b323c7470bfb00376be?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(202, 'https://usses.beanstalkweb.com/author/gary-biglerldcom-com/', '59:1fa2ee76ac27d67a2663e6c8252785bd', 110, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/11768a09344b4f8edd30d5951ebc6a34?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/11768a09344b4f8edd30d5951ebc6a34?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(203, 'https://usses.beanstalkweb.com/author/tracyskfood-com/', '54:cf93e3550d2cf68a0da9a29072214194', 111, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c083c1bc7756172d6594d04f96c54f4d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c083c1bc7756172d6594d04f96c54f4d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(204, 'https://usses.beanstalkweb.com/author/j-heggemmitsui-com/', '57:f7a6dfb3239ab8d9cdf8b77f62dff05f', 112, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b664e86aa04d0b0a91db1c6d368b319b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b664e86aa04d0b0a91db1c6d368b319b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(205, 'https://usses.beanstalkweb.com/author/hozturkscoular-com/', '57:3604e83c0e6c3ada521cebca40e74fb7', 113, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/da16899709614629e28d55941fe9e012?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/da16899709614629e28d55941fe9e012?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(206, 'https://usses.beanstalkweb.com/author/rpratherglobalprocessing-org/', '67:89f4436228384f46412804cf4854dabb', 114, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9b45bc13dc63d55d00d94101b00c3f55?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9b45bc13dc63d55d00d94101b00c3f55?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(207, 'https://usses.beanstalkweb.com/author/wmcnairussec-org/', '55:d6fc99220df57363e47736df926812a9', 115, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6ed8bed476e9a42cf362b96b4c26ed63?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6ed8bed476e9a42cf362b96b4c26ed63?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(208, 'https://usses.beanstalkweb.com/author/egibsonussec-org/', '55:175b9951ef18da4c6f09018b9c6711a0', 116, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4516b2d2f6a801ff17369f73fc60d7ae?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4516b2d2f6a801ff17369f73fc60d7ae?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(209, 'https://usses.beanstalkweb.com/author/aaron-campbellenerfogroup-com/', '68:a91dc9abd9b33733f27e4558cca7dbda', 117, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b95aaaa0f20c491ad320ae5908fbe8c9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b95aaaa0f20c491ad320ae5908fbe8c9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(210, 'https://usses.beanstalkweb.com/author/dmichalskiinternationalfeed-com/', '70:5009408dc133523c1f442182e8044d71', 118, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7b70306ca935ac77ec5135994565e620?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7b70306ca935ac77ec5135994565e620?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(211, 'https://usses.beanstalkweb.com/author/marvin-hodgsonenerfogroup-com/', '68:74694e7e603bb70db38253d6213778c2', 119, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2bc8492d17b94eb070643033b166d6d1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2bc8492d17b94eb070643033b166d6d1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(212, 'https://usses.beanstalkweb.com/author/epaveseceresag-com/', '57:689aad493d3ab3d8269068ef7d5b2036', 120, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1e3214c0b5d6b3dae3d551bd89a05831?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1e3214c0b5d6b3dae3d551bd89a05831?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(213, 'https://usses.beanstalkweb.com/author/cschafferagp-com/', '55:ead557c629a587e4164c9c6abd933003', 121, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6b27c16d622913e5ddb9abe86d0312ff?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6b27c16d622913e5ddb9abe86d0312ff?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:39', 1, NULL, NULL, NULL, NULL, 0, NULL),
(214, 'https://usses.beanstalkweb.com/author/sduensingagp-com/', '55:9eabceb2666254eafc128475d2c1add1', 122, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ba46e26eebb786493791e44a866b045c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ba46e26eebb786493791e44a866b045c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(215, 'https://usses.beanstalkweb.com/author/whitney-hilledfman-com/', '61:37b4d93c7a97f02a4df8ad86b190dfe7', 123, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/acf09c7b0f697a59a742b41b900d91b6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/acf09c7b0f697a59a742b41b900d91b6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(216, 'https://usses.beanstalkweb.com/author/yong-parkcj-net/', '54:9daf9080cee0b27125d208090e933e3d', 124, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ee8fef5cfdf4f6f1cc8d9f434d53eafd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ee8fef5cfdf4f6f1cc8d9f434d53eafd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(217, 'https://usses.beanstalkweb.com/author/moussa_ousmanecargill-com/', '64:ae99634e5b9562e42269dc1b82e4bac1', 125, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ddd246e96d0e4d134970bf5bfcab5723?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ddd246e96d0e4d134970bf5bfcab5723?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(218, 'https://usses.beanstalkweb.com/author/jpriccojbglobalco-com/', '60:9f4dd79e46d9a66b79c621210ac0611d', 126, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/06de26d33c71a8c7756958f704579100?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/06de26d33c71a8c7756958f704579100?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(219, 'https://usses.beanstalkweb.com/author/pholmenbrushvaleseed-com/', '63:268fa4af4c7e2eeb14b0151fa622cfd6', 127, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dffcaf8233efeff68d99c7b6a3f1001f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dffcaf8233efeff68d99c7b6a3f1001f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(220, 'https://usses.beanstalkweb.com/author/kishan-shenoyperdue-com/', '62:5e15a2ec36dd14f08510ca66214ce66e', 128, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cd1c7199815945763b6519b3a0bdb30a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cd1c7199815945763b6519b3a0bdb30a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(221, 'https://usses.beanstalkweb.com/author/daniel-secondiperdue-com/', '63:57a47daf0d23fe6efebfe4c29d679db8', 129, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1e2e8c9b840e671ea71825c898579900?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1e2e8c9b840e671ea71825c898579900?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(222, 'https://usses.beanstalkweb.com/author/desirichlandifc-com/', '58:9fd0636c81c1a21d638997cccc59900a', 130, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1820e36dcdecdee2fdbfa422c6b0cdc3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1820e36dcdecdee2fdbfa422c6b0cdc3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(223, 'https://usses.beanstalkweb.com/author/lblausteinlansingtradegroup-com/', '70:e1b5445068b3289f87b920cd4df4b767', 131, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/887fd3cf30c19d133659bcaa8f3c966b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/887fd3cf30c19d133659bcaa8f3c966b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(224, 'https://usses.beanstalkweb.com/author/logisticsbrushvaleseed-com/', '65:8d7fb30f9be9d4498afd5fc66f2b6d05', 132, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8201cb313ae02d112fcf7351d29c5e9f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8201cb313ae02d112fcf7351d29c5e9f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:40', 1, NULL, NULL, NULL, NULL, 0, NULL),
(225, 'https://usses.beanstalkweb.com/author/daniel-miaobunge-com/', '59:4eac82d40d50f5401030be03e1d3f59a', 133, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/27d6c2967415d98921937107f342a9b6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/27d6c2967415d98921937107f342a9b6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(226, 'https://usses.beanstalkweb.com/author/moirafornazor-com/', '56:db1c445c1fadeee97d9e33afe5a90481', 134, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f261af2e14e26d9a018ee468c55458a7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f261af2e14e26d9a018ee468c55458a7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(227, 'https://usses.beanstalkweb.com/author/jklinejbglobalco-com/', '59:896523c40bfc1728e682e3cf36d5c8d9', 135, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5eb6d163067b1617401ebb5ca133a1ac?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5eb6d163067b1617401ebb5ca133a1ac?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(228, 'https://usses.beanstalkweb.com/author/dvandersteeglansingtradegroup-com/', '72:c65c1ed87b7c88ab73e61e5c73dab68e', 136, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6ee4ffc46199c8b281e895205220abaf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6ee4ffc46199c8b281e895205220abaf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(229, 'https://usses.beanstalkweb.com/author/docs278lansingtradegroup-com/', '67:78a8ea4272d90ac009fbe228082770ec', 137, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cf7dc5a383ace1465375de9cc2bbc30b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cf7dc5a383ace1465375de9cc2bbc30b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(230, 'https://usses.beanstalkweb.com/author/lbradleyceresag-com/', '58:b4026b7d783851ceb4298d5c8b01b857', 138, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/79a50a6bfebd5c818cdc0751c6c046b7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/79a50a6bfebd5c818cdc0751c6c046b7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(231, 'https://usses.beanstalkweb.com/author/asheanshangceresag-com/', '61:b1a257624260dde7ac41b80be1422bb2', 139, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/514245bc225ae797f8bc6ae4638c77c2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/514245bc225ae797f8bc6ae4638c77c2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(232, 'https://usses.beanstalkweb.com/author/jennifer_davidsoncargill-com/', '67:a7cfad707c754c174de6ddb476e62e83', 140, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e7d8f0e58ea4ecfebbb7856a25d712b0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e7d8f0e58ea4ecfebbb7856a25d712b0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(233, 'https://usses.beanstalkweb.com/author/cynnelsonint-com/', '55:521cb4e73e134b6639e010957393c4fb', 141, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f6a79ed206dbebff9dad324f11faa4b4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f6a79ed206dbebff9dad324f11faa4b4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(234, 'https://usses.beanstalkweb.com/author/jhillegassnidera-us-com/', '62:117396aa3c26b25532e2a476f714cc8e', 142, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/560a36616be678d42fe1e8804b39f1a5?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/560a36616be678d42fe1e8804b39f1a5?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:41', 1, NULL, NULL, NULL, NULL, 0, NULL),
(235, 'https://usses.beanstalkweb.com/author/nicole-bohnhfifamily-com/', '63:a89710037a10df47cce15bc176f45b62', 143, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cacbfa7dfcfd2b4d90897906eb55feac?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cacbfa7dfcfd2b4d90897906eb55feac?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(236, 'https://usses.beanstalkweb.com/author/shanerichlandifc-com/', '59:c4c1f9a0131b23693a059cf4284a0b5c', 144, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/aca66fc0f1f4ace4fc801c121327f2dd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/aca66fc0f1f4ace4fc801c121327f2dd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(237, 'https://usses.beanstalkweb.com/author/breidowensborograin-com/', '62:ee248d9c99a56418b08758be464ff92e', 145, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4c9a910524879d6215b2b5674b926fd7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4c9a910524879d6215b2b5674b926fd7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(238, 'https://usses.beanstalkweb.com/author/saneyuki-hondousnisshinsk-com/', '68:b0f1147d30bf08739bafca672ad629c3', 146, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/82aa8dd80358c05e07e44a20f5f8b7cf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/82aa8dd80358c05e07e44a20f5f8b7cf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(239, 'https://usses.beanstalkweb.com/author/cindy-olearyusnisshinsk-com/', '66:c50f7b275b56510e5252591fb2c4fc50', 147, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4832f87ae00aa1fb30d480c8b44c475b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4832f87ae00aa1fb30d480c8b44c475b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(240, 'https://usses.beanstalkweb.com/author/ejgibson88yahoo-com/', '58:5a2f8bbc2bb24bbdf73880dcee38d5dc', 148, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/688e7bd872cee63c1a642e5517c5f7f0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/688e7bd872cee63c1a642e5517c5f7f0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(241, 'https://usses.beanstalkweb.com/author/dlakebenchmarkshipping-com/', '65:c6d5761cdb8f4595b6f6b929453c5e2d', 149, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f4c6b0bfdff3997cf4955836d98e2a70?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f4c6b0bfdff3997cf4955836d98e2a70?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(242, 'https://usses.beanstalkweb.com/author/sean-tingeypacificorllc-com/', '66:2b0bc3300f4fc5686575c79449eaaade', 150, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9c0ee5f977be8d4cbc61ca9039a4b4bf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9c0ee5f977be8d4cbc61ca9039a4b4bf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:42', 1, NULL, NULL, NULL, NULL, 0, NULL),
(243, 'https://usses.beanstalkweb.com/author/ann-laneldcom-com/', '56:b382134b4b3685b4f7a90545f9a3932f', 151, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/55ff25906e20a5de78a0bee3af403d57?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/55ff25906e20a5de78a0bee3af403d57?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(244, 'https://usses.beanstalkweb.com/author/dl-t5exportt5-cet-com/', '60:0a409e705ea02fbbddeee018f381c5d8', 152, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e39307aa4fe51420ad45d1e2ac60861b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e39307aa4fe51420ad45d1e2ac60861b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(245, 'https://usses.beanstalkweb.com/author/matthew-woodenerfogroup-com/', '66:f82b6e69f8176f4f69badbc055979317', 153, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ef48eb7d76df8558e15a46d5fcd724ab?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ef48eb7d76df8558e15a46d5fcd724ab?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(246, 'https://usses.beanstalkweb.com/author/pbrownagrexinc-com/', '57:88b98cfa56294d8c0ff0d50d49ec8373', 154, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b28bf035f3101867effc1ffee0c7599a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b28bf035f3101867effc1ffee0c7599a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(247, 'https://usses.beanstalkweb.com/author/lemoth-julienbunge-com/', '61:884aecebbef8d4e5d11a65ad63cefe1a', 155, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3fdeced9e4b231aac1fc07bd6647c6a2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3fdeced9e4b231aac1fc07bd6647c6a2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(248, 'https://usses.beanstalkweb.com/author/tommontaguefarms-com/', '59:63d28f845af3fa64d915c2cc5bfd26a2', 156, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/53fa12754fea7aa716cb008fc8936182?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/53fa12754fea7aa716cb008fc8936182?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(249, 'https://usses.beanstalkweb.com/author/lwilkinsonagrexinc-com/', '61:cbbc8a119c0be271f38167fd98fed263', 157, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7a0692b899c1f90ee1e7638b1fc74b7f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7a0692b899c1f90ee1e7638b1fc74b7f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(250, 'https://usses.beanstalkweb.com/author/kchaversagrexinc-com/', '59:ad6e08f25ebbfa9993ae91991803666a', 158, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9383a5e23d863c8ca2d52c0fc8396a0a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9383a5e23d863c8ca2d52c0fc8396a0a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:43', 1, NULL, NULL, NULL, NULL, 0, NULL),
(251, 'https://usses.beanstalkweb.com/author/tthompsonsb-b-com/', '56:7034fe61d6ab8275d17b8f1128cd9a83', 159, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/db5095e58628b86a1de933f7187307ff?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/db5095e58628b86a1de933f7187307ff?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(252, 'https://usses.beanstalkweb.com/author/jyangnidera-us-com/', '57:7a07dce4f3a7ce171ed0703ef975ec68', 160, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fa561ba2156381a75f0547a256256af9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fa561ba2156381a75f0547a256256af9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(253, 'https://usses.beanstalkweb.com/author/tyuannidera-us-com/', '57:722f9a0a609e6994bb2a762f29a6231b', 161, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9319e42953727d264981817213b3805e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9319e42953727d264981817213b3805e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(254, 'https://usses.beanstalkweb.com/author/tdonovaninterrainternational-com/', '71:98ce40394a359404274088ec2c0a8330', 162, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d042c4e3dfb506cfa2fd108034812d95?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d042c4e3dfb506cfa2fd108034812d95?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(255, 'https://usses.beanstalkweb.com/author/albrecht-baetgeadm-com/', '61:79ee9742756460da05bde800c02f14d0', 163, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fd72dcfd5135b72419ad7a3764b52a4c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fd72dcfd5135b72419ad7a3764b52a4c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(256, 'https://usses.beanstalkweb.com/author/nicole-greenldcom-com/', '60:516d93aaa25033ed8ddbe6cdc1c10b71', 164, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3db9c3573c6198d875e7fc5fbf01f78e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3db9c3573c6198d875e7fc5fbf01f78e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(257, 'https://usses.beanstalkweb.com/author/mdunsmoorbenchmarkshipping-com/', '69:8d70b0aebb286bbef71efaca37c41cac', 165, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e36a76887690bc170af0390447ec7285?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e36a76887690bc170af0390447ec7285?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:47', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(258, 'https://usses.beanstalkweb.com/author/katie_jorgensoncargill-com/', '65:422f150351d8cd0bb4d726ebe0e13417', 166, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/13086d67792a1027fa5da19b33559163?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/13086d67792a1027fa5da19b33559163?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(259, 'https://usses.beanstalkweb.com/author/jmunsonpurisfoods-com/', '60:50d81a118de5d0068d7fa96912750be5', 167, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2764a6e66a823254c0acf47310340e49?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2764a6e66a823254c0acf47310340e49?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(260, 'https://usses.beanstalkweb.com/author/jschneiderpurisfoods-com/', '63:f92ebc6fd16934bbd5ea6f038e7688e1', 168, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e3001a3a356ae58a210e9bb67a6b0102?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e3001a3a356ae58a210e9bb67a6b0102?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(261, 'https://usses.beanstalkweb.com/author/immsbluewatershipping-com/', '64:0814e07b277686fe0b81f2a8018c9f1b', 169, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b0643c55b4b045c8d9486ec1e5bfd181?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b0643c55b4b045c8d9486ec1e5bfd181?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:44', 1, NULL, NULL, NULL, NULL, 0, NULL),
(262, 'https://usses.beanstalkweb.com/author/nfaninterrainternational-com/', '67:b5ea6af693145b0da1b82adae336b55b', 170, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5956311fd8be3acd6c4146a07658b5e7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5956311fd8be3acd6c4146a07658b5e7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(263, 'https://usses.beanstalkweb.com/author/kelly_bjerkaascargill-com/', '64:6b0aba9309d14f73aeb569be98c23b5d', 171, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/068f9187dedd1fc8447a80d965b8915c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/068f9187dedd1fc8447a80d965b8915c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(264, 'https://usses.beanstalkweb.com/author/shawna-enz-crossbunge-com/', '64:0497c3e4c63ac5bd4a20c29f2e4f769f', 172, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8a319d1320a03710b191558cc78777c4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8a319d1320a03710b191558cc78777c4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(265, 'https://usses.beanstalkweb.com/author/pammontaguefarms-com/', '59:79887d3f590539aa1f59301567336012', 173, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2db0bb1e8008b2548234ab3e7e63ca96?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2db0bb1e8008b2548234ab3e7e63ca96?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(266, 'https://usses.beanstalkweb.com/author/robertmontaguefarms-com/', '62:a7f6e3a1ed69e26b91283cc5a633f50f', 174, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1e69308d9614dfab1b39b7bce0ba89e7?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1e69308d9614dfab1b39b7bce0ba89e7?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(267, 'https://usses.beanstalkweb.com/author/kanan288bhorizon-net/', '59:68ed97acf0d9f4f0586a52a7ca834b68', 175, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c3523c9bbfd59a6389891a5885c2090e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c3523c9bbfd59a6389891a5885c2090e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(268, 'https://usses.beanstalkweb.com/author/heather-walshadm-com/', '59:3b80363a16de53303f140d00a900f4a2', 176, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/05fac0593829e9ee5872bcfeba6d97a6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/05fac0593829e9ee5872bcfeba6d97a6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(269, 'https://usses.beanstalkweb.com/author/brittney-loucksadm-com/', '61:8e446c54a6a614df7048ba43c13546a4', 177, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/15c2373f3cd8b5016e1e473df891cd13?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/15c2373f3cd8b5016e1e473df891cd13?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(270, 'https://usses.beanstalkweb.com/author/darrik-bunkersdsbp-com/', '61:8410416be1ec64562740f5245a827358', 178, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e06bc9ab701e2fbb5e671714372d1ccb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e06bc9ab701e2fbb5e671714372d1ccb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(271, 'https://usses.beanstalkweb.com/author/priscilla_mwangicargill-com/', '66:772cc8aad5148de34d83faffe7df90ca', 179, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4479205a1c69c28cb6fdca2d9e2e4bbd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4479205a1c69c28cb6fdca2d9e2e4bbd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(272, 'https://usses.beanstalkweb.com/author/wcriscitelliseaboardfwd-com/', '66:b922299d185617c1b54f23d553c46b1a', 180, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d9afce66f50f5238ae6d3c22f438febd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d9afce66f50f5238ae6d3c22f438febd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:45', 1, NULL, NULL, NULL, NULL, 0, NULL),
(273, 'https://usses.beanstalkweb.com/author/bwittenbornlansingtradegroup-com/', '71:3b3a8ea2ae9e497eab521d0f08b1e3ea', 181, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/baa8ab749933f272fc73928f7e88dcdb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/baa8ab749933f272fc73928f7e88dcdb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(274, 'https://usses.beanstalkweb.com/author/caseyqtitech-com/', '55:6ab631fc2934fe4ad53b9f872a1002c4', 182, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/04b57da05c9f23c5c28b75afc052758e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/04b57da05c9f23c5c28b75afc052758e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(275, 'https://usses.beanstalkweb.com/author/jliscoular-com/', '53:c485b7a1b1aa0f6cccbd11f38520429c', 183, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/193de86f80861d344db221677798a2a2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/193de86f80861d344db221677798a2a2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(276, 'https://usses.beanstalkweb.com/author/execolseaboard-bm/', '56:cacff2f41d520ee6ee7f86661354b2b5', 184, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/74d79d0bf734fcd27fca8af8dfdcb0a6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/74d79d0bf734fcd27fca8af8dfdcb0a6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(277, 'https://usses.beanstalkweb.com/author/michelle-valdiviagavilon-com/', '67:5a7c4370c3bc663c63eb17e0fe3160ce', 185, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7d10fdc01a0ceeb7dd49ec6fc6a4db6c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7d10fdc01a0ceeb7dd49ec6fc6a4db6c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(278, 'https://usses.beanstalkweb.com/author/ghoffmanugcpnw-com/', '57:7c1b36eff7c0c5397145fb10af1b3e82', 186, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bf3d0a7701ace295b2fdbe780fa22e1a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bf3d0a7701ace295b2fdbe780fa22e1a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(279, 'https://usses.beanstalkweb.com/author/scavallo-tracyandersonsinc-com/', '69:b75d39bc5e7ccd78af0d1b3d1651111a', 187, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d4b5f1b586cc7a08313d419e91de9f57?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d4b5f1b586cc7a08313d419e91de9f57?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(280, 'https://usses.beanstalkweb.com/author/zgillisagmotion-com/', '58:0cb3d2c96652e59b89c8b6dbf2333872', 188, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d80894ce818615d34f0d37938b37f61c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d80894ce818615d34f0d37938b37f61c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(281, 'https://usses.beanstalkweb.com/author/ashley-brownclarksongrain-com/', '68:caaf6e3db602320422852a00d6dfb525', 189, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c8a9eacd34ec27241def25ce337d6889?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c8a9eacd34ec27241def25ce337d6889?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(282, 'https://usses.beanstalkweb.com/author/sal-conzonirezgcusa-com/', '62:319cd80c4f00cf0dffd098d19d914500', 190, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/87f4ee8a994c91163f60241d5b508996?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/87f4ee8a994c91163f60241d5b508996?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(283, 'https://usses.beanstalkweb.com/author/bwymercitizenselevator-com/', '65:e1e668b0cf489ddd135564e29277c24e', 191, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/13405df1bda4c1f4c018dbf6cb15a9df?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/13405df1bda4c1f4c018dbf6cb15a9df?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(284, 'https://usses.beanstalkweb.com/author/yooikmsn-com/', '51:3abc469af0896e36ec46a0e8a52a83ce', 192, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/90cf89182b11e0d1df117cc544913ddd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/90cf89182b11e0d1df117cc544913ddd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(285, 'https://usses.beanstalkweb.com/author/pablofernandezcofcointernational-com/', '75:31625ce92b19ef64aa8621d7d4d89df5', 193, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9e03da93a42b62a997dfe17b12a1c490?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9e03da93a42b62a997dfe17b12a1c490?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(286, 'https://usses.beanstalkweb.com/author/karla_skowcargill-com/', '60:70124f6d050a9bc1ab4feb497e5ff272', 194, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/186d1e549460f3020d10cc8362a33129?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/186d1e549460f3020d10cc8362a33129?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(287, 'https://usses.beanstalkweb.com/author/ejgibson88gmail-com/', '58:b47b37202bd777c3b85fd3dbffe7158d', 195, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3dce3b48f8d72dd1fdd1a9c3630fecbd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3dce3b48f8d72dd1fdd1a9c3630fecbd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(288, 'https://usses.beanstalkweb.com/author/sara_kellercargill-com/', '61:6b2dbc889c9e04589ba03d2f28ede126', 196, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/23c4d6c5b18bc865b7bd9258ba6ade33?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/23c4d6c5b18bc865b7bd9258ba6ade33?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(289, 'https://usses.beanstalkweb.com/author/jana-berschneideradm-com/', '63:4665c6704cedf4ef13662933ed6a1777', 197, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6535ec2021f54e706099eb34d3b65e6c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6535ec2021f54e706099eb34d3b65e6c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(290, 'https://usses.beanstalkweb.com/author/monica-guskeysunopta-com/', '63:c7db131a16b954c39a24ee5565141413', 198, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c86f5d7e458262d236c12d20d5e17f9a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c86f5d7e458262d236c12d20d5e17f9a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(291, 'https://usses.beanstalkweb.com/author/schwartzfarmsaol-com/', '59:94ab2691b102492235829cf8fef604be', 199, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2dc35b1daeb1185a3d221881d6271ae0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2dc35b1daeb1185a3d221881d6271ae0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(292, 'https://usses.beanstalkweb.com/author/lori-karststarofthewest-com/', '66:cd17feb759bf197a93a9d73f697763f2', 200, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d101d0e13d59e3e945befab82f8e5542?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d101d0e13d59e3e945befab82f8e5542?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(293, 'https://usses.beanstalkweb.com/author/gcrawfordagp-com/', '55:071a6ce614db5c5455f9a5d9a946d767', 201, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c663323101e09ab7c8329e05bfbd8f92?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c663323101e09ab7c8329e05bfbd8f92?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(294, 'https://usses.beanstalkweb.com/author/todd-biedenfeldchsinc-com/', '64:5e7f004eece4bf095bf54b4c5a31cad4', 202, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bf033546adb6b4c76a1f79eb94f51a67?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bf033546adb6b4c76a1f79eb94f51a67?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(295, 'https://usses.beanstalkweb.com/author/lmarshbluegrassfarmsohio-com/', '67:17aa5abbfcfa681d9695382593a41307', 203, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/27215ccfa6a82d936593d516035036e2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/27215ccfa6a82d936593d516035036e2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(296, 'https://usses.beanstalkweb.com/author/lukestonebridgeltd-org/', '61:bffef21c515e229983532387c66c2e3f', 204, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/216b93e7b19d3557cf7a393618be546f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/216b93e7b19d3557cf7a393618be546f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(297, 'https://usses.beanstalkweb.com/author/adam-leclercchsinc-com/', '61:43fc4e6da1b5a5dc6b13f315ce773f01', 205, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2bc32e923c4e325c334d282f2907f2bf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2bc32e923c4e325c334d282f2907f2bf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(298, 'https://usses.beanstalkweb.com/author/anita-floridochsinc-com/', '62:df7de76bfe9c59a9c1b65d859c4e1542', 206, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f5ac37a1d8f7769bd0518bc2fb4b8081?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f5ac37a1d8f7769bd0518bc2fb4b8081?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(299, 'https://usses.beanstalkweb.com/author/mnaughtonpasternakbaum-com/', '65:618c2288d28b574baaf8a6c046f9594f', 207, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1073a1507103cb1e687f9c21757497fc?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1073a1507103cb1e687f9c21757497fc?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(300, 'https://usses.beanstalkweb.com/author/christian-gehrtsbunge-com/', '64:b85a4b15f6a89d26ca5bb9c471650c15', 208, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/740fb3a09babe6b6aefb7bcb3d622b2d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/740fb3a09babe6b6aefb7bcb3d622b2d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(301, 'https://usses.beanstalkweb.com/author/jamie-morganbunge-com/', '60:8bef4e9d8429df5801499e19f79c9ae0', 209, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/394f3e07653c99a2e66bec67c6c4b65d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/394f3e07653c99a2e66bec67c6c4b65d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(302, 'https://usses.beanstalkweb.com/author/esakaicgti-us-com/', '56:f2df2b600c471e0f8c7952e54555b304', 210, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cffa697c8ddb00441b995c2735726948?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cffa697c8ddb00441b995c2735726948?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(303, 'https://usses.beanstalkweb.com/author/mtsushipasternakbaum-com/', '63:f68e6c09200733fdb28ad5bb1f8a35c6', 211, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e281c9f447b0f97c1fb76370c0f870af?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e281c9f447b0f97c1fb76370c0f870af?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(304, 'https://usses.beanstalkweb.com/author/dl-agscontaineropsfreepoint-com/', '70:c7f3110cb0afb1b5d096b0ee480ccfdc', 212, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3bf9536b37700fd050d7dbb7d9ca73b0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3bf9536b37700fd050d7dbb7d9ca73b0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(305, 'https://usses.beanstalkweb.com/author/belsi-galdamezbunge-com/', '62:d9bd01e2670f170427b02cd37f7a14d4', 213, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f7763f42a865db7383c0b1d48a991f14?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f7763f42a865db7383c0b1d48a991f14?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:48', 1, NULL, NULL, NULL, NULL, 0, NULL),
(306, 'https://usses.beanstalkweb.com/author/angelica-sabinchsinc-com/', '63:978ce13dc4cfcbfeaf72d56c40b457ef', 214, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4341ef6e13e350f628086847ce230f5f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4341ef6e13e350f628086847ce230f5f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(307, 'https://usses.beanstalkweb.com/author/cody-larvickchsinc-com/', '61:af1f0527be26186f9583ae2d60b4123f', 215, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/efbfd3f7777f4a068eb6fd81c5ad5149?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/efbfd3f7777f4a068eb6fd81c5ad5149?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(308, 'https://usses.beanstalkweb.com/author/scott-erdalchsinc-com/', '60:6cd816d94333d5350866191104ce686f', 216, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fe7c14bf671d50a61d9132689bdf56ae?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fe7c14bf671d50a61d9132689bdf56ae?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(309, 'https://usses.beanstalkweb.com/author/tillmann-volzadm-com/', '59:79e72f82b448a9ab53902465d1a8111c', 217, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a1abdf12f6fe93afc0776f4829c0f429?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a1abdf12f6fe93afc0776f4829c0f429?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(310, 'https://usses.beanstalkweb.com/author/tye-tuggleegt-llc-com/', '60:bc3203a533065cd6294c8df90f1ba902', 218, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f9816a41771b4253997368d26747a958?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f9816a41771b4253997368d26747a958?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(311, 'https://usses.beanstalkweb.com/author/jim-molinemidwest-ag-net/', '63:634c63ceeb5a8c5cca05d2921a337ea9', 219, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c61e6ed4b13be3c7349f5178c01e27d1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c61e6ed4b13be3c7349f5178c01e27d1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(312, 'https://usses.beanstalkweb.com/author/ctirrellcitizenselevator-com/', '67:bd2c8670de8c010260214035e619dfcc', 220, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ae47c8d301efaef97cc520ae3bb542f5?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ae47c8d301efaef97cc520ae3bb542f5?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(313, 'https://usses.beanstalkweb.com/author/maedanisshin-sk-com/', '58:5703f40276dc6a28ffc7e3829d14ff52', 221, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a5b3b1e357e223bd4bf08390175f0780?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a5b3b1e357e223bd4bf08390175f0780?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(314, 'https://usses.beanstalkweb.com/author/darwinrzfsinc-com/', '56:6f7e8cce00f02ab26d5831ec97d4e062', 222, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c3a4677516ae174530ca8f569ae06f41?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c3a4677516ae174530ca8f569ae06f41?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(315, 'https://usses.beanstalkweb.com/author/donnarzfsinc-com/', '55:bf5da8ab53eec2c66e75cca0ca0bb0ed', 223, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7ecedba4d17f14f856408de43048d1d6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7ecedba4d17f14f856408de43048d1d6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(316, 'https://usses.beanstalkweb.com/author/fumimqtitech-com/', '55:6ddfb7fb928e13f77677f28847b59eee', 224, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f800736d41949a492405f1783efa3d76?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f800736d41949a492405f1783efa3d76?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:49', 1, NULL, NULL, NULL, NULL, 0, NULL),
(317, 'https://usses.beanstalkweb.com/author/juan-tercerostonex-com/', '61:883f9be1d9847ac78c96a92b31cbff05', 225, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/78a9d0cd80825fde11472b8e7a014e8d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/78a9d0cd80825fde11472b8e7a014e8d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(318, 'https://usses.beanstalkweb.com/author/curthcinternational-us/', '61:5234ae346456f9ddaf74bc385357b7ef', 226, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1f9b48b9a6c8042651cda8b3ab6be2ce?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1f9b48b9a6c8042651cda8b3ab6be2ce?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(319, 'https://usses.beanstalkweb.com/author/katie-mcgeevercgb-com/', '60:6d490b007ebdba8fba21c8578fcc0ac9', 227, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bbd8b9c82462d19518816b8d3f782908?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bbd8b9c82462d19518816b8d3f782908?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(320, 'https://usses.beanstalkweb.com/author/heatherhcinternational-us/', '64:e1ca2cd52f9859cc275df952db453dc1', 228, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cf659f5c2c2d3e4111c8fe8f7f806b3c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cf659f5c2c2d3e4111c8fe8f7f806b3c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(321, 'https://usses.beanstalkweb.com/author/jina-digaetanochsinc-com/', '63:63dda6a815a7a9c0223d139770e5f5a4', 229, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9267cb3bbead7bee428b89222c8d113f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9267cb3bbead7bee428b89222c8d113f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(322, 'https://usses.beanstalkweb.com/author/maurice_hurstcargill-com/', '63:38664ecac5b45f72d12fd9c17b7a3a8b', 230, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0567a8dfb753831abba7fc1b22d30421?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0567a8dfb753831abba7fc1b22d30421?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(323, 'https://usses.beanstalkweb.com/author/jacob_groscargill-com/', '60:5d0b25488ee276908cd7f214c6971e94', 231, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a35896de14a619bdd3dce0dca4a933eb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a35896de14a619bdd3dce0dca4a933eb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(324, 'https://usses.beanstalkweb.com/author/kpollcitizenselevator-com/', '64:961141e2f3e3b05e75aaf51a4a5bd1cb', 232, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/229bfb1bace0cb8707dc4612900b156b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/229bfb1bace0cb8707dc4612900b156b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(325, 'https://usses.beanstalkweb.com/author/tim-boldtsdsbp-com/', '57:c3a9cee2bf64a4bf4439c916b35606e0', 233, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a9cb2c7ca2af211a3dcadb8d7d6d8a5f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a9cb2c7ca2af211a3dcadb8d7d6d8a5f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(326, 'https://usses.beanstalkweb.com/author/luluhangtungusa-com/', '58:9b6c215b013b1d512465ce673b00ea3a', 234, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0575684e0b73c11bd83ab2f87764271c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0575684e0b73c11bd83ab2f87764271c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(327, 'https://usses.beanstalkweb.com/author/nicole-greenldc-com/', '58:75f9e57c52f250b76c6a95d2e057bf26', 235, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/68d3656be296e9c9fda1551bc21ab42c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/68d3656be296e9c9fda1551bc21ab42c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:50', 1, NULL, NULL, NULL, NULL, 0, NULL),
(328, 'https://usses.beanstalkweb.com/author/lisa-denoialdc-com/', '57:258ddafb089cc631e4b25c50e526a2e0', 236, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/348177be160250a9043542a221738340?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/348177be160250a9043542a221738340?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(329, 'https://usses.beanstalkweb.com/author/james-schneiderldc-com/', '61:b71babd25c5e7eb6545baca9f31e4af8', 237, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e6bcc691b2e487e4214e37e171ddd3d4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e6bcc691b2e487e4214e37e171ddd3d4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(330, 'https://usses.beanstalkweb.com/author/kim-aebyldc-com/', '54:daee43dbfbc870b0c7253e3949112241', 238, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2fc4eadce22a3b613440067421fe1310?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2fc4eadce22a3b613440067421fe1310?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(331, 'https://usses.beanstalkweb.com/author/amir-hennawildc-com/', '58:edb5c1dee27f454b2c0db24015002998', 239, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/78e80961665fb3f3ebb6d615a4a33d33?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/78e80961665fb3f3ebb6d615a4a33d33?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(332, 'https://usses.beanstalkweb.com/author/ayoshidaagrexinc-com/', '59:1e73e809dea4a74fd48d1c8327a15653', 240, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/5531dc90f08b54a276f195b5f4ed9896?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/5531dc90f08b54a276f195b5f4ed9896?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(333, 'https://usses.beanstalkweb.com/author/dena-wolfeenerfogroup-com/', '64:a6c72f303c803c14b891c26343594495', 241, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1705c0a1ae07e03c6d1ab6560796b0cb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1705c0a1ae07e03c6d1ab6560796b0cb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(334, 'https://usses.beanstalkweb.com/author/rachel-kirchersunopta-com/', '64:5f5a14486257f8b3f1482af6010dbc93', 242, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/18b0fd8d58a1c6c56f99f1e304d2975f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/18b0fd8d58a1c6c56f99f1e304d2975f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:48', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(335, 'https://usses.beanstalkweb.com/author/naomi-huckssunopta-com/', '61:d1804caa327410adfe846e318e4c121e', 243, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/693307879f4e103f63f9e83c917080bb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/693307879f4e103f63f9e83c917080bb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(336, 'https://usses.beanstalkweb.com/author/operationusa-chinacnd-com/', '64:9b87319f7eeb8bb65caa5614ce7bd53f', 244, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d97c56b7cf2078d34c82df63b8801dcf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d97c56b7cf2078d34c82df63b8801dcf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(337, 'https://usses.beanstalkweb.com/author/dragbetigmail-com/', '56:0a5abeb56241c18f4fda339aa5577cce', 245, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/d7b8250a3ae1d4c20985ee5b46bacd45?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/d7b8250a3ae1d4c20985ee5b46bacd45?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(338, 'https://usses.beanstalkweb.com/author/hhallinterrainternational-com/', '68:35b4f9a1823df61695f8db8b85cfefcf', 246, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/659951c589fe306188f2b0eb927389da?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/659951c589fe306188f2b0eb927389da?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(339, 'https://usses.beanstalkweb.com/author/mworkmaninterrainternational-com/', '71:4738e9033350d64c2413a8a9ee08745a', 247, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/344bdda465067d43f988864934dfb8ae?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/344bdda465067d43f988864934dfb8ae?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:51', 1, NULL, NULL, NULL, NULL, 0, NULL),
(340, 'https://usses.beanstalkweb.com/author/denise-gehrkechsinc-com/', '62:4872e38da101dc1ea116e902866a6d75', 248, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/09db785ca48f8650df79cb5149540e89?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/09db785ca48f8650df79cb5149540e89?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(341, 'https://usses.beanstalkweb.com/author/docswheatongrain-com/', '59:c9a29c58858a750c880f284b41dc6816', 249, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b5c1d65245c4a8e11157a4efaef6b5c6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b5c1d65245c4a8e11157a4efaef6b5c6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(342, 'https://usses.beanstalkweb.com/author/stevenbzfsinc-com/', '56:1aeebe27aafeb4661138c56e5e1d5df0', 250, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/258f0c02dd6a22b192b668cbdc7f2444?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/258f0c02dd6a22b192b668cbdc7f2444?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(343, 'https://usses.beanstalkweb.com/author/spenceriomgrain-com/', '58:7d7931cea8af036a32e934447cfeebec', 251, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dcda433d9f54188340ba375caee23bd8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dcda433d9f54188340ba375caee23bd8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(344, 'https://usses.beanstalkweb.com/author/amanda-hausnerenerfogroup-com/', '68:dca63f5981eb2afcfaa01cdca5f9d272', 252, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/ddf4844c969866f70201c1ea6a75619b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/ddf4844c969866f70201c1ea6a75619b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(345, 'https://usses.beanstalkweb.com/author/ben-ramaekersenerfogroup-com/', '67:c9dae7e05d9e058b254b8f0afc0cdaf6', 253, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/016f22839cf23611741f8a4015719c7c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/016f22839cf23611741f8a4015719c7c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(346, 'https://usses.beanstalkweb.com/author/joshezfsinc-com/', '54:c13600b71f027293bced72c56f7a0444', 254, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c4a2e969b077ce46f23f15cf1eb3286c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c4a2e969b077ce46f23f15cf1eb3286c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(347, 'https://usses.beanstalkweb.com/author/irina-seijausnisshinsk-com/', '65:af2dec23cb4cbcc7c7c18f7bb1594de9', 255, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fc4d5aa82737c631d1791a75ded82a76?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fc4d5aa82737c631d1791a75ded82a76?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(348, 'https://usses.beanstalkweb.com/author/dmarmonagrexinc-com/', '58:8e5992a8bf6e45f364c21ef0672856e0', 256, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f60405c08978676fece346c35dc7561f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f60405c08978676fece346c35dc7561f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(349, 'https://usses.beanstalkweb.com/author/mrodarteagrexinc-com/', '59:6694432243f620eac1d874f6ca1dc065', 257, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/daab23fb56368ba14e069f3861492b6d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/daab23fb56368ba14e069f3861492b6d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(350, 'https://usses.beanstalkweb.com/author/neil-donovanbunge-com/', '60:44ae72f2f01c23c72cb761495385a6de', 258, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/22d6d76970810097dc26f016e664f82a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/22d6d76970810097dc26f016e664f82a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:52', 1, NULL, NULL, NULL, NULL, 0, NULL),
(351, 'https://usses.beanstalkweb.com/author/logan-kuchchsinc-com/', '59:f37a2a5067110acebf0e89557e100697', 259, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/72a6380d7ff82b67e3eac1ad4883b472?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/72a6380d7ff82b67e3eac1ad4883b472?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(352, 'https://usses.beanstalkweb.com/author/oooooo-com/', '49:db8ff2bebab2947daeb483f86b03b45d', 260, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/096cbad9f61b0ab84ac5fd1c7bdddbcb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/096cbad9f61b0ab84ac5fd1c7bdddbcb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(353, 'https://usses.beanstalkweb.com/author/kristall-fullerintlfcstone-com/', '69:a14563c4daf4601bea7e7ee700a98d8b', 261, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4b4e2ed8a22345e4af406d44776d92cc?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4b4e2ed8a22345e4af406d44776d92cc?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(354, 'https://usses.beanstalkweb.com/author/jeremiah-jarboeintlfcstone-com/', '69:40a508f3542c896b22803206f094fb61', 262, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/21005bbec1c48a2ac916530f5ea97f28?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/21005bbec1c48a2ac916530f5ea97f28?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(355, 'https://usses.beanstalkweb.com/author/anna-kottmanzgcusa-com/', '61:9d78e1b4ffaad88d83d47ea9ccd99e59', 263, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b68163a3a2660fb00305bcfab1bbb54e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b68163a3a2660fb00305bcfab1bbb54e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(356, 'https://usses.beanstalkweb.com/author/ed-idezgcusa-com/', '55:58abf655ec9cb12da0e513857c703b90', 264, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/87aa088da3e4076c6d5da7a4db652b3b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/87aa088da3e4076c6d5da7a4db652b3b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(357, 'https://usses.beanstalkweb.com/author/gina-macmillancgb-com/', '60:7f0d7627e7e0af42becc0e03ba9c87e2', 265, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b15d6a02ae110b5762d21c14b3b43948?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b15d6a02ae110b5762d21c14b3b43948?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(358, 'https://usses.beanstalkweb.com/author/bcatlettdelongcompany-com/', '64:75fec46081edd26f9747bd5667c1d4f9', 266, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2ffe095fa6707c3b5287a5cdcac0253f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2ffe095fa6707c3b5287a5cdcac0253f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(359, 'https://usses.beanstalkweb.com/author/jennifer-ostrogausnisshinsk-com/', '70:d58cbb8728b0746894ff93de1876f174', 267, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/964568ec7ee34d9c73b1bc684c1a2dc5?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/964568ec7ee34d9c73b1bc684c1a2dc5?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(360, 'https://usses.beanstalkweb.com/author/rachel-hutchesonzgcusa-com/', '65:647b707f9dc131551d8d2ccdb61cb317', 268, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1a95cdaf8e9e067fe17d3074094a757c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1a95cdaf8e9e067fe17d3074094a757c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:53', 1, NULL, NULL, NULL, NULL, 0, NULL),
(361, 'https://usses.beanstalkweb.com/author/bethany-barbeeclarksongrain-com/', '70:d3c2cf16c98e28c564d353682deb35a9', 269, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8b7fef0b7fb6d6b39d2892a1e369e55f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8b7fef0b7fb6d6b39d2892a1e369e55f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(362, 'https://usses.beanstalkweb.com/author/tommillsbros-com/', '55:8e3033f55d5b6cc5cabf5b1a96ba9454', 270, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3481e5baf99d26aa026bae8cd6b3ed55?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3481e5baf99d26aa026bae8cd6b3ed55?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(363, 'https://usses.beanstalkweb.com/author/brooksdgglobal-ca/', '56:efd1843072fc2d039cd79f9ad9593ba9', 271, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f7cbf57fb41b28b11704910b5497ae4b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f7cbf57fb41b28b11704910b5497ae4b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(364, 'https://usses.beanstalkweb.com/author/arinneussec-org/', '54:e697dc3ce5e3f7042c12f4978890bed1', 272, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/8aac359208c98b88261319a452c14694?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/8aac359208c98b88261319a452c14694?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-11-30 04:35:46', 1, NULL, NULL, NULL, NULL, 0, NULL),
(365, 'https://usses.beanstalkweb.com/author/cathy_wallacecargill-com/', '63:8589b19c7e930f426401fea6ef4deef9', 273, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7c1dc9c4bd86212736a7c8f80eaa46c1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7c1dc9c4bd86212736a7c8f80eaa46c1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(366, 'https://usses.beanstalkweb.com/author/karynmillsbros-com/', '57:7c6457dcf179c489eba9b261b547044d', 274, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2fc02bf8c25643648dd7960000dc4d4f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2fc02bf8c25643648dd7960000dc4d4f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(367, 'https://usses.beanstalkweb.com/author/brandon-harttadm-com/', '59:6ddd93f1fea61fc0b4106807e57df45b', 275, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/146317db619b1825a48cd31a63e774e8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/146317db619b1825a48cd31a63e774e8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(368, 'https://usses.beanstalkweb.com/author/michelle-craycroftadm-com/', '64:8b5b274c57ecb31aa83944c725be21b9', 276, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2d07d3858cbbadcce40013de677945d5?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2d07d3858cbbadcce40013de677945d5?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(369, 'https://usses.beanstalkweb.com/author/alex-ashmoreadm-com/', '58:5ad8dc9beec22da0d230a1c4a5b1ce60', 277, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8f9653522acfe71267fd621bd9d6f0f3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8f9653522acfe71267fd621bd9d6f0f3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(370, 'https://usses.beanstalkweb.com/author/brian-bulleradm-com/', '58:5ea4b896cb06666190b82a4a4fc46512', 278, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/769d9a430cb8deb2cab3be704ab74d43?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/769d9a430cb8deb2cab3be704ab74d43?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(371, 'https://usses.beanstalkweb.com/author/avarichlandifc-com/', '57:09533f2c3e9d21b497f2be4abeaea307', 279, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4ab0eafeb2a56aa88185eb324bcd8c0b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4ab0eafeb2a56aa88185eb324bcd8c0b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:54', 1, NULL, NULL, NULL, NULL, 0, NULL),
(372, 'https://usses.beanstalkweb.com/author/brad-davisgranumgroup-com/', '64:b5524525d3167bac790f01a5da67df45', 280, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f823b1a1266f6e965059db476c9b8461?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f823b1a1266f6e965059db476c9b8461?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(373, 'https://usses.beanstalkweb.com/author/tisarichlandifc-com/', '58:09a465900b19f5fd64d8e9640e69e70d', 281, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a09f1d2821bda214a1143bf4ed949ebe?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a09f1d2821bda214a1143bf4ed949ebe?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(374, 'https://usses.beanstalkweb.com/author/planeacionalianzadelpacifico-com-co/', '74:98aed1774d4c7c681a55abbe903cacc2', 282, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/67d3c910c1b90d7967c4c6c8b520d70e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/67d3c910c1b90d7967c4c6c8b520d70e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(375, 'https://usses.beanstalkweb.com/author/tessabrushvaleseed-com/', '61:271b5d7fbbfb1470206704000391012d', 283, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b2d1d361ec65b6c47294140694940beb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b2d1d361ec65b6c47294140694940beb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(376, 'https://usses.beanstalkweb.com/author/kevin-changbunge-com/', '59:b8edc2979d7b016e0997119a5f06f26c', 284, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8f40bc7d2b5ced6b607b1ffbbd6c8fd2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8f40bc7d2b5ced6b607b1ffbbd6c8fd2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(377, 'https://usses.beanstalkweb.com/author/jeff_goetzandersonsinc-com/', '65:1b06893e73017f7d7c50981e6cdfcdcd', 285, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8c963c5b9efe944ee60d3b962996087e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8c963c5b9efe944ee60d3b962996087e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(378, 'https://usses.beanstalkweb.com/author/kbasalaussec-org/', '55:b5ab1c00cdda945c6b0f49c1ba00c41d', 286, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/642ffb6f63ed258ad560088c9e74c990?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/642ffb6f63ed258ad560088c9e74c990?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(379, 'https://usses.beanstalkweb.com/author/bryan-monahanchsinc-com/', '62:40ede4a71f9c960b39c8a67fef051507', 287, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/39792725a3e82919f5aa12312d5297ea?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/39792725a3e82919f5aa12312d5297ea?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(380, 'https://usses.beanstalkweb.com/author/brigitte-chapmanadm-com/', '62:63219c012e064366105d0ce77a978bde', 288, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1b1e90a9b904b53d1824d7907429e845?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1b1e90a9b904b53d1824d7907429e845?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(381, 'https://usses.beanstalkweb.com/author/jstahlsb-b-com/', '53:68ec7b22fbf1056f728595400c9793af', 289, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f83321818a927636b92dcde1a8634741?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f83321818a927636b92dcde1a8634741?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(382, 'https://usses.beanstalkweb.com/author/y2kjericksonme-com/', '57:6ed60f34402c897d9dc31e400e08bc63', 290, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7300602e9440bcc677a8782f4744be8f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7300602e9440bcc677a8782f4744be8f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(383, 'https://usses.beanstalkweb.com/author/rhansenpipelinefoods-com/', '63:0d8613be4ddc41806b2bd6f14be3a0fa', 291, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c660d6bcbaa1d2a5e0c35cb1fc08935d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c660d6bcbaa1d2a5e0c35cb1fc08935d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(384, 'https://usses.beanstalkweb.com/author/rkircherpipelinefoods-com/', '64:8f027a4ee6eafc014ea00181e5a756c3', 292, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/96116b44c3ff1c49c85215d1682e71f0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/96116b44c3ff1c49c85215d1682e71f0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(385, 'https://usses.beanstalkweb.com/author/jduenespipelinefoods-com/', '63:863ce016fa7ff896f8183c2319b41249', 293, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8f1ddf004bf340371f25b51461b82b73?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8f1ddf004bf340371f25b51461b82b73?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(386, 'https://usses.beanstalkweb.com/author/juan-camouoleico-com/', '59:7918bf60ed9cbe6b579c115aa28f33a3', 294, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/22cbb17a15a654bc800446dc62c0e9ec?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/22cbb17a15a654bc800446dc62c0e9ec?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(387, 'https://usses.beanstalkweb.com/author/john-nealbunge-com/', '57:85fe6aae73d2ea2ee4655aa83042e5ca', 295, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/79b36d82ba058eb5bbc9da5ae155ecce?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/79b36d82ba058eb5bbc9da5ae155ecce?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(388, 'https://usses.beanstalkweb.com/author/enrique-llanogavilon-com/', '63:31a8fefa9ff14f12fc4bd890f2638179', 296, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2515ea3deed2d2b24b0791c469c41bdb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2515ea3deed2d2b24b0791c469c41bdb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(389, 'https://usses.beanstalkweb.com/author/derrick-leepergavilon-com/', '64:885c4dd8f95dfca7ea94d81becb7fb3b', 297, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2408b1bae4e7c8c05ed0cfe582335b1d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2408b1bae4e7c8c05ed0cfe582335b1d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(390, 'https://usses.beanstalkweb.com/author/fred-ungergavilon-com/', '60:99cede08ebf04c539bfb3bef50cacad1', 298, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/17fab590901ab6b83236fc3f7a6a9d6b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/17fab590901ab6b83236fc3f7a6a9d6b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(391, 'https://usses.beanstalkweb.com/author/mary-ruttengavilon-com/', '61:823e28dca7bfd44cd9ba0c367e95e1c4', 299, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2faa7fba62413a6f1308cd1f672c286b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2faa7fba62413a6f1308cd1f672c286b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(392, 'https://usses.beanstalkweb.com/author/lhumphreysunitedsoybean-org/', '66:e451edce26a3701d599ebfacc066cb92', 300, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/79c701f0026fd4a02350a960902661e8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/79c701f0026fd4a02350a960902661e8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(393, 'https://usses.beanstalkweb.com/author/barbara-bannonperdue-com/', '63:986d6ab0f87103fde5c3bce864d964d2', 301, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/282c4b0685cdb61ea229df6e075ee3f8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/282c4b0685cdb61ea229df6e075ee3f8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(394, 'https://usses.beanstalkweb.com/author/mike-adamchakameropa-com/', '63:bb712ca7c66ee73e3dd2c6c2633c3fdf', 302, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f6670e41603eef60caad83707a24827f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f6670e41603eef60caad83707a24827f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(395, 'https://usses.beanstalkweb.com/author/teresa-woodrumadm-com/', '60:2f59a2d72d6624b13e280b29bedfcb1f', 303, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e48e767600247f2db7663813edf45ae8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e48e767600247f2db7663813edf45ae8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(396, 'https://usses.beanstalkweb.com/author/orochecitizenselevator-com/', '65:eb364a644675521b7b4bb52e6d83785b', 304, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/09e61a864c98eaf64f460dc860d4e2fd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/09e61a864c98eaf64f460dc860d4e2fd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(397, 'https://usses.beanstalkweb.com/author/ana-yaluffadm-com/', '56:39ce52713c7f561d1ed4cb560c8df2ec', 305, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/f59aa664856729c551ddda916051366e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/f59aa664856729c551ddda916051366e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-07-31 03:14:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(398, 'https://usses.beanstalkweb.com/author/sjspeckymail-com/', '55:a146823a5e3d0027605c2a3b2f463270', 306, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dbde6d0d2118f4d2cce7b4d15e938333?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dbde6d0d2118f4d2cce7b4d15e938333?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(399, 'https://usses.beanstalkweb.com/author/efrfreycommodities-com/', '61:e249bfc15fdc00f88fb5b544c78a8fbe', 307, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/eeefbe704ab03ab40774ad85f7b9325a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/eeefbe704ab03ab40774ad85f7b9325a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(400, 'https://usses.beanstalkweb.com/author/executionfreycommodities-com/', '67:1b0fabd332c276865acf90cdda685253', 308, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/9cdc62e64cfc509edcffc669422fa132?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/9cdc62e64cfc509edcffc669422fa132?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(401, 'https://usses.beanstalkweb.com/author/dpengraagmotion-com/', '58:5114bf5f160eb49c7dc59d9799a05a10', 309, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b72a7cf4d0f3a2fa7421aa7ef5802d3d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b72a7cf4d0f3a2fa7421aa7ef5802d3d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(402, 'https://usses.beanstalkweb.com/author/kananbhorizon-net/', '56:2abed0ab3f385b149d649f8def58867f', 310, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dca4388b5e84c4b67650eea5acb05023?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dca4388b5e84c4b67650eea5acb05023?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:49', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(403, 'https://usses.beanstalkweb.com/author/carolina_dieschcargill-com/', '65:42011e4497b9b8a36aaaf5a73955e5fb', 311, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7e8702a3021a466fc2c8c31da02aca2a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7e8702a3021a466fc2c8c31da02aca2a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(404, 'https://usses.beanstalkweb.com/author/shimonbhorizon-net/', '57:775a915e7ac742e081d049192200a019', 312, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/bcf1861e24fa806d6d902183e99e26bb?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/bcf1861e24fa806d6d902183e99e26bb?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:57', 1, NULL, NULL, NULL, NULL, 0, NULL),
(405, 'https://usses.beanstalkweb.com/author/hirokobhorizon-net/', '57:6f53f7f2f0a040be2eef27d84b0e54ec', 313, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4a7aa6f2056c795d6a497171d271a1e1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4a7aa6f2056c795d6a497171d271a1e1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(406, 'https://usses.beanstalkweb.com/author/donna-childressameropa-com/', '65:957a831ae44360901c7eabe2087e2ca6', 314, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0fbcf161e976898ec38b7a10ec75c5b4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0fbcf161e976898ec38b7a10ec75c5b4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(407, 'https://usses.beanstalkweb.com/author/aryndouble-river-com/', '59:ddb284ba7711c4516c1a67ccd221c059', 315, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0a35a173de0cfff4028e52ba7e50642c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0a35a173de0cfff4028e52ba7e50642c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(408, 'https://usses.beanstalkweb.com/author/tinadouble-river-com/', '59:087fa835b0628dd155a893f72332ef5c', 316, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2acb2060a4b0250364763444842c9298?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2acb2060a4b0250364763444842c9298?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(409, 'https://usses.beanstalkweb.com/author/compliancetheredwoodgroup-com/', '68:da2b912810048d6b67392c168f574a04', 317, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2114098297d76342e556a98ea3fe4daf?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2114098297d76342e556a98ea3fe4daf?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(410, 'https://usses.beanstalkweb.com/author/erica-pavesetheredwoodgroup-com/', '70:fc0205ab3d4b90708cf84fa3cdbb7ad7', 318, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3758a43ee3c1884ba24868cffcfe3574?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3758a43ee3c1884ba24868cffcfe3574?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(411, 'https://usses.beanstalkweb.com/author/amy-sheanshangtheredwoodgroup-com/', '72:106ad328416dd44c4ebcb4d1c41ec9b3', 319, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/dc875e69a4a70ce58d6a9beeae175921?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/dc875e69a4a70ce58d6a9beeae175921?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(412, 'https://usses.beanstalkweb.com/author/chris-bradleytheredwoodgroup-com/', '71:bc7770406c3e15d33de9ef396deb4d5d', 320, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/734b2ca7daa2f22300aaf29b1b63fc8c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/734b2ca7daa2f22300aaf29b1b63fc8c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(413, 'https://usses.beanstalkweb.com/author/larry-bradleytheredwoodgroup-com/', '71:e931d68e16c6f6a47da743e319462ee4', 321, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c7b4d67e5e94fc311d85736419d8d31f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c7b4d67e5e94fc311d85736419d8d31f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(414, 'https://usses.beanstalkweb.com/author/ageersmichag-com/', '55:ba1ddfe6c16338c2edb1e3b9724526ec', 322, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ba3491a24394818852fcd775bfc4a70e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ba3491a24394818852fcd775bfc4a70e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(415, 'https://usses.beanstalkweb.com/author/esther-twaitsadm-com/', '59:0ad07ea60d2734e67b4a4cedfd911a9a', 323, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f87e726918b1cac8f9e678f4568c6c73?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f87e726918b1cac8f9e678f4568c6c73?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(416, 'https://usses.beanstalkweb.com/author/ericatraversetheglobe-com/', '64:fae2e9786be1129bfc59f3e5dd5c0708', 324, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e5f84e1eec1cf4174b12e85b9ccde642?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e5f84e1eec1cf4174b12e85b9ccde642?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(417, 'https://usses.beanstalkweb.com/author/lisa-woodkestarofthewest-com/', '67:eafa28b32e11af427ffde3022aac7395', 325, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/cab4af184865fd38101c492a089246c1?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/cab4af184865fd38101c492a089246c1?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(418, 'https://usses.beanstalkweb.com/author/elizabetheverbestorganics-com/', '68:f77cd2be38f1071db2d1d74083cf90ac', 326, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/761e042b287151a4f9ddd796e6af3a38?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/761e042b287151a4f9ddd796e6af3a38?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(419, 'https://usses.beanstalkweb.com/author/chrispetersonfarmsseed-com/', '65:9de8c7c41bbf5a267bb864502eca8b35', 327, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/94c30c356642176a29a6536ad6db845e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/94c30c356642176a29a6536ad6db845e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(420, 'https://usses.beanstalkweb.com/author/abbeyroggenbuckgmail-com/', '63:604ac27a74cd2750079d96129b8eca72', 328, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1b35ac5543b420c0ceb1c06259292a83?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1b35ac5543b420c0ceb1c06259292a83?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(421, 'https://usses.beanstalkweb.com/author/jeremy_holtcargill-com/', '61:be7dfd17ebacd99602554eafa00c0933', 329, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1ee68b4ee0ff718eb4005197f39a6fc3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1ee68b4ee0ff718eb4005197f39a6fc3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(422, 'https://usses.beanstalkweb.com/author/jessica-matsonchsinc-com/', '63:5cbfb68422808af023ce7ccf517645ae', 330, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1f6c286005298d0a7d86246a9a356dad?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1f6c286005298d0a7d86246a9a356dad?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(423, 'https://usses.beanstalkweb.com/author/rhondasimply-sourced-com/', '63:5694f68c7b9468a8dcc9d25176d7d47d', 331, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a8708ce7fdeafa1c4add29acd5f4ab9d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a8708ce7fdeafa1c4add29acd5f4ab9d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(424, 'https://usses.beanstalkweb.com/author/eswiftmeruscompanies-com/', '63:f237972c99ed054a5538e972ff4c3b62', 332, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/41888941652e65139e7c23337c6d3aea?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/41888941652e65139e7c23337c6d3aea?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(425, 'https://usses.beanstalkweb.com/author/roberthurleyjrmarquisenergy-com/', '70:dfeac83e21989bb6d3b0b8ea167ba106', 333, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2dfd720a573d0df42587a28fa4e261c4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2dfd720a573d0df42587a28fa4e261c4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(426, 'https://usses.beanstalkweb.com/author/elizabeth-watterstheredwoodgroup-com/', '75:4833795c55d0250b537e36e351d296ae', 334, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6cf0d81621e53c3067d0a6cf2549b3b2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6cf0d81621e53c3067d0a6cf2549b3b2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:23:59', 1, NULL, NULL, NULL, NULL, 0, NULL),
(427, 'https://usses.beanstalkweb.com/author/sydney-jenningsclarksongrain-com/', '71:b6b5523b8288b913753bef6148ea7a5b', 335, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/66fc048c7f7621ebe568f0934587909f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/66fc048c7f7621ebe568f0934587909f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(428, 'https://usses.beanstalkweb.com/author/nweberlelandfarmers-com/', '62:c9c151496c7f6d30d67ac66cc4b80b90', 336, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/47fc7bd973af5f0756a029af50e23874?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/47fc7bd973af5f0756a029af50e23874?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(429, 'https://usses.beanstalkweb.com/author/clabruredondos-com-pe/', '60:3d3cfbfdca42e88c9aeef3de04b2c1bb', 337, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/546990077650352736d536f9d766d6f6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/546990077650352736d536f9d766d6f6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(430, 'https://usses.beanstalkweb.com/author/dlakebenchmarkwwl-com/', '60:44a526e1d485dee18d3181605c9e73dd', 338, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/64d5d3adb7e030681011b82a910e5537?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/64d5d3adb7e030681011b82a910e5537?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(431, 'https://usses.beanstalkweb.com/author/katie-mcgeeverzgcusa-com/', '63:05071fff5a71f6c2ccc0f581e32f9e41', 339, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f82d80c78ecbcbff9a7f235e2e537654?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f82d80c78ecbcbff9a7f235e2e537654?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(432, 'https://usses.beanstalkweb.com/author/sampleemail-tst/', '54:04c5c04a6080a0cb98955b0a1d2bc307', 340, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/553f9e0f719254abcdf5b9bf51bc358c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/553f9e0f719254abcdf5b9bf51bc358c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(433, 'https://usses.beanstalkweb.com/author/nnagelpipelinefoods-com/', '62:b5c8944837b993b3b6f60f158416ecbc', 341, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/28a01ac3d250155ee7893d835d16a706?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/28a01ac3d250155ee7893d835d16a706?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(434, 'https://usses.beanstalkweb.com/author/hvokovanpipelinefoods-com/', '64:256d7a991d3f7fff4f40070640883004', 342, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4b765428b38fc4e66ca176a8b9603800?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4b765428b38fc4e66ca176a8b9603800?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(435, 'https://usses.beanstalkweb.com/author/tg_docs278andersonsinc-com/', '65:c8dab3651279af8f1b8ad99a80de2a73', 343, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/de8fa0041295d331f1a23fbafcc5b84d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/de8fa0041295d331f1a23fbafcc5b84d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(436, 'https://usses.beanstalkweb.com/author/bwittenbornandersonsinc-com/', '66:19f54641012c24d20a26955e24511f9d', 344, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/32ba4bf29d6a3f6d8ca1e65d530a4d81?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/32ba4bf29d6a3f6d8ca1e65d530a4d81?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(437, 'https://usses.beanstalkweb.com/author/scavallotracylansingtradegroup-com/', '73:258358d7b82ede9b1e14bc9a33a1ca9e', 345, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/6df594fb40512f60a17b90653271f9fe?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/6df594fb40512f60a17b90653271f9fe?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(438, 'https://usses.beanstalkweb.com/author/dmelikhovacitizenselevator-com/', '69:5694adcc9ea69fbb02a9829301380248', 346, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8250b4a9e41c55ece63bbbcb89620d41?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8250b4a9e41c55ece63bbbcb89620d41?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(439, 'https://usses.beanstalkweb.com/author/choloubekscoular-com/', '59:58f7e1fc79e9afc784090beff0859ee3', 347, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f0307f4774123b89dddb9d4211ef96f0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f0307f4774123b89dddb9d4211ef96f0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(440, 'https://usses.beanstalkweb.com/author/mucherucgmail-com/', '56:f72712c04e76f4e95a0dc96b5df89781', 348, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/99da8b37dc63e2e81ac828a922adda56?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/99da8b37dc63e2e81ac828a922adda56?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(441, 'https://usses.beanstalkweb.com/author/jrootbenchmarkwwl-com/', '60:a237decedc85d3482f491fbadba7b671', 349, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2f60d99679fca6667db5600a9c5dd4b9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2f60d99679fca6667db5600a9c5dd4b9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(442, 'https://usses.beanstalkweb.com/author/kcoventryscoular-com/', '59:9b362d204158156e77f52df11d3b7af2', 350, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3a33b0a79ca9d19a173c9882eb0a1611?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3a33b0a79ca9d19a173c9882eb0a1611?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(443, 'https://usses.beanstalkweb.com/author/amaysscoular-com/', '55:36c870b4bd4fd15bff02d271ee4fc00d', 351, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/73faa4b36f6841b9347f61a30d789b1d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/73faa4b36f6841b9347f61a30d789b1d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(444, 'https://usses.beanstalkweb.com/author/erin-rudloffbunge-com/', '60:a4bfc62e7c76aa6b05d462d21c26a753', 352, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/80e285f9d7b51ab0d5c153d00329c90a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/80e285f9d7b51ab0d5c153d00329c90a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(445, 'https://usses.beanstalkweb.com/author/tinarichlandifc-com/', '58:727670cee4c668c3de6b253c3f38c388', 353, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/b46c437ab40af35f06ab5568a6476a52?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/b46c437ab40af35f06ab5568a6476a52?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(446, 'https://usses.beanstalkweb.com/author/kirstie-andersonadm-com/', '62:03d1cf8814b31915047b93caccbca5fa', 354, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/3eed4f2aca71309456b03ed60c679ef6?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/3eed4f2aca71309456b03ed60c679ef6?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(447, 'https://usses.beanstalkweb.com/author/rhayesandersonsinc-com/', '61:3034af5469065592738f119951539482', 355, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/055bc582eb1a899a43928ee4ca3d1537?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/055bc582eb1a899a43928ee4ca3d1537?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:01', 1, NULL, NULL, NULL, NULL, 0, NULL),
(448, 'https://usses.beanstalkweb.com/author/sandiagnielcommodities-com/', '65:ab9152beaddc135e5f195c292c8528c3', 356, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a5300b3e0ecb3f0f6cf942317e3c0e62?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a5300b3e0ecb3f0f6cf942317e3c0e62?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(449, 'https://usses.beanstalkweb.com/author/katolsonv22gmail-com/', '59:fec15b08ce956b540c5a310c262d6581', 357, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4e6f4fa00bf66458b5a9c19ab29afda4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4e6f4fa00bf66458b5a9c19ab29afda4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL);
INSERT INTO `wp_yoast_indexable` (`id`, `permalink`, `permalink_hash`, `object_id`, `object_type`, `object_sub_type`, `author_id`, `post_parent`, `title`, `description`, `breadcrumb_title`, `post_status`, `is_public`, `is_protected`, `has_public_posts`, `number_of_pages`, `canonical`, `primary_focus_keyword`, `primary_focus_keyword_score`, `readability_score`, `is_cornerstone`, `is_robots_noindex`, `is_robots_nofollow`, `is_robots_noarchive`, `is_robots_noimageindex`, `is_robots_nosnippet`, `twitter_title`, `twitter_image`, `twitter_description`, `twitter_image_id`, `twitter_image_source`, `open_graph_title`, `open_graph_description`, `open_graph_image`, `open_graph_image_id`, `open_graph_image_source`, `open_graph_image_meta`, `link_count`, `incoming_link_count`, `prominent_words_version`, `created_at`, `updated_at`, `blog_id`, `language`, `region`, `schema_page_type`, `schema_article_type`, `has_ancestors`, `estimated_reading_time_minutes`) VALUES
(450, 'https://usses.beanstalkweb.com/author/carsonbluewatershipping-com/', '66:2f5d1eccf2ff9d4a25ec2b7ec64693c1', 358, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/fce9aff21637e8dc5c97889ff112b876?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/fce9aff21637e8dc5c97889ff112b876?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(451, 'https://usses.beanstalkweb.com/author/dleeperscoular-com/', '57:30e62926acf24d0023d48d0eb8d0e61c', 359, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/e737efc560eee7720bda885bb6008777?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/e737efc560eee7720bda885bb6008777?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(452, 'https://usses.beanstalkweb.com/author/alicia-pagettadm-com/', '59:3250c3c70c1ad583ff69209d4952c395', 360, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/820f5e8e43fc9a302d7ef0c8d2ef898f?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/820f5e8e43fc9a302d7ef0c8d2ef898f?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(453, 'https://usses.beanstalkweb.com/author/omaira_andersencargill-com/', '65:9cab1ec52244451cf49a2a15f95e0abf', 361, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/f877b7e9f8c32133966e063c1d485433?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/f877b7e9f8c32133966e063c1d485433?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(454, 'https://usses.beanstalkweb.com/author/obi-collinsbunge-com/', '59:92ca56a2cce268295219eb34eb4ed1b7', 362, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a34b565bb4efdf5f352582fd63c7078e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a34b565bb4efdf5f352582fd63c7078e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(455, 'https://usses.beanstalkweb.com/author/yani-van-caoviterra-com/', '62:222cbaef2c96af99e8a2e9b0fc70261e', 363, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/2f256841e98951531c5cc773d2b2a4fe?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/2f256841e98951531c5cc773d2b2a4fe?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(456, 'https://usses.beanstalkweb.com/author/hkaestnerstonearchcom-com/', '64:2ad193605d7728254308feb0e2abb5ba', 364, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/44fb8f4a495da2c3fb80053368f93917?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/44fb8f4a495da2c3fb80053368f93917?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(457, 'https://usses.beanstalkweb.com/author/kneisensb-b-com/', '54:365910a5529aadc2e06e4f5bf86722fc', 365, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c3943979a7c717c9a11d1a30bed017ba?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c3943979a7c717c9a11d1a30bed017ba?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(458, 'https://usses.beanstalkweb.com/author/jcarusostonearchcom-com/', '62:2ac1d83dde7db1b838012205ee7f289c', 366, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/76d220ad1b20c3c21e2d598e54a0d0e0?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/76d220ad1b20c3c21e2d598e54a0d0e0?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:02', 1, NULL, NULL, NULL, NULL, 0, NULL),
(459, 'https://usses.beanstalkweb.com/author/ulker-sharifovaadm-com/', '61:c846e6d9607fd74ecf6e7e90682e5567', 367, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/1deff60a592420e6f73295d2ed9e61f8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/1deff60a592420e6f73295d2ed9e61f8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(460, 'https://usses.beanstalkweb.com/author/garybzfsinc-com/', '54:fd80c79c0b4b52f57a898b8cb94a339e', 368, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/353c914ea76e4da3b827deaf56ef491a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/353c914ea76e4da3b827deaf56ef491a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(461, 'https://usses.beanstalkweb.com/author/suesouthdakotainnovation-com/', '67:f9d28e17ed04ed26269da634745a4ba3', 369, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/7b544000f86e6578e8eaa481e01c73f8?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/7b544000f86e6578e8eaa481e01c73f8?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(462, 'https://usses.beanstalkweb.com/author/richardgalloway1comcast-net/', '66:aa40f759ec18704cd5c7a164446336ec', 370, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/8eda1014d6fffdb5e904be24ebb76a14?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/8eda1014d6fffdb5e904be24ebb76a14?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(463, 'https://usses.beanstalkweb.com/author/zhoufeiusagmail-com/', '58:b0594f9d4b1854f58479e657b587d1bf', 371, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/15c8539fa57f2ad1c0fbbba167d0947a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/15c8539fa57f2ad1c0fbbba167d0947a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(464, 'https://usses.beanstalkweb.com/author/joshezfscreston-com/', '58:984a0225521979cdbc1b195fc845b9ed', 372, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/996e596566767f000f6b05c952a39d32?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/996e596566767f000f6b05c952a39d32?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(465, 'https://usses.beanstalkweb.com/author/darwinrzfscreston-com/', '60:ab8d039a102b0e0a3ba4ae8d9653c32b', 373, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/76ab19f6d91ee1cc8f1afe1d91fedbcd?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/76ab19f6d91ee1cc8f1afe1d91fedbcd?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-12 00:02:50', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(467, 'https://usses.beanstalkweb.com/author/dangkhoacpcp-com-vn/', '58:6d9140b1f4774974219977af21d849a5', 375, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/32135b7b3e8b2fd993ca1c0e8caf01b2?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/32135b7b3e8b2fd993ca1c0e8caf01b2?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(468, 'https://usses.beanstalkweb.com/author/sdoddnorag-intl-com/', '58:fdd5669c2b8d428d4d2f839c97d062da', 376, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/73cadb11682a25e4afbe9d68080296b3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/73cadb11682a25e4afbe9d68080296b3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(469, 'https://usses.beanstalkweb.com/author/johnhsevita-com/', '54:9ad16bd7d546865956615606d7426537', 377, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4c4dd902860caab71b91d1c033a1e9c9?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4c4dd902860caab71b91d1c033a1e9c9?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(470, 'https://usses.beanstalkweb.com/author/kamilahnorag-intl-com/', '60:0057952b76add95f68c2b9d259daf288', 378, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/200f03c6f99d53aa077d01b55608b74c?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/200f03c6f99d53aa077d01b55608b74c?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(471, 'https://usses.beanstalkweb.com/author/heidinorag-us-com/', '56:3e92b26233f0ed84acd980525432e45f', 379, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4cd043a77bffa925848d0efe69a5a946?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4cd043a77bffa925848d0efe69a5a946?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(472, 'https://usses.beanstalkweb.com/author/plahrpipelinefoods-com/', '61:402edad41c63a7c978d7d5039128a004', 380, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c4e369e17de798823999445e9f942c96?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c4e369e17de798823999445e9f942c96?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-18 18:02:14', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(474, 'https://usses.beanstalkweb.com/114/', '35:c2c299ca97b0952a0233b51f3ecc9620', 114, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 20:16:14', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(476, 'https://usses.beanstalkweb.com/116/', '35:fa1b1c4a45c21a2399815fa2c156c670', 116, 'post', 'nav_menu_item', 1, 67, NULL, NULL, 'Shipments', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 20:18:50', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(486, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_144.png', '73:29ea2c7b0d35dc9f56918ebc9abc7d73', 128, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon_144', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_144.png', NULL, '128', 'attachment-image', NULL, NULL, NULL, '128', 'attachment-image', NULL, 0, NULL, NULL, '2021-03-26 22:03:09', '2021-03-27 03:03:09', 1, NULL, NULL, NULL, NULL, 0, NULL),
(478, 'https://usses.beanstalkweb.com/account/companies/', '49:4cfcf38f6da7681ff547bb341bccd24a', 118, 'post', 'page', 1, 67, NULL, NULL, 'Companies', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:08:38', '2021-03-19 03:09:17', 1, NULL, NULL, NULL, NULL, 0, NULL),
(479, 'https://usses.beanstalkweb.com/120/', '35:41de8937a2d94df2d3d6dd15a22f7f93', 120, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:10:32', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(480, 'https://usses.beanstalkweb.com/account/allocations/', '51:8984105ce5b5220c568d414c7988a3fa', 121, 'post', 'page', 1, 67, NULL, NULL, 'Global Sustainable Allocation History', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:14:34', '2021-03-19 03:15:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(481, 'https://usses.beanstalkweb.com/account/ussec-users/', '51:60a80d1f3d73cfe14b320b4932c2011a', 123, 'post', 'page', 1, 67, NULL, NULL, 'SES Users', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:16:00', '2021-08-19 17:59:06', 1, NULL, NULL, NULL, NULL, 1, NULL),
(482, 'https://usses.beanstalkweb.com/125/', '35:593dc8272482fa9b613e6eae66ba372c', 125, 'post', 'nav_menu_item', 1, 67, NULL, NULL, '', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:17:51', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(483, 'https://usses.beanstalkweb.com/sustainable-allocations/', '55:63d830d6f9df0e4e4fb4db247d4fa026', 126, 'post', 'nav_menu_item', 1, 67, NULL, NULL, 'Sustainable Allocations', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-03-18 22:17:51', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(484, 'https://usses.beanstalkweb.com/author/darwinzfsinc-com/', '55:505528f3dbea8a3b6338e64cd9686364', 381, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/93d05e82ee0b378464b603c495dcb41b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/93d05e82ee0b378464b603c495dcb41b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-03-24 22:56:05', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(487, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_114.png', '73:d1db11bd88d6fe820d40511117839733', 129, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon_114', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_114.png', NULL, '129', 'attachment-image', NULL, NULL, NULL, '129', 'attachment-image', NULL, 0, NULL, NULL, '2021-03-26 22:03:14', '2021-03-27 03:03:14', 1, NULL, NULL, NULL, NULL, 0, NULL),
(488, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_72.png', '72:1d729af84c1bab81c5b74b238a7afe68', 130, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon_72', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_72.png', NULL, '130', 'attachment-image', NULL, NULL, NULL, '130', 'attachment-image', NULL, 0, NULL, NULL, '2021-03-26 22:03:19', '2021-03-27 03:03:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(489, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_57.png', '72:aab6d0880b7742e87b2c01d39c2bc593', 131, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon_57', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_57.png', NULL, '131', 'attachment-image', NULL, NULL, NULL, '131', 'attachment-image', NULL, 0, NULL, NULL, '2021-03-26 22:03:26', '2021-03-27 03:03:26', 1, NULL, NULL, NULL, NULL, 0, NULL),
(490, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_32.png', '72:29a5c88ae3f7173d5a8af834df984f21', 132, 'post', 'attachment', 1, 0, NULL, NULL, 'favicon_32', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/03/favicon_32.png', NULL, '132', 'attachment-image', NULL, NULL, NULL, '132', 'attachment-image', NULL, 0, NULL, NULL, '2021-03-26 22:03:32', '2021-03-27 03:03:32', 1, NULL, NULL, NULL, NULL, 0, NULL),
(494, 'https://usses.beanstalkweb.com/author/naidontarasgmail-com/', '59:e9c3b09d7ab982bb70dc4bcb30f426b4', 382, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a5a975ab7b6ef2037a7935dc4e4404b4?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a5a975ab7b6ef2037a7935dc4e4404b4?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-04-14 17:50:24', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(492, 'https://usses.beanstalkweb.com/view-certificate-preview/', '56:f079a54e705ca502ccec90d7f67e1cce', 136, 'post', 'page', 1, 0, NULL, NULL, 'View Certificate Preview', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-01 17:41:46', '2021-04-01 22:43:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(493, 'https://usses.beanstalkweb.com/view-certificate/', '48:d50b066c68bbf9c7a1e8223ac61cb53f', 138, 'post', 'page', 1, 0, NULL, NULL, 'View Certificate', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-01 17:43:25', '2021-04-01 22:43:36', 1, NULL, NULL, NULL, NULL, 0, NULL),
(495, 'https://usses.beanstalkweb.com/author/carmen-slipherbunge-com/', '62:d4657fcc714d9f92b9fb38d557d296aa', 383, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/548d92360575589d7d7ba26f8a8889ac?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/548d92360575589d7d7ba26f8a8889ac?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-04-14 17:50:24', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(496, 'https://usses.beanstalkweb.com/author/documentationfreycommodities-com/', '71:8a9bca3827a753f84236fd8b426f92a9', 384, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c5f67744e02bcb63cbdeef8c9cb6e572?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c5f67744e02bcb63cbdeef8c9cb6e572?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-04-14 17:50:24', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(515, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/Partners.jpg', '70:f88ecf7bbc7514b16b928eb6fd92171d', 180, 'post', 'attachment', 1, 0, NULL, NULL, 'Partners', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/Partners.jpg', NULL, '180', 'attachment-image', NULL, NULL, NULL, '180', 'attachment-image', NULL, 0, NULL, NULL, '2021-05-14 11:17:20', '2021-05-14 16:17:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(498, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/ussec_logo.png', '72:de685aef5d6888a3359859d326fdf7fa', 141, 'post', 'attachment', 1, 0, NULL, NULL, 'ussec_logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/ussec_logo.png', NULL, '141', 'attachment-image', NULL, NULL, NULL, '141', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-15 06:55:55', '2021-04-15 11:55:55', 1, NULL, NULL, NULL, NULL, 0, NULL),
(499, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/us_soy_logo.png', '73:2aaba615ac87945a0c33ec45fbd0258e', 142, 'post', 'attachment', 1, 0, NULL, NULL, 'us_soy_logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/us_soy_logo.png', NULL, '142', 'attachment-image', NULL, NULL, NULL, '142', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-15 06:55:56', '2021-04-15 11:55:56', 1, NULL, NULL, NULL, NULL, 0, NULL),
(500, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/asa_logo.png', '70:1175d9a81eb4a39500f4baa61dc45013', 143, 'post', 'attachment', 1, 0, NULL, NULL, 'asa_logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/asa_logo.png', NULL, '143', 'attachment-image', NULL, NULL, NULL, '143', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-15 06:55:58', '2021-04-15 11:55:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(501, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/united_soybean_board_logo.png', '87:73b03fb6c363bb6ee7271d84042354e9', 144, 'post', 'attachment', 1, 0, NULL, NULL, 'united_soybean_board_logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/united_soybean_board_logo.png', NULL, '144', 'attachment-image', NULL, NULL, NULL, '144', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-15 06:56:00', '2021-04-15 11:56:00', 1, NULL, NULL, NULL, NULL, 0, NULL),
(502, 'https://usses.beanstalkweb.com/login/', '37:fa9f1d1022b548b25c3c7e7dd9a71f4d', 145, 'post', 'page', 1, 0, NULL, NULL, 'Login', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-15 07:01:00', '2021-04-19 20:21:03', 1, NULL, NULL, NULL, NULL, 0, NULL),
(503, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/Terms-of-Use-Soy-Export-Sustainability-Certification-Portal.pdf', '121:80e543f6d79ab1898a1e9c80bc6df4f8', 147, 'post', 'attachment', 1, 0, NULL, NULL, 'Terms of Use Soy Export Sustainability Certification Portal', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-15 07:03:19', '2021-04-15 12:03:19', 1, NULL, NULL, NULL, NULL, 0, NULL),
(504, 'https://usses.beanstalkweb.com/register/', '40:b29a7878e713a4241b080b97205ee890', 150, 'post', 'page', 1, 0, NULL, NULL, 'Register', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-15 07:31:29', '2021-04-19 20:22:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(513, 'https://usses.beanstalkweb.com/author/michael-merrittusnisshinsk-com/', '69:4d47bc0564ac74a75ab19502ab428bda', 385, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/03feeed7903d7c907798e6f4fa0c39ae?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/03feeed7903d7c907798e6f4fa0c39ae?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-05-07 20:40:11', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(506, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/U.S.-Soy-Sustainability-Assurance-Protocol.pdf', '104:39ebc158b314a048fc1db69165bb3979', 157, 'post', 'attachment', 1, 2, NULL, NULL, 'U.S. Soy Sustainability Assurance Protocol', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-16 07:16:30', '2021-04-19 20:24:29', 1, NULL, NULL, NULL, NULL, 0, NULL),
(507, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-left.png', '72:e38ca18b35c8c47ccc8b48e2369c0a0c', 159, 'post', 'attachment', 1, 54, NULL, NULL, 'arrow-left', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-left.png', NULL, '159', 'attachment-image', NULL, NULL, NULL, '159', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-19 15:15:35', '2021-04-19 20:15:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(508, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-right.png', '73:b013d2de7c3a00212c3801126d1c3e7c', 160, 'post', 'attachment', 1, 54, NULL, NULL, 'arrow-right', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/arrow-right.png', NULL, '160', 'attachment-image', NULL, NULL, NULL, '160', 'attachment-image', NULL, 0, NULL, NULL, '2021-04-19 15:15:47', '2021-04-19 20:15:47', 1, NULL, NULL, NULL, NULL, 0, NULL),
(509, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/04/SoyHomepageVideo_042021.mp4', '85:93a1f01942a32833540544d882873e7f', 167, 'post', 'attachment', 1, 2, NULL, NULL, 'SoyHomepageVideo_042021', 'inherit', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-04-22 06:35:21', '2021-04-22 11:35:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(537, 'https://usses.beanstalkweb.com/author/brentebabbgmail-com/', '58:75508c91c6bc30885867a54f39498520', 389, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/e5848413efc67c1879cb60a6a2327522?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/e5848413efc67c1879cb60a6a2327522?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-10 21:03:37', '2021-06-22 21:53:58', 1, NULL, NULL, NULL, NULL, 0, NULL),
(517, 'https://usses.beanstalkweb.com/account/customer/', '48:48c850dbcb9d2d21119eaaf929e41558', 183, 'post', 'page', 1, 67, NULL, NULL, 'Customer Certificate Dashboard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(527, 'https://usses.beanstalkweb.com/author/gabriella-dempseyadm-com/', '63:8ddec6cebb8dd2c8c6df723d79735342', 386, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/0314cc7477784273abe8f2b02beb2d3b?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/0314cc7477784273abe8f2b02beb2d3b?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-05-17 21:38:03', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(518, 'https://usses.beanstalkweb.com/account/customer/profile-add/', '60:4b5a76168a95fd41478d5b07b74bbde9', 184, 'post', 'page', 1, 183, NULL, NULL, 'Customer Profile Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(519, 'https://usses.beanstalkweb.com/account/customer/profile-validate/', '65:7af033a0603703bc9ceca6f88a04fe95', 185, 'post', 'page', 1, 183, NULL, NULL, 'Customer Profile Validate', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(520, 'https://usses.beanstalkweb.com/account/customer/profile-dashboard/', '66:8a95620b6d6e95fcfb28d5fe3bfab205', 186, 'post', 'page', 1, 183, NULL, NULL, 'Customer Profile Dashboard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(521, 'https://usses.beanstalkweb.com/account/customer/certificate-add/', '64:f70a714cd60257822b3495a353d58b2b', 187, 'post', 'page', 1, 183, NULL, NULL, 'Customer Certificate Add', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(522, 'https://usses.beanstalkweb.com/account/customer/certificate-validate/', '69:e1cd4d40b411ee5682bc74bd6dc04f1c', 188, 'post', 'page', 1, 183, NULL, NULL, 'Customer Certificate Validate', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(523, 'https://usses.beanstalkweb.com/account/customer/certificate-confirmation/', '73:98f6021fd9d767d614a9c9f517351bb7', 189, 'post', 'page', 1, 183, NULL, NULL, 'Customer Certificate Confirmation', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 02:27:06', 1, NULL, NULL, NULL, NULL, 0, NULL),
(524, 'https://usses.beanstalkweb.com/author/', '38:035a61bbd80b83020e7b654e3768e554', 0, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(525, 'https://usses.beanstalkweb.com/customer-dashboard/', '50:1cd9fe86c9e8ffc61b637aaf8f10bed5', 190, 'post', 'nav_menu_item', 0, 67, NULL, NULL, 'Customer Dashboard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:27:06', '2021-05-18 17:18:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(526, 'https://usses.beanstalkweb.com/customer-dashboard-2/', '52:c04d4e1a41bd30700bdf5e651b2e899a', 191, 'post', 'nav_menu_item', 1, 67, NULL, NULL, 'Customer Dashboard', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-05-17 21:31:43', '2021-05-18 17:19:38', 1, NULL, NULL, NULL, NULL, 0, NULL),
(528, 'https://usses.beanstalkweb.com/author/jemmerichpipelinefoods-com/', '65:b0d682643e0c0758ab1846e84b657c31', 387, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/649fa52ae5621a6981e32403ca31efad?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/649fa52ae5621a6981e32403ca31efad?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-05-17 21:38:03', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(529, 'https://usses.beanstalkweb.com/author/bkrausepipelinefoods-com/', '63:1cf94f29db1a0cc35c85c2d4fa96d3b1', 388, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/c56df0e24414bf00bde4bf00f078be22?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/c56df0e24414bf00bde4bf00f078be22?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-05-17 21:38:03', '2021-06-11 03:24:04', 1, NULL, NULL, NULL, NULL, 0, NULL),
(531, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/footer-logo.png', '73:4c5ba4929f831d5254d5633022957011', 194, 'post', 'attachment', 1, 0, NULL, NULL, 'footer-logo', 'inherit', 0, 0, 0, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, 'https://usses.beanstalkweb.com/wp-content/uploads/2021/05/footer-logo.png', NULL, '194', 'attachment-image', NULL, NULL, NULL, '194', 'attachment-image', NULL, 0, NULL, NULL, '2021-05-19 12:20:35', '2021-05-19 17:20:35', 1, NULL, NULL, NULL, NULL, 0, NULL),
(538, 'https://usses.beanstalkweb.com/author/kimberly-olsonchsinc-com/', '63:1ef39b043c2984686f34de3f7a8099fa', 390, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://0.gravatar.com/avatar/ffec9b3d81e63e8da5f3dbb2b2623462?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://0.gravatar.com/avatar/ffec9b3d81e63e8da5f3dbb2b2623462?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-10 21:03:37', '2021-06-11 03:24:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(539, 'https://usses.beanstalkweb.com/author/claire-shaw2chsinc-com/', '61:8aa08e46ac88a634db30a12a7c8b5a02', 391, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/a024d323c8d6f366ecbba92e86de7b4a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/a024d323c8d6f366ecbba92e86de7b4a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-10 21:03:38', '2021-06-11 03:24:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(540, 'https://usses.beanstalkweb.com/author/jose-badachsinc-com/', '58:e42716e0bac7f057e21560d870ada387', 392, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://2.gravatar.com/avatar/ee2d8a39ee32715205e4297b9b65f54e?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://2.gravatar.com/avatar/ee2d8a39ee32715205e4297b9b65f54e?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-10 21:03:38', '2021-06-11 03:24:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(541, 'https://usses.beanstalkweb.com/author/azusa_gotocargill-com/', '60:c01fe20fb8c2a19710c438440d23aa5e', 393, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://1.gravatar.com/avatar/4aaad3282f83db2c11f556e3aff74b4d?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://1.gravatar.com/avatar/4aaad3282f83db2c11f556e3aff74b4d?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-10 21:03:38', '2021-06-11 03:24:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(556, 'https://usses.beanstalkweb.com/author/samticohotmail-com/', '57:25804191bc634d20b75a8fd5b6f6b194', 398, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/893a7447215a8a3536152caf43ec0c06?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/893a7447215a8a3536152caf43ec0c06?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-07-26 21:12:37', '2021-07-27 02:19:11', 1, NULL, NULL, NULL, NULL, 0, NULL),
(546, 'https://usses.beanstalkweb.com/author/rolsonussec-org/', '54:882d1641f4133fa8fd5f3d8512d73b6f', 394, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/36da6b6bf0f87a2cf9ce6bc566d2d328?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/36da6b6bf0f87a2cf9ce6bc566d2d328?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-06-21 14:59:59', '2021-06-25 01:46:05', 1, NULL, NULL, NULL, NULL, 0, NULL),
(549, 'https://usses.beanstalkweb.com/terms-and-conditions/', '52:04961e45d6eac7d4880c7d6bd3ad17da', 208, 'post', 'page', 1, 0, NULL, NULL, 'Terms and Conditions', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-07-13 15:04:20', '2021-07-13 20:04:20', 1, NULL, NULL, NULL, NULL, 0, NULL),
(563, 'https://usses.beanstalkweb.com/account/allocations/add/', '55:7d84f567cdc5bd860d4c78b096a3d740', 220, 'post', 'page', 1, 121, NULL, NULL, 'Sustainable Allocations – Add New Marketing Year', 'publish', NULL, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL, '2021-09-03 14:35:56', '2021-09-03 19:36:08', 1, NULL, NULL, NULL, NULL, 1, NULL),
(554, 'https://usses.beanstalkweb.com/author/rafael-olasobunge-com/', '60:b0999b7aee02cb2b099a458e38668dd0', 397, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/d855054a431fb08616d30e93256fd4ad?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/d855054a431fb08616d30e93256fd4ad?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-07-15 20:21:14', '2021-07-16 11:58:27', 1, NULL, NULL, NULL, NULL, 0, NULL),
(577, 'https://usses.beanstalkweb.com/author/samticomangmail-com/', '58:15fd999c8962e31495e34f293f65163d', 401, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/41da96d062d9e28e8bf043de5523ee5a?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/41da96d062d9e28e8bf043de5523ee5a?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-10 17:50:30', '2021-11-11 00:51:18', 1, NULL, NULL, NULL, NULL, 0, NULL),
(586, 'https://usses.beanstalkweb.com/?p=242', '37:87b24ae32c468a14762e6ad7db03f5ca', 242, 'post', 'post', 1, 0, NULL, NULL, 'Auto Draft', 'auto-draft', 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2021-11-26 13:19:07', '2021-11-26 19:19:07', 1, NULL, NULL, NULL, NULL, 0, NULL),
(576, 'https://usses.beanstalkweb.com/author/nickbeanstalkweb-com/', '59:2e689e3ea4d498a28059ce9f59e2ba8f', 400, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/9ecf00487b3ad0e27e0edff88c6fe494?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/9ecf00487b3ad0e27e0edff88c6fe494?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-09 18:59:31', '2021-11-10 00:59:31', 1, NULL, NULL, NULL, NULL, 0, NULL),
(578, 'https://usses.beanstalkweb.com/author/fmpstreasurergmail-com/', '61:56566ace65ae1f144c80aa60d86201f8', 402, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/e29e9c180eb73032420240ed6e2a87b3?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/e29e9c180eb73032420240ed6e2a87b3?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-10 18:02:07', '2021-11-11 00:43:09', 1, NULL, NULL, NULL, NULL, 0, NULL),
(581, 'https://usses.beanstalkweb.com/author/rinneabbyyahoo-com/', '57:f92d6e3c5411708b68244900191b2132', 403, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/eacd6416584327101de41bb6985be343?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/eacd6416584327101de41bb6985be343?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-18 03:07:47', '2021-11-18 09:27:21', 1, NULL, NULL, NULL, NULL, 0, NULL),
(584, 'https://usses.beanstalkweb.com/author/akjrinneyahoo-com/', '56:2c2b304861ba6aeaab1d98fc26903f45', 404, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/9de63e9851edac58a4890de7d249f021?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/9de63e9851edac58a4890de7d249f021?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-22 19:30:46', '2021-11-23 04:36:10', 1, NULL, NULL, NULL, NULL, 0, NULL),
(585, 'https://usses.beanstalkweb.com/author/abbyussecyahoo-com/', '57:2dcc738044f7e5d008d87b4e53afd2f6', 405, 'user', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL, 'https://secure.gravatar.com/avatar/7cf70583f1cb14be4ace1a11fde40d41?s=500&d=mm&r=g', NULL, NULL, 'gravatar-image', NULL, NULL, 'https://secure.gravatar.com/avatar/7cf70583f1cb14be4ace1a11fde40d41?s=500&d=mm&r=g', NULL, 'gravatar-image', NULL, NULL, NULL, NULL, '2021-11-22 22:40:41', '2021-11-23 04:48:23', 1, NULL, NULL, NULL, NULL, 0, NULL);

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(10) UNSIGNED NOT NULL,
  `ancestor_id` int(10) UNSIGNED NOT NULL,
  `depth` int(10) UNSIGNED DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

INSERT INTO `wp_yoast_indexable_hierarchy` (`indexable_id`, `ancestor_id`, `depth`, `blog_id`) VALUES
(12, 7, 1, 1),
(67, 66, 1, 1),
(68, 67, 1, 1),
(68, 66, 2, 1),
(69, 66, 1, 1),
(70, 66, 1, 1),
(71, 66, 2, 1),
(71, 70, 1, 1),
(72, 70, 1, 1),
(72, 66, 2, 1),
(73, 66, 2, 1),
(73, 70, 1, 1),
(74, 66, 1, 1),
(75, 74, 1, 1),
(75, 66, 2, 1),
(76, 66, 1, 1),
(77, 76, 1, 1),
(77, 66, 2, 1),
(78, 66, 1, 1),
(79, 78, 1, 1),
(79, 66, 2, 1),
(80, 66, 1, 1),
(81, 66, 1, 1),
(82, 66, 1, 1),
(83, 66, 1, 1),
(84, 66, 1, 1),
(85, 66, 1, 1),
(86, 66, 1, 1),
(474, 66, 1, 1),
(476, 66, 1, 1),
(478, 66, 1, 1),
(479, 66, 1, 1),
(480, 66, 1, 1),
(482, 66, 1, 1),
(481, 66, 1, 1),
(483, 66, 1, 1),
(42, 7, 1, 1),
(43, 7, 1, 1),
(55, 7, 1, 1),
(62, 54, 1, 1),
(60, 54, 1, 1),
(61, 54, 1, 1),
(35, 7, 1, 1),
(517, 66, 1, 1),
(507, 54, 1, 1),
(508, 54, 1, 1),
(64, 54, 1, 1),
(506, 7, 1, 1),
(509, 7, 1, 1),
(518, 66, 2, 1),
(518, 517, 1, 1),
(519, 66, 2, 1),
(519, 517, 1, 1),
(520, 66, 2, 1),
(520, 517, 1, 1),
(521, 66, 2, 1),
(521, 517, 1, 1),
(522, 66, 2, 1),
(522, 517, 1, 1),
(523, 66, 2, 1),
(523, 517, 1, 1),
(525, 66, 1, 1),
(526, 66, 1, 1),
(7, 0, 0, 1),
(502, 0, 0, 1),
(54, 0, 0, 1),
(493, 0, 0, 1),
(549, 0, 0, 1),
(563, 480, 1, 1),
(504, 0, 0, 1),
(512, 0, 0, 1),
(586, 0, 0, 1),
(563, 66, 2, 1),
(209, 0, 0, 1),
(126, 0, 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_migrations`
--

CREATE TABLE `wp_yoast_migrations` (
  `id` int(10) UNSIGNED NOT NULL,
  `version` varchar(191) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_yoast_migrations`
--

INSERT INTO `wp_yoast_migrations` (`id`, `version`) VALUES
(1, '20171228151840'),
(2, '20171228151841'),
(3, '20190529075038'),
(4, '20191011111109'),
(5, '20200408101900'),
(6, '20200420073606'),
(7, '20200428123747'),
(8, '20200428194858'),
(9, '20200429105310'),
(10, '20200430075614'),
(11, '20200430150130'),
(12, '20200507054848'),
(13, '20200513133401'),
(14, '20200609154515'),
(15, '20200616130143'),
(16, '20200617122511'),
(17, '20200702141921'),
(18, '20200728095334'),
(19, '20201202144329'),
(20, '20201216124002'),
(21, '20201216141134');

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_primary_term`
--

CREATE TABLE `wp_yoast_primary_term` (
  `id` int(10) UNSIGNED NOT NULL,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
  `blog_id` bigint(20) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_yoast_seo_links`
--

CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `target_post_id` bigint(20) UNSIGNED DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(10) UNSIGNED DEFAULT NULL,
  `target_indexable_id` int(10) UNSIGNED DEFAULT NULL,
  `height` int(10) UNSIGNED DEFAULT NULL,
  `width` int(10) UNSIGNED DEFAULT NULL,
  `size` int(10) UNSIGNED DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `wp_yoast_seo_links`
--

INSERT INTO `wp_yoast_seo_links` (`id`, `url`, `post_id`, `target_post_id`, `type`, `indexable_id`, `target_indexable_id`, `height`, `width`, `size`, `language`, `region`) VALUES
(28, 'https://usses.beanstalkweb.com/wp-admin/', 2, NULL, 'internal', 7, NULL, NULL, NULL, NULL, NULL, NULL),
(29, 'https://usses.beanstalkweb.com/wp-content/uploads/2020/11/test.png', 2, 8, 'image-in', 7, 12, 210, 210, 45426, NULL, NULL);

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_gf_draft_submissions`
--
ALTER TABLE `wp_gf_draft_submissions`
  ADD PRIMARY KEY (`uuid`),
  ADD KEY `form_id` (`form_id`);

--
-- Indexes for table `wp_gf_entry`
--
ALTER TABLE `wp_gf_entry`
  ADD PRIMARY KEY (`id`),
  ADD KEY `form_id` (`form_id`),
  ADD KEY `form_id_status` (`form_id`,`status`);

--
-- Indexes for table `wp_gf_entry_meta`
--
ALTER TABLE `wp_gf_entry_meta`
  ADD PRIMARY KEY (`id`),
  ADD KEY `meta_key` (`meta_key`(191)),
  ADD KEY `entry_id` (`entry_id`),
  ADD KEY `meta_value` (`meta_value`(191));

--
-- Indexes for table `wp_gf_entry_notes`
--
ALTER TABLE `wp_gf_entry_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `entry_id` (`entry_id`),
  ADD KEY `entry_user_key` (`entry_id`,`user_id`);

--
-- Indexes for table `wp_gf_form`
--
ALTER TABLE `wp_gf_form`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_gf_form_meta`
--
ALTER TABLE `wp_gf_form_meta`
  ADD PRIMARY KEY (`form_id`);

--
-- Indexes for table `wp_gf_form_revisions`
--
ALTER TABLE `wp_gf_form_revisions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `form_id` (`form_id`);

--
-- Indexes for table `wp_gf_form_view`
--
ALTER TABLE `wp_gf_form_view`
  ADD PRIMARY KEY (`id`),
  ADD KEY `date_created` (`date_created`),
  ADD KEY `form_id` (`form_id`);

--
-- Indexes for table `wp_gf_rest_api_keys`
--
ALTER TABLE `wp_gf_rest_api_keys`
  ADD PRIMARY KEY (`key_id`),
  ADD KEY `consumer_key` (`consumer_key`),
  ADD KEY `consumer_secret` (`consumer_secret`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_wfblockediplog`
--
ALTER TABLE `wp_wfblockediplog`
  ADD PRIMARY KEY (`IP`,`unixday`,`blockType`);

--
-- Indexes for table `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  ADD PRIMARY KEY (`id`),
  ADD KEY `type` (`type`),
  ADD KEY `IP` (`IP`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wfconfig`
--
ALTER TABLE `wp_wfconfig`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_wfcrawlers`
--
ALTER TABLE `wp_wfcrawlers`
  ADD PRIMARY KEY (`IP`,`patternSig`);

--
-- Indexes for table `wp_wffilechanges`
--
ALTER TABLE `wp_wffilechanges`
  ADD PRIMARY KEY (`filenameHash`);

--
-- Indexes for table `wp_wffilemods`
--
ALTER TABLE `wp_wffilemods`
  ADD PRIMARY KEY (`filenameMD5`);

--
-- Indexes for table `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`IP`,`ctime`),
  ADD KEY `attackLogTime` (`attackLogTime`);

--
-- Indexes for table `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k2` (`hostKey`);

--
-- Indexes for table `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wflivetraffichuman`
--
ALTER TABLE `wp_wflivetraffichuman`
  ADD PRIMARY KEY (`IP`,`identifier`),
  ADD KEY `expiration` (`expiration`);

--
-- Indexes for table `wp_wflocs`
--
ALTER TABLE `wp_wflocs`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`IP`,`fail`),
  ADD KEY `hitID` (`hitID`);

--
-- Indexes for table `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `wp_wfls_settings`
--
ALTER TABLE `wp_wfls_settings`
  ADD PRIMARY KEY (`name`);

--
-- Indexes for table `wp_wfnotifications`
--
ALTER TABLE `wp_wfnotifications`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  ADD PRIMARY KEY (`id`),
  ADD KEY `lastUpdated` (`lastUpdated`),
  ADD KEY `status` (`status`),
  ADD KEY `ignoreP` (`ignoreP`),
  ADD KEY `ignoreC` (`ignoreC`);

--
-- Indexes for table `wp_wfreversecache`
--
ALTER TABLE `wp_wfreversecache`
  ADD PRIMARY KEY (`IP`);

--
-- Indexes for table `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  ADD PRIMARY KEY (`id`),
  ADD KEY `expiration` (`expiration`),
  ADD KEY `IP` (`IP`),
  ADD KEY `type` (`type`);

--
-- Indexes for table `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  ADD PRIMARY KEY (`id`),
  ADD KEY `k1` (`ctime`),
  ADD KEY `k2` (`type`);

--
-- Indexes for table `wp_wftrafficrates`
--
ALTER TABLE `wp_wftrafficrates`
  ADD PRIMARY KEY (`eMin`,`IP`,`hitType`);

--
-- Indexes for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  ADD PRIMARY KEY (`id`),
  ADD KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  ADD KEY `object_id_and_type` (`object_id`,`object_type`),
  ADD KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  ADD KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  ADD KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`);

--
-- Indexes for table `wp_yoast_indexable_hierarchy`
--
ALTER TABLE `wp_yoast_indexable_hierarchy`
  ADD PRIMARY KEY (`indexable_id`,`ancestor_id`),
  ADD KEY `indexable_id` (`indexable_id`),
  ADD KEY `ancestor_id` (`ancestor_id`),
  ADD KEY `depth` (`depth`);

--
-- Indexes for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `wp_yoast_migrations_version` (`version`);

--
-- Indexes for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  ADD PRIMARY KEY (`id`),
  ADD KEY `post_taxonomy` (`post_id`,`taxonomy`),
  ADD KEY `post_term` (`post_id`,`term_id`);

--
-- Indexes for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `link_direction` (`post_id`,`type`),
  ADD KEY `indexable_link_direction` (`indexable_id`,`type`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_gf_entry`
--
ALTER TABLE `wp_gf_entry`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_entry_meta`
--
ALTER TABLE `wp_gf_entry_meta`
  MODIFY `id` bigint(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_entry_notes`
--
ALTER TABLE `wp_gf_entry_notes`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_form`
--
ALTER TABLE `wp_gf_form`
  MODIFY `id` mediumint(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_form_revisions`
--
ALTER TABLE `wp_gf_form_revisions`
  MODIFY `id` bigint(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_form_view`
--
ALTER TABLE `wp_gf_form_view`
  MODIFY `id` bigint(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_gf_rest_api_keys`
--
ALTER TABLE `wp_gf_rest_api_keys`
  MODIFY `key_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=11401;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2289;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=243;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

--
-- AUTO_INCREMENT for table `wp_wfblocks7`
--
ALTER TABLE `wp_wfblocks7`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfhits`
--
ALTER TABLE `wp_wfhits`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=775;

--
-- AUTO_INCREMENT for table `wp_wfhoover`
--
ALTER TABLE `wp_wfhoover`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfissues`
--
ALTER TABLE `wp_wfissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4221;

--
-- AUTO_INCREMENT for table `wp_wfknownfilelist`
--
ALTER TABLE `wp_wfknownfilelist`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7856;

--
-- AUTO_INCREMENT for table `wp_wflogins`
--
ALTER TABLE `wp_wflogins`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=728;

--
-- AUTO_INCREMENT for table `wp_wfls_2fa_secrets`
--
ALTER TABLE `wp_wfls_2fa_secrets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfpendingissues`
--
ALTER TABLE `wp_wfpendingissues`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_wfsnipcache`
--
ALTER TABLE `wp_wfsnipcache`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=53;

--
-- AUTO_INCREMENT for table `wp_wfstatus`
--
ALTER TABLE `wp_wfstatus`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=21942;

--
-- AUTO_INCREMENT for table `wp_yoast_indexable`
--
ALTER TABLE `wp_yoast_indexable`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=587;

--
-- AUTO_INCREMENT for table `wp_yoast_migrations`
--
ALTER TABLE `wp_yoast_migrations`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=22;

--
-- AUTO_INCREMENT for table `wp_yoast_primary_term`
--
ALTER TABLE `wp_yoast_primary_term`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_yoast_seo_links`
--
ALTER TABLE `wp_yoast_seo_links`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
