Proper handling of authenticated state on important pages.
[Project_webapp.git] / includes / account.php
CommitLineData
a96fefe1
JB
1<?php
2global $is_logged_in;
3if (!$is_logged_in) {
4 echo "Please login first.";
5 redirect("index.php?page=login", 2);
f78b3417 6 exit();
a96fefe1
JB
7}
8?>
33eb6f2a
JB
9
10<h2>Mes informations</h2>
11<h2>Mes re&#769;versations</h2>