This commit is contained in:
2025-03-28 19:05:48 +01:00
parent 6a18bcfe20
commit a03df0b268
477 changed files with 163274 additions and 313 deletions

10
classes/.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>