%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/templates/app/components/p4/p.castings.edit/json/ |
| Current File : //home/bitrix/www/bitrix/templates/app/components/p4/p.castings.edit/json/template.php |
<?if(!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true) die();
include_once $_SERVER['DOCUMENT_ROOT'].'/local/templates/p4_new/includes/localru.php';
if (isset($arResult['ERRORS']))
{
$arResult['APP_RESULT']['OK'] = false;
$arResult['APP_RESULT']['ERROR_MESSAGE'] = $arResult['ERRORS'];
$arResult['APP_RESULT']['ERROR_MESSAGE_RU'] = $arResult['ERRORS'];
}
else
$arResult['APP_RESULT']['OK'] = true;
echo json_encode($arResult['APP_RESULT']);
?>