Your IP : 3.15.150.38


Current Path : /home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/mobileapp.auth/actions/
Upload File :
Current File : /home/bitrix/ext_www/shuft.com.ua/bitrix/components/bitrix/mobileapp.auth/actions/checkout.php

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

$data = array(
	"status" => "failed",
);

if ($USER->IsAuthorized())
	$data = array(
		"status" => "success",
		"target" => md5($USER->GetID() . CMain::GetServerUniqID()),
		"sessid_md5" => bitrix_sessid(),
		"appmap" => Array(
			"main" => Array("url" => $arParams["START_PAGE"]),
			"menu" => Array("url" => $arParams["MENU_PAGE"])
		)
	);
?>