This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Tankernn
/
tankernn-eu
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
8e4d2c45b6
Rami (Branch)
Tag
master
tankernn-eu
/
login
/
logout.php
logout.php
84 B
Cronologia
Originale
1
2
3
4
5
<?php
require 'app.php';
session_destroy();
header("Location: ../index.php");
?>