feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
170 changed files with 647 additions and 5599 deletions
Showing only changes of commit 99c9952c93 - Show all commits

View File

@ -25,8 +25,8 @@ class Authentication
return $handler->handle($request); return $handler->handle($request);
} }
$this->logger->notice("Not logged in.", [ $this->logger->notice("Not logged in.", [
'REMOTE_ADDR' => $request->getServerParams()['REMOTE_ADDR'], 'Server' => $request->getServerParams(),
'REQUEST_URI' => $request->getServerParams()['REQUEST_URI'] 'Headers' => $request->getHeaders(),
]); ]);
$response = $this->responseFactory->createResponse(307, 'Not logged in') $response = $this->responseFactory->createResponse(307, 'Not logged in')
->withHeader('Referer', (string) $request->getUri()) ->withHeader('Referer', (string) $request->getUri())