Refine the fligth search:
[Project_webapp.git] / includes / account.php
index 74fbddb498e068534a11ff241fc28809df1019d4..073d5adfc0f73ae1aced29bb7ff7837590149130 100644 (file)
@@ -1,7 +1,12 @@
 <?php
 global $is_logged_in;
 if (!$is_logged_in) {
-    echo "Please login first.";
+    echo "Please login first. <br>";
     redirect("index.php?page=login", 2);
+    include('footer.html');
+    exit();
 }
 ?>
+
+<h2>Mes informations</h2>
+<h2><a href="<?php echo $configs['root_url']; ?>/index.php?page=reservations">Mes re&#769;servations</a></h2>