Update logout-controller.php

This commit is contained in:
2026-07-19 15:55:54 +02:00
parent e12a98cc98
commit b55a6592f0
+1 -1
View File
@@ -6,5 +6,5 @@ if (session_status() === PHP_SESSION_NONE) {
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header("Location: ../../index.php"); header("Location: index.php");
exit(); exit();