Update index.php
This commit is contained in:
@@ -11,7 +11,7 @@ $pfad = $_GET["pfad"] ?? "home";
|
||||
*/
|
||||
/*if ($pfad === "login") {
|
||||
include_once "php/controller/login-controller.php";
|
||||
}*/
|
||||
}
|
||||
|
||||
if ($pfad === "register") {
|
||||
include_once "php/controller/register-controller.php";
|
||||
@@ -25,7 +25,7 @@ if ($pfad === "logout") {
|
||||
if ($pfad === "deleteAccount") {
|
||||
include_once "content/deleteAccount.php";
|
||||
exit();
|
||||
}
|
||||
}*/
|
||||
?>
|
||||
|
||||
<!--
|
||||
|
||||
Reference in New Issue
Block a user