에디터 라이브러리 경로 변경

This commit is contained in:
chicpro
2013-07-18 10:20:16 +09:00
parent 181735c3f8
commit 3d48dffd7f
12 changed files with 17 additions and 17 deletions

View File

@ -6,7 +6,7 @@ if (G4_IS_MOBILE) {
return;
}
include_once(G4_CKEDITOR_PATH.'/ckeditor.lib.php');
include_once(G4_EDITOR_LIB);
// 사용후기의 내용에 쓸수 있는 최대 글자수 (한글은 영문3자)
$is_content_max_length = 10000;