view usrlogout.php @ 220:db433a1d22b4

Fix test data creation.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Nov 2013 01:27:52 +0200
parents 8df523e6326a
children 8d4ca15f2fbc
line wrap: on
line source

<?
//
// FAPWeb Simple Demoparty System
// User interface session logout
// (C) Copyright 2012-2013 Tecnic Software productions (TNSP)
//
$sessionType = "user";
require_once "mconfig.inc.php";
require_once "msite.inc.php";

stSetupCacheControl();

stSessionEnd(SESS_USER);

header("Location: vote");
?>