From babf7d9a47f27af1bd98eb10118d30b6d0a92f2f Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Mon, 10 Jan 2022 15:35:26 +0100 Subject: [PATCH] Even More Debug Output --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 01877eb..15f7039 100644 --- a/index.php +++ b/index.php @@ -74,7 +74,7 @@ $data['last_page'] = ceil(count($files)/$slice); // Prepare Mode Specific Data and Render Template if ($slice > 1) { foreach ($curfiles as $index => $image) { - print_r($index."\n"); + print_r($image."\n"); $tmp['n'] = $image; $tmp['i'] = $index+1; $tmp['t'] = $thumburl.$t->get_thumb($image);