Your IP : 3.147.58.83


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/mobileapp.push/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/components/bitrix/mobileapp.push/component.php

<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED!==true) die();

if (!CModule::IncludeModule('mobileapp'))
{
	ShowError(GetMessage('MOBILEAPP_NOT_INSTALLED'));
	return;
}

/**
 * @var $APPLICATION CMain
 */
$arResult = array(
	"CURRENT_PAGE" => $APPLICATION->GetCurPage(),
	"AJAX_URL" => $componentPath."/ajax.php"
);

$arResult["PATH"] = isset($_REQUEST["path"]) ? $_REQUEST["path"] : '';
$arResult["DATA"] = CAdminMobilePush::getData($arResult["PATH"]);

CJSCore::Init('ajax');

$this->IncludeComponentTemplate();
?>