Detected 1 occurrence(s) of ‘(api|private)[-_]key[ "']*=[ ="']*\w+’: <?php /* add to php.ini extension=php_openssl.dll allow_url_include = On */ // This is our Google API key $API_KEY = 'AIzaSyCfJSFS56QBn97x7T0GpqG_SnI_FNIGz4Q'; // This would come from $_REQUEST $start = "New York, NY"; $end = "Boston, MA"; // Encode for URLS $start = urlencode(str_replace(' ', '+', $start)); $end = urlencode(str_replace(' […]
↧