32
1
mirror of https://github.com/vdm-io/tcpdf.git synced 2024-11-21 20:35:13 +00:00
tcpdf/tools/.htaccess

11 lines
170 B
ApacheConf

# Apache 2.4
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
# Apache 2.2
<IfModule !mod_authz_core.c>
Order Deny,Allow
Deny from all
</IfModule>