From 69901b0beadcdb21e3350622335cdb42d7351676 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 17 Apr 2021 02:15:46 +0200 Subject: Trully Allow Hidden File / Directory --- config/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config/config.json') diff --git a/config/config.json b/config/config.json index 3a88cb9..102bda3 100644 --- a/config/config.json +++ b/config/config.json @@ -1,6 +1,7 @@ { "host":["localhost"], - "allow-hidden": false, + "allow-hidden": true, + "hide-hidden": true, "auth": true, "cache": true } -- cgit v1.2.3