From 5e725f9c8cde3d283ff15bc7e2d75d69b0cfb193 Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Fri, 12 Apr 2013 07:58:10 +0400
Subject: [PATCH] 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

---
 .htaccess | 4 ----
 1 file changed, 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>
-- 
GitLab