mirror of
https://github.com/Karaka-Management/Developer-Guide.git
synced 2026-02-02 22:18:41 +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);
|
$response->setStatusCode(RequestStatus::R_403);
|
||||||
|
|
||||||
/* optional */
|
/* optional */
|
||||||
$response->set($request->__toString(), new Notify('Unknown referrer!', NotifyType::INFO));
|
$response->set($request->getUri()->__toString(), new Notify('Unknown referrer!', NotifyType::INFO));
|
||||||
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user