mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
회원프로필 보기 옵션의 기본값 추가
This commit is contained in:
parent
0d7be7efe0
commit
90eec242bb
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class memberModel extends member
|
|||
if(!$config->signature_editor_skin || $config->signature_editor_skin == 'default') $config->signature_editor_skin = 'ckeditor';
|
||||
if(!$config->sel_editor_colorset) $config->sel_editor_colorset = 'moono-lisa';
|
||||
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
|
||||
if(!$config->member_profile_view) $config->member_profile_view = 'N';
|
||||
|
||||
if($config->redirect_mid)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue