mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2025-01-18 11:23:15 +00:00
No longer needed with new system - no more flatfiles
This commit is contained in:
parent
ec0e951dfe
commit
bdc41da0f4
@ -1,6 +0,0 @@
|
|||||||
<?php
|
|
||||||
$random=rand(); //your random ID key
|
|
||||||
$path="."; //shortening url storage folder
|
|
||||||
$pagepath = "http://ugama.tk/short/";
|
|
||||||
$pagetitle = "Unps-gama.tk shortner";
|
|
||||||
?>
|
|
@ -1,14 +0,0 @@
|
|||||||
<?php
|
|
||||||
if ($handle = opendir('.')) {
|
|
||||||
while (false !== ($file = readdir($handle)))
|
|
||||||
{
|
|
||||||
if ($file != "." && $file != ".." && $file != "index.php" && $file != "getfiles.php" && $file != "config.php" && $file != "url" && $file != "log")
|
|
||||||
{
|
|
||||||
$last_modified = filemtime($file);
|
|
||||||
//print(date("m/j/y h:i:s a", $last_modified));
|
|
||||||
$thelist .= '<a href="http://ugama.tk/short/'.$file.'">'.$file.'</a> Created on: <font align="right" color="green">'. date("h:i a - m/j/y", $last_modified) .'</font><br />';
|
|
||||||
}
|
|
||||||
}
|
|
||||||
closedir($handle);
|
|
||||||
}
|
|
||||||
?>
|
|
Loading…
x
Reference in New Issue
Block a user