forked from services/mlmmj-light-web-ecg
Working project
This commit is contained in:
8
logout.php
Normal file
8
logout.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
require("init.php");
|
||||
unset($_SESSION["domain"]);
|
||||
unset($_SESSION["auth"]);
|
||||
unset($_SESSION["error_code"]);
|
||||
header("Location: index.php");
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user