GAMA-Site/short/config.php
2012-10-07 19:52:44 -04:00

7 lines
169 B
PHP
Executable File

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