Files
CRM/user_privileges/user_privileges_11.php
BACHIR SOULDI 2794e62571 first commit
2025-09-28 08:49:37 +01:00

28 lines
3.1 KiB
PHP

<?php
//This is the access privilege file
$is_admin=false;
$current_user_roles='H4';
$current_user_parent_role_seq='H1::H2::H10::H4';
$current_user_profiles=array(7,);
$profileGlobalPermission=array('1'=>1,'2'=>1,);
$profileTabsPermission=array('1'=>0,'2'=>0,'4'=>0,'6'=>0,'7'=>0,'8'=>0,'9'=>0,'10'=>0,'13'=>0,'14'=>0,'15'=>0,'16'=>0,'19'=>0,'22'=>0,'23'=>0,'25'=>0,'26'=>0,'31'=>0,'35'=>0,'36'=>0,'40'=>0,'41'=>0,'42'=>0,'46'=>0,'48'=>0,'50'=>0,'28'=>0,'3'=>0,);
$profileActionPermission=array(2=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>0,6=>0,10=>0,),4=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,8=>0,10=>0,),6=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,8=>0,10=>0,),7=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>0,6=>0,8=>0,9=>0,10=>0,),8=>array(0=>0,1=>0,2=>0,4=>0,7=>0,6=>0,),9=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,),13=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>0,6=>0,8=>0,10=>0,),14=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,10=>0,),15=>array(0=>0,1=>0,2=>0,4=>0,7=>0,),16=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,),19=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,10=>0,),22=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,),23=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,),25=>array(0=>1,1=>0,2=>0,4=>0,7=>0,6=>0,13=>0,),26=>array(0=>0,1=>0,2=>0,4=>0,7=>0,),35=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>0,6=>0,10=>0,),36=>array(0=>0,1=>0,2=>0,4=>0,7=>0,5=>1,6=>0,10=>0,),42=>array(0=>0,1=>0,2=>0,4=>0,7=>0,),);
$current_user_groups=array(2,6,7,8,9,);
$subordinate_roles=array('H7',);
$parent_roles=array('H1','H2','H10',);
$subordinate_roles_users=array('H7'=>array(14,16,22,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,104,),);
$user_info=array('user_name'=>'H.MEGDAD','is_admin'=>'off','user_password'=>'$1$H.000000$a/VPHdtEfNZm5YD7rSXBA1','confirm_password'=>'$1$H.000000$a/VPHdtEfNZm5YD7rSXBA1','first_name'=>'HAMID','last_name'=>'MEGDAD','roleid'=>'H4','email1'=>'hamid.megdad@sophal.net','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'=>'yyyy-mm-dd','signature'=>'','description'=>'','address_city'=>'','address_country'=>'','accesskey'=>'11YYG5CxwFR3cYw','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'=>'private','default_record_view'=>'Summary','leftpanelhide'=>'0','rowheight'=>'medium','defaulteventstatus'=>'Select an Option','defaultactivitytype'=>'Select an Option','hidecompletedevents'=>'0','defaultcalendarview'=>'ListView','industry'=>'0','currency_name'=>'Alg&eacute;rie, DZD','currency_code'=>'DZD','currency_symbol'=>'DZD','conv_rate'=>'1.00000','record_id'=>'','record_module'=>'','id'=>'11');
?>