diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-21 10:48:06 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-21 10:48:06 +0000 |
commit | 29e3ab609109e97d34665a8d298f402fb75f458d (patch) | |
tree | b5a74fbe42b781876ab02e6abb785f0ace6b4d85 /.htaccess | |
parent | 573e552e22e1cfb891530f0bd5df33bce4e43f0b (diff) | |
download | brdo-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-- | .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|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> |