vtigerossez/user_privileges/user_privileges_5.php

28 lines
3.2 KiB
PHP

<?php
//This is the access privilege file
$is_admin=false;
$current_user_roles='H3';
$current_user_parent_role_seq='H1::H2::H3';
$current_user_profiles=array(2,);
$profileGlobalPermission=array('1'=>1,'2'=>1,);
$profileTabsPermission=array('1'=>0,'2'=>0,'3'=>0,'4'=>0,'6'=>0,'7'=>0,'8'=>0,'9'=>0,'10'=>0,'13'=>0,'14'=>0,'15'=>0,'16'=>0,'18'=>0,'19'=>0,'20'=>0,'21'=>0,'22'=>0,'23'=>0,'24'=>0,'25'=>0,'26'=>0,'27'=>0,'30'=>0,'31'=>0,'32'=>0,'33'=>0,'34'=>0,'35'=>0,'36'=>0,'37'=>0,'38'=>0,'39'=>0,'40'=>0,'41'=>0,'42'=>0,'43'=>0,'45'=>0,'46'=>0,'47'=>0,'48'=>0,'49'=>0,'50'=>0,'51'=>0,'52'=>0,'28'=>0,);
$profileActionPermission=array(2=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,10=>0,),4=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,8=>0,10=>0,),6=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,8=>0,10=>0,),7=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,8=>0,9=>0,10=>0,),8=>array(0=>0,1=>0,2=>0,3=>0,4=>0,6=>1,),9=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),13=>array(0=>1,1=>1,2=>1,3=>0,4=>0,5=>1,6=>1,8=>0,10=>0,),14=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,10=>0,),15=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),16=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),18=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,10=>0,),19=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),20=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),21=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),22=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),23=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),26=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),36=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>1,6=>1,8=>1,),37=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),38=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),41=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),45=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),46=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),47=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),48=>array(0=>0,1=>0,2=>0,3=>0,4=>0,5=>0,6=>0,10=>0,),50=>array(0=>0,1=>0,2=>0,3=>0,4=>0,),);
$current_user_groups=array(4,3,);
$subordinate_roles=array('H4','H5',);
$parent_roles=array('H1','H2',);
$subordinate_roles_users=array('H4'=>array(),'H5'=>array(),);
$user_info=array('user_name'=>'yucheng.hu','is_admin'=>'off','user_password'=>'$1$yu000000$Zk59FfM.bEVZ88khxGCjm.','confirm_password'=>'$1$yu000000$Zk59FfM.bEVZ88khxGCjm.','first_name'=>'','last_name'=>'胡昱铖','roleid'=>'H3','email1'=>'yucheng.hu@ossez.com','status'=>'Active','activity_view'=>'Today','lead_view'=>'Today','hour_format'=>'','end_hour'=>'','start_hour'=>'','title'=>'','phone_work'=>'','department'=>'','phone_mobile'=>'','reports_to_id'=>'1','phone_other'=>'','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'','date_format'=>'dd-mm-yyyy','signature'=>'','description'=>'','address_street'=>'','address_city'=>'','address_state'=>'','address_postalcode'=>'','address_country'=>'','accesskey'=>'mIGJYfrqhWrRikrn','time_zone'=>'Asia/Brunei','currency_id'=>'1','currency_grouping_pattern'=>'123,456,789','currency_decimal_separator'=>'','currency_grouping_separator'=>'','currency_symbol_placement'=>'$1.0','imagename'=>'','internal_mailer'=>'1','theme'=>'softed','language'=>'zh_cn','reminder_interval'=>'None','asterisk_extension'=>'','use_asterisk'=>'1','ccurrency_name'=>'','currency_code'=>'CNY','currency_symbol'=>'&#165;','conv_rate'=>'6.220','record_id'=>'','record_module'=>'','currency_name'=>'China, Yuan Renminbi','id'=>'5');
?>