devshort

private self-hosted shortlink service
git clone https://git.clttr.info/devshort.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit dc7be5ad927b08e4930ae459e0f27114ba84d3fc
parent bf98bcdac945d2831c833793f6075d4da3ef265a
Author: Florian <flokX@users.noreply.github.com>
Date:   Mon,  4 Feb 2019 14:22:48 +0100

Fix path
Diffstat:
Minstaller.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/installer.php b/installer.php @@ -45,6 +45,7 @@ require valid-user"; file_put_contents($data_path, json_encode($data, JSON_PRETTY_PRINT)); unlink(__DIR__ . DIRECTORY_SEPARATOR . "installer.php"); $success = true; + } ?> @@ -81,7 +82,7 @@ require valid-user"; <a href=\"admin\" class=\"btn btn-primary btn-lg \" role=\"button\">Go to the admin panel</a>"; } else { echo "<h1 class=\"mt-5\">Error while installing.</h1> -<p class=\"lead\">Please configure the <i>config.json</i> as shown in the <a href=\"https://github.com/flokX/devShort/wiki/Installation,-Update,-Reinstallation#installation\">devShort wiki</a> and try again.</p> +<p class=\"lead\">Please configure the <i>config.json</i> as shown in the <a href=\"https://github.com/flokX/devShort/wiki/Installation#installation\">devShort wiki</a> and try again.</p> <p>We assume that you have not yet set an admin password.</p>"; }