simple url shortener

This commit is contained in:
alopexc0de
2012-10-07 19:52:44 -04:00
parent 5210cd767a
commit f35debca09
2 changed files with 54 additions and 0 deletions

6
short/config.php Executable file
View File

@@ -0,0 +1,6 @@
<?php
$random=rand(); //your random ID key
$path="url/"; //shortening url storage folder
$pagepath = "http://unps-gama.tk/short/";
$pagetitle = "Unps-gama.tk short";
?>