noalyss  Version-6.7.2
 All Data Structures Namespaces Files Functions Variables Enumerations
Variables
user_login.php File Reference

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< DBVERSIONREPOif ($User->Admin()==1)
 if (isset($_POST['set_preference']))

Detailed Description

Welcome page where the folder and module are choosen.

Definition in file user_login.php.


Variable Documentation

if (strpos($browser,'MSIE 6')!=false||strpos($browser,'MSIE 5')!=false) $ac = new Database()

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 96 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 172 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 141 of file user_login.php.

Referenced by Acc_Reconciliation\auto_letter(), decodeURI(), decodeURIComponent(), Anc_Operation\display_form_plan(), encodeURI(), encodeURIComponent(), escape(), Acc_Bilan\generate(), Fiche\get_fiche_def_ref_id(), Phpcompta_SQL\load(), Impress\parse_formula(), Acc_Ledger\save_new(), User\show_dossier(), Anc_Operation\to_request(), unescape(), Acc_Ledger\update(), and Acc_Ledger\verify_ledger().

$User = new User($rep)

Definition at line 32 of file user_login.php.

if ($ac->exist_table('version')==false) $version = $ac->get_value('select val from version')

Definition at line 72 of file user_login.php.

if ($version< DBVERSIONREPO) if($User->Admin()==1)

Definition at line 81 of file user_login.php.

if(isset($_POST['set_preference']))

Definition at line 98 of file user_login.php.

 All Data Structures Namespaces Files Functions Variables Enumerations