Files
firstgarden-web-gnu/plugin/kcaptcha/kcaptcha_image.php
2014-06-09 14:48:44 +09:00

9 lines
206 B
PHP

<?php
include_once("_common.php");
include_once('captcha.lib.php');
$captcha = new KCAPTCHA();
$captcha->setKeyString(get_session("ss_captcha_key"));
$captcha->getKeyString();
$captcha->image();
?>