From 9ecfc3b6f81e06029cf5677b899ef23eb3363630 Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:16:40 +0200 Subject: [PATCH] Pfadanpassungen --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.php b/index.php index d02673d..01b726e 100644 --- a/index.php +++ b/index.php @@ -17,12 +17,12 @@ if ($pfad === "register") { } if ($pfad === "logout") { - include_once "content/logout-controller.php"; + include_once "php/controller/logout-controller.php"; exit(); } if ($pfad === "deleteAccount") { - include_once "content/deleteAccount-controller.php"; + include_once "php/controller/deleteAccount-controller.php"; exit(); } ?>