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