This commit is contained in:
Olu Amey
2022-11-20 07:56:32 -05:00
parent aaf5e6f432
commit e1bbb622e3
285 changed files with 72495 additions and 118 deletions
+6
View File
@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>