devshort

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

commit 32ec35ecd73097906b04470d2a15e6060429d1b2
parent 4d71cd546248d4fb4e965de1c28ec2cf3b393c01
Author: Florian <flokX@users.noreply.github.com>
Date:   Sat,  2 Feb 2019 11:49:32 +0100

Change style path
Diffstat:
Mredirect.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/redirect.php b/redirect.php @@ -57,7 +57,7 @@ if (array_key_exists($short, $data["shortlinks"])) { <link rel="icon" href="<?php echo $data["settings"]["favicon"]; ?>"> <title>404 | <?php echo $data["settings"]["name"]; ?></title> <link href="assets/vendor/bootstrap/bootstrap.min.css" rel="stylesheet"> - <link href="assets/main.min.css" rel="stylesheet"> + <link href="assets/main.css" rel="stylesheet"> </head> <body class="d-flex flex-column h-100">