mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 04:48:53 +00:00
[feature/dic] Protect config directory via .htaccess
PHPBB3-10739
This commit is contained in:
parent
2e76620c88
commit
aa0c995ed9
1 changed files with 4 additions and 0 deletions
4
phpBB/config/.htaccess
Normal file
4
phpBB/config/.htaccess
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<Files *>
|
||||||
|
Order Allow,Deny
|
||||||
|
Deny from All
|
||||||
|
</Files>
|
Loading…
Add table
Reference in a new issue