From 5b0528a91409444bdc44b813cd683fb7fa8074a6 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Sun, 19 Jul 2026 10:56:05 +0200 Subject: [PATCH] Update index-controller.php --- php/controller/index-controller.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/controller/index-controller.php b/php/controller/index-controller.php index 39ad01b..e782797 100644 --- a/php/controller/index-controller.php +++ b/php/controller/index-controller.php @@ -20,6 +20,8 @@ if ($pfad === "login") { include_once "php/controller/confirm-register-controller.php"; } elseif ($pfad === "confirm-password") { include_once "php/controller/confirm-password-controller.php"; +} elseif ($pfad === "updateComment") { + include_once "php/controller/updateComment-controller.php"; } elseif($pfad === "deleteComment") { include_once "php/controller/deleteComment-controller.php"; }