forked from halo-battle/game
Version 0.10
This commit is contained in:
parent
73645ccc1f
commit
b9c240c781
246 changed files with 10218 additions and 1598 deletions
13
pages/nn/logout.php
Normal file
13
pages/nn/logout.php
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
// On appelle la session
|
||||
session_start();
|
||||
|
||||
// On écrase le tableau de session
|
||||
$_SESSION = array();
|
||||
unset($_SESSION);
|
||||
|
||||
// On détruit la session
|
||||
session_destroy();
|
||||
|
||||
@header("Location: ../index.php");
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue