ez-pro/s1/ajax/captcha.php
2025-11-13 19:04:05 +03:00

6 lines
353 B
PHP

<?define("STATISTIC_SKIP_ACTIVITY_CHECK", "true");?>
<?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());?>