Basically init iguess?

This commit is contained in:
2024-01-20 16:04:27 +01:00
parent 3188f21ee2
commit f6233a0cbf
13 changed files with 105 additions and 0 deletions

6
logout.php Normal file
View File

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