summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-07-05 18:37:05 +0000
committerDries Buytaert <dries@buytaert.net>2008-07-05 18:37:05 +0000
commitf5645d67e795085b4b347beed496564f0f950b5c (patch)
tree5366a195df4df49efaa2b5e4b0d39335e37ccab0 /.htaccess
parent55018d34e910a236f409c4d91fb05a1fe4ef5f87 (diff)
downloadbrdo-f5645d67e795085b4b347beed496564f0f950b5c.tar.gz
brdo-f5645d67e795085b4b347beed496564f0f950b5c.tar.bz2
- Patch #275730 by boombatower: protect .test files by .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 932bd44c4..70b1da06c 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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>