Initial commit

- Functional module
This commit is contained in:
Walz
2025-04-07 16:41:38 +02:00
commit 677b2481ce
13 changed files with 797 additions and 0 deletions

7
views/index.php Normal file
View File

@ -0,0 +1,7 @@
<?php
header('Strict-Transport-Security: max-age=31536000; includeSubDomains');
header("X-Content-Type-Options: nosniff");
header("X-Frame-Options: DENY");
header("X-XSS-Protection: 1; mode=block");
header('Location: ../');
exit;