urls / url-shortener-php

Web application that will help you in shortening your url
http://urls.github.io/url-shortener
MIT License
88 stars 74 forks source link

Fix issue with link displayed + Create config file + Update README.md file #21

Closed yvisherve closed 4 years ago

yvisherve commented 5 years ago

Issue:

When you want to shorten a link, the shortened link displayed always use "https://urls.ml" as a base url instead of using an URL chosen by the administrator.

Solution:

I have created the "/config.php" file in which you can configure the installation URL of the tool, set database connection values, and define the name of the site.