Fifth pass at adding key files
This commit is contained in:
7
site/stackreach/logout.php
Executable file
7
site/stackreach/logout.php
Executable file
@ -0,0 +1,7 @@
|
||||
<?PHP
|
||||
include_once("config.php");
|
||||
session_unset();
|
||||
session_destroy();
|
||||
$_SESSION = array();
|
||||
header("Location: http://forum.slowtwitch.com/gforum.cgi?do=logout&from=stackreach");
|
||||
?>
|
Reference in New Issue
Block a user