diff --git a/.gitignore b/.gitignore index c99264668..0657b720b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ cheditor* *.key g5_tree *.sh +kcho07_rss/ +mobile/skin/board/bach72_mobile/ +skin/board diff --git a/adm/boardgroup_form.php b/adm/boardgroup_form.php index ce9f57c15..bc04e4506 100644 --- a/adm/boardgroup_form.php +++ b/adm/boardgroup_form.php @@ -7,9 +7,11 @@ auth_check($auth[$sub_menu], 'w'); if ($is_admin != 'super' && $w == '') alert('최고관리자만 접근 가능합니다.'); $html_title = '게시판그룹'; +$gr_id_attr = ''; +$sound_only = ''; if ($w == '') { $gr_id_attr = 'required'; - $sound_only = '필수'; + $sound_only = ' 필수'; $gr['gr_use_access'] = 0; $html_title .= ' 생성'; } else if ($w == 'u') { @@ -53,7 +55,7 @@ include_once('./admin.head.php'); - + class=" alnum_ frm_input" maxlength="10"> '.PHP_EOL; } else { + // canonical 지정 + $canonical = ''; + if ($bo_table && $wr_id) $canonical = 'http://'.$_SERVER["HTTP_HOST"].'/bbs/board.php?bo_table='.$bo_table.'&wr_id='.$wr_id; + else $canonical = 'http://'.$_SERVER["HTTP_HOST"].$_SERVER["REQUEST_URI"]; + echo ''; + $shop_css = ''; if (defined('_SHOP_')) $shop_css = '_shop'; - echo ''.PHP_EOL; + echo ''.PHP_EOL; } echo ''; echo ''; diff --git a/plugin/gcaptcha/gcaptcha.lib.php b/plugin/gcaptcha/gcaptcha.lib.php index f25c26025..efd1d6681 100644 --- a/plugin/gcaptcha/gcaptcha.lib.php +++ b/plugin/gcaptcha/gcaptcha.lib.php @@ -184,9 +184,9 @@ function captcha_html($class='captcha') $html .= '
'; $html .= '자동등록방지'; if (G5_IS_MOBILE) $html .= ''; - $html .= '자동등록방지 숫자'; + $html .= ''; if (!G5_IS_MOBILE) $html .= '숫자를 음성으로 듣기'; - $html .= ''; + $html .= ''; $html .= '

자동등록방지 숫자를 순서대로 입력하세요.

'; $html .= '
'; return $html;