Korrektur

This commit is contained in:
2026-07-18 17:54:30 +02:00
parent 4f95a3d423
commit 8c961a56ce
4 changed files with 42 additions and 11 deletions
+4
View File
@@ -39,6 +39,10 @@ if ($pfad === "deleteAccount") {
include_once "php/controller/deleteAccount-controller.php";
exit();
}
if ($pfad === "deleteComment") {
include_once "php/controller/deleteComment-controller.php";
exit();
}
?>
<!--