c7099dbaa319fd5f7b70b9b96817783e679660c3
[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 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>