summaryrefslogtreecommitdiffstats
path: root/system/.htaccess
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2012-12-03 13:37:47 +0100
committerAndrey Andreev <narf@bofh.bg>2012-12-03 13:37:47 +0100
commit838a9d69a9139b6bcd6f8765fdd2d58b929e70ad (patch)
tree3d296693ea910fd5473e9fb7dec825e4e9edae50 /system/.htaccess
parent6a38949d5ac50a123c7fdee37d9561e02fa72884 (diff)
[ci skip] Cleaned some spaces
Diffstat (limited to 'system/.htaccess')
-rw-r--r--system/.htaccess4
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