summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-30 20:54:54 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-12-30 20:54:54 +0000
commit3944fe38ecc71b60ca7a172358a9851c206a211f (patch)
treeab40084474f3668044b9b66b928d6e43fc1ca2d9 /.htaccess
parent3942da7517de1e38abfe798bfc6fb6703810de33 (diff)
downloadbrdo-3944fe38ecc71b60ca7a172358a9851c206a211f.tar.gz
brdo-3944fe38ecc71b60ca7a172358a9851c206a211f.tar.bz2
#105851 by dww. Complete the list of CVS meta files.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 2db7cd9b2..e206b6fd0 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)$">
+<FilesMatch "(\.(engine|inc|info|install|module|profile|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)|code-style\.pl|Entries.*|Repository|Root|Tag|Template)$">
Order allow,deny
</FilesMatch>