Changes to some things

This commit is contained in:
2024-01-23 11:03:46 +01:00
parent f6a485f697
commit b0ccd2653a
6 changed files with 42 additions and 39 deletions

6
pages/global/logout.html Normal file
View File

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