summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-09 14:35:23 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-01-09 14:35:23 +0000
commit7f226423230f969ed807479539ad821f046e5634 (patch)
tree5b9698348053b80ac41caf241b1f9bb26e727c1e
parentabe9dfbcfcba855e7e0293d68e584f84e85ff646 (diff)
Deny access to .sh files
git-svn-id: https://svn.roundcube.net/trunk@2225 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/.htaccess b/roundcubemail/.htaccess
index fcb8f6c8f..7c6b65bf4 100644
--- a/roundcubemail/.htaccess
+++ b/roundcubemail/.htaccess
@@ -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>