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