X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Freservations.php;fp=includes%2Freservations.php;h=44208ba7dc85e41f5380e4e40ccf9a190c358f1f;hp=79ded0e133e893d26e865568a9ed76b24d4beb8f;hb=f78b341761ca9547a4a73b3e27814946434cb254;hpb=1f4879b9c1089889355c57ce1e2dda1d3f032872 diff --git a/includes/reservations.php b/includes/reservations.php index 79ded0e..44208ba 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); + exit(); } ?>

Mes réservations