mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
#1838 관리자 계정의 익명 적용여부 설정 제공
This commit is contained in:
parent
22182c4c19
commit
75978c77fe
6 changed files with 18 additions and 5 deletions
|
|
@ -57,6 +57,7 @@ class boardAdminController extends board {
|
|||
if($args->skip_bottom_list_for_olddoc != 'Y') $args->skip_bottom_list_for_olddoc = 'N';
|
||||
if($args->skip_bottom_list_for_robot != 'Y') $args->skip_bottom_list_for_robot = 'N';
|
||||
if($args->use_anonymous != 'Y') $args->use_anonymous = 'N';
|
||||
if($args->anonymous_except_admin != 'Y') $args->anonymous_except_admin = 'N';
|
||||
if($args->consultation != 'Y') $args->consultation = 'N';
|
||||
if($args->protect_content != 'Y') $args->protect_content = 'N';
|
||||
if($args->protect_admin_content_update != 'Y') $args->protect_admin_content_update = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue