mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2026-05-22 13:47:54 +00:00
simple url shortener
This commit is contained in:
Executable
+6
@@ -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