view usrlogout.php @ 155:5b92f130ba87

Add copyright header blurbs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 25 Oct 2013 16:11:49 +0300
parents 7bdf89601ba0
children 8df523e6326a
line wrap: on
line source

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

stSetupCacheControl();

stSessionEnd(SESS_USER);

header("Location: vote");
?>