Administrator
/
new_rukzachok-1
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4361fd7652805703da13b35f3b90b36f57fc2b41
Authored by
Alex Savenko
2016-12-28 23:54:28 +0200
1 parent
71fa60d4
testing
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
backend/views/report/index.php
Inline
Side-by-side
backend/views/report/index.php
Wrap text
Show/Hide comments
View file @
4361fd7
...
...
@@ -24,7 +24,6 @@ $this->params['breadcrumbs'][] = $this->title;
24
24
25
25
// Загрузка клиентской библиотеки PHP для Google API.
26
26
27
-session_start();
28
27
29
28
$client = new Google_Client();
30
29
$client->setAuthConfig(__DIR__ . '/client_secrets.json');
...
...