aboutsummaryrefslogtreecommitdiff
path: root/templates/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'templates/.htaccess')
-rwxr-xr-xtemplates/.htaccess4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/.htaccess b/templates/.htaccess
new file mode 100755
index 0000000..19469bf
--- /dev/null
+++ b/templates/.htaccess
@@ -0,0 +1,4 @@
+<Files *>
+ Order Allow,Deny
+ Deny from all
+</Files>