commit 5026585f35a19c4472028eaa236db7e78ac6e30e
parent bcddbff04bd9ca00de5f7b6257c3465d43e80e11
Author: Florian <flokX@users.noreply.github.com>
Date: Sat, 26 Jan 2019 11:31:41 +0100
Update redirect.php
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/redirect.php b/redirect.php
@@ -32,7 +32,7 @@ if (array_key_exists($short, $data["shortlinks"])) {
exit;
} else {
header("HTTP/1.1 404 Not Found");
- count_access($base_path, "404 request");
+ count_access($base_path, "404-request");
// Generator for page customization
$links_string = "";
@@ -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>