mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 17:01:07 +02:00
[feature/dic] Protect config directory via .htaccess
PHPBB3-10739
This commit is contained in:
4
phpBB/config/.htaccess
Normal file
4
phpBB/config/.htaccess
Normal file
@ -0,0 +1,4 @@
|
||||
<Files *>
|
||||
Order Allow,Deny
|
||||
Deny from All
|
||||
</Files>
|
Reference in New Issue
Block a user