From 04195f5d92753a651660143a86c4d8b56bb50225 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 27 May 2026 16:59:04 +0200 Subject: [PATCH] Pfadanpassung (test) --- php/controller/createArticle-controller.php | 8 ++++---- php/model/ArticleManager.php | 4 ++-- php/model/LocalArticleManager.php | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/php/controller/createArticle-controller.php b/php/controller/createArticle-controller.php index bdab780..a3cadf4 100644 --- a/php/controller/createArticle-controller.php +++ b/php/controller/createArticle-controller.php @@ -1,9 +1,9 @@ addArticle($title, $content, $category, $author, $tags); // Weiterleitung zur Homepage - header("location:". $abs_path . "/index.php"); + header("location: index.php"); exit(); } ?> \ No newline at end of file diff --git a/php/model/ArticleManager.php b/php/model/ArticleManager.php index f1dbac4..e64a049 100644 --- a/php/model/ArticleManager.php +++ b/php/model/ArticleManager.php @@ -1,8 +1,8 @@