dc254491f554d190cadf40e0a2a12608f48e23c1
[Project_webapp.git] / includes / account.php
1 <?php
2 global $is_logged_in;
3 if (!$is_logged_in) {
4 echo "Please login first.";
5 redirect("index.php?page=login", 2);
6 }
7 ?>
8
9 <h2>Mes informations</h2>
10 <h2>Mes re&#769;versations</h2>