Your IP : 3.15.6.198


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/devops/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/devops/index.php

<?
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
?>
<?$APPLICATION->IncludeComponent(
	"bitrix:rest.devops",
	"",
	array(
		"SEF_MODE" => "Y",
		"SEF_FOLDER" => SITE_DIR."devops/",
		"APPLICATION_URL" => SITE_DIR."marketplace/app/#id#/",
		"SEF_URL_TEMPLATES" => array(
			"index" => "",
			"section" => "section/#SECTION_CODE#/",
			"add" => "add/#ELEMENT_CODE#/",
			"edit" => "edit/#ELEMENT_CODE#/#ID#/",
			"list" => "list/",
			"iframe" => "iframe/",
			"statistic" => "statistic/"
		)
	),
	$component
);
?>
<? require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php");