| Current Path : /var/www/homesaver/www/bitrix/components/bitrix/rest.configuration/templates/.default/ |
| Current File : /var/www/homesaver/www/bitrix/components/bitrix/rest.configuration/templates/.default/import.php |
<?php
if(!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
/**
* Bitrix vars
*
* @var array $arParams
* @var array $arResult
* @var CBitrixComponent $component
* @var CBitrixComponentTemplate $this
* @global CMain $APPLICATION
* @global CUser $USER
*/
if($arResult['ERROR'])
{
ShowError($arResult['ERROR']);
return false;
}
?>
<?php
$APPLICATION->IncludeComponent(
'bitrix:rest.configuration.import',
'',
array(
'SET_TITLE' => 'Y',
'FROM' => $arResult['FROM'],
)
);
?>