diff --git a/html/admin_repo.php b/html/admin_repo.php index 19676ff76..c4cf9249c 100644 --- a/html/admin_repo.php +++ b/html/admin_repo.php @@ -30,7 +30,7 @@ include_once("debug.php"); include_once("user_menu.php"); $rep=DbConnect(); include_once ("class_user.php"); -$User=new cl_user($rep); +$User=new User($rep); $User->Check(); diff --git a/html/ajax_import.php b/html/ajax_import.php index b4e3cd6d3..3cb9aff35 100644 --- a/html/ajax_import.php +++ b/html/ajax_import.php @@ -36,7 +36,7 @@ require_once ('class_dossier.php'); $cn=DbConnect(dossier::id()); -$User=new cl_user($cn); +$User=new User($cn); $User->Check(); if ( isset ($_GET['action']) && $_GET['action']=='update' diff --git a/html/annulation.php b/html/annulation.php index 43b7b79af..daf0aa46c 100644 --- a/html/annulation.php +++ b/html/annulation.php @@ -40,7 +40,7 @@ require_once('class_dossier.php'); $gDossier=dossier::id(); $cn=DbConnect($gDossier); -$User=new cl_user($cn); +$User=new User($cn); $User->Check(); html_page_start($User->theme,"onLoad='window.focus();'"); diff --git a/html/bal_csv.php b/html/bal_csv.php index 2948740e3..3d7569ece 100644 --- a/html/bal_csv.php +++ b/html/bal_csv.php @@ -34,7 +34,7 @@ $cn=DbConnect($gDossier); require_once ('class_user.php'); -$User=new cl_user(DbConnect()); +$User=new User(DbConnect()); $User->Check(); if ( $User->check_action($cn,BALANCE) == 0) { diff --git a/html/bilan.php b/html/bilan.php index e9553b3c2..9a1b36c3b 100644 --- a/html/bilan.php +++ b/html/bilan.php @@ -34,7 +34,7 @@ $gDossier=dossier::id(); /* Admin. Dossier */ $cn=DbConnect($gDossier); -$User=new cl_user($cn); +$User=new User($cn); $User->Check(); // TODO a specific level of security for the "bilan" ??? diff --git a/html/bud_search_poste.php b/html/bud_search_poste.php index 34a853cc4..abe9c9162 100644 --- a/html/bud_search_poste.php +++ b/html/bud_search_poste.php @@ -34,7 +34,7 @@ $rep=DbConnect(); html_page_start($_SESSION['g_theme'],'onLoad="window.focus();"'); include_once ("class_user.php"); -$User=new cl_user($rep); +$User=new User($rep); $User->Check(); diff --git a/html/budget.php b/html/budget.php index f07ea12bb..b3cace1e4 100644 --- a/html/budget.php +++ b/html/budget.php @@ -42,7 +42,7 @@ include_once ("postgres.php"); /* Admin. Dossier */ $rep=DbConnect($gDossier); require_once ("class_user.php"); -$User=new cl_user($rep); +$User=new User($rep); $User->Check(); echo '