GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
#8
master
vainqueurs
8a700ed0b1d7e1c64fa3062550ef715ae3a7be2f
crep
logout.php
8efa2917
Right management
Browse Code ยป
henyxia
2015-02-22 19:09:13 +0100
logout.php
45 Bytes
Edit
Raw
Blame
History
1
2
3
4
<?php
session_start
();
session_destroy
();
?>