diff options
| author | ilotterytea <iltsu@alright.party> | 2025-06-01 00:01:49 +0400 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-06-01 00:01:49 +0400 |
| commit | 0ac128d6a2df3a84f49a4d86cfbf501bbbb52a43 (patch) | |
| tree | 6e9727270a8adfc7c1a0ab1fee2870264875840f /lib/partials.php | |
| parent | 4da453ba7cd09849d7c3c1229188e1ee3b3866be (diff) | |
feat: file thumbnails
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
