GAMA-Site/short/config.php

7 lines
165 B
PHP
Raw Normal View History

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