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