New and updated version of old code.
This commit is contained in:
9
api/rediscover.php
Normal file
9
api/rediscover.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
session_start();
|
||||
session_unset();
|
||||
session_destroy();
|
||||
header("Location: ../index.php");
|
||||
exit;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user