This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
steve07s
/
DataBase
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
3fd7b3ca06
Rami (Branch)
Tag
Dev
Master
DataBase
/
script
/
php
/
Logout.php
Logout.php
89 B
Cronologia
Originale
1
2
3
4
5
<?php
session_start();
session_destroy();
header('Location: ../../pages-signin.html');
?>