Simple url shortener script
Find a file
2016-12-13 13:59:31 +01:00
index.php Reverse file searching logic 2016-12-13 13:38:51 +01:00
LICENSE Initial commit 2013-12-04 11:26:09 -08:00
README.md Add few install instructions 2016-12-13 13:59:31 +01:00

shuri

Simple url shortener script

Installation

Just drop the index.php in any folder accessible through your web server with php interpreter, mkdir db with permission to write for your web server user/group and direct your browser to the former script.

For testing and debugging purposer, you can just use:

$ php -S localhost:8000 index.php