Batch 2: shared system files

This commit is contained in:
sas.fajri
2026-04-15 15:13:00 +07:00
parent e224e7f31a
commit e627e7ae55
203 changed files with 71076 additions and 0 deletions

6
system/.htaccess Executable file
View File

@@ -0,0 +1,6 @@
<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>