Update createArticle-controller.php

This commit is contained in:
NOrtmann1
2026-05-27 17:49:11 +02:00
parent 10ddf8bf7f
commit 7a784c8243
+1 -1
View File
@@ -26,7 +26,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
//$articleManager->addArticle($title, $content, $category, $author, $tags); //$articleManager->addArticle($title, $content, $category, $author, $tags);
// Weiterleitung zur Homepage // Weiterleitung zur Homepage
header("location:" . $abs_path . "../../index.php"); header("location: ../../index.php");
exit(); exit();
} }