View file inc/code.php

File size: 204B
<?php
// by Mike O. (mides), coolcms.mobi

require_once '../system/sys.php';
require_once '../system/kcaptcha.php';

$captcha = new KCAPTCHA();

$_SESSION['code'] = $captcha->getKeyString();

?>