Warning: Undefined array key "बहिः गच्छतु" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 181
Current File : /home/httpd/vhosts/puntogroup.ru/httpdocs/bitrix/gadgets/bitrix/admin_perfmon/.description.php
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();

$aGlobalOpt = CUserOptions::GetOption("global", "settings", array());
$messagePerfMon = (string)($aGlobalOpt['messages']['perfmon'] ?? 'Y');
$bShowPerfmon = (
	file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/perfmon/install/index.php")
	&& $messagePerfMon !== 'N'
);

$arDescription = array(
	"DISABLED" => !$bShowPerfmon,
	"NAME" => GetMessage("GD_PERFMON_NAME"),
	"DESCRIPTION" => GetMessage("GD_PERFMON_DESC"),
	"ICON" => "",
	"TITLE_ICON_CLASS" => "bx-gadgets-perfmon",
	"GROUP" => array("ID"=>"admin_settings"),
	"NOPARAMS" => "Y",
	"AI_ONLY" => true,
	"COLOURFUL" => true,
	"UNIQUE" => true,
);