notice 오류 해결중
This commit is contained in:
@ -1,8 +1,12 @@
|
||||
<?
|
||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||
|
||||
$captcha = (object)array(
|
||||
'lib' => $g4['path']."/plugin/captcha/captcha.lib.php",
|
||||
'js' => $g4['path']."/plugin/captcha/captcha.js"
|
||||
);
|
||||
if (defined('_CAPTCHA_')) {
|
||||
$captcha = (object)array(
|
||||
'lib' => $g4['path']."/plugin/captcha/captcha.lib.php",
|
||||
'js' => $g4['path']."/plugin/captcha/captcha.js"
|
||||
);
|
||||
|
||||
include_once($captcha->lib);
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user