Update Kirby and add password guard
This commit is contained in:
parent
aaf1aa7890
commit
55d4e45891
987 changed files with 160116 additions and 66454 deletions
10
private/kirby/config/areas/lab/requests.php
Normal file
10
private/kirby/config/areas/lab/requests.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
use Kirby\Panel\Lab\Responses;
|
||||
|
||||
return [
|
||||
'lab.errors' => [
|
||||
'pattern' => 'requests/lab/errors/(:any?)',
|
||||
'action' => fn (string|null $type = null) => Responses::errorResponseByType($type)
|
||||
],
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue