completed util directory protection; fixes #136

This commit is contained in:
following
2013-05-16 15:36:14 +02:00
parent e0a405b6a3
commit 56d5d9f4f5
15 changed files with 65 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<FilesMatch "*">
Order Deny,Allow
Deny from All
</FilesMatch>