added server2, This is use in online server for the notification to boss mobile app

This commit is contained in:
kicap1992
2022-01-31 05:20:45 +08:00
parent 10d958015f
commit 89ee6fbb90
487 changed files with 212589 additions and 0 deletions

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