discourse-legacysite-perl/site/retailers/logout.php

8 lines
194 B
PHP
Raw Permalink Normal View History

2024-06-17 12:42:14 +00:00
<?PHP
include("config.php");
session_unset();
session_destroy();
$_SESSION = array();
header("Location: http://forum.slowtwitch.com/gforum.cgi?do=logout&from=retailers");
?>