This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Giriş Yap
CSE-Invent
/
CMS-CSE
şunun yansıması
https://git.cse-invent.com/product/cms.events.git
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
0
Wiki
Ağaç:
ed720c7886
Dallar
Biçim İmleri
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
controllers
/
json
/
events.logout.php
events.logout.php
86 B
Geçmiş
Ham
1
2
3
4
5
<?php
session_destroy();
$return["success"] = TRUE;
echo json_encode($return);
exit();