From 72ce7b5a4a268e21ff4814055601dc37248219f4 Mon Sep 17 00:00:00 2001 From: Banana Date: Sun, 8 Aug 2021 13:50:48 +0200 Subject: [PATCH] final touches to the first setup --- webclient/setup/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webclient/setup/index.php b/webclient/setup/index.php index c4fb3b4..51d19c2 100644 --- a/webclient/setup/index.php +++ b/webclient/setup/index.php @@ -285,6 +285,7 @@ function stepConfigForm(array $data): string { $timeZoneOptions .= ""; } $absPath = getcwd(); + $absPath = str_replace("setup", "", $absPath); return << @@ -295,6 +296,7 @@ function stepConfigForm(array $data): string {

The absolute path to this installation on your webspace. Current {$absPath} should be the right one.
+ Make sure there is a / at the end

-- 2.39.5