diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index 59745ba..c11b0aa 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -25,7 +25,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") { echo htmlspecialchars($article['title'])."
"; } // Weiterleitung zur Homepage - header("location: ../../index.php"); + //header("location: ../../index.php"); exit(); }