From: Banana
Date: Sun, 8 Aug 2021 11:50:48 +0000 (+0200)
Subject: final touches to the first setup
X-Git-Tag: 1.3~15
X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=72ce7b5a4a268e21ff4814055601dc37248219f4;p=bibliotheca-php.git
final touches to the first setup
---
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