e986fb6647a31dd56326f23bc016718178bb4f0c
[Project_webapp.git] / includes / reservations.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 include('footer.html');
7 exit();
8 }
9 ?>
10 <h1>Mes re&#769;servations</h1>