Add the flight search and booking features.
[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);
6}
7?>
33eb6f2a 8<h1>Mes re&#769;servations<h1>