From f2169a84ba4a57fb2cb8492d7715016468ecfeec Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 8 Aug 2021 13:40:15 +0200 Subject: [PATCH] update to setup --- webclient/setup/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webclient/setup/index.php b/webclient/setup/index.php index b7de62a..9bda259 100644 --- a/webclient/setup/index.php +++ b/webclient/setup/index.php @@ -347,3 +347,7 @@ function stepDBCreateTables(): string {

RET; } + +function clearSetup() { + unlink('../setup'); +} -- 2.39.5