Refine the fligth search:
[Project_webapp.git] / includes / account.php
... / ...
CommitLineData
1<?php
2global $is_logged_in;
3if (!$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>