diff options
author | thomascube <thomas@roundcube.net> | 2009-01-09 14:35:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2009-01-09 14:35:23 +0000 |
commit | 64c52c63ad42301ece004f51c1dc6abc4c84ce97 (patch) | |
tree | c210e491946b0ef2cb0b72eaea1d556fe9f5cb27 | |
parent | b7a754c44e5cd5b9b4126145e33f2bdaa149ebbb (diff) |
Deny access to .sh files
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ php_value session.gc_probability 1 php_value mbstring.func_overload 0 </IfModule> -<FilesMatch "(\.inc|\~)$"> +<FilesMatch "(\.inc|.sh|\~)$"> Order allow,deny Deny from all </FilesMatch> |