This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
steve07s
/
DataBase
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
c88524bde3
Ramos
Etiquetas
Dev
Master
DataBase
/
script
/
php
/
Logout.php
Logout.php
89 B
Histórico
Em bruto
1
2
3
4
5
<?php
session_start();
session_destroy();
header('Location: ../../pages-signin.html');
?>