Update showArticle-controller.php

This commit is contained in:
2026-06-01 12:02:21 +02:00
parent 9f4ca058bd
commit c5bfd02f09
+1 -1
View File
@@ -15,7 +15,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
$author = $article->getAuthor();
$tags = $article->getTags();
}else{
header("location: ../../index.php?pfad=404");
header("location: ../index.php?pfad=404");
exit();
}
} catch (Exception $e){