This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
CSE-Invent
/
CMS-CSE
mirror de
https://git.cse-invent.com/product/cms.events.git
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Tree:
a9bafd323a
Branches
Tags
code-events
dev
master
preprod
r7
rewrite-url
CMS-CSE
/
core
/
submit
/
cms.logout.php
cms.logout.php
55 B
Histórico
Raw
1
2
3
4
<?php
session_destroy();
header('Location: /');
exit();