phpBMS - Open Source Business Management Software
navigation
Main Page
Download
Screenshots
Live Demo
Documentation
FAQ
interaction
Forum
Mailing Lists
search
other resources
kreotek.com
sourceforge page
Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Revision Log
root
/
tags
/
phpbms-0.62
/
logout.php
View revision:
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.
Download in other formats:
Plain Text
Original Format