Second revision by Master Leon

This commit is contained in:
nemunaire 2007-11-03 12:00:00 +01:00
commit b8e951f59d
382 changed files with 3112 additions and 14815 deletions

View file

@ -1,13 +0,0 @@
<?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.html");
?>