";
//header('Location : index.html');
}
}elseif(isset($_SESSION['identifiant'])){
$identifiant = $_SESSION['identifiant'];
echo "Bonjour $identifiant, vous ĂȘtes connectĂ©
";
}else{
echo "";
}
//$test = shell_exec('python3 Python/client.py');
//echo "Reponse : $test";
?>
";
echo "";
echo "";
echo "";
echo "";
}
?>