GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
#8
master
vainqueurs
84d64673655862a144769d4331c8e26e95bf1158
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
();
?>