source:
Logout.php@
75f74d9
Last change on this file since 75f74d9 was 75f74d9, checked in by , 6 weeks ago | |
---|---|
|
|
File size: 119 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | session_start(); |
4 | $_SESSION = array(); |
5 | session_destroy(); |
6 | |
7 | header("Location: ./Sign&Log.php"); |
8 | ?> |
Note:
See TracBrowser
for help on using the repository browser.