This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ورود
CSE-Invent
/
CMS-CSE
mirrorاز
https://git.cse-invent.com/product/cms.events.git
دنبال کردن
2
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
درخت:
1ab0c61398
شاخهها
تگها
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.logout.php
cms.logout.php
55 B
تاريخچه
خام
1
2
3
4
<?php
session_destroy();
header('Location: /');
exit();