summaryrefslogtreecommitdiff
path: root/vendor/dapphp/securimage/database/.htaccess
blob: 4fdb24a5e5045a0670e571f76fa5f55523870b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Deny access to this folder

# Apache 2.4
<IfModule mod_authz_core.c>
	Require all denied
</IfModule>

# Apache 2.2
<IfModule !mod_authz_core.c>
	Deny from all
</IfModule>