diff --git a/LICENSE.txt b/LICENSE.txt index 2fe645e2d..94d53617d 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,7 @@ 프로그램 명칭 : 그누보드5 ( GNU Board 5 ) -저작자 : (주)에스아이알소프트 http://sir.co.kr +저작자 : (주)에스아이알소프트 http://sir.kr 라이센스 (License) diff --git a/adm/board_form_update.php b/adm/board_form_update.php index 5ca561216..78e7d8773 100644 --- a/adm/board_form_update.php +++ b/adm/board_form_update.php @@ -184,7 +184,7 @@ if ($w == '') { // 글수 조정 /* 엔피씨님의 팁으로 교체합니다. 130308 - http://sir.co.kr/bbs/board.php?bo_table=g5_tiptech&wr_id=27207 + http://sir.kr/g5_tiptech/27207 */ if (isset($_POST['proc_count'])) { // 원글을 얻습니다. diff --git a/adm/config_form.php b/adm/config_form.php index e89d6f72f..e616d412c 100644 --- a/adm/config_form.php +++ b/adm/config_form.php @@ -745,8 +745,8 @@ if ($config['cf_sms_use'] && $config['cf_icode_id'] && $config['cf_icode_pw']) {
정보통신망법 23조 2항(주민등록번호의 사용제한)에 따라 기존 주민등록번호 기반의 인증서비스 이용이 불가합니다. 주민등록번호 대체수단으로 최소한의 정보(생년월일, 휴대폰번호, 성별)를 입력받아 본인임을 확인하는 인증수단 입니다
- + diff --git a/bbs/list.php b/bbs/list.php index 3fab5acfa..1bb0e4cd0 100644 --- a/bbs/list.php +++ b/bbs/list.php @@ -46,7 +46,7 @@ if ($sca || $stx) { $sql_search .= " and (wr_num between {$spt} and ({$spt} + {$config['cf_search_part']})) "; // 원글만 얻는다. (코멘트의 내용도 검색하기 위함) - // 라엘님 제안 코드로 대체 http://sir.co.kr/bbs/board.php?bo_table=g5_bug&wr_id=2922 + // 라엘님 제안 코드로 대체 http://sir.kr/g5_bug/2922 $sql = " SELECT COUNT(DISTINCT `wr_parent`) AS `cnt` FROM {$write_table} WHERE {$sql_search} "; $row = sql_fetch($sql); $total_count = $row['cnt']; diff --git a/config.php b/config.php index 087d32ba7..41271688c 100644 --- a/config.php +++ b/config.php @@ -30,7 +30,7 @@ define('G5_DOMAIN', ''); define('G5_HTTPS_DOMAIN', ''); /* -www.sir.co.kr 과 sir.co.kr 도메인은 서로 다른 도메인으로 인식합니다. 쿠키를 공유하려면 .sir.co.kr 과 같이 입력하세요. +www.sir.kr 과 sir.kr 도메인은 서로 다른 도메인으로 인식합니다. 쿠키를 공유하려면 .sir.kr 과 같이 입력하세요. 이곳에 입력이 없다면 www 붙은 도메인과 그렇지 않은 도메인은 쿠키를 공유하지 않으므로 로그인이 풀릴 수 있습니다. */ define('G5_COOKIE_DOMAIN', ''); diff --git a/lib/common.lib.php b/lib/common.lib.php index ac05a97f6..d960fe183 100644 --- a/lib/common.lib.php +++ b/lib/common.lib.php @@ -212,8 +212,8 @@ function url_auto_link($str) global $config; // 140326 유창화님 제안코드로 수정 - // http://sir.co.kr/bbs/board.php?bo_table=pg_lecture&wr_id=461 - // http://sir.co.kr/bbs/board.php?bo_table=pg_lecture&wr_id=463 + // http://sir.kr/pg_lecture/461 + // http://sir.kr/pg_lecture/463 $str = str_replace(array("<", ">", "&", """, " ", "'"), array("\t_lt_\t", "\t_gt_\t", "&", "\"", "\t_nbsp_\t", "'"), $str); //$str = preg_replace("`(?:(?:(?:href|src)\s*=\s*(?:\"|'|)){0})((http|https|ftp|telnet|news|mms)://[^\"'\s()]+)`", "\\1", $str); $str = preg_replace("/([^(href=\"?'?)|(src=\"?'?)]|\(|^)((http|https|ftp|telnet|news|mms):\/\/[a-zA-Z0-9\.-]+\.[가-힣\xA1-\xFEa-zA-Z0-9\.:=_\?\/~\+%@;\-\|\,\(\)]+)/i", "\\1\\2", $str); diff --git a/theme/basic/readme.txt b/theme/basic/readme.txt index 17ed951b7..9517c16b5 100644 --- a/theme/basic/readme.txt +++ b/theme/basic/readme.txt @@ -1,7 +1,7 @@ Theme Name: 베이직 -Theme URI: http://theme.sir.co.kr/gnuboard5/demo/basic +Theme URI: http://theme.sir.kr/gnuboard5/demo/basic Maker: SIR -Maker URI: http://sir.co.kr +Maker URI: http://sir.kr Version: 1.0.0 Detail: 베이직 테마는 SIR에서 제공하는 그누보드5 테마입니다. 베이직 테마는 웹표준 및 접근성을 준수합니다. License: GNU LESSER GENERAL PUBLIC LICENSE Version 2.1