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

@ -31,7 +31,7 @@ if(DEBUGNOALYSS>1) {
echo h1(_("try to clean session"));
var_dump($_SESSION);
}
User::clean_session();
Noalyss_user::clean_session();
//
// Clean the possible cookies
//