phpBMS

root/trunk/phpbms/logout.php

Revision 285, 147 bytes (checked in by brieb, 5 years 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?>
Note: See TracBrowser for help on using the browser.
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.