Your IP : 3.147.2.189


Current Path : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/modules/landing/tools/
Upload File :
Current File : /var/www/www-root/data/www/www.monolith-realty.ru/bitrix/modules/landing/tools/proxy.php

<?php
define('NO_KEEP_STATISTIC', true);
define('NO_AGENT_STATISTIC', true);
define('NOT_CHECK_PERMISSIONS', true);

require_once($_SERVER['DOCUMENT_ROOT'].'/bitrix/modules/main/include/prolog_before.php');

$app = \Bitrix\Main\Application::getInstance();
$request = $app->getContext()->getRequest();

$proxy = new \Bitrix\Main\UI\ImageEditor\Proxy(
	$request->get('url'),
	['*']
);

$proxy->output();