그누보드5 정식버전
This commit is contained in:
9
plugin/kcaptcha/kcaptcha_image.php
Normal file
9
plugin/kcaptcha/kcaptcha_image.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
include_once("_common.php");
|
||||
include_once('captcha.lib.php');
|
||||
|
||||
$captcha = new KCAPTCHA();
|
||||
$captcha->setKeyString(get_session("ss_captcha_key"));
|
||||
$captcha->getKeyString();
|
||||
$captcha->image();
|
||||
?>
|
||||
Reference in New Issue
Block a user