X-Git-Url: https://git.piment-noir.org/?p=Project_webapp.git;a=blobdiff_plain;f=includes%2Fheader.php;h=31af395aaab226c80fa7103943878f5d337882e5;hp=13ce88c5178aae7a6c5b2996fa787877f27b8a16;hb=01adaa67ec825ce01c2921dca8ea4187a5efdb0e;hpb=b2c6089052f1ca993e9f7ac12d23e66f552ce012 diff --git a/includes/header.php b/includes/header.php index 13ce88c..31af395 100644 --- a/includes/header.php +++ b/includes/header.php @@ -9,7 +9,7 @@ include('lib/utils.php'); $configs = include('config.php'); /** - * [session_start start a unique session for the current browser client] + * session_start start a unique session for the current browser client */ session_start(); $is_logged_in = chk_logged_in();