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);
+ }
+?>