From 046533d134ec92d7eeb3ade6fe804734036da198 Mon Sep 17 00:00:00 2001 From: maldag Date: Mon, 20 Feb 2017 13:43:59 +0100 Subject: [PATCH] fix Google API Authentification. Auth via key supported --- web/creds-sample.php | 2 ++ web/session.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/web/creds-sample.php b/web/creds-sample.php index 03284631..34b72cef 100644 --- a/web/creds-sample.php +++ b/web/creds-sample.php @@ -11,6 +11,8 @@ $auth_user = ''; //Sample: 'torque' $auth_pass = ''; //Sample: 'open' +// Google API Key for Google Map +$googleAPI_Key= ''; //If you want to restrict access to upload_data.php, // either enter your torque ID as shown in the torque app, // or enter the hashed ID as it can found in the uploaded data. diff --git a/web/session.php b/web/session.php index bcedb777..7f670bef 100644 --- a/web/session.php +++ b/web/session.php @@ -106,7 +106,7 @@ - +