dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 0f7099be81 - Show all commits
+2 -2
View File
@@ -8,7 +8,7 @@ require_once "../model/LocalUserDAO.php";
$dao = new LocalUserDAO();
if (!isset($_SESSION["user"])) {
header("Location: index.php?pfad=login");
header("Location: ../../index.php?pfad=login");
exit();
}
@@ -23,7 +23,7 @@ if (!$user) {
$_SESSION = [];
session_destroy();
header("Location: index.php?pfad=login");
header("Location: ../../index.php?pfad=login");
exit();
}