navigation  interaction  search

 other resources

root/tags/phpbms-0.62/logout.php

Revision 77 (checked in by mipalmer, 2 years ago)

Reorganizing for multiple projects

Line 
1 <?php
2     session_start();
3     session_destroy();
4     header("Location: index.php");
5 ?>
6
Note: See TracBrowser for help on using the browser.
Copyright © 2006-2007 Kreotek, LLC. All Rights reserved.