diff options
| author | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:34:31 +0200 |
|---|---|---|
| committer | Igor Wiedler <igor@wiedler.ch> | 2010-10-17 21:34:31 +0200 |
| commit | 8ac0efce654e02b299c3b7563eb85763b34d88ca (patch) | |
| tree | 35c76acdfc127336db0f94e77bb567a395fb77ab | |
| parent | f6db95914ba0cafc4e7cd654a2f2836b24ce311e (diff) | |
| parent | d485664404d44bb371fd9b8a5b23ad8327cea302 (diff) | |
| download | forums-8ac0efce654e02b299c3b7563eb85763b34d88ca.tar forums-8ac0efce654e02b299c3b7563eb85763b34d88ca.tar.gz forums-8ac0efce654e02b299c3b7563eb85763b34d88ca.tar.bz2 forums-8ac0efce654e02b299c3b7563eb85763b34d88ca.tar.xz forums-8ac0efce654e02b299c3b7563eb85763b34d88ca.zip | |
Merge branch 'ticket/bantu/9698' into develop-olympus
* ticket/bantu/9698:
[ticket/9698] Add .htaccess to the includes subdirectory.
| -rw-r--r-- | phpBB/includes/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/includes/.htaccess b/phpBB/includes/.htaccess new file mode 100644 index 0000000000..4128d345ab --- /dev/null +++ b/phpBB/includes/.htaccess @@ -0,0 +1,4 @@ +<Files *> + Order Allow,Deny + Deny from All +</Files> |
