diff --git a/public/index.php b/public/index.php index f5ce180..ee31f68 100644 --- a/public/index.php +++ b/public/index.php @@ -26,6 +26,7 @@ if ($uriPath === '' || $uriPath === 'index' || $uriPath === 'index.php') { } // 2) Datei elseif (is_file($base . '.php')) { + echo "target existiert"; $target = $base . '.php'; } // 3) 404