텍스트캡챠 적용
This commit is contained in:
8
plugin/tcaptcha/run.php
Normal file
8
plugin/tcaptcha/run.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
include_once("./_common.php");
|
||||
include_once("$g4[path]/plugin/tcaptcha/tcaptcha.lib.php");
|
||||
|
||||
$tcaptcha = new tcaptcha("kr");
|
||||
$tcaptcha->run();
|
||||
die("{\"tcaptcha\":\"{$tcaptcha->question}\",\"token\":\"{$tcaptcha->token}\"}");
|
||||
?>
|
||||
Reference in New Issue
Block a user