From f46d148654a1351416e0704baad6c1b53e3cb7ec Mon Sep 17 00:00:00 2001 From: Ryan Prather Date: Fri, 16 Nov 2018 15:47:35 -0500 Subject: [PATCH] Fix for #15 (mouse over message to see files) --- import.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/import.php b/import.php index d6d6ed0..849c8a2 100644 --- a/import.php +++ b/import.php @@ -15,6 +15,8 @@ * - Apr 29, 2018 - Changed default message and formatting */ +$files = glob(TMP . "/*.*"); + ?>
@@ -112,6 +114,12 @@
+ NOTE: There are still files in the " . realpath(TMP) . " directory (mouse over to see)
"; + } + ?>