From e3903b4f3e100e4cf9b9f79765e13fcdc48cd637 Mon Sep 17 00:00:00 2001 From: Caroline Schulte Date: Sat, 18 Jul 2026 19:27:36 +0200 Subject: [PATCH] Kommentare bearbeiten - Fehlerkorrektur --- index.php | 7 ++++++- php/controller/deleteComment-controller.php | 6 +++--- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/index.php b/index.php index 91515f7..3e5de0f 100644 --- a/index.php +++ b/index.php @@ -34,15 +34,20 @@ if ($pfad === "logout") { include_once "php/controller/logout-controller.php"; exit(); } - if ($pfad === "deleteAccount") { include_once "php/controller/deleteAccount-controller.php"; exit(); } + if ($pfad === "updateComment") { include_once "php/controller/updateComment-controller.php"; exit(); } + +if ($pfad === "deleteComment") { + include_once "php/controller/deleteComment-controller.php"; + exit(); +} ?>