From 38608a5278b81033dca7f16c0c043a59dfec0744 Mon Sep 17 00:00:00 2001 From: NOrtmann1 Date: Mon, 1 Jun 2026 23:51:52 +0200 Subject: [PATCH] Update index.php --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index ac5e9e8..733ac92 100644 --- a/index.php +++ b/index.php @@ -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(); -} +}*/ ?>