0
0
Open Source URL Shortener Left here for historical documentation purposes.
This repository has been archived on 2020-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Bryan Pedini 7acb2ca533
Refactored the website
Renamed "includes" to "templates"
Added .htaccess to redirect requests to index.php
Added function to split request URL into array
Corrected locations in scripts and pages
2019-02-07 12:36:44 +01:00
errors first version of the website, it works as intended. 2019-01-26 23:34:48 +01:00
js Refactored the website 2019-02-07 12:36:44 +01:00
templates Refactored the website 2019-02-07 12:36:44 +01:00
.htaccess Refactored the website 2019-02-07 12:36:44 +01:00
config.php first version of the website, it works as intended. 2019-01-26 23:34:48 +01:00
functions.php Refactored the website 2019-02-07 12:36:44 +01:00
index.php Refactored the website 2019-02-07 12:36:44 +01:00
README.md updated README.md to version b_1.0@2019012602 2019-01-26 23:36:07 +01:00

OpenShorte: an open source self-hosted URL Shortener

features:

  • Login page to prevent unauthorized access - can be disabled
  • Backend database to store data
  • User control panel to create new URLs

Don't forget that new features can be implemented in the future: come back from time to time to check them!

version: b_1.0@2019012602