Cheetah
config.php
Go to the documentation of this file.
1 <?php
2 
8 $aConfig = array(
12  'title' => 'Chat+',
13  'version' => '1.0.0',
14  'vendor' => 'Cheetah',
15  'update_url' => '',
16 
17  'compatible_with' => array(
18  '1.0.0'
19  ),
20 
24  'home_dir' => 'cheetah/chat_plus/',
25  'home_uri' => 'chat_plus',
26 
27  'db_prefix' => 'ch_chat_plus_',
28  'class_prefix' => 'ChChatPlus',
29 
33  'install' => array(
34  'check_dependencies' => 0,
35  'show_introduction' => 0,
36  'change_permissions' => 0,
37  'execute_sql' => 1,
38  'update_languages' => 1,
39  'recompile_main_menu' => 0,
40  'recompile_member_menu' => 0,
41  'recompile_site_stats' => 0,
42  'recompile_page_builder' => 0,
43  'recompile_profile_fields' => 0,
44  'recompile_comments' => 0,
45  'recompile_member_actions' => 0,
46  'recompile_tags' => 0,
47  'recompile_votes' => 0,
48  'recompile_categories' => 0,
49  'recompile_search' => 0,
50  'recompile_browse' => 0,
51  'recompile_injections' => 0,
52  'recompile_permalinks' => 1,
53  'recompile_alerts' => 0,
54  'recompile_global_paramaters' => 1,
55  'clear_db_cache' => 1,
56  'show_conclusion' => 0,
57  ),
58  'uninstall' => array (
59  'check_dependencies' => 0,
60  'show_introduction' => 0,
61  'change_permissions' => 0,
62  'execute_sql' => 1,
63  'update_languages' => 1,
64  'recompile_main_menu' => 0,
65  'recompile_member_menu' => 0,
66  'recompile_site_stats' => 0,
67  'recompile_page_builder' => 0,
68  'recompile_profile_fields' => 0,
69  'recompile_comments' => 0,
70  'recompile_member_actions' => 0,
71  'recompile_tags' => 0,
72  'recompile_votes' => 0,
73  'recompile_categories' => 0,
74  'recompile_search' => 0,
75  'recompile_browse' => 0,
76  'recompile_injections' => 0,
77  'recompile_permalinks' => 1,
78  'recompile_alerts' => 0,
79  'recompile_global_paramaters' => 1,
80  'clear_db_cache' => 1,
81  'show_conclusion' => 0,
82  ),
83 
87  'dependencies' => array(
88  'oauth2' => 'Cheetah OAuth2 Server Module'
89  ),
90 
94  'language_category' => 'Chat+',
95 
99  'install_permissions' => array(),
100  'uninstall_permissions' => array(),
101 
105  'install_info' => array(
106  'introduction' => '',
107  'conclusion' => '',
108  ),
109  'uninstall_info' => array(
110  'introduction' => '',
111  'conclusion' => '',
112  )
113 );
php
$aConfig
$aConfig
Definition: config.php:8