From 0ba3ec475ae314eae43662939cef026fe66a8561 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 1 Apr 2014 12:01:40 +0200 Subject: [PATCH] create htaccess in install dir --- install/.htaccess | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 install/.htaccess diff --git a/install/.htaccess b/install/.htaccess new file mode 100644 index 000000000..f239fe831 --- /dev/null +++ b/install/.htaccess @@ -0,0 +1,2 @@ +order deny,allow +deny from all \ No newline at end of file