Commit 5c42bcd64d3823ff2c97ee3aba87d01d4f527f74
1 parent
ca9187ad
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('/client_secrets.json'); | |
| 29 | +$client->setAuthConfig('./client_secrets.json'); | |
| 30 | 30 | //$client->addScope(Google_Service_Analytics::ANALYTICS_READONLY); | 
| 31 | 31 | |
| 32 | 32 | ... | ... |