commit 3c49e51a7c6a32968df7ce40ea3eb65255a1d256
parent ae6e9ec913e916c5ff750180b7f76535849d65e7
Author: Florian <flokX@users.noreply.github.com>
Date: Fri, 25 Jan 2019 19:58:00 +0100
Fix links (#1)
* Fix links
* Fix link
* Fix link
Diffstat:
3 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/installer.php b/installer.php
@@ -72,10 +72,10 @@ 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 statistic page is quickly accessible under <a href=\"secure\">secure/</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>";
+<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>
@@ -85,7 +85,7 @@ require valid-user";
<footer class="footer mt-auto py-3">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
- <span class="text-muted">© <?php echo date("Y") ?> <a href="https://github.com/flokx/devShort">devShort</a></span>
+ <span class="text-muted">© <?php echo date("Y") ?> <a href="https://github.com/flokX/devShort">devShort</a></span>
<span class="text-muted"><a href="https://github.com/flokX/devShort/wiki" class="badge badge-secondary">devShort wiki</a> <a href="https://github.com/flokX" class="badge badge-secondary">devShort author</a></span>
</div>
</div>
diff --git a/redirect.php b/redirect.php
@@ -79,7 +79,7 @@ if (array_key_exists($short, $data["shortlinks"])) {
<footer class="footer mt-auto py-3">
<div class="container">
<div class="d-flex justify-content-between align-items-center">
- <span class="text-muted">© <?php echo date("Y") . " " . $data["settings"]["author"]; ?> and <a href="https://github.com/flokx/devShort">devShort</a></span>
+ <span class="text-muted">© <?php echo date("Y") . " " . $data["settings"]["author"]; ?> and <a href="https://github.com/flokX/devShort">devShort</a></span>
<?php if ($links_string) { echo "<span class=\"text-muted\">$links_string</span>"; } ?>
</div>
</div>
@@ -87,4 +87,4 @@ if (array_key_exists($short, $data["shortlinks"])) {
</body>
-</html>
-\ No newline at end of file
+</html>
diff --git a/secure/index.html b/secure/index.html
@@ -26,7 +26,7 @@
<div class="container">
<div class="row justify-content-between">
<div class="col-auto">
- <span class="text-muted">© 2019 the <a href="https://github.com/flokx/devShort">devShort</a>-Team</span>
+ <span class="text-muted">© 2019 the <a href="https://github.com/flokX/devShort">devShort</a>-Team</span>
</div>
<div class="col-auto">
<span class="text-muted"><a href="https://github.com/flokX/devShort/wiki" class="badge badge-secondary">devShort wiki</a> <a href="https://github.com/flokX" class="badge badge-secondary">devShort author</a></span>
@@ -41,4 +41,4 @@
</body>
-</html>
-\ No newline at end of file
+</html>