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