初始化版本

This commit is contained in:
LL
2025-11-18 14:30:07 +08:00
commit 78d06a2841
20 changed files with 1346 additions and 0 deletions

7
data/.htaccess Normal file
View File

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