From 0344b168276f80189e2254c75a762aff5b517b6b Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Sun, 22 May 2016 06:32:57 -0400
Subject: [PATCH] Fix priority icon(s) position

---
 config/.htaccess |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/config/.htaccess b/config/.htaccess
index 896e680..43e24ed 100644
--- a/config/.htaccess
+++ b/config/.htaccess
@@ -1,2 +1,7 @@
 # deny webserver access to this directory
-Deny from all
+<ifModule mod_authz_core.c>
+    Require all denied
+</ifModule>
+<ifModule !mod_authz_core.c>
+    Deny from all
+</ifModule>

--
Gitblit v1.9.1