File "acceuil.php"

Full Path: /home/analogde/www/Virtual/work/acceuil.php
File size: 139 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
	session_start();

	if($_SESSION['logged']== "no")
	{
		header ('Location: interdiction.php');
	}

	echo "Salut les affreux !!!";

?>