28 lines
1.9 KiB
PHP
28 lines
1.9 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'=>'$1$S.000000$e1ur05g.mgoBgooBm8C6S/','confirm_password'=>'$1$S.000000$e1ur05g.mgoBgooBm8C6S/','first_name'=>'','last_name'=>'','roleid'=>'','email1'=>'','status'=>'Active','activity_view'=>'Today','lead_view'=>'','hour_format'=>'12','end_hour'=>'','start_hour'=>'09:00','is_owner'=>'','title'=>'','phone_work'=>'','department'=>'','phone_mobile'=>'','reports_to_id'=>'','phone_other'=>'','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'','date_format'=>'yyyy-mm-dd','signature'=>'','description'=>'','accesskey'=>'6ekgVjsPKq6QwUa','time_zone'=>'UTC','currency_id'=>'1','currency_grouping_pattern'=>'123,456,789','currency_decimal_separator'=>'.','currency_grouping_separator'=>',','currency_symbol_placement'=>'$1.0','imagename'=>'','internal_mailer'=>'0','theme'=>'softed','language'=>'en_us','reminder_interval'=>'','phone_crm_extension'=>'','no_of_currency_decimals'=>'2','truncate_trailing_zeros'=>'0','dayoftheweek'=>'Sunday','callduration'=>'5','othereventduration'=>'5','calendarsharedtype'=>'public','default_record_view'=>'Summary','leftpanelhide'=>'0','rowheight'=>'','defaulteventstatus'=>'Select an Option','defaultactivitytype'=>'Select an Option','hidecompletedevents'=>'0','defaultcalendarview'=>'','industry'=>'0','res_id'=>'','secteur1_id'=>'','secteur2_id'=>'','secteur3_id'=>'','secteur4_id'=>'','last_visit_sync'=>'','last_so_sync'=>'','currency_name'=>'Algérie, DZD','currency_code'=>'DZD','currency_symbol'=>'DZD','conv_rate'=>'1.00000','record_id'=>'','record_module'=>'','id'=>'114');
|
|
?>
|