Your IP : 3.17.10.172


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/rest.provider/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/components/bitrix/rest.provider/component.php

<?
if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true)
	die();

if(!CModule::IncludeModule('rest'))
	return;

$arServiceParams = $arParams;
$arServiceParams['CLASS'] = 'CRestProvider';

$APPLICATION->IncludeComponent('bitrix:rest.server', '', $arServiceParams, null, array('HIDE_ICONS' => false))
?>