Add the flight search and booking features.
[Project_webapp.git] / includes / reservations.php
diff --git a/includes/reservations.php b/includes/reservations.php
new file mode 100644 (file)
index 0000000..b2d8f4f
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+global $is_logged_in;
+if (!$is_logged_in) {
+    echo "Please login first.";
+    redirect("index.php?page=login", 2);
+}
+?>
+<h1>Mes re&#769;servations<h1>