Code cleanups and comments
[Project_webapp.git] / includes / header.php
index 13ce88c5178aae7a6c5b2996fa787877f27b8a16..31af395aaab226c80fa7103943878f5d337882e5 100644 (file)
@@ -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();