diff --git a/adm/admin.head.php b/adm/admin.head.php index ca3674b0f..f19e6631d 100644 --- a/adm/admin.head.php +++ b/adm/admin.head.php @@ -69,9 +69,6 @@ function textarea_size(fld, size) } - - -
본문 바로가기
diff --git a/adm/auth_list.php b/adm/auth_list.php index 35e51580c..92d58971d 100644 --- a/adm/auth_list.php +++ b/adm/auth_list.php @@ -55,7 +55,6 @@ include_once('./admin.head.php'); $colspan = 5; ?> - -
diff --git a/adm/member_list.php b/adm/member_list.php index 306fb6c4e..4f1ad3f34 100644 --- a/adm/member_list.php +++ b/adm/member_list.php @@ -69,8 +69,6 @@ $result = sql_query($sql); $colspan = 15; ?> - -
회원검색 diff --git a/adm/point_list.php b/adm/point_list.php index 0c6fcb63d..094aed2db 100644 --- a/adm/point_list.php +++ b/adm/point_list.php @@ -61,7 +61,6 @@ include_once ('./admin.head.php'); $colspan = 8; ?> - '; - // 게시물 아이디가 있다면 게시물 보기를 INCLUDE if (isset($wr_id) && $wr_id) { include_once('./view.php'); diff --git a/bbs/current_connect.php b/bbs/current_connect.php index b4ae414d9..a14b0029a 100644 --- a/bbs/current_connect.php +++ b/bbs/current_connect.php @@ -26,8 +26,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $list[$i]['num'] = sprintf('%03d',$i+1); } -echo ''; - include_once($connect_skin_path.'/current_connect.skin.php'); include_once('./_tail.php'); diff --git a/bbs/formmail.php b/bbs/formmail.php index c98898246..b56175fbe 100644 --- a/bbs/formmail.php +++ b/bbs/formmail.php @@ -1,6 +1,6 @@ 1) alert_close('한번에 한사람에게만 메일을 발송할 수 있습니다.'); -if ($is_guest && !chk_captcha()) { +if (!chk_captcha()) { alert('스팸방지에 입력한 숫자가 틀렸습니다.'); } diff --git a/bbs/gcaptcha/gcaptcha.lib.php b/bbs/gcaptcha/gcaptcha.lib.php index 2f906328e..1f2ca7534 100644 --- a/bbs/gcaptcha/gcaptcha.lib.php +++ b/bbs/gcaptcha/gcaptcha.lib.php @@ -175,6 +175,7 @@ function captcha_html($class="captcha") $png_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.png'; $wav_file_url = G4_CACHE_URL.'/'.$obj->captcha_filename.'.wav'; + $html .= PHP_EOL.''; $html .= PHP_EOL.''; $html .= '
'; $html .= '스팸방지'; diff --git a/bbs/gcaptcha/get.php b/bbs/gcaptcha/get.php index e1b0e4a5e..fbc38bdf0 100644 --- a/bbs/gcaptcha/get.php +++ b/bbs/gcaptcha/get.php @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/bbs/memo.php b/bbs/memo.php index 2003e5129..ad26d6e3e 100644 --- a/bbs/memo.php +++ b/bbs/memo.php @@ -74,8 +74,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) $list[$i]['del_href'] = './memo_delete.php?me_id='.$row['me_id'].'&kind='.$kind; } -echo ''; - include_once($member_skin_path.'/memo.skin.php'); include_once(G4_PATH.'/tail.sub.php'); diff --git a/bbs/memo_form.php b/bbs/memo_form.php index 3934ee4fa..0571f0ef2 100644 --- a/bbs/memo_form.php +++ b/bbs/memo_form.php @@ -1,6 +1,6 @@ '; - $member_skin_path = G4_PATH.'/skin/member/'.$config['cf_member_skin']; include_once($member_skin_path.'/memo_view.skin.php'); diff --git a/bbs/new.php b/bbs/new.php index 7efbff6f5..569446b2d 100644 --- a/bbs/new.php +++ b/bbs/new.php @@ -105,8 +105,6 @@ for ($i=0; $row=sql_fetch_array($result); $i++) { $write_pages = get_paging($config['cf_write_pages'], $page, $total_page, "?gr_id=$gr_id&view=$view&mb_id=$mb_id&page="); -echo ''.PHP_EOL; - include_once($new_skin_path.'/new.skin.php'); include_once('./_tail.php'); diff --git a/bbs/poll_result.php b/bbs/poll_result.php index 23468f977..57b7e3a46 100644 --- a/bbs/poll_result.php +++ b/bbs/poll_result.php @@ -86,8 +86,6 @@ for ($i=0; $row2=sql_fetch_array($result); $i++) { include_once(G4_PATH.'/head.sub.php'); -echo ''; - if (!file_exists($poll_skin_path.'/poll_result.skin.php')) die('skin error'); include_once ($poll_skin_path.'/poll_result.skin.php'); diff --git a/bbs/profile.php b/bbs/profile.php index c1aa1e8bd..32dfddaea 100644 --- a/bbs/profile.php +++ b/bbs/profile.php @@ -27,8 +27,6 @@ $mb_reg_after = $row['days']; $mb_homepage = set_http($mb['mb_homepage']); $mb_profile = $mb['mb_profile'] ? conv_content($mb['mb_profile'],0) : '소개 내용이 없습니다.'; -echo ''; - include_once($member_skin_path.'/profile.skin.php'); include_once(G4_PATH.'/tail.sub.php'); diff --git a/bbs/search.php b/bbs/search.php index 8ff0e2c5b..eaab6104e 100644 --- a/bbs/search.php +++ b/bbs/search.php @@ -211,8 +211,6 @@ if ($stx) { } $write_pages = get_paging($config['cf_write_pages'], $page, $total_page, $_SERVER['PHP_SELF'].'?'.$search_query.'&gr_id='.$gr_id.'&srows='.$srows.'&onetable='.$onetable.'&page='); - - echo ''; } $group_select = ' @@ -551,7 +549,7 @@ function fregisterform_submit(f) ?> // 보안인증관련 코드로 반드시 포함되어야 합니다. - set_cookie("", "", 1, ""); + //set_cookie("", "", 1, ""); return true; } diff --git a/skin/member/neo/memo_form.skin.php b/skin/member/neo/memo_form.skin.php index c300070f5..e147f9941 100644 --- a/skin/member/neo/memo_form.skin.php +++ b/skin/member/neo/memo_form.skin.php @@ -45,7 +45,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가