testing
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user