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/check-captcha.php |
<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
global $DB;
if( strlen( $_REQUEST['captcha_word'] ) <= 0 || strlen( $_REQUEST['captcha_sid'] ) <= 0 ){ echo 'false'; exit; }
$_REQUEST['captcha_word'] = strtoupper( $_REQUEST['captcha_word'] );
$res = $DB->Query("SELECT CODE FROM b_captcha WHERE ID = '".$DB->ForSQL( $_REQUEST['captcha_sid'], 32 )."' ");
if( !$ar = $res->Fetch() ){ echo 'false'; exit; }
if( $ar["CODE"] != $_REQUEST['captcha_word'] ){ echo 'false'; exit; }
echo 'true';?>