Initial commit: Frida-Fred Webseite

This commit is contained in:
2026-01-31 13:27:33 +01:00
parent 6ec7cedbfc
commit 1fccc96549
49 changed files with 3748 additions and 0 deletions

11
.htaccess Normal file
View File

@@ -0,0 +1,11 @@
# Verhindere direkten Zugriff auf config.php
<Files "config.php">
Order Allow,Deny
Deny from all
</Files>
# Verstecke sensible Dateien im Root
<FilesMatch "^(\.env|composer\.json|composer\.lock|\.git)">
Order Allow,Deny
Deny from all
</FilesMatch>