thomascube
2009-01-09 64c52c63ad42301ece004f51c1dc6abc4c84ce97
Deny access to .sh files

1 files modified
2 ■■■ changed files
.htaccess 2 ●●● patch | view | raw | blame | history
.htaccess
@@ -23,7 +23,7 @@
php_value    mbstring.func_overload    0
</IfModule>
<FilesMatch "(\.inc|\~)$">
<FilesMatch "(\.inc|.sh|\~)$">
  Order allow,deny
  Deny from all
</FilesMatch>