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_security/.description.php |
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)die();
$aGlobalOpt = CUserOptions::GetOption("global", "settings", array());
$messageSecurity = (string)($aGlobalOpt['messages']['security'] ?? 'Y');
$bShowSecurity = (
file_exists($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/security/install/index.php")
&& $messageSecurity !== 'N'
);
$arDescription = Array(
"DISABLED" => !$bShowSecurity,
"NAME" => GetMessage("GD_SECURITY_NAME"),
"DESCRIPTION" => GetMessage("GD_SECURITY_DESC"),
"ICON" =>"",
"TITLE_ICON_CLASS" => "bx-gadgets-security",
"GROUP" => Array("ID"=>"admin_settings"),
"NOPARAMS" => "Y",
"AI_ONLY" => true,
"COLOURFUL" => true
);