dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 485e08e6c6 - Show all commits
+1 -1
View File
@@ -25,7 +25,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
echo htmlspecialchars($article['title'])."<br>";
}
// Weiterleitung zur Homepage
header("location: ../../index.php");
//header("location: ../../index.php");
exit();
}