repo.or.cz
/
ryzomcore.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Linux multi-monitor fullscreen support
[ryzomcore.git]
/
web
/
public_php
/
ams
/
inc
/
logout.php
blob
6f1c30169ecb7b378ec9b8e64dbe7de66cad4deb
1
<
?php
2
/**
3
* This function is beign used to load info that's needed for the logout page.
4
* it will just unset & destroy the session
5
* @author Daan Janssens, mentored by Matthew Lagoe
6
*/
7
function
logout
(){
8
session_unset
();
9
session_destroy
();
10
}