AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.145.179.85
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/ajax/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/ajax/share_basket.php
<?
$isInline = strpos($_SERVER['SCRIPT_NAME'], '/ajax/') === false ? 'Y' : 'N';
$isPopup = $isInline === 'N' ? 'Y' : 'N';

if($isPopup === 'Y'){
	// preload site header !!!it`s need!!!
	require($_SERVER["DOCUMENT_ROOT"]."/bitrix/header.php");
	$GLOBALS['APPLICATION']->RestartBuffer();

	// show ajax css, js, strings
	$GLOBALS['APPLICATION']->ShowAjaxHead();

	if($GLOBALS['APPLICATION']->GetShowIncludeAreas()){
		$areaIndex = isset($_POST['index']) && intval($_POST['index']) > 0 ? intval($_POST['index']) : 1000;
		$GLOBALS['APPLICATION']->editArea = new CEditArea();
		$GLOBALS['APPLICATION']->editArea->includeLevel = 0;
		$GLOBALS['APPLICATION']->editArea->includeAreaIndex = array(0 => $areaIndex);

		// open div of editing this page
		?><div id="bx_incl_area_<?=$areaIndex?>"><style>.bx-core-adm-dialog, div.bx-component-opener, .bx-core-popup-menu{z-index:3001 !important;}</style><?
	}

	?><a href="#" class="close jqmClose"><?=CMax::showIconSvg('', SITE_TEMPLATE_PATH.'/images/svg/Close.svg')?></a><?
}

$shareBasketPageUrl = Bitrix\Main\Config\Option::get(CMax::moduleID, 'SHARE_BASKET_PAGE_URL', '#'.'SITE_DIR'.'#'.'sharebasket/', SITE_ID);
$shareBasketPageUrl = str_replace('#'.'SITE_DIR'.'#', SITE_DIR, $shareBasketPageUrl).'/index.php';
$shareBasketPageUrl = preg_replace('/\/{2,}/', '/', $shareBasketPageUrl);

include __DIR__.'/..'.$shareBasketPageUrl;

if($isPopup === 'Y'){
	if($GLOBALS['APPLICATION']->GetShowIncludeAreas()){
		// close div of editing this page
		?></div><?
	}

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

Anon7 - 2022
AnonSec Team