File "index.php"

Full Path: /home/analogde/www/Freebox/CHESS_ON/index.php
File size: 123 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

		session_start();
		$_SESSION['logged']= "no";
		$_SESSION['soumission']= 0;

		header('Location: acceuil.php');
?>