devshort

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

commit ea5d09ad0941a0b45debb62094d7e335ced4ab51
parent 35fd5cf3e493b83461a22a1128cfc008e85da695
Author: Florian <flokX@users.noreply.github.com>
Date:   Fri, 25 Jan 2019 17:57:42 +0100

Clarify links
Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -20,13 +20,13 @@ What is a URL shortener? Visit our [wiki article](https://github.com/flokX/devSh 1. With devShort you will never again have problems regarding legal questions because we only track the number of requests the shortlinks gain. 2. It's quite easy to install, upgrade and maintain because there are only 16 files with a size of 1,04 MB only to upload. -3. The appearence of the public pages can be changed easily with the `config.json` file. +3. The appearence of the public pages can be changed easily with the `admin/config.json` file. ## 1-2-3 Click installation 1. Copy the files into the directory -2. Insert a admin password in the `config.json` +2. Insert a admin password in the `admin/config.json` 3. Run the `installer.php` That's it! If you want to know what devShort can do visit our [wiki](https://github.com/flokX/devShort/wiki).