Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / ams / inc / logout.php
blob6f1c30169ecb7b378ec9b8e64dbe7de66cad4deb
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();