debugging

This commit is contained in:
2026-06-01 12:03:22 +02:00
parent 76beb8d62e
commit ca337c4fac
@@ -15,6 +15,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
$author = $article->getAuthor(); $author = $article->getAuthor();
$tags = $article->getTags(); $tags = $article->getTags();
}else{ }else{
echo "Test";
header("location: index.php?pfad=404"); header("location: index.php?pfad=404");
exit(); exit();
} }