Commit 4a2c880a368fdbe3fb0bec4b1c287c81bdfc7530

Authored by Alex Savenko
1 parent 941efebc

ga

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
backend/views/report/index.php
... ... @@ -26,7 +26,7 @@ $this->params['breadcrumbs'][] = $this->title;
26 26  
27 27  
28 28 $client = new Google_Client();
29   -//$client->setAuthConfig(__DIR__ . '/client_secrets.json');
  29 +$client->setAuthConfig(__DIR__ . '/client_secrets.json');
30 30 //$client->addScope(Google_Service_Analytics::ANALYTICS_READONLY);
31 31  
32 32  
... ...