disallow viewing raw templates from http

This commit is contained in:
Mike Macgirvin
2010-10-06 04:04:12 -07:00
parent 09606dbac2
commit 32602c5f87
+3
View File
@@ -0,0 +1,3 @@
<FilesMatch "\.tpl">
Deny from all
</FilesMatch>