1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
prolog.php
См. документацию.
1
<?php
2
define(
'ADMIN_MODULE_NAME'
,
'cluster'
);
3
4
$message
=
null
;
5
if
(CModule::IncludeModule(
'cluster'
))
6
{
7
if
(!
CCluster::checkForServers
(0))
8
{
9
$message
=
new
CAdminMessage
([
'MESSAGE'
=>
GetMessage
(
'CLUSTER_SERVER_COUNT_ERROR'
),
'TYPE'
=>
'ERROR'
]);
10
}
11
}
CAdminMessage
Определения
admin_lib.php:2166
CCluster\checkForServers
static checkForServers($toBeAddedCount=0)
Определения
include.php:34
GetMessage
GetMessage($name, $aReplace=null)
Определения
tools.php:3397
$message
$message
Определения
payment.php:8
bitrix
modules
cluster
prolog.php
Создано системой
1.14.0