From bbfec2b7633456720e95f24430f02d1562ddbf85 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 27 Sep 2018 16:21:06 +0200 Subject: [PATCH] htaccess. Allow connections from localhost to pandora_console/attachment --- pandora_console/attachment/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/attachment/.htaccess b/pandora_console/attachment/.htaccess index 815f1e1776..d6a661a7f8 100644 --- a/pandora_console/attachment/.htaccess +++ b/pandora_console/attachment/.htaccess @@ -1,2 +1,3 @@ Order deny,allow Deny from All +Allow from localhost \ No newline at end of file