rename user.class.php and User by noalyss_user.class.php and Noalyss_User

This commit is contained in:
sparkyx 2022-10-27 13:35:16 +02:00
parent b525024728
commit ae868936af
47 changed files with 97 additions and 103 deletions

View file

@ -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);