phpBMS

root/branches/brian-oo/logout.php

Revision 254, 147 bytes (checked in by brieb, 5 years ago)

Initial OO changeover

  • 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.