- 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.
13 lines
684 B
PHP
13 lines
684 B
PHP
<?php
|
|
|
|
|
|
//This file contains the commonly used variables
|
|
|
|
$parent_tab_info_array=array(1=>'My Home Page',2=>'Marketing',3=>'Sales',4=>'Support',5=>'Analytics',6=>'Inventory',7=>'Tools',8=>'Settings');
|
|
|
|
|
|
$parent_child_tab_rel_array=array(1=>array(3,9,28,),2=>array(26,6,4,28,7,9,8,91,91,96,96,97,97,),3=>array(7,6,4,2,20,22,23,19,8,9,40,40,42,42,52,52,56,56,),4=>array(13,15,6,4,8,28,9,34,34,45,45,46,46,47,47,),5=>array(25,1,),6=>array(14,18,19,21,22,20,23,31,31,39,39,49,49,),7=>array(24,27,8,30,32,32,35,35,43,43,53,53,60,60,24,27,43,53,30,63,63,65,65,66,66,80,80,85,85,86,86,87,87,90,90,92,92,95,95,),8=>array(61,61,62,62,69,69,75,75,78,78,79,79,81,81,82,82,93,93,94,94,),);
|
|
|
|
|
|
|
|
?>
|