diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-07-05 18:37:05 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-07-05 18:37:05 +0000 |
commit | f5645d67e795085b4b347beed496564f0f950b5c (patch) | |
tree | 5366a195df4df49efaa2b5e4b0d39335e37ccab0 /.htaccess | |
parent | 55018d34e910a236f409c4d91fb05a1fe4ef5f87 (diff) | |
download | brdo-f5645d67e795085b4b347beed496564f0f950b5c.tar.gz brdo-f5645d67e795085b4b347beed496564f0f950b5c.tar.bz2 |
- Patch #275730 by boombatower: protect .test files by .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ # # Protect files and directories from prying eyes. -<FilesMatch "\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"> +<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template)$"> Order allow,deny </FilesMatch> |