From 124568d324ac47abdcb53dac886115126b5c5f20 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Sat, 2 Jun 2018 16:32:02 +0100
Subject: [PATCH] Remove obsolete access control directive

---
 .htaccess | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.htaccess b/.htaccess
index f5abd6c77..81fc235dd 100644
--- a/.htaccess
+++ b/.htaccess
@@ -76,10 +76,4 @@ RewriteRule . index.php [L]
 # .git doesn't exist
 RedirectMatch 404 /\\.git(/|$)
 
-# allow gathering stats only from localhost
-<Files apc_stats_r2mon.php>
-Order Allow,Deny
-Allow from 127.0.0.1
-</Files>
-
 # END noblogs
-- 
GitLab