This commit is contained in:
Al Azhar
2020-01-09 00:57:57 +07:00
commit cec9b2ac4e
2001 changed files with 205284 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>