Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit d43218fdb2 - Show all commits
+2 -1
View File
@@ -19,8 +19,9 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
$_SESSION["message"] = "missing_parameters"; $_SESSION["message"] = "missing_parameters";
header("location: index.php?pfad=createArticle"); header("location: index.php?pfad=createArticle");
} else { } else {
echo $articleManager->test();
/* /*
echo $articleManager->test();
$title = $_POST["title"]; $title = $_POST["title"];
$content = $_POST["content"]; $content = $_POST["content"];
$category = $_POST["category"]; $category = $_POST["category"];