This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
CSE-Invent
/
CMS-CSE
同期ミラー
https://git.cse-invent.com/product/cms.events.git
ウォッチ
2
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
fee11aadf3
ブランチ
タグ
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
events.logout.php
events.logout.php
55 B
履歴
Raw
1
2
3
4
<?php
session_destroy();
header('Location: /');
exit();