mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2025-07-30 12:50:17 +00:00
simple url shortener
This commit is contained in:
6
short/config.php
Executable file
6
short/config.php
Executable file
@@ -0,0 +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";
|
||||
?>
|
Reference in New Issue
Block a user