aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
Diffstat (limited to 'view')
-rw-r--r--view/.htaccess4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/.htaccess b/view/.htaccess
index 115be49c0..7aa6c4506 100644
--- a/view/.htaccess
+++ b/view/.htaccess
@@ -1,8 +1,8 @@
<FilesMatch "\.tpl">
- <IfModule !mod_access_compat.c>
+ <IfModule mod_authz_core.c>
Require all denied
</IfModule>
- <IfModule mod_access_compat.c>
+ <IfModule !mod_authz_core.c>
Order deny,allow
Deny from all
</IfModule>