This website works better with JavaScript
Home
Explore
Help
Sign In
CSE-Invent
/
CMS-CSE
mirror of
https://git.cse-invent.com/product/cms.events.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
9f952f97fc
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.logout.php
cms.logout.php
96 B
History
Raw
1
2
3
4
5
<?php
user::deleteJWTbyUSer(session::getId());
session_destroy();
header('Location: /');
exit();