first commit

This commit is contained in:
kicap1992
2021-04-26 03:59:35 +08:00
commit f4f5d27b35
412 changed files with 146605 additions and 0 deletions

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