diff --git a/short/getfiles.php b/short/getfiles.php index 6e7b67c..783681a 100644 --- a/short/getfiles.php +++ b/short/getfiles.php @@ -6,7 +6,7 @@ if ($handle = opendir('.')) { { $last_modified = filemtime($file); //print(date("m/j/y h:i:s a", $last_modified)); - $thelist .= ''.$file.' Last Modified: '. date("m/j/y h:i:s a", $last_modified) .'
'; + $thelist .= ''.$file.' Created on: '. date("h:i a - m/j/y", $last_modified) .'
'; } } closedir($handle);