Server IP : 80.87.202.40 / Your IP : 216.73.216.169 Web Server : Apache System : Linux rospirotorg.ru 5.14.0-539.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 5 22:26:13 UTC 2024 x86_64 User : bitrix ( 600) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/bitrix/ext_www/rospirotorg.ru/bitrix/modules/clouds/admin/ |
Upload File : |
<?php /*.require_module 'bitrix_main_include_prolog_admin_before';.*/ /** @global CUser $USER */ global $USER; IncludeModuleLangFile(__FILE__); if (!$USER->CanDoOperation('clouds_config')) { return false; } $arMenu = [ 'parent_menu' => 'global_menu_settings', 'section' => 'clouds', 'sort' => 1650, 'text' => GetMessage('CLO_MENU_ITEM'), 'title' => GetMessage('CLO_MENU_TITLE'), 'url' => 'clouds_storage_list.php?lang=' . LANGUAGE_ID, 'more_url' => [ 'clouds_storage_list.php', 'clouds_storage_edit.php', 'clouds_duplicates_list.php', ], 'icon' => 'clouds_menu_icon', 'page_icon' => 'clouds_page_icon', ]; return $arMenu;