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