Cosmetic iand spell fixes.
[Project_webapp.git] / includes / reservations.php
index 44208ba7dc85e41f5380e4e40ccf9a190c358f1f..e986fb6647a31dd56326f23bc016718178bb4f0c 100644 (file)
@@ -3,6 +3,7 @@ global $is_logged_in;
 if (!$is_logged_in) {
     echo "Please login first.";
     redirect("index.php?page=login", 2);
+    include('footer.html');
     exit();
 }
 ?>