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
|
|
@ -42,12 +42,12 @@ catch (Exception $exc)
|
|||
|
||||
// Check User
|
||||
$rep=new Database();
|
||||
$User=new User($rep);
|
||||
$User=new Noalyss_user($rep);
|
||||
|
||||
//-----------------------------------------------------
|
||||
// Get User's info
|
||||
|
||||
$SecUser=new User($rep,$user_id);
|
||||
$SecUser=new Noalyss_user($rep,$user_id);
|
||||
$admin=0;
|
||||
$access=$SecUser->get_folder_access($gDossier);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue