added server, This is for the local DB and backend

This commit is contained in:
kicap1992
2022-01-31 05:18:54 +08:00
parent 724d062d77
commit 10d958015f
487 changed files with 212754 additions and 0 deletions

6
server/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>