Changed templates MIME to text/plain

Makes more sense: try accessing some of the templates in the browser
directly.
This commit is contained in:
Marcin Kurczewski 2014-10-05 21:17:21 +02:00
parent 91876bb66f
commit a1dfebea3b

View file

@ -15,5 +15,5 @@ RewriteRule ^/?data/thumbnails/(\d+)x(\d+)/avatars/([^/]+)/? /api/users/$3/avata
RewriteRule ^/?api/(.*) api-dispatch.php?q=$0 [QSA,L]
<IfModule mod_mime.c>
AddType text/html .tpl
AddType text/plain .tpl
</IfModule>