<?php
session_start();
include($_SERVER['DOCUMENT_ROOT'].'/plugins/captcha/kcaptcha.php');
$captcha = new KCAPTCHA();
$_SESSION['captcha_keystring'] = $captcha->getKeyString();
?>