[feature/dic] Protect config directory via .htaccess

PHPBB3-10739
This commit is contained in:
Igor Wiedler 2012-04-09 13:15:27 +02:00
parent 2e76620c88
commit aa0c995ed9

4
phpBB/config/.htaccess Normal file
View file

@ -0,0 +1,4 @@
<Files *>
Order Allow,Deny
Deny from All
</Files>