This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
oransheep
/
Front-Page
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
ee967aa261
Ramuri
Etichete
master
Front-Page
/
script
/
php
/
Logout.php
Logout.php
89 B
Istoric
Crud
1
2
3
4
5
<?php
session_start();
session_destroy();
header('Location: ../../pages-signin.html');
?>