From 0ac128d6a2df3a84f49a4d86cfbf501bbbb52a43 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 1 Jun 2025 00:01:49 +0400 Subject: feat: file thumbnails --- lib/partials.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/partials.php') diff --git a/lib/partials.php b/lib/partials.php index 13ea156..8a7824e 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -20,7 +20,7 @@ function html_big_navbar() function html_footer() { - $files = glob(FILE_DIRECTORY . "/*.*"); + $files = glob(FILE_UPLOAD_DIRECTORY . "/*.*"); $file_size = 0; foreach ($files as $file) { -- cgit v1.2.3