KCAPTCHA 캡챠 플러그인 추가
This commit is contained in:
11
plugin/kcaptcha/kcaptcha_image.php
Normal file
11
plugin/kcaptcha/kcaptcha_image.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
include_once("_common.php");
|
||||
//error_reporting (E_ALL);
|
||||
include('captcha.lib.php');
|
||||
|
||||
//session_start();
|
||||
$captcha = new KCAPTCHA();
|
||||
$captcha->setKeyString(get_session("ss_captcha_key"));
|
||||
$captcha->getKeyString();
|
||||
$captcha->image();
|
||||
?>
|
||||
Reference in New Issue
Block a user