Your IP : 18.116.42.219


Current Path : /var/www/admin_ftp_12/data/www/httpdocs/bitrix/modules/landing/tools/
Upload File :
Current File : /var/www/admin_ftp_12/data/www/httpdocs/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();