Kommentare bearbeiten - Fehlerkorrektur

This commit is contained in:
2026-07-18 19:27:36 +02:00
parent 031f2afd25
commit e3903b4f3e
2 changed files with 9 additions and 4 deletions
+6 -1
View File
@@ -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();
}
?>
<!--