premier commit

This commit is contained in:
2019-11-29 09:53:20 +01:00
commit 6b8dce9f7c
845 changed files with 89362 additions and 0 deletions

View File

@ -0,0 +1,7 @@
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>