From 64c52c63ad42301ece004f51c1dc6abc4c84ce97 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 09 Jan 2009 09:35:23 -0500
Subject: [PATCH] Deny access to .sh files

---
 .htaccess |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.htaccess b/.htaccess
index fcb8f6c..7c6b65b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -23,7 +23,7 @@
 php_value	mbstring.func_overload	0
 </IfModule>
 
-<FilesMatch "(\.inc|\~)$">
+<FilesMatch "(\.inc|.sh|\~)$">
   Order allow,deny
   Deny from all
 </FilesMatch>

--
Gitblit v1.9.1