9 lines
1.3 KiB
PHP
9 lines
1.3 KiB
PHP
<?php
|
|
|
|
|
|
//This is the access privilege file
|
|
$is_admin=true;
|
|
|
|
$user_info=array('user_name'=>'admin','is_admin'=>'on','user_password'=>'$1$ad000000$hzXFXvL3XVlnUE/X.1n9t/','confirm_password'=>'$1$ad000000$nYTnfhTZRmUP.wQT9y1AE.','first_name'=>'','last_name'=>'Administrator','roleid'=>'H2','email1'=>'mail@inkinlight.com','status'=>'Active','activity_view'=>'This Week','lead_view'=>'Today','hour_format'=>'am/pm','end_hour'=>'','start_hour'=>'08:00','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_street'=>'','address_city'=>'','address_state'=>'','address_postalcode'=>'','address_country'=>'','accesskey'=>'Rf7mNWHn6gsWelBQ','time_zone'=>'Asia/Brunei','currency_id'=>'2','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'=>'1 Minute','asterisk_extension'=>'','use_asterisk'=>'0','ccurrency_name'=>'','currency_code'=>'USD','currency_symbol'=>'$','conv_rate'=>'1.000','record_id'=>'','record_module'=>'','currency_name'=>'USA, Dollars','id'=>'1');
|
|
|
|
?>
|