aboutsummaryrefslogtreecommitdiffstats
path: root/view/.htaccess
blob: 115be49c05c0f4107e034461389c7ada078461be (plain) (blame)
1
2
3
4
5
6
7
8
9
<FilesMatch "\.tpl">
  <IfModule !mod_access_compat.c>
    Require all denied
  </IfModule>
  <IfModule mod_access_compat.c>
    Order deny,allow
    Deny from all
  </IfModule>
</FilesMatch>