devshort

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

commit 1aa368f2de02f472f4e666f6bb4af2903420b564
parent 9ee1d2066d018b7fe07d49643d50be6bef789234
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Fri, 22 Feb 2019 18:39:54 +0100

Hotfix (wrong config key)
Diffstat:
Madmin/index.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin/index.php b/admin/index.php @@ -63,8 +63,8 @@ if ($config_content["settings"]["custom_links"]) { <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="robots" content="noindex, nofollow"> - <meta name="author" content="<?php echo $config_content[" settings"]["author"]; ?> and the devShort team"> - <link rel="icon" href="../<?php echo $config_content[" settings"]["favicon"]; ?>"> + <meta name="author" content="<?php echo $config_content["settings"]["author"]; ?> and the devShort team"> + <link rel="icon" href="../<?php echo $config_content["settings"]["favicon"]; ?>"> <title>Admin panel | <?php echo $config_content["settings"]["name"]; ?></title> <link href="../assets/vendor/bootstrap/bootstrap.min.css" rel="stylesheet"> <link href="../assets/main.css" rel="stylesheet">