view usrlogout.php @ 72:63a6caf59e5c

Fix creation of boolean settings, and add '%b' formatter into stPrepareSQL().
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 17 Oct 2013 15:01:20 +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");
?>