dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 86395f0727 - Show all commits
@@ -24,6 +24,10 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
foreach ($articleManager->getAllArticles() as $article) { foreach ($articleManager->getAllArticles() as $article) {
echo htmlspecialchars($article['title'])."<br>"; echo htmlspecialchars($article['title'])."<br>";
echo htmlspecialchars($article['content'])."<br>";
echo htmlspecialchars($article['author'])."<br>";
echo htmlspecialchars($article['category'])."<br>";
echo htmlspecialchars($article['tags'])."<br>";
} }
// Weiterleitung zur Homepage // Weiterleitung zur Homepage
//header("location: ../../index.php"); //header("location: ../../index.php");