mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
Changed last modified to created on & date easier to read
This commit is contained in:
parent
7cdad04d57
commit
44eb61154e
@ -6,7 +6,7 @@ if ($handle = opendir('.')) {
|
||||
{
|
||||
$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> Last Modified: <font align="right" color="green">'. date("m/j/y h:i:s a", $last_modified) .'</font><br />';
|
||||
$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…
Reference in New Issue
Block a user