From cd9f22e597c741054c1b8f98d85a2b8895d47bec Mon Sep 17 00:00:00 2001 From: Martin Ambrus Date: Sat, 21 Oct 2017 11:12:55 +0200 Subject: [PATCH] fix: sql files should not be readable by the server --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.htaccess b/.htaccess index a63010c1..3f010a84 100644 --- a/.htaccess +++ b/.htaccess @@ -1,4 +1,9 @@ Order Deny,Allow Deny from all + + + + Order Deny,Allow + Deny from all \ No newline at end of file