This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
Troglodyne
/
tCMS
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
b689f9e685
Branches
Tags
141
215
XML-route
master
ptcms
tCMS
/
templates
/
default
/
admin
/
logout.inc
logout.inc
106 B
Histórico
Raw
1
2
3
4
5
6
<?php
require_once "tCMS/Auth.inc";
$auth = new Auth;
$auth->invalidate_auth();
die();
?>