tinyqc/writable/.htaccess
2026-02-12 09:01:59 +07:00

7 lines
118 B
ApacheConf
Executable File

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>