073d5adfc0f73ae1aced29bb7ff7837590149130
[Project_webapp.git] / includes / account.php
1 <?php
2 global $is_logged_in;
3 if (!$is_logged_in) {
4 echo "Please login first. <br>";
5 redirect("index.php?page=login", 2);
6 include('footer.html');
7 exit();
8 }
9 ?>
10
11 <h2>Mes informations</h2>
12 <h2><a href="<?php echo $configs['root_url']; ?>/index.php?page=reservations">Mes re&#769;servations</a></h2>