aboutsummaryrefslogtreecommitdiffstats
path: root/view/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'view/.htaccess')
-rw-r--r--view/.htaccess10
1 files changed, 2 insertions, 8 deletions
diff --git a/view/.htaccess b/view/.htaccess
index 115be49c0..559a5fcc0 100644
--- a/view/.htaccess
+++ b/view/.htaccess
@@ -1,9 +1,3 @@
<FilesMatch "\.tpl">
- <IfModule !mod_access_compat.c>
- Require all denied
- </IfModule>
- <IfModule mod_access_compat.c>
- Order deny,allow
- Deny from all
- </IfModule>
-</FilesMatch>
+Deny from all
+</FilesMatch> \ No newline at end of file