mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
7 lines
169 B
PHP
7 lines
169 B
PHP
|
<?php
|
||
|
$random=rand(); //your random ID key
|
||
|
$path="url/"; //shortening url storage folder
|
||
|
$pagepath = "http://unps-gama.tk/short/";
|
||
|
$pagetitle = "Unps-gama.tk short";
|
||
|
?>
|