|
noalyss Version-9
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() |
| $browser =$_SERVER['HTTP_USER_AGENT'] | |
| $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 75 of file user_login.php.
| $browser =$_SERVER['HTTP_USER_AGENT'] |
Definition at line 42 of file user_login.php.
Definition at line 76 of file user_login.php.
Definition at line 128 of file user_login.php.
| $rep =new Database() |
Definition at line 35 of file user_login.php.
| $res =$User->show_dossier("") |
Definition at line 182 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 140 of file user_login.php.
| $User =new Noalyss_user($rep) |
Definition at line 38 of file user_login.php.
Definition at line 90 of file user_login.php.
| if( $User->admin==0||(defined("MULTI")&&MULTI==0)) | ( | $User-> | isAdmin() = = 1 | ) |
Definition at line 102 of file user_login.php.