From 5c42bcd64d3823ff2c97ee3aba87d01d4f527f74 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 4 Jan 2017 15:02:54 +0200 Subject: [PATCH] ga --- backend/views/report/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/views/report/index.php b/backend/views/report/index.php index b7fb684..32fa325 100644 --- a/backend/views/report/index.php +++ b/backend/views/report/index.php @@ -26,7 +26,7 @@ $this->params['breadcrumbs'][] = $this->title; $client = new Google_Client(); -$client->setAuthConfig('/client_secrets.json'); +$client->setAuthConfig('./client_secrets.json'); //$client->addScope(Google_Service_Analytics::ANALYTICS_READONLY); -- libgit2 0.21.4