dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 76beb8d62e - Show all commits
+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){