Version 2007-10-27

This commit is contained in:
nemunaire 2007-10-27 12:00:00 +02:00
commit 4909921671
98 changed files with 6096 additions and 2268 deletions

View file

@ -9,5 +9,5 @@ unset($_SESSION);
// On détruit la session
session_destroy();
@header("Location: index.html");
@header("Location: ../index.php");
?>