Skip to content
Snippets Groups Projects
Commit 666c62af authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix http into https

parent e07f6572
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class GoogleAPI ...@@ -59,7 +59,7 @@ class GoogleAPI
$i=0; $i=0;
// Desired address // Desired address
$urladdress = "http://maps.google.com/maps/geo?q=".urlencode($address)."&output=xml&key=".$this->key; $urladdress = "https://maps.google.com/maps/geo?q=".urlencode($address)."&output=xml&key=".$this->key;
// Retrieve the URL contents // Retrieve the URL contents
$page = file_get_contents($urladdress); $page = file_get_contents($urladdress);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment