From b88b000637619a001a2c1fcec1e2257d9746d522 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 27 Dec 2025 02:58:51 +0100 Subject: [PATCH] adasd --- public/page/debug.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/page/debug.php b/public/page/debug.php index 4de90a6..f9de661 100644 --- a/public/page/debug.php +++ b/public/page/debug.php @@ -6,7 +6,8 @@ if (!defined('APP_DEBUG') || APP_DEBUG !== true) { exit; } -$base = dirname(__DIR__, 1) . '/debug'; +// debug files are stored in project root /debug (one level above /public) +$base = dirname(__DIR__, 2) . '/debug'; $files = []; if (is_dir($base)) { foreach (scandir($base) as $f) {