mirror of https://github.com/sualko/cloud_bbb
fix: no permission status code
parent
6b199fa6e1
commit
e3c7eb2bbb
|
@ -11,7 +11,7 @@ class NoPermissionResponse extends Response {
|
|||
parent::__construct();
|
||||
|
||||
$this->setContentSecurityPolicy(new ContentSecurityPolicy());
|
||||
$this->setStatus(404);
|
||||
$this->setStatus(403);
|
||||
}
|
||||
|
||||
public function render() {
|
||||
|
|
Loading…
Reference in New Issue