From: Banana Date: Sun, 8 Aug 2021 11:42:06 +0000 (+0200) Subject: update to setup X-Git-Tag: 1.3~18 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=252585694dd4a1b87544ca23b4950a1cd6c20ca4;p=bibliotheca-php.git update to setup --- 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'); }