GAMA-Site/short/config.php

7 lines
169 B
PHP
Raw Normal View History

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