Made urls shorter and better

This commit is contained in:
alopexc0de
2012-10-07 20:34:33 -04:00
parent f35debca09
commit a1e15fe76a
2 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +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";
$path="."; //shortening url storage folder
$pagepath = "http://ugama.tk/short/";
$pagetitle = "Unps-gama.tk shortner";
?>