From b5971e2efd4f53e7eff410879c6900764691646f Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 24 Dec 2025 23:42:34 +0100 Subject: [PATCH] asd --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 90e8cb1..fa0d7c4 100644 --- a/public/index.php +++ b/public/index.php @@ -19,7 +19,7 @@ if ($uriPath === '' || $uriPath === 'index' || $uriPath === 'index.php') { $target = __DIR__ . '/page/index.php'; } else { $base = __DIR__ . '/page/' . $uriPath; - +echo $base; // 1) Verzeichnis mit index.php if (is_dir($base) && is_file($base . '/index.php')) { $target = $base . '/index.php';