음성캡챠 적용중
This commit is contained in:
6
plugin/captcha/run.php
Normal file
6
plugin/captcha/run.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include_once("./_common.php");
|
||||
include_once("./captcha.lib.php");
|
||||
$captcha = new captcha();
|
||||
$captcha->run();
|
||||
?>
|
||||
Reference in New Issue
Block a user