Cosmetic bug
This commit is contained in:
parent
bfb0e72246
commit
c256ce434b
1 changed files with 2 additions and 2 deletions
|
|
@ -30,14 +30,14 @@ if ( ! isset ( $_SESSION['g_dossier'] ) ) {
|
|||
include_once ("postgres.php");
|
||||
include_once ("user_menu.php");
|
||||
|
||||
echo JS_SEARCH_POSTE;
|
||||
|
||||
$rep=DbConnect();
|
||||
include_once ("class_user.php");
|
||||
$User=new cl_user($rep);
|
||||
$User->Check();
|
||||
include ("check_priv.php");
|
||||
ShowMenuCompta($_SESSION['g_dossier']);
|
||||
|
||||
echo JS_SEARCH_POSTE;
|
||||
|
||||
if ( !isset($sessid))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue