mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-01-11 20:38:42 +00:00
Adj response id
This commit is contained in:
parent
26cdaaf62c
commit
f29a94d5e2
|
|
@ -23,7 +23,7 @@ if($request->getData('CSRF') === null) {
|
|||
$response->setStatusCode(RequestStatus::R_403);
|
||||
|
||||
/* optional */
|
||||
$response->set($request->__toString(), new Notify('Unknown referrer!', NotifyType::INFO));
|
||||
$response->set($request->getUri()->__toString(), new Notify('Unknown referrer!', NotifyType::INFO));
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user