From 324b422975a3964288352accefda7a42d64f61ee Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Sun, 7 Oct 2012 21:02:23 -0400 Subject: [PATCH] file list - modified from the one in ../img --- short/getfiles.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 short/getfiles.php diff --git a/short/getfiles.php b/short/getfiles.php new file mode 100644 index 0000000..6e7b67c --- /dev/null +++ b/short/getfiles.php @@ -0,0 +1,14 @@ +'.$file.' Last Modified: '. date("m/j/y h:i:s a", $last_modified) .'
'; + } + } + closedir($handle); + } +?>