commit cc7dd6c58e166ddba894d6a65e7851e91b81f9fb parent 220bf08514b0703e1162be39639cf5561fce5b67 Author: Florian <flokX@users.noreply.github.com> Date: Fri, 25 Jan 2019 18:32:37 +0100 Fix link Diffstat:
M | installer.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/installer.php b/installer.php @@ -72,7 +72,7 @@ require valid-user"; if ($success) { echo "<h1 class=\"mt-5\">Successful installed!</h1> -<p class=\"lead\">Now you can start link shortening. For more information visit the <a href=\"https://github.com/flokx/devShort/wiki\">devShort wiki</a>. The statistic page is quickly accessible under <a href=\"secure\">secure/</a></p>"; +<p class=\"lead\">Now you can start link shortening. For more information visit the <a href=\"https://github.com/flokx/devShort/wiki\">devShort wiki</a>. The admin panel is quickly accessible under <a href=\"admin\">admin/</a></p>"; } 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\">devShort wiki</a> and try again.</p>";