|
noalyss Version-10
NOALYSS : serveur de comptabilité et ERP (2002)
|
Welcome page where the folder and module are choosen. More...
Go to the source code of this file.
Variables | |
| if(strpos( $browser, 'MSIE 6')!=false||strpos( $browser, 'MSIE 5')!=false) if(DEBUGNOALYSS > 1) | $ac =new Database() |
| if(! $User->is_double_identified()) | $browser =$_SERVER['HTTP_USER_AGENT'] |
| check if 2FA is completed | |
| $hi =new HttpInput() | |
| $priv =($User->admin==1)?_("Administrateur"):_("Utilisateur") | |
| $rep =new Database() | |
| $res =$User->show_dossier("") | |
| $result ="" | |
| If the user is NOT admin and can access only ONE folder, OR for a One Folder Installation he will be directly redirected to his folder or to the plugins of this folder if he's an "plugin user". | |
| $User =new Noalyss_user($rep) | |
| if($ac->exist_table( 'version')==false) if(!defined("MULTI")||(defined("MULTI")&&MULTI==1)) | else |
| if($version< DBVERSIONREPO) | if ($User->isAdmin()==1) |
Welcome page where the folder and module are choosen.
Definition in file user_login.php.
| if(strpos($browser, 'MSIE 6')!=false||strpos($browser, 'MSIE 5')!=false) if (DEBUGNOALYSS > 1) $ac =new Database() |
Definition at line 81 of file user_login.php.
| if (! $User->is_double_identified()) $browser =$_SERVER['HTTP_USER_AGENT'] |
check if 2FA is completed
Definition at line 48 of file user_login.php.
Definition at line 82 of file user_login.php.
Definition at line 134 of file user_login.php.
| $rep =new Database() |
Definition at line 34 of file user_login.php.
| $res =$User->show_dossier("") |
Definition at line 188 of file user_login.php.
| $result ="" |
If the user is NOT admin and can access only ONE folder, OR for a One Folder Installation he will be directly redirected to his folder or to the plugins of this folder if he's an "plugin user".
Definition at line 146 of file user_login.php.
| $User =new Noalyss_user($rep) |
Definition at line 37 of file user_login.php.
Definition at line 96 of file user_login.php.
| if( $User->admin==0||(defined("MULTI")&&MULTI==0)) | ( | $User-> | isAdmin() = = 1 | ) |
Definition at line 108 of file user_login.php.