This website works better with JavaScript
首页
发现
帮助
登录
CSE-Invent
/
CMS-CSE
镜像自地址
https://git.cse-invent.com/product/cms.events.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
24fa6ff694
分支列表
标签列表
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.logout.php
cms.logout.php
96 B
文件历史
原始文件
1
2
3
4
5
<?php
user::deleteJWTbyUSer(session::getId());
session_destroy();
header('Location: /');
exit();