1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 23:55:26 +02:00

Merge branch 'ticket/bantu/9698' into develop-olympus

* ticket/bantu/9698:
  [ticket/9698] Add .htaccess to the includes subdirectory.
This commit is contained in:
Igor Wiedler 2010-10-17 21:34:31 +02:00
commit 8ac0efce65

4
phpBB/includes/.htaccess Normal file
View File

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