This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
oransheep
/
Front-Page
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
ee967aa261
Rami (Branch)
Tag
master
Front-Page
/
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');
?>