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