This commit is contained in:
yangsh
2025-12-01 17:54:31 +09:00
commit 40d9e3cc9a
102 changed files with 8896 additions and 0 deletions

6
tests/.htaccess Normal file
View File

@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>