28 lines
1.7 KiB
PHP
28 lines
1.7 KiB
PHP
<?php
|
|
|
|
|
|
//This is the access privilege file
|
|
$is_admin=false;
|
|
|
|
$current_user_roles='';
|
|
|
|
$current_user_parent_role_seq='';
|
|
|
|
$current_user_profiles=array();
|
|
|
|
$profileGlobalPermission=;
|
|
|
|
$profileTabsPermission=array('3'=>0,);
|
|
|
|
$profileActionPermission=array();
|
|
|
|
$current_user_groups=array();
|
|
|
|
$subordinate_roles=array();
|
|
|
|
$parent_roles=array();
|
|
|
|
$subordinate_roles_users=array();
|
|
|
|
$user_info=array('user_name'=>'','is_admin'=>'','user_password'=>'','confirm_password'=>'','first_name'=>'','last_name'=>'','roleid'=>'','email1'=>'','status'=>'','activity_view'=>'','lead_view'=>'','hour_format'=>'','end_hour'=>'','start_hour'=>'','is_owner'=>'','title'=>'','phone_work'=>'','department'=>'','phone_mobile'=>'','reports_to_id'=>'','phone_other'=>'','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'','date_format'=>'','signature'=>'','description'=>'','accesskey'=>'','time_zone'=>'','currency_id'=>'','currency_grouping_pattern'=>'123,456,789','currency_decimal_separator'=>'.','currency_grouping_separator'=>',','currency_symbol_placement'=>'$1.0','imagename'=>'','internal_mailer'=>'','theme'=>'','language'=>'','reminder_interval'=>'','phone_crm_extension'=>'','no_of_currency_decimals'=>'2','truncate_trailing_zeros'=>'','dayoftheweek'=>'','callduration'=>'','othereventduration'=>'','calendarsharedtype'=>'','default_record_view'=>'','leftpanelhide'=>'','rowheight'=>'','defaulteventstatus'=>'','defaultactivitytype'=>'','hidecompletedevents'=>'','defaultcalendarview'=>'','industry'=>'','res_id'=>'','secteur1_id'=>'','secteur2_id'=>'','secteur3_id'=>'','secteur4_id'=>'','currency_name'=>'Algérie, DZD','currency_code'=>'DZD','currency_symbol'=>'DZD','conv_rate'=>'1.00000','record_id'=>'','record_module'=>'','id'=>'119');
|
|
?>
|