view usrlogout.php @ 117:9a52fa9d4ecc

Show 'show_id' in the vote sheet as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 12:42:04 +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");
?>