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