captcha 적용중

This commit is contained in:
gnuboard
2013-01-08 09:04:13 +09:00
parent 3dfea05d47
commit 7feb58aeab
10 changed files with 41 additions and 89 deletions

View File

@ -1,6 +1,6 @@
<?
include_once('./_common.php');
include_once($g4['path'].'/plugin/captcha/captcha.lib.php');
if ($captcha->lib) include_once($captcha->lib);
// 불법접근을 막도록 토큰생성
$token = md5(uniqid(rand(), true));