- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
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='H12';
|
||
|
||
$current_user_parent_role_seq='H1::H2::H12';
|
||
|
||
$current_user_profiles=array(13,);
|
||
|
||
$profileGlobalPermission=array('1'=>0,'2'=>0,);
|
||
|
||
$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,'18'=>0,'19'=>0,'20'=>0,'21'=>0,'22'=>0,'23'=>0,'24'=>0,'25'=>0,'26'=>0,'27'=>0,'30'=>1,'31'=>0,'32'=>0,'34'=>0,'35'=>0,'39'=>0,'40'=>0,'41'=>0,'42'=>0,'43'=>0,'44'=>0,'45'=>0,'46'=>0,'47'=>0,'48'=>0,'49'=>0,'50'=>0,'51'=>0,'52'=>0,'53'=>0,'55'=>0,'56'=>0,'57'=>0,'58'=>0,'59'=>0,'60'=>0,'62'=>0,'63'=>0,'65'=>0,'66'=>0,'69'=>0,'70'=>0,'71'=>0,'73'=>0,'75'=>0,'78'=>0,'79'=>0,'80'=>0,'81'=>0,'82'=>0,'85'=>0,'86'=>0,'87'=>0,'90'=>0,'91'=>0,'92'=>0,'93'=>0,'94'=>0,'28'=>0,'3'=>0,);
|
||
|
||
$profileActionPermission=array(91=>array(0=>0,1=>0,2=>0,3=>0,4=>0,7=>0,5=>0,6=>0,8=>0,),92=>array(0=>0,1=>0,2=>0,3=>0,4=>0,7=>0,5=>1,6=>1,8=>1,),);
|
||
|
||
$current_user_groups=array();
|
||
|
||
$subordinate_roles=array('H14','H16','H17','H18',);
|
||
|
||
$parent_roles=array('H1','H2',);
|
||
|
||
$subordinate_roles_users=array('H14'=>array(),'H16'=>array(),'H17'=>array(),'H18'=>array(),);
|
||
|
||
$user_info=array('user_name'=>'krivko','is_admin'=>'off','user_password'=>'$2y$10$rcXOMOirnQztd7iTxLNyXOs9DmHoyywme85WA8SSxBdTTemDGutAu','confirm_password'=>'$2y$10$rcXOMOirnQztd7iTxLNyXOs9DmHoyywme85WA8SSxBdTTemDGutAu','first_name'=>'Игорь','last_name'=>'Кривко','roleid'=>'H12','email1'=>'kigorvladimirovich@yandex.ru','status'=>'Inactive','activity_view'=>'Today','lead_view'=>'Today','hour_format'=>'24','end_hour'=>'','start_hour'=>'09:00','is_owner'=>'','title'=>'','phone_work'=>'','department'=>'','phone_mobile'=>'','reports_to_id'=>'','phone_other'=>'6623969896','email2'=>'','phone_fax'=>'','secondaryemail'=>'','phone_home'=>'','date_format'=>'dd-mm-yyyy','signature'=>'','description'=>'','address_street'=>'','address_city'=>'','address_state'=>'','address_postalcode'=>'','address_country'=>'','accesskey'=>'58pMYC9UR6JTcEBE','time_zone'=>'Europe/Moscow','currency_id'=>'1','currency_grouping_pattern'=>'123456789','currency_decimal_separator'=>'.','currency_grouping_separator'=>',','currency_symbol_placement'=>'1.0$','imagename'=>'','internal_mailer'=>'0','theme'=>'softed','language'=>'ru_ru','reminder_interval'=>'','phone_crm_extension'=>'','sp_gravitel_id'=>'','sp_megafon_id'=>'','sp_zebra_login'=>'','sp_uiscom_id'=>'','sp_uiscom_extension'=>'','sp_telphin_extension'=>'','sp_zadarma_extension'=>'','sp_yandex_extension'=>'','sp_yandex_outgoing_number'=>'','sp_domru_id'=>'','sp_westcall_spb_id'=>'','sp_mcn_extension'=>'','sp_rostelecom_extension'=>'','sp_rostelecom_extension_internal'=>'','sp_rostelecom_extension_sipiru'=>'','sp_sipuni_extension'=>'','sp_mango_extension'=>'','no_of_currency_decimals'=>'2','truncate_trailing_zeros'=>'0','dayoftheweek'=>'Monday','callduration'=>'5','othereventduration'=>'5','calendarsharedtype'=>'public','default_record_view'=>'Summary','leftpanelhide'=>'0','rowheight'=>'medium','defaulteventstatus'=>'','defaultactivitytype'=>'','hidecompletedevents'=>'0','defaultcalendarview'=>'','surname'=>'Владимирович','birthdate'=>'1970-01-01','birthplace'=>'','gender'=>'Мужской','snils'=>'','inn'=>'','index_reg'=>'','addr_reg'=>'','index_live'=>'','addr_live'=>'','index_notice'=>'','addr_notice'=>'','pass_series'=>'','pass_number'=>'','pass_date'=>'1970-01-01','pass_place'=>'','dep_code'=>'','sigimgage'=>'','currency_name'=>'Russia, Rubles','currency_code'=>'RUB','currency_symbol'=>'руб','conv_rate'=>'1.00000','record_id'=>'','record_module'=>'','id'=>'18');
|
||
?>
|