diff --git a/bbs/qawrite_update.php b/bbs/qawrite_update.php index 7a74e6083..021cd3d4d 100644 --- a/bbs/qawrite_update.php +++ b/bbs/qawrite_update.php @@ -19,7 +19,7 @@ $token = isset($_POST['token']) ? clean_xss_tags($_POST['token'], 1, 1) : ''; //모든 회원의 토큰을 검사합니다. if (!($token && $write_token === $token)) - alert('토큰 에러로 삭제 불가합니다.'); + alert('올바른 방법으로 이용해 주십시오.'); // 1:1문의 설정값 $qaconfig = get_qa_config(); diff --git a/config.php b/config.php index 70f972f65..e4cb7907d 100644 --- a/config.php +++ b/config.php @@ -5,7 +5,7 @@ ********************/ define('G5_VERSION', '그누보드5'); -define('G5_GNUBOARD_VER', '5.4.4.1'); +define('G5_GNUBOARD_VER', '5.4.4.2'); // 이 상수가 정의되지 않으면 각각의 개별 페이지는 별도로 실행될 수 없음 define('_GNUBOARD_', true); diff --git a/head.sub.php b/head.sub.php index 25b449fd5..504f663e7 100644 --- a/head.sub.php +++ b/head.sub.php @@ -16,7 +16,7 @@ if (!isset($g5['title'])) { } else { // 상태바에 표시될 제목 - $g5_head_title = implode(' | ', array_filter(array('', $config['cf_title']))); + $g5_head_title = implode(' | ', array_filter(array($g5['title'], $config['cf_title']))); } $g5['title'] = strip_tags($g5['title']); diff --git a/mobile/skin/qa/basic/list.skin.php b/mobile/skin/qa/basic/list.skin.php index 7db40baf0..6d3b8cd3c 100644 --- a/mobile/skin/qa/basic/list.skin.php +++ b/mobile/skin/qa/basic/list.skin.php @@ -5,6 +5,12 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 add_stylesheet('', 0); ?> +
+