Refactoring

This commit is contained in:
2026-06-08 20:18:08 +02:00
parent e7a5c2b352
commit 4758366063
3 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -17,12 +17,12 @@ if ($pfad === "register") {
}
if ($pfad === "logout") {
include_once "content/logout.php";
include_once "content/logout-controller.php";
exit();
}
if ($pfad === "deleteAccount") {
include_once "content/deleteAccount.php";
include_once "content/deleteAccount-controller.php";
exit();
}
?>