This commit is contained in:
NOrtmann1
2026-05-27 17:46:03 +02:00
parent 6068417fc5
commit be8b6372db
+1 -1
View File
@@ -23,7 +23,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$author = "max.mustermann"; // TODO: später aus Session den angemeldeten Nutzer beziehen.
$tags = $_POST["tags"];
$articleManager->addArticle($title, $content, $category, $author, $tags);
//$articleManager->addArticle($title, $content, $category, $author, $tags);
// Weiterleitung zur Homepage
header("location: index.php");