navigation  interaction  search

 other resources

root/trunk/phpbms/logout.php

Revision 285 (checked in by brieb, 1 year ago)

Merging object oriented branch back into trunk.

  • Property svn:keywords set to LastChangedBy LastChangedDate LastChangedRevision
Line 
1 <?php
2     $loginNoKick = true;
3     $loginNoDisplayError =true;
4     include("include/session.php");
5     
6     session_destroy();
7     header("Location: index.php");
8 ?>
9
Note: See TracBrowser for help on using the browser.
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.