<?php /* LabWiki 1.2.1, 22 August 2012, by Santosh Patnaik, MD, PhD. Based on QwikiWiki 1.5 of David Barrett */ include( "_global.php" ); //////////////////////////////////////////////////////////////////////////////// ////////////////////////////////// Update Cookies ////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // Erase all cookies QWClearCookies( $_COOKIE, "" ); //////////////////////////////////////////////////////////////////////////////// //////////////////////////////// Redirect Browser ////////////////////////////// //////////////////////////////////////////////////////////////////////////////// // Redirect to the reference page QWRedirect( "index.php?page=".htmlspecialchars($QW['page']).$QW['URLSuffix']);