This commit is contained in:
2020-05-16 13:43:36 -04:00
parent 4d782855f0
commit 4288365815
413 changed files with 424972 additions and 5 deletions
+6
View File
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>