This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
Tankernn
/
tankernn-eu
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
8e4d2c45b6
Branches
Tags
master
tankernn-eu
/
login
/
logout.php
logout.php
84 B
Historique
Raw
1
2
3
4
5
<?php
require 'app.php';
session_destroy();
header("Location: ../index.php");
?>