]> git.mxchange.org Git - friendica.git/commitdiff
disallow viewing raw templates from http
authorMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 11:04:12 +0000 (04:04 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Wed, 6 Oct 2010 11:04:12 +0000 (04:04 -0700)
view/.htaccess [new file with mode: 0644]

diff --git a/view/.htaccess b/view/.htaccess
new file mode 100644 (file)
index 0000000..559a5fc
--- /dev/null
@@ -0,0 +1,3 @@
+<FilesMatch "\.tpl">
+Deny from all
+</FilesMatch>
\ No newline at end of file