Deny access to .sh files

release-0.6
thomascube 16 years ago
parent b7a754c44e
commit 64c52c63ad

@ -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>

Loading…
Cancel
Save