Add the flight search and booking features.
[Project_webapp.git] / includes / account.php
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..dc254491f554d190cadf40e0a2a12608f48e23c1 100644 (file)
@@ -0,0 +1,10 @@
+<?php
+global $is_logged_in;
+if (!$is_logged_in) {
+    echo "Please login first.";
+    redirect("index.php?page=login", 2);
+}
+?>
+
+<h2>Mes informations</h2>
+<h2>Mes re&#769;versations</h2>