Update createArticle-controller.php

This commit is contained in:
NOrtmann1
2026-05-27 17:39:06 +02:00
parent 554dbd677a
commit d43218fdb2
+2 -1
View File
@@ -19,8 +19,9 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["message"] = "missing_parameters";
header("location: index.php?pfad=createArticle");
} else {
echo $articleManager->test();
/*
echo $articleManager->test();
$title = $_POST["title"];
$content = $_POST["content"];
$category = $_POST["category"];