From 4a2c880a368fdbe3fb0bec4b1c287c81bdfc7530 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 4 Jan 2017 14:52:34 +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 0d5af02..1339301 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(__DIR__ . '/client_secrets.json'); +$client->setAuthConfig(__DIR__ . '/client_secrets.json'); //$client->addScope(Google_Service_Analytics::ANALYTICS_READONLY); -- libgit2 0.21.4