Skip to content
Snippets Groups Projects
Unverified Commit 445bc466 authored by Andreas Gohr's avatar Andreas Gohr Committed by GitHub
Browse files

Merge pull request #2478 from pes-soft/lang-htaccess-removal

Remove inc/lang/.htaccess as inc is already protected
parents 9ae1a5d1 9d8c6b63
No related branches found
No related tags found
No related merge requests found
## no access to the lang directory
<IfModule mod_authz_core.c>
Require all denied
</IfModule>
<IfModule !mod_authz_core.c>
Order allow,deny
Deny from all
</IfModule>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment