This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
Tankernn
/
tankernn-eu
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
8e4d2c45b6
Ramos
Etiquetas
master
tankernn-eu
/
login
/
logout.php
logout.php
84 B
Histórico
Em bruto
1
2
3
4
5
<?php
require 'app.php';
session_destroy();
header("Location: ../index.php");
?>