From 6fe49ff1064461f8ca6de7b511640910c0fba140 Mon Sep 17 00:00:00 2001 From: projectSylas Date: Tue, 5 Oct 2021 02:17:34 +0000 Subject: [PATCH] =?UTF-8?q?=EC=83=81=EC=88=98=20G5=5FSEO=5FTITEL=5FWORD=5F?= =?UTF-8?q?CUT=20=EC=9D=84=20G5=5FSEO=5FTITLE=5FWORD=5FCUT=20=EB=A1=9C=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20(sinbi=EB=8B=98,211005)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- lib/uri.lib.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.php b/config.php index 2d568eb56..8ede1c127 100644 --- a/config.php +++ b/config.php @@ -158,7 +158,7 @@ define('G5_SPACE', 32); // 공백 define('G5_SPECIAL', 64); // 특수문자 // SEO TITLE 문단 길이 -define('G5_SEO_TITEL_WORD_CUT', 8); // SEO TITLE 문단 길이 +define('G5_SEO_TITLE_WORD_CUT', 8); // SEO TITLE 문단 길이 // 퍼미션 define('G5_DIR_PERMISSION', 0755); // 디렉토리 생성시 퍼미션 diff --git a/lib/uri.lib.php b/lib/uri.lib.php index 5561cd839..e1443ea8c 100644 --- a/lib/uri.lib.php +++ b/lib/uri.lib.php @@ -193,7 +193,7 @@ function correct_goto_url($url){ return $url; } -function generate_seo_title($string, $wordLimit=G5_SEO_TITEL_WORD_CUT){ +function generate_seo_title($string, $wordLimit=G5_SEO_TITLE_WORD_CUT){ $separator = '-'; if($wordLimit != 0){