Script erstellt

This commit is contained in:
Housemann
2025-08-10 18:09:07 +02:00
commit 2a15995cbb
196 changed files with 24790 additions and 0 deletions

8
config/csrf.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
return [
'cookie' => [
'secure' => true,
'same_site' => 'lax',
],
];