view usrlogout.php @ 119:99e7569c9f4f

Change the default of some boolean settings.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 22 Oct 2013 14:22:02 +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");
?>