This commit is contained in:
Michael Wesemann
2022-04-08 13:36:54 +02:00
commit a936975feb
30 changed files with 15778 additions and 0 deletions

5
src/logout.php Normal file
View File

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