dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 34ffad38a6 - Show all commits
+2 -1
View File
@@ -17,7 +17,8 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
try {
$articleManager = ArticleManager::getInstance();
$articleManager->addArticle($title, $content, $author, $category, $tags);
//$articleManager->addArticle($title, $content, $author, $category, $tags);
$articleManager->addArticle("Test", "Testkontent", "informatik", "max.mustermann", "Apfel, Birne");
} catch (Exception $e){
$_SESSION["message"] = "internal_error";
}