From f53e96c299a5b27ab82c229e32ca708e2cdeb0b0 Mon Sep 17 00:00:00 2001 From: Stefan Brand Date: Tue, 11 Jan 2022 16:29:22 +0100 Subject: [PATCH] Debug Output --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ab591ec..2a9b788 100644 --- a/index.php +++ b/index.php @@ -37,7 +37,7 @@ if (isset($_SESSION['files']) $files = $_SESSION['files']; } else { $dirs = glob($imagedir.$dir.'/*' , GLOB_ONLYDIR); - error_log('------'.$dirs.'-------'); + print_r($dirs); $rmdirs = $dirs; $rmdirs[] = '.'; $rmdirs[] = '..';