This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
CSE-Invent
/
CMS-CSE
mirrorاز
https://git.cse-invent.com/product/cms.events.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
4e15399ceb
شاخهها
تگها
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();