diff options
Diffstat (limited to 'system/.htaccess')
-rw-r--r-- | system/.htaccess | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/.htaccess b/system/.htaccess index 6c63ed4c4..97c65d2df 100644 --- a/system/.htaccess +++ b/system/.htaccess @@ -1,6 +1,6 @@ <IfModule authz_core_module> - Require all denied + Require all denied </IfModule> <IfModule !authz_core_module> - Deny from all + Deny from all </IfModule>
\ No newline at end of file |