This commit is contained in:
Olu Amey
2022-11-20 08:22:39 -05:00
parent a2b11fb37f
commit 6a762c0b91
206 changed files with 67313 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>