summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-12 07:58:10 +0400
committerAndrew Dolgov <[email protected]>2013-04-12 07:58:10 +0400
commit5e725f9c8cde3d283ff15bc7e2d75d69b0cfb193 (patch)
tree16aa0aee585c96d2cc8a07e55687571018ec39c5 /.htaccess
parent8096a20a95cf9873ad31650521908467e719b1bb (diff)
having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 0 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index ed58470d4..22b33f000 100644
--- a/.htaccess
+++ b/.htaccess
@@ -1,7 +1,3 @@
AddType image/svg+xml svg
AddType image/svg+xml svgz
-<Files "config.php">
- Order deny,allow
- Deny from all
-</Files>