X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Faccount.php;h=9e725c3ac9bbfd753afdef4924492a8f6f2a7744;hp=dc254491f554d190cadf40e0a2a12608f48e23c1;hb=f78b341761ca9547a4a73b3e27814946434cb254;hpb=1f4879b9c1089889355c57ce1e2dda1d3f032872 diff --git a/includes/account.php b/includes/account.php index dc25449..9e725c3 100644 --- a/includes/account.php +++ b/includes/account.php @@ -3,6 +3,7 @@ global $is_logged_in; if (!$is_logged_in) { echo "Please login first."; redirect("index.php?page=login", 2); + exit(); } ?>