Update createArticle-controller.php
This commit is contained in:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user