1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
default_option.php
См. документацию.
1<?php
3 'notify_flash_engine_type' => 'cache',
4 'general_chat_id' => 0,
5 'general_chat_message_join' => true,
6 'general_chat_message_leave' => false,
7 'allow_send_to_general_chat_all' => 'Y',
8 'allow_send_to_general_chat_rights' => 'AU',
9 'call_server' => 'N',
10 'call_server_enabled' => true,
11 'call_server_max_users' => 100,
12 'open_chat_enable' => IsModuleInstalled('intranet')? true: false,
13 'color_enable' => true,
14 'correct_text' => false,
15 'view_offline' => true,
16 'view_group' => true,
17 'send_by_enter' => true,
18 'panel_position_horizontal' => 'right',
19 'panel_position_vertical' => 'bottom',
20 'load_last_message' => true,
21 'load_last_notify' => true,
22 'privacy_message' => 'all',
23 'privacy_chat' => IsModuleInstalled('intranet')? 'all': 'contact',
24 'privacy_call' => IsModuleInstalled('intranet')? 'all': 'contact',
25 'start_chat_message' => IsModuleInstalled('intranet')? 'last': 'first',
26 'privacy_search' => 'all',
27 'privacy_profile' => 'all',
28 'chat_extend_show_history' => true,
29 'disk_storage_id' => 0,
30 'disk_folder_avatar_id' => 0,
31 'contact_list_birthday' => 'all',
32 'contact_list_load' => true,
33 'contact_list_show_all_bus' => false,
34 'path_to_user_profile' => (!IsModuleInstalled("intranet") ? '/club/user/#user_id#/' : ''),
35 'message_history_index' => false,
36 'call_log_service' => '',
37 'call_log_secret' => '',
38 'call_server_url' => '',
39);
40
41if (file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/php_interface/im_options.php"))
42{
43 $additionalOptions = include($_SERVER["DOCUMENT_ROOT"]."/bitrix/php_interface/im_options.php");
44 if (is_array($additionalOptions))
45 {
46 $im_default_option = array_merge($im_default_option, $additionalOptions);
47 }
48}
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения file_new.php:804
$im_default_option
Определения default_option.php:2
$_SERVER["DOCUMENT_ROOT"]
Определения cron_frame.php:9
IsModuleInstalled($module_id)
Определения tools.php:5301