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(); +} ?>