View file captcha.php
<?php
// powered by kcaptcha.ru
include ('inc/kcaptcha.php');
session_start();
$captcha = new KCAPTCHA();
$_SESSION['captcha_keystring'] = $captcha->getKeyString();
?>
<?php
// powered by kcaptcha.ru
include ('inc/kcaptcha.php');
session_start();
$captcha = new KCAPTCHA();
$_SESSION['captcha_keystring'] = $captcha->getKeyString();
?>