summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-21 10:48:06 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-21 10:48:06 +0000
commit29e3ab609109e97d34665a8d298f402fb75f458d (patch)
treeb5a74fbe42b781876ab02e6abb785f0ace6b4d85 /.htaccess
parent573e552e22e1cfb891530f0bd5df33bce4e43f0b (diff)
downloadbrdo-29e3ab609109e97d34665a8d298f402fb75f458d.tar.gz
brdo-29e3ab609109e97d34665a8d298f402fb75f458d.tar.bz2
- Patch #497736 by deekayen: code-style.sh is no more so it should not be part of .htaccess.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index f38fe6304..a2bf7fb92 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|svn-base)$|^(code-style\.pl|Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
+<FilesMatch "\.(engine|inc|info|install|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl|svn-base)$|^(Entries.*|Repository|Root|Tag|Template|all-wcprops|entries|format)$">
Order allow,deny
</FilesMatch>