Refactoring

This commit is contained in:
2026-06-08 20:18:08 +02:00
parent e7a5c2b352
commit 4758366063
3 changed files with 2 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
$_SESSION = [];
session_destroy();
header("Location: index.php");
exit();