Commit 28fac34023fce2b9a946d75bf59f70d8523daa54
1 parent
88d016ad
testing
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
backend/views/report/index.php
@@ -23,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title; | @@ -23,7 +23,7 @@ $this->params['breadcrumbs'][] = $this->title; | ||
23 | <?php | 23 | <?php |
24 | 24 | ||
25 | // Загрузка клиентской библиотеки PHP для Google API. | 25 | // Загрузка клиентской библиотеки PHP для Google API. |
26 | -require_once __DIR__ . '../../../vendor/vendor/autoload.php'; | 26 | +require_once '../../../vendor/vendor/autoload.php'; |
27 | 27 | ||
28 | session_start(); | 28 | session_start(); |
29 | 29 |