debugging

This commit is contained in:
2026-07-19 15:15:30 +02:00
parent e7e120e5b8
commit 6546d264b0
+1 -1
View File
@@ -2,6 +2,6 @@
$_SESSION = [];
session_destroy();
header("Location: ../../index.php");
//header("Location: ../../index.php");
echo "Test";
exit();