diff options
-rw-r--r-- | view/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/view/.htaccess b/view/.htaccess new file mode 100644 index 000000000..559a5fcc0 --- /dev/null +++ b/view/.htaccess @@ -0,0 +1,3 @@ +<FilesMatch "\.tpl"> +Deny from all +</FilesMatch>
\ No newline at end of file |