Refine the fligth search:
[Project_webapp.git] / includes / account.php
index dc254491f554d190cadf40e0a2a12608f48e23c1..073d5adfc0f73ae1aced29bb7ff7837590149130 100644 (file)
@@ -1,10 +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>Mes re&#769;versations</h2>
+<h2><a href="<?php echo $configs['root_url']; ?>/index.php?page=reservations">Mes re&#769;servations</a></h2>