rename user.class.php and User by noalyss_user.class.php and Noalyss_User
This commit is contained in:
parent
b525024728
commit
ae868936af
47 changed files with 97 additions and 103 deletions
|
|
@ -28,12 +28,12 @@ define ('ALLOWED',1);
|
|||
require_once '../include/constant.php';
|
||||
global $g_user,$cn,$g_parameter;
|
||||
require_once NOALYSS_INCLUDE.'/class/database.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/class/user.class.php';
|
||||
require_once NOALYSS_INCLUDE . '/class/noalyss_user.class.php';
|
||||
require_once NOALYSS_INCLUDE.'/lib/http_input.class.php';
|
||||
$gDossier=dossier::id();
|
||||
$cn=Dossier::connect();
|
||||
mb_internal_encoding("UTF-8");
|
||||
$g_user=new User($cn);
|
||||
$g_user=new Noalyss_user($cn);
|
||||
$g_user->Check();
|
||||
$action=$g_user->check_dossier($gDossier);
|
||||
set_language();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue