This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CSE-Invent
/
CMS-CSE
miroir de
https://git.cse-invent.com/product/cms.events.git
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Wiki
Aborescence:
a28345ec12
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.logout.php
cms.logout.php
96 B
Historique
Raw
1
2
3
4
5
<?php
user::deleteJWTbyUSer(session::getId());
session_destroy();
header('Location: /');
exit();