28 lines
3.6 KiB
PHP
28 lines
3.6 KiB
PHP
<?php
|
|
|
|
|
|
//This is the access privilege file
|
|
$is_admin=false;
|
|
|
|
$current_user_roles='H10';
|
|
|
|
$current_user_parent_role_seq='H1::H2::H32::H37::H10';
|
|
|
|
$current_user_profiles=array(14,);
|
|
|
|
$profileGlobalPermission=array('1'=>1,'2'=>1,);
|
|
|
|
$profileTabsPermission=array('1'=>0,'2'=>0,'4'=>0,'6'=>0,'7'=>1,'8'=>0,'9'=>0,'10'=>0,'13'=>1,'14'=>0,'15'=>1,'16'=>0,'18'=>1,'19'=>0,'21'=>0,'22'=>0,'23'=>0,'25'=>0,'26'=>1,'31'=>1,'35'=>1,'36'=>1,'40'=>1,'41'=>1,'42'=>1,'46'=>1,'48'=>1,'28'=>0,'3'=>0,);
|
|
|
|
$profileActionPermission=array(2=>array(0=>1,1=>1,2=>1,4=>0,7=>1,5=>1,6=>0,10=>0,),4=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>0,8=>1,10=>0,),6=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>1,8=>1,10=>1,),7=>array(0=>1,1=>1,2=>1,4=>1,7=>1,5=>0,6=>0,8=>0,9=>0,10=>0,),8=>array(0=>0,1=>0,2=>1,4=>0,7=>0,6=>0,),9=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>0,),13=>array(0=>1,1=>1,2=>1,4=>1,7=>1,5=>0,6=>0,8=>0,10=>0,),14=>array(0=>1,1=>1,2=>1,4=>0,7=>1,5=>1,6=>0,10=>0,),15=>array(0=>0,1=>0,2=>1,4=>0,7=>0,),16=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>0,),19=>array(0=>1,1=>1,2=>1,4=>0,7=>1,5=>1,6=>0,10=>0,),21=>array(0=>0,1=>1,2=>1,4=>0,7=>0,5=>1,6=>1,),22=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>0,),23=>array(0=>0,1=>0,2=>1,4=>0,7=>0,5=>1,6=>0,),25=>array(0=>1,1=>0,2=>0,4=>0,7=>0,6=>0,13=>0,),35=>array(0=>1,1=>1,2=>1,4=>1,7=>1,5=>0,6=>0,10=>0,),36=>array(0=>1,1=>1,2=>1,4=>1,7=>1,5=>0,6=>0,10=>0,),);
|
|
|
|
$current_user_groups=array();
|
|
|
|
$subordinate_roles=array('H11','H36','H14','H44','H45','H12','H34','H13','H35','H42','H43','H4','H38','H7',);
|
|
|
|
$parent_roles=array('H1','H2','H32','H37',);
|
|
|
|
$subordinate_roles_users=array('H11'=>array(105,132,),'H36'=>array(147,148,165,168,221,242,),'H14'=>array(46,47,49,50,52,53,104,128,131,135,136,150,153,154,186,217,),'H44'=>array(215,),'H45'=>array(134,137,149,184,187,248,253,255,),'H12'=>array(45,106,),'H34'=>array(256,),'H13'=>array(48,51,125,126,130,152,),'H35'=>array(44,54,55,),'H42'=>array(156,),'H43'=>array(43,124,143,158,181,254,),'H4'=>array(17,),'H38'=>array(159,230,),'H7'=>array(38,39,40,41,42,112,113,123,127,200,201,212,216,),);
|
|
|
|
$user_info=array('user_name'=>'A.MALLEM','is_admin'=>'off','user_password'=>'$1$A.000000$RM6Ir04.WRU0XnUdZsuA90','confirm_password'=>'$1$A.000000$RM6Ir04.WRU0XnUdZsuA90','first_name'=>'Amina','last_name'=>'Mallem','roleid'=>'H10','email1'=>'Amina.Mallem@sophal.dz','status'=>'Inactive','activity_view'=>'This Week','lead_view'=>'Today','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'=>'dd-mm-yyyy','signature'=>'','description'=>'','accesskey'=>'2pU9BwDddoR1eUQE','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'=>'fr_fr','reminder_interval'=>'','phone_crm_extension'=>'','no_of_currency_decimals'=>'2','truncate_trailing_zeros'=>'0','dayoftheweek'=>'Sunday','callduration'=>'5','othereventduration'=>'5','calendarsharedtype'=>'selectedusers','default_record_view'=>'Summary','leftpanelhide'=>'1','rowheight'=>'medium','defaulteventstatus'=>'','defaultactivitytype'=>'','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'=>'163');
|
|
?>
|