set the user to the first place in the report table
This commit is contained in:
parent
46a62c300e
commit
7874fc3447
@ -12,6 +12,14 @@ echo GridView::widget([
|
||||
'dataProvider' => $dataProvider,
|
||||
'columns' => [
|
||||
['class' => 'yii\grid\SerialColumn'],
|
||||
[
|
||||
'format' => 'raw',
|
||||
'attribute' => 'user_card_id',
|
||||
'value' => function ($model) {
|
||||
return Html::a(Reports::getFio($model) . ' ' . Html::tag('i', null, ['class' => 'far fa-calendar-alt']),
|
||||
\yii\helpers\Url::base(true) . '/reports/reports/calendar?user_id=' . $model['user_card_id'], ['data-pjax' => 0]);
|
||||
},
|
||||
],
|
||||
[
|
||||
'attribute' => 'today',
|
||||
'format' => 'raw',
|
||||
@ -30,14 +38,6 @@ echo GridView::widget([
|
||||
],
|
||||
'difficulties',
|
||||
'tomorrow',
|
||||
[
|
||||
'format' => 'raw',
|
||||
'attribute' => 'user_card_id',
|
||||
'value' => function ($model) {
|
||||
return Html::a(Reports::getFio($model) . ' ' . Html::tag('i', null, ['class' => 'far fa-calendar-alt']),
|
||||
\yii\helpers\Url::base(true) . '/reports/reports/calendar?user_id=' . $model['user_card_id'], ['data-pjax' => 0]);
|
||||
},
|
||||
],
|
||||
[
|
||||
'class' => 'yii\grid\ActionColumn',
|
||||
'urlCreator' => function ($action, $model, $key, $index) {
|
||||
|
@ -32,6 +32,7 @@
|
||||
[
|
||||
'label' => 'Профили', 'icon' => 'address-book-o', 'url' => '#', 'active' => \Yii::$app->controller->id == 'user-card',
|
||||
'items' => $menuItems,
|
||||
'visible' => Yii::$app->user->can('confidential_information')
|
||||
],
|
||||
[
|
||||
'label' => 'Сотрудники', 'icon' => 'users', 'url' => '#',
|
||||
@ -85,8 +86,8 @@
|
||||
['label' => 'Достижения', 'icon' => 'trophy', 'url' => ['/achievements/achievements'], 'active' => \Yii::$app->controller->id == 'achievements', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Доступы', 'icon' => 'key', 'url' => ['/accesses/accesses'], 'active' => \Yii::$app->controller->id == 'accesses', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Заметки', 'icon' => 'sticky-note', 'url' => ['/notes/notes'], 'active' => \Yii::$app->controller->id == 'notes', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Календарь ДР', 'icon' => 'calendar', 'url' => ['/calendar/calendar'], 'active' => \Yii::$app->controller->id == 'calendar', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Отчеты', 'icon' => 'list-alt', 'url' => ['/reports/reports'], 'active' => \Yii::$app->controller->id == 'reports', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Календарь ДР', 'icon' => 'calendar-check-o', 'url' => ['/calendar/calendar'], 'active' => \Yii::$app->controller->id == 'calendar', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Отчеты', 'icon' => 'calendar', 'url' => ['/reports/reports'], 'active' => \Yii::$app->controller->id == 'reports', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
['label' => 'Опции', 'icon' => 'list-alt', 'url' => ['/options/options'], 'active' => \Yii::$app->controller->id == 'options', 'visible' => Yii::$app->user->can('confidential_information')],
|
||||
[
|
||||
'label' => 'Запрос интервью (' . \common\models\InterviewRequest::getNewCount() . ')',
|
||||
|
@ -93286,3 +93286,681 @@
|
||||
127.0.0.1 - - [08/Mar/2022:14:44:53 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [08/Mar/2022:14:44:53 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [08/Mar/2022:14:44:53 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-08 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:36 +0300] "GET /reports/reports HTTP/1.1" 200 13409 "http://backend.guild.loc/calendar/calendar" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:37 +0300] "GET /debug/default/toolbar?tag=622865709977d HTTP/1.1" 200 3411 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:38 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:38 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:38 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:29:40 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:30:21 +0300] "GET /achivments/ HTTP/1.1" 404 12885 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:30:22 +0300] "GET /debug/default/toolbar?tag=6228659dd745d HTTP/1.1" 200 3437 "http://backend.guild.loc/achivments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:30:22 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achivments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:30:38 +0300] "GET /achievments/ HTTP/1.1" 404 12885 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:30:38 +0300] "GET /debug/default/toolbar?tag=622865ae978dd HTTP/1.1" 200 3437 "http://backend.guild.loc/achievments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:03 +0300] "GET /achievements/achievements/ HTTP/1.1" 200 13603 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /debug/default/toolbar?tag=622865c7c65b3 HTTP/1.1" 200 3411 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:04 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:29 +0300] "GET /reports/reports HTTP/1.1" 200 13412 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:29 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:29 +0300] "GET /debug/default/toolbar?tag=622865e160a6a HTTP/1.1" 200 3403 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:29 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:31:29 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /reports/reports HTTP/1.1" 200 13420 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /debug/default/toolbar?tag=6228666167c15 HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:37 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:38 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /reports/reports HTTP/1.1" 200 13415 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:50 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /debug/default/toolbar?tag=6228666ea2f09 HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:33:51 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /reports/reports HTTP/1.1" 200 13415 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /debug/default/toolbar?tag=6228668d148a6 HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:21 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /reports/reports HTTP/1.1" 200 13416 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:54 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /debug/default/toolbar?tag=622866aea4f7f HTTP/1.1" 200 3404 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:34:55 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /reports/reports HTTP/1.1" 200 13419 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /debug/default/toolbar?tag=622866f804c2d HTTP/1.1" 200 3403 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:36:08 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:00 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-10 HTTP/1.1" 200 1398 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:02 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-23 HTTP/1.1" 200 1408 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:04 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-21 HTTP/1.1" 200 1416 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:05 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-24 HTTP/1.1" 200 1450 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:07 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /reports/reports/calendar?user_id=17 HTTP/1.1" 200 13411 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /debug/default/toolbar?tag=6228673734001 HTTP/1.1" 200 3408 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?user_id=17&&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:11 +0300] "GET /reports/ajax/get-reports-for-day-by-date?user_id=17&date=2022-03-09 HTTP/1.1" 200 431 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:16 +0300] "GET /reports/ajax/get-reports-for-day-by-date?user_id=17&date=2022-03-09 HTTP/1.1" 200 431 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:17 +0300] "GET /reports/ajax/get-reports-for-day-by-date?user_id=17&date=2022-03-02 HTTP/1.1" 200 1319 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:22 +0300] "GET /reports/ajax/get-reports-for-day-by-date?user_id=17&date=2022-03-10 HTTP/1.1" 200 1325 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:26 +0300] "GET /reports/reports HTTP/1.1" 200 13432 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:27 +0300] "GET /debug/default/toolbar?tag=62286746cdb75 HTTP/1.1" 200 3403 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:27 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:27 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:27 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:31 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:32 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-10 HTTP/1.1" 200 1398 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:36 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-23 HTTP/1.1" 200 1408 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:37 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-24 HTTP/1.1" 200 1450 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:37:38 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-21 HTTP/1.1" 200 1416 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:22 +0300] "GET /reports/reports HTTP/1.1" 200 13431 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /debug/default/toolbar?tag=622867bac7373 HTTP/1.1" 200 3406 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:39:23 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /reports/reports HTTP/1.1" 200 13436 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /debug/default/toolbar?tag=6228683538388 HTTP/1.1" 200 3404 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:25 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:26 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:26 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:28 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-10 HTTP/1.1" 200 1398 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /reports/reports HTTP/1.1" 200 13430 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /debug/default/toolbar?tag=6228684f6f251 HTTP/1.1" 200 3403 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:51 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:52 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:52 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:54 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:41:55 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-10 HTTP/1.1" 200 1398 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:42:27 +0300] "GET /reports/reports HTTP/1.1" 500 94277 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:42:27 +0300] "GET /debug/default/toolbar?tag=62286873bbfcb HTTP/1.1" 200 3421 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:42:27 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /reports/reports HTTP/1.1" 200 13407 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /debug/default/toolbar?tag=622868f61c8d5 HTTP/1.1" 200 3404 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:38 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:41 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /reports/reports HTTP/1.1" 200 13319 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /debug/default/toolbar?tag=622869082cc1b HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:44:56 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:45:06 +0300] "GET /reports/reports HTTP/1.1" 200 153 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:45:07 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /reports/reports HTTP/1.1" 200 13432 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /debug/default/toolbar?tag=62286a8f2bf1c HTTP/1.1" 200 3404 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:27 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:28 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:30 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /reports/reports HTTP/1.1" 200 13432 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /debug/default/toolbar?tag=62286aa04f5ee HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:44 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:45 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:51:46 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /reports/reports HTTP/1.1" 200 13433 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /debug/default/toolbar?tag=62286abe40597 HTTP/1.1" 200 3406 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:14 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 500 93406 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /reports/reports HTTP/1.1" 200 13435 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:38 +0300] "GET /debug/default/toolbar?tag=62286ad682d0d HTTP/1.1" 200 3403 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:39 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:39 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:39 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 458 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:52:42 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1391 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /reports/reports HTTP/1.1" 200 13430 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /debug/default/toolbar?tag=62286af124d3e HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:05 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 418 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:08 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1300 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:19 +0300] "GET /reports/reports HTTP/1.1" 200 13433 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /debug/default/toolbar?tag=62286affe7929 HTTP/1.1" 200 3405 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:20 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 457 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:23 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-02 HTTP/1.1" 200 1389 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:29 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-23 HTTP/1.1" 200 1402 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:11:53:30 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-24 HTTP/1.1" 200 1447 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /reports/reports HTTP/1.1" 200 13435 "http://backend.guild.loc/reports/reports/calendar?user_id=17" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/c940762e/css/style.css HTTP/1.1" 200 6881 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/c940762e/js/script.js HTTP/1.1" 200 0 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/c940762e/js/src/CalendarHelper.js HTTP/1.1" 200 9815 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/c940762e/js/src/DateHelper.js HTTP/1.1" 200 2401 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/9c1d1a99/jquery.pjax.js HTTP/1.1" 200 29273 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:37 +0300] "GET /debug/default/toolbar?tag=62286de151062 HTTP/1.1" 200 3404 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:38 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:38 +0300] "GET /reports/ajax/get-reports-for-month-by-id-year-month?&month=03&year=2022 HTTP/1.1" 200 77 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:38 +0300] "GET /reports/ajax/get-reports-for-day-by-date?date=2022-03-09 HTTP/1.1" 200 457 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET / HTTP/1.1" 200 16256 "http://backend.guild.loc/reports/reports" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET / HTTP/1.1" 200 16262 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /media/upload/HarleyQuinn.jpg HTTP/1.1" 404 12896 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /debug/default/toolbar?tag=62286df1dab73 HTTP/1.1" 200 3414 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:54 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:55 +0300] "GET /card/user-card?UserCardSearch[status]=4 HTTP/1.1" 200 16332 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:55 +0300] "GET /card/user-card?UserCardSearch[status]=4 HTTP/1.1" 200 16331 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:55 +0300] "GET /media/upload/HarleyQuinn.jpg HTTP/1.1" 404 12898 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:05:55 +0300] "GET /debug/default/toolbar?tag=62286df340abb HTTP/1.1" 200 3413 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:00 +0300] "GET /reports/reports/index?id=5 HTTP/1.1" 200 9741 "http://guild.loc/reports/reports/view?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /css/site.css HTTP/1.1" 200 2011 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /js/site.js HTTP/1.1" 200 596 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /assets/71772193/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028 "http://guild.loc/assets/71772193/css/bootstrap.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /debug/default/toolbar?tag=62286df8428f2 HTTP/1.1" 200 3410 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:01 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://guild.loc/reports/reports/index?id=5" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /card/user-card?UserCardSearch[status]=4 HTTP/1.1" 200 16329 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /card/user-card?UserCardSearch[status]=4 HTTP/1.1" 200 16332 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /media/upload/HarleyQuinn.jpg HTTP/1.1" 404 12896 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /debug/default/toolbar?tag=62286dfcecba5 HTTP/1.1" 200 3414 "http://backend.guild.loc/card/user-card?UserCardSearch[status]=4" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:05 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:22 +0300] "GET /achievments/achievments/ HTTP/1.1" 404 12896 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:23 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/achievments/achievments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:23 +0300] "GET /debug/default/toolbar?tag=62286e0ee228e HTTP/1.1" 200 3433 "http://backend.guild.loc/achievments/achievments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:06:23 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievments/achievments/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:53 +0300] "GET /achievements/achievements/ HTTP/1.1" 200 13616 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:53 +0300] "GET /debug/default/toolbar?tag=62286e6971b8c HTTP/1.1" 200 3411 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:53 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:59 +0300] "GET /achievements/achievements/create HTTP/1.1" 200 13898 "http://backend.guild.loc/achievements/achievements/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:59 +0300] "GET /assets/27128343/yii.validation.js HTTP/1.1" 200 16405 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:07:59 +0300] "GET /assets/d84beeed/elfinder.callback.js HTTP/1.1" 200 997 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:00 +0300] "GET /debug/default/toolbar?tag=62286e6fc72af HTTP/1.1" 200 3415 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /elfinder/manager?filter=image&callback=achievement-img&lang=ru HTTP/1.1" 200 7730 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/944dea0/themes/smoothness/jquery-ui.css HTTP/1.1" 200 36536 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/bb791b80/css/elfinder.min.css HTTP/1.1" 200 96039 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/bb791b80/css/theme.css HTTP/1.1" 200 12073 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/944dea0/jquery-ui.js HTTP/1.1" 200 520714 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/bb791b80/js/i18n/elfinder.ru.js HTTP/1.1" 200 42490 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /assets/bb791b80/js/elfinder.min.js HTTP/1.1" 200 544361 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /debug/default/toolbar?tag=62286e9533b80 HTTP/1.1" 200 3396 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:37 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png HTTP/1.1" 200 325 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png HTTP/1.1" 200 324 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/bb791b80/img/toolbar.png HTTP/1.1" 200 7506 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-icons_222222_256x240.png HTTP/1.1" 200 7025 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/bb791b80/img/resize.png HTTP/1.1" 200 83 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=open&target=l2_Lw&init=1&tree=1&_=1646816917769 HTTP/1.1" 200 6157 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png HTTP/1.1" 200 265 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/bb791b80/img/logo.png HTTP/1.1" 200 4893 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:38 +0300] "GET /assets/bb791b80/img/volume_icon_local.svg HTTP/1.1" 200 16208 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:40 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png HTTP/1.1" 200 323 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:43 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=open&target=l1_Lw&reqid=17f6df00eb5f4 HTTP/1.1" 200 2955 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:43 +0300] "GET /assets/bb791b80/img/icons-big.svg HTTP/1.1" 200 26458 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:43 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=tmb&targets%5B%5D=l1_Y2F0LmpwZw&targets%5B%5D=l1_SGFybGV5UXVpbm4uanBn&reqid=17f6df00f5b59 HTTP/1.1" 200 124 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:43 +0300] "GET /assets/e97c7fe3/4a49ed2c78a305c9e49db5f7e28b190f/l1_Y2F0LmpwZw1641415360.png?_t=1641415360 HTTP/1.1" 200 5004 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:43 +0300] "GET /assets/e97c7fe3/4a49ed2c78a305c9e49db5f7e28b190f/l1_SGFybGV5UXVpbm4uanBn1641415487.png?_t=1641415487 HTTP/1.1" 200 4716 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:08:45 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=open&target=l2_Lw&reqid=17f6df01847151 HTTP/1.1" 200 2675 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=ls&target=l2_Lw&intersect%5B%5D=knight.jpg&reqid=17f6df05821184 HTTP/1.1" 200 11 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "GET /assets/bb791b80/img/dialogs.png HTTP/1.1" 200 5818 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "GET /assets/bb791b80/img/progress.gif HTTP/1.1" 200 667 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "POST /elfinder/connect HTTP/1.1" 200 1650 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "GET /elfinder/connect?_csrf-backend=_FqeTo6z6uD9ykb9CjuCl2NWgz8hDdnWXREMMeHyBGC7PKwUwdSyqK6BD4w6Y-PEIjWuTldHj7E_VXZ1k8c1OA%3D%3D&mimes%5B%5D=image&cmd=tmb&targets%5B%5D=l2_a25pZ2h0LmpwZw&reqid=17f6df058e5d HTTP/1.1" 200 66 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:02 +0300] "GET /assets/e97c7fe3/3b3560657cb1f25f3dfad496986c479f/l2_a25pZ2h0LmpwZw1646816942.png?_t=1646816942 HTTP/1.1" 200 5256 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /elfinder/manager?filter=image&callback=achievement-img&lang=ru HTTP/1.1" 200 7729 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/944dea0/themes/smoothness/jquery-ui.css HTTP/1.1" 200 36536 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/bb791b80/css/elfinder.min.css HTTP/1.1" 200 96039 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/bb791b80/css/theme.css HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/944dea0/jquery-ui.js HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/bb791b80/js/elfinder.min.js HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:17 +0300] "GET /assets/bb791b80/js/i18n/elfinder.ru.js HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /debug/default/toolbar?tag=62286ebdae9aa HTTP/1.1" 200 3397 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/bb791b80/img/toolbar.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-icons_222222_256x240.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/bb791b80/img/resize.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /elfinder/connect?_csrf-backend=QXpIVFJmjooIfB9qC1UzEyumLBE2Yg6Gag03MGFG09IGHHoOHQHWwls3Vhs7DVJAasUBYEAoWOEISU10E3Piig%3D%3D&mimes%5B%5D=image&cmd=open&target=l2_Lw&init=1&tree=1&_=1646816958000 HTTP/1.1" 200 6350 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/bb791b80/img/logo.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/bb791b80/img/icons-big.svg HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/e97c7fe3/3b3560657cb1f25f3dfad496986c479f/l2_a25pZ2h0LmpwZw1646816942.png?_t=1646816942 HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:18 +0300] "GET /assets/bb791b80/img/volume_icon_local.svg HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:19 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:24 +0300] "POST /achievements/achievements/create HTTP/1.1" 302 5 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:24 +0300] "GET /achievements/achievements/view?id=1 HTTP/1.1" 200 13302 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:24 +0300] "GET /knight.jpg HTTP/1.1" 404 12898 "http://backend.guild.loc/achievements/achievements/view?id=1" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:24 +0300] "GET /debug/default/toolbar?tag=62286ec45e5fb HTTP/1.1" 200 3412 "http://backend.guild.loc/achievements/achievements/view?id=1" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:38 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 14513 "http://backend.guild.loc/achievements/achievements/view?id=1" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:38 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 304 0 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:38 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 304 0 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:38 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 304 0 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:38 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 304 0 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:39 +0300] "GET /debug/default/toolbar?tag=62286ed2b8857 HTTP/1.1" 200 3412 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:39 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:40 +0300] "GET /achievements/achievements/create HTTP/1.1" 200 13898 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:40 +0300] "GET /assets/d84beeed/elfinder.callback.js HTTP/1.1" 304 0 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:40 +0300] "GET /debug/default/toolbar?tag=62286ed414f36 HTTP/1.1" 200 3414 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:09:40 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:01 +0300] "GET /elfinder/manager?filter=image&callback=achievement-img&lang=ru HTTP/1.1" 200 7728 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/themes/smoothness/jquery-ui.css HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/css/theme.css HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/css/elfinder.min.css HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/jquery-ui.js HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/js/elfinder.min.js HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/js/i18n/elfinder.ru.js HTTP/1.1" 200 42490 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /debug/default/toolbar?tag=62286ee9d7895 HTTP/1.1" 200 3391 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/img/toolbar.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-icons_222222_256x240.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/img/resize.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /elfinder/connect?_csrf-backend=PVJ-vwAT0thWPGQH1eU_Kf7cf-J1-ybnb7Iss6MyU216NEzlT3SKkAV3LXblvV56v79SkwOxcIAN9lb30QdiNQ%3D%3D&mimes%5B%5D=image&cmd=open&target=l2_Lw&init=1&tree=1&_=1646817002143 HTTP/1.1" 200 6350 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/img/logo.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/img/icons-big.svg HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/e97c7fe3/3b3560657cb1f25f3dfad496986c479f/l2_a25pZ2h0LmpwZw1646816942.png?_t=1646816942 HTTP/1.1" 304 0 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:02 +0300] "GET /assets/bb791b80/img/volume_icon_local.svg HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:03 +0300] "GET /assets/944dea0/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/944dea0/themes/smoothness/jquery-ui.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:23 +0300] "GET /elfinder/connect?_csrf-backend=PVJ-vwAT0thWPGQH1eU_Kf7cf-J1-ybnb7Iss6MyU216NEzlT3SKkAV3LXblvV56v79SkwOxcIAN9lb30QdiNQ%3D%3D&mimes%5B%5D=image&cmd=ls&target=l2_Lw&intersect%5B%5D=Screenshot%20from%202021-11-29%2010-08-18.png&reqid=17f6df1968c4d HTTP/1.1" 200 11 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:23 +0300] "GET /assets/bb791b80/img/dialogs.png HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:23 +0300] "GET /assets/bb791b80/img/progress.gif HTTP/1.1" 304 0 "http://backend.guild.loc/assets/bb791b80/css/elfinder.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:23 +0300] "POST /elfinder/connect HTTP/1.1" 200 1751 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:24 +0300] "GET /elfinder/connect?_csrf-backend=PVJ-vwAT0thWPGQH1eU_Kf7cf-J1-ybnb7Iss6MyU216NEzlT3SKkAV3LXblvV56v79SkwOxcIAN9lb30QdiNQ%3D%3D&mimes%5B%5D=image&cmd=tmb&targets%5B%5D=l2_U2NyZWVuc2hvdCBmcm9tIDIwMjEtMTEtMjkgMTAtMDgtMTgucG5n&reqid=17f6df1976430a HTTP/1.1" 200 142 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:24 +0300] "GET /assets/e97c7fe3/3b3560657cb1f25f3dfad496986c479f/l2_U2NyZWVuc2hvdCBmcm9tIDIwMjEtMTEtMjkgMTAtMDgtMTgucG5n1646817023.png?_t=1646817023 HTTP/1.1" 200 4752 "http://backend.guild.loc/elfinder/manager?filter=image&callback=achievement-img&lang=ru" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:31 +0300] "POST /achievements/achievements/create HTTP/1.1" 302 5 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:31 +0300] "GET /achievements/achievements/view?id=2 HTTP/1.1" 200 13665 "http://backend.guild.loc/achievements/achievements/create" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:31 +0300] "GET /debug/default/toolbar?tag=62286f0762c15 HTTP/1.1" 200 3416 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:31 +0300] "GET /Screenshot%20from%202021-11-29%2010-08-18.png HTTP/1.1" 404 12893 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:43 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 14649 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:43 +0300] "GET /debug/default/toolbar?tag=62286f136aed3 HTTP/1.1" 200 3414 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:46 +0300] "GET /achievements/achievements/view?id=1 HTTP/1.1" 200 13303 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:46 +0300] "GET /knight.jpg HTTP/1.1" 404 12896 "http://backend.guild.loc/achievements/achievements/view?id=1" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:46 +0300] "GET /debug/default/toolbar?tag=62286f169f3e5 HTTP/1.1" 200 3416 "http://backend.guild.loc/achievements/achievements/view?id=1" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:50 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 14649 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:50 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:50 +0300] "GET /debug/default/toolbar?tag=62286f1aa708c HTTP/1.1" 200 3414 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:52 +0300] "GET /achievements/achievements/view?id=2 HTTP/1.1" 200 13667 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:52 +0300] "GET /Screenshot%20from%202021-11-29%2010-08-18.png HTTP/1.1" 404 12896 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:52 +0300] "GET /debug/default/toolbar?tag=62286f1cb04c4 HTTP/1.1" 200 3416 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:10:59 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 14650 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:11:00 +0300] "GET /debug/default/toolbar?tag=62286f23e62a3 HTTP/1.1" 200 3412 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 13452 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /debug/default/toolbar?tag=6228700d64c35 HTTP/1.1" 200 3413 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:14:53 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /gii/crud HTTP/1.1" 200 10337 "http://guild.loc/gii/crud" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /assets/7e18d02c/main.css HTTP/1.1" 200 4936 "http://guild.loc/gii/crud" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /assets/7e18d02c/logo.png HTTP/1.1" 200 6677 "http://guild.loc/gii/crud" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /assets/71772193/fonts/glyphicons-halflings-regular.woff2 HTTP/1.1" 200 18028 "http://guild.loc/assets/71772193/css/bootstrap.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /debug/default/toolbar?tag=6228707b38412 HTTP/1.1" 200 3393 "http://guild.loc/gii/crud" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:43 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://guild.loc/gii/crud" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 13453 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /debug/default/toolbar?tag=6228707fee132 HTTP/1.1" 200 3414 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:48 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:54 +0300] "GET / HTTP/1.1" 200 15050 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:55 +0300] "GET / HTTP/1.1" 200 15046 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:55 +0300] "GET /media/upload/HarleyQuinn.jpg HTTP/1.1" 404 11713 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:55 +0300] "GET /debug/default/toolbar?tag=62287086cf0b6 HTTP/1.1" 200 3414 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:59 +0300] "GET /card/user-card/view?id=18 HTTP/1.1" 200 12774 "http://backend.guild.loc/" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:16:59 +0300] "GET /debug/default/toolbar?tag=6228708b0e818 HTTP/1.1" 200 3420 "http://backend.guild.loc/card/user-card/view?id=18" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /achievements/achievements/index HTTP/1.1" 200 13264 "http://backend.guild.loc/achievements/achievements/view?id=2" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/71772193/css/bootstrap.css HTTP/1.1" 200 145933 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/39b83f70/css/select2.css HTTP/1.1" 200 17358 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/5b57ee2f/css/select2-addl.css HTTP/1.1" 200 994 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/5b57ee2f/css/select2-krajee.css HTTP/1.1" 200 20817 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /css/site.css HTTP/1.1" 200 805 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/bae3a4f/css/kv-widgets.css HTTP/1.1" 200 813 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/ccdf1f3a/css/font-awesome.min.css HTTP/1.1" 200 31000 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/cd83ad4b/css/AdminLTE.min.css HTTP/1.1" 200 106548 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/cd83ad4b/css/skins/_all-skins.min.css HTTP/1.1" 200 41635 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/5aa3f20b/jquery.js HTTP/1.1" 200 288580 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/27128343/yii.js HTTP/1.1" 200 20934 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/39b83f70/js/select2.full.js HTTP/1.1" 200 173566 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/39b83f70/js/i18n/ru.js HTTP/1.1" 200 1171 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/5b57ee2f/js/select2-krajee.js HTTP/1.1" 200 7344 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/bae3a4f/js/kv-widgets.js HTTP/1.1" 200 1061 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/27128343/yii.gridView.js HTTP/1.1" 200 9507 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /js/site.js HTTP/1.1" 200 1214 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/71772193/js/bootstrap.js HTTP/1.1" 200 75484 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/cd83ad4b/js/adminlte.min.js HTTP/1.1" 200 13611 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/cd83ad4b/img/user2-160x160.jpg HTTP/1.1" 200 7070 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /debug/default/toolbar?tag=622870e11fe6f HTTP/1.1" 200 3412 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/bae3a4f/img/loading-plugin.gif HTTP/1.1" 200 847 "http://backend.guild.loc/assets/bae3a4f/css/kv-widgets.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /assets/ccdf1f3a/fonts/fontawesome-webfont.woff2?v=4.7.0 HTTP/1.1" 200 77160 "http://backend.guild.loc/assets/ccdf1f3a/css/font-awesome.min.css" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
127.0.0.1 - - [09/Mar/2022:12:18:25 +0300] "GET /favicon.ico HTTP/1.1" 200 318 "http://backend.guild.loc/achievements/achievements/index" "Mozilla/5.0 (X11; Linux x86_64; rv:97.0) Gecko/20100101 Firefox/97.0"
|
||||
|
@ -15371,3 +15371,7 @@ Stack trace:
|
||||
2022/03/08 09:58:09 [error] 852#852: *5 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /debug/default/toolbar?tag=6226fe80ac65e HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/gii/crud"
|
||||
2022/03/08 09:58:18 [error] 853#853: *8 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET / HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/reports/reports/index?id=5"
|
||||
2022/03/08 09:58:19 [error] 853#853: *8 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /debug/default/toolbar?tag=6226fe8aa581c HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/"
|
||||
2022/03/09 12:06:00 [error] 870#870: *239 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /reports/reports/index?id=5 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/reports/reports/view?id=5"
|
||||
2022/03/09 12:06:01 [error] 869#869: *241 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /debug/default/toolbar?tag=62286df8428f2 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/reports/reports/index?id=5"
|
||||
2022/03/09 12:16:43 [error] 870#870: *314 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /gii/crud HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/gii/crud"
|
||||
2022/03/09 12:16:43 [error] 870#870: *316 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: telegramBotToken in /var/www/guild.loc/frontend/config/main.php on line 102PHP message: PHP Notice: Undefined index: telegramBotChatId in /var/www/guild.loc/frontend/config/main.php on line 103" while reading response header from upstream, client: 127.0.0.1, server: guild.loc, request: "GET /debug/default/toolbar?tag=6228707b38412 HTTP/1.1", upstream: "fastcgi://unix:/run/php/php-fpm.sock:", host: "guild.loc", referrer: "http://guild.loc/gii/crud"
|
||||
|
Loading…
Reference in New Issue
Block a user