에디터, 캡챠를 bbs 밑으로 이동후 코드 수정

This commit is contained in:
gnuboard
2013-01-14 13:15:49 +09:00
parent 7b04f8a6d2
commit c0ecb1cdec
306 changed files with 138 additions and 115 deletions

View File

@ -1,6 +1,7 @@
<?
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
/*
// _CAPTCHA_ 의 값에 상관없이 선언 되었는지의 여부만 따짐
// if (defined('_CAPTCHA_')) true;
define('_CAPTCHA_', 1);
@ -17,4 +18,5 @@ if (defined('_CAPTCHA_')) {
$g4['js_code'][] = "var g4_gcaptcha_path = \"{$gcaptcha->path}\";";
$g4['js_file'][] = $gcaptcha->url."/gcaptcha.js";
}
*/
?>