summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2008-08-30 13:22:14 +0000
committerDries Buytaert <dries@buytaert.net>2008-08-30 13:22:14 +0000
commit490afc1ed2b8600b278721ae402401aa16dd06d2 (patch)
treede452837262c64c6a93299f771f3a094c3f6edec /.htaccess
parent360bc1a10112e9144a39a9c14e7f3b96c3687895 (diff)
downloadbrdo-490afc1ed2b8600b278721ae402401aa16dd06d2.tar.gz
brdo-490afc1ed2b8600b278721ae402401aa16dd06d2.tar.bz2
- Patch #28776 by lilou, Morbus Iff, Uwe Hermann: protect SVN files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 70b1da06c..bab63437b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -3,7 +3,7 @@
#
# Protect files and directories from prying eyes.
-<FilesMatch "\.(engine|inc|info|install|module|profile|test|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|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny
</FilesMatch>