This commit is contained in:
2024-11-06 21:09:20 +01:00
parent a0b0b538bd
commit 4732de6ce6
267 changed files with 49685 additions and 72 deletions

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