captcha 적용중
This commit is contained in:
8
extend/captcha.extend.php
Normal file
8
extend/captcha.extend.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$captcha = (object)array(
|
||||
'lib' => $g4['path']."/plugin/captcha/captcha.lib.php",
|
||||
'js' => $g4['path']."/plugin/captcha/captcha.js"
|
||||
);
|
||||
?>
|
||||
@ -1,8 +0,0 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$captcha = (object)array(
|
||||
'lib' => $g4['path']."/plugin/tcaptcha/tcaptcha.lib.php",
|
||||
'js' => $g4['path']."/plugin/tcaptcha/tcaptcha.js"
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user