8 lines
200 B
PHP
Executable File
8 lines
200 B
PHP
Executable File
<?PHP
|
|
include_once("config.php");
|
|
session_unset();
|
|
session_destroy();
|
|
$_SESSION = array();
|
|
header("Location: http://forum.slowtwitch.com/gforum.cgi?do=logout&from=stackreach");
|
|
?>
|