diff --git a/contrib/document_test/facture-calc.ods b/contrib/document_test/facture-calc.ods index 372b52f14..1af02734d 100644 Binary files a/contrib/document_test/facture-calc.ods and b/contrib/document_test/facture-calc.ods differ diff --git a/doc/header-file.txt b/doc/header-file.txt index f0225f65e..73300ae7f 100644 --- a/doc/header-file.txt +++ b/doc/header-file.txt @@ -23,6 +23,6 @@ /* !\file */ -/* \brief +/*! \brief * */ diff --git a/html/login.php b/html/login.php index 7c3bce65f..0f2f98d72 100644 --- a/html/login.php +++ b/html/login.php @@ -36,10 +36,10 @@ if ( isset ($_POST["p_user"] ) ) { // Verif if User and Pass match DB // if no, then redirect to the login page -$rep=DbConnect(); -include_once ("class_user.php"); -$User=new cl_user($rep); -$User->Check(); + $rep=DbConnect(); + include_once ("class_user.php"); + $User=new cl_user($rep); + $User->Check(); echo ""; diff --git a/include/user_menu.php b/include/user_menu.php index a7e937aaf..22ecdc1ea 100644 --- a/include/user_menu.php +++ b/include/user_menu.php @@ -75,6 +75,10 @@ function u_ShowDossier($p_user,$p_admin) $result.=""; $result.="Analytique"; $result.=""; + $result.=""; + $result.="Budget"; + $result.=""; + $result.=""; $result.="Paramètres"; $result.="";