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