Your IP : 18.221.54.19


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/pub/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/pub/payment_result.php

<?
define("NO_KEEP_STATISTIC", "Y");
define("NO_AGENT_STATISTIC","Y");
define('SKIP_TEMPLATE_AUTH_ERROR', true);
define('NOT_CHECK_PERMISSIONS', true);

require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");

$path = $_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/sale/tools/ps_b24_final.php";
if (\Bitrix\Main\IO\File::isFileExists($path))
	require $path;

define('SKIP_TEMPLATE_B24_SIGN', \Bitrix\Main\Config\Option::get('crm', 'invoice_enable_public_b24_sign', 'Y') != 'Y');
require($_SERVER["DOCUMENT_ROOT"]."/bitrix/footer.php");