This website works better with JavaScript
首页
发现
帮助
登录
CSE-Invent
/
CMS-CSE
镜像自地址
https://git.cse-invent.com/product/cms.events.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
目录树:
ed720c7886
分支列表
标签列表
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
controllers
/
json
/
events.logout.php
events.logout.php
86 B
文件历史
原始文件
1
2
3
4
5
<?php
session_destroy();
$return["success"] = TRUE;
echo json_encode($return);
exit();