Merge branch 'main' of https://github.com/grublox/grublox-site
This commit is contained in:
commit
35eb6737cf
|
|
@ -1,5 +1,6 @@
|
|||
<?php
|
||||
session_start();
|
||||
|
||||
unset($_SESSION["user"]);
|
||||
$_SESSION = array();
|
||||
unset($_SESSION);
|
||||
session_destroy();
|
||||
header("Location: /");
|
||||
Loading…
Reference in New Issue