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; } }