dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 738b36c406 - Show all commits
@@ -11,6 +11,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
exit();
} elseif(!isset($id)) {
$_SESSION["message"] = "missing_id";
header("location: ../../index.php?pfad=updateArticle");
exit();
}else{
$newTitle = $_POST["title"];