X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Freservations.php;h=e986fb6647a31dd56326f23bc016718178bb4f0c;hp=44208ba7dc85e41f5380e4e40ccf9a190c358f1f;hb=01135b89a6848059df608e8c23e8684233772b4f;hpb=f78b341761ca9547a4a73b3e27814946434cb254 diff --git a/includes/reservations.php b/includes/reservations.php index 44208ba..e986fb6 100644 --- a/includes/reservations.php +++ b/includes/reservations.php @@ -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(); } ?>