Add files upload option in member editor

This commit is contained in:
BJRambo 2016-08-10 19:20:57 +09:00
parent bac8a0ab9d
commit def55840c5
5 changed files with 21 additions and 2 deletions

View file

@ -73,6 +73,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';
if(!$config->member_allow_fileupload) $config->member_allow_fileupload = 'N';
if($config->redirect_mid)
{