From b4a1b8865a0bef51dd6cab292d91c3820fab9cfc Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Wed, 24 Dec 2025 23:39:10 +0100 Subject: [PATCH] dsad --- public/index.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index fee55d1..90e8cb1 100644 --- a/public/index.php +++ b/public/index.php @@ -3,8 +3,7 @@ declare(strict_types=1); // boot application (config, autoload, services) require_once __DIR__ . '/../config/fileload.php'; - echo "target existiert"; - exit; + $uriPath = parse_url($_SERVER['REQUEST_URI'] ?? '/', PHP_URL_PATH) ?: '/'; $uriPath = preg_replace('~/{2,}~', '/', $uriPath); $uriPath = trim($uriPath, '/');