From 252585694dd4a1b87544ca23b4950a1cd6c20ca4 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 8 Aug 2021 13:42:06 +0200 Subject: [PATCH] update to setup --- webclient/setup/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webclient/setup/index.php b/webclient/setup/index.php index 9bda259..c4fb3b4 100644 --- a/webclient/setup/index.php +++ b/webclient/setup/index.php @@ -349,5 +349,6 @@ RET; } function clearSetup() { - unlink('../setup'); + array_map('unlink', glob("../setup/*")); + rmdir('../setup'); } -- 2.39.5