DatabaseUserManager #25
@@ -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
|
||||
exit();
|
||||
}
|
||||
|
||||
if ($pfad === "deleteAccount") {
|
||||
include_once "content/deleteAccount.php";
|
||||
include_once "content/deleteAccount-controller.php";
|
||||
|
niklas.ortmann marked this conversation as resolved
niklas.ortmann
commented
Pfad anpassen Pfad anpassen
|
||||
exit();
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user
Pfad anpassen