view usrlogout.php @ 71:d74fb8cf0062

Adjust attendee output again, we're separating vote keys from there once more. Durr.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2013 09:33:16 +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");
?>