This commit is contained in:
2024-06-12 15:26:27 +02:00
parent 28af5705ee
commit 8851ff41b4
19 changed files with 331 additions and 20 deletions

8
php/logout.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
require 'core.inc.php';
session_destroy();
header('Location: '. '../login.html');
?>