This commit is contained in:
2025-03-18 14:30:24 +01:00
parent 4d8b1c52ed
commit 224398df90
1490 changed files with 379229 additions and 196 deletions

10
app/.htaccess Normal file
View File

@@ -0,0 +1,10 @@
# Apache 2.2
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>
# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>