New and updated version of old code.

This commit is contained in:
2024-05-15 21:24:05 +02:00
commit cc1038047e
11 changed files with 448 additions and 0 deletions

9
api/rediscover.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
session_start();
session_unset();
session_destroy();
header("Location: ../index.php");
exit;
?>