This commit is contained in:
2024-01-23 11:18:34 +01:00
parent 337e662705
commit 00f4d245ef
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<?php
session_start();
session_destroy();
header('Location: /');
header('Location: /login');
exit();
?>