Changes to some things
This commit is contained in:
6
pages/global/logout.html
Normal file
6
pages/global/logout.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
session_start();
|
||||
session_destroy();
|
||||
header('Location: /');
|
||||
exit();
|
||||
?>
|
Reference in New Issue
Block a user