source:
Logout.php@
f9c482b
Last change on this file since f9c482b was f9c482b, checked in by , 7 days ago | |
---|---|
|
|
File size: 121 bytes |
Rev | Line | |
---|---|---|
[f9c482b] | 1 | <?php |
2 | ||
3 | session_start(); | |
4 | $_SESSION = array(); | |
5 | session_destroy(); | |
6 | ||
7 | header("Location: ./Front Page.php"); | |
8 | ?> |
Note:
See TracBrowser
for help on using the repository browser.