Go to the source code of this file.
Functions | |
| CheckJrn ($p_dossier, $p_user, $p_jrn, $p_detail=False) | |
| Vérifie les acces d'un utilisateur sur un journal. | |
| CheckAction ($p_dossier, $p_login, $p_action_id) | |
| Check if an user is allowed to do an action. | |
| CheckIsAdmin ($p_user) | |
| Check if an user is an administrator. | |
| CheckDossier ($p_user, $p_dossier) | |
| Check if an user has acces to a folder. | |
Definition in file check_priv.php.
|
||||||||||||||||
|
Check if an user is allowed to do an action.
Definition at line 146 of file check_priv.php. References $cn, $Res, CheckIsAdmin(), DbConnect(), and ExecSql(). |
|
||||||||||||
|
Check if an user has acces to a folder.
Definition at line 192 of file check_priv.php. References $cn, $sql, CheckIsAdmin(), CountSql(), and DbConnect(). |
|
|
Check if an user is an administrator.
Definition at line 167 of file check_priv.php. References $cn, $sql, CountSql(), and DbConnect(). Referenced by CheckAction(), CheckDossier(), and CheckJrn(). |
|
||||||||||||||||||||
|
Vérifie les acces d'un utilisateur sur un journal. parm :
$p_user le login user
Definition at line 46 of file check_priv.php. References $cn, $Res, $Res2, CheckIsAdmin(), CountSql(), DbConnect(), echo_debug(), and ExecSql(). Referenced by ShowMenuJrnUser(). |
1.4.4