Custom URL shortener https://fwdkr.co/
Go to file
Florine W. Dekker b8ebe18992
Add optional redirection confirmation
Fixes #9.
2021-04-13 19:18:33 +02:00
.gitignore Use phpliteadmin for configuration 2021-03-22 20:17:58 +01:00
LICENSE Implement basic service 2021-03-18 18:05:49 +01:00
README.md Add missing requirement to README 2021-04-13 09:11:24 +02:00
index.php Add optional redirection confirmation 2021-04-13 19:18:33 +02:00
links.php Add optional redirection confirmation 2021-04-13 19:18:33 +02:00
links.sql Add optional redirection confirmation 2021-04-13 19:18:33 +02:00
phpliteadmin.php Update pla defaults 2021-03-22 20:28:05 +01:00

README.md

fwdkr.co

A custom URL shortener.

Requirements

Development

# Run local PHP web server
$> php -S localhost:8080 ./index.php

Installation

Copy these files into the desired directory. You may override settings from phpliteadmin.php in the file phpliteadmin.config.php. The database at .links.db is automatically created when you visit the main page.