devshort

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

commit a2c2719b97ccd67425ed2704363aeb4a9c6353f4
parent 352c45a72f7a8d4276631d0b7b66a7b1443e6788
Author: Florian Kaldowski <flokX@users.noreply.github.com>
Date:   Wed, 29 May 2019 08:27:36 +0200

Improve margin
Diffstat:
Madmin/index.php | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/admin/index.php b/admin/index.php @@ -87,7 +87,7 @@ if ($config_content["settings"]["custom_links"]) { </div> </div> <div id="charts"></div> - <p class="text-center my-4">powered by <a href="https://github.com/flokX/devShort">devShort</a> v2.2.0 (Latest: <a href="https://github.com/flokX/devShort/releases"><img src="https://img.shields.io/github/release/flokX/devShort.svg" alt="Latest release"></a>, <a href="https://github.com/flokX/devShort/wiki/Installation#update-or-reinstallation">How to update</a>)</p> + <p class="text-center mt-4 mb-5">powered by <a href="https://github.com/flokX/devShort">devShort</a> v2.3.0 (Latest: <a href="https://github.com/flokX/devShort/releases"><img src="https://img.shields.io/github/release/flokX/devShort.svg" alt="Latest release"></a>, <a href="https://github.com/flokX/devShort/wiki/Installation#update-or-reinstallation">How to update</a>)</p> </div> </main>