another redirect fixed

This commit is contained in:
Richard Mikloš 2024-01-20 17:27:31 +01:00
parent 6beeb5f6b5
commit 044ac5811c

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