From caa82c74bcd091cfc9eff4acd8b1060e9d8f0bec Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Tue, 23 Dec 2025 00:59:45 +0100 Subject: [PATCH] asd --- public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.php b/public/index.php index ee31f68..50804e7 100644 --- a/public/index.php +++ b/public/index.php @@ -27,6 +27,7 @@ if ($uriPath === '' || $uriPath === 'index' || $uriPath === 'index.php') { // 2) Datei elseif (is_file($base . '.php')) { echo "target existiert"; + exit; $target = $base . '.php'; } // 3) 404