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) | $ac = new Database() |
$browser = $_SERVER['HTTP_USER_AGENT'] | |
$priv = ($User->admin==1)?_("Administrateur"):_("Utilisateur") | |
$rep = new Database() | |
$res = $User->show_dossier("") | |
if($User->admin==0) | $result = "" |
If the user is NOT admin and can access only ONE folder, so it will be directly redirected to this folder or to the plugins of this folder if he's an "plugin user". | |
$User = new User($rep) | |
if($ac->exist_table('version')==false) | $version = $ac->get_value('select val from version') |
if($version< DBVERSIONREPO) | if ($User->Admin()==1) |
if (isset($_POST['set_preference'])) |
Welcome page where the folder and module are choosen.
Definition in file user_login.php.
Definition at line 61 of file user_login.php.
$browser = $_SERVER['HTTP_USER_AGENT'] |
Definition at line 36 of file user_login.php.
$priv = ($User->admin==1)?_("Administrateur"):_("Utilisateur") |
Definition at line 98 of file user_login.php.
Referenced by User\set_folder_access().
$rep = new Database() |
Definition at line 30 of file user_login.php.
$res = $User->show_dossier("") |
Definition at line 174 of file user_login.php.
$result = "" |
If the user is NOT admin and can access only ONE folder, so it will be directly redirected to this folder or to the plugins of this folder if he's an "plugin user".
Definition at line 143 of file user_login.php.
Definition at line 32 of file user_login.php.
Definition at line 72 of file user_login.php.
if ($version< DBVERSIONREPO) if($User->Admin()==1) |
Definition at line 83 of file user_login.php.
if(isset($_POST['set_preference'])) |
Definition at line 100 of file user_login.php.