From af7ef0a0c14d7c11f3fb483c3b930a02be933a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Subileau?= Date: Sun, 27 Mar 2016 23:08:37 +0200 Subject: Whitelists EOT to be downloadable via apache webserver fixes #9967 --- plugins/Installation/ServerFilesGenerator.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Installation/ServerFilesGenerator.php b/plugins/Installation/ServerFilesGenerator.php index 6009854544..927f403ccb 100644 --- a/plugins/Installation/ServerFilesGenerator.php +++ b/plugins/Installation/ServerFilesGenerator.php @@ -37,7 +37,7 @@ class ServerFilesGenerator "\n\n" . "# Allow to serve static files which are safe\n" . - "\n" . + "\n" . $allow . "\n" . "\n"; -- cgit v1.2.3