Warning: Undefined array key "बहिः गच्छतु" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 136

Warning: Undefined array key "aksi" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 140

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 159

Warning: Undefined array key "नामपत्र" in /home/httpd/vhosts/puntogroup.ru/httpdocs/collections/plint/index.php(1) : eval()'d code on line 181
Current File : /home/httpd/vhosts/puntogroup.ru/httpdocs/ajax/subscribe_sync.php
<?define("STATISTIC_SKIP_ACTIVITY_CHECK", "true");?>
<?define('STOP_STATISTICS', true);
define('PUBLIC_AJAX_MODE', true);?>
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");?>
<?
$bError = false;
if(!check_bitrix_sessid())
	$bError = true;
if($_POST['itemId'])
	$_SESSION['SUBSCRIBE_PRODUCT']['LIST_PRODUCT_ID'][$_POST['itemId']] = $_POST['itemEmail'];
else
	$bError = true;

echo Bitrix\Main\Web\Json::encode(
	array(
		'TYPE' => ($bError ? 'ERROR' : 'SUCCESS'),
		'message' => 'NO_DATA'
	)
);
?>