음성캡챠 적용중

This commit is contained in:
gnuboard
2013-01-02 18:48:58 +09:00
parent 12f45b6964
commit 2c8c36ffc3
25 changed files with 465 additions and 0 deletions

6
plugin/captcha/run.php Normal file
View File

@ -0,0 +1,6 @@
<?php
include_once("./_common.php");
include_once("./captcha.lib.php");
$captcha = new captcha();
$captcha->run();
?>