view usrlogout.php @ 64:e1b673be98ec

Remove external votekey generator script.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 05 Oct 2013 12:51:13 +0300
parents 7bdf89601ba0
children 5b92f130ba87
line wrap: on
line source

<?
$sessionType = "user";
require "mconfig.inc.php";
require "msite.inc.php";

stSetupCacheControl();

stSessionEnd(SESS_USER);

header("Location: vote");
?>