discourse-legacysite-perl/site/forum.slowtwitch.com/www/survey/logout.php
2024-06-17 22:27:49 +10:00

8 lines
191 B
PHP

<?PHP
include("config.php");
session_unset();
session_destroy();
$_SESSION = array();
header("Location: http://forum.slowtwitch.com/gforum.cgi?do=logout&from=survey");
?>