PHP Labware source code viewer / Internal utilities | 19 Jun, 2025
Root | Help
./LabWiki/logout.php
<?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']);
Presented with Sourceer
PHP Labware home | visitors since Sept 2017