Add htaccess to prevent template access

This commit is contained in:
rugk 2016-07-19 14:43:30 +02:00
parent b911ea8472
commit 535710cdd6

2
tst/.htaccess Normal file
View File

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