This commit is contained in:
2025-12-23 00:58:41 +01:00
parent 746dbae23e
commit e5a7b2d571

View File

@@ -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