Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2014-05-21 06:30:20 +0400
committerMatthieu Aubry <matt@piwik.org>2014-05-21 06:30:20 +0400
commit366beb128f70b6541be2f2c3e9250d75561bbc1e (patch)
treedcb1e29d076315f484d98677d11993436ad96d16 /misc
parent81b634369775c0eac5e10ea311dc6651dd3f6e45 (diff)
Delete htaccess, as it is created automatically on upgrade
Diffstat (limited to 'misc')
-rw-r--r--misc/user/.htaccess33
1 files changed, 0 insertions, 33 deletions
diff --git a/misc/user/.htaccess b/misc/user/.htaccess
deleted file mode 100644
index a1f9596321..0000000000
--- a/misc/user/.htaccess
+++ /dev/null
@@ -1,33 +0,0 @@
-<Files ~ "\.(php|php4|php5|inc|tpl|in|twig)$">
-<IfModule mod_access.c>
-Deny from all
-Require all denied
-</IfModule>
-<IfModule !mod_access_compat>
-<IfModule mod_authz_host.c>
-Deny from all
-Require all denied
-</IfModule>
-</IfModule>
-<IfModule mod_access_compat>
-Deny from all
-Require all denied
-</IfModule>
-</Files>
-<Files ~ "\.(test\.php|gif|ico|jpg|png|svg|js|css|swf)$">
-<IfModule mod_access.c>
-Allow from all
-Require all granted
-</IfModule>
-<IfModule !mod_access_compat>
-<IfModule mod_authz_host.c>
-Allow from all
-Require all granted
-</IfModule>
-</IfModule>
-<IfModule mod_access_compat>
-Allow from all
-Require all granted
-</IfModule>
-Satisfy any
-</Files>