mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
Add options to hide the bottom list
This commit is contained in:
parent
fc8bc04569
commit
0fdb48c31a
5 changed files with 67 additions and 13 deletions
|
|
@ -44,6 +44,9 @@ class boardAdminController extends board {
|
|||
|
||||
// setup other variables
|
||||
if($args->except_notice != 'Y') $args->except_notice = 'N';
|
||||
if($args->use_bottom_list != 'Y') $args->use_bottom_list = 'N';
|
||||
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->consultation != 'Y') $args->consultation = 'N';
|
||||
if($args->protect_content!= 'Y') $args->protect_content = 'N';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue