From 485e08e6c6a2789568edafa50991212ebb661c6d Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 27 May 2026 19:18:59 +0200 Subject: [PATCH] testing --- php/controller/createArticle-controller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }