]> 91.132.146.200 Git - bibliotheca-php.git/commitdiff
final touches to the first setup
authorBanana <mail@bananas-playground.net>
Sun, 8 Aug 2021 11:50:48 +0000 (13:50 +0200)
committerBanana <mail@bananas-playground.net>
Sun, 8 Aug 2021 11:50:48 +0000 (13:50 +0200)
webclient/setup/index.php

index c4fb3b4469382342b797a76f40cd1db638b480bd..51d19c28876d8dc041fb5615c33291be29c4f995 100644 (file)
@@ -285,6 +285,7 @@ function stepConfigForm(array $data): string {
                $timeZoneOptions .= "<option ".$selected." value='".$tz."'>".$tz."</option>";
        }
        $absPath = getcwd();
+       $absPath = str_replace("setup", "", $absPath);
 
        return <<<RET
 <p>
@@ -295,6 +296,7 @@ function stepConfigForm(array $data): string {
 </p>
 <p>
        The absolute path to this installation on your webspace. Current <b>{$absPath}</b> should be the right one.<br />
+       Make sure there is a / at the end<br />
        <input type="text" name="pathabsolute" value="{$data['pathabsolute']}" size="50">
 </p>
 <p>