Your IP : 216.73.216.74


Current Path : /home/bitrix/www2/ajax/
Upload File :
Current File : /home/bitrix/www2/ajax/captcha.php

<?require($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/include/prolog_before.php");
include_once($_SERVER["DOCUMENT_ROOT"]."/bitrix/modules/main/classes/general/captcha.php");
$cpt = new CCaptcha();
$cpt->Delete( $_REQUEST['captcha_sid'] );
echo htmlspecialchars($APPLICATION->CaptchaGetCode());?>