Update index.php

This commit is contained in:
2026-06-01 23:51:52 +02:00
parent b19f30cca4
commit 38608a5278
+2 -2
View File
@@ -11,7 +11,7 @@ $pfad = $_GET["pfad"] ?? "home";
*/ */
/*if ($pfad === "login") { /*if ($pfad === "login") {
include_once "php/controller/login-controller.php"; include_once "php/controller/login-controller.php";
}*/ }
if ($pfad === "register") { if ($pfad === "register") {
include_once "php/controller/register-controller.php"; include_once "php/controller/register-controller.php";
@@ -25,7 +25,7 @@ if ($pfad === "logout") {
if ($pfad === "deleteAccount") { if ($pfad === "deleteAccount") {
include_once "content/deleteAccount.php"; include_once "content/deleteAccount.php";
exit(); exit();
} }*/
?> ?>
<!-- <!--