Browse Source

Add htaccess to prevent template access

rugk 10 years ago
parent
commit
535710cdd6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tst/.htaccess

+ 2 - 0
tst/.htaccess

@@ -0,0 +1,2 @@
+Allow from none
+Deny from all