dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit b55a6592f0 - Show all commits
+1 -1
View File
@@ -6,5 +6,5 @@ if (session_status() === PHP_SESSION_NONE) {
$_SESSION = [];
session_destroy();
header("Location: ../../index.php");
header("Location: index.php");
exit();