first commit

This commit is contained in:
kicap1992
2021-04-07 03:07:13 +08:00
commit 47ef4f9ec5
470 changed files with 211306 additions and 0 deletions

6
application/.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>