From 3d3d8a7e03cf51d3652aa34f23b31de7a114da7f Mon Sep 17 00:00:00 2001 From: lookshe Date: Sun, 7 May 2017 19:04:04 +0200 Subject: set default file handler to avoid execution of scripts --- storage-backend/files/.htaccess | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storage-backend/files/.htaccess b/storage-backend/files/.htaccess index 45552cb..fddf64c 100644 --- a/storage-backend/files/.htaccess +++ b/storage-backend/files/.htaccess @@ -1 +1,4 @@ -Options -Indexes \ No newline at end of file +Options -Indexes + + SetHandler default-handler + -- cgit v1.2.3