Update logout-controller.php

This commit is contained in:
2026-07-19 15:07:09 +02:00
parent bfb2d2b0d8
commit bac296b58a
+1 -1
View File
@@ -2,5 +2,5 @@
$_SESSION = []; $_SESSION = [];
session_destroy(); session_destroy();
header("Location: index.php"); header("Location: ../../index.php");
exit(); exit();