From 69b481d06dc089b0d7b3fc8d24b8f7b490cf4bc8 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Fri, 11 Feb 2022 17:21:26 +0100 Subject: [PATCH] Change Thumb URL Creation --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1303259..ad881bb 100644 --- a/index.php +++ b/index.php @@ -121,7 +121,7 @@ if (!empty($curfiles)| !empty($dirs)) { } else { $tmp['n'] = $image; $tmp['i'] = $index+1; - $tmp['t'] = $thumburl.$t->get_thumb($image); + $tmp['t'] = $t->get_thumb($image); $data['images'][] = $tmp; } }