DatabaseUserManager #25

Merged
niklas.ortmann merged 12 commits from DatabaseUserManager into dev 2026-06-10 16:15:38 +02:00
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 4758366063 - Show all commits
+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";
niklas.ortmann marked this conversation as resolved
Review

Pfad anpassen

Pfad anpassen
exit();
}
if ($pfad === "deleteAccount") {
include_once "content/deleteAccount.php";
include_once "content/deleteAccount-controller.php";
niklas.ortmann marked this conversation as resolved
Review

Pfad anpassen

Pfad anpassen
exit();
}
?>