Cosmetic iand spell fixes.
[Project_webapp.git] / includes / reservations.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?>
5b8676e8 10<h1>Mes re&#769;servations</h1>